Guest Uberadri Posted January 13, 2010 Report Posted January 13, 2010 Apps I have removed without any problems: AcerAbout.apk - Acer registration AcerSettings.apk - Replaced by Quick Settings AcerSync.apk - Outlook sync AlarmClock.apk - Replaced by Smart Alarm and Math Alarm Calculator.apk - Replaced by Mathdroid NemoPlayer.apk - Acer's media player RS.apk - RoadSync, Exchange server sync Spinlets.apk - Weird music streaming app Task.apk - Replaced by Astrid (sync with RTM) or gTasks (sync with Google Tasks) UrFooz.apk - Weird make your own avatar app :)
Guest Lorents Posted January 13, 2010 Report Posted January 13, 2010 (edited) Here is what I used to clear out apps from my 1.008 ROM adb remount rem -------- Acer programs adb shell rm /system/app/AcerSync.* adb shell rm -r /data/data/com.acer.android.sync adb uninstall com.acer.android.sync adb shell rm /system/app/Task.* adb shell rm -r /data/data/com.acer.android.tasks adb uninstall com.acer.android.tasks adb shell rm /system/app/AcerUpdateNotifier.* adb shell rm -r /data/data/com.acer.android.updatenotification adb uninstall com.acer.android.updatenotification adb shell rm /system/app/AcerAbout.apk adb shell rm -r /data/data/com.acer.android.about adb uninstall com.acer.android.about adb shell rm /system/app/AcerSettings.* adb shell rm -r /data/data/com.acer.android.asettings.activities adb uninstall com.acer.android.asettings.activities rem -------- Extra apps adb shell rm /system/app/NemoPlayer.* adb shell rm -r /data/data/com.rolltech.nemoplayer adb uninstall com.rolltech.nemoplayer adb shell rm /system/app/UrFooz.* adb shell rm -r /data/data/com.fuhu.urfooz adb uninstall com.fuhu.urfooz adb shell rm /system/app/Spinlets.* adb shell rm -r /data/data/com.fuhu.spinlets.androidplugin adb uninstall com.fuhu.spinlets.androidplugin rem -------- Media server stuff adb shell rm /system/app/DlnaService.* adb shell rm -r /data/data/com.acer.android.dlna.services adb uninstall com.acer.android.dlna.services rem -------- Acer social network stuff adb shell rm /system/app/SnsService.* adb shell rm -r /data/data/com.acer.android.sns.services adb uninstall com.acer.android.sns.services rem -------- Keyboard tutoral adb shell rm /system/app/LatinImeTutorial.apk adb shell rm -r /data/data/com.google.android.latinimetutorial adb uninstall com.google.android.latinimetutorial rem -------- Russian keyboard adb shell rm /system/app/RussianKeyboard.apk rem -------- Road sync adb shell rm /system/app/RS.apk adb shell rm -r /data/data/com.dataviz.stargate adb uninstall com.dataviz.stargate rem -------- Documents to go adb shell rm /system/app/DTG.apk adb shell rm -r /data/data/com.dataviz.docstogo adb uninstall com.dataviz.docstogo rem -------- Google maps in case you want to install nav hack adb shell rm /system/app/Maps.apk adb shell rm -r /data/data/com.google.android.apps.maps adb uninstall com.google.android.apps.maps After deleting these apps I cleared the dalvik cache. Edited January 13, 2010 by Lorents
Guest liquid_it Posted January 14, 2010 Report Posted January 14, 2010 Here is what I used to clear out apps from my 1.008 ROM Didn't removing snsservice screw up contacts?
Guest goa200 Posted January 14, 2010 Report Posted January 14, 2010 Didn't removing snsservice screw up contacts? maybe use another contactapp?
Guest Lorents Posted January 14, 2010 Report Posted January 14, 2010 (edited) Didn't removing snsservice screw up contacts? Seems like its ok to remove snsservice as long as you leave the snsprovider :) Edited January 14, 2010 by Lorents
Guest jozi Posted October 4, 2010 Report Posted October 4, 2010 help.. i got error message when perform adb remount : E:\android-sdk-windows\tools>adb remount remount failed: Operation not permitted my liquid has been rooted using Malez. please advice
Guest ginja Posted October 4, 2010 Report Posted October 4, 2010 just download ROOT manager, it's easy and no adb blah blah blah
Guest HustlinDaily Posted October 4, 2010 Report Posted October 4, 2010 I use Titanium Backup to easily uninstall the bullshit. Used to use adb but Titanium is so much easier and u can even easily backup what u remove before removing it :)
Guest ikirt Posted October 4, 2010 Report Posted October 4, 2010 I use Titanium Backup to easily uninstall the bullshit. Used to use adb but Titanium is so much easier and u can even easily backup what u remove before removing it :) +1
Guest Andrey Korolev Posted October 26, 2010 Report Posted October 26, 2010 Hi, I removed stuff from my Liquid and now I have my phone account and contacts disappeared from phonebook (only SIM and Google are visible). How to restore it? Which application is responsible for phonebook contacts?
Guest Borkata Posted October 26, 2010 Report Posted October 26, 2010 Hi, I removed stuff from my Liquid and now I have my phone account and contacts disappeared from phonebook (only SIM and Google are visible). How to restore it? Which application is responsible for phonebook contacts? Phone.apk
Guest Andrey Korolev Posted October 26, 2010 Report Posted October 26, 2010 Phone.apk I didn't remove Phone.apk. I have installed AcerSync.apk and my phonebook account restored.
Guest gamezz Posted October 28, 2010 Report Posted October 28, 2010 If I use Acer UI, then any acer APK can't remove?
Guest leungda Posted November 11, 2010 Report Posted November 11, 2010 I am using Titanium Backup to remove Document to Go stock version. Now, I want to install a latest version on it but no success. I want to restore the backup using Titanium Backup. not success What can I do now?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now