adding app to android app screen ??

4 views
Skip to first unread message

mohan singh

unread,
Dec 30, 2009, 5:49:01 AM12/30/09
to android-porting
Hi,

In the rowboat source code camera source code is there.After compiling
source code, when we create filesystem, Camera apk is also there. But
when android application screen is coming, Camera app is not shown
there.

How to run/use camera apk in rowboat ??
Is there any way we can run any app from command-line ??

How can we add any app to android app screen ??/

any suggestions ....

Mohan

Dianne Hackborn

unread,
Dec 31, 2009, 2:38:19 AM12/31/09
to android...@googlegroups.com
What is "rowboat"?

You can run Android applications from the command line with the "am" command.  Run that command by itself with no arguments for help.




--
Dianne Hackborn
Android framework engineer
hac...@android.com

Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails.  All such questions should be posted on public forums, where I and others can see and answer them.

Ashwin Bihari

unread,
Dec 31, 2009, 8:37:06 AM12/31/09
to android...@googlegroups.com
Dianne,

Rowboat[1] is a port of Android specifically targeting the TI OMAP 35x
series of processors.

[1] - http://code.google.com/p/rowboat/

-- Ashwin

mohan singh

unread,
Dec 31, 2009, 7:23:58 AM12/31/09
to android-porting
thx for reply...

Rowboat is an another android distribution like embinux, oxdroid.

Can you give an example to use "am" command to run any application.
like "am camera.apk or something else"

mohan

mohan singh

unread,
Dec 31, 2009, 7:26:31 AM12/31/09
to android-porting

mohan singh

unread,
Dec 31, 2009, 7:16:25 AM12/31/09
to android-porting
thx for reply...

Rowboat is an another android distribution like embinux, oxdroid.

can you give an example for "am" to run any of the application.

Dianne Hackborn

unread,
Jan 1, 2010, 7:44:01 PM1/1/10
to android...@googlegroups.com
Okay...  I guess the question here doesn't have anything specifically to do with this being on rowboat, then?

Anyway, the "am" command has help text for how to use it when you run it.  The "start" version of it is for starting activities, basically the same as Activity.startActivity(); you'll want to read the docs on that, and build the same Intent using the syntax for am.


--
Reply all
Reply to author
Forward
0 new messages