0pLuS0

Results 208 comments of 0pLuS0

Sorry I forgot to mention, I tried 2 & 3 and it's all the same... Thanks

@cyxx Ok I just pulled the latest from GIT, still having problem with python 2 & 3 ~ pts/0 foo ~/Build >cd /home/foo/Build/extract_android_ota_payload ~ pts/0 foo ~/Build/extract_android_ota_payload >ls README.md extract_android_ota_payload.py...

@cyxx It's just protobuf or protobuf3 like it's normally called; http://slackbuilds.org/repository/14.2/misc/protobuf3/ I hope I can use protobuf3 for python3? Do you know anything about this Google Test, Google's C++ test...

Sorry I should of just read the ```slack-desc``` which is the package description when you install, telling you what it is; protobuf3 (Google's data interchange format) Protocol Buffers are Google's...

@cyxx Hi, ok, I'll look into that... By the way, when we get done, hopefully figuring this out, hehe, it would be great if you made up a ```Dependency List```...

@cyxx Six installed, at first I installed by mistake for python2 LOL... New problem now... >python3 extract_android_ota_payload.py payload.bin /tmp Traceback (most recent call last): File "extract_android_ota_payload.py", line 13, in import...

@cyxx it's working for python2! :) ~/Build/extract_android_ota_payload >python extract_android_ota_payload.py payload.bin /tmp Extracting 'boot.img' Extracting 'system.img' Extracting 'vendor.img' And /tmp shows the images! So it looks like the two things needed...

@cyxx hi, is there anyway to write the code, so that extract_android_ota_payload can be self-contained without the need to install any dependencies? I know these are only a couple of...

Well I gave it a shot, so not sure if an issue with pyinstaller, or not liking the code/source of extract_android_ota_payload? When I then tried running it I get this;...

@cyxx you did a great job! But not sure why pyinstaller wasn't working on extract_android_ota_payload and worked on the other.