[android-porting] Re: how to test sample applications

2009-10-29 Thread Isaac Lin
The BUILD FAILED problem maybe you need to submit to android-developer Group. I also have no idea. About calendar.apk, try this: $ am start -n com.android.calendar/com.android.calendar.LaunchActivity On Oct 28, 9:42 pm, superspirit superspiri...@gmail.com wrote: hi Isacc, i m totally confused

[android-porting] request_firmware

2009-10-29 Thread king
Hi, i have a firmware file which is a .hex file, does anyone know how to load the firmware under android? Where should i locate the .hex firmware file? In the driver i see it use request_firmware to load the firmware, however it give me a debug message to me that unable to locate firmware file

[android-porting] Re: request_firmware

2009-10-29 Thread pavan savoy
request_firmware looks into /lib/firmware directory, if I remember correctly On Thu, Oct 29, 2009 at 3:01 PM, king king06552...@gmail.com wrote: Hi, i have a firmware file which is a .hex file, does anyone know how to load the firmware under android? Where should i locate the .hex

[android-porting] Compilation issue while adding library in external folder

2009-10-29 Thread Manish Sharma
Hello All, I have an issue in compilation of my library which I have added in external folder. I am using donut release 1.6_r1. The library folder contains Android.mk file and other source files. This library folder is kept as symlink in android/external folder. When I goto android/external/mylib

[android-porting] Re: how to test sample applications

2009-10-29 Thread superspirit
Hi, thanks Isacc am command works like that. at the same time i got my powered usb also, so i can connect my usb-keyboard and lanuch applications by it. by the by Do u have any idea how to play a video file. i have pushed a video file on to device using adb, but i dont know where it got

[android-porting] Browser download hangs

2009-10-29 Thread Jesper Nordenberg
I'm running Android on a Beagle Board and it seems browser downloads just hangs with a Waiting for data connection... message. I've mounted an SD card in the /sdcard folder. I've tried downloading different file types (.apk and .zip) with the same problem. Anyone seen this problem or know what

[android-porting] Re: Browser download hangs

2009-10-29 Thread Jean-Baptiste Queru
The download manager follows the state of connectivity quite closely (more so than most apps), so if there's an issue in the way connectivity is reported to apps, the download manager tends to be the first one to show symptoms. Check isNetworkAvailable() at

[android-porting] Re: crash in PowerManagerService

2009-10-29 Thread watan...@isb
I had the same problem. I think it may be ordering issue of PRODUCT_PACKAGES. http://gitorious.org/rowboat/vendor-ti-omap3evm/commit/15aa855798e5a575e572679988e54a2d9bb788bf Check your product definition file. On Oct 22, 10:29 pm, Jean-François Vidal jeanfrancois.vi...@gmail.com wrote: Hi all,

[android-porting] Re: Browser download hangs

2009-10-29 Thread Jesper Nordenberg
I use an ethernet cable and USB adapter as connection to the Internet, so there's no modem involved. Can that be the cause of the problem? /Jesper Nordenberg On Oct 29, 3:26 pm, Jean-Baptiste Queru j...@android.com wrote: The download manager follows the state of connectivity quite closely

[android-porting] Re: Browser download hangs

2009-10-29 Thread Jean-Baptiste Queru
If the connectivity manager stays unmodified and only tracks connections over cell and wifi, yeah, that'd explain. JBQ On Thu, Oct 29, 2009 at 9:00 AM, Jesper Nordenberg megagu...@gmail.com wrote: I use an ethernet cable and USB adapter as connection to the Internet, so there's no modem

[android-porting] Re: Compilation issue while adding library in external folder

2009-10-29 Thread Prabhu Srivastava
Manish, I do'nt see any reason why it is not compiling; i have done same in past; make sure you give correct name for lib. Prabhu --- On Thu, 10/29/09, Manish Sharma manishsharm...@gmail.com wrote: From: Manish Sharma manishsharm...@gmail.com Subject: [android-porting] Compilation issue while

[android-porting] Re: Browser download hangs

2009-10-29 Thread Prabhu Srivastava
I have got brower working on beagle board with different setup; Could you please share log from adb shell? Thanks Prabh --- On Thu, 10/29/09, Jesper Nordenberg megagu...@gmail.com wrote: From: Jesper Nordenberg megagu...@gmail.com Subject: [android-porting] Re: Browser download hangs To:

[android-porting] Re: Browser download hangs

2009-10-29 Thread Jesper Nordenberg
This is what I get from logcat when trying to download Spotify: I/ActivityManager( 816): Starting activity: Intent { act=android.intent.action. VIEW cat=[android.intent.category.BROWSABLE] dat=http:// www.spotify.com/wp-conte nt/uploads/android/0.3.21/SpotifyAndroid.apk

[android-porting] internet sharing using USB gadget driver

2009-10-29 Thread santosh nath
Does USB gadget driver often modify by OEMs - since it is already available in Android open source for a particular chipset (e.g MSM)? This is to understand how OEM develop their own ICS(Internet connection sharing) client in Android platform - since one is not present by default from Android

[android-porting] Re: Test RIL on service layer

2009-10-29 Thread Ola
Hi, I also want to do a similar thing where RIL access is required. As stated in the first post, GSMPhoneTest.java uses a dummy ril, not the real thing. BR Ola On Oct 14, 7:32 am, SGAdrian sven.wastl...@gmail.com wrote: Hi, if I want to do tests just above the native ril using the java api

[android-porting] Re: Creating PVMF nodes

2009-10-29 Thread jeffb
Sorry, I meant to say parser node, not decoder node. On Oct 28, 1:54 pm, jeffb jeffbo...@gmail.com wrote: I have a need to create a decoder node whose output will require processing by another node. I have read the PVPlayer SDK Developer's Guide and believe that one way to do this is the

[android-porting] Re: request_firmware

2009-10-29 Thread king
Hi, Is it same as in Android? As Android didnt have /lib/firmware directory Thanks and Regards, King.S On Oct 29, 5:40 pm, pavan savoy pavan.sa...@gmail.com wrote: request_firmware looks into /lib/firmware directory, if I remember correctly On Thu, Oct 29, 2009 at 3:01 PM, king

[android-porting] Re: how to test sample applications

2009-10-29 Thread Isaac Lin
Super, currently I didn't find the way to play media files in nand flash. I try to use the am command, but the parameter is URI, not the absolute path. does your MMC/SD can work or not? If work well, you can use the Gallery application to play the video files in SD card. If not, maybe you can try

[android-porting] USB WIFI RT3070 Compile Patch for ARM

2009-10-29 Thread tommy tommy
USB WIFI:RT3070 Official driver :http://www.ralinktech.com/support.php?s=2[RT3070USB(RT307x)] Linux:2.6.24.2 MCU:ARMV6 ARM1176 Patch for Compiling for ARM --- rt3070_test_ok/os/linux/config.mk2009-10-30 10:55:07.0 +0800 +++

[android-porting] To Retrieve Captured Video from Non activity context

2009-10-29 Thread Android Developer
Hi, I am launching the Camera application in Video camera mode. This is launched from Non Activity context. After the capture of the video is there a way to retrieve the captured video? I am able to retrieve the captured image from Still camera as it is broadcasting with the captured URI. But

[android-porting] Re: how to test sample applications

2009-10-29 Thread superspirit
hi Isaac, i have SD card and it is working. i tryed adb push sample.mpg to_device . i dont know where it is in the SD card. but i could not able see that file in the Android User interface. how can i put video and audio files to Gallery or to video player floder. thanks super On Oct 30, 8:09