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

Uninstall terminal emulator that comes with Darch?

Well its not that simple, it came with the rom and its not in the downloads, or applications menu, I think i might have to remove it through adb but idk the exact application name.
 
Try using either Root Explorer ( a must have app for anyone rooted, isn't free though) or try Android Buddy, it is free and can delete most just off of /system.
 
If you don't know the name of it, I would recommend trying this. It is more than likely in /system/app so do the following:

adb remount
adb shell
cd /system/app
ls

This will show you all of the apps that are in the system/app folder. Look for your app there. If it is, simply do the following as long as you are still in the app directory:

rm nameofapk.apk

If is isn't there, you could check /data/app but I'm guessing you'll find it in /system/app
 
Back
Top Bottom