jensstein
jensstein
hmm, i would guess cp got interrupted by some external process - perhaps a memory cleanup. i don't think this is an issue with oab so i'm closing for now,...
well, i would say that restoring backup data marked as system across different devices shouldn't really be expected to work without issues. but we could of course try to prevent...
if the device-specific info is added by wpa_supplicant even if there is a wpa_supplicant.conf containing the network parts then i would agree that we could maybe exclude them when restoring...
well, android will probably have it set like that as a default most of the time. maybe even always. but what if somebody has changed it on their device? i...
yes, p2p are wifi direct / peer to peer: http://wireless.kernel.org/en/developers/p2p/howto but the question is how they should be handled. i would imagine that they actually have a purpose here and...
hmm, if the restored files in /system are equal to the files in the backup after a reboot (if there have been no data connection in the meantime of course)...
you don't seem to have the needed toolchain installed. try running ```rustup target add armv7-linux-androideabi```. you can find detailed steps for building in the file .gitlab-ci.yml
sms messages are in mmssms.db of com.android.providers.telephony, call logs are in contacts2.db of com.android.providers.contacts and wifi password are in wpa_supplicant.conf of the special wifi.access.points package. i don't think i would...
yes, i am aware of that program. but what would the value of having another set of operations for these things (call logs, sms, etc) be in your opinion when...
that seems like a bug on fdroid's side if they suggest an x86 version for your arm device. at the same time there is a bug in the build configuration...