Install ADW Launcher di spica

1. Download ADW Launcher here, download alternate build.

2. extract download file zip, then copy Launcher.apk from folder app to device adb.

3. rename Launcher.apk to LauncherADW.apk
4. push file to /system/app/,
Command using  adb :
adb shell remount rw
adb push LauncherADW.apk /system/app
adb shell chmod 644 /system/app/LauncherADW.apk
 Install ADW Launcher di spica


command using emulator BTEP :
Follow this step by create notepad:

NTP_SERVER=id.pool.ntp.org
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
SUPL_HOST=supl.google.com
SUPL_PORT=7276

then save it as gps.conf and copy to your root SDcard.

run ADB Shell, with command:

$ su
# remount rw
# cat /sdcard/gps.conf > /system/etc/gps.conf
# reboot

Now your GPS is faster when locking.