[android-porting] Re: boot freeze (I.mx27)

2009-06-11 Thread xro
that's the logcat! It appears that is an ActivityManager error D/AndroidRuntime( 1992): AndroidRuntime START D/AndroidRuntime( 1992): CheckJNI is ON D/AndroidRuntime( 1992): --- registering native functions --- I/Zygote ( 1992): Preloading classes... D/dalvikvm( 1992): GC freed 763 objects /

[android-porting] Re: boot freeze (I.mx27)

2009-06-11 Thread mizmit1222
Hi, Double check your /init.rc. You may miss some setprop lines in your script. Good luck, On 6月11日, 午後4:56, xro romanen...@hotmail.com wrote: that's the logcat! It appears that is an ActivityManager error D/AndroidRuntime( 1992): AndroidRuntime START D/AndroidRuntime( 1992): CheckJNI

[android-porting] Re: boot freeze (I.mx27)

2009-06-11 Thread xro
thanks, it was in my init.rc there wasn't setprop ro.HOME_APP_ADJ 4 and setprop ro.HOME_APP_MEM 4096 now i have to deal with power supply... --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] ppp daemon not starting

2009-06-11 Thread Rakesh Kumar
Hi, When I am trying to connect to GPRS. I am getting an error related with ppp daemon, because of which ppp0 interface is not getting created. Can somebody look at the following logs and tell me what is the problem here. D/AT ( 720): AT AT+CGQREQ=1 D/AT ( 720): AT OK D/AT (

[android-porting] Re: MX27 Android porting problems

2009-06-11 Thread xro
hello, i'm trying to boot android on a I.mx27 plateform... I can see the logo and the system shutdown after that... Is it because of power management? i don't have any files in sys/class/power/ i patched my com_android_server_BatteryService.cpp and compile again can you help me? that's

[android-porting] telnetd problem on android

2009-06-11 Thread nearfuture
I want to open the telnet port on android, so I run the telnetd on android with nothing print and can find the telnetd work with ps. and run the netstat, get the following message Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0 127.0.0.1:5037 0.0.0.0:*

[android-porting] android start and power off

2009-06-11 Thread xro
hello, i can start android on my APF27 plateform but android directly power off after start! have you an idea? Is it because of vault or battery??? after that i'll post the wiki how to port android to I.mx27 apf27 that's the logcat... D/AndroidRuntime( 1695): AndroidRuntime START

[android-porting] Re: telnetd problem on android

2009-06-11 Thread David Turner
See http://developer.android.com/guide/developing/tools/emulator.html#emulatornetworking especially the section titled Setting up Redirections through the Emulator Console On Thu, Jun 11, 2009 at 2:03 PM, nearfuture yaoming@gmail.com wrote: I want to open the telnet port on android, so I

[android-porting] Re: Can't adjust backlight in our built emulator from source?

2009-06-11 Thread David Turner
backlight emulation works as follows in 1.5 (this may change in future system images though): 1/ hardware/qemu/liblights/lights.c is compiled into /system/lib/hw/ liblights.goldfish.so 2/ libhardware recognize at runtime that it is running in the emulator (goldfish) system, then loads it 3/ the

[android-porting] libhgl.so and OpenGL ES

2009-06-11 Thread Shrinivas
Hi All, Can anybody let me know why do we need libhgl.so file when we run graphic applications which uses OpenGL ES on Andriod. I know we will be needing the libEGL.so libGLESv2.so files, but why libhgl.so? Thanks --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: Touch screen can not work correctly

2009-06-11 Thread zhou kejun
Hi, pls check this post (http://groups.google.com/group/android-porting/browse_thread/thread/fb64af66b1f877fa/8708ab0ea2b9b545?hl=enlnk=gstq=touch+screen+top+bar# ), it is really helpful. make menuconfig enable: PM Power Management support Suspend to RAM and standby Wake lock Wake lock stats

[android-porting] Re: IMX31 touch screen issue

2009-06-11 Thread zhou kejun
Hi, 1, Have you patch mxc_ts.c ? Something do with EV_KEY and BTN_TOUCH. You can check this url http://lkml.indiana.edu/hypermail/linux/kernel/0903.0/00762.html 2, Do you meet the tor bar problem? You can check this post

[android-porting] Where can i find the pixelflinger source code ?

2009-06-11 Thread sreedhar b
Hi Dave, I am seeing the following link: http://groups.google.com/group/android-platform/browse_thread/thread/8b6547ed2f69aaf0 Surfaceflinger is the abstraction for the 2D graphics engine. I'm not sure I would agree with the statement control all the display dispatch, because there is a

[android-porting] Re: Android nearly working on Gumstix Verdex (Intel PXA270)

2009-06-11 Thread zhou kejun
Hi, The initlogo.rle is whatever you want to show. Without it, system goes directly to the desktop, after showing ANDROID , I think your system doesn't work right. Running logcat would help. initlogo.rle http://android-dls.com/wiki/index.php?title=Android_FAQ Q: What is RGB565? A: The file

[android-porting] Re: android start and power off

2009-06-11 Thread xro
Ok i solve the battery error... I modified the batteryservice.cpp And say my battery is evrytime full... my last error is the vold error And this time i don't have any idea, so i really need help... the logcat is: E/MountListener( 1712): Failed to connect to vold E/MountListener(

[android-porting] video display parameters inside android_surface_output significance??

2009-06-11 Thread sreedhar b
Hi, What is the significance of displayWidth, displayHeight, frameWidth, frameHeight parameters inside android_surface_output.cpp?? status_t ret = mSurface-registerBuffers(displayWidth, displayHeight, frameWidth, frameHeight, PIXEL_FORMAT_RGB_565, mFrameHeap); status_t ret =

[android-porting] Android on eeepc howto?

2009-06-11 Thread Falk
Hi, is there any comprehensive howto to get android running on an eeepc? There is many information scattered in this group, has anyone compiled a summary from it? Where do I get started? What patches do I have to apply? Kind regards, Falk Stern

[android-porting] A LiveCD for Android

2009-06-11 Thread Wanghongyang
Hi, all Porting based on eee_701 Android OS, modify system/core/init, recompile kernel with aufssqsquashfs support. http://code.google.com/p/live-android/ HOWTO use live-android 1. Download androidv0.1.rar/androidv0.2.rar/androidv0.1.rar, unzip it. you'll get androidv0.1.iso 2. use

[android-porting] Re: can not resume from suspend [was Re: Cursor.patch fails]

2009-06-11 Thread robert_mu
Hi All: I have met the same question now,after searching the web,i came here... :) How to lighten the screen after wakeup?anyone who knows please let me know,thanks a lot. On 5月9日, 上午6时35分, Yi Sun beyo...@gmail.com wrote: ok, I have disabled the check in thesuspendfunction. Now, my

[android-porting] touchscreen tsc2102 on I.mx27

2009-06-11 Thread xro
hi... i'm porting Android on the I.mx27 (APF27) platform. i have a bug with my touchscreen... It woks on linux kernel but not on Android... it's like android dont listen to the events... have you an idea? --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: touchscreen tsc2102 on I.mx27

2009-06-11 Thread xro
i have no interaction between the touchscreen events and the Android's interface. why? # getevent # add device 1: /dev/input/event2 name: BTC USB Multimedia Keyboard add device 2: /dev/input/event1 name: BTC USB Multimedia Keyboard add device 3: /dev/input/event0 name: TSC210x

[android-porting] Re: Android nearly working on Gumstix Verdex (Intel PXA270)

2009-06-11 Thread xro
hello... i'm porting android on a plateform so i know that error... dont care about the logo... If you want to solve your bug, you have to use logcat init cd system/bin logcat you will see your bug... i had the same thing and it was my init.rc (check it)

[android-porting] Re: libhgl.so and OpenGL ES

2009-06-11 Thread Chia-I Wu
On Thu, Jun 11, 2009 at 06:20:18AM -0700, Shrinivas wrote: Can anybody let me know why do we need libhgl.so file when we run graphic applications which uses OpenGL ES on Andriod. I know we will be needing the libEGL.so libGLESv2.so files, but why libhgl.so? libEGL.so and libGLESv2.so

[android-porting] Re: MX27 Android porting problems

2009-06-11 Thread shridhar desai
Hi , I am still stuck with the power off problem. In my framework folder I don't have folders called base or service etc. I just have framework in /system. I am not getting where to put this file com_android_server_BatteryService.cpp. Please help me out with this Regards, Shridhar On Tue, Jun

[android-porting] Re: Android on eeepc howto?

2009-06-11 Thread Yi Sun
http://code.google.com/p/patch-hosting-for-android-x86-support/ On Thu, 2009-06-11 at 08:37 -0700, Falk wrote: Hi, is there any comprehensive howto to get android running on an eeepc? There is many information scattered in this group, has anyone compiled a summary from it? Where do I

[android-porting] Re: android start and power off

2009-06-11 Thread Yi Sun
Question: Check to see if you vold is running or not. If these is what you see when you plug/unplug AC, then you hit on anothe compatibility issue in vold On Thu, 2009-06-11 at 08:26 -0700, xro wrote: Ok i solve the battery error... I modified the batteryservice.cpp And say my battery is

[android-porting] How to telnet from the host to the android board

2009-06-11 Thread nearfuture
Hi I run the telnetd on the board, and get the netstate bash-3.2# netstat Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0 127.0.0.1:5037 0.0.0.0:* LISTEN tcp0 0 0.0.0.0: 0.0.0.0:* LISTEN udp0 0 0.0.0.0:767

[android-porting] Re: MX27 Android porting problems

2009-06-11 Thread mizmit1222
Hi, I'm not sure though, this patch may be helpful. -- services/java/com/android/server/PowerManagerService.java -- index bbca401..6e01e5b 100644 @@ -350,7 +350,7 @@ class PowerManagerService extends IPowerManager.Stub implements LocalPowerManage

[android-porting] Re: libhgl.so and OpenGL ES

2009-06-11 Thread Chia-I Wu
On Fri, Jun 12, 2009 at 09:57:46AM +0530, G Shrinivas Rao wrote: Thanks a lot for your reply... I also have some more queries on OpenGL ES Android... Actually I am trying to get knowledge about porting OpenGL ES on Graphics hardware accelerators. - I suppose If I want to do that, then i