[android-porting] Re: compile on 64-bit linux

2009-08-20 Thread Gani Bhagavathula
Ryan: Can't help you with the actual issue you are having - but can confirm that compiling works on ubuntu 9.04 64 bit system for me. However, are you just running 'make' or are you using 'make' with a particular target such as iso_img? I have not tried just running 'make', which is why I ask.

[android-porting] Re: Does android provide SMP multicore support ?

2009-08-13 Thread Gani Bhagavathula
Tapas: Android uses linux kernel. The kernel already has SMP support if you turn it on. The default kernel config for x86 has it turned on, so I would say Android on X86 already supports SMP. Other platforms, I dont know... Gani On Aug 12, 9:49 am, tapas kundu tapaskun...@gmail.com wrote:

[android-porting] Re: Android on the OLPC XO1 - Settings screen not working

2009-08-10 Thread Gani Bhagavathula
flickering issue, you have a look on the frame buffer in the kernel source. If i remember correctly you can check the fbmem.c file. Thanks and regards, Shyjumon N. On Sun, Aug 9, 2009 at 1:27 PM, Gani Bhagavathula gani.bhagavath...@gmail.com wrote: Hi I am trying the latest Donut

[android-porting] Android on the OLPC XO1 - Settings screen not working

2009-08-09 Thread Gani Bhagavathula
Hi I am trying the latest Donut branch on the OLPC XO1. I've got it at a stage where it boots up into the GUI now. While the screen flickers horribly and will sometimes not update or leave artifacts during transitions, it does come up. The current problem I have is that if I select settings,

[android-porting] How do I get source for Android 1.0

2009-08-05 Thread Gani Bhagavathula
Hi I would like to go back to the 1.0 for x86 as 1.5 / cupcake / donut does not work for me on OLPC, whereas 1.0 worked. While we are working on the 1.5, I would like to go back to 1.0 just for the sake of it. How do I download the 1.0 or setup a directory with 1.0? Can someone give me some

[android-porting] Re: Android on OLPC anyone?

2009-04-27 Thread Gani Bhagavathula
took the shotgun approach. I put the file in /lib and in /system and where ever there was a lib folder. And it worked. But i donno where it loded it from. Gowtham On Apr 26, 5:55 pm, Gani Bhagavathula gani.bhagavath...@gmail.com wrote: I finally have something that boots up to a console

[android-porting] Re: Android on OLPC anyone?

2009-04-26 Thread Gani Bhagavathula
question, well, there is a bunch of free GIT repository   services in the internet(github, gitorious, etc), but if you don't   want to use them I can make space in my server for this specific   project (OLPC). Regards, Julio Carlos. On Apr 26, 2009, at 12:31 PM, Gani Bhagavathula wrote

[android-porting] Re: wpa_supplicant wifi problems no scan results

2009-04-24 Thread Gani Bhagavathula
?). The property wlan.driver.status must be set. But I don't know which value must be set. On 21 Apr, 19:40, Gani Bhagavathula gani.bhagavath...@gmail.com wrote: Luca: If I dont use WPA (and have no wpa_supplicant) is it OK just to change thewifi.c like this, and compile the module and make sure

[android-porting] Re: wpa_supplicant wifi problems no scan results

2009-04-24 Thread Gani Bhagavathula
Michael: I have read a reference to the java parser function in some other post too, but not sure what it means... Can you give me any more information to work with? Regards, Gani On Apr 24, 9:21 am, Michael Trimarchi trimar...@gandalf.sssup.it wrote: Gani Bhagavathula wrote: Luca: I

[android-porting] Re: Use Android UI to let Wifi scan AP fail?

2009-04-24 Thread Gani Bhagavathula
Stater: What is ddms? How are you getting these log messages? I am a few steps behind you - Enable Wifi in the GUI loads my module (ath5k) but then nothing else happens. Then The GUI simply says Unable to start Wifi. Regards, Gani On Apr 23, 3:14 pm, stater jia...@gmail.com wrote: Hi All,

[android-porting] Re: Compile Again after new bzImage

2009-04-22 Thread Gani Bhagavathula
, Gani On Apr 22, 8:38 am, Gani Bhagavathula gani.bhagavath...@gmail.com wrote: Avtar: That is a good question.  I have since realized that the kernel binary is not getting updated at all.  Which is probably why the installer_img is not being built again. Am I missing a step after building

[android-porting] Re: wpa_supplicant wifi problems no scan results

2009-04-22 Thread Gani Bhagavathula
Luca: I found my problem. I was not renaming the new kernel as kernel when I copied the bzImage file to vendor/asus/eee_701 - so my new kernel was not being loaded... I have to try this when I get home tonight... Gani On Apr 22, 6:15 am, Gani Bhagavathula gani.bhagavath...@gmail.com wrote

[android-porting] Re: ath5k disagrees with the version of struct_symbol

2009-04-22 Thread Gani Bhagavathula
Hi I found my problem. I was not renaming the new kernel as kernel when I copied the bzImage file to vendor/asus/eee_701 - so my new kernel was not being loaded... I have to try this when I get home tonight... Gani On Apr 22, 6:17 am, Gani Bhagavathula gani.bhagavath...@gmail.com wrote: Hi

[android-porting] Re: wpa_supplicant wifi problems no scan results

2009-04-22 Thread Gani Bhagavathula
Still at work Luca, Can't try this unless I get home. Will update later... Gani On Apr 22, 12:48 pm, Luca Belluccini lucabellucc...@gmail.com wrote: Any new? On 22 Apr, 09:45, Gani Bhagavathula gani.bhagavath...@gmail.com wrote: Luca: I found my problem.  I was not renaming the new

[android-porting] Compile Again after new bzImage

2009-04-21 Thread Gani Bhagavathula
Hi: After following the threads on this forum, I have setup a build environment on Ubuntu 8.10. I have successfully done the repo sync, and compiled an image, which I use with the make-live script to test on my Aspire-One. So far so good. I also managed to enable VESA_FB, and remove PMEM

[android-porting] How to Apply Patches?

2009-04-21 Thread Gani Bhagavathula
Hi all: I have seen some patches at the site http://code.google.com/p/patch-hosting-for-android-x86-support/updates/list - How do I apply those patches? I have tried patch -p0 cursor.patch for example, and get the following query can't find file to patch at input line 6 Perhaps you should

[android-porting] Re: wpa_supplicant wifi problems no scan results

2009-04-21 Thread Gani Bhagavathula
Luca: If I dont use WPA (and have no wpa_supplicant) is it OK just to change the wifi.c like this, and compile the module and make sure it is in the init.rc? Will it connect to a WEP protected network at that point? static const char IFACE_DIR[] = /data/system/ wpa_supplicant; static

[android-porting] Re: How to Apply Patches?

2009-04-21 Thread Gani Bhagavathula
frameworks/base patch -p1 where you patch is On Tue, 2009-04-21 at 10:07 -0700, Gani Bhagavathula wrote: Hi all: I have seen some patches at the site http://code.google.com/p/patch-hosting-for-android-x86-support/update... - How do I apply those patches? I have tried patch -p0 cursor.patch

[android-porting] Re: How to Apply Patches?

2009-04-21 Thread Gani Bhagavathula
read man patch and you will get it. On Tue, 2009-04-21 at 10:42 -0700, Gani Bhagavathula wrote: So, if a file had three patches, then I would move to the base directory of the files mentioned in the .patch file, and then go patch -p1 patchfile.name patch -p2 patchfile.name patch -p3

[android-porting] Re: wpa_supplicant wifi problems no scan results

2009-04-21 Thread Gani Bhagavathula
we need wpa_supplicant (or it will be launched by Android?). The property wlan.driver.status must be set. But I don't know which value must be set. On 21 Apr, 19:40, Gani Bhagavathula gani.bhagavath...@gmail.com wrote: Luca: If I dont use WPA (and have no wpa_supplicant) is it OK just

[android-porting] ath5k disagrees with the version of struct_symbol

2009-04-21 Thread Gani Bhagavathula
Hi Everyone: I am trying to compile Wifi support, but getting stuck at a more basic place. I dont think I am even loading the kernel that I am compiling. Here is what I do - I did a menuconfig on the kernel, and compiled bzImage. I also did something like 'make SUBDIRS=drivers/net/