View Single Post
Posts: 1,378 | Thanked: 1,604 times | Joined on Jun 2010 @ Göteborg, Sweden
#15
There is one other approach that MAY help using flasher-3.5. And in particular, having ssh access is a BIG help. I advise anyone doing anything edgy with this phone to do so.

Get phone connected and into usb mode. Test (as root if need be):
Code:
flasher-3.5 -i
Next, put phone in R&D mode
Code:
flasher-3.5 --enable-rd-mode
Then disable lifeguard
Code:
flasher-3.5 --set-rd-flags=no-lifeguard-reset
Reboot phone and unplug usb
Code:
flasher-3.5 -R
Now, with lifeguard suppressed you just may get onto your phone although there may be instability, as lifeguard does what it does for reasons. Nonetheless, you might be able to enable networking and the ssh server (if not already enabled by default). Using "top" may help identify what is screwing around, but more usefully you may be able to reverse whatever you did to cause the bloopsie.

Equally useful, is using ssh and recovering desired files via "scp" or "sftp" (google)

Has helped me in the past and again today.

You may also want to try to suppress the watchdog daemons --set-rd-flags=no-omap-wd, --set-rd-flags=no-ext-wd...

Revert by
Code:
flasher-3.5 --clear-rd-flags=no-lifeguard-reset
flasher-3.5 --disable-rd-mode

Last edited by handaxe; 2011-04-15 at 00:28.
 

The Following 6 Users Say Thank You to handaxe For This Useful Post: