X-Git-Url: https://git-public.kairo.at/?p=aboutcrashes.git;a=blobdiff_plain;f=README;h=f71479545a7f08db1ea4292c3faf0b8d5b67efb6;hp=a48df8c7be1f52bae4b3b14caee65904a60dbd54;hb=dd344e9f97653d266698c7b6189488f40f1bbaa2;hpb=4c4f536429b71bcc7539d083d2ae5a5f796cbd4d diff --git a/README b/README index a48df8c..f714795 100644 --- a/README +++ b/README @@ -10,3 +10,33 @@ convenience for potential contributors. See the TODO for tasks that you can help with. Please don't use GitHub for issue tracking but http://bugzilla.kairo.at/ + + +Notes: + is there any way to do rapid development on something that needs to be a certified app? + if I need to package and sign stuff for every typo or other step in development, that really sucks + you don't + KaiRo: use https://github.com/fabricedesre/b2gremote to push your certified package to the phone + fabrice: still needs me to package stuff up every time? +* KaiRo misses the old Developer Mode + KaiRo: for now yes + as insecure as it was + fabrice: grr + KaiRo: or, you can just host it + fabrice: I'd really like to have it as a "hosted app" (actually, on a host in the local wifi) but with device-storage:apps permission if possible (while developing) + KaiRo: that's possible: just set "type": "certified" in your manifest.webapp + fabrice: but thanks for showing me this way at least, maybe I'll try it + fabrice: ah, that sounds interesting + KaiRo: that gives you what the old dev-mode had + fabrice: and then I need to push that with your add-on? + yep + ok, that's good, I can work with that fine :) + point to the directory where there's you manifest.webapp and the metadata.json + metadata.json? + KaiRo: the metadata.json looks like: + { + "origin": "https://mobile.twitter.com", + "manifestURL": "https://mobile.twitter.com/cache/twitter.webapp" + } + fabrice: thanks, I'll look into that, sounds helpful + KaiRo: let me know if you run into any issues