Re: [android-porting] 3GP audio support in Eclair

2010-04-08 Thread Uander
I want to check if I m able to play those files in command line in Android . what is the command to play a .3gp audio file . ? Thanks : Uander On Thu, Apr 8, 2010 at 10:51 PM, Uander wrote: > Thanks Deva . > > I am also using Eclair Android 2.0 . but donno what bad happened with my > luck . >

[android-porting] porting android on beagle board

2010-04-08 Thread ajish zacharias
Sir , I tried procedure mentioned in http://code.google.com/p/rowboat/wiki/ConfigureAndBuild. Then i got terminal window shown in below.In that procedure i didn't use saveenv command In my previous attempt i use it,the result was same.I got message resetting ,i wait for almost 2 hour but there

[android-porting] Re: vold can't mount multi MMC device

2010-04-08 Thread Jerry Juan
Really? It seems the source code only support one MMC device in the same time. And the state follow first MMC device, that should bethe reason of why the eMMC can't be mounted when SD card is inserted. I am still finding the solution for this case. I can't let eMMC work with VOLD when SD card is i

Re: [android-porting] 3GP audio support in Eclair

2010-04-08 Thread Uander
Thanks Deva . I am also using Eclair Android 2.0 . but donno what bad happened with my luck . Does anyone faced this problem if Yes please put some points here How to look around with this oor what all I should cross check on my file system / opencore / codecs etc ?. Thanks : Uander On Thu, Apr

[android-porting] Re: Alsa Audio Support? OMAP24xx cpu

2010-04-08 Thread Chih-Wei
Your sound device nodes must appear in /dev/snd/, the Android's init creates them in that dir. Or you must have troubles. BTW, the modern alsa lib doesn't need asound.conf anymore. So don't bother about it. On 3月21日, 上午5時15分, DJ_Steve wrote: > hello, > my first post here, im currently working on

[android-porting] Re: Help with error creating img for Asus eee 701

2010-04-08 Thread Chih-Wei
That instructions are already outdated. Check the Android-x86 project for updated info. http://www.android-x86.org On 4月2日, 下午11時33分, jcasanas wrote: > I'm trying to port android to my asus eee701 following this > instructions posted in: > > http://docs.google.com/View?docid=ajdmx8kfg357_81cmpr5

[android-porting] Re: Running Android apps on PC

2010-04-08 Thread Chih-Wei
By the way, I have a demo CD from Intel that combines Moblin and Android into one system. (Android apps run directly on X window in Moblin) However, I heard the project is stopped and Intel never release it to public. A pity... -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Running Android apps on PC

2010-04-08 Thread Chih-Wei
The porting already exists. See http://www.android-x86.org On 4月8日, 下午8時02分, Ashwin Bihari wrote: > To run Android applications, you need to the entire Android VM > (Dalvik) and framework running within it. To do either of those > things, you need an ARM environment..and for that you need QEMU..

[android-porting] Re: About CTS Plans

2010-04-08 Thread abukustfan
Hi lvsei, Not sure about 1 and 2. about 3, you need to add the package to your target. check if android.core.tests.annotation.apk exist under data/app . On Apr 2, 12:18 pm, lvsei wrote: > Hi All~~~ > >     I am using CTS to test my device now. > >     There are 8 plans in CTS.(ls --plan) > >  

[android-porting] Terminal Colors while Compiling

2010-04-08 Thread Yolan
I'm not sure this is the best place to ask this, but here goes. When I was building android 1.5 I somehow manged to get terminal colors for warnings and errors to work. I've since moved on to building eclair and have not been able to figure out how to reenable build colors. I've been doing a lot o

[android-porting] Help on javadoc generation

2010-04-08 Thread Wesley
I'm trying to generate the documentation for a new library that will be part of a SDK add-on. I'd like to remove some classes from the javadoc (such as generated classes based on aidl). I thought that setting the LOCAL_SRC_FILES variable (before including BUILD_DROIDDOC) to only the classes I'd lik

Re: [android-porting] vold can't mount multi MMC device

2010-04-08 Thread Deva R
Hi, I was also told that, android cant dynamically support two MMC/SD cards., and android always treats boot device as single flash device (assumes nand). Curious to know why/how its like this.. -Deva On Thu, Apr 8, 2010 at 11:34 AM, Jerry Juan wrote: > Hello all, > > My device got two MMCdevice

Re: [android-porting] 3GP audio support in Eclair

2010-04-08 Thread Deva R
Hi Uander, both the files were listed under Music app.., and plays fine for me. i use android eclair latest.., nothing much, but attached log from the exercise below.. -deva # cd /sdcard # ls te* test_n_3gp.3gp test_n_amr.amr # # # W/IInputConnectionWrapper( 1357): showStatusIcon on inactive Inpu

Re: [android-porting] Re: Touchscreen : values,unit...

2010-04-08 Thread Deva R
Hi, > The driver reports BTN_TOUCH, ABS_X, ABS_Y and ABS_PRESSURE. > I know that BTN_TOUCH, ABS_X, ABS_Y must be reported for Android but > is it obligatory for ABS_PRESSURE ? > What's happen if i don't use the PRESSURE? you can see few drivers in /drivers/input updating just ABS_X, ABS_Y, but n

Re: [android-porting] Where to begin?

2010-04-08 Thread Deva R
>It seems that since these guides were written, the android kernel >has become a separate fork, and I'll have to back port my board setup >and device drivers into this android fork, almost as if starting from >scratch. This's not true as such.. till eclair (and probably froyo soon), android is base

Re: [android-porting] Running Android apps on PC

2010-04-08 Thread Ashwin Bihari
To run Android applications, you need to the entire Android VM (Dalvik) and framework running within it. To do either of those things, you need an ARM environment..and for that you need QEMU..and suddenly you're looking at the Emulator.. So please use what is provided..unless you intend to do a TO

[android-porting] Re: Touchscreen : values,unit...

2010-04-08 Thread Arnaud Frigout
Hi Deva R and Dianne Hackborn, Thanks for the quick reply. Deva R : The driver reports BTN_TOUCH, ABS_X, ABS_Y and ABS_PRESSURE. I know that BTN_TOUCH, ABS_X, ABS_Y must be reported for Android but is it obligatory for ABS_PRESSURE ? What's happen if i don't use the PRESSURE? On the screen in t

[android-porting] Running Android apps on PC

2010-04-08 Thread suhas
Hi, I have built the android kernel. Is there anyway to run android applications directly in linux without using emulator or the sdk. ? Thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting To unsubscribe, reply using "r

[android-porting] O2 Joggler

2010-04-08 Thread tomwardill
Hi, Just got an O2 Joggler, and am attempting to boot/port android to it. Using the android-x86 standard images, we can get it to boot, but the screen looks like this: http://data.viperfang.net/joggler/video_error.jpg The problem with the device is that it uses an EFI boot, and an intel GMA500. Th

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-08 Thread Kan-Ru Chen
Hi Gokul, You have to integrate the tslib to EventHub. Here is the example: https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=commitdiff;h=aa870b Regards, Kanru http://0xlab.org On Thu, Apr 8, 2010 at 4:02 PM, Gokul Nagarajan wrote: > Hi Ashwin, > > Once we run the ts_

[android-porting] Running Android apps on PC

2010-04-08 Thread suhas
Hi, Is there any way to run the android applications on a pc without using a simulator. i.e a android application running directly on a pc.? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting To unsubscribe, reply using "remove

[android-porting] vold can't mount multi MMC device

2010-04-08 Thread Jerry Juan
Hello all, My device got two MMCdevice, one is eMMC the other is for SD card. It seems vold can't mount eMMC when SD card is exist. My vold.conf want to use eMMC to replace SD card. SD card will be used for other purpose When the SD card is exist, eMMC can't be mounted automatically. It shows be

[android-porting] Where to begin?

2010-04-08 Thread Bryan M
I found the page on source.android.com that explains how to install repo, download the source, and built android using the instructions. Following advice in this group, I then ran the emulator "ANDROID_PRODUCT_OUT=$HOME/mydroid/out/target/product/generic out/host/ linux-x86/bin/emulator -ramdisk ./

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-08 Thread Fasil
Hi Deva, we have tested the touchsreen driver already with 480 x 272 lcd in Android. Now we have changed only the LCD size to 7 inch.ie 800 x 480.In driver side we have modified the x_max, y_max, x_min, y_min parameters and the touch screen is working find in linux.We feel the problem is around th

[android-porting] Re: About CTS Plans

2010-04-08 Thread Quitou
were you able to get some answers? On Apr 2, 11:18 am, lvsei wrote: > Hi All~~~ > >     I am using CTS to test my device now. > >     There are 8 plans in CTS.(ls --plan) > >     cts_host > ls --plan >     List of plans (8 in total): >     Signature >     Java >     AppSecurity >     CTS >     Pe

Re: [android-porting] 3GP audio support in Eclair

2010-04-08 Thread Deva R
Hi, .3GP files were usually scanned and listed under gallery application (com.android.gallery or com.android.camera).. can you check in menu->gallery? PS. i've seen the files are listed solely based on file-extension or container, rather than the encoded data format in it.. just rename .mp3 to .m

[android-porting] Dvi resolution

2010-04-08 Thread Ashish
Hi Group, I am using Omap3evm and rowboat android port. What maximum dvi resolution output can be obtained? How to change/support dvi output resolution to 1920×1080 (1080p). Ashish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-port

[android-porting] 3GP audio support in Eclair

2010-04-08 Thread Uander
Hi ALL , I have observe issue while playing with Android Music app : The "Music" application in Android 2.0 {eclair} and 2.1 does not recognize an AMR-NB formatted audio file with the ".3gp" extension although it is listed in the Android Supported Media Formats in Android Developer's Guide:-

[android-porting] Dalvik test cases failure

2010-04-08 Thread Rakesh Kumar
Hi friends, I am trying to run the dalvik test cases on the desktop using the script "run-all-tests". And I am getting this error /usr/bin/dx : unrecognized parameter: [1] (use -help to get usage information) build exit status: 1 Please tell me "What is the reason for this?" Thanks

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-08 Thread Deva R
Hi, This shouldnt be the case, and not sure where the break can be.., can you add traces and check, - at kernel touchscreen driver when it updates coordinates by input_sync_abs calls? - some logcat logs in Android touch screen (i/p) ui libararies? http://git.omapzoom.org/?p=platform/framework

Re: Fwd: [android-porting] Touchscreen support for 7 Inch LCD panel

2010-04-08 Thread Gokul Nagarajan
Hi Ashwin, Once we run the ts_calibrate apllication,we test the touchscreen through ts_test appplication.It works fine. But Android doesn't sense it. Please support us. Regards, Gokul On Apr 7, 12:58 pm, Gokul Nagarajan wrote: > Hi > > We run the "getevent" from the terminal and from that  we

[android-porting] Using Trusting All Certificate but still getting SSLPeerNotVerified exception

2010-04-08 Thread swapnil kamble
Hi All, I want client authentication on my server. I want to trust peer certificate based on user's confirmation. So for that first time i want to trust all received cert, but at this point itself I am getting excpetion in getPeerCertificate as SSLPeerUnVerified. I tried adding handshakecompleted l

[android-porting] Re: how to add gprs modem in beagle board

2010-04-08 Thread shivap
hi gayathri devi did u got the solution for ur problem...i am also working on the same thing let me know ur progress thanks shivap On Apr 1, 1:14 pm, gayatri devi wrote: > hi all, how to add gprs modem to the beagle board? we ported android > OS on the beagle board. How to configure the gsm/gprs