Mobile/Fennec/Android: Difference between revisions

Line 478: Line 478:
* Pass command line arguments to Fennec as "args" extras using the --es argument: <tt>adb shell am start -n org.mozilla.fennec/org.mozilla.fennec.App --es args -safe-mode</tt>
* Pass command line arguments to Fennec as "args" extras using the --es argument: <tt>adb shell am start -n org.mozilla.fennec/org.mozilla.fennec.App --es args -safe-mode</tt>
* You can reinstall fennec by using <tt>adb install -r ...</tt>
* You can reinstall fennec by using <tt>adb install -r ...</tt>
* [http://android-developers.blogspot.com/2011/07/debugging-android-jni-with-checkjni.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blogspot%2FhsDu+%28Android+Developers+Blog%29 CheckJNI] can help by warning about JNI errors.


=== Signing non-local builds with your local key ===
=== Signing non-local builds with your local key ===
213

edits