Vivek
Vivek
any updates here? cc @teon
+1 interested in Windows support
FYI `ssh-keygen -K` needs to be run as an administrator on Windows, unlike `ssh-keygen -t` it is unfortunate that the error message is a vague "invalid format"
try ``` adb shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file://FILE_PATH ``` where `FILE_PATH` might be `/sdcard/the_binding` or `/mnt/runtime/write/emulated/0/the_binding` not sure if you need to specify each file individually
ah i see. this is a problem i have thought about before. there may be a way to reliably automate the touch commands using either `adb shell uiautomator runtest` or...
Yes, the 32gb model works fine. Dunno about getting flagged by google. We aren't breaking any TOS afaik.
The "free up space" button provides a guarantee that the media has been successfully uploaded before being deleted. Deleting the media manually (using `rm`) does not provide any such guarantees....
i don't see gparted in [termux-packages](https://github.com/termux/termux-packages), so you'll likely have to compile [gparted](https://gitlab.gnome.org/GNOME/gparted) for your device and use that.
https://github.com/master-hax/pixel-backup-gang/issues/11#issuecomment-2320130871 @shadww says `mkfs` works in termux
i'll mark this is closed since we found a solution - feel free to reopen if it doesn't work