- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
How to
shred free disk slots?
Related to:
-----BEGIN PGP MESSAGE-----
hF4DTQa9Wom5MBgSAQdAqXiRwz0du96gb/HpXsudOg6KGQnZvFRRdFIhz+bgFDsw
SY9bUxZ9AWNo+U3Syz3zeMwyJTOtuc35po9pfDs3qOP4BzICsRv73dG4ZCoH4zlg
0nsBFhofaRHciz…
Get device network name potentially different due to router
Related to Benjamin_Loison/openssh/issues/4.
*Permission denied* while being *root*
Factory reset without interacting
Maybe LineageOS recovery can receive an argument to automatically factory reset.
Be notified when *USB debugging* is enabled since a given amount of time without being used
Take screenshot with a unique file name
Take screenshot with a unique file name
Is the protocol in plaintext?
Then is fingerprint verification actually proving that the device holds the associated private key? Or any device could forward commands and are commands and output signed?
For instance do we…
Is protocol in plaintext?
Factory reset without interacting
*Turn on Play Protect?* random time prompt
adb push folder seems to consume as much memory as we try to push
Above algorithm looks correct to me only a single GB differs according to du -sh but the implementation differ:
du --version
du (GNU coreutils) 9.4
Copyright (C) 2023…
adb push folder seems to consume as much memory as we try to push
Showing a single progress bar based on the total transferred number of bytes would be nice.
adb push folder seems to consume as much memory as we try to push
import subprocess
import psutil
import os
FOLDER_TO_PUSH = '.SeedVaultAndroidBackup'
def get_size(start_path = '.'):
total_size = 0
for dirpath, dirnames, filenames…