[b2g] backup_restore_profile.py - how do I get this to work?

2015-03-24 Thread Chris Mills
Hi all, I’ve just noticed that the backup/restore tool for Flame has changed to a python file. I need to update the Flame instructions on MDN, but how do I get this tool to work? python backup_restore_profile.py results in the following error: ImportError: No module named utilities.adb_helper

Re: [b2g] backup_restore_profile.py - how do I get this to work?

2015-03-24 Thread Naoki Hirata
https://github.com/Mozilla-TWQA/B2G-flash-tool If you go there, and scroll down you should see the help in it. At the same time, I think there's issues in regards to switching from version to version or if there's an update to the settings.json I'm not sure how to resolve those at this moment in

Re: [b2g] backup_restore_profile.py - how do I get this to work?

2015-03-24 Thread Chris Mills
I already looked there, but couldn’t find help with the problem I’m getting. It looks like I’m missing a module - do I need a specific version of Python? I’m on 2.7.x Chris Mills Senior tech writer || Mozilla developer.mozilla.org || MDN cmi...@mozilla.com || @chrisdavidmills > On 24 Mar

Re: [b2g] backup_restore_profile.py - how do I get this to work?

2015-03-24 Thread Naoki Hirata
ah oops. 2.7.x should work. The script is not finding : https://github.com/Mozilla-TWQA/B2G-flash-tool/blob/master/utilities/adb_helper.py File a bug in the github, noting that and either I or someone in TW will try to fix that I think. Regards, Naoki On Mar 24, 2015, at 12:42 PM, Chris Mills

Re: [b2g] backup_restore_profile.py - how do I get this to work?

2015-03-24 Thread Chris Mills
Great - this was all the info I needed - thanks Naoki! I’ll file that bug too. Chris Mills Senior tech writer || Mozilla developer.mozilla.org || MDN cmi...@mozilla.com || @chrisdavidmills > On 24 Mar 2015, at 19:50, Naoki Hirata wrote: > > ah oops. 2.7.x should work. > > The script is