Jump to content

Removing stuff (e.g. Acer Registration)


Guest PaulOBrien

Recommended Posts

Guest Uberadri

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

:)

Link to comment
Share on other sites

Guest Lorents

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 by Lorents
Link to comment
Share on other sites

Guest Lorents
Didn't removing snsservice screw up contacts?

Seems like its ok to remove snsservice as long as you leave the snsprovider :)

Edited by Lorents
Link to comment
Share on other sites

  • 8 months later...

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

Link to comment
Share on other sites

Guest HustlinDaily

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 :)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 3 weeks later...
Guest Andrey Korolev

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?

Link to comment
Share on other sites

Guest Borkata
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

Link to comment
Share on other sites

  • 2 weeks later...
Guest leungda

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?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.