Tek

Results 131 comments of Tek

Hi, Could you share the first 10 lines of `find '/data/media/0' -type f -printf '%T@ %m %s %u %g %p\n' 2> /dev/null` and `find '/sdcard/' -type f -printf '%T@ %m...

Hi everyone, I am not fully sure where the problem is as it is quite complex to reproduce a bug with adb. My guess is that there is a parsing...

This is great, thank you so much! I don't see any very clean way to manage that, maybe the easiest would be to skip lines that aren't in the right...

Hi, I just fixed that in the repository. The code will be part of MVT 2.2.2 that should be on pypi soon. Let me know if you still encounter that...

Some update on this issue : [iOSBackup](https://github.com/avibrazil/iOSbackup/issues/19) supports python 3.7+ for now, but it relies on [avibrazil/NSKeyedUnArchiver](https://github.com/avibrazil/NSKeyedUnArchiver) which requires python 3.8+ in order to have UID tokens support in [plistlib](https://docs.python.org/3.12/library/plistlib.html)....

Actually, iOSbackup relies on [avibrazil/NSKeyedUnArchiver](https://github.com/avibrazil/NSKeyedUnArchiver) which also requires python 3.8. If I am right, this is based on the need for UID support in plistlib which was added in python...

I am not sure, but we aren't going to try to push for 3.7 support in MVT in any case. Thanks anyway for being open to do that

Hi, pycrtsh now requires [psycopg2](https://www.psycopg.org/docs/install.html#prerequisites), which requires some additional libraries. If you are on Debian like distribution, you'll need to install `libpq-dev`

Hey, thanks! I am not a big fan of having a separated object for pagination. I'll look into it this week-end and test some different code organization.

Thank s for sharing, it seems that in some cases shortcuts have no action data. I have made a fix to fix with 200e26d the problem, but it may means...