Benjamin_Loison closed issue Benjamin_Loison/adb#15 2024-09-04 20:23:02 +02:00
Take screenshot with a unique file name
Benjamin_Loison opened issue Benjamin_Loison/adb#15 2024-09-04 20:22:16 +02:00
Take screenshot with a unique file name
Benjamin_Loison opened issue Benjamin_Loison/adb#14 2024-09-03 00:30:18 +02:00
Long adb kill-server
Benjamin_Loison commented on issue Benjamin_Loison/adb#13 2024-08-31 14:53:12 +02:00
Is 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 commented on issue Benjamin_Loison/adb#13 2024-08-31 03:13:10 +02:00
Is protocol in plaintext?
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