2009年5月10日星期日

Connecting and debugging G1 on Ubuntu 9.04

From:http://www.maximyudin.com/

Today, I have updated my Ubuntu on 9.04 version. And my G1 doesnt work, ADB tool dont find it. I have found a solution of this problem on Almond Mendoza blog.

An instruction below:

1) In terminal, type lsusb

Result:
Bus 002 Device 015: ID 0bb4:0c02 High Tech Computer Corp.

2) sudo gedit /etc/udev/rules.d/50-android.rules

Paste the following string to the file (the {idVendor} is “High Tech Computer Corp.)
SUBSYSTEM==”usb”, SYSFS{idVendor}==”0bb4″, MODE=”0666″

3) sudo gedit /etc/udev/rules.d/90-android.rules

Paste the following string to the file (the {idVendor} is “High Tech Computer Corp.)
SUBSYSTEM==”usb”, ATTR{idVendor}==”0bb4″, MODE=”0666″

3) Run

sudo chmod a+rx /etc/udev/rules.d/50-android.rules

sudo chmod a+rx /etc/udev/rules.d/90-android.rules

Then sudo /etc/init.d/udev restart

4) Go to SDK tools directory and type the following text:

sudo ./adb kill-server

sudo ./adb devices

That’s all :)

2009年3月10日星期二

MagicWall v0.1.0 released

wallpaper set manually, switching scheduled and auto-save when changed

feature:
1. set wallpaper manually: select a image file from your G1/Sdcard, then long press it.
2. auto-switch wallpaper: appoint a wallpaper directory, and intervel, done.
3. auto save wallpaper into /sdcard/dcim/Camera when wallpaper changed by other app, e.g. "Backgrounds".

2009年3月2日星期一

PhoneFinder v1.1.0 released!

change log
- fix verify code input to single line mode
- auto enable GPS
- fix default verify code from LOCATE:123456 to more innoculous thing: "Heydude"
- remove notification on 'lost phone'
- fix landscape screenview problem

PhoneFinder on Android V1.0.0 released

When your phone is lost or stolen you will be able to use someone else's phone to retrieve the GPS coordinates at your phone's location to help you find it via a SMS with special format.