[android-porting] Porting to Digi Wi-imx51

2011-08-09 Thread Vinay
Hi All, I'm trying to port gingerbread to Digi Wi-imx51 board. I have referred to the following document - http://www.embedded-linux.co.uk/android/ccwimx51 I'm able to port and boot successfully with the images given by the author. Author suggests two partitions 1. Kernel 2. Android root file

Re: [android-porting] Re: SER2NET, Building .C native project for Android

2011-08-09 Thread Antonio Spadim
to figure out why it fails. Some choices: The compiled code is avaiable here ( http://www.antonio.spadim.com.br/arm/android/ser2net/build.20110809-01/) with the source and .mk that I used. I saw that when I use telnet protocol to watch simple device like barcode serial and RfID card readers

[android-porting] How to set the out volume of TPS65930 driver for DM3730???

2011-08-09 Thread Tommy Lu
Hi ALL; I use the the TPS65930 as the PMIC for the CPU DM3730,and use all PMIC driver of the TPS65950 for TPS65930.At first ,there is no volume out,so i changed the init value to 0x24 of the registers REG_PREDL_CTL and REG_PREDR_CTL in the sound/soc/codecs/twl4030.c file . And it has audio

[android-porting] Re: Android: Effect of Changing PictureSize on Zoom

2011-08-09 Thread artsylar
Hi, This has become a problem for us since it is not written in the Android API Reference that getParameters() should be called after setting the picture size to get the updated zoom ratios and max zoom. I hope someone could help us about this issue. Thanks, artsylar -- unsubscribe:

Re: [android-porting] Porting Android for Dummies?

2011-08-09 Thread Antonio Spadim
Jordan, You can try the ROMs of this forum : http://techknow.freeforums.org/uberoid-wm8650-1-3-0-hybrid-honeycombmod-v6-final-t801.html An in the root of the forum, you can find many ePads : http://techknow.freeforums.org/index.php About the source of the kernel, that you will need to

[android-porting] Hardware-generated gestures

2011-08-09 Thread Eric Nelson
Hello all, Has anyone looked in depth at how a multi-touch controller that does hardware-interpreted gestures might be handles in Android? From what I can tell, there's no standard support in the kernel besides an orphan definition of the input event MSC_GESTURE. Even if there were a

[android-porting] Going straight to apps selection at power-up

2011-08-09 Thread roncville
We're building a new Android platform (2.3.4) that will be built into another, non-mobile, device. We want the unit to go straight to the display of the application selection screen, which means it will skip the unlock and speaker sliders, and automatically select the application selection

[android-porting] Re: SER2NET, Building .C native project for Android

2011-08-09 Thread T0N1
it fails. Some choices: The compiled code is avaiable here (http://www.antonio.spadim.com.br/arm/android/ser2net/build.20110809-01/) with the source and .mk that I used. I saw that when I use telnet protocol to watch simple device like barcode serial and RfID card readers (this is what I

Re: [android-porting] Going straight to apps selection at power-up

2011-08-09 Thread Deva R
ofcourse doable, with few changes., - to boot without lock screen, you can update keyguard in framework.jar as in http://groups.google.com/group/android-porting/msg/402b1c131bfc2041?hl=en - May not be the best way, but a suggesiton: once you boot, home screen is loaded from Launcher.apk

Re: [android-porting] what does a remote render mean

2011-08-09 Thread Deva R
Awesome Remote Renderer class dont have a logic/implementaiton,of its own = but just passes a buffer to any custom implemented renderer. if nothing available, regular s/w renderer instance will be used to have a custom renderer (to harness display h/w capabilities), one hsould implement api of