Vivek

Results 85 comments of Vivek

i did some investigation with `inotifywait` - i think all the media gets written to `/data/data/com.google.android.apps.photos/databases/gphotos0.db` in chunks before being uploaded

i just opened https://github.com/master-hax/pixel-backup-gang/issues/43 - could be a viable solution if true

command to view all file descriptors held by gphotos: ``` ls -alh "/proc/$(pidof -s com.google.android.apps.photos)/fd" ```

> WILD GUESS > > * Maybe it downloads hashes from account1 (quick process) to compare it to local files hashes (time consuming) > > * For the second account,...

I'm a little confused, does ncspot not use the most up to date verision of librespot?

i think it is doable. editing `/etc/fstab` could work. my intuition is that it would be best to use an ext4 drive for mounting on boot: 1. ext4 drives have...

@n19htmare any updates? you could also consider setting up a tasker automation to run the mounting scripts on startup

is keeping the battery at 20% charge better than keeping it at 70% charge?

sdcardfs is deprecated on android versions greater than 11: https://source.android.com/docs/core/storage/sdcardfs-deprecate did you try force closing & reopening google photos?