Benjamin_Loison commented on issue Benjamin_Loison/adb#13 2024-08-31 14:53:12 +02:00
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…

Benjamin_Loison opened issue Benjamin_Loison/adb#13 2024-08-31 03:12:47 +02:00
Is protocol in plaintext?
Benjamin_Loison opened issue Benjamin_Loison/adb#12 2024-08-31 02:12:29 +02:00
Factory reset without interacting
Benjamin_Loison opened issue Benjamin_Loison/PlayStore#5 2024-08-29 20:43:26 +02:00
*Turn on Play Protect?* random time prompt
Benjamin_Loison commented on issue Benjamin_Loison/adb#11 2024-08-27 23:49:43 +02:00
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…
Benjamin_Loison commented on issue Benjamin_Loison/adb#11 2024-08-27 23:03:18 +02:00
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.

Benjamin_Loison commented on issue Benjamin_Loison/adb#11 2024-08-27 22:30:49 +02:00
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
Benjamin_Loison opened issue Benjamin_Loison/adb#11 2024-08-27 22:17:08 +02:00
adb push seems to consume as much memory as we try to push
Benjamin_Loison commented on issue Benjamin_Loison/adb#10 2024-08-26 22:00:15 +02:00
Choose if | and > locally or on phone

First typing adb shell can make sure that it is on the phone.

Benjamin_Loison opened issue Benjamin_Loison/adb#10 2024-08-26 15:46:25 +02:00
Choose if `
Benjamin_Loison opened issue Benjamin_Loison/adb#9 2024-08-26 15:44:40 +02:00
What is the rule for adb shell command exit code?
Benjamin_Loison opened issue Benjamin_Loison/xviewer#5 2024-08-24 18:04:52 +02:00
*Copy* does not take into account unsaved rotation
Benjamin_Loison opened issue Benjamin_Loison/linux#35 2024-08-23 19:13:17 +02:00
Limit rights of programs
Benjamin_Loison commented on issue Benjamin_Loison/pynput#1 2024-08-20 17:42:44 +02:00
pip install pynput results in The 'linux/input.h' and 'linux/input-event-codes.h' include files are missing. on Termux
pkg install libevdev
Checking availability of current mirror:
[*] https://is.mirror.flokinet.net/termux/termux-main: ok
Reading package lists... Done
Building dependency…
Benjamin_Loison commented on issue Benjamin_Loison/linux#28 2024-08-20 14:41:03 +02:00
Get device network name potentially different due to router

Sometimes nmap does not return anything while the device connection to the network has not changed.