Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MY Android phone (CyanogenMod, rooted) was hanging out of the blue. Maybe this app tried to update itself? I don't know. But it was hanging only on reboot all of a sudden. So I did this from ADB shell (from Windows plugged in via USB).
- #METHOD: Uninstall the localcast app MANUALLY using adb shell on Android:
- adb shell
- # look for the names of stuf you can mount in /etc/fstab. I thought it was on my sdcard but I guess not? Anyway you can find it here:
- mount /data
- # then under "app" So /data/app
- # I found and ran this
- rm -rf de.stephandl.localcast-2
- # then from anywhere (but really delete anything that is localcast this is just the only thing I had...
- rm -rf /data/data/de.stephandl.localcast/
- # If you have a a /data/app-private/ directory look in there too and if anything delete it (saw in place I stole instructions: https://android.stackexchange.com/questions/143584/adb-app-uninstall-from-bootloader)
- reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement