How to NOT install some programs with CyanogenMod & ROM Manager??

This is a discussion on How to NOT install some programs with CyanogenMod & ROM Manager?? within the Droid Hacks forums, part of the Droid Hacking category; My problem so far is that, unlike DroidMod, there was no way to not install the annoying programs that I dislike. I wanted to skip ...

+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14

Thread: How to NOT install some programs with CyanogenMod & ROM Manager??

  1. Master Droid
    Jer's Avatar
    Member #
    7757
    Join Date
    Nov 2009
    Location
    Colorado, USA
    Posts
    543
    Phone
    HTC Evo 4G, Archos 101
    #1

    How to NOT install some programs with CyanogenMod & ROM Manager??

    My problem so far is that, unlike DroidMod, there was no way to not install the annoying programs that I dislike. I wanted to skip installing the following items: MP3 Store Amazon, Corporate email/calendar, Google Goggles & the one that bothers me the most.. Car Home. Is there a way to avoid installing this or to uninstall them maybe with ROM Manager or something?
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Usually I'm That Guy
    LtKen's Avatar
    Member #
    31927
    Join Date
    Jan 2010
    Posts
    2,628
    Liked
    3 times
    Phone
    Rezound
    Premium Member
    #2
    You have to remove them manually. This process usually involves Terminal Emulator, and manipulating file names in the terminal. It's not that hard, even to the uninitiated.
  4. Droid Ninja
    hookerdj's Avatar
    Member #
    49593
    Join Date
    Mar 2010
    Location
    pittsburgh
    Posts
    1,814
    Liked
    6 times
    Phone
    moto droid
    #3
    if you have root manager you can do it also they are located in /system/app folder you have to mount at the top of the screen then long presson them and then take them to somewhere on your sd folder
    (or delete)
    you pick)


    Quote Originally Posted by Jer View Post
    My problem so far is that, unlike DroidMod, there was no way to not install the annoying programs that I dislike. I wanted to skip installing the following items: MP3 Store Amazon, Corporate email/calendar, Google Goggles & the one that bothers me the most.. Car Home. Is there a way to avoid installing this or to uninstall them maybe with ROM Manager or something?
  5. Master Droid
    Jer's Avatar
    Member #
    7757
    Join Date
    Nov 2009
    Location
    Colorado, USA
    Posts
    543
    Phone
    HTC Evo 4G, Archos 101
    #4
    Quote Originally Posted by LtKen View Post
    You have to remove them manually. This process usually involves Terminal Emulator, and manipulating file names in the terminal. It's not that hard, even to the uninitiated.
    Care to give me a few more details other than it's easy? I open Terminal Emulator and all I get is a black screen and when I hit the menu key I get four options that don't appear to be what I'm looking for.
  6. Usually I'm That Guy
    LtKen's Avatar
    Member #
    31927
    Join Date
    Jan 2010
    Posts
    2,628
    Liked
    3 times
    Phone
    Rezound
    Premium Member
    #5
    Quote Originally Posted by Jer View Post
    Quote Originally Posted by LtKen View Post
    You have to remove them manually. This process usually involves Terminal Emulator, and manipulating file names in the terminal. It's not that hard, even to the uninitiated.
    Care to give me a few more details other than it's easy? I open Terminal Emulator and all I get is a black screen and when I hit the menu key I get four options that don't appear to be what I'm looking for.
    Type: (each new line represents hitting the enter key, and anything after \\ is a comment)

    su \\this enables administrator control
    cd /system/app \\this changes you to the proper directory
    ls \\this lists the file packages, CarDock.apk is the apk for the Car Dock
    mv CarDock.apk CarDock.bak \\this renames the package to something that wont be recognized by the system, so the app has effectively been removed

    The Root Manager app technique described a few posts up works too, but this is basically the same process.
  7. Master Droid
    Jer's Avatar
    Member #
    7757
    Join Date
    Nov 2009
    Location
    Colorado, USA
    Posts
    543
    Phone
    HTC Evo 4G, Archos 101
    #6
    Quote Originally Posted by LtKen View Post
    Quote Originally Posted by Jer View Post
    Quote Originally Posted by LtKen View Post
    You have to remove them manually. This process usually involves Terminal Emulator, and manipulating file names in the terminal. It's not that hard, even to the uninitiated.
    Care to give me a few more details other than it's easy? I open Terminal Emulator and all I get is a black screen and when I hit the menu key I get four options that don't appear to be what I'm looking for.
    Type: (each new line represents hitting the enter key, and anything after \\ is a comment)

    su \\this enables administrator control
    cd /system/app \\this changes you to the proper directory
    ls \\this lists the file packages, CarDock.apk is the apk for the Car Dock
    mv CarDock.apk CarDock.bak \\this renames the package to something that wont be recognized by the system, so the app has effectively been removed

    The Root Manager app technique described a few posts up works too, but this is basically the same process.
    Do I need to reboot after doing this? Will I ever get any error messages or anything as it attempts to locate this?

    In the step where it lists file packages can I also locate the other programs I mentioned above and will it be pretty obvious what's what so I can rename them as well?

    Is a reboot required for the changes to take effect? I assume no on the Car Home one since it will just come up blank when searching for it when placed in the car dock.
  8. Master Droid
    Jer's Avatar
    Member #
    7757
    Join Date
    Nov 2009
    Location
    Colorado, USA
    Posts
    543
    Phone
    HTC Evo 4G, Archos 101
    #7
    Quote Originally Posted by LtKen View Post
    Quote Originally Posted by Jer View Post
    Quote Originally Posted by LtKen View Post
    You have to remove them manually. This process usually involves Terminal Emulator, and manipulating file names in the terminal. It's not that hard, even to the uninitiated.
    Care to give me a few more details other than it's easy? I open Terminal Emulator and all I get is a black screen and when I hit the menu key I get four options that don't appear to be what I'm looking for.
    Type: (each new line represents hitting the enter key, and anything after \\ is a comment)

    su \\this enables administrator control
    cd /system/app \\this changes you to the proper directory
    ls \\this lists the file packages, CarDock.apk is the apk for the Car Dock
    mv CarDock.apk CarDock.bak \\this renames the package to something that wont be recognized by the system, so the app has effectively been removed

    The Root Manager app technique described a few posts up works too, but this is basically the same process.
    I can't rename this because I get an error that says:

    "mv: can't rename 'CarDock.apk' : Read-only file system"
  9. Senior Droid
    REARless's Avatar
    Member #
    3158
    Join Date
    Nov 2009
    Location
    Pittsburgh
    Posts
    228
    Phone
    Droid X
    #8
    su
    mountsys
    rm /system/app/cardock.apk
    unmountsys
    sync
    exit
    exit
  10. Master Droid
    B-Unit's Avatar
    Member #
    51526
    Join Date
    Mar 2010
    Posts
    277
    Liked
    10 times
    Phone
    Moto Droid 4
    #9
    What I Have Done With a Rooted Droid That I Couldn't Do Before

    This contains a full on tutorial on renaming default apps you dont want.
    DROID4: Rooted and OC Hacked
    DROID : SimplyStunning 5.6 1.2 Ghz ULV Kernel
  11. Master Droid
    Jer's Avatar
    Member #
    7757
    Join Date
    Nov 2009
    Location
    Colorado, USA
    Posts
    543
    Phone
    HTC Evo 4G, Archos 101
    #10
    Quote Originally Posted by REARless View Post
    su
    mountsys
    rm /system/app/cardock.apk
    unmountsys
    sync
    exit
    exit
    When I do this I get to step 2 and enter mountsys and hit enter I get the following:

    "mountsys: mountsys not found"

Sponsors

Posting Permissions

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

Similar Threads

  1. Replies: 69
    Last Post: 01-26-2011, 08:33 PM
  2. Replies: 10
    Last Post: 05-08-2010, 12:03 PM
  3. Replies: 3
    Last Post: 04-17-2010, 01:46 PM
  4. CyanogenMod 5.0.5 is available via (Rom Manager)
    By thebowers in forum Android Roms
    Replies: 127
    Last Post: 03-28-2010, 04:01 PM
  5. ROM Manager / BB ROM Install Failing
    By Vulcan1600 in forum Rescue Squad Help
    Replies: 5
    Last Post: 03-26-2010, 06:43 PM

Search tags for this page

android cannot rename apk directory not empty
,
can i delete an apk on cyanogenmod before installing
,
can't rename directory not empty android
,
cant remove apk directory not empty
,
cyanogen install apk
,
cyanogen remove system app on install
,

cyanogenmod file manager

,

cyanogenmod install apk

,
cyanogenmod remove rom manager
,
cyanogenmod uninstall car home
,
htc car dock cyanogenmod
,
mp3 apk
,

programs like rom manager

,
uninstall cyanogenmod 7
,
uninstall rom manager cyanogenmod
Click on a term to search our site for related topics.

Tags for this Thread