Did I install busybox?

This is a discussion on Did I install busybox? within the Droid Hacks forums, part of the Droid Hacking category; Hey I did everything the guide Install Busybox - Root Your Droid says, but im just concerned anytime i copy and paste a command line, ...

+ Reply to Thread
Results 1 to 5 of 5

Thread: Did I install busybox?

  1. Master Droid
    phatkat66's Avatar
    Member #
    4567
    Join Date
    Nov 2009
    Posts
    519
    Liked
    2 times
    Phone
    moto droid X!
    #1

    Did I install busybox?

    Hey I did everything the guide Install Busybox - Root Your Droid says, but im just concerned anytime i copy and paste a command line, the only thing that pops up is an exact copy of what i just typed in, im not getting any “errors” (accept one, for creating a folder/file that already existed) or confirmations it doesnt look like anything is happening, is this suppose to happen?

    C:\Documents and Settings\<username>cd C:\Documents and Settings\<username>\Desktop
    \Rootin Stuff\android-sdk-windows\tools

    C:\Documents and Settings\<username>\Desktop\Rootin Stuff\android-sdk-windows\tool
    s>adb push busybox /data/local/busybox
    * daemon not running. starting it now *
    * daemon started successfully *
    239 KB/s (698452 bytes in 2.843s)

    C:\Documents and Settings\<username>\Desktop\Rootin Stuff\android-sdk-windows\tool
    s>adb shell
    # su
    su
    # cd /data/local
    cd /data/local
    # chmod 755 busybox
    chmod 755 busybox
    # ./busybox
    ./busybox
    BusyBox v1.15.3 (2009-12-13 23:28:29 CET) multi-call binary
    Copyright (C) 1998-2008 Erik Andersen, Rob Landley, Denys Vlasenko
    and others. Licensed under GPLv2.
    See source distribution for full notice.

    Usage: busybox [function] [arguments]...
    or: function [arguments]...

    BusyBox is a multi-call binary that combines many common Unix
    utilities into a single executable. Most people will create a
    link to busybox for each function they wish to use and BusyBox
    will act like whatever it was invoked as!

    Currently defined functions:
    [, [[, arping, ash, awk, basename, bbconfig, bunzip2, bzcat, bzip2,
    cat, catv, chattr, chgrp, chmod, chown, chroot, chrt, cksum, clear,
    cmp, cp, cpio, cut, date, dc, dd, depmod, devmem, df, diff, dirname,
    dmesg, dnsd, dnsdomainname, dos2unix, du, echo, egrep, env, ether-wake,
    expr, false, fbset, fbsplash, fdisk, fgrep, find, fold, free,
    freeramdisk, fsck, fuser, getopt, grep, gunzip, gzip, head, hexdump,
    hostname, ifconfig, insmod, install, ip, ipaddr, ipcalc, iplink,
    iproute, iprule, iptunnel, kill, killall, killall5, last, length, less,
    ln, losetup, ls, lsattr, lsmod, md5sum, mkdir, mkdosfs, mkfifo,
    mkfs.vfat, mknod, mkswap, mktemp, modprobe, more, mount, mountpoint,
    mv, nc, netstat, nice, nmeter, nohup, nslookup, od, patch, pidof, ping,
    pipe_progress, printenv, printf, ps, pscan, pwd, rdev, readlink,
    realpath, renice, reset, resize, rm, rmdir, rmmod, route, sed, seq,
    setconsole, setlogcons, setsid, sh, sha1sum, showkey, sleep, sort,
    split, stat, strings, stty, sum, swapoff, swapon, switch_root, sync,
    sysctl, tac, tail, tar, tcpsvd, tee, telnet, telnetd, test, tftp, time,
    top, touch, tr, traceroute, true, tty, tunctl, udpsvd, umount, uname,
    uncompress, uniq, unix2dos, unzip, uptime, usleep, uudecode, uuencode,
    vi, watch, wc, wget, which, who, whoami, xargs, yes, zcat

    # mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
    mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
    # mkdir /system/xbin
    mkdir /system/xbin
    mkdir failed for /system/xbin, File exists
    # /data/local/busybox cp /data/local/busybox /system/xbin
    /data/local/busybox cp /data/local/busybox /system/xbin
    # /data/local/busybox cp /data/local/busybox /system/bin
    /data/local/busybox cp /data/local/busybox /system/bin
    # cd /system/xbin
    cd /system/xbin
    # busybox --install .
    busybox --install .
    # mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
    mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
    # sync
    sync
    # reboot
    reboot

    C:\Documents and Settings\<username>\Desktop\Rootin Stuff\android-sdk-windows\tool
    s>
    Last edited by phatkat66; 01-29-2010 at 05:00 PM.
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Master Droid
    blake2050's Avatar
    Member #
    24519
    Join Date
    Jan 2010
    Posts
    342
    Phone
    moto droid
    #2
    At the end did it reboot your phone? It should've worked. It is normal to copy what you type, its just a confirmation.
  4. Master Droid
    phatkat66's Avatar
    Member #
    4567
    Join Date
    Nov 2009
    Posts
    519
    Liked
    2 times
    Phone
    moto droid X!
    #3
    it did reboot. I was just concerned I expected some kind of report while installing at least during busybox --install
    or sync
    but it jus says the samy thing i wrote, but if that's normal thats all I wanted to know. It was weird to me lol. Felt like maybe i was doing something wrong.
  5. Master Droid
    blake2050's Avatar
    Member #
    24519
    Join Date
    Jan 2010
    Posts
    342
    Phone
    moto droid
    #4
    Yea I understand. But yes you are good to go. If you have a file manager with root permissions you can check your system/xbin folder for busybox. =)
  6. Master Droid
    phatkat66's Avatar
    Member #
    4567
    Join Date
    Nov 2009
    Posts
    519
    Liked
    2 times
    Phone
    moto droid X!
    #5
    oo ok cool i did check its there thanks! =)

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. busybox install help plz
    By tdawg5480 in forum Droid Hacks
    Replies: 33
    Last Post: 05-05-2010, 05:54 AM
  2. Replies: 6
    Last Post: 03-06-2010, 10:23 PM
  3. stuck trying to install busybox
    By Killmanaj in forum Droid Hacks
    Replies: 3
    Last Post: 01-20-2010, 08:42 PM
  4. Can I install BusyBox using the Terminal Emulator?
    By blueyzfr6 in forum Droid Hacks
    Replies: 1
    Last Post: 01-14-2010, 06:16 PM
  5. adb not found/busybox install help
    By zeppelinmad4 in forum Droid Hacks
    Replies: 13
    Last Post: 01-11-2010, 07:51 AM

Search tags for this page

android busybox ifconfig

,
android busybox test
,
android check busybox
,
android sdk busybox
,
busybox failed to copy over
,

busybox failed to install

,

busybox ifconfig android

,
busybox install fail
,

busybox installer failed to copy over

,
check busybox version
,
failed to copy over busybox
,

failed to copy over busybox to system xbin

,
how to check busybox version
,
test busybox android
,
verify busybox
Click on a term to search our site for related topics.