B2G-flash-tool
B2G-flash-tool copied to clipboard
B2G tools set. Now move to Python version "b2g_util" on PyPI.
Error appears when running the ./flash_pvt.py -w script on Mac platform. Probably need to check to see if uname = Darwin? nhirata-19333:B2G_flash_tool nhirata$ ./flash_pvt.py -w ### INFO: Loading settings from...
I restored a backup, but it restored a backup from a few days earlier rather than the backup I'd just made. Any idea why? I would assume it would backup...
Whenever I update gecko on my aries device using builds from here [1], I see the following output and the profile does not get restore. I have to comment out...
backup_restore_profile.py -b seems to bail out if a folder mozilla-profile already exists. Also the WARNING should be ERROR, flash red or somehow highlight you're about to lose user data. ```...
I just discovered that backup script doesn't save some data such as SMS database, contact database and other app data (I need [OpenWapp](https://github.com/mozillahispano/openwapp) message data). How can I do that?
Otherwise, we have profile eliminated even though the user explicitly asked for it to be kept.
It appears that when a build is flashed via `./flash_pvt.sh` it is always downloaded, even if it has been downloaded before. Ideally we should never download the same build twice.
Currently, the default behavior is deleting all user data, and only if the user set `--keep_profile` the data is recovered. I think the default should be the opposite, and we...
It is just a simple Powershell script to backup and restore Firefox OS. It is in a early stage, but it works. As an user, I have to install setup...