Benjamin_Loison opened issue Benjamin_Loison/PlayStore#19 2026-01-21 12:42:22 +01:00
*Looking for France Identité?* *This app won't work for your device*
Benjamin_Loison commented on issue Benjamin_Loison/adb#57 2026-01-20 20:21:29 +01:00
input text escape
Benjamin_Loison commented on issue Benjamin_Loison/adb#57 2026-01-20 20:20:21 +01:00
input text escape
subprocess.check_output(['adb', 'shell', 'input', 'text', clipboard])
Output:
/system/bin/sh: import: inaccessible or not found
Traceback…
Benjamin_Loison commented on issue Benjamin_Loison/adb#57 2026-01-20 20:19:31 +01:00
input text escape
import shlex

subprocess.check_output(f'adb shell input text {shlex.quote(clipboard)}', shell = True)
Output:
/system/bin/sh: import:…
Benjamin_Loison commented on issue Benjamin_Loison/adb#57 2026-01-20 20:18:19 +01:00
input text escape
Python script:
import subprocess
import pyperclip

clipboard = pyperclip.paste()
subprocess.check_output(f'adb shell input text {clipboard}', shell
Benjamin_Loison commented on issue Benjamin_Loison/codeberg#22 2026-01-19 08:08:23 +01:00
Edits exceed horizontally

image.png

on my Fairphone 4 LineageOS 23.0 Jelly.

On Fennec, I have the problem even if I am unauthenticated.

Benjamin_Loison opened issue Benjamin_Loison/codeberg#22 2026-01-18 23:16:44 +01:00
Edits exceed horizontally
Benjamin_Loison commented on issue Benjamin_Loison/adb#57 2026-01-18 01:07:13 +01:00
input text escape
    for character in '(>':
        text = text.replace(character, rf'\{character}')
shlex.quote(...)

seems to work fine.

Benjamin_Loison opened issue Benjamin_Loison/adb#57 2026-01-18 00:53:33 +01:00
input text escape
Benjamin_Loison opened issue Benjamin_Loison/linux#93 2026-01-16 18:56:02 +01:00
Measure Wi-Fi strength
Benjamin_Loison opened issue Benjamin_Loison/linux#92 2026-01-16 13:35:49 +01:00
Obtainium computer equivalent
Benjamin_Loison commented on issue Benjamin_Loison/adb#4 2026-01-16 00:14:48 +01:00
Unknown progress of adb pull folder/

Related to #8.

Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#63 2026-01-13 10:01:44 +01:00
*Disconnected* *Offline* *(Read only)*

I do not notice this issue anymore today on my flat Wi-Fi.

Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#63 2026-01-12 14:05:20 +01:00
*Disconnected* *Offline* *(Read only)*

image.png

Load drive

for multiple seconds.

Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#63 2026-01-12 14:04:26 +01:00
*Disconnected* *Offline* *(Read only)*

Face infinite #50.

Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#63 2026-01-12 14:03:01 +01:00
*Disconnected* *Offline* *(Read only)*

image.png

Log in

does not trigger any request and nothing happens at least for seconds.