| Rippling Images v1.32- Live Wallpaper |
|
Features:
- Changing background image
- Multitouch
- Rippling by sliding
- Motion detection
|
Install from Google Play store or | ![]() |
Screenshots:
![]() |
![]() |
![]() |
![]() |
![]() |
| Voice+ v1.62- Google Voice callback for Android |
|
Features:
- Free VOIP calls from anywhere
- Outgoing call integration
- Multiple Google Voice callback numbers
- Callback works with SIP (VOIP) client (Sipdroid, Fring, ...)
|
Install from Google Play store or | ![]() |
Screenshots:
![]() |
![]() |
![]() |
![]() |
![]() |
How to enable SIP support in Android 2.3 (Gingerbread) emulator.
1. Make the system partition writeable. Open a cmd window and enter these:
emulator -avd <avdname> -partition-size 128
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
2. Enable SIP support:
Download permission XML (android.software.sip.voip.xml) and copy it to the emulator:
adb push android.software.sip.voip.xml /system/etc/permissions
3. Disable config_sip_wifi_only in config.xml in /system/framework/framework-res.apk: <bool name="config_sip_wifi_only">false</bool>
The repacked resource file can be found
here (for SDK 2.3.3, API level: 10). Copy
it to the emulator:
adb push framework-res.apk /system/framework
4. Close emulator and start it again in normal mode.
Or... these steps in one: download the AVD system.img (for SDK 2.3.3, API level: 10) and copy into the ...\.android\avd\<avdname>.avd folder.
How to use external bluetooth GPS receiver on Android emulator.
Requires:
- Bluetooth GPS receiver
- USB bluetooth dongle
The USB dongle creates a COM port, check it in Device Manager / Ports. Pair dongle & GPS reveiver. Start emulator and run this in cmd window.
Usage: SerialNmea2AndroidEmulator <src COM port> <baud rate> <dst TCP port>
Example: SerialNmea2AndroidEmulator com4 9600 5554
Check the emulator window's title for the dst TCP port. .NET source code available here.
Google Talk 1.3 for Android 2.3.3 with front facing camera support.
Tested on Samsung GT-i9000 Galaxy S, Android 2.3.3 XWJVH
Known issue: audio problem when initiate a call from PC to phone (phone initiation works)
Download: gtalk-1.3-xilard.zip
adb push libtalk_jni.so /system/lib
adb push Talk.apk /system/app
Reboot your phone, start Talk, tap to your picture and enable voice+video chats. Enjoy :)