[android-porting] Re: Build libbluedroid.so ERROR

2009-03-10 Thread NickS
Thanks your help, Nick, I had built libbluedroid.so. Now I want to run bluetooth from UI and in system/bluetooth/bluedroid/bluetooth.c, asprintf(rfkill_state_path, /sys/class/rfkill/rfkill%d/state, rfkill_id); can get the path of state, but when I running Android on NetBook, my /sys/class/rfkill/

[android-porting] Re: Build libbluedroid.so ERROR

2009-03-10 Thread Nick Pelly
On Mon, Mar 9, 2009 at 11:08 PM, NickS lzh20044...@163.com wrote: Thanks your help, Nick, I had built libbluedroid.so. Now I want to run bluetooth from UI and in system/bluetooth/bluedroid/bluetooth.c, asprintf(rfkill_state_path, /sys/class/rfkill/rfkill%d/state, rfkill_id); can get the path

[android-porting] Android Booting Problem on Real Target

2009-03-10 Thread Rajesh N
Hi All, I have ported android on i.MX31 PDK target, it is booting , but I am only getting Android... on bootup , I am unable to see android logo nor it is further booting up ! I did logcat to extract some of the messages, I found these messages which I have pasted were repeating again n again,

[android-porting] Re: Build libbluedroid.so ERROR

2009-03-10 Thread lzh20044178
Dear Nick: Thanks for your help, very joyfully. i think the real reason puzzled me is the state's path of bluetooth device. skip rfkill, where is the path. i look somebody use follow method: ... #define USE_UGLY_POWER_INTERFACE 1 #if USE_UGLY_POWER_INTERFACE #define BLUETOOTH_POWER_PATH

[android-porting] Re: Android Booting Problem on Real Target

2009-03-10 Thread Nimit Manglick
Rajesh, please make sure u are not using a already used filesystem. On Tue, Mar 10, 2009 at 12:57 PM, Rajesh N rajesh.andr...@gmail.com wrote: Hi All, I have ported android on i.MX31 PDK target, it is booting , but I am only getting Android... on bootup , I am unable to see android logo

[android-porting] Re: ALSA build error

2009-03-10 Thread Androidphan
That worked, but now I'm getting the following error: target thumb C++: libaudioflinger = frameworks/base/libs/audioflinger/ A2dpAudioInterface.cpp make: *** No rule to make target `out/target/product/eee_701/obj/ STATIC_LIBRARIES/libasound_intermediates/libasound.a', needed by `out/

[android-porting] Andorid on Beagle : how to set dns server using setprop

2009-03-10 Thread harish
Dear all, I am running android on beagle board which is built from source via NFS mounting. My linux host machine ip setting is 10.7.143.3. my bootargs is console=ttyS2,115200n8 root=/dev/nfs rw nfsroot=10.7.143.3:/root/ harish_work/Beagle/android_FS ip=10.7.143.5::255.0.0.0

[android-porting] HTTP://WWW.KICKSQUALITY.COM china cheap wholesale ,air jordan shoes,air force one shoes.paypal accept!

2009-03-10 Thread jacken
Get Nike Shoes at Super Cheap Prices Discount Nike air jordans (HTTP://WWW.KICKSQUALITY.COM) Discount Nike Air Max 90 Sneakers (HTTP://WWW.KICKSQUALITY.COM) Discount Nike Air Max 91 Supplier (HTTP://WWW.KICKSQUALITY.COM) Discount Nike Air Max 95 Shoes Supplier (HTTP:// WWW.KICKSQUALITY.COM)

[android-porting] Re: BusyBox on Android x86

2009-03-10 Thread squix
Did you get busybox to run on x86? If yes, how did your build commands look like, how your Android.mk? Dani On Feb 4, 7:36 pm, AndyM andrewdm...@gmail.com wrote: when you build busy box there is an option to build statically. That may be your best bet to get it running on x86. On Feb 4,

[android-porting] Re: BusyBox on Android x86

2009-03-10 Thread Chen Yang
Dani: If build statically, you don't need to configure with Android. You just need to configure busybox by: make menuconfig Hope it helps. -- Chen On Tue, Mar 10, 2009 at 8:18 PM, squix dani.eichh...@squix.ch wrote: Did you get busybox to run on x86? If yes, how did your build commands

[android-porting] Re: BusyBox on Android x86

2009-03-10 Thread squix
Thanks for your answer, Chen. I guess since I'm building on a 64bit system for a 32bit system I should add a cross compile flag like make menuconfig CROSS_COMPILE=i386? On Mar 10, 1:23 pm, Chen Yang sunsety...@gmail.com wrote: Dani:    If build statically, you don't need to configure with

[android-porting] Re: ALSA build error

2009-03-10 Thread Sean McNeil
You need both platform/hardware/alsa_audio and platform/external/alsa-lib Androidphan wrote: That worked, but now I'm getting the following error: target thumb C++: libaudioflinger = frameworks/base/libs/audioflinger/ A2dpAudioInterface.cpp make: *** No rule to make target

[android-porting] Re: MODE_IN_CALL

2009-03-10 Thread Sean McNeil
Those are different modes within the system. You are usually in MODE_NORMAL. When someone calls you, it enters MODE_RINGTONE. When you answer a call or you initiated a call then you enter MODE_IN_CALL. I should think it rather obvious from the names as to what they do. Typically in

[android-porting] Re: ALSA build error

2009-03-10 Thread Androidphan
I got both alsa-lib as alsa_sound. On Mar 10, 2:14 pm, Sean McNeil seanmcne...@gmail.com wrote: You need both platform/hardware/alsa_audio and platform/external/alsa-lib Androidphan wrote: That worked, but now I'm getting the following error: target thumb C++: libaudioflinger =

[android-porting] sometimes the browser can not load the page immediately

2009-03-10 Thread yan lu
Hi, I found a problem of browser when I use WLAN to browse web page. sometimes when I input and goto a link, the progress bar has a quick flash of yellow then turn to gray, and the page is not displayed. then I press the menu button and select go to URL to select the link again, the page then

[android-porting] Re: Android Booting Problem on Real Target

2009-03-10 Thread Tom_porting_android
Hello, Your DATA partition must support writable mmap. This is not the case with jffs2! Use YAFFS2 instead and this should work. You won't have 'unable to mmap DEX cache: Invalid argument' message and you should be able to boot. Hope this helps, Thomas On Mar 10, 8:27 am, Rajesh N

[android-porting] Re: ALSA build error

2009-03-10 Thread Sean McNeil
Well then you must have something mis-configured somewhere. libasound.a should be built and placed into the out/target/product/eee_701/obj/STATIC_LIBRARIES/libasound_intermediates directory. Your manifest looks OK and you did the right thing in your BoardConfig. I'd say maybe your build/core

[android-porting] Re: Android for higher resolution screens

2009-03-10 Thread Mattaku Betsujin
Really? I thought cupcake will be the first release to support non-HVGA screen sizes. Has this changed? On Tue, Mar 10, 2009 at 9:56 AM, Dianne Hackborn hack...@android.comwrote: Flickering indicates you aren't handling page flipping correctly. Note that Cupcake does not official support

[android-porting] Re: Android for higher resolution screens

2009-03-10 Thread David Turner
On Tue, Mar 10, 2009 at 6:20 PM, Mattaku Betsujin mattaku.betsu...@gmail.com wrote: Really? I thought cupcake will be the first release to support non-HVGA screen sizes. Has this changed? This hasn't changed, it's still in the roadmap, but as Dianne said it's still not *officially*

[android-porting] Re: Android for higher resolution screens

2009-03-10 Thread Dianne Hackborn
And we don't have any of the backwards compatibility implemented yet, so a lot of third party apps will break. On Tue, Mar 10, 2009 at 12:08 PM, David Turner di...@android.com wrote: On Tue, Mar 10, 2009 at 6:20 PM, Mattaku Betsujin mattaku.betsu...@gmail.com wrote: Really? I thought

[android-porting] porting to Toshiba Portege G500

2009-03-10 Thread koray
Hello all, i've a Toshiba Portege G500 mobile and i want to try android with it. Before i try, i have some questions. 1-) Is a touchscreen needed for Android or can it use keypad and other buttons? 2-) Do i need to make any change in the source (patch etc.) ? 3-) After building the code, how

[android-porting] Fwd: Questions to enhance/replace Android GNU tool chains

2009-03-10 Thread Stanley Cai
Fwd from android-framework mailinglist...rktb suggested me to ask for help from this list. Hi list, We tried to use our own GNU tool chains (arm-eabi-, 4.2.1) to build Android framework, which includes some specific optimizations for the micro-architecture made by my employer, Marvell. But we