Askeing Yen (fyen)

Results 23 comments of Askeing Yen (fyen)

@mikehenrty, after #353 was fixed, is this issue still happen?

I try to fix it in https://github.com/askeing/b2g-util-python Due to I cannot reproduce this issue, could you please help to have a try? ``` bash $ git clone https://github.com/askeing/b2g-util-python.git $ cd...

@mikehenrty Could you please help to try b2g_util 0.07 [1]? It will raise exception when it cannot get version from backup file or device. And user can skip the version...

@alex-mayorga Due to the pvt sever was stopped, we plan to re-write the shell scripts to python and move the tools to PyPI. Could you please help to try b2g_util...

The problem is that we can not guarantee the backup/restore always works fine. [1] Because the backup/restore functions use adb pull/push to get/put user data, which are not provided by...

> I don't understand the sentence. The backup_restore_profile is a workaround, it will call `adb` to pull or push files. It is not the B2G feature. The backup/restore by B2G...

@CodingFree we write a new backup/restore tool by Python (#313), could you please help us to check if it works fine on Windows? Thank you.

The `gaia.zip` compress the files under `gaia/profile/`, and `b2g.xxx.tar.gz` compress the files under `b2g/`. Base on these two files, we try to do the same thing with `make reset-gaia` and...