[android-porting] Has anyone ported Android to Gumstix Overo Fire lately?

2010-09-03 Thread Manish
Hi gang, I am trying to Android to overo fire. I am following http://www.gizmoforyou.net/wiki/index.php/Porting_Android. Has anyone succeeded to build Android using those instructions? Manish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/a

[android-porting] Re: USB mass storage in froyo

2010-09-03 Thread Paul Thacker
I tried using both vold.fstab and vold.conf, but it doesn't work for me. vold.conf used to get parsed in system/core/vold/volmgr.c. In froyo, volmgr.c has been replaced with VolumeManager.cpp, and vold.fstab is parsed in system/vold/main.cpp. I can't find any reference to vold.conf in the froyo so

Re: [android-porting] USB mass storage in froyo

2010-09-03 Thread Deva R
>How do I set the UMS path in froyo? not 100% sure, probably in vold.conf only? u can see vold.conf is maintained in froyo too, with ums path set.. patch - http://git.omapzoom.org/?p=device/ti/blaze.git;a=blob;f=vold.conf;h=c115c827b27eec13f3e6915f809a54c882f356b7;hb=froyo file - http://git.omapzo

[android-porting] USB mass storage in froyo

2010-09-03 Thread Paul Thacker
Hi, I'm trying to get USB mass storage working on my android device. The device enumerates and I get the notifications, but in order to see the SD card contents on a host computer, I need to "echo /dev/block/ mmcblk0 > /sys/devices/platform/usb_mass_storage/lun0/file". In eclair, you could set th

Re: [android-porting] Re: Zygot exits in a loop

2010-09-03 Thread Dmitry Grinberg
I have very little RAM, but I have swap enabled (I know it will be slow). Somehow android managed to avoid using swap and just dies. Where can I change this behaviour? [it boots fine with 64MB of ram, hangs with this problem on 32 or less] Best Regards, On Tue, Aug 31, 2010 at 1:03 PM, B

[android-porting] Re: kernel panic!

2010-09-03 Thread Brad Davis
And read all the other "Kernel panic" threads for all the other suggestions. Again (as a summary): 1. You need a double buffering frame-buffer driver. 2. You need MMAP() support on the /data file system. 3. You need all the Android specific kernel code enabled in your kernel. 4. You need enough R

Re: [android-porting] Re: Touch Calibration in Android 2.1

2010-09-03 Thread Ashwin Bihari
You can checkout 0xDroid's[1] repository that contains the TSLIB support for Eclair and they have a TSLIB Calibration[2] application as well. [1] - http://gitorious.org/0xdroid [2] - http://gitorious.org/0xdroid/packages_apps_tscalibration -- Ashwin On Fri, Sep 3, 2010 at 11:41 AM, Mehran wro

[android-porting] Re: Touch Calibration in Android 2.1

2010-09-03 Thread Mehran
What does that means? i cant do the touch calibration in 2.1? If there is some proper way to get touch calibration, please let me know, im stuck badly. My TASK to to add calibration feature in OS and make a Windows CE/mobile like calibration application. Waiting for reply. Thanks n Regards, Mehra

Re: [android-porting] How to get android 2.1 source code?

2010-09-03 Thread Ashwin Bihari
http://source.android.com/source/download.html Regards -- Ashwin On Fri, Sep 3, 2010 at 10:35 AM, kangyanjun wrote: > HI all, > > How to get android 2.1 source code? > > Thanks. > > -- > unsubscribe: android-porting+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android

[android-porting] How to get android 2.1 source code?

2010-09-03 Thread kangyanjun
HI all, How to get android 2.1 source code? Thanks. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: kernel panic!

2010-09-03 Thread Deva R
>Kernel command line: console=ttyS2,115200n8 noinitrd root=/dev/mmcblk0p2 video=o >mapfb.mode=dvi:1280x720mr...@50 init=/init rootfstype=ext3 rw rootdelay=1 nohz=o Looks like omap dss,fb modules might have upgraded., Can you crosscheck your boot args like below? omap-dss.def_disp=dvi omapfb.vid

[android-porting] Re: General question about QEMU/KVM with froyo (or cupcake whatever..).

2010-09-03 Thread Zingo Andersen
On 3 Sep, 09:13, Build account wrote: > Hello All. > > I'm digging to use QEMU (and KVM if possible) but there is not enough > information so far. > > Below questions are simply answerable as Y/N. that is also okay for > me. :) > Pls help me out how to. > > To use QEMU on x86 host as ARM build, >

[android-porting] Re: kernel panic!

2010-09-03 Thread Srikant
Frame buffer driver is not initialized properly, as per the below logs. omapfb omapfb: no displays omapfb omapfb: failed to setup omapfb omapfb: probe of omapfb failed with error -22 On Sep 3, 5:57 pm, jayasantosh samal wrote: > hi all > >   i am facing the problem with  2.6.32 omap kernel by pr

[android-porting] Porting RxTx for Serial Ports

2010-09-03 Thread sws-vinpa
Hey guys, I am trying to port RxTx for use of Serial ports. I am trying to cross-compile, but receive the following: vi...@vinpa-linux:~/Desktop/rxtx-2.1-7r2$ ./configure --host=i686- linux --build=i686-linux --target=arm-eabi CC=arm-eabi-gcc checking build system type... i686-pc-linux-gnu check

Re: [android-porting] Touch Calibration in Android 2.1

2010-09-03 Thread Ashwin Bihari
I ported TSLIB support for Android 1.6 and have taken that and ported it to Android 2.1 but haven't gotten around to pushing out those changes out yet..will do that soon.. Regards -- Ashwin On Fri, Sep 3, 2010 at 8:22 AM, Mehran wrote: > Hay there, > I am developing android 2.1 for our custom

Re: [android-porting] kernel panic!

2010-09-03 Thread Michael Grunditz
Hi, Do you have ashmem in your kernel? Michael Grunditz Den 2010 9 3 14:56 skrev "jayasantosh samal" : > hi all > > i am facing the problem with 2.6.32 omap kernel by providing all support > of android. i also disable the yaffs2 and provide rootdelay more than one , > the kernel logs as follows.

[android-porting] kernel panic!

2010-09-03 Thread jayasantosh samal
hi all i am facing the problem with 2.6.32 omap kernel by providing all support of android. i also disable the yaffs2 and provide rootdelay more than one , the kernel logs as follows. CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c53c7f CPU: VIPT nonaliasing data cache, VIPT nona

[android-porting] kernel panic!

2010-09-03 Thread jayasantosh samal
hi all i am facing the problem with 2.6.32 omap kernel by providing all support of android. i also disable the yaffs2 and provide rootdelay more than one , the kernel logs as follows. CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c53c7f CPU: VIPT nonaliasing data cache, VIPT nona

[android-porting] Touch Calibration in Android 2.1

2010-09-03 Thread Mehran
Hay there, I am developing android 2.1 for our custom smdk6410 board. My problem is TOUCHCALIBRATION support in driver and application. in android 1.5 somone made some custom things in '/android/frameworks/ base/services/java/com/android/server/inputdevices.java' to read calibration data from file

Re: [android-porting] Re: Android 2.2 Froyo Wifi Hotspot

2010-09-03 Thread Mali Laurent
so anyone got it working already? My status now is I got the menu in the GUI. When enabling portable hotspot I see the icon in the notification bar show up telling me its ready and I need to configure it. But it does not seem to work as I am getting an softap function not supported. I am using the

[android-porting] General question about QEMU/KVM with froyo (or cupcake whatever..).

2010-09-03 Thread Build account
Hello All. I'm digging to use QEMU (and KVM if possible) but there is not enough information so far. Below questions are simply answerable as Y/N. that is also okay for me. :) Pls help me out how to. To use QEMU on x86 host as ARM build, - Do I need to download 'apt-get install qemu' for that?