For mobile Firefox development, how can I hack the core javascript directly on my (rooted) Android so I can get instant results instead of having to repack and reinstall the fennec APK for every little edit ?
The problem is that all the files are locked up in the /data/app/org.mozilla.fennec/base.apk, and within that there is another archive (/asses/omni.ja) which can be unzipped to give the javascript. Reconstructing the apk file on device after editing the zip file inside it has proved unworkable, as although the apk file can be unzipped, it does not work when simply zipped back up again.
The goal is just to try things out and learn the workings of Firefox on device and on the go.