Re: [android-porting] Zygote crashed while porting android to MIPS hardware

2009-11-24 Thread Hedwin Koning
Dennis.Yxun wrote: HI ALL: I'm trying to bring android up at my MIPS hardware platform, while the first problem i encountered is app_process(zygote) is crashed. The source code is pulled from mipsandroid.org http://mipsandroid.org My hardware has pretty limited memory, only 16M SDRAM,

[android-porting] Negative if else condition in Android.mk

2009-11-24 Thread vj
Hi, is there a way to implement a negative if/else statement within Android.mk. Example: I do not want the build to be of type user: So I would like something like this: ifeq ( ! ($(TARGET_BUILD_VARIANT), user) LOCAL_SHARED_LIBRARIES += liblog endif basically, I want liblog to be included in

Re: [android-porting] Re: Audio Capture on Beagle Board

2009-11-24 Thread ananth
Hi Misa Since the kernel from Embinux did not have ASOC support for OMAP3EVM, so I am currently using the kernel provided by Mistral which has the ASOC support for OMAP3EVM board.I am trying to enable the ASOC support for OMAP3EVM board on the Embinux kernel. Thanks Regards Ananth On Tue,

[android-porting] Linking libraries fails

2009-11-24 Thread Digambar Rasal
Hi, I have added two shared libraries and using first into second. But when I am trying to build second library, getting error as arm-eabi/bin/ld: cannot find -labc.so. say I have lib abc and lib xyz. xyz uses abc. abc compiles fine but when xyz is getting compiled it can't find abc. makefiles

Re: [android-porting] Boot from SD card

2009-11-24 Thread ?? ?
hi, first u have to format your sd card with ext2. then copy the rootfs files to the card,and modify your linux BOOT_CMD_LINE root=/dev/mmcblk0p1 to specify the sd card as the root device. Be sure your sdcard device work. regards, tony 2009/11/22 Frédéric fsos...@gmail.com Hi, I just

Re: [android-porting] Reg: android porting on i.mx25

2009-11-24 Thread ?? ?
hi, I am porting android for imx233 ,u should patch the specific files to linux 2.6.29 and use android 1.6 I think. I have done the same thing as u, but the android 2.6.29 patch can't work well in 2.6.28. Maybe power and ipc changed a lot between 2.6.28 and 2.6.29. tony 2009/11/20 netizens

[android-porting] Upgrade Google pre production phone

2009-11-24 Thread Yichuan
Hi I have one of these google pre production phone, see this picture http://komplettie.files.wordpress.com/2009/07/google-android.jpg Any idea what is the name/model of this phone Is it possible to upgrade it to 1.5/1.6/2.0? -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] add 3rd module Issue

2009-11-24 Thread Chris Yan
hi: i want to add a 3rd module (tat) to android-framework. so, (1) i add it to frameworks/base/tat. (2) modify build/core/pathmap.mk like this: FRAMEWORKS_BASE_SUBDIRS := \ $(addsuffix /java, \ core \ graphics \ im \ location \

[android-porting] Re: Can I port android into any linux compatible development kit!

2009-11-24 Thread Ashwin Bihari
On Nov 17, 5:18 pm, osama.gma osama@gmail.com wrote: Hi All, I'm working on my graduation project which will be based on Android. I'm now searching for a suitable development kit. I was wondering if I can port android to any Linux 2.6 Compatible Development kit like this one for

[android-porting] libertas_sdio: reload problem

2009-11-24 Thread lloizaga
Hi, I'm trying to load and unload the module on my linux libertas_sdio, the first time all work's fine, but the next insmod i receive the follow error: libertas_sdio: Libertas SDIO driver libertas_sdio: Copyright Pierre Ossman libertas_sdio mmc1:0001:1: firmware: requesting sd8686_helper.bin

Re: [android-porting] Negative if else condition in Android.mk

2009-11-24 Thread David Turner
if*n*eq ($(TARGET_BUILD_VARIANT),user) ... endif On Tue, Nov 24, 2009 at 8:40 AM, vj vjvdixit.l...@gmail.com wrote: Hi, is there a way to implement a negative if/else statement within Android.mk. Example: I do not want the build to be of type user: So I would like something like this:

Re: [android-porting] Error Eclair for ADP1 compilation

2009-11-24 Thread Jean-Baptiste Queru
http://android.git.kernel.org/?p=platform/external/webkit.git;a=commit;h=18342a41ab72e2c21931afaaab6f1b9bdbedb9fa (cd external/webkit ; git cherry-pick 18342a41ab72e2c21931afaaab6f1b9bdbedb9fa) JBQ On Tue, Nov 24, 2009 at 10:30 AM, arnouf arnaud.far...@gmail.com wrote: During the compilation

[android-porting] Re: Error Eclair for ADP1 compilation

2009-11-24 Thread arnouf
Ah ok i'm not alone with this issue... Thanks for your fast answer ! is it a command ? cd external/webkit ; git cherry-pick 18342a41ab72e2c21931afaaab6f1b9bdbedb9fa I've the following error: fatal: Not a git repository (or any of the parent directories): .git On Nov 24, 7:45 pm, Jean-Baptiste

Re: [android-porting] Re: Error Eclair for ADP1 compilation

2009-11-24 Thread Jean-Baptiste Queru
Yup, that's a command, with the parentheses, to be run from the top of your source tree. I've double checked it here, works for me JBQ On Tue, Nov 24, 2009 at 10:50 AM, arnouf arnaud.far...@gmail.com wrote: Ah ok i'm not alone with this issue... Thanks for your fast answer ! is it a command ?

[android-porting] Re: Error Eclair for ADP1 compilation

2009-11-24 Thread arnouf
It's for me too ! i didn't know this commande thanks JB. BR On Nov 24, 8:04 pm, Jean-Baptiste Queru j...@android.com wrote: Yup, that's a command, with the parentheses, to be run from the top of your source tree. I've double checked it here, works for me JBQ On Tue, Nov 24, 2009 at 10:50

[android-porting] Re: Negative if else condition in Android.mk

2009-11-24 Thread vj
Thank you all...!! Vijay On Nov 24, 12:11 pm, Dianne Hackborn hack...@android.com wrote: Always have the GNU make manual handy when working on make files. :) http://www.gnu.org/software/make/manual/ On Tue, Nov 24, 2009 at 9:36 AM, David Turner di...@android.com wrote: if*n*eq

[android-porting] Re: libertas_sdio: reload problem

2009-11-24 Thread lloizaga
Hi, My Kernel version is 2.6.29, the driver show me this message during the second insmod command. Can you help me? Lucas On 24 nov, 11:42, lloizaga lloiz...@gmail.com wrote: Hi, I'm trying to load and unload the module on my linux libertas_sdio, the first time all work's fine, but the next

[android-porting] Re: about ubuntu9.10 compile android

2009-11-24 Thread lloizaga
Hi, GCC 4.4 is more strict than GCC 4.3 In my case I had to add several include to compile, the android forum there are several references to it. Good Luck! Lucas On 23 nov, 09:45, tommy tommy hongjiuj...@gmail.com wrote: hi,emailist! PC:ubuntu 9.10 flex --version  flex 2.5.35

Re: [android-porting] Re: about ubuntu9.10 compile android

2009-11-24 Thread tommy tommy
no! user should rm -rf out/ when apt-get install flex and other software required by android B.R Tommy 2009/11/25 lloizaga lloiz...@gmail.com Hi, GCC 4.4 is more strict than GCC 4.3 In my case I had to add several include to compile, the android forum there are several references to it.

[android-porting] Re: Couldn't set tty to PPP discipline

2009-11-24 Thread simon
hi, Herman what's the MUXD function to make you set to PPP line discipline? I'm working on this. On 11月9日, 下午5时01分, Herman hermanmao...@gmail.com wrote: I use network manager, it can be set to PPP line discipline now. After I use MUXD function. I think the reason of previous is AT control and

[android-porting] A problem about APK file build

2009-11-24 Thread xie zzl
I created a new application, it's very simple, just like HelloActivity. no error came out, but i can not find APK file in the out/target/ product/generic/system/app. I checked out/target/common/obj/APPS/FMTrans_intermediates which is my application direction. and, I dont have classes.dex,

[android-porting] Gallery: Low Memory: No more background processes.

2009-11-24 Thread abukustfan
Hi all, When I run Gallery application on my target board, it shows thumbnail on each folder. But when I select either folder, it shows the following message. (The images in SD card is four 800x600 JPEG files.) Could someone help me to solve this problem?

[android-porting] Re: A problem about APK file build

2009-11-24 Thread abukustfan
Hi, How about out/target/product/generic/data/app/ ?? On 11月25日, 午前11:28, xie zzl xie...@hotmail.com wrote: I created a new application, it's very simple, just like HelloActivity. no error came out, but i can not find APK file in the out/target/ product/generic/system/app. I checked

[android-porting] Re: A problem about APK file build

2009-11-24 Thread xie zzl
Thanks for reply. It been solved, use make FMTrans command in the top of android dir. On 25 Nov, 10:41, abukustfan abukust...@gmail.com wrote: Hi, How about out/target/product/generic/data/app/ ?? On 11月25日, 午前11:28, xie zzl xie...@hotmail.com wrote: I created a new application, it's

Re: [android-porting] Re: Couldn't set tty to PPP discipline

2009-11-24 Thread Herman
Hi Simon, I meanI use MUX daemon to create two virtual channels on one real port. So PPP daemon can set one virtual channel to line discipline. MUXD is a multiplexer, you can find source code on Android git. Herman 2009/11/25 simon hxwsi...@gmail.com hi, Herman what's the MUXD function to

Re: [android-porting] Re: pppd start

2009-11-24 Thread Xingwen Huang
Hi, Jesse Now, i use ttyS1 to make the phonecall, and send sms. It's ok. another issue, gprs init.rc 296 service pppd_gprs /etc/init.gprs-pppd 297 user root 298 group radio cache inet misc 299 disabled init.gprs-pppd # so that the exit code of pppd may be retrieved # this is a

[android-porting] Android on STB?

2009-11-24 Thread Adam Jiang
Hello, List. I'm interesting if there are some guys working on porting android to SetTopBox? Do you know some thing/projects related to this topic? Dr. Google told me there have been some companies had this done, such as Sigma Design KDDI in Japan etc. Are there more IC guys did this? Best

[android-porting] Re: ARM11 gps with android??

2009-11-24 Thread mbg19
ahhh so i found this on their site. The Customer Zone - for developers building location aware devices based on SiRF technology. Only developers that have purchased either an Evaluation Kit or System Development Kit from SiRF and have signed an NDA will be given access to the Customer Zone. i

[android-porting] Re: Gallery: Low Memory: No more background processes.

2009-11-24 Thread abukustfan
The Gallery UI show each folder with thumbnail properly. but when I touch either folder icon, it show the detail thumbnail but flash back to folder thumbnail immediately. I changed the memory thresholds as below, [ro.FOREGROUND_APP_MEM]: [3072] [ro.VISIBLE_APP_MEM]: [4096]