[android-porting] Android CTS

2010-12-28 Thread Kevin
I want know if the froyo -x86 has CTS(Compatibility Test Suite)? If it has this module, where do I can find it. thanks for any reply. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: FTP speed is less over obex

2010-12-28 Thread Ajith Kamath
Hi in init.rc i had attached my bluetooth to uart like this : service hciattach /system/bin/logwrapper /system/bin/hciattach -s 115200 /dev/s3c_serial1 any 115200 flow user root group bluetooth net_bt_admin disabled oneshot Does 115200 baud rate have any interferance with transfer speed I

[android-porting] Re: FTP speed is less over obex

2010-12-28 Thread Pavan Savoy
On Tue, Dec 28, 2010 at 4:44 PM, Ajith Kamath sjce.aj...@gmail.com wrote: Hi in init.rc i had attached my bluetooth to uart like this : service hciattach /system/bin/logwrapper /system/bin/hciattach -s 115200 /dev/s3c_serial1 any 115200 flow  user root  group bluetooth net_bt_admin  

[android-porting] issues in building GingerBread

2010-12-28 Thread Sayiram K N
Hi All i have downloaded the GINGERBREAD source code and tried to build the . as its given the incompatible errors with 32bit - 64 bit, hence i migrated from 32 bit UBUNTU to 64 BIT UBUNTU. now the real problems started getting lot of errors like /usr/bin/ld: skipping incompatible

Re: [android-porting] issues in building GingerBread

2010-12-28 Thread Deva R
Cross check ur package list w/ below. From http://source.android.com/source/download.html., Ubuntu Linux (64-bit x86) This has not been as well tested. Please send success or failure reports to android-porting@googlegroups.com . The Android build requires a 32-bit build environment as well as

Re: [android-porting] Android CTS

2010-12-28 Thread Deva R
CTS project http://android.git.kernel.org/?p=platform/cts.git;a=summary (for eclair/froyo/gb...) http://android.git.kernel.org/?p=platform/cts.git;a=summary On Tue, Dec 28, 2010 at 3:12 PM, Kevin hanqigcxy2...@yahoo.cn wrote: I want know if the froyo -x86 has CTS(Compatibility Test Suite)? If

Re: [android-porting] init: critical process Service Manager exited 4 times in 4 minutes

2010-12-28 Thread Deva R
- which release are u using for DM355?? - can u share bootagrs and complete log (kernel bootup,logcat)? On Mon, Dec 27, 2010 at 4:36 PM, Raghu N.B raghuw...@gmail.com wrote: Hi, Im porting android on Ti DM355 platform. I have applied the required android patches on kernel and build the RFS

Re: [android-porting] x86 Creating filesystem error

2010-12-28 Thread Deva R
Seems u ran out of disc space (guessing).. can u check free space? df -h On Mon, Dec 27, 2010 at 8:37 AM, wallace wallace1.w...@gmail.com wrote: I am building android for x86,when creating system.img,appear the follow error. Can anybody know how to fix it. make_ext4fs -l 128M -a system

[android-porting] Re: enable EAP sim in nexus one

2010-12-28 Thread Ricardo Silva
Hi Steve, I'm also trying to run the GSM algorithm. For testing, I used this program (http://gitorious.org/+androidfan/tickminicom/androidfan- tickminicom) to send AT Commands to the modem, also on a Nexus One. The problem is the same as yours, when sending the command AT

[android-porting] Porting the audio stack to vanilla Linux x86

2010-12-28 Thread Olivier Guilyardi
Hi, I am currently studying the Android audio stack, and in order to experiment with it, I would like to build and run on it on a plain Linux x86 system. I mainly want to try and build libmedia, audioflinger, and the alsa backend. I do not necessarily want Bionic. I may first experiment with the

[android-porting] Is there a standard for updating a system ?

2010-12-28 Thread David Lynch Jr.
I am bringing up android on a new device. There is a requirement to be able to update, the bootloader, Linux, the rootfs, ... as needed over the net. Before I start re-inventing the wheel, I am trying to check if there is a standard way of managing systems updates. I have tried

[android-porting] Difference in Graphic layer composition in Froyo vs Eclair

2010-12-28 Thread ninad
Hi All, I need some help on the issue mentioned below. Issue:- Difference in graphics view composition/View in froyo as compared to eclair.[omapzoom3 board+android kernel l25-inc3.4] [Procedure]:- 1.Launch Camera app. 2.On preview screen, long press HOME key. FROYO Observation:-

Re: [android-porting] init: critical process Service Manager exited 4 times in 4 minutes

2010-12-28 Thread Deva R
I assume there is no working port, and you are bringing it up first. if so, what android release are you using? (beagle android port like rowboat should be easy to make it work) You might want to start with minimal init.rc (with less services) (say for eg., pick very first versioin of omap4