DROID by Motorola- Free from Verizon Wireless! *
  
Welcome, Guest. Please login or register.

News: Nominate/Vote for Member for Member Of The Month (MOTM) July 2010 Click Here For Information!
Advanced search
Scratch-Proof your Motorola Droid           Best Price for Verizon Phones       Droid Screen Protection Cheap Cell Phone Accessories
Pages: [1]
Print
Share this topic on AskShare this topic on Del.icio.usShare this topic on DiggShare this topic on FacebookShare this topic on FurlShare this topic on GoogleShare this topic on LiveShare this topic on MySpaceShare this topic on NewsvineShare this topic on RedditShare this topic on SlashdotShare this topic on SpurlShare this topic on SquidooShare this topic on StumbleUponShare this topic on TwitterShare this topic on TipdShare this topic on YahooShare this topic on Google buzz
Author Topic: Remove Pre-Installed Applications  (Read 454 times)
0 Members and 25 Guests are viewing this topic.
vpnavy
Administrator
Hero Member
*****

Cookies: 7
Online Online

Gender: Male
Posts: 1312



WWW
« on: December 13, 2009, 02:17:23 AM »

Motorola-Droid.Org does not support nor condone "Root" utilization. Remember, "rooting" might Void your warranty!


Method 1

I suggest backing up the applications you decide to remove first by the following commands. There is no need to back up Visual Voicemail because it can be found in the market. You may backup Amazon MP3 if you wish.

  • su
  • mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
  • cd  /system/app
  • cat Email.apk > /sdcard/Email.apk
  • cat CorpCal.apk > /sdcard/CorpCal.apk
  • mount -o ro,remount -t yaffs2  /dev/block/mtdblock3 /system
  • sync
  • reboot

The following commands will remove Email, Visual Voicemail, Amazon MP3, and Corporate Calendar. Add or remove apps from these commands as you please:

  • su
  • mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
  • cd  /system/app
  • rm Email.apk
  • rm VVMStub.apk
  • rm com.amazon.mp3.apk
  • rm  CorpCal.apk
  • mount -o ro,remount -t yaffs2  /dev/block/mtdblock3 /system
  • sync
  • reboot

Method 2

The following commands will rename these apps so that they are "hidden" They can be renamed at any time to restore them:

  • su
  • mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
  • cd  /system/app
  • mv Email.apk Email.bak
  • mv VVMStub.apk  VVMStub.bak
  • mv com.amazon.mp3.apk com.amazon.mp3.bak
  • mv  CorpCal.apk CorpCal.bak
  • mount -o ro,remount -t yaffs2  /dev/block/mtdblock3 /system
  • sync
  • reboot

The following commands will rename the apps so that they are restored:

  • su
  • mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
  • cd  /system/app
  • mv Email.bak Email.apk
  • mv VVMStub.bak  VVMStub.apk
  • mv com.amazon.mp3.bak com.amazon.mp3.apk
  • mv  CorpCal.bak CorpCal.apk
  • mount -o ro,remount -t yaffs2  /dev/block/mtdblock3 /system
  • sync
  • reboot

Logged

        
Pages: [1]
Print

Jump to:  

Motorola Droid/Milestone (Full Body)




Forum by Motorola Droid Forum Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Motorola Droid Forum | Sitemap



Google visited last this page July 25, 2010, 07:50:53 PM