• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Unwanted apps

I am going to apologize now for the noob type question. The last phone I owned was a nokia 5400.

I am looking for a bit of info and/or a tut on how to remove apps with the rooted 2.1 for the Eris ( BTW thanks to all the dev's for their hard work).

I have installed the rooted 2.1 with out a hitch. I have been looking around to find out how to uninstall a few of the apps (amazon, stocks, tweet) and found people that say to use SDK's ADB or terminal. I understand what the terminal is and the SDK that google offers is but not the ADB. I also understand that there is a chance to brick :eek: by removing the wrong things. So I don't want to just make a careless mistake. So if anyone could point me in the right direction it would be a great help.

Thanks for the time.
Mike
 
  • Like
Reactions: IzelTokatl
Go to a command prompt and type "adb shell"

You should see a # sign, that's the root terminal on your phone.

In order to remove apps, you need to remount your system folder on the phone with write permissions. To do this type "mount -o rw,remount /dev/block/mtdblock3 /system" (it won't say anything it will just go back to a # sign again)

Now type "cd /system/app" and then "ls"

That will list all the apk files, which are the applications.

You can remove them by typing "rm -r Whatever.apk" (it's case sensitive)

Amazon is amazonmp3.apk
Twitter is HtcTwitter.apk and com.htc.TwitterWidget.apk
Visual VM is VVMStub_v3.apk

BE VERY CAREFUL doing this. Don't just go around deleting apps. Some may not be safe to delete as they are connected with other apps, etc. Those three I posted are safe to delete.
 
Upvote 0
I've removed the three apps that GrdLock list earlier in the thread (AmazonMP3, VisualVM, and Twitter). So far, it's worked well. I've also copied VisualVM back ('adb pull' and 'adb push'), and it appears to work.

I'm getting ready to test removing a few more that I will never use. It's good to know not to remove Footprints! That WAS next on my list.
 
Upvote 0
You can remove them by typing "rm -r Whatever.apk"
Is it that crude ? No "installer" system like 'apt' ? That would be much better if Android had done it that way.... Doing "apt-get remove footprints.apk" would tell you

app-x depends on footprints.apk
app-y depends on footprints.apk

so you know what packages depend on what other packages.
(it's case sensitive)
That will throw people for a loop. Just wait !
 
Upvote 0
I should have clarified. Many of the apps that are linked to other stuff may not cause any catastrophic failure and cause your phone to implode into a black hole. ;)

We have found deleting footprints to cause issues with Navigation though.

@hallstevenson: Android has a pseudo-installer. Not anything near what apt is though, so you don't get any dependency errors or anything.
 
Upvote 0
Forgive me this probably stupid question, but I opened cmd from "run" in the start menu and typing "adb shell" gives me nothing but "adb is not recognized as an internal or external command..."
is there another command prompt I should be opening? or maybe type adb shell under a different drive?

Don't work without some outside help in windows. See here:
[HOW-TO] ADB for Dummies(How-To Learner's Guide) - xda-developers

That was just a quick google of "sdk adb" but it should get ya going in the right direction. I think there are some threads around here explaining it as well.
 
  • Like
Reactions: TheAtheistReverend
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones