Closed
Bug 948915
Opened 12 years ago
Closed 7 years ago
How to launch and close the Firefox OS browser web page from command line?
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jujjyl, Unassigned)
Details
(Whiteboard: [games])
If I have a FFOS mobile connected via USB and ADB-enabled, is there a way to
1. launch the browser with a custom web page on that device?
On FF for Android, you can do the same by calling
adb shell am start -a android.intent.action.VIEW -n org.mozilla.fennec/.App -d http://www.page.to.launch.com
2. close the browser from command line? On Android, one can force-close the browser by calling
adb shell am force-stop org.mozilla.fennec
Is this doable on Firefox OS?
Having support for these is important for the emscripten community, to be able to provide developers a good (Android-like) workflow for deploying native games to Firefox OS.
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [games]
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•