2010년 8월 25일 수요일

MultiPing for Android Release 0.5

MultiPing performs "ping" test to multiple destinations.

Release 0.5
- Add "Add" Button beside text box
- Add "Exit" option and "Bug Report" option in "Menu"



Release 0.4 ( http://softgearko.blogspot.com/2010/06/multiping-for-android-release-04.html )

2010년 8월 1일 일요일

chmac binary


Change MAC address of "wlan0"
I tested this at rooted LG Optimus-Q.
Run this program under root shell.
Usage)

chmac
- display MAC address of wlan0

chmac 00:11:22:33:44:55
- change MAC address of wlan0 to 00:11:22:33:44:55
I modified the code from http://dev.odroid.com/projects/chmac for wlan0. The original code used eth0.