Re: [android-porting] how to auto mount SD card in Android 1.6?

2009-12-21 Thread liang ming-chuan
It's ok now after change from ums_path to media_path. Thanks for your help. On Mon, Dec 21, 2009 at 12:41 PM, Anil Sasidharan anil...@gmail.com wrote: Add media path to vold.conf and try On Mon, Dec 21, 2009 at 8:24 AM, liang ming-chuan lmc83...@gmail.comwrote: hi all, I have

Re: [android-porting] how to auto mount SD card in Android 1.6?

2009-12-21 Thread teddy.teddypig
add udev in and write a script to detect and mount your sdcard and then, send a brocasting msg to android so that android will know that. 2009-12-21 teddy.teddypig 发件人: liang ming-chuan 发送时间: 2009-12-21 10:54:59 收件人: android-porting 抄送: 主题: [android-porting] how to auto mount SD

Re: [android-porting] Porting Android FS to JFFS2

2009-12-21 Thread Jim Huang
2009/12/21 roc zhang.qip...@furuno-dl.com: Is there the final solution on Portng Android FS to JFFS2 file system? I have seen many suggestions about it, but now I am not having an clear idea for that, would anyone here like to give me some suggestions? hi roc, This topic was mentioned

[android-porting] How to use USB gadget driver for debugging with adb

2009-12-21 Thread Fasil
Hi, I want to debug an application crash with adb for the target OMAP platform running Android donut. At present I m having USB_OTG support in my kernel for my target platform OMAP which has only storage support. The kernel I m using is 2.6.29 for OMAP3530. I need to understand the role

[android-porting] Android port to MIPS arch

2009-12-21 Thread dhananjay
Hi All, Does Anybody know about android MIPS porting, previously i saw some posts about android porting MIPS/vxworks big endian archs . does anybody know , whether port has been finished or not? if not , then what is the status of port? any pointers will help. Thanks Regards,

Re: [android-porting] Re: Kernel Panic - booting

2009-12-21 Thread linux newbie
Hi, How to display the desktop sort of thing in my target? I am getting the Android shell after booting but not desktop as we run the emulator. Any suggestion? Thanks On Mon, Dec 21, 2009 at 2:05 PM, linux newbie linux.newbi...@gmail.com wrote: Hi All, Thanks very much for your guidance.

Re: [android-porting] Android port to MIPS arch

2009-12-21 Thread Carlos Piñeiro
Look at www.*mipsandroid*.org Regards 2009/12/21 dhananjay dhananjayingr...@gmail.com Hi All, Does Anybody know about android MIPS porting, previously i saw some posts about android porting MIPS/vxworks big endian archs . does anybody know , whether port has been finished or not?

Re: [android-porting] Android port to MIPS arch

2009-12-21 Thread hedwin
I am using the mips version of android, so yes port is ready. Also the VM is optimized instead of using C stubs. Hedwin On Mon, Dec 21, 2009 at 12:19 PM, Carlos Piñeiro carlosp...@gmail.com wrote: Look at www.mipsandroid.org Regards 2009/12/21 dhananjay dhananjayingr...@gmail.com Hi All,

Re: [android-porting] Android port to MIPS arch

2009-12-21 Thread Dennis.Yxun
Do you made any specfic change to MIPS Android port? I find it will call libhgl.so, thus crash application seems it should not happen, because here we don't have hardware OpenGL ES implementation On Mon, Dec 21, 2009 at 7:34 PM, hedwin hedwin.kon...@gmail.com wrote: I am using the mips version

Re: [android-porting] Android port to MIPS arch

2009-12-21 Thread Dhananjay Joshi
port is available for both little endian and big endian MIPS cpus? because i have big endian MIPS cpu. On Mon, Dec 21, 2009 at 5:04 PM, hedwin hedwin.kon...@gmail.com wrote: I am using the mips version of android, so yes port is ready. Also the VM is optimized instead of using C stubs.

[android-porting] Re: Android port to MIPS arch

2009-12-21 Thread Svetozar Miuchin
Hi, As far as I know, the port is not available for the big-endian mips cpus. However, we are collaborating over at mipsandroid forums on finding solutions to endian-related problems, and you are welcome to join us. Best regards, Svetozar On Dec 21, 12:58 pm, Dhananjay Joshi

[android-porting] Forever ANDROID animation loop

2009-12-21 Thread Nero_Kuo
Hi, I am trying to port Android 2.0 to my ARM platform. And just got a problem that my platform boot getting into a forever ANIDROID animation loop. There is a flashing ANDROID animation in my LCD screen. And after a while it disappears and restart again. It keeps looping and never get into

[android-porting] Can't play any video on android 2.0 (AOSP)

2009-12-21 Thread piapia
Hi all, I'm porting the android AOSP(master branch) to my board. My problem is : If I played any video, the system break down and reboot ... The E/PV error message was from OpenCore code. I didn't change any code about MediaPlayer and OpenCore. - -# Kernel must be OK, I can play video on

[android-porting] Re: Forever ANDROID animation loop

2009-12-21 Thread piapia
did you change the BatteryService code? --- W/dalvikvm( 7280): No implementation found for native Lcom/android/ server/BatteryService;.native_update ()V On 12月21日, 下午7时47分, nero_...@novatek.com.tw wrote: Hi, I am trying to port Android 2.0 to my ARM platform. And just got a problem that my

[android-porting] Re: 0xdroid new release beagle-donut-0x3

2009-12-21 Thread freeware3430
This release is really cool~~ I can't stop installing ! We are waiting for Eclair. On 12월18일, 오후6시46분, Jeremy jer...@0xlab.org wrote: Hello list, 0xdroid[1] is an Android distribution project dedicated for Beagleboard (based on TI OMAP353x SoC) hardware platform. 0xlab is glad to

[android-porting] Re: application can't full screen on 1.62.0

2009-12-21 Thread piapia
Hi, my solution is use SpareParts : Start the Spare Parts program, scroll down, You will find the Compatibility Mode option, deselect it, then reboot. My LCD is 800 * 480. Good Luck! On 12月16日, 下午6时49分, xie simen hannibal@gmail.com wrote: Dear sir: I run android 1.6 and 2.0 on my

[android-porting] 833Mhz Cortex-A8 runs Android and its full source code is available.

2009-12-21 Thread freeware3430
All, Accelerometer, WLAN(8686), Capacitive touch screen, HDMI device driver source code is accessible via below link. http://dev.odroid.com/ This article is the original source of that information. http://www.linuxfordevices.com/c/a/News/HardKernel-Odroid/ Full schematics is also very

[android-porting] how to auto mount USB storage in Android 1.6?

2009-12-21 Thread liang ming-chuan
hi all, Does vold support auto mount USB storage? How to fill vold.conf to support auto mount USB storage? Thanks in advance for your help. Robert -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: Kernel Panic - booting

2009-12-21 Thread linux newbie
Hi, In one of the documents it was mentioned that if the booting on the target hardware is succesful, then we see Java applications (with icons) on the LCD panel. I downloaded the android source and gave make for generic product. I copied the android root fs into my USB (ext2) and after mounting

Re: [android-porting] Re: Kernel Panic - booting

2009-12-21 Thread linux newbie
Thanks for your reply Anil. On issuing logcat command, I got the following response. # logcat I/DEBUG ( 1141): debuggerd: Dec 14 2009 20:00:01 I/vold( 1140): Android Volume Daemon version 2.0 E/vold( 1140): Unable to open '/sys/class/mmc_host' (No such file or directory) E/vold(

Re: [android-porting] Re: Kernel Panic - booting

2009-12-21 Thread linux newbie
It seems from init.rc, data/misc/keystore directory is unable to be created. any idea on the possible cause? On Tue, Dec 22, 2009 at 3:45 PM, linux newbie linux.newbi...@gmail.com wrote: Thanks for your reply Anil. On issuing logcat command, I got the following response. # logcat I/DEBUG  

Re: [android-porting] Re: Kernel Panic - booting

2009-12-21 Thread linux newbie
additional logcat messages D/AndroidRuntime( 1052): AndroidRuntime START D/AndroidRuntime( 1052): CheckJNI is OFF E/dalvikvm( 1052): Can't open dex cache '/data/dalvik-cache/sys...@framework@core@classes.dex': No such file or directory I/dalvikvm( 1052): Unable to open or create cache for

[android-porting] Eclair build bootup issue on Beagle board.

2009-12-21 Thread Karthik P
Hi, We are facing a bootup issue on Beagle board, I could see the logs as shown below. I/SystemServer( 829): System Content Providers I/ActivityThread( 829): Publishing provider settings: com.android.providers.settings.SettingsProvider I/SystemServer( 829): Battery Service W/dalvikvm( 829):

Re: [android-porting] Re: Kernel Panic - booting

2009-12-21 Thread linux newbie
Hi, In the init.rc file, I commented out yaffs2 as I am booting from USB using chroot and remounted rootfs with 'rw' premission otherwise unable to create files in /data. Now on giving chroot /mnt /init, I am getting following messages repeated. I downloaded the source and compiled for generic

Re: [android-porting] Re: Porting to S3C2443

2009-12-21 Thread wang jintong
Hi.all : I got some problem like this : ,help me please .thank you . D/AndroidRuntime( 20): AndroidRuntime START D/AndroidRuntime( 20): D/AndroidRuntime( 20): start the virtual machine D/AndroidRuntime( 20): CheckJNI is OFF D/AndroidRuntime( 20): D/AndroidRuntime( 20): JNI