Coder Social home page Coder Social logo

android-backup-tools's People

Contributors

bluec0re avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

android-backup-tools's Issues

Unable to read a file extract from tar given by read_data

I just tried to change to use the version from pypi (see rytilahti/python-miio#101) and got hit by a seek()ing error. Any ideas if that comes from the use of proxying / internals of this package?

  File "/home/hass/home-assistant/libs/xiaomi-vacuum/miio/extract_tokens.py", line 127, in main
    db_contents = db.read()
  File "/home/hass/venv/lib/python3.5/tarfile.py", line 686, in read
    self.fileobj.seek(offset + (self.position - start))
  File "/home/hass/venv/lib/python3.5/tarfile.py", line 514, in seek
    raise StreamError("seeking backwards is not allowed")
tarfile.StreamError: seeking backwards is not allowed

Encrypted Backup

Hello everyone, i got a backup from an encrypted device. When i try to unpack it using:

python unpack.py -p "xxxxxxxxxxx" -t ~/AndroidTest/ /home/beleka/android.ab

i get the next error:


Traceback (most recent call last):
File "unpack.py", line 59, in
main()
File "unpack.py", line 54, in main
password=args.password
File "/usr/local/lib/python2.7/dist-packages/android_backup/android_backup.py", line 364, in unpack
pickle_fname = os.path.basename(fname) + '.pickle'
NameError: global name 'fname' is not defined


I get the same error with the command without -p modifier and with a quoted password. I hope you can help me.

Initial release

Hi @bluec0re, do you plan to make an initial release of this package? android-backup-tools already is a dependency of python-miio, and it would be really helpful to be able to reference a specific version number as the dependency. This also concerns packaging for Linux distributions, where it’s generally required to explicitly state version numbers for packages.

No need to rush an initial release, I just wanted to bring this to your attention πŸ™‚.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.