[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-26 Thread GrainWang
HI YiSun: Thanks for your quick responce and great help! On 5月26日, 下午2时35分, Yi Sun beyo...@gmail.com wrote: On Mon, 2009-05-25 at 23:22 -0700, GrainWang wrote: HI YiSun:     Thanks for your efficent help. I have breifly tried the website,and corresponding method for about 2days. Now

[android-porting] Re: Android can't detect the SDcard

2009-05-26 Thread Brian Liu
It's vold (or mountd if you are using an old version) to mount your SD card for you according to configuration defined in /etc/vold.conf. Take a look in /sys to see whether your SD card is correctly recognized in kernel (/sys/class/mmc_host/mmc0/mmc0:/block/ mmcblk0/..., mmc0 assuming you

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-26 Thread GrainWang
HI YiSun: Thanks for your great help. When appling the patches, have the following issue. See the message below: |From f4a2e330101cce7ee2e13a6b0a82c24f93923130 Mon Sep 17 00:00:00 2001 |From: Yi Sun beyo...@gmail.com |Date: Fri, 1 May 2009 17:46:54 -0700 |Subject: [PATCH] 1. added

[android-porting] Re: Providing BACK/HOME/MENU as software buttons(instead of hardware buttons)

2009-05-26 Thread David Turner
the Android system relies on the fact that these button presses are sent as from the Linux kernel as input event with specific codes. Doing anything reliably with intents is not supported (and opens a whole can of worms security wise, so don't expect this to be available). On Tue, May 26, 2009 at

[android-porting] building for dream and building for new target

2009-05-26 Thread sreedhar b
Hi, Before building for my new target, i have tried building for dream retaining only things required to see how it works. I was able to build successfully for dream. I tried the similar proceedure as specified in the below link for my new target:

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-26 Thread Yi Sun
You try to apply the patches in the wrong directory. Look into the patch and find out where you can run the patch. Yi On Tue, 2009-05-26 at 00:49 -0700, GrainWang wrote: HI YiSun: Thanks for your great help. When appling the patches, have the following issue. See the message below:

[android-porting] Re: Porting Android to Virtual PC + Android OS installer.

2009-05-26 Thread Elvis Dowson
Hi Tripp, It is possible to run android on a PC (or virtual PC) environment. Some people have already ported it to some x86 processor based platforms. So, all you need to do is get hold of someone who has developed a port of the android source files, for an x86 target, and ask if

[android-porting] key pad driver

2009-05-26 Thread Hui Lou
Hi all, I have one thing want to make it clear. Now I develop keypad driver, I wonder if the key is long pressed (pressed a long time) need the driver report a different input event (when the key is normal pressed the driver reports a input event) . If the driver reports same event no matter

[android-porting] HTC TOUCH HD

2009-05-26 Thread kevin...@gmail.com
Maybe this thread has already been made by someone else. But I would LOVE to see Android running on my TOUCH HD, which is a hell of a device. This device is one of the best mobile phones I've seen until yet. It's even better than the iPhone. BUT, unfortunalety as a Mac-User I have to admit, that

[android-porting] Porting Android to PXA270 board

2009-05-26 Thread Twinkle
I am a fresher in Linux and Android.I have a Pxa270 board running with ARM 7 processor. I want to port Android into that ARM 7 processor. For that first i will install Ubuntu on my PC machine and do the steps described in the Get source section in the link http://source.android.com/download

[android-porting] Porting Android to PXA270 board

2009-05-26 Thread Twinkle
I am a fresher in Linux and Android.I have a Pxa270 board running with ARM 7 processor. I want to port Android into that ARM 7 processor. For that first i will install Ubuntu on my PC machine and do the steps described in the Get source section in the link http://source.android.com/download

[android-porting] PWM (Pulse width modulation) implementation in OMAP 3430

2009-05-26 Thread wen yi
Hello, Anyone implemented PWM in OMAP 3430 care to share it? Thanks. - Wen --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: HTC TOUCH HD

2009-05-26 Thread Jean-Baptiste Queru
This is really up to HTC, not Google. JBQ On Tue, May 26, 2009 at 2:23 AM, kevin...@gmail.com kevin...@gmail.com wrote: Maybe this thread has already been made by someone else. But I would LOVE to see Android running on my TOUCH HD, which is a hell of a device. This device is one of the

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-26 Thread GrainWang
HI YiSun: Thanks for your warmhelp. I have made a big progress though still have the folling issue that needs your help On 5月27日, 上午12时12分, Yi Sun beyo...@gmail.com wrote: You try to apply the patches in the wrong directory. Look into the patch and find out where you can run the patch.

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-26 Thread GrainWang
HI YiSun: The auto apply patch method is too complicated,and with your help, I succesfully apply all the patches manually except 0001-1.- enabled-power-mgt.patch, is this a out-of-day patch,I have seen that both this patch and boot_able_img_v2.patch try to apply patch to the init.rc in

[android-porting] Touch Screen Not working (Java VM create failed)

2009-05-26 Thread shridhar
Hi Experts, I have ported Android on AT91SAM9263-ek board, but the display is not yet up on the touchscreen. I only get the string ANDROID _ and the blinking underscore. I am able to enter the shell on my hyper terminal. Below is the list of processes and the logcat. From my logcat it seems