- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Benjamin_Loison
commented on issue Benjamin_Loison/Verified_repositories#4
2024-09-08 17:06:02 +02:00
Is such a concept of web of trust for gits already exist?
Related to Benjamin_Loison/gpg/issues/21.
adb disconnect
does not work for a closed Waydroid (shown as *offline*)
After a few minutes:
adb devices
List of devices attached
XXXXXXXX device
adb disconnect
does not work for a closed Waydroid (shown as *offline*)
How to
shred
free disk slots?
Could backup a Linux virtual machine with lowest space at all (not free) and proceed with it.
How to
shred
free disk slots?
Still same output of time sudo sfill -v /; echo $?; matrix-commander -m 'sfill finished!'
.
watch ls -lh /oooooooo.ooo
Every 2.0s: ls -lh /oooooooo.ooo …
How to
shred
free disk slots?
df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vgmint-root 1.8T 1.6T 117G 94% /
How to
shred
free disk slots?
sfill
Warning: you are not root. You might not be able to wipe the whole filesystem.
sfill v3.1 (c) 1997-2003 by van Hauser / THC <vh@thc.org>
Syntax: sfill [-fiIlvz]…
How to
shred
free disk slots?
sfill
Command 'sfill' not found, but can be installed with:
sudo apt install secure-delete
Can unlock screen if already have provided decryption password once since restart?
Factory reset without interacting
adb shell am broadcast -a android.intent.action.MASTER_CLEAR -n android/com.android.server.MasterClearReceive
Broadcasting: Intent { act=android.intent.action.MASTER_CLEAR…
Factory reset without interacting
adb shell am broadcast -p android -a android.intent.action.FACTORY_RESET
Broadcasting: Intent { act=android.intent.action.FACTORY_RESET flg=0x400000 pkg=android }
Broadcast…
Factory reset without interacting
Investigating DuckDuckGo and Google results for adb factory reset without root:
Factory reset without interacting
adb shell wipe data
/system/bin/sh: wipe: inaccessible or not found
Source: [the Stack Overflow comment 32226315](https://stackoverflow.com/questions/14685721/how-can-i-…
Factory reset without interacting
At least be able to shutdown the phone with adb can avoid physically dumping plaintext memory.
Factory reset without interacting
adb shell am broadcast -a android.intent.action.MASTER_CLEAR
Broadcasting: Intent { act=android.intent.action.MASTER_CLEAR flg=0x400000 }
Broadcast completed: result=0
…
Factory reset without interacting
Note that preferably do not require root
.
adb unroot
adbd not running as root
Source: https://adbshell.com/commands/adb-root
works fine:
adb shell…