[android-porting] Re: Android on x86 (eeepc_701) wireless

2009-02-16 Thread Merck Hung
Dear all, You should recompile whole kernel with ath5k enabled, not just for drivers. You can take a look to my blog(sorry, in Chinese), I have installed Android on my EEEPC S101 successfully, and the Wi-Fi works fine.

[android-porting] Integrating my external library

2009-02-16 Thread Ashutosh Agrawal
Hi, Though I have gone through the available documentation and the source code, I am somewhat ambiguous about the approach to follow for integrating my external library (daemon/service which is written in C) in Android architecture. I think the following main actions needs to be done 1.

[android-porting] Re: Integrating my external library

2009-02-16 Thread David Turner
If you have a daemon, you should probably be able to run it as is on Android, provided it is started with the appropriate permissions. (Started by init if real crucial to the platform, or otherwise on demand by something else if needed). Then, you should provide a Java API that would be

[android-porting] Re: timer_create problem

2009-02-16 Thread David Turner
this one's for me :-) Can you send me a small compilable test program to reproduce this (it'd be much better for me since I don't know what your timer_handler function is doing there). It might be a bug in the SIGEV_THREAD timer implementation, I checked and tested it for correctness but didn't

[android-porting] Re: timer_create problem

2009-02-16 Thread David Turner
ok, I found the bug in the timer implementation, a fix is coming soon. On Mon, Feb 16, 2009 at 10:27 AM, David Turner di...@android.com wrote: this one's for me :-) Can you send me a small compilable test program to reproduce this (it'd be much better for me since I don't know what your

[android-porting] Re: Integrating my external library

2009-02-16 Thread Ashutosh Agrawal
Thanks for replying. Actually I want to port a UA (User Agent written by me using C) on Android. This UA may be used by different Android applications (written in Java). UA is not so crucial daemon to be started at init; it needs to be started on demand by its corresponding applications.

[android-porting] Android toolchain

2009-02-16 Thread Androidphan
What is the difference between the next two things? ../prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/ ../prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/bin/ Can anyone explain? --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] How to determine requirements for porting Android?

2009-02-16 Thread ppmoore
[ I have also cross-posted this to androidcommunity.com ] Hello, I work for a portable entertainment products manufacturer, and we are looking at porting Android to one of our handheld audio-visual devices. My initial task is to determine if Android can be ported to the device. I've been

[android-porting] Re: Android toolchain

2009-02-16 Thread David Turner
the /bin directory contains the cross-toolchain programs with the arm-eabi- prefix, e.g. arm-eabi-gcc, arm-eabi-nm, etc.. the /arm-eabi/bin contains the same programs without the prefix (gcc, nm, etc...) Apart from that, I believe they are the same programs. I don't know exactly why we can't

[android-porting] Android porting on Qemu

2009-02-16 Thread indra
Hi all, I am planning to do some reverse engineering on Android. Can somebody explain me what does it take to port the Android application on QEMU. 1. How to extract Android FS. 2. How to port ARM FS on it. 3. How to build and port Dalvik VM on it. I would really appreciate if you can tell me

[android-porting] Re: Android porting on Qemu

2009-02-16 Thread David Turner
Hmmm, maybe you could try the Android emulator, which is a QEMU derivative, with full source code available under the GPL ? On Mon, Feb 16, 2009 at 3:23 PM, indra indrad...@gmail.com wrote: Hi all, I am planning to do some reverse engineering on Android. Can somebody explain me what does it

[android-porting] Quality Affordable Jewelry, Cosmetics, Skin Care, Clothing

2009-02-16 Thread dajui
Online Shopping! Jewelry, Cosmetics, Skin Care Products, Hair Care Products, Health Wellness Products, Clothing, Shoes, Housewares, and Childrens Products Available. we take PAYPAL as the method of payment! please kindly visite our website: http://www.cnnshoe.com msn: cnnshoe2...@hotmail.com

[android-porting] Re: Android porting on Qemu

2009-02-16 Thread indra dutt
Yes that's logical, but I want to port the whole customized system by myself. It would be great if you can provide help on that. On Mon, Feb 16, 2009 at 8:01 PM, David Turner di...@android.com wrote: Hmmm, maybe you could try the Android emulator, which is a QEMU derivative, with full source

[android-porting] Native Library Porting in Android[Windows]

2009-02-16 Thread Syed Malgimani
Hi Android experts, I have some questions. 1.How native support can be achived in Windows(Andorid App). 2.How to port the shared Library (.dll) into the Emulator (I tried to use adb push to copy folder: But Error Read-Only File System) Can anyone suggest a better way of using native

[android-porting] Re: Android porting on Qemu

2009-02-16 Thread David Turner
Hmmm, just using lunch generic-eng should generate system images that are directly runnable on the emulator. I really don't understand what you want when you say you want to perform reverse engineering and port it to QEMU ? On Mon, Feb 16, 2009 at 3:42 PM, indra dutt indrad...@gmail.com wrote:

[android-porting] Re: Native Library Porting in Android[Windows]

2009-02-16 Thread David Turner
What is Windows Android ? Android doesn't support .dll files, it uses Linux shared objects instead. And there is currently no support for producing these at the moment for deployable applications On Mon, Feb 16, 2009 at 3:45 PM, Syed Malgimani syedmalgim...@lge.comwrote: Hi Android experts,

[android-porting] 'cc1plus': execvp: No such file or directory

2009-02-16 Thread Androidphan
When compiling Android for x86 I get the next error. This is from a clean repo. gcc: error trying to exec 'cc1plus': execvp: No such file or directory The command to build: TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make installer_img showcommands Anyone knows what's up?

[android-porting] Re: 'cc1plus': execvp: No such file or directory

2009-02-16 Thread Avtar Singh
gcc: error trying to exec 'cc1plus': execvp: No such file or directory Looks to be missing toolchain binaries or incorrect paths to them. Have you got the entire Android git tree? Are you using any toolchain other than that provided in Android source tree? On Mon, Feb 16, 2009 at 9:22 PM,

[android-porting] Re: timer_create problem

2009-02-16 Thread henry.lon...@gmail.com
That's great. I found similar problem for SIGEV_SIGNAL. Could you please let me know when the fix is released? Thanks! On Feb 16, 1:49 am, David Turner di...@android.com wrote: ok, I found the bug in the timer implementation, a fix is coming soon. On Mon, Feb 16, 2009 at 10:27 AM, David

[android-porting] Re: timer_create problem

2009-02-16 Thread henry.lon...@gmail.com
That will be great if you could also mention the source code location of the fix so that i could make sure i have the fix once you publish it. Thanks again! On Feb 16, 1:49 am, David Turner di...@android.com wrote: ok, I found the bug in the timer implementation, a fix is coming soon. On

[android-porting] Re: Changing owner of a device using 'device-added-' trigger

2009-02-16 Thread Luca Belluccini
Just a question, please, help! On 9 Feb, 20:05, Luca Belluccini lucabellucc...@gmail.com wrote: In init.rc I specified my insmod mymodule.ko And it seems to work properly. My device is added under /dev at /dev/ mydevice After that, I want 'system' to become owner of this inode. I tried

[android-porting] Re: Backlight adjustment on Eee PC and other platforms

2009-02-16 Thread Yu, Max A
Brian, Thanks a lot for your advice. I've just submitted the patch. Would you please take a look at it and see whether it fits? http://review.source.android.com/8900 Thanks Max (Xiaoyang) Tel:+86.10.82171428 Fax:+86.10.82861407 iNet:87581428 -Original Message- From:

[android-porting] logcat can't display all log?

2009-02-16 Thread forest
for example: void fun() { static int c = 0; LOGI(call func() %d, ++c); } the log sometimes display call func() 1 call func() 5 call func() 8 .. when debug PVMFStatus AndroidAudioInput::DoRead() int the file external/opencore/android/author/android_audio_input.cpp static int

[android-porting] Re: logcat can't display all log?

2009-02-16 Thread Sean McNeil
Maybe try a \n at the end of the string? forest wrote: for example: void fun() { static int c = 0; LOGI(call func() %d, ++c); } the log sometimes display call func() 1 call func() 5 call func() 8 .. when debug PVMFStatus AndroidAudioInput::DoRead() int the file

[android-porting] Re: about running gdbserver on emulator

2009-02-16 Thread yash
compile the code with static option.. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: Android porting on Qemu

2009-02-16 Thread Avtar Singh
On my windows environment, I am installing 2.6.24 kernel, and on that I plan to port Middleware ( Android file-system, ARM file-simulation), on then Dalvik VM, finally I wish to run any android application on that. I am sure you now have clue what I intend to do. Absolutely no clue. I am

[android-porting] Re: Audio stops after some time in android from video/Music player

2009-02-16 Thread getandroid
I'm working on android 1.0 release On Feb 16, 9:28 pm, Dave Sparks davidspa...@android.com wrote: Which branch are you working on? On Feb 16, 4:15 am, getandroid sampath...@gmail.com wrote: Hi,    I'm facing a problem with Video/Music player where audio stops coming after a random

[android-porting] a1200 porting issue, mismatch uid, binder cannot be permitted, pls help

2009-02-16 Thread alvin
D/AudioFlinger( 458): Audio hardware entering standby I/ServiceManager( 456): ServiceManager: addService(AudioFlinger, 0x13148) I/sysproc ( 458): System server: starting Android runtime. I/sysproc ( 458): System server: starting Android services. I/SystemServer( 458): Entered the Android

[android-porting] About APN configuration

2009-02-16 Thread April Zhang
Is any approach Android provided to change default APN without need to rebuild the code? We know there is default APN configured through myandroid\development \data\etc\apns-conf_sdk.xml but looks which can only be valid through making build. I'm asking the question since default APN varies

[android-porting] Re: 'cc1plus': execvp: No such file or directory

2009-02-16 Thread Androidphan
Clean entire tree. No other toolchain then the provided.. On Feb 16, 7:38 pm, Avtar Singh s.av...@gmail.com wrote: gcc: error trying to exec 'cc1plus': execvp: No such file or directory Looks to be missing toolchain binaries or incorrect paths to them. Have you got the entire Android git

[android-porting] Removing external components in Android Build

2009-02-16 Thread AJAY
Hi, Is there anyway I can exclude certain external libraries/components which I am not testing like webkit during the Android build. I want to speed up my build process during development. I see that making changes in build/target/product/core.mk also has no effect. This is because I see that