[android-porting] Re: Android1.0 on to s3c6400 + Home sceen Lock

2008-12-14 Thread R.wen
hi, did the adroid gadget work? thanks. R.wen On 12月11日, 下午2时07分, ajay wrote: > Hi All > > I ported the Android-mc14 and Android-mc20 ontos3c6400earlier. > > Currently I am poritng the Android1.0 on to the same Board with > the following config: > - Kernel : Linux-2.6.2

[android-porting] Re: Android on OMAP

2008-12-14 Thread FranckLefevre
Another excellent source is : https://omapzoom.org/gf/ Franck. On Dec 13, 3:32 pm, twebb wrote: > On Dec 12, 4:49 pm, apoorv wrote: > > > Is there any material available for porting android to OMAP? > > Apoorv > > see...http://elinux.org/Android_on_OMAP --~--~-~--~~---

[android-porting] India Girls pictures,korea girls pictures,Indonesia Girls pictures,Thailand Girls pictures

2008-12-14 Thread yingwe...@gmail.com
India Girls pictures,korea girls pictures,Indonesia Girls pictures,Thailand Girls pictures India Girls pictures http://www.india.1dis.cn/ korea girls pictures http://www.korea.1dis.cn/ Thailand Girls pictures http://www.thailand.1dis.cn/ Indonesia Girls pictures http://www.indonesia.1dis.cn/

[android-porting] Re: wireless tools

2008-12-14 Thread mizmit1222
Hi, I had similar issue when I used a char code conversion tool - nkf. You would better try to build your tool linked to bionic - Android libc. 1) setup Android build environment http://source.android.com/download 2) mkdir your project under mydroid/external and copy your source code 3) writ

[android-porting] Re: Fake Character Device Driver

2008-12-14 Thread Luca Belluccini
If I want to create a new device, conforming to Android HAL, I should use one of the following approaches: 1. App - Runtime Service - lib 2. App - Runtime Service - Native Service - lib 3. App - Runtime Service - Native Daemon - lib Except for the existing devices, it is not easy to ident

[android-porting] Re: Help to getting stated with Linux kernel

2008-12-14 Thread Luca Belluccini
I'm interested too on the same "issue". On Dec 3, 8:21 pm, "Rene Gonzalez" wrote: > Hi guys I'm  a beginner  in Android and Linux kernel. As an entry point to > Android first of all I have to deal with the Linux kernel so one of the > first tasks that I have to do is a simple driver runnable or

[android-porting] ServiceManager( 472): error in addService

2008-12-14 Thread ibethink
Hi All I am currently porting android SDK 1.0 on PXA320. My machine have 240x320 16 Bit LCD, but no touch screen, . I modified android SDK 1.0 2.6.25 kernel from google to run on PXA320. After booting, I can get the sreen "A N D R O I D" character. But I have the following message on console. F

[android-porting] ServiceManager( 472): error in addService

2008-12-14 Thread ibethink
Hi All I am currently porting android SDK 1.0 on PXA320. My machine have 240x320 16 Bit LCD, but no touch screen, . I modified android SDK 1.0 2.6.25 kernel from google to run on PXA320. After booting, I can get the sreen "A N D R O I D" character. But I have the following message on console. F

[android-porting] Android x86 Port

2008-12-14 Thread MyLinuxSupport
Has anyone integrated the microphone, video cam, and gsm modem in the x86 environment yet? Also anyone integrated a gsm modem like - http://www.telit.com/en/products/gsm-gprs.php?p_id=12&p_ac=show&p=2? I always thought android should have started with a live x86 reference platform and then worke

[android-porting] Re: Audio support

2008-12-14 Thread Daniel Youn
Hi, gougou I am also using WM9713 codec but I can't get sound driver working. After reading this mailling list, I've check the following: 1) get source for /platform/external/alas-lib 2) get source for /platform/hardware/alsasound 3) modified BoardConfig.mk like this #HAVE_HTC_AUDIO_DRIVER := tr

[android-porting] Re: wpa_supplicaent

2008-12-14 Thread Yang, Xiaopeng
Maybe you need to make sure whether the directories like /data/misc/wifi have the right permission for wpa_supplicant to read and write. Xiaopeng Richard Zhao wrote: > Sure I can run it from console. > After "start wpa_supplicant", "getprop init.svc.wpa_supplicant" show > "restarting". > > Tha

[android-porting] Working on an FAQ that includes a list of ports. Wondering if I have them all listed.

2008-12-14 Thread bgupta
http://android-dls.com/wiki/index.php?title=Android_FAQ#Devices:_Ports Would appreciate any updates for projects that I missed. Thanks! P.S. - Also any suggestions for the porting section of the FAQ are always welcome. --~--~-~--~~~---~--~~ unsubscribe: android-p

[android-porting] How to compile external packages using android toolchain.

2008-12-14 Thread Nimit Manglick
Hi, Can anyone please help me out that how can i compile external packages inside Android ?? Actually i want to compile an external package (not part of the Android file system) using android tool chain So how can i do it ? Thanks & Regards Nimit Manglick --~--~-~--~~~-

[android-porting] Re: How to compile external packages using android toolchain.

2008-12-14 Thread mizmit1222
Hi, In your mydroid/external directory, there are lots of tools compiled for Android user land, like good old ping command. You can add your source code in the directory and Android make takes care of the rest. Please refer my previous post. http://groups.google.co.jp/group/android-porting/msg/

[android-porting] Re: How to compile external packages using android toolchain.

2008-12-14 Thread Nimit Manglick
Thanx for the info but its a little bit difficult to write my own Android.mk file corresponding to the current Makefile of my package. What I wanted to do is to compile my package using android toolchain using my package's own make ? How can i do this ?? Actually in the solution suggested by you

[android-porting] Re: ServiceManager( 472): error in addService

2008-12-14 Thread Nick Pelly
> I/SystemServer( 472): Starting Power Manager. > E/ServiceManager( 472): error in addService > E/ServiceManager( 472): android.os.DeadObjectException > E/ServiceManager( 472):at android.os.BinderProxy.transact > (Native Method) > E/ServiceManager( 472):at > android.os.Service

[android-porting] Re: How to compile external packages using android toolchain.

2008-12-14 Thread mizmit1222
Hi, I gave up using prebuild/linux-x86/toolchain, after trying "make -n" at mydroid directory. Too many options too looking around. But if you have your Android.mk, you can build only your project, like; $ source build/envsetup.sh $ help $ cd your/project/dir $ mm On Dec 15, 4:22 pm, "Nimit