[android-porting] Re: W/ProcessState: Opening '/dev/binder' failed: Permission denied

2009-04-26 Thread Elvis Dowson
Hi,Can you tell me how to isolate the android environment from the linux environment, please? Right now I have a microSD card, the first partition is FAT32, and contains the uImage. The second partition is ext3 containing both the linux rootfs and the android user land files. What

[android-porting] Re: Andoird on x86 fails to boot - dalvik-cache problem

2009-04-26 Thread FrankieCZ
Hi, for booting I'm using these cmdline parameters: console=tty0 console=ttyS1,115200n8 console=tty0 androidboot.hardware=eee_701 vesafb (during Kernel compilation, VESAFB drivers in menuconfig were selected. Generally, I've applied all patches provided on the wiki (except those 2 for atl2

[android-porting] Re: Andoird on x86 fails to boot - dalvik-cache problem

2009-04-26 Thread Chen Yang
please remove the vesafb in cmdline and append vga=788 and have a try. :) -- Chen On Sun, Apr 26, 2009 at 3:57 PM, FrankieCZ franki...@centrum.cz wrote: Hi, for booting I'm using these cmdline parameters: console=tty0 console=ttyS1,115200n8 console=tty0 androidboot.hardware=eee_701

[android-porting] why there's no boot.img in Android-1.5

2009-04-26 Thread david
Hi All, I've built all android-1.5. I got ramdisk.img, userdata.img system.img, but execpt for boot.img. Then I traced the making log, and found boot image is generated based on ramdisk image kernel. But The kernel is lost. So, boot image is not created successfully. Then I 'make ARCH=arm

[android-porting] Re: Andoird on x86 fails to boot - dalvik-cache problem

2009-04-26 Thread FrankieCZ
Unfortunately, still the same. I removed vesafb, add vga=788, I can boot and see black screen only (I'm waiting enough time to be sure that Android GUI will not appear). I've tried to change vesafb into intelfb (in cmdline), just if something will change, but nothing. Obviously, there is some

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-26 Thread cindy_king_1024
Hi,Vishal It dosen't work as still,I have check it and added the TS patch as the links from Rupesh : CONFIG_PM=y # CONFIG_PM_DEBUG is not set CONFIG_PM_SLEEP=y 在2009-04-24 20:54:04,vishal bhoj vishalb...@gmail.com 写道: Cindy enable android PM in kernel config and build it.The android input

[android-porting] Re: Andoird on x86 fails to boot - dalvik-cache problem

2009-04-26 Thread Chen Yang
On 4/26/09, FrankieCZ franki...@centrum.cz wrote: Unfortunately, still the same. I removed vesafb, add vga=788, I can boot and see black screen only (I'm waiting enough time to be sure that Android GUI will not appear). I've tried to change vesafb into intelfb (in cmdline), just if

[android-porting] Re: Android on OLPC anyone?

2009-04-26 Thread Julio Menendez
Gani: Cool, I'm new in this Android thing. Can you give me a link or how to I can read with the steps to try it in my OLPC? I already compiled the generic android source in my MacBook but I don't have any idea of how to put it in my OLPC. Also, can you please tell me where I can get that

[android-porting] www.29usd.com sell ugg boot,tshirt,handbag,nike shoe,jordan shoe,dunk shoe,puma shoe,and so on for free shipping from

2009-04-26 Thread waiguoreeeeeee...@gmail.com
Get Nike Shoes at Super Cheap Prices Discount Nike air jordans (www.29usd.com) Discount Nike Air Max 90 Sneakers (www.29usd.com) Discount Nike Air Max 91 Supplier (www.29usd.com) Discount Nike Air Max 95 Shoes Supplier (www.29usd.com) Discount Nike Air Max 97 Trainers (www.29usd.com)

[android-porting] www.29usd.com sell ugg boot,tshirt,handbag,nike shoe,jordan shoe,dunk shoe,puma shoe,and so on for free shipping from

2009-04-26 Thread waiguoreeeeeee...@gmail.com
Get Nike Shoes at Super Cheap Prices Discount Nike air jordans (www.29usd.com) Discount Nike Air Max 90 Sneakers (www.29usd.com) Discount Nike Air Max 91 Supplier (www.29usd.com) Discount Nike Air Max 95 Shoes Supplier (www.29usd.com) Discount Nike Air Max 97 Trainers (www.29usd.com)

[android-porting] Re: X86 ALSA Sound Issue

2009-04-26 Thread dmoti
Thanks Androidphan, I think that the problem is that I didn't have hardware/alsa_sound package so I added it to the local_manifest.xml now the problem is: make: *** No rule to make target `vendor/google/frameworks/maps/ com.google.android.maps.xml', needed by `out/target/product/eee_701/

[android-porting] Re: gl functions not working, egl functions are working - android port to Overo TI OMAP 3503

2009-04-26 Thread Elvis Dowson
Hi, I've solved this issue. This is because the gl wrappers weren't being correctly generated. The following changes are for android- sdk-1.5-pre. Step 01 Edit the frameworks/base/opengl/libs/Android.mk file, line 37 - GLES_CM/gl.cpp.arm \ + GLES_CM/gl.cpp

[android-porting] Cannot find /sys/class/power_supply/ac/online

2009-04-26 Thread Elvis Dowson
Hi, I've ported the android-2.6.29 kernel to the Overo linux- omap3-2.6.29 kernel version. The android logo boots up, and after sometime, the system shuts down. When I look in the find /sys/class/power_supply folder, I don't see anything. I have enabled CONFIG_POWER_SUPPLY=y in my

[android-porting] Re: Android on OLPC anyone?

2009-04-26 Thread Julio Menendez
Hello Gani, Seems by mistake you sent me this email directly to me instead of the android-porting list. About your question, well, there is a bunch of free GIT repository services in the internet(github, gitorious, etc), but if you don't want to use them I can make space in my server for

[android-porting] Re: X86 ALSA Sound Issue

2009-04-26 Thread fala70
me too I've same problem somebody can help ? thanks On 26 Apr, 17:32, dmoti moti.dan...@gmail.com wrote: Thanks Androidphan, I think that the problem is that I didn't have hardware/alsa_sound package so I added it to the local_manifest.xml now the problem is: make: *** No rule to make

[android-porting] Re: Andoird on x86 fails to boot - dalvik-cache problem

2009-04-26 Thread Yi Sun
Please also check the content of /proc/fb If u vessfb driver is installed coreectly, you should see VESA in that file. The surfaceflinger crash is because it can not find /dev/graphics/fb during the init process and it is caused by wrong fb driver installation and configuration. Please do

[android-porting] Re: Cannot find /sys/class/power_supply/ac/online

2009-04-26 Thread Yi Sun
More hints for u; even u enable u drivers, u may still have problems. Do check the content in sys/class/power_supply/ to make sure it has what Android expected.Athe first thing u may need to fix is the paths in com_android_batteryservice.cpp. Please take a look on the X86 patches for

[android-porting] Re: Android on OLPC anyone?

2009-04-26 Thread Gani Bhagavathula
I finally have something that boots up to a console on the OLPC. Nothing GUI yet. A different question for others if anyone has seen this before - I have put the firmware for the network card at /lib/firmware. However, when the module is insmodded, I see a 'init' message that says Requesting

[android-porting] Re: Cannot find /sys/class/power_supply/ac/online

2009-04-26 Thread Yi Sun
You need to enable u AC and BAT driver. On Apr 26, 2009, at 9:37 AM, Elvis Dowson elvis.dow...@gmail.com wrote: Hi, I've ported the android-2.6.29 kernel to the Overo linux- omap3-2.6.29 kernel version. The android logo boots up, and after sometime, the system shuts down. When I

[android-porting] Re: Android on OLPC anyone?

2009-04-26 Thread gowtham gowda
i had a similar issue with a intel3495ABG card. So i took the shotgun approach. I put the file in /lib and in /system and where ever there was a lib folder. And it worked. But i donno where it loded it from. Gowtham On Apr 26, 5:55 pm, Gani Bhagavathula gani.bhagavath...@gmail.com wrote: I

[android-porting] Re: Compilation errors with qemu in android-1.5 recent release

2009-04-26 Thread paraeco
Hi, I faced the same problem while compiling Android on Ubuntu 9.04 . But I fixed it in the make file instead. --- ./myandroid-org/external/qemu/Makefile.android 2009-04-27 09:34:36.0 +0800 +++ ./myandroid/external/qemu/Makefile.android 2009-04-27 09:03:12.0 +0800 @@

[android-porting] Re: How to use Eclipse to debug x86 target?

2009-04-26 Thread Chih-Wei
Ah, got it. The adb really connected to my target machine (an eeepc 701). But adb devices still shows emulator-5554. So I was confused. Maybe it should show the real machine name. Shouldn't it? On 4月25日, 上午12時21分, Yi Sun beyo...@gmail.com wrote: On Fri, 2009-04-24 at 04:34 -0700, Chih-Wei

[android-porting] Re: Cannot find /sys/class/power_supply/ac/online

2009-04-26 Thread Elvis Dowson
Hi, The board that I have is an Overo Earth with Palo43 expansion board. It has not batteries connected to it. I took a quick look at the x86 patches, and it attempts to correct the paths to the actual objects. I'm trying to first get the appropriate objects to appear first in the

[android-porting] Re: Cannot find /sys/class/power_supply/ac/online

2009-04-26 Thread Yi Sun
I don't know the board you are using. But you need to have a AC driver to register with power_supply_core to create the AC0 or ac directory. For X86, we drivers/acpi/ac.c. You can also look at drivers/power/goldfish_battery.c and look for power_supply_register(pdev-dev, data-ac) Yi On Mon,

[android-porting] How to launch a standard application in adb shell

2009-04-26 Thread Jaewon
Hi all. I'm using Android Emulator and adb shell. And I'm very wondering how to launch a standard application such as browser in adb shell. I think app_process should be used to do that. But I don't know the exact way. Does anyone know about that? Thx.

[android-porting] How to launch a standard application in adb shell

2009-04-26 Thread Jaewon
Hi all. I'm using Android Emulator and adb shell. And I'm very wondering how to launch a standard application such as browser in adb shell. I think app_process should be used to do that. But I don't know the exact way. Does anyone know about that? Thx.