Droid X Bloatware Removal Script

so i tried this out, and i went to restore the bloatware, but not all of it came back. madden, cityid, amazon mp3, and skype did not restore. maybe because i completely uninstalled these apps previously?
 
Did you run the update.zip or the gscript script?

I just downloaded it and tried it again (the update.zip) and it worked as expected.

You might run it again to get it back in sync...as long as CityID isn't found with .apk, the script will keep trying to put them back.

Have you navigated to /system/app with root explorer or a free file explorer to see if those apps are still named .bak?

Sent from my DroidForums App
 
Did you run the update.zip or the gscript script?

I just downloaded it and tried it again (the update.zip) and it worked as expected.

You might run it again to get it back in sync...as long as CityID isn't found with .apk, the script will keep trying to put them back.

Have you navigated to /system/app with root explorer or a free file explorer to see if those apps are still named .bak?

Sent from my DroidForums App

update zip. i ran it again and i noticed that everything came back except cityid, which is named cityid.bak. should i rename it?
 
Looks like there is an extra "." On CityID.bak

Rename it to .apk then the script should run fine.

Sent from DroidForums App

says i cant rename it. because the file system is read only.
i reinstalled it, but its still has .bak extension
 
also, after doing a backup with Droid Recovery, where is the backup stored? I like to save a copy of my backups to my pc.
 
If using root explore there is a r/w button at the top to make that folder writable.

Or open terminal and type the following (hitting enter after each line)

su

busybox mount -o rw,remount /system

mv /system/app/CityID.bak. /system/app/CityID.apk

busybox mount -o ro,remount /system

That should change it.




Sent from DroidForums App
 
If using root explore there is a r/w button at the top to make that folder writable.

Or open terminal and type the following (hitting enter after each line)

su

mv /system/app/CityID.bak. /system/app/CityID.apk

That should change it.




Sent from DroidForums App

that worked. thanks a lot. do you know the answer to my other question?
also, after doing a backup with Droid Recovery, where is the backup stored? I like to save a copy of my backups to my pc.
 
Sorry I missed that question.

It is in
/sdcard/clockworkmod/backups

The file names are the date and time that the backup was made and you will need the whole folder

Sent from my DROID2 GLOBAL using DroidForums App
 
Sorry I missed that question.

It is in
/sdcard/clockworkmod/backups

The file names are the date and time that the backup was made and you will need the whole folder

Sent from my DROID2 GLOBAL using DroidForums App

thanks for the help.
 
Back
Top