Quote:
Originally Posted by NiLuJe
*facepalm*
Assuming diags, mmcblk0p1 & the userstore are mounted:
Code:
rm -rf /mnt/us/screensaver
rm -rf /mnt/base-mmc/opt/amazon/screen_saver/600×800
mv /mnt/base-mmc/opt/amazon/screen_saver/600×800.alt /mnt/base-mmc/opt/amazon/screen_saver/600×800
(Which is more or less what the uninstall instructions said, so, yay for reading 'till the end?).
Reboot, then refrain from installing something you don't actually understand. ( Hint.).
|
Now I got what you meant, but I already tried to do the steps you wrote down or these from the tutorial in german. This is what comes out:
Quote:
login as: root
root@192.168.15.244's password:
Access denied
root@192.168.15.244's password:
#################################################
# N O T I C E * N O T I C E * N O T I C E #
#################################################
Rootfs is mounted read-only. Invoke mntroot rw to
switch back to a writable rootfs.
#################################################
[root@[192_168_15_244] root]# rm -rf /mnt/us/screensaver
[root@[192_168_15_244] root]# rm -rf /mnt/base-mmc/opt/amazon/screen_saver/600x8
00
[root@[192_168_15_244] root]# mv /mnt/base-mmc/opt/amazon/screen_saver/600x800.a
lt /mnt/base-mmc/opt/amazon/screen_saver/600x800
mv: can't rename '/mnt/base-mmc/opt/amazon/screen_saver/600x800.alt': No such file or directory
[root@[192_168_15_244] root]#
|
Seems to me like the third step is not possible because 600x800.alt is missing. What to do now? Oh and something else I noticed right now, copy and paste dont function very well in PuTTY, x turns to ? when doing so, I hope that this not the problem.