Volume +/- = Move up/down
Power / Search = Select
Back = to go back.
I wrote a shell script to automate the renaming, called it don.sh. To execute type “sh don.sh filename.apk”, and it will change filename.apk to filename.apk.bak:
#!/bin/bash
# Call this script with a file name parameters, for example
# sh scriptname 1
echo "first parameter is $1"
echo "${1%.*}"
echo "${1%.*}.apk.bak"
# mv $1 ${1%.*}.apk.bak
mv $1 $1.bak
exit 0
Apps I renamed to disable (44 apks):
BellMob2.2-6201018-ProdSigned.apk TelNav GPS Navigator for Bell Mobility. This was misleading apk name. 5.5M
BooksPhone.apk.bak: Google Books, an app 2.3M
Calendar.apk .6M
CalendarProvider.apk .22M
DM_RsupInput.apk: All these DM apks have no odex, 15k
DM_rsinput.apk dummy systems app?!?
DM_RsupSrn.apk
DM_RsupUInput.apk
DRMService: DRM stands for Digital Rights Management. Without getting too technical, it’s a service that deals with managing digitally protected media on your device. source, 60k
DrmProvider: 19k
Email.apk.bak Email program, not GMail, 1.6M
Finance.apk.bak Yahoo Finance, .75M
GoogleCalendarSyncAdapter.apk .27M
LGATCMDService.apk.bak: connects your phone to your PC source 82k
LGWorld.apk.bak 18k
lgercui.apk.bak LG Remote Call, fix phone remotely, not going to happen 1.6M
LiveWallpapersPicker.apk 37k
Maps.apk Google Maps, 12.5M between the .apk and .odex, also downloads a lot of data
MediaUploader.apk Picassa .39M
MoviePlayer.apk Video Player .84M
News.apk.bak Yahoo News, not Weather and News .67M
OmaDmclient.apk LG auto update .69M com.lge.omadmclient: over the air updates for stock rom source, source
PicoTts.apk – voice to text/text to speech support 21k
Protips.apk: Android hints and tips on front screen 55k
Remote_PVR.apk.bak Bell app, did not work 33k
RSstarter.apk LG RemoteCall (LG’s direct remote-control support), 68k for all Rs, no odex
RsupInput.apk
RsupSrn.apk
RsupUInput.apk
SearchAppWidget-1.3.3-signed.apk Yahoo Search 57k
selfserve_v2.2_rel3.apk.bak 90k
SmartShare.apk.bak Bell app, did not work 1.6M
SNS.apk: Social+ app, Facebook, Twitter source a widget, 2.2M
Street.apk Google Street View runs too slow on phone .47M
Talk.apk Google Talk 1.4M
TtsService.apk – Same as TTS above 44k
TunesAndApps-1.0-1-20100916-signed.apk.bak maybe a widget, 9k
TVRadio.apk.bak Bell app, did not work, actually discontinued but as a system app could not be deleted, 1.1M
TunesAndApps-1.0-1-20100916-signed.apk.bak
Videos.apk.bak 2.4M
VoiceSearch.apk – No voice searching, 3.8M
VpnServices.apk 2.3M
WapService: mobile web service, .26M
YouTube.apk 3.1M
Zoompass.apk.bak ecommerce app for use at cashier, not safe, 21k
Optional apps I wanted (7 apks)
Music.apk music player
Browser.apk
Calculator.apk
CameraApp.apk
DeskClock.apk
GenieWidget.apk – The news and weather widget
SoundRecorder.apk
Google Apps: Since Google cut me off from the Google Play Store I thought I’d rename all Google apps
Gmail.apk need this or your Play store will not validate
GoogleContactsSyncAdapter.apk
GoogleQuickSearchBox.apk
GooglePartnerSetup.apk Needed to verify Google account options
GoogleServicesFramework.apk
MarketUpdater: updates Google Play source
from the root, then /data/app/ change com.google.android.gms-1.apk to com.google.android.gms-1.apk.bak, reboot and Google Play Services is no longer running. source
-Phonesky.apk: backup for Google Play, remove this and Market 3.3.12 app will disappear
-GenieWidget.apk: Google’s weather and news
APKs you need (48 apks):
AccountAndSyncSettings.apk for synch of gmail , face book etc.
ApplicationManager.apk
ApplicationsProvider.apk
BluetoothOpp.apk
BluetoothPbap.apk
BrcmBluetoothServices.apk
CertInstaller.apk
Contacts.apk
ContactsProvider.apk
DefaultContainerService.apk
DeviceTest.apk
DownloadProvider.apk
DownloadProviderUi.apk
FlexProvider: for phone data connection source
Gallery3D.apk: also cooliris.media in the /android/data dir
HIME.apk alternative language
HTMLViewer.apk
HiddenMenu.apk
HiddenSIMUnlockManu.apk
LGApplicationWidgetsPicker.apk
LGHome2.apk: LG launcher
LGMITS Managed Desktop?!?
LGSetupWizard.apk
MediaProvider.apk Scans media
Mms.apk texting
Music.apk music player 1.6M
NetworkLocation.apk where you are on the mobile network
PCSync.apk
PackageInstaller.apk
Phone.apk
PowerOff.apk
SIMContactsService.apk com.lge.simcontacts: able to move your contacts to the sim card
Settings.apk
SettingsProvider.apk
SetupWizard.apk
stk.apk: SIM toolkit
Superuser.apk
SystemUI.apk
TelephonyProvider.apk radio phone
UserDictionaryProvider.apk Keyboard user doctionary
lg_p690b-debug.apk: very misleading name, Nuance Voice Control, com.nuance.android.vsuite.lg_p690b but when I disable it there is an infinite loop error that never goes away, so needed to reenable it and the error disappears.
Threads on Apps safe to remove:
http://androidforums.com/threads/list-of-apps-safe-to-remove.253523/
http://forum.xda-developers.com/showthread.php?t=1322903
http://forums.androidcentral.com/optimus-v-rooting-roms-hacks/156703-guide-apk-s-their-purpose-safe-not-remove-big.html
I used Marvin Miller’s list as a guide, who posted on page 2 of the install guide.
Installing QQ International v4.5.13
Copy System Apps to PC Open another command window from the Fastboot directory (shift-rtclick). This will copy an app in the /system/app/ directory to your PC’s Fastboot directory. From there you can easily move them around.
adb pull /system/app/News.apk
List all packages
adb shell pm list packages: Lists all packages
adb shell pm list packages -f: Lists apk and packages. Useful for figuring out which apk to disable.
Delete System Apps from Phone, Permanent Do this for both the .apk and .odex. After deleting system apps if the internal storage number does not change, boot to recovery, advanced, wipe dalvik cache. This will redo the file structure and recalculate your internal memory.
adb shell
su
mount -o remount,rw /dev/block/stl9 /system
cd /system/app/
rm nameofapp.apk: delete app
cat [AppName].apk > /sdcard/[AppName].apk: backup app to sd card
ls -l *.bak: lists long format for all *.bak files
Restore System Apps to PhoneSo I’m running out of space. Instead of renaming the .apk files I will try to copy the .apk and .odex files to my PC, then delete them from the phone. I need to be able to restore the files if necessary. The steps are here, thanks to djodjoni:
adb shell
su
mount -o remount,rw /dev/block/stl9 /system
chmod 777 /system/app
exit
exit
adb push C:\Myfile.apk /system/app/myfile.apk
Note the chmod does a rwx, or 7 for owners, members and others, or 777. This is too much permission. Once files are pushed to the /system/app directory I need to restore the permissions to rw owner, r member, r others, or 644, do a “chmod 644 myfile.apk”. Then reboot, and the app should appear. The only problem is that the file permission is set by shell and not root.
adb shell
su
mount -o remount,rw /dev/block/stl9 /system
chmod 644 myfile.apk
exit
Other Apps:
Opera Mini 14.0.2065.100298
