View Single Post
  #20 (permalink)  
Old 01-21-2011, 12:21 AM
tiger2wander's Avatar
tiger2wander
PPCGeeks Regular
Offline
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Cant uninstall launch pro trial version on TP2 Blazin

The simple way to remove any application built with ROM is using terminal. But this way is for pro user only, it can damage your ROM and need to restore system.ext2 if android can not boot again

First, open terminal, you can use Terminal Emulator or Connect Bot then type following commands:
Code:
su
cd /system/app/
ls
you need check launcherpro's apk file name then use command:
Code:
rm launcherpro.apk
to remove launcherpro which launcherpro.apk is the launcherpro's apk file name.
__________________
Reply With Quote