[android-porting] Regarding BT on time in Android (Eclair)

2010-04-15 Thread Bheemsen
Hi All, This mail is regarding Bluetooth ON time in Android. I observed that BT on time takes nearly 6sec to turn on. I found that *“bt_enable* function has 3 sec delays (system/bluetooth/bluedroid/bluetooth.c file) after starting the bluetooth daemon. #define HCID_START_DELAY_SEC 3

[android-porting] CTS not detecting Zoom2 device

2010-04-15 Thread Uander
Hi ALL , I am ruuning startcts script to run cts testtools . I have run emulator as well as my zoom2 device is also connected to /dev/ttyUSB0 port When I am doing adb devices . it is only showing emulator not zoom2 . List of devices attached emulator-5554device What settings required so

Re: [android-porting] CTS not detecting Zoom2 device

2010-04-15 Thread Deva R
Hi, Can you make sure of adb bridge, with emulator and zoom seperately one at a time? I guess the tag emulator-5554 is used by zoom2 too.. Pls check http://omappedia.org/wiki/Android_Debugging#Debugging_on_Zoom2_with_Eclipse_ADT On Thu, Apr 15, 2010 at 3:49 PM, Uander uandro...@gmail.com

Re: [android-porting] CTS not detecting Zoom2 device

2010-04-15 Thread Uander
Thanks Deva . It works . I switched off my emulator and then see . for zoom2 also , device name was ..emulator -5554 only . Also I enable USB debugging support in Zoom2 board also . Thanks Uander On Thu, Apr 15, 2010 at 4:56 PM, Deva R r.deva...@gmail.com wrote: Hi, Can you make sure of

[android-porting] SMDK 6410 Latest Android

2010-04-15 Thread gronlund
Hi, I was wondering if anyone has information about getting Android 2.x onto a SMDK6410.. I have heard Samsung provides prebuilt Android images but i cant manage to find them.. and Samsung support has as of yet not been helpful.. Recently i compiled latest Android from the repo but i dont know

[android-porting] large screen problem

2010-04-15 Thread rajesh chandrasekaran
Hi, I am trying to use Resource Qualifier for layout as layout-large. But when the application is starting in the emulator its reading the same file from default layout folder. The res folder structure is as below : res/ layout/login.xml layout-large/login.xml What I want is when there

[android-porting] PTHREAD_STACK_MIN is not defined

2010-04-15 Thread Uma Sankar
Hi I am trying to compile ltp/testcases/kernel/sched/cfs-scheduler/ hackbench.c file and I am getting error like error: 'PAGE_SIZE' undeclared (first use in this function) It seems macro for PTHREAD_STACK_MIN is defined as PAGE_SIZE but its not able to find the declaration for PAGE_SIZE macro.

Re: [android-porting] Android groups access method

2010-04-15 Thread Ashwin Bihari
These groups are not in the NNTP/Newreader space..you'll have to use email or the website as you've discovered.. Regards -- Ashwin On Thu, Apr 15, 2010 at 8:25 AM, JY Kim jkim...@gmail.com wrote: Sorry for asking question not directly related with this group. I am new to android and

[android-porting] Re: opencore test for 3gp file play

2010-04-15 Thread ran
Android on freerunner ( current Master is eclair 2.1r1 ) able to play your file by ES File Manager inserted player On 15 апр, 11:15, Uander uandro...@gmail.com wrote: Hi All , Can I have a test command from opencore which can check if a media file is playable or not ? Since on ecalir 2.1 ,

Re: [android-porting] Re: Music app crashing on my Ecalir 2.1 emulator

2010-04-15 Thread Ben Stokes
AMR-NB 3GP is supported in Android accorging to these specifications: http://developer.android.com/intl/de/guide/appendix/media-formats.html Is the Music app picking up anything at all from your sdcard? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Problem porting Android to OMAP

2010-04-15 Thread G2
On Apr 15, 2:42 am, Deva R r.deva...@gmail.com wrote: Hi, what is the filesystem partition size being used? [  246.085876] EXT3-fs (mmcblk0p2): using internal journal [  246.091949] EXT3-fs (mmcblk0p2): recovery complete [  246.112457] EXT3-fs (mmcblk0p2): mounted filesystem with writeback

Re: [android-porting] SMDK 6410 Latest Android

2010-04-15 Thread Michael Trimarchi
Hi, gronlund wrote: Hi, I was wondering if anyone has information about getting Android 2.x onto a SMDK6410.. I have heard Samsung provides prebuilt Android images but i cant manage to find them.. and Samsung support has as of yet not been helpful.. If you have a jtag connector you can try

Re: [android-porting] Re: Problem porting Android to OMAP

2010-04-15 Thread Deva R
add 'ignore_loglevel' to bootargs., so as to print all printk traces in kernel., there will be lot of traces, but you will get nice hints to debug.. alternatively, you can use below commands to control printk trace levelRN_INFO #echo 8 /proc/sys/kernel/printk (by default, only KERN_ERR traces

Re: [android-porting] Re: Problem porting Android to OMAP

2010-04-15 Thread Deva R
Hi, I'm using Android on an OMAP3530 board may i know what board you are working on? curious because android ports are readily available for most of omap3530 boards (but probably 2.6.29 kernel) Thanks, Deva On Fri, Apr 16, 2010 at 1:56 AM, Deva R r.deva...@gmail.com wrote: add

Re: [android-porting] Re: Music app crashing on my Ecalir 2.1 emulator

2010-04-15 Thread Deva R
as mentioned earlier, u can manually trigger menu - devtools - mediascanner to see if files are scanned.. place a video file and make sure your gallery recognizes.. On Thu, Apr 15, 2010 at 7:15 PM, Ben Stokes b...@ukstokes.com wrote: AMR-NB 3GP is supported in Android accorging to these

Re: [android-porting] Re: Problem porting Android to OMAP

2010-04-15 Thread Gregoire Gentil
On Fri, 2010-04-16 at 01:59 +0530, Deva R wrote: Hi, I'm using Android on an OMAP3530 board may i know what board you are working on? curious because android ports are readily available for most of omap3530 boards (but probably 2.6.29 kernel) It's the Touch Book from

Re: [android-porting] Re: opencore test for 3gp file play

2010-04-15 Thread Uander
Thanks for info Ran !! what about my opencore commands results ? Uander 2010/4/15 ran alexandre.roumiant...@gmail.com Android on freerunner ( current Master is eclair 2.1r1 ) able to play your file by ES File Manager inserted player On 15 апр, 11:15, Uander uandro...@gmail.com wrote: Hi