Uninstall the apps that come with the Droid? - Motorola Droid and Milestone Q&A, Help & Troublesh

Hello, I'm running Froyo (rooted), and I'm wondering how I would go about removing the applications like Twitter and Amazon MP3 Store and such, does anyone know?

yes, it is possible, I'd suggest using Root explorer, but you can also do it on adb
all applications are in /system/app dir
twitter is called:
com.twitter.android.apk
as for the mp3 store... i have no idea
List of applications that can be removed safely(thou i suggest you make a backup):
VideoPlayerMoto.apk -> Moto's Video Player
VisualizationWallpapers.apk -> ...
VpnService.apk -> Don't remove if you want to use VPN
VSuiteApp.apk -> Language selector
WorldClockWidget.apk -> Moto Clock WIdget
Youtube.apk -> Should i really state the obvious?
TtsService.apk -> Text to Speech
SoundRecorder.apk -> ...
Street.apk -> Streetview
Stk.apk -> SimCard tool
Talk.apk -> googleTalk
QuickOffice.apk -> Quick office, memory hog if you ask me...
PersonalPortal.apk -> Motorola Phone Portal
Music.apk -> You can replace it with the 2.1/2.2 Music apk, since moto uses the 2.0 music app ATM
MotoCal.apk -> Motorola Calendar
MotoCarDock.apk -> Moto Cardock app
MotoGal.apk -> Motorola Firmdir
Motonav.apk -> if you choose to delete it, then you can also remove com.navngo.igo.javaclient in data/data
MotAccuWeatherWidget.apk -> Moto Weather Widget
MediaGallery.apk -> Motorola Gallery App
LatinIME.apk -> Default keyboard app, can be removed if you use another keyboard, e.g. HTC IME
LatinImeTutorial.apk -> Tut for the default keyboard
Launcher.apk -> You can directly replace it with LauncherPro.apk or what ever launcher you use : )
LiveWallpapers.apk -> Live wallpapers
LiveWallpapersPicker.apk -> Ditto
MagicSmokeWallpapers.apk -> "MagicSmoke" Wallpaper
Maps.apk -> GoogleMaps
GreekIME.apk -> Greek keyboard
GoogleSearch.apk -> Google Search
Email.apk -> Default email app
EnhancedGoogleSearchProvider.apk-> ...
Facebook.apk -> Default facebook app
FOTA.apk -> for OTA updates...
GenieWidget.apk ->
Gestures.apk ->
GlobalSearch.apk ->
Gmail.apk -> GoogleMail
GmailProvider.apk -> belongs to GoogleMail
Dock.apk -> Docking station app, if you use n1 clock, then you don't need it : )
Browser.apk -> Default browser, if you use another one as default, then you can remove it
Calculator.apk -> Default calculator, i prefer arity, so...
AudioEffect.apk -> Audio effects app
AlarmClock.apk -> Default Motorola Alarm Clock, If you use another one, (eg N1) you can remove it
Click to expand...
Click to collapse
I now have 110mb free on my Milestone's /data dir

Its quite easy to do on some roms depending on which are using. Some devs include easy to run scripts which remove non market apps
-------------------------------------
Sent via the XDA Tapatalk App

So wait, do I just delete the files? (I'm not gonna use Root explorer since that costs money, which I don't feel like spending)

Shiny_Lucario said:
So wait, do I just delete the files? (I'm not gonna use Root explorer since that costs money, which I don't feel like spending)
Click to expand...
Click to collapse
Do you have the Android SDK setup? You can use ADB Shell;
Code:
adb shell
su
cd /system/app
rm TheFileYouWantToRemove.apk
adb reboot
You can also do the same with Terminal Emulator - free in the market - which runs on your device (obviously..) instead of requiring the SDK for ADB Shell.

C:\Users\*******\Documents\android-sdk_r06-windows\android-sdk-windows\too
ls>adb shell
# su
su
# cd /system/app
cd /system/app
# rm com.twitter.android.apk
rm com.twitter.android.apk
rm failed for com.twitter.android.apk, Read-only file system
Click to expand...
Click to collapse
I keep getting that when I try to remove twitter
EDIT: Nevermind, I used adb remount and tried the commands again and it worked. Thank you ^^

Shiny_Lucario said:
I keep getting that when I try to remove twitter
EDIT: Nevermind, I used adb remount and tried the commands again and it worked. Thank you ^^
Click to expand...
Click to collapse
I tried the adb remount and it says remount failed: Operation not permitted
... I'd like to think myself fairly experienced with android and adb now, but this has me stumped...

AirCombat said:
I tried the adb remount and it says remount failed: Operation not permitted
... I'd like to think myself fairly experienced with android and adb now, but this has me stumped...
Click to expand...
Click to collapse
Try "adb root" first to have any commands passed by adb executed as superuser.

Related

Gmail APK

Hey im trying to change the notification for the gmail app but i cant find the .apk. Anybody know where it is and what it is called. i was messing around with the googleemail.apk but that seems to be the email app not the gmail app. am i just missing something or is it somewhere else. im on the droid 1 with froyo 2.2
Root Explorer > system > app > Gmail.apk
wierdo124 said:
Root Explorer > system > app > Gmail.apk
Click to expand...
Click to collapse
Looked for it but it isnt there it goes emailgoog.apk, gallery3dgoogle.apk to google backuotransport.apk

How to uninstall an application ? How to add icon of desktop ?

Hi,
I'm french and here in France we don't have Barnes & Nobles.
Last Week, I was in Miami and I bought a Nook Color because I saw on this forum that we can have a "full" android and I wanted a pdf reader and more if possible...
I have root my eReader tody and install some application. I installed some applications to test : how to uninstall them ?
I have an other question : how to add icons of this applications apk on the desktop ?
Think you for your job.
You need a 3rd party launcher such as ADW or LauncherPro to do either of these things. The default nook launcher doesnt support app shortcuts or uninstalling apps.
How do you use launcherpro to uninstall apps?
You need to change your launcher to a 3rd party one. I prefer Zeam. It works the best. Then while in the. App drawer, press and hold the app you want and drag it to either the desktop or the app bar.
To uninstall, you can either use an app such as TitaniumBackup or use RootExplorer to remove the. Apk in /data/app and the dir in /data/data
neozen21 said:
You need to change your launcher to a 3rd party one. I prefer Zeam. It works the best. Then while in the. App drawer, press and hold the app you want and drag it to either the desktop or the app bar.
To uninstall, you can either use an app such as TitaniumBackup or use RootExplorer to remove the. Apk in /data/app and the dir in /data/data
Click to expand...
Click to collapse
I have never seen zeam before but I like it so far. Thanks for the sugestion
To uninstall apps using ADB:
First get a list of packages installed on your NC:
Code:
adb shell pm list packages
Figure out what package you want to uninstall from that list. It might be helpful to pipe the output from the above command through some tool to search for you. For example let's say I want to uninstall Raging Thunder 2, I would do this:
Under Linux:
Code:
adb shell pm list packages | grep -i thunder
Under Windows:
Code:
adb shell pm list packages | find /i "thunder"
The output of which is:
Code:
package:com.polarbit.rthunder2lite
So now I know the name of the package. To uninstall that package I would enter the following:
Code:
adb uninstall com.polarbit.rthunder2lite
And that's it. That's how you uninstall an app using adb.
To add icons you need to install an alternative launcher since the stock NookColor launcher doesn't let you do this. I like Zeam. Each launcher will have its own method for then adding icons to the desktop, but typically you tap and hold down on the background and then a menu pops up with the option to add items.

Honeycomb Music Player - Working on ZIO.

Works 100% on the ZIO with a touch of work.
Since you need about 8Mb of space on your system partition, you'll need to move some apps from /system/app onto /data/app in order to fit the lib and apk.
Use root explorer to copy /system/app/Maps.apk to the root of your SDcard, then use root uninstaller to uninstall Maps.
**make sure you enable r/w access in root explorer.
Run "Maps.apk" from root of your sdcard and instal it like normal. This will install it in /data/app and free up about 5Mb of space on /system.
Remember, this is a beta test. More information can be found HERE.
Directions:
1) Download HC-Music to the root of your SDcard
2) Open with winzip/rar/7z and extract a copy of "/lib/libjumper.so" to the root of your SDcard.
3) Use root explorer to back up "Music.apk" in /system/app
3) open shell on your phone from PC (via adb)
Code:
adb shell
su
cat /sdcard/libjumper.so > /system/lib/libjumper.so
cat /sdcard/HC-Music.apk > /system/app/Music.apk
exit
exit
adb reboot
After you reboot, just open up "Music".
Things you'll notice:
You'll notice "Jumper Test" icon in your drawer. Pretend its not there. Its some debug console for the streaming capabilities of the player (to connect to cloud, itunes, etc...), but the service is not working, and cricket isnt in the list of compatible carriers.
You'll notice "Sync Music" in your sync settings (under menu->settings->accounts n sync). Leave that unchecked.
I'm gonna try this same process for 2.3 mms
Sent from my Zio using XDA Premium App
Let me know how that goes for ya. interested in a new mms, but I dont want Handcent and I like the way 2.3 mms looks
Tried it with the above method. It took but didn't move the MMS. Put it in the /system/app but didn't move the app itself, just made a folder. So I tried installing it straight from the SD card and it works like a charm! Zio a go go with Gingerbread MMS!!!
sinisin said:
Let me know how that goes for ya. interested in a new mms, but I dont want Handcent and I like the way 2.3 mms looks
Tried it with the above method. It took but didn't move the MMS. Put it in the /system/app but didn't move the app itself, just made a folder. So I tried installing it straight from the SD card and it works like a charm! Zio a go go with Gingerbread MMS!!!
Click to expand...
Click to collapse
Can you please provide the link to the mms.apk file you used to install? I found one on the forums but it won't install straight from the SD card.
We'll start new threads with directions for all new findings
Sent from my Zio using XDA App

[REF] List of apps that can be remove

CAUTION: Before deleting system apps, it is necessary to do a backup so that it can restored in case of emergency! root privileges are absolutely needed!
I am not responsible for any damage to the device. All modding attempts at your own risk!
This thread is intended to provide an overview of the system apps on LG Optimus Black that can be deleted without damaging the device. So if you like Facebook with its contacts and want to sync with it, you should not remove the SNS.apk.
CAN BE REMOVED
AnalogAlarmWidget.apk -> LG Widget
AnalogClockWidget.apk -> LG Widget
AndroidBackup.apk -> Backup App
AppAdvisor.apk -> LG App Advisor
BookmarksWidget.apk -> LG Bookmark Widget
Bubbles.apk -> LG Live Wallpaper
Calculator.apk -> Calculators
CalendarWidget.apk -> LG calendar widget
CarHome.apk -> CarDock app, often probably responsible for short battery life
ContactWidget.apk -> LG People widget
cyon.apk -> Remote Call
DigitalAlarmWidget.apk -> LG Widget
DigitalClockWidget.apk -> LG Widget
DocMaster.apk -> Word Viewer
DualClockWidget.apk -> LG Widget
EmailWidget.apk -> LG Widget
FmRadioWidget.apk -> LG Radio App
Finance.apk -> App exchanges
FriendsPluswidget.apk -> Social App
GenieWidget.apk -> News & Weather Widget
Gmail.apk -> GMail App
HiddenMenu.apk -> Hidden Menu App
HiddenMenu_ChargingTest.apk -> Hidden Menu-SD cards of test-app
HiddenMenu_SDCardTest.apk -> Hidden Menu Charging Test App
HomeSelector.apk -> Home Screen-changing app
LGEmail.apk -> LG-e-App
LGMemo.apk -> LG Memo app
LGOnScreenPhone.apk -> LG OnScreenPhone Suite
LGWorld.apk -> LG World App
LiveWallpapers.apk -> Live Wallpaper
LiveWallpapersPicker.apk -> Live Wallpaper Picker
MagicSmokeWallpapers.apk -> Wallpaper
MailSelectorLGE-sgned.apk -> Email Selection
Maps.apk -> Google Maps
MemoWidget.apk -> LG Memo widget
MessageWidget.apk -> LG Widget
Mirror.apk -> LG Mirror App
MusicWidget.apk -> Sony Music Widget
NewsWidget.apk -> LG News Widget
PCSync.apk -> sync app for the LG PC Suite
PhotoFrameWidget.apk -> Sony Picture Frame Widget
PicoTts.apk -> Text to Speech Engine
PreloadedApp.apk -> LG preload Apps App
Screencapture.apk -> LG screenshot app
SmartShare.apk -> DLNA App
SNS.apk -> LG Twitter app, LG Facebook app, LG MySpace App
Stk.apk -> SIM Toolkit
Street.apk -> Google Street View
TodayScheduleWidget.apk -> Widget
TtsService.apk -> Text to Speech Service
VisualizationWallpapers.apk -> Wallpaper Viewer
VoiceRecorder.apk -> Voice Recorder
VoiceSearch.apk -> Search by Voice
WorldClockWidget.apk -> LG Widget
WeatherWidget.apk -> LG Widget
WhatsNew.apk -> LG App
YouTube.apk -> YouTube
REMOVED WITH CAUTION
LGLauncher.apk - (!)> Is essential before a new launcher will be installed!
Browser.apk -> Instead, if another browser is used by default
DeskClock.apk -> disables the alarm function
FmRadio.apk -> if the radio function is no longer needed
FmRadioProvider.apk -> if the radio function is no longer needed
GoogleCalenderSyncAdapter.apk -> Calendar Sync
GoogleContactsSyncAdapter.apk -> Sync Contacts
GoogleFeedback.apk -> Force Close Report
GoogleServicesFramework.apk -> provides account / login information for Google Apps available
HIME.apk -> if a different keyboard is installed
lgeVideoPlayer.apk -> if another video player is used
Music.apk -> if any other music player is used
VpnServices.apk -> if VPN connections will not be used
CANNOT BE REMOVED
AccountAndSyncSettings.apk -> needed for Gmail Notifications
Calendar.apk -> Calendar
CalendarProvider.apk -> Calendar Provider
Camera.apk -> Camera
CertInstaller.apk -> Certificate Installer
Contacts.apk -> Contacts
Contacts.apk -> Contacts provider
DefaultContainerService.apk -> need to install apps
DownloadProvider.apk -> managed Downloads
DrmProvider.apk -> DRM provider
Fonts.apk -> system fonts
Gallery3D.apk -> Gallery
MarketUpdater.apk -> Market-Updater
MMS.apk -> SMS / MMS reception
OmaDmcClient.apk -> OTA function can not simply be erased
Phone.apk -> Phone App
Settings.apk -> Settings App
SettingsProvider.apk -> Settings Provider
TelephonyProvider.apk -> Phone Provider
UserDictionaryProvider.apk -> Dictionary
Vending.apk -> Google Market
BUGS
i've found some bugs when removing cyon.apk & LGWorld.apk at system folder,the file is deleted but the apps is still listed on the home screen...can anyone verify this? do you also encounter this problem?
SOLVED....
To delete the apps from the app list,(assume u have done deleting the apps from the System folder),go to settings > applications > manage applications.
At the All tab, find remote call and LGworld apps and press it and press uninstall...then restart the phone...now enjoy the phone without the bloatware.
(Cause:when removing the apps from system folder, the file that remove is the stock apps given by LG..What left is the update version of the apps)
CREDIT TO FIGHTERCHRIS & SPYBOY FOR THE APPS LIST..
How much Free ROM now after you deleted everything safe to delete?
BoyBawang2 said:
How much Free ROM now after you deleted everything safe to delete?
Click to expand...
Click to collapse
At least 50MB of ROM can be cleared from the bloatware if all apps are remove..(estimation)
kronos_fir18 said:
At least 50MB of ram can be cleared from the bloatware...
Click to expand...
Click to collapse
How about the Internal storage? How much is freed?
BoyBawang2 said:
How about the Internal storage? How much is freed?
Click to expand...
Click to collapse
As for now, i manage to remove around 9 LG apps and costing around 25MB of file..
The biggest apps is WeatherWidget.apk where it cost around 15MB of space inside the system.
Some reflect the delete lgemail.apk cause Caton, I do not know whether you have this situation?
sky_huangl said:
Some reflect the delete lgemail.apk cause Caton, I do not know whether you have this situation?
Click to expand...
Click to collapse
cause caton? what is that?
i've done deleting the lgemail.apk and nothing is happening..so i assume that the apps is safe to remove...
ow can i remove lg launcher??
tx
yes, if you have installed another launcher
federall said:
ow can i remove lg launcher??
Click to expand...
Click to collapse
Do not do it unless You are skilled !
If You remove LG Launcher and do factory reset, You will end up with no laucher at all ( as laucher You installed will be wiped out )
P.S. Exactly this way I stepped into **** with my Samsung Spica some time ago
When camera.apk and ArcCamera.apk was removed from the phone and I try to copy files to system/app but files aren't not install.how can install app with out re-flash firmware again.
which app is the best for uninstall this apps??
i have "titanium backup pro root" installed... is a good application to do this?
thanks
need stock mms.apk.
hi!
if someone could spare some time and upload their stock mms.apk i would appriciate it. i accidentally deleted mine.
This is very usefull!!
Very thank
How can I stay with the root privileges?
Our what program can I use to remove or replace.
[email protected] said:
How can I stay with the root privileges?
Our what program can I use to remove or replace.
Click to expand...
Click to collapse
Gingerbreak for root, and raiz uninstaller from market, for free, to remove apps.
can i remove the odex files that correspond to the apk file i deleted?
OP, what uninstaller did you use. Some of those apps on the list aren't listed by Root Uninstaller
Thank you very much!
Considering buying this to replace my almost dead Desire, especially since i heard about ICS update. Can i use the Android APK to uninstall the apps? And is it possible to get the stock Android Launcher? I want my phone to be as close to stock Android as i can get it, except for LG features i like. What about the LG e-mail client? i need a exchange app for my work-mail...

How remove the Blotwares STEP by STEP

With the intention of helping all those who have difficulties in removing blotwares even with programs like TITANIUM and others..
Here is a small step by step that I did to remove the blotwares..
STEP - 1
You install the app available in the playstore, called System app remover Https://play.google.com/store/apps/details?id=com.jumobile.manager.systemapp&hl=en_US
1.1)
You need to install the app available in the playstore, called Termux Https://play.google.com/store/apps/details?id=com.termux&hl=en_US
1.2)
grants root access to the 2 apps.
STEP - 2
Perform apk removal With the Termux application open,
you enter as root
-> su (enter as root)
You should now allow to modify the directory system
-> mount -o remount, rw -t rfs /dev/stl5 /system
Now you need to get into the "System app remover" application and pick up the APP directory you want to remove.
-> rm -r [DIRECTORY]
Now you need to return the directory system to read only, 'ro', to prevent malicious activities
-> mount -o remount, ro -t rfs /dev/stl5 /system
Restart your phone and you can see that the app is no longer on your device.
NOTE: If you can not go back to read only, after the system reboot you will be able to.
My mobile got much faster and with no crashes after deleting these apps ...
I had difficulty removing blotwares from a rom I downloaded that is available on this link for ZUK Z2 PRO
https://forum.xda-developers.com/zuk-z2-pro/development/miui-8-version-zuk-z2-pro-t3563578
ALERT: As all androis have the same command system, should work for any device, but be careful not to remove applications essential for system operation. It can cause an infinite loop in system reboot.
If you have a rooted phone, you can just download "ES Datei Explorer", grant root access and remove the folders in /system/app , /system/priv-app , /system/preload of the apps you don´t want. After reboot, you´ll just have to remove the icons from your homescreen.
Make a backup by moving the folders somewhere else. You´ll never know when you need one of these "unnecessery" apps.
Tuerkay said:
If you have a rooted phone, you can just download "ES Datei Explorer", grant root access and remove the folders in /system/app , /system/priv-app , /system/preload of the apps you don´t want. After reboot, you´ll just have to remove the icons from your homescreen.
Make a backup by moving the folders somewhere else. You´ll never know when you need one of these "unnecessery" apps.
Click to expand...
Click to collapse
Well thought, I'm accustomed to using linux, commands are the same, so it was something that I created in a "homemade" way and decided to share. This app actually displays the root directory, so, it's very good and less difficult, but the app remover can be useful for help you to know what file you need remove..
Thanks for adding the information ..
This is the link what app he's talking about
https://play.google.com/store/apps/details?id=com.estrongs.android.pop
Grants root access and go to directory for remove the file you want.
can anything be done without rooting?
akyiboy007 said:
can anything be done without rooting?
Click to expand...
Click to collapse
This procedure can not do without root, but, have one way you can do without root, i never tested.
This is the link, for Android 4.4, i don't know if works for 5.0 , 6.0 or 7.0, take a look...
https://www.xda-developers.com/how-to-remove-bloatware-from-your-android-device-xda-tv/

Categories

Resources