Changes

Jump to: navigation, search

B2G/QA/Tips And Tricks

10 bytes removed, 20:13, 8 October 2013
BusyBox
== BusyBox ==
From {{bug|860548}} <br>[[File:busybox-b2g.zip]]
=== Install ===
#. download Download and unzip the zip file#. adb root #. adb remount #. adb push tarball, cd to busybox /system/bin#-b2g, and run install. adb shell chmod 755 /system/bin/busyboxsh
=== Usage ===
* All of the busybox utilities get symlinks in /system/bin, so you can just run e.g. 'ping' directly  adb shell busybox ping 8.8.8.8 => ping command * adb shell busybox ifconfig wlan0 => check tx/rx bytes * adb shell cat /proc/net/route => check the default route* adb shell iptables -t nat -nvL => check if the packets are sent from application to IP layer, check Chain OUTPUT (policy ACCEPT 2 packets, 168 bytes)
== DBus ==
Confirm
414
edits

Navigation menu