Hey, super, I have sent the email to you in your gmail. Check your
Inbox.

On Oct 30, 9:24 pm, superspirit <superspiri...@gmail.com> 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 directory, and in /
> system also.  but android UI could not able to find it, i mean those
> files are not appearing in Gallery folder, and even media player says
> no video files, do u have any idea about this. one more thing how can
> i play video files from command line ( i mean 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,
> > that is more easily.
> > Then run the gallery, you will see the media file.
>
> > Thx
>
> > On Oct 30, 1:30 pm, superspirit <superspiri...@gmail.com> wrote:
>
> > > 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 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 application to play the video
> > > > files in SD card.
> > > > If not, maybe you can try to mount a virtual SD image which include
> > > > the video files.
>
> > > > On Oct 29, 10:15 pm, superspirit <superspiri...@gmail.com> wrote:
>
> > > > > 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 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 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 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 0000
> > > > > > > .
> > > > > > > .
> > > > > > > BUILD FAILED.
>
> > > > > > > thir are some .apk applications in system/app directory.  if i 
> > > > > > > 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]"
> > > > > > > > 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 <superspiri...@gmail.com> 
> > > > > > > > wrote:
>
> > > > > > > > > hi Isaac, i know commands to install a application i.e  adb 
> > > > > > > > > install
> > > > > > > > > <path_to_apk>.
> > > > > > > > > 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
>
> > > > > > > > > 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 26, 3:37 pm, superspirit <superspiri...@gmail.com> 
> > > > > > > > > > wrote:
>
> > > > > > > > > > > Hi all, i have got Android running on omap3530 Beagle 
> > > > > > > > > > > board. i have
> > > > > > > > > > > adb  interface to Board and can run adb commands. now i 
> > > > > > > > > > > like to try
> > > > > > > > > > > some sample applications, but no idea how to do that. can 
> > > > > > > > > > > anybody
> > > > > > > > > > > guide me about that.
>
> > > > > > > > > > > thanks
> > > > > > > > > > > super
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to