[android-porting] how can i display mouse cursor on android without mouse device?

2012-01-12 Thread Ming-Shiuan Wu
Dear all, I have a idea to control my other android phone, and want to display a virtual mouse cursor on it, but i don't know how to display a virtual cursor on the device and control it, everybody have some good ideas ? Thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Increasing the status bar height

2011-01-13 Thread Jia-ming Wu
Hi, I try to modify the height of the status bar on Android 2.3 source code. I find the dimens.xml at the frameworks/base/core/res/res/values/ dimens.xml But it does not work. Where should I change the value to do that correctly? Thanks! -- unsubscribe:

Re: [android-porting] Using USB HSDPA dongle on Android

2010-10-18 Thread Ming-Ta Yu
Probably. It depends on the dongles. Some dongles only allow you to use ppp to communicate with them but some can behave like the network interface cards. I think RIL should still be needed for both cases. On 10/18/2010 04:58 PM, Lay wrote: Dear Android experts, I am experimenting with

Re: [android-porting] How to replace JPEG codec with our own hw codec?

2010-01-10 Thread liang ming-chuan
in OMAP to write a correct one? The OMAP hw jpeg codec is too complex for me, and I even not familiar with OpenMAX.._ Thanks in andvance for your help. On Tue, Dec 29, 2009 at 5:59 PM, liang ming-chuan lmc83...@gmail.comwrote: Thanks for your quickly response..^_^ On Tue, Dec 29, 2009 at 4:37

Re: [android-porting] How to replace JPEG codec with our own hw codec?

2010-01-10 Thread liang ming-chuan
and, how the generated libskiahw.so is link with android system? I just found the TIOMX_GetHandle() will call dlopen() to load .so -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] How to replace JPEG codec with our own hw codec?

2009-12-29 Thread liang ming-chuan
hi, I would like to replace the android jpeg codec with our own hw codec, would anybody tell me where to start from? Thanks in advance for your help. Robert -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] how to auto mount SD card in Android 1.6?

2009-12-21 Thread liang ming-chuan
It's ok now after change from ums_path to media_path. Thanks for your help. On Mon, Dec 21, 2009 at 12:41 PM, Anil Sasidharan anil...@gmail.com wrote: Add media path to vold.conf and try On Mon, Dec 21, 2009 at 8:24 AM, liang ming-chuan lmc83...@gmail.comwrote: hi all, I have

[android-porting] how to auto mount USB storage in Android 1.6?

2009-12-21 Thread liang ming-chuan
hi all, Does vold support auto mount USB storage? How to fill vold.conf to support auto mount USB storage? Thanks in advance for your help. Robert -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] how to auto mount SD card in Android 1.6?

2009-12-20 Thread liang ming-chuan
hi all, I have problem in auto mount SD card in Android. This is my vold.conf volume_sdcard { media_type mmc mount_point/sdcard ums_path/devices/platform/ftsdc010/mmc_host/mmc0 } and the kernel config: # CONFIG_SYSFS_DEPRECATED_V2 is not set here is the debug message

[android-porting] where is the correct place to put libopencorehw?

2009-10-12 Thread liang ming-chuan
to put libopencorehw? Thanks in andvance for your help. Liang Ming-Chuan --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Can't adjust backlight in our built emulator from source?

2009-06-14 Thread ming
TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_BUILD_TYPE=release TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID= should I change to any other config? Ming- On Jun 11, 9:07 pm, David Turner di...@android.com wrote: backlight

[android-porting] Re: how to detect sdcard in built emulator

2009-06-10 Thread ming
see this https://review.source.android.com/Gerrit#change,9452 On Apr 29, 8:42 am, wangjun796 wangjun...@gmail.com wrote: 1. mksdcard 128M d:\sdcard.iso -create a sdcard img 2.emulator-sdcard d:\sdcard.iso -startingemulatorwith sdcard img 3.adb push *.mp3 /sdcard