Breaking News
Loading...

Thursday 10 October 2013

How to Use a Root to Remove UnwantedAndroid Apps

Gaining root access to your Android operating
system allows you tweak your device in a
number of ways, including the removal of both
native and third-party applications. Because
native applications are provided with the
Android operating system, they aren't offered
in the Android Market, making it important to
back up your app library before deleting native
apps. As with other root user modifications,
the process of removing applications from
your Android is performed using the command
terminal in the Android SDK tools library.
Items you will need
Rooted Android phone
Android software development kit
Step 1
Turn on your Android phone, tap “Settings,”
select “Applications,” tap “Development” and
check “USB Debugging.”
Step 2
Connect the phone to your computer using the
device’s USB connector cable and select
“Cancel” when prompted to mount the device.
Step 3
Click the “Start” button on your computer,
type “CMD,” press “Enter,” type “d:\android-
sdk-windows\tool” and press “Enter.”
Step 4
Type “adb pull /system/app~Desktop/app” and
press “Enter” to back up all of your apps.
Step 5
Type “cd C:\Android\tools” and press “Enter.”
Step 6
Type “adb shell rm -f/{data,system}/app/
APKNAME”, replace “APKNAKE” with the name
of the application you want to delete and press
“Enter.”
Step 7
Type “adb shell pm uninstall PACKAGE NAME”,
replace “PACKAGE NAME” with the name of the
application you want to delete and press
“Enter.”
Step 8
Reboot your Android phone to finalize the
removal of the application.
Things Needed
Rooted Android phone
Android software development kit

No comments:

Post a Comment