View Single Post
Old 10-23-2012, 01:27 PM   #791
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Quote:
Originally Posted by kaznelson View Post
Code:
#!/bin/sh
mntroot rw
echo 0 > /var/local/upstart/lab126_gui.restarts
mv -f /opt/amazon/ebook/lib/AdManager.jar.bak /opt/amazon/ebook/lib/AdManager.jar
mntroot ro
Not effect...
That looks correct to me. You should append some line which allows you to verify that the script was actually run - like "touch /mnt/us/kaznelson.ok" or "cp /opt/amazon/ebook/lib/AdManager.jar /mnt/us/", or whatever. If it does work, then it's likely that the lab126_gui.restarts is not the correct file anymore. Try with "rm -f /var/local/upstart/*.restarts" ...

Or, in the worst case, you can go for the brutal method:

dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K count=1K

However, I cannot guarantee that this will work on the PW (it does on the Touch). In the worst case, it could make things even worse. You have been warned, so use this at your own risk (if at all).

Last edited by ixtab; 10-23-2012 at 01:31 PM.
ixtab is offline   Reply With Quote