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

2009-10-30 Thread Isaac Lin
On Oct 30, 8:09 am, Isaac Lin tcc@gmail.com wrote: 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

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

2009-10-30 Thread Isaac Lin
using am command or some other command). thanks -super On Oct 30, 1:51 pm, Isaac Lin tcc@gmail.com wrote: Hi super, the path is /sdcard, if you use the adb push command, you need to remount the sdcard And I think you can copy the file to sdcard using the SD card reader

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

2009-10-29 Thread Isaac Lin
want to excute Calendar.apk wht would be paramenters to am.any idea how can i do that. -super On Oct 28, 7:30 am, Isaac Lin tcc@gmail.com wrote: Hi, super. If you want to invoke the application in adb or minicom, try this: am start -n [package name]/[package name].[Active name

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

2009-10-29 Thread Isaac Lin
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 placed on the device. i could not able to trace it. i  am  missing find command. thanks super On Oct 29, 11:20 am, Isaac Lin tcc@gmail.com wrote: The BUILD

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

2009-10-27 Thread Isaac Lin
idea about this. thanks super On Oct 27, 6:29 am, Isaac Lin tcc@gmail.com wrote: Maybe you can try to using the adb tools in windows or Mac OS to install the sample applications into the Beagle board. More details try to search the contents about adb install applications On Oct

[android-porting] Re: android wifi problem

2009-10-26 Thread Isaac Lin
The WiFi module is AR6000? The driver seems have some problem, currently I only can connect the APs is encrypted with WAP (algorithms is AES) On Oct 26, 4:10 am, yawen literature@gmail.com wrote: hi, I have tried to port android onto beagleboard. I have problem with wifi connection. I can

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

2009-10-26 Thread Isaac Lin
Maybe you can try to using the adb tools in windows or Mac OS to install the sample applications into the Beagle board. More details try to search the contents about adb install applications On Oct 26, 3:37 pm, superspirit superspiri...@gmail.com wrote: Hi all, i have got Android running on

[android-porting] Re: how to create sdk from source code

2009-10-26 Thread Isaac Lin
Hey, you just need using the command make sdk More details pls read the README file in the Android SDK On Oct 24, 5:26 pm, Mausam mausam.dosh...@gmail.com wrote: can you please explain in details how i can use make -sdk command. On Oct 23, 10:06 pm, kozak c.a.subraman...@gmail.com wrote:

[android-porting] Re: adb does it work with the host searial port

2009-10-23 Thread Isaac Lin
Hey, In my option, the adb only used for the USB or PPP If you want to use the Serial part, you need to open the adb when you boot up the android. On Oct 22, 9:24 pm, superspirit superspiri...@gmail.com wrote: Hi all, i am using linux serial port as a HOST interface for omap- BeagleBoard