[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 wrote: > Hi all, i have got Android running on omap3530 Beagle board. i

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

2009-10-26 Thread superspirit
hi Isaac, i know commands to install a application i.e adb install . i want know how can i invoke a application from command line (adb or minicom). i wanted to try sample applications in the SDK to be transfered on to omap-BB and execute from the command line.any idea about this. thanks super O

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

2009-10-27 Thread praj
Use 'am start -a ... -n ...' command to run the apps. You should know package name and name of the activity class. On Oct 27, 9:44 am, superspirit wrote: > hi Isaac, i know commands to install a application i.e  adb install > . > i want know how can i invoke a application from command line (adb

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

2009-10-27 Thread Basavaraj R.N
plz can any one tell whats the procedure to run Android on OMAP or Beagle board. Regards Basavaraj RN On Tue, Oct 27, 2009 at 6:59 AM, Isaac Lin 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

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

2009-10-27 Thread Prabhu Srivastava
you can use adb push to tranfer the files to your OMAP-BB. and run the application from minicom. Thanks Prabhu --- On Mon, 10/26/09, superspirit wrote: > From: superspirit > Subject: [android-porting] Re: how to test sample applications > To: "android-porting" > Da

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

2009-10-27 Thread Isaac Lin
Hi, super. If you want to invoke the application in adb or minicom, try this: "am start -n [package name]/[package name].[Active name]" if you don't know the app's package name, try to use the "Package browser" in Dev tools to get the information. Thx On Oct 27, 12:44 pm, superspirit wrote: > h

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

2009-10-28 Thread superspirit
hi Isacc, i m totally confused with these am command parameters, i am trying to build one my own application according to tutorial that is also giving error it is saying [apply] trouble processing: [apply] invalid constant pool index . . BUILD FAILED. thir are some .apk applications in syst

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

2009-10-28 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 wrote: > hi Isacc, i m totally confused with these am command  

[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 placed

[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] 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:0

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

2009-10-30 Thread Isaac Lin
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, that is more easily. Then run the gallery, you will see the media file. Thx On Oct 30, 1:30 pm, superspirit wrote: > hi Isaac,

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

2009-10-30 Thread superspirit
Hi isaac, i put video files(.wmv, .mgp and avi ) on to SD card by adb push as well as from SD card reader. i placed them in root filesystem of the android and a copy in /data directory, and in / system also. but android UI could not able to find it, i mean those files are not appearing in Galle

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

2009-10-30 Thread Isaac Lin
Hey, super, I have sent the email to you in your gmail. Check your Inbox. On Oct 30, 9:24 pm, superspirit wrote: > Hi isaac, i put video files(.wmv, .mgp and avi ) on to SD card by adb > push as well as from SD card reader.  i placed them in  root > filesystem of the android and a copy in /data