Guest Paul Posted December 9, 2009 Report Posted December 9, 2009 If you've rooted and you've got ADB running, you can remove apps you don't want (i've removed Acer Sync, Acer Registration) by deleting their APKs from /system/app. E.g., to remove Acer Registration, I did: - adb remount - adb rm /system/app/AcerAbout.apk Easy! ;) P
Guest pete.major Posted December 11, 2009 Report Posted December 11, 2009 Hey, Does anyone know how I might uninstall RoadSync? I use gmail/gcalendar/gcontacts etc... I don't really need this. Thanks for any advice.
Guest Paul Posted December 11, 2009 Report Posted December 11, 2009 You need to be rooted, then you adb remount and adb rm /system/app/RS.apk. I've done it on mine (together with removing 'Acer Registration')! P
Guest oneu Posted December 15, 2009 Report Posted December 15, 2009 sorry I am still a newbie with rooted android etc. How do you adb?? from command prompt and you need to have android sdk installed?? I think I have rooted my device but i´m not sure just did superboot then installed the latest official rom.
Guest snoopy33 Posted December 19, 2009 Report Posted December 19, 2009 Hi, Because I used Handset for sms, and because the original sms application stay open in background, i uninstall it by removing Mms.apk. I removed also talk service and google talk because i don t use it, but by doing that i was unable to make the market working correctly so I reinstall it in the system folder, and now, all is Ok. ++
Guest jimshui Posted December 20, 2009 Report Posted December 20, 2009 If you've rooted and you've got ADB running, you can remove apps you don't want (i've removed Acer Sync, Acer Registration) by deleting their APKs from /system/app. E.g., to remove Acer Registration, I did: - adb remount - adb rm /system/app/AcerAbout.apk Easy! ;) P I am using 1.001.05-AAP-CSL rom and have used alternate superboot to root my Liquid. Tried to adb remount via macbook which was ok. However, I could not remove the apps from my Liquid. Error message "failure" was shown on terminal. Kindly assist.
Guest tomdotcom Posted December 20, 2009 Report Posted December 20, 2009 (edited) NEWBIE Instructions To use ADB on a Superbooted ROM 1. Install AndroidSDK 2. Enable USB Debugging mode 3. Plug Liquid via USB cable 4. adb remount 5. adb shell 6. cd /system/app 7. rm XXXXX.apk 8. adb shell reboot Edited December 29, 2009 by tomdotcom
Guest petrosy Posted December 20, 2009 Report Posted December 20, 2009 Hi There is an APP loaded called DRM Protected Content Storage. Does anyone know what this does and can I remove it?
Guest Ricky Lui Posted December 21, 2009 Report Posted December 21, 2009 thanks a ton, Paul! finally can get rid of those useless processes!!! You are the MAN!!!!
Guest chingy1788 Posted December 27, 2009 Report Posted December 27, 2009 i want to move these apps incase i want them back for what ever purpose... mv doesnt seem to work - failure on '*app directory*' - Cross-device linked and theres no sudo...
Guest tomdotcom Posted December 28, 2009 Report Posted December 28, 2009 Using the CSL rom I also receive the "failure" upon trying to remove
Guest petrosy Posted December 28, 2009 Report Posted December 28, 2009 I am using 1.001.05-AAP-CSL rom and have used alternate superboot to root my Liquid. Tried to adb remount via macbook which was ok. However, I could not remove the apps from my Liquid. Error message "failure" was shown on terminal. Kindly assist. I seem to be experiencing the same issue. I have rooted my device & using 1.004.00 firmware. What am I doing wrong? I am running the adb command straight from within my dos session.
Guest Paul Posted December 28, 2009 Report Posted December 28, 2009 'adb remount' first to mount system rw. P
Guest duff.angus Posted December 28, 2009 Report Posted December 28, 2009 I seem to be experiencing the same issue. I have rooted my device & using 1.004.00 firmware. What am I doing wrong? I am running the adb command straight from within my dos session. I installed 'Explorer' from the Market... Open explorer, create a backup directory on sd card in phone (/sdcard on my phone) Copy /system/app, paste into your backup folder on /sdcard now connect phone to pc and enable the sdcard. copy all those *.apk files to a safe place... I had trouble removing files initially, a bit of googling later... open a command prompt in windows.. after: - adb remount either type 'adb shell' and then 'cd /system/app' and 'rm xxx.apk' or insert 'shell' between adb and the rm command: - adb shell rm /system/app/xxx.apk be careful what you remove. i've had a couple of problems after maybe removing to may apps and had to reflash the rom and start again. Everything working fine now though. good luck and enjoy
Guest AcerDroid Posted December 28, 2009 Report Posted December 28, 2009 does anyone have list of apps that are safe to remove? I hate too many apps that run on startup
Guest liquid_it Posted December 28, 2009 Report Posted December 28, 2009 does anyone have list of apps that are safe to remove? I hate too many apps that run on startup I removed Acer Registration, Spinlets and UrFooz. Don't know if there's something else you can safely remove, but looking to the task manager I'd say no..
Guest goa200 Posted December 28, 2009 Report Posted December 28, 2009 i removed acer settings. no need for that app when i got powerwidget which does basically the same
Guest pete.major Posted December 28, 2009 Report Posted December 28, 2009 i removed acer settings. no need for that app when i got powerwidget which does basically the same Acer settings is a service though... I was windering if it might do power management or something...
Guest goa200 Posted December 28, 2009 Report Posted December 28, 2009 Acer settings is a service though... I was windering if it might do power management or something... acer settings handles settings like wifi, blutooth and other similar stuff through an easy quick accessible application. Havnt had a single FC after removing it. Just start the app and you'll se what it does
Guest tomdotcom Posted December 29, 2009 Report Posted December 29, 2009 @duff.angus Thanks, Solved the problem with "failure" upon remove
Guest Dona' Posted January 3, 2010 Report Posted January 3, 2010 Hi, Can I remove AcerSync.apk safely ? Because Acer Sync is just a shortcut to the settings, isnt it ?
Guest snoopy33 Posted January 3, 2010 Report Posted January 3, 2010 No it s a program to synchronize with outlook, only usefull if you have and use outlook !
Guest Vailo Posted January 12, 2010 Report Posted January 12, 2010 Does anyone know which .apk is AcerRegistration file, can't find any obvious file in the sytem/app folder. :)
Guest F_J_P Posted January 12, 2010 Report Posted January 12, 2010 Does anyone know which .apk is AcerRegistration file, can't find any obvious file in the sytem/app folder. :) AcerAbout.apk
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now