[android-porting] android gui is not coming up with yaffs2 filesystem

2010-01-19 Thread jack
Hi All, I have 256MB samsung NAND flash, i have build yaffs2 android filesystem (system.img). using u-boot nand command nand write.yaffs i have written this filesystem to nand. when i boot the board, i can see only small later A N D R O I D on the lcd and the shell but no android GUI. My

[android-porting] boot KAMIO-1251 board equipped with a MIPS AU1250 CPU

2010-01-19 Thread Frédéric
Hello, I got a KAMIO-1251 board equipped with a MIPS AU1250 CPU and I would like to boot Android from SD. I'm looking for any bootloader working for. regards, Frédéric -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] boot KAMIO-1251 board equipped with a MIPS AU1250 CPU

2010-01-19 Thread Shankar Ganesh
On Tue, Jan 19, 2010 at 6:00 AM, Frédéric fsos...@gmail.com wrote: Hello, I got a KAMIO-1251 board equipped with a MIPS AU1250 CPU and I would like to boot Android from SD. I'm looking for any bootloader working for. Try YAMON bootloader - Refer [1] [2] [1]

[android-porting] Re: boot KAMIO-1251 board equipped with a MIPS AU1250 CPU

2010-01-19 Thread Frédéric
thanks, I will take a look! On Jan 19, 12:25 pm, Shankar Ganesh shankargane...@gmail.com wrote: On Tue, Jan 19, 2010 at 6:00 AM, Frédéric fsos...@gmail.com wrote: Hello, I got a KAMIO-1251 board equipped with a MIPS AU1250 CPU and I would like to boot Android from SD. I'm looking for

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-01-19 Thread pakizito
any progress? Looking forward to see this android port real. On Jan 18, 11:46 pm, Joerie j.de.g...@gmail.com wrote: All available source code related to the H1 (GT-i8320) may be found athttp://opensource.samsungmobile.com/download/OpenSource/GT-I8320_Open... On Jan 18, 8:53 pm, Christophe

[android-porting] Re: boot KAMIO-1251 board equipped with a MIPS AU1250 CPU

2010-01-19 Thread Frédéric
Is YAMON able to boot Android from SD? Sure? On Jan 19, 12:25 pm, Shankar Ganesh shankargane...@gmail.com wrote: On Tue, Jan 19, 2010 at 6:00 AM, Frédéric fsos...@gmail.com wrote: Hello, I got a KAMIO-1251 board equipped with a MIPS AU1250 CPU and I would like to boot Android from SD.

[android-porting] Re: Fails to open the shared library

2010-01-19 Thread Alex Cohn
Hi, I think that the defect http://code.google.com/p/android/issues/detail?id=2580 is related to this problem. The history shows that the issue 2580 could be resolved in 2.0. I am looking for a workaround, too. Alex On Dec 10 2009, 10:43 am, mak mayank.rana...@gmail.com wrote: HI Anupama, I

[android-porting] building package for android platform changes

2010-01-19 Thread drugz'
Hi All, I did port gstreamer plugins to android and now I need to prepare installable package that contains natives libraries(that have been build in external folders of android platform) as well as java files using it. Pl. tell me some way to do it. Kind Regards -Durgesh O Mishra --

[android-porting] Re: Building Android with aidl applications.

2010-01-19 Thread NightDriver
Finally, I found the solution how to solve it. Just put the corresponding .java files generated by plugin to src folder!. For everyone's reference. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Android experts required for IT concern @ Bangalore

2010-01-19 Thread beans
Hi Experts, There are few openings in a start-up IT company @ Bangalore who are looking for Android experts and career-oriented guys. Graphics (2 engineers): Working exp in OpenGL/OpenGLES on Android platform Multimedia (2 engineers): Working exp in OpenCore Multimedia framework on Android

[android-porting] Accessing the NFS server from Android : RPC: Unknown protocol issue

2010-01-19 Thread krish24
Hi All, I am running a client application in target which receives the read/ write request from Modem side. To serve the read/write request for files, application access the NFS file system(Local NFS). The client uses the RPC node to receive the Modem read/write request. It access the NFS file

[android-porting] Re: Android NDK - ObjC and code portability?

2010-01-19 Thread Ben Gotow
Hey Philippe, Thanks for posting the project! I think there's quite a bit of interest in this, and I'll do my best to help you debug and test the compiler. I'll try to use this with some of the code I've written in my iPhone app and let you know if I encounter any problems or bugs. - Ben On Jan

[android-porting] Re: SDK addon sample problem.

2010-01-19 Thread dnak
Hi, all. I resolved this problem. I added below code to AndroidManifest.xml. used-library ndroid:name=com.example.android.platform_library/ Android did not throw NoClassDefFoundError exception. Regards. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Re: boot KAMIO-1251 board equipped with a MIPS AU1250 CPU

2010-01-19 Thread shankarGanesh
Frédéric wrote: Is YAMON able to boot Android from SD? Sure? Not Sure . But, I hope there is no MMC/SD controller on AU1250 processor, so MMC slot possibly have been mapped via USB HC, hence it good to be sure that your kernel has USB HC support and related issues with mounting the fs.

Re: [android-porting] Re: Android NDK - ObjC and code portability?

2010-01-19 Thread Durgesh Mishra
Hi Philippe, Its quite an interesting achievement. I would be delighted to work for it. Regards -Durgesh O Mishra 2010/1/19 Ben Gotow bengo...@gmail.com Hey Philippe, Thanks for posting the project! I think there's quite a bit of interest in this, and I'll do my best to help you debug and

Re: [android-porting] Re: Android NDK - ObjC and code portability?

2010-01-19 Thread Philippe Hausler
The svn server _should_ be available, there is a list of changes posted if you click the changes link when browsing the code (most of which are in the gcc-4.2.1/gcc and gcc-4.2.1/libobjc directories). This is a cross compiler ( and I am developing on Mac OS X 10.6 with Xcode Dev Tools 3.2.1 ).

Re: [android-porting] Accessing the NFS server from Android : RPC: Unknown protocol issue

2010-01-19 Thread David Turner
/etc/services is not supported in Android. Instead the C library provides a hard-coded list. See bionic/libc/netbsd/net/services.h for the current list, and bionic/libc/tools/genserv.py for a Python script to update it. Hope this helps. On Tue, Jan 19, 2010 at 7:34 AM, krish24

Re: [android-porting] Accessing the NFS server from Android : RPC: Unknown protocol issue

2010-01-19 Thread David Turner
And /etc/protocols is not supported either. See bionic/libc/bionic/stubs.c for the getprotobyname() implementation. On Tue, Jan 19, 2010 at 4:03 PM, David Turner di...@android.com wrote: /etc/services is not supported in Android. Instead the C library provides a hard-coded list. See

[android-porting] How to recover back from a2dp_write failed err: -110?

2010-01-19 Thread Long
There are some operation may casuse a2dp fail, for example, rapid headset power-off/on. Once the a2dp error happend, the a2dp never work again unless reboot BT. 01-01 00:30:49.340: WARN/AudioTrack(1123): obtainBuffer timed out (is the CPU pegged?) 0x45af8 user=002bac00, server=002b8400 01-01

[android-porting] Compilation Error

2010-01-19 Thread linux newbie
Hi, I am trying to build Android for my target (generic is working and now wanted to customize). I went through the following website http://pdk.android.com/online-pdk/guide/build_system.html I am getting the below mentioned error and can anyone help me to resolve this issue. my Boardconfig.mk

Re: [android-porting] Re: how to output audio directly into hardware in andriod, video could user surfaceclient.

2010-01-19 Thread david 1
Hi Ani, where could I find the AudioHadwareAlsa.cpp? Thanks, daivd 2010/1/14 ani anish198519851...@gmail.com Just use AudioHadwareAlsa.cpp file for doing that.This file directly interacts with ALSA lib to write data to the below hardware,but in this case you need to take care of

Re: [android-porting] Re: PPP problem on Android

2010-01-19 Thread Xingwen Huang
I also got this problem --- LCP terminated by peer !!! But i had no idea about that. On Fri, Nov 13, 2009 at 1:45 PM, HermanMao hermanmao...@gmail.com wrote: Hi, I change some parameters of PPPD and get another situation. It failed on IPCP step. Latest log is showed below. PPPD ran by