Author Topic: Uninstalling TheftAware  (Read 25186 times)

0 Members and 1 Guest are viewing this topic.

TheUntouchable

  • Guest
Uninstalling TheftAware
« on: December 09, 2011, 11:45:41 AM »
Here is a little instruction how you uninstall TheftAware

Non rooted installation:

First go to settings->Securiy->Device Admin and remove TheftAware (it should have the name you had choosen while installing)
After that, open TheftAware and deaktivate it.
Now youre able to uninstall it from settings->Application->manage applications

Rooted installation:

You have to install the sdk of android on your computer.

If you got a NAND protected phone, start the phone in recovery mode and THEN issue the commands. It will fail if phone is not in recovery mode.

Open the command prompt and issue the following commands:

Code: Select all
    adb shell
    su
    mount


Now please search for the /system mount and continue by typing the following commands, replacing the proper MTDBLOCK path (...):


    mount -o remount,rw /dev/mtdblock... /system
    rm /system/app/com.avast.android.antitheft.apk
    rm /system/etc/com.avast.android.antitheft.backup.enc
    mount -o remount,ro /dev/mtdblock... /system
    exit
    exit
    adb uninstall com.avast.android.antitheft
« Last Edit: December 09, 2011, 12:27:28 PM by TheUntouchable »

reinhardholzner

  • Guest
Re: Uninstalling TheftAware
« Reply #1 on: December 09, 2011, 11:59:43 AM »
if you upgrade to avast! anti-theft a wizard will help uninstalling. for anti-theft the package name has changed to com.avast.android.antitheft.apk

TheUntouchable

  • Guest
Re: Uninstalling TheftAware
« Reply #2 on: December 09, 2011, 12:27:47 PM »
Thanks for your hint reinhard, changed :)

StealthRedneck

  • Guest
Re: Uninstalling TheftAware
« Reply #3 on: January 18, 2012, 11:28:03 PM »
HOLY CRAP! Thank-you TheUntouchable! I was trying over and over to uninstall Avast's Anti-Theft based on the offline forum post they link to straight from the program...

http://forum.avast.com/offline/forum.theftaware.com/viewtopic664f.html

First of all, on my HTC Thunderbolt with ShiftA05P IC3.1, there was no /dev/mtdblock### but rather /dev/mmcblk0p25.

The second issue was the package name which I would never has guessed until I read this post!

-com.avast.android.antitheft.apk
-com.avast.android.antitheft.backup.enc

Were the right ones!

Now I can finally update the Anti-Theft to the newer version. That is, if "Server overloaded" ever goes away... lolol :D


TheUntouchable

  • Guest
Re: Uninstalling TheftAware
« Reply #4 on: January 19, 2012, 09:16:44 AM »
Happy to hear that this post helped someone :D

reinhardholzner

  • Guest
Re: Uninstalling TheftAware
« Reply #5 on: January 19, 2012, 12:25:47 PM »
the new version of Mobile Security released today contains an uninstaller for Anti-Theft. No need to do command line anymore.

HOLY CRAP! Thank-you TheUntouchable! I was trying over and over to uninstall Avast's Anti-Theft based on the offline forum post they link to straight from the program...

http://forum.avast.com/offline/forum.theftaware.com/viewtopic664f.html

First of all, on my HTC Thunderbolt with ShiftA05P IC3.1, there was no /dev/mtdblock### but rather /dev/mmcblk0p25.

The second issue was the package name which I would never has guessed until I read this post!

-com.avast.android.antitheft.apk
-com.avast.android.antitheft.backup.enc

Were the right ones!

Now I can finally update the Anti-Theft to the newer version. That is, if "Server overloaded" ever goes away... lolol :D