Results 1 to 6 of 6
  1. #1
    offline Of Mice and Modders
    Join Date
    Dec 2009
    Posts
    52
    Thanks
    3
    Thanked 4 Times in 3 Posts
    Downloads
    7
    Uploads
    1

    Using CP command in Adb "CP not found:

    title says it all im using cp to copy an app into the system apps folder and i can not get it to work?

  2. #2
    nEx.Software's Avatar
    offline So I Hear You Can Mod
    Join Date
    Nov 2009
    Posts
    349
    Thanks
    24
    Thanked 245 Times in 100 Posts
    Downloads
    33
    Uploads
    0
    Same here.

  3. #3
    offline Of Mice and Modders
    Join Date
    Dec 2009
    Posts
    52
    Thanks
    3
    Thanked 4 Times in 3 Posts
    Downloads
    7
    Uploads
    1
    nex i was able to copy using droid explorer and in the droid explorer terminal i set system to rw left the terminal open and then was able to use the explorer window to make my changes.... round about way but worked for now

  4. #4
    millenia52 Guest

    Busybox needed

    I think we need busybox for the extra commands IIRC!

  5. #5
    offline Maybe Modder
    Join Date
    Nov 2009
    Posts
    47
    Thanks
    72
    Thanked 21 Times in 13 Posts
    Downloads
    9
    Uploads
    0
    cp is built in but not symbolic linked. Instead of just:
    cp abc def
    use:
    busybox cp abc def

  6. #6
    offline So I Hear You Can Mod
    Join Date
    May 2008
    Posts
    101
    Thanks
    17
    Thanked 33 Times in 16 Posts
    Downloads
    30
    Uploads
    0
    Install busybox; here's instructions from modaco

    - Download busybox
    - Type 'adb remount'
    - Type 'adb push busybox /system/xbin/busybox'
    - Type 'adb shell chmod 4755 /system/xbin/busybox'
    - Type 'adb shell /system/xbin/busybox --install -s /system/xbin/'

  7. 2 Users Say Thank You to genibus For This Useful Post

    Danation (12-23-2009), Doogitronix (12-23-2009)

Posting Permissions

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