[android-porting] [FYI] Google launches Guide Android ICS Developer at http://news.efytimes.com/e1/76866/Google-Launches-Guide-For-Android--Developers

2012-01-12 Thread jagan
Regards, Jagan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] 7" LCD interface with android 2.2 on devkit800

2012-01-12 Thread Devindrappa Handraki
Hi Maxime, Thanks for your reply, the coordinates returned by DevTools are completely bogus. Thanks and Regards, Devindrappa ** On Wed, Jan 11, 2012 at 8:29 PM, Maxime Ripard < maxime.rip...@free-electrons.com> wrote: > Hi, > > On 03/01/2012 06:43, Devindrappa Handraki wrote: > > Yes touchscre

Re: [android-porting] Android Minimum supported LCD size

2012-01-12 Thread Zach Pfeffer
On 11 January 2012 23:07, Sarathy wrote: > Hi, > > Does android supports LCD with size less than 2" inches? Id say its more about resolution. I've seen ICS work at 640x480. > Thanks, > Partha > > -- > unsubscribe: android-porting+unsubscr...@googlegroups.com > website: http://groups.google.com/g

[android-porting] How to porting a MediaTek GPS module?

2012-01-12 Thread shm
I am a real beginner with Android. Would you tell me the steps to porting a GPS module? I am using a MediaTek module, which is controlled by UART I/F and several ports (such as power). Thank you! -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group

[android-porting] ehmm.. what would cause recovery.img to not be built?

2012-01-12 Thread Ronnyek
I made sure to set kernel_no_image :=false, and threw the kernel in the folder it was looking for. Is there anything else I need to look at? Extremely frustrating ot try and find more information on, as everyone trying to build a recovery image tends to want to build something custom like clockwor

Re: [android-porting] Browser not working 4.0.1->4.0.3 / Solution

2012-01-12 Thread Al Sutton
John, The android-x86 group have tried switching to chromium, but it appears to have a dependancy on the v8 engine which in turn requires the ARM platform (see http://groups.google.com/group/android-x86/msg/f99f379337585667 for details). Do you have a recommendation for what groups porting to n

[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] Re: Disabling WiFi on boot

2012-01-12 Thread Samuh
Thanks for you suggestion Hemanth. We did this by setting a variable in WifiService.java class to false and recompiling Android source. Runtime checks if the device is in airplane mode or if Wifi was enabled during last boot(Saved in preference) and based on that starts WifiService. Hardcoded this

[android-porting] Re: Port existing C code to Android

2012-01-12 Thread Chih-Wei Huang
I may help. But what's it exactly? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Browser not working 4.0.1->4.0.3 / Solution

2012-01-12 Thread Chih-Wei Huang
Thanks, John. As we discussed privately, the problem to enable chrome stack for x86 is v8 engine. I've uploaded two patches to fix that: https://android-review.googlesource.com/30890 https://android-review.googlesource.com/30891 Please take a look if you can. John Reck於 2012年1月12日星期四UTC+8上午5時16

Re: [android-porting] Re: android rootfs optimization

2012-01-12 Thread venkat k raju
Hi Hemanth, no i am not using any customised one. i had build the rootfs for beagleboard default config, i am using Gingerbread-2.3.4 android source. this one my build command. make TARGET_PRODUCT=beagleboard TARGET_BUILD_VARIANT=tests -j8 droid 2012/1/12 Hemanth(ヘマント) > Hi, > > You could

[android-porting] Android Minimum supported LCD size

2012-01-12 Thread Sarathy
Hi, Does android supports LCD with size less than 2" inches? Thanks, Partha -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] [PATCH Review Request]:TVP51x(video in) for camera

2012-01-12 Thread Satish Patel
Hi All, Kindly review attached patch for android-camera port on gingerbread. I have added overlay surface support as well as BT51x input ( video in) support. Attached patch is for AM37x platform. -- Regards, satish patel -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: ht

Re: [android-porting] Browser not working 4.0.1->4.0.3 / Solution

2012-01-12 Thread John Reck
And FYI, the patch landed in AOSP master in framework/base with SHA-1 of 0a3fcc3eed15ed50bcaa7808b6ccb170fb137210 -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting