Christian Tacke

Results 15 comments of Christian Tacke

A little off topic: You might switch to flight mode. I think, this is still possible without root. I think, you can re-enable GPS in flight mode.

Do you need special options to sg_read? ``` # strace sg_read if=/dev/hda bs=512 count=128 ... open("/dev/hda", O_RDONLY|O_LARGEFILE) = 3 brk(0) = 0xb786d000 brk(0xb789e000) = 0xb789e000 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 65536) = 65536...

JFI: The SD-cardreader in my laptop (`/dev/mmcblk0`) has the exact same issue with the size ioctl, currently. And the `sg_read` looks also the same.

Note: `sg_read if=/dev/sda bs=512 count=128` also uses plain `read()`. Should I use some special options to sg_read? Adding `blk_sgio=1` makes sg_read use SG_IO ioctls on /dev/sda and fail on /dev/hda....

I guess, the major problem with Android 10 (and 11) is "scoped storage". I can image, that DiskUsage will need some extra permissions on Android 11.

Until there is a "-i" builtin option, could you add something like ``` shell tfn="$(mktemp file.XXXXXX)" && jq '.' file >"$tfn" && mv "$tfn" file ``` to the Examples section...

@svnpenn you mean the ex(1)-Examples?. ex uses a tempfile internally. But anyway: My suggestion is basicly to include _anything_ appropiate in the examples to guide people in the right direction....

Reset could also have an option to clear the complete cache for that webapp?

Well, only clearing the cache is different from clearing the cookies. I recently had two times the issue, that things only worked, when I cleared the complete cache of the...

I have an alike problem with our local gitlab instance. Just the totp page isn't shown at all…