[android-porting] Re: Android Booting Problem

2009-02-13 Thread Sayiram K N
hi rizvan in the script export EXTERNAL_STORAGE=/sdcard but i am using the USB stick. then what could be the media i have to give. is it uba2i.e. currently its being recognised like that. or USB is sufficient On Fri, Feb 13, 2009 at 12:03 PM, Rizvan S porting.begin...@gmail.comwrote: Sayiram,

[android-porting] Re: Booting issue

2009-02-13 Thread mvniekerk
Is this on your own platform or is it on the G1? If it is on your own platform, check that the /data/ partition isn't full. On Feb 12, 8:45 pm, F H expelia...@googlemail.com wrote: I'm experiencing a problem where android keeps re-booting itself on start-up. Could this be caused by corruption

[android-porting] Adding Classes in Android.jar

2009-02-13 Thread Syed Malgimani
Hi Experts, I am planning to add my a class files in Android.jar [Windows] Can u please help me in this regards I tested adding into Android.jar and I didn't helped me With regards Syed --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: What is the purpose of /system/lib/hw/sensors.default.so ?

2009-02-13 Thread Penguin of Death
I'm running into a similar issue trying to get sensors to work on a htc_dream build (the Dev phone, trout) of a recently updated Android distribution... It looks like the error is being generated by a path built in 'mydroid/ hardware/libhardware/hardware.c', right here:

[android-porting] Re: How to use initramfs for root filesystem?

2009-02-13 Thread Peter Oh
Thanks! Brian, This is my knowledge so far about initramfs. To use initramfs as root filesystem, 1. initramfs.img is required to link with kernel image in the stage of kernel build Using the kernel option CONFIG_INITRAMFS_SOURCE=ramdisk.img Using this option, kernel can link the ramdisk.img

[android-porting] Re: Android on x86 (eeepc_701) wireless

2009-02-13 Thread Dima Zavin
Hi all I'm trying to compile cfg80211, mac80211 and ath5k modules Why they aren't include in myandroid/vendor/asus/eee_701/modules? There is some tecnical reason? No technical reason other than lack of time an my part. They weren't included in there because the eeepc product was really

[android-porting] Re: Power Management: LCD Back light resume 1 min after wakeup!

2009-02-13 Thread girish
LCD backlight interface is thourgh leds, you may need to check leds interface and hook to it in the kernel space. -girish On Thu, Feb 12, 2009 at 11:27 PM, Rajesh N rajesh.andr...@gmail.com wrote: Hi, I am working on i.MX31 freescale board, Android power management has some serious issues!

[android-porting] Re: Adding Classes in Android.jar

2009-02-13 Thread Dianne Hackborn
I strongly recommend against this, and instead adding new classes to a separate shared library. On Fri, Feb 13, 2009 at 5:35 AM, Syed Malgimani syedmalgim...@lge.comwrote: Hi Experts, I am planning to add my a class files in Android.jar [Windows] Can u please help me in this regards

[android-porting] Re: How to use initramfs for root filesystem?

2009-02-13 Thread Brian Swetland
You can also pass the initramfs location and size to the kernel via ATAGs in ARM builds. Please see my previous replies to this thread and the arm booting documentation in the kernel docs directory. [Peter Oh p...@innopath.com] Thanks! Brian, This is my knowledge so far about initramfs.

[android-porting] Teach Cambodia - Free Service for Schools Teachers. Free Job Posting for Schools. Free Resumes Service to get a Teaching Job http://www.teachcambodia.com

2009-02-13 Thread nasa8...@hotmail.com
Teach Cambodia - Free Service for Schools Teachers. Free Job Posting for Schools. Free Resumes Service to get a Teaching Job http://www.teachcambodia.com --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: What is the purpose of /system/lib/hw/sensors.default.so ?

2009-02-13 Thread Sean McNeil
I've found that if your code is written in C++ - like the overlay example - you need to add 'extern C' to the beginning of the const definition of the module header. Otherwise the compiler/binutils will end up stripping the symbols. Try using -objdump -T on the .so to make sure you have the

[android-porting] Android Emulator, Working altogether with ARM and DSP ?

2009-02-13 Thread Samuel
Hi, Guys, The current Android's Emulator residing in QEMU can emulate the basic architectures, such as ARM-core based platform, or X86-based, also including of course other architectures!! But, here's a problem that i want to further learn, that whether it has the ability of imitating dual-core