[android-porting] Re: Android boot hangs at splash screen

2009-06-25 Thread Neo
On Jun 24, 11:50 am, mizmit1222 mizmit1...@gmail.com wrote: Hi, I think xro's patch is for; frameworks/base/services/jni/com_android_server_BatteryService.cpp There are a couple of ways to avoid this battery service issue. Here's another

[android-porting] Re: Working items for Android on X86

2009-06-25 Thread Luca Belluccini
We can put it in /external/ ... But Busybox author should do so. On 25 Giu, 01:53, Yi Sun beyo...@gmail.com wrote: On Wed, 2009-06-24 at 16:28 -0700, Luca Belluccini wrote: k: Can I be a tester on Eee701? It has been tested and proved work l: I tested it on Eee701, works. Chih-wei seems

[android-porting] Re: Change screen resolution on the fly

2009-06-25 Thread Dianne Hackborn
You'll need to report up to the window manager about the new size, so it can relayout all windows, and make sure that at this time it also makes all of the windows redraw themselves. On Wed, Jun 24, 2009 at 7:02 PM, birdybirdy.f...@gmail.com wrote: I want to change the screen resolution from

[android-porting] Re: Porting Android to AT91SAM9261 (ATMEL)

2009-06-25 Thread Neo
On Jun 25, 8:16 am, s909...@gmail.com s909...@gmail.com wrote: The shell is working. But I still don't know how to run the Android. Has anybody got ideas for this porting tasks? Please share your experience if you succeed in porting to at91sam9261ek? Many thanks. Best Regards Chuang

[android-porting] Re: where is bionic/libc/kernel/original??

2009-06-25 Thread David Turner
the headers are not available yet. We're working on putting them in the open-source repository. (for the record, it's a mix of old and new headers, for various historical reasons). On Fri, Jun 19, 2009 at 4:54 PM, Jimmy-Creupagu jamai5...@gmail.com wrote: Hi Android guys, i'm trying to

[android-porting] Re: Android boot hangs at splash screen

2009-06-25 Thread Yi Sun
Please do alt+f1 and send u logcat output On 2009-6-24, at 23:51, Neo zingafri...@yahoo.com wrote: On Jun 24, 11:50 am, mizmit1222 mizmit1...@gmail.com wrote: Hi, I think xro's patch is for; frameworks/base/services/jni/com_android_server_BatteryService.cpp There are a couple of

[android-porting] Re: Add gprof support to bionic

2009-06-25 Thread Leix
The patch spans over 2000 lines. Does this group have something for sharing patches? It appears I can't attach anything to a message. On Jun 25, 2:30 am, David Turner di...@android.com wrote: no, but do you have patches to share so we can look at them? On Wed, Jun 24, 2009 at 3:36 PM, Leix

[android-porting] Re: Android boot hangs at splash screen

2009-06-25 Thread Neo
On Jun 25, 7:18 pm, Yi Sun beyo...@gmail.com wrote: Please do alt+f1 and send u logcat output I can see the log but it scrolls so fast I can't read it at all. How to capture the log as I can't use the adb also? --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: Android boot hangs at splash screen

2009-06-25 Thread Yi Sun
Are you using a usb driver to boot the machine or not? If you are, you can do logcat -f /data/log and then mount your usb to a linux machine to look at the log On Thu, Jun 25, 2009 at 7:39 AM, Neo zingafri...@yahoo.com wrote: On Jun 25, 7:18 pm, Yi Sun beyo...@gmail.com wrote: Please do

[android-porting] Re: Android boot hangs at splash screen

2009-06-25 Thread Neo
On Jun 25, 7:43 pm, Yi Sun beyo...@gmail.com wrote: Are you using a usb driver to boot the machine or not? If you are, you can do logcat -f /data/log and then mount your usb to a linux machine to look at the log Ok some background, I am booting on qemu directly by giving the kernel and

[android-porting] Re: Android boot hangs at splash screen

2009-06-25 Thread Neo
On Jun 25, 7:48 pm, Neo zingafri...@yahoo.com wrote: On Jun 25, 7:43 pm, Yi Sun beyo...@gmail.com wrote: Are you using a usb driver to boot the machine or not? If you are, you can do logcat -f /data/log and then mount your usb to a linux machine to look at the log Ok some background,

[android-porting] Re: Android boot hangs at splash screen

2009-06-25 Thread Yi Sun
Disable the app_process from init.rc will put u into sh prompt On 2009-6-25, at 7:53, Neo zingafri...@yahoo.com wrote: On Jun 25, 7:48 pm, Neo zingafri...@yahoo.com wrote: On Jun 25, 7:43 pm, Yi Sun beyo...@gmail.com wrote: Are you using a usb driver to boot the machine or not? If you

[android-porting] how many branches are there

2009-06-25 Thread ganganwen
Hi, all I just downloaded the source using the following command: $ repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake $ repo sync So, Does this mean that I am using cupcake branch? Is there a cupcake branch in every git project in the source? but when I run git branch,

[android-porting] USB Mouse HID integration issue

2009-06-25 Thread Dinesh M
Hi, I 'm integrating the USB HID mouse (2.6.26 kernel), and applied the patch from the following link. http://code.google.com/p/patch-hosting-for-android-x86-support/downloads/list The patches are EventHib.patch and0001-fixed-different-build- breaks-added-mouse-cursor-sup.patch I see that

[android-porting] LCD flicker when I use the softkeyboard

2009-06-25 Thread Terry Z
When I use the soft keyboard in Android 1.5, the LCD screen start to flicker. the framebuffer driver got many FBIOPUT_VSCREENINFO ioctl command. can anyone give me some advice? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Re: About VerifyError on dalvik.

2009-06-25 Thread fadden
On Jun 25, 4:54 am, bazookier geelphe...@gmail.com wrote: I'd like to ask one question: Okay, but just one. Is there a concept of jdk version in dalvik VM? If there is, is it above 1.5_02? No. And that's two. I ran some application compiled by jdk 1.5_02 caused a VerifyError. Can it be

[android-porting] Re: Add gprof support to bionic

2009-06-25 Thread David Turner
You can submit the patch to r.android.com, the Gerrit tool is perfect to make this kind of reviews and host a discussion about it too. On Thu, Jun 25, 2009 at 4:30 PM, Leix xie.xiao...@gmail.com wrote: The patch spans over 2000 lines. Does this group have something for sharing patches? It

[android-porting] Re: Android boot hangs at splash screen

2009-06-25 Thread chrisk
Hi all, I am wondering if this issue (the battery issue http://tinypic.com/view.php?pic=30k65vrs=5 ) has been resolved and there is a patch ID for gerrit available? If anybody has the final resolution I would appreciate some help finding it. Thanks, Chris On Jun 25, 10:04 am, Yi Sun

[android-porting] Re: Issue in booting the new Android opensource 1.5(API level 3)

2009-06-25 Thread chrisk
Hi all, Does anybody know if this issue has been resolved? I am looking through issue tracker and gerrit and do not see it reported. Can somebody refer me to a gerrit ID where I can see the solution? Thanks, Chris On May 6, 4:35 am, cindy_king_1024 cindy_king_1...@126.com wrote: From the

[android-porting] Re: x86 svn repository is ready

2009-06-25 Thread Jacob
Hi! Yi, I do cat /proc/fb and it said VESA VGA. Thanks, On Jun 24, 9:01 pm, Yi Sun beyo...@gmail.com wrote: Make sure u are using VESA fb. I'm having hard time to make intelfb to work On 2009-6-24, at 19:09, Jacob jkan...@gmail.com wrote: Hi! Yi, Thanks for the great job. I have

[android-porting] Re: LCD flicker when I use the softkeyboard

2009-06-25 Thread halli manjunatha
Hi Terry, You need to use the WAITFOR_VSYNC ioctl in the frameworks/base/libs/ui/EGLDisplaySurface.cpp file following is the code if (ioctl (egl_native_window_t::fd, FBIOPAN_DISPLAY, mInfo)) { LOGE(ioctl FBIOPAN_DISPLAY failed\n); return 0; } if

[android-porting] Re: LCD flicker when I use the softkeyboard

2009-06-25 Thread Terry Z
Thank you Manjunatha As you said, you may think that it's the framebuffer driver caused the flicker. but there is no flicker if I do not use the soft keyboard. can you explain how that hanppens? best wishes Terry On 6月26日, 下午12时14分, halli manjunatha hallima...@gmail.com wrote: Hi