Guest gocegi Posted October 19, 2010 Report Posted October 19, 2010 (edited) I installed a program called multi manager or somethin', and now on reboot my adw launcher isn't starting, but this other program is, thus making my phone unusable ! Tried everything, but i can't seem to uninstall it. Cause my nand is pretty much basic FLB 1.7, and i don't like waisting another 3-4 hours installing the same app over and over again... Is there a key combination, that i can use to enter safe mode and Uninstall the darn thing that FC my beloved Pulse? :P Edited October 19, 2010 by gocegi
Guest Stevos Posted October 19, 2010 Report Posted October 19, 2010 What happens if you press or hold down the home / back button?
Guest gocegi Posted October 19, 2010 Report Posted October 19, 2010 (edited) What happens if you press or hold down the home / back button? Not a single thing. The FC app just hangs there... I know that is blocking my adw launcher, cause on boot-up I can see the background loading, the lock screen showing, and after unlock, this stupid app hangs and nothing else happens Is there a way to uninstall it via ADB? Edited October 19, 2010 by gocegi
Guest Stevos Posted October 19, 2010 Report Posted October 19, 2010 (edited) Yes, if the phone is running and you can hook it up to adb, in principle you should be able to uninstall it I think - adb uninstall <appname> I guess you could find out the name of the app by using adb shell to browse to it. Something like adb shell cd /data/app ls *.apk Then look out for the app name to run adb uninstall <name> Sorry I can't check the paths as I'm not near a dev box, but that might give you a clue as to where to start looking. Edited October 20, 2010 by Stevos
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now