jb2170

Results 22 comments of jb2170

What's the point? What are you going to be doing whilst a http request is pending? If you're thinking about handling multiple requests in a pool that just sounds like...

\*Bumping / showing interest\* It is a bit funny that `layouts/404.html` is treated specially but say `layouts/403.html` isn't

Ah that's probably a missing regex / unhandled case by adbsync. I left a comment [here](https://github.com/SelfAdjointOperator/better-adb-sync/blob/6b1e982378619430a72b81d907980b799d184fe5/src/ADBSync/FileSystems/Android.py#L179) for myself to possibly handle that

Yeah I've noticed this too. I sometimes copy the folders over with adbsync and then rename them in a filemanager and then they show up in the gallery etc. I...

Looks like the broadcasting method is obsolete and requires [MediaScannerConnection.scanFile][scanFile]. I'm not sure if there's an easy way to do that from the command line? [scanFile]: https://developer.android.com/reference/android/media/MediaScannerConnection.html#scanFile(android.content.Context,%20java.lang.String[],%20java.lang.String[],%20android.media.MediaScannerConnection.OnScanCompletedListener)

I'll update the repo / address pending issues in a week or so, when I'm freed up a bit. Yeah the old readme is just `#include`d in this one, could...

I'd guess the half-copied file being left behind is more an issue with adb than adbsync since `adb push ${filename}` is used to copy the file. Perhaps a `--checksum, -c`...

Huh `UnicodeDecodeError` that's a new one for adbsync lol. Perhaps it's to do with Windows using UTF-16 (or anything non-UTF-8) as its encoding? I'm running the same version of adb

Hi, I've added rsync's trailing-slash functionality back in this in [this PR](https://github.com/SelfAdjointOperator/better-adb-sync/pull/9). I've tried it and it seems functional. We just consider when the destination is a directory; if the...