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

2009-12-18 Thread Jeremy
Hello list, 0xdroid[1] is an Android distribution project dedicated for Beagleboard (based on TI OMAP353x SoC) hardware platform. 0xlab is glad to announce the availability of the new release, beagle-donut-0x3. This release is based on donut branch with further performance tweak. For

Re: [android-porting] /dev files

2009-12-18 Thread Michael Trimarchi
shivap wrote: hello all i got android kernel 2.6.27 (downloaded from android git) running on my mainstone II dev.board. now i want to add android over this. when i build android source code i get three images system.img , userdata.img and ramdisk.img. i unpacked system and userdata images

[android-porting] ADBD not binding to port 5555

2009-12-18 Thread Hamilton Vera
Greetings everyone. I am trying to deploy android 1.6 in an iMX51 based device. Almost everything is running ok. I am also trying to use adb over ethernet, unfortunately it is not working, it looks like adbd is not binding to port . I saw the same problem here in the list:

Re: [android-porting] hi,how to use mouse in Android

2009-12-18 Thread hedwin
Working on that, were would you expect the mouse handling to take place in android? On Thu, Dec 17, 2009 at 8:32 AM, Yi Sun beyo...@gmail.com wrote: Yes, that is mips, so do check the upstream otherwise it is confusing. On Wed, Dec 16, 2009 at 11:07 PM, hedwin hedwin.kon...@gmail.com wrote:

Re: [android-porting] hi,how to use mouse in Android

2009-12-18 Thread Hamilton Vera
It may be handfull when you are creating a new hardware and you don't have touchscreen yet. Here I am using hardware and keyboard with an imx51, freescale did not send the LCD and TS yet, so I am using the DVI video output. In fact it may also be helpfull to automotive ends, to use a keyboard

[android-porting] Android Eclair porting on Beagleboard Omap3530 Init problem when booting

2009-12-18 Thread Michael Wu
// // // The following is the debug log : OMAP3 beagleboard.org # setenv bootargs console=ttyS2,115200n8 noinitrd root=/dev/mmcblk0p2 video=omapfb.mode=dvi:1280x720mr...@50 init=/init rootfstype=ext3 rw rootdelay=1

[android-porting] [Android Eclair]Unable to create Media Player during boot

2009-12-18 Thread Olivier
Hello, I'm porting Android Eclair on Target and the creation of media player fails during boot. It seems there is an issue with the path for notification audio files and so setDataRoute() function throw an exception in MediaPlayer.java Has someone already had this issue and succeeded to solve

[android-porting] Enable pv-log messages.

2009-12-18 Thread anupama
Hi All, To enable the log messages in android I am following the below steps. 1) touch external/opencore/oscl/oscl/osclbase/src/pvlogger.h 2)make ENABLE_PV_LOGGING=1 3)In sdcard creating a pvlogger.txt and inserting 8 to that. But still it can not log the debug messages. Can anyone help me out

Re: [android-porting] Debugging apps with ADB via USB OTG

2009-12-18 Thread Mike Lockwood
I don't know how you will be able to get adb working if your hardware is running USB in host mode. Other options might be running adb over TCP/IP or using a serial console. Mike On Fri, Dec 18, 2009 at 1:45 AM, Fasil mfasi...@gmail.com wrote: Hi,     I want to debug an application crash with

[android-porting] Re: Enable pv-log messages.

2009-12-18 Thread RaviY
http://android.git.kernel.org/?p=platform/external/opencore.git;a=blob;f=android/android_logger_config.h;h=ba7baa3aedd3a0c30e004b34c30f20fea4592f2e;hb=98173adb718c0fe9d0cc5af08ebd2e5949f1a0b3#l29 On Dec 18, 7:23 pm, anupama anupama.nan...@gmail.com wrote: Hi All, To enable the log messages in

Re: [android-porting] hi,how to use mouse in Android

2009-12-18 Thread Yi Sun
eventhub-KeyInputQueue-WindowManager. BTW-- In my implementation, there are no such an event called mouse to dispatch since none of the application will know such a event. So I picky back on the touch events. On Fri, 2009-12-18 at 13:49 +0100, hedwin wrote: Working on that, were would you expect

[android-porting] Re: /dev files

2009-12-18 Thread shivap
hi i set init=/sbin/sh in the boot arguments and able to start the android shell. then i start the init script. i see 'A N D R O I D _ ' screen, but when i do logcat i see that system is trying to load some services like dbus etc. but unable to start properly. when i see /dev contents, its all

[android-porting] Re: /dev files

2009-12-18 Thread shivap
Michael what should i do in these files (system/core/init/devices.c and system/ core/init/init.c) which will help me create proper device nodes? i know its a dumb question but i am fairly new to all this. bye shivap On Dec 18, 4:00 pm, Michael Trimarchi trimar...@gandalf.sssup.it wrote:

[android-porting] Re: Kernel Panic - booting

2009-12-18 Thread AbeOwitz
This site has a useful summary about compiling the kernel for Android. This is where things started to make sense for me. (Google's docs are kinda sparse when it comes to porting.) http://www.kandroid.org/android_pdk/intro_source_code.html Your init might be failing because the kernel doesn't

[android-porting] Android Porting

2009-12-18 Thread linux newbie
Hi, My target platform has 128MB of SDRAM, 32MB of NAND and USB support. I already download 2.6.27 linux kernel + Android from android website. compiled with arm-none-linux-gnueabi-. I also compiled our existing root fs with arm-none-linux-gnueabi- i.e busybox, util-linux and able to run our

[android-porting] Re: Android Eclair porting on Beagleboard Omap3530 Init problem when booting

2009-12-18 Thread AbeOwitz
Just curious. Where'd you get the kernel? (What's in your local_manifest?) -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting