2010년 11월 28일 일요일

Connectbot-Q

Connectbot mod for LG LU2300 keyboard.

This code is based on https://github.com/kruton/connectbot/ f416edf (2010.11.29 download)
The source code of Connectbot is licensed under Apache Licence, Version 2.0.

I modified TerminalKeyListener.java in org.connectbot.service only.
I added the routine which check whether the model is LU2300 or not. If LU2300, it performs remapping for ALT and SHIFT mode.
The remapped key layout is the same to LU2300's. ALT mode of Q,W,E,R,T,Y and P are &,~,=,[,],+ and , respectively.

If you have any question or comment, email me (softgear -at- gmail.com)

2010년 9월 1일 수요일

Multi Ping for Android Release 0.6

MultiPing performs "ping" test to multiple destinations.

Release 0.6
- Remove "Exit" option in "Menu"
- Exit on Back button pressed
- Translate * to .(dot) . If you input "1*2*3*4", it will be translated to "1.2.3.4" as IP address.
- AdMob
- Change package name (you need re-install Multi Ping)



Release 0.5
http://softgearko.blogspot.com/2010/08/multiping-for-android-release-05.html

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.


2010년 6월 16일 수요일

MultiPing for Android Release 0.4

My First Android application, MultiPing has been released in Google Android Market.
MultiPing runs "ping" test.

The ping application which supports multiple destinations.
- Maximum 12 hostname or IP addresses support.
- toast display for name resolving
- update delay about every 5 secs.
- trying to connect TCP port 80 or TCP echo port.
- display my local IP addresses
- API 3. (android 1.5+)

if you have any question, bug report, or request, leave a comment or email me. softgear _at_ gmail.com