Results 1 to 5 of 5
  1. #1
    LordPain's Avatar
    offline Of Mice and Modders
    Join Date
    Dec 2009
    Location
    LA
    Posts
    77
    Thanks
    13
    Thanked 7 Times in 7 Posts
    Downloads
    36
    Uploads
    0

    Troubleshooting Quick question, how do you remove certain APK's?

    Just as the post suggests, i am trying to remove certain Apps (browser, Music Player and messaging mainly) but i don't know how to. Can anyone please help?
    Besides instructions on how to remove these apps, can you tell me where i can see like a full list of apps that are on the phone?

    Thank you very much for all your help

    PS
    I am also aware that removing certain apps can cause major problems since its all conected to MotoBlur so if i asked to remove one of those apps, please let me know so i don't screw up my phone


  2. #2
    offline Of Mice and Modders
    Join Date
    Dec 2009
    Posts
    71
    Thanks
    10
    Thanked 15 Times in 14 Posts
    Downloads
    9
    Uploads
    0
    Use ADB.

    adb remount
    cd system/app
    ls

    That should give you a full list of the APKs

    rm <program.apk> //without the brackets will remove.

    You can also do this from the Terminal Emulator on your phone, just leave out the 'adb remount' step. You will need to run 'su' first though, to gain superuser privs.

    I'm not sure what removing Messaging will do.

  3. #3
    adlx's Avatar
    online Maker of adlxmod
    Join Date
    Jan 2010
    Location
    Madrid, Spain
    Posts
    1,034
    Thanks
    610
    Thanked 1,485 Times in 366 Posts
    Downloads
    30
    Uploads
    0
    To list all installed apps, you can run "pm list packages -f" from adb shell session:

    c:\> adb shell
    # pm list packages -f
    pm list packages -f
    package:/system/app/SocialMessaging.apk=com.motorola.blur.socialmessag ing
    package:/system/app/SetupWidget.apk=com.motorola.blur.home.setup
    package:/system/app/Setup.apk=com.motorola.blur.setup
    package:/system/app/Street.apk=com.google.android.street
    package:/data/app/com.conducivetech.android.lite.apk=com.conducivete ch.android.lite
    package:/data/app/com.metago.astro.apk=com.metago.astro
    ...

    You could also use DroidExplorer (google it), to install/remove from Windows directly.

    To remove system apps, adb remount, then go to /system/app and either rm the apk (and odex if it exist) or bzip2 the file you want to temporarily "disable".
    Download my 1-click Recovery Flasher to flash a custom or stock recovery to your phone: Cliq, CliqXT, Backflip, ...

    Like my work? Support me: & visit my adlxmod site and follow me on Twitter
    Tambien me puedes encontrar en Movilzona (Esp)

  4. #4
    LordPain's Avatar
    offline Of Mice and Modders
    Join Date
    Dec 2009
    Location
    LA
    Posts
    77
    Thanks
    13
    Thanked 7 Times in 7 Posts
    Downloads
    36
    Uploads
    0
    Awesome! It worked! Thanks a bunch guys. Just another reason why the Moto Com. Rulez

  5. #5
    offline Of Mice and Modders
    Join Date
    Jun 2008
    Posts
    58
    Thanks
    13
    Thanked 38 Times in 12 Posts
    Downloads
    20
    Uploads
    0
    Quote Originally Posted by LordPain View Post
    Just as the post suggests, i am trying to remove certain Apps (browser, Music Player and messaging mainly) but i don't know how to. Can anyone please help?
    Besides instructions on how to remove these apps, can you tell me where i can see like a full list of apps that are on the phone?

    Thank you very much for all your help

    PS
    I am also aware that removing certain apps can cause major problems since its all conected to MotoBlur so if i asked to remove one of those apps, please let me know so i don't screw up my phone

    All of this info was also posted in the Cliq Bible Thread
    http://www.modmymoto.com/forums/showthread.php?t=526604

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •