[android-porting] Re: Porting from J2ME to Android

2009-03-13 Thread estibaliz.telefon...@gmail.com
Sorry, Thanks you!!! On Mar 12, 7:25 pm, Jean-Baptiste Queru j...@android.com wrote: I'm afraid that you picked the wrong group for your question (don't worry, it happens a lot). People in the android-developers groups have a lot more experience about application development with the SDK,

[android-porting] Re: start bluetooth failed from UI

2009-03-13 Thread Androidphan
What if I'm using a USB BT device? On 12 mrt, 18:59, Sean McNeil seanmcne...@gmail.com wrote: Actually, you don't know if the chip is powered and the uart is working just because bttest passed. It just means that he started the hcid and hciattach services. Most likely his bluetooth device is

[android-porting] Re: porting android to OMAP 3530 EVM

2009-03-13 Thread abhri
Hi, I have downloaded and compiled the linux version - Linux kernel version: 2.6.22.18-omap3 Now for creating a patch i downloaded linux-2[1].6.25-android-1.0_r1 from google. Can i get the appropriate patch by diff of these two kernels? Thanks Abhri On Mar 6, 1:33 pm, Android Zaurus

[android-porting] Re: Touchscreen PenMount

2009-03-13 Thread Androidphan
Anyone knows how to configure and build the tslib for Android. I tried using static building, but I'm getting strange errors. On 12 mrt, 13:44, Androidphan niels.kee...@tass.nl wrote: I'm having trouble getting the touchscreen to work. The touchscreen on my device is a PenMount 6000 USB. When

[android-porting] Segmentation fault during building android on ppc

2009-03-13 Thread an...@android
hello guys , I'm trying to build android for ppc platform . I'm gettting segmentation fault when the build process is tries to execute 'aapt' binary. here is the error log. --- out/debug/host/linux-ppc64/bin/aapt package -z -u -x -M frameworks/

[android-porting] Re: Porting from J2ME to Android

2009-03-13 Thread tamerlan311
http://microemu.blogspot.com/2008/11/running-java-me-applications-on-android.html See that. On Mar 13, 10:26 am, estibaliz.telefon...@gmail.com estibaliz.telefon...@gmail.com wrote: Sorry, Thanks you!!! On Mar 12, 7:25 pm, Jean-Baptiste Queru j...@android.com wrote: I'm afraid that you

[android-porting] Mounting non-yaffs2 off NAND

2009-03-13 Thread bfriedman
We are currently working with the ADP1. We are trying to mount a non- yaffs2 system off the nand, such as cramfs or jffs2. Has anyone been able to successfully mount a non-yaffs2 system off nand? --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] How to reduce system memory on the ADP1

2009-03-13 Thread bfriedman
While doing work with the ADP1 we wanted to reduce the system ram from the default 101MB. Normally you can do this is the kernel command line with a mem=xM, this however does not work. After some research we discovered that upon boot-up the system memory size is set to 101MB via the file

[android-porting] Re: Segmentation fault during building android on ppc

2009-03-13 Thread Dianne Hackborn
This just isn't going to work, without someone putting in some effort. There is some pretense in aapt and the rest of the system to run on big endian CPUs, however this hasn't been used in years if ever so is sure to be broken. On Fri, Mar 13, 2009 at 3:45 AM, an...@android

[android-porting] Re: Porting a WiFi Driver on a android supported platform

2009-03-13 Thread malkin.pe...@gmail.com
I have a similar setup. My wifi shows up as eth1. I tried to follow your instructions, did not quite work. So I am able to load wpa_supplicant, can connect to AP, can ping and wget files from web. My system does not resolve domain names for some reason. What do I need to have DNS working? But the

[android-porting] Re: Dalvik on glibc

2009-03-13 Thread Venkatesh Ramamurthy
For the padding problem, I haven't figured but made a workaround. Very strange behavior is that even #pragma pack(1) was not packing the structure, I had to put in an explicit __attribute__((packed)) around a few structures. After padding a few other structures, I gotten around the second

[android-porting] where can i modify ro.kernel.android.gps ?

2009-03-13 Thread Nio
hi there, I can't find the property ro.kernel.android.gps,but i really wanna modify it to comply to my code. Can any one tell me? I saw this in the file build.prop,but it also says #autogenerated by buildinfo.sh. So i wonder where is the proper place i can modify it? Thanks.