[android-porting] add SENSOR HAL MODULE (kbdsensor) to IMAGE

2016-02-11 Thread Kevin Peterson
Hey, android-x86 has a KBDsensor HAL module and I'm trying to figure out how it was placed there cause it automatically loads when I have a sensor app requesting it. * Did they do anything besides putting it in the Android_source/Hardware/libsensors/ directory and including it in the

[android-porting] Emulator sources

2015-04-07 Thread Kevin Grandemange
Where are the emulator sources ? I want to change the source code of the emulator to emulate my own device, but I can't find the location of the code. There are emulator folder here and there but I can't seem to find the emulation code. Thank you in advance, Kevin Grandemange

[android-porting] Re: Audio Track Latency Measurement

2014-04-17 Thread kevin
This latency is a fixed value, not a real latency for audio data path. In fact, it's a total buffer size. 在 2010年11月30日星期二UTC+8下午3时54分11秒,Sambhav写道: Hi, Audio Track has a API to query the latency *AudioTrack::latency()* This latency is calculated with the equation mLatency =

[android-porting] Re: Adding New Sensor to 4.4.2 latest android

2014-01-07 Thread Kevin Liu
plz see this: https://github.com/sonyxperiadev/DASH and pay more attention on get_sensors_list: sensors_list_get and sensors_list_register, hope can help you! 在 2013年12月30日星期一UTC+8上午11时10分50秒,Sunil Thakur写道: Hi, I am trying to add new sensor to the android latest release 4.4.2.I have

[android-porting] Porting to unknown (unsupported) device

2012-07-24 Thread Kevin K.
Hi all, One of my friends bought a 7' tablet (running Android 2.3.3) from China few months back and he doesn't use it anymore. No support is provided by the manufacturer (Factory images are not available). Device configuration (exact info about hardware, etc.) is unknown. Can I still make

[android-porting] Couldn't set tty to PPP discipline: Device or resource busy

2012-01-30 Thread Kevin Chow
Hi, When importing 3g functions, I met a problem about pppd, ERROR/pppd(1646): Couldn't set tty to PPP discipline: Device or resource busy Is there anybody know anything about it ? Thanks, Kevin -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com

Re: [android-porting] image .iso

2011-04-14 Thread Kevin Fox
-- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting Kevin Fox kev...@gmail.com -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Custom hardware

2011-02-10 Thread Kevin Galligan
there that produce something like that? The numbers would be low to start, so having something custom made would be cost prohibitive. I'm hoping there's something off the shelf to do what we need. Another option would be to find a lower spec phone and possibly modify the OS build. Thanks in advance, -Kevin

[android-porting] Status of Android CTS (Compatibility Test Suite) on froyo-x86 and gingerbread?

2010-12-29 Thread Kevin
Android CTS (Compatibility Test Suite) I know there is a project to port the CTS to x86.I want know why do we must porting the CTS to x86? I know this module can test software and hardware and check the app if comply the google Compatibility Definition as well. Can you tell me whether this

[android-porting] Android CTS

2010-12-28 Thread Kevin
I want know if the froyo -x86 has CTS(Compatibility Test Suite)? If it has this module, where do I can find it. thanks for any reply. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] How do I implement 3G usb serial in android?

2010-12-16 Thread Kevin
Now, I know the netd does not support 3G usb serial?I just concern that if the android can connect to network throogh 3G USB. I have some question: 1. Does froyo/froyo -x86 support the 3G usb ? 2. Can you give me some suggestion about how to implement this function. Thanks for any suggestion. --

[android-porting] froyo USB support status

2010-12-16 Thread Kevin
I want know which devices can froyo support through USB. Now, I konow the froyo support usb-mass-storage(USB flash disk, SD- card and so on ), mouse, keyboard. I want know any other devices supported in froyo through USB. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Does froyo support 3G usb serial?

2010-12-16 Thread Kevin
Hi, I have following questiones: 1. Does froyo support 3G usb serial? 2.If supported, how does froyo implement this? 3.if not supported, can you tell me reason? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] froyo netd

2010-12-15 Thread Kevin
I just want to know the follow question: 1.what's the role of netd in android 2.why android need this daemon? 3.what's the difference between netd and inetd in linux? thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] froyo netd question

2010-12-15 Thread Kevin
I notice that the froyo X86 add an daemon named netd.The code location is /system/netd . I have following question: 1. what's the role of netd? 2. why do they add this daemon? 3.what's the difference betwwen netd and inetd in linux? 4. Does this support 3G usb serial ? -- unsubscribe:

[android-porting] HTC TOUCH HD

2009-05-26 Thread kevin...@gmail.com
Maybe this thread has already been made by someone else. But I would LOVE to see Android running on my TOUCH HD, which is a hell of a device. This device is one of the best mobile phones I've seen until yet. It's even better than the iPhone. BUT, unfortunalety as a Mac-User I have to admit, that

Re: Fwd: [android-porting] Re: porting android to omap3 evm

2009-04-07 Thread Kevin
Do I have to use Sourcery tool chain to build the rfs or use the one in the Android toolchina? On 4月3日, 上午4時06分, Rebecca Schultz Zavin rebe...@android.com wrote: There are definitely some wrinkles to get things booting over nfs. I think most of what I struggled with was permissions. Instead

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-01-20 Thread Kevin Wang
I think this is a bug in AOSP currently, it can be built by following commands: $TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make droid $TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make installer_img Thanks Kevin