- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
*Looking for France Identité?* *This app won't work for your device*
input text escape
subprocess.check_output(['adb', 'shell', 'input', 'text', clipboard])
Output:
/system/bin/sh: import: inaccessible or not found
Traceback…
input text escape
import shlex
subprocess.check_output(f'adb shell input text {shlex.quote(clipboard)}', shell = True)
Output:
/system/bin/sh: import:…
input text escape
Python script:
import subprocess
import pyperclip
clipboard = pyperclip.paste()
subprocess.check_output(f'adb shell input text {clipboard}', shell…
Edits exceed horizontally
input text escape
for character in '(>':
text = text.replace(character, rf'\{character}')
shlex.quote(...)
seems to work fine.
Measure Wi-Fi strength
Obtainium computer equivalent