[android-porting] Honeycomb available??

2011-05-02 Thread bala krishnan
Hi, Is Honeycomb source code available from http://android.git.kernel.org/ or not? With Thanks J.Balakrishnan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] installing market app....

2011-02-27 Thread bala krishnan
Hi, I am porting froyo to my pxa3xx based developement board, I need to install android market application on it. What is the procedure I should follow? Thanks J.Balakrishnan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Unable to open connection to supplicant on /data/system/wpa_supplicant/wlan0

2011-02-18 Thread bala krishnan
, 2011 at 8:47 PM, bala krishnan jjb...@gmail.com wrote: Hi, I am porting sd8688 wifi module to froyo on pxa3xx based board. While selecting option Wi-Fi from Wireless networks in Android, the driver firmare is loaded well after that this option got deselected with error. While looking

[android-porting] Unable to open connection to supplicant on /data/system/wpa_supplicant/wlan0

2011-02-17 Thread bala krishnan
Hi, I am porting sd8688 wifi module to froyo on pxa3xx based board. While selecting option Wi-Fi from Wireless networks in Android, the driver firmare is loaded well after that this option got deselected with error. While looking on the external/wpa_supplicant package, I have doubt with

[android-porting] Touch screen problem in Froyo 2-2_r1.1 branch

2011-01-14 Thread bala krishnan
Hi, I am using froyo 2.2.1 branch in my pxa300 based develpment board. There is some issue with the touch performance ie., The y-axis is working reversely.while touching at the top of the lcd screen, the icons in the bottom are activated. I have calibrated my screen with help of

[android-porting] android-2.2_r1.1 building issue...

2010-12-17 Thread bala krishnan
Hi, When I am trying to build android, origin/android-2.2_r1.1 branch. I got below error (webkit related), same error I have got in donut version also. May I have any idea/note to solve this error. My host pc is ubuntu 9.04. balakrish...@balakrishnan-desktop:/media/disk-1/econ_android$ make

[android-porting] Re: android-2.2_r1.1 building issue...

2010-12-17 Thread bala krishnan
Hi, Froyo Webkit build issue is resolved, while building on ubuntu 10.10 host system, but still proper reason don't know... :-) With Regards J.Balakrishnan On Fri, Dec 17, 2010 at 3:49 PM, bala krishnan jjb...@gmail.com wrote: Hi, When I am trying to build android, origin/android

[android-porting] Re: getting stable froyo branch...

2010-12-16 Thread bala krishnan
Hi, I found the solution from the link http://www.mailinglistarchive.com/html/repo-disc...@googlegroups.com/2009-11/msg00105.html Sorry, I have mistakenly mailed to android-porting group instead of android-building group.. With Regards J.Balakrishnan On Thu, Dec 16, 2010 at 11:24 AM, bala

[android-porting] getting stable froyo branch...

2010-12-15 Thread bala krishnan
Hi, To getting android source, following steps I did $repo init -u git://android.git.kernel.org/platform/manifest.git $repo sync Now, I need to switch to stable froyo branch, what should I do? note: While running repo braches on my pc (ubuntu 9.04), I got below output $

[android-porting] Froyo running by 2.6.29?

2010-12-12 Thread bala krishnan
Hi, Is it possible to run Android 2.2 (Froyo) GUI by using 2.6.29 android kernel? With Regards J.Balakrishnan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: i2c under /dev

2010-11-10 Thread bala krishnan
hi, Refer Linux source folder/Documentation/i2c/dev-interface, u will know more information to interface I2C through dev interface.. On Thu, Nov 11, 2010 at 4:12 AM, shootingatshadow whydevelopma...@gmail.com wrote: I am a bit new to Linux device drivers, been doing some research and

Re: [android-porting] Re: Not getting console prompt...

2010-11-09 Thread bala krishnan
On Wed, Nov 3, 2010 at 6:59 AM, bala krishnan jjb...@gmail.com wrote: Hi, I am newbie to android porting work :-). Currently I am porting donut version of android to pxa300 based development board. I have taken Littleton board android package as a reference. My first moto

[android-porting] Console prompt is getting now

2010-11-09 Thread bala krishnan
Hi, Now I have got the console prompt in my development board. During Android init flow, console dev file(/dev/ttyS2) is opened and closed before on init trigger happened. While running console service the same console is again opened and /system/bin/sh is running on this console. But in