CyberTails
Well-Known Member
Hey There
I've seen a few topics asking this questionL How do you remove the Metro Bloatware that says "cannot find apk", you will need the following:
A Rooted M835
A Root Explorer (to get the filenames of the APKS for the bloatware)
Android SDK with the Platform Tools Package installed (I'm using the Windows version for this tutorial)
1. Turn on USB Debugging on your phone with: Settings > Applications > Development > USB Debugging
2. Plug the phone with the USB Cord into your computer so that USB Debugging can kick in
3. With the Android SDK installed with Platform Tools from the SDK Manager, open up a command prompt by going to Start > Run... and type in "cmd"
4. In the Command Prompt, type in "cd C:\Program Files\Android\android-sdk\platform-tools" and Press Enter
5. now type in "adb shell" you will now see a Dollar Sign to show you that you are in Shell mode
6. Now type in "su" and the Android Phone screen, press Allow on the Superuser prompt to let the shell have Superuser Permissions.
7. mount the /cust folder read-write by typing "mount -o remount, rw /cust", then type in "cd /cust/metropcs/us/app" to go to that folder"
8. Now to remove the actual Bloatware, Open up your Root Explorer app and go to the /cust/metropcs/us/app folder and leave it open (you'll need the filenames for when you're about to do the next step)
9. Now type in "rm nameofapkfile,apk" for each of the bloatware you want gone, repeat for each one
10. for when done, remount the /cust folder back to read-only with "mount -o remount, ro /cust"
11. type in reboot to reboot the phone and now you phone should load with No bloatware in there at all from the /cust folder ^_^
Congrats, you are done and have a bloatware-free phone
I've seen a few topics asking this questionL How do you remove the Metro Bloatware that says "cannot find apk", you will need the following:
A Rooted M835
A Root Explorer (to get the filenames of the APKS for the bloatware)
Android SDK with the Platform Tools Package installed (I'm using the Windows version for this tutorial)
1. Turn on USB Debugging on your phone with: Settings > Applications > Development > USB Debugging
2. Plug the phone with the USB Cord into your computer so that USB Debugging can kick in
3. With the Android SDK installed with Platform Tools from the SDK Manager, open up a command prompt by going to Start > Run... and type in "cmd"
4. In the Command Prompt, type in "cd C:\Program Files\Android\android-sdk\platform-tools" and Press Enter
5. now type in "adb shell" you will now see a Dollar Sign to show you that you are in Shell mode
6. Now type in "su" and the Android Phone screen, press Allow on the Superuser prompt to let the shell have Superuser Permissions.
7. mount the /cust folder read-write by typing "mount -o remount, rw /cust", then type in "cd /cust/metropcs/us/app" to go to that folder"
8. Now to remove the actual Bloatware, Open up your Root Explorer app and go to the /cust/metropcs/us/app folder and leave it open (you'll need the filenames for when you're about to do the next step)
9. Now type in "rm nameofapkfile,apk" for each of the bloatware you want gone, repeat for each one

10. for when done, remount the /cust folder back to read-only with "mount -o remount, ro /cust"
11. type in reboot to reboot the phone and now you phone should load with No bloatware in there at all from the /cust folder ^_^
Congrats, you are done and have a bloatware-free phone


