Benjamin_Loison commented on issue Benjamin_Loison/adb#51 2025-11-05 20:07:15 +01:00
adb shell input text misses some characters
Output:
...
shell:
 shell [-e ESCAPE] [-n] [-Tt] [-x] [COMMAND...]
     run remote shell command (interactive shell if no command given)
     -e: choose…
Benjamin_Loison commented on issue Benjamin_Loison/adb#52 2025-11-05 20:00:43 +01:00
inotifywait
adb shell 'hostname && echo a && \
    hostname && echo b'
Output:
localhost
a
localhost
b
Bash…
Benjamin_Loison commented on issue Benjamin_Loison/adb#47 2025-11-05 19:53:56 +01:00
history reset on exit

For reference: arrow up.

Benjamin_Loison commented on issue Benjamin_Loison/adb#40 2025-11-05 13:46:44 +01:00
Get and toggle *Show layout bounds* with adb
It helps the issue:
-----BEGIN PGP MESSAGE-----

hF4DTQa9Wom5MBgSAQdAuZnNvjvK3bSf7g/j7kb2RptiL85R2QFedMAbu228YhAw
DizJDC+2bfXjarKZXHSHv5pIGgYwcL3KjBGDfsfI5n…
Benjamin_Loison commented on issue Benjamin_Loison/adb#40 2025-11-05 13:45:19 +01:00
Get and toggle *Show layout bounds* with adb

On Samsung Galaxy A53:

adb shell service call activity 1599295570
Result: Parcel(Error: 0xffffffffffffffb6 "Not a data message")
Benjamin_Loison commented on issue Benjamin_Loison/adb#52 2025-11-05 13:40:35 +01:00
inotifywait
It helps the issue:
-----BEGIN PGP MESSAGE-----

hF4DTQa9Wom5MBgSAQdATyv+PYuniG85WK3rODq4EhEn1npH1hS5seUxn2wIVWAw
XjcrdTQThC6Vw4EGcYH+L8PaNAONZtn95YMSXRzUMv…
Benjamin_Loison commented on issue Benjamin_Loison/adb#52 2025-11-05 13:36:06 +01:00
inotifywait
adb shell cd /data/local/tmp/ && LD_LIBRARY_PATH=. ./inotifywait -e CLOSE /sdcard/DCIM/Camera/bash: ./inotifywait: Permission denied
Benjamin_Loison commented on issue Benjamin_Loison/adb#52 2025-11-05 13:34:54 +01:00
inotifywait
adb shell 'cd /data/local/tmp/ && LD_LIBRARY_PATH=. ./inotifywait -e CLOSE /sdcard/DCIM/Camera/'
Output:
Setting up watches.
Watches…
Benjamin_Loison commented on issue Benjamin_Loison/adb#52 2025-11-05 13:33:49 +01:00
inotifywait

On Termux:

inotifywait
No files specified to watch!
ld inotifywait
ld: cannot find inotifywait: No such file or directory
lld inotifywait
``…
Benjamin_Loison commented on issue Benjamin_Loison/adb#52 2025-11-05 13:21:25 +01:00
inotifywait
/data/local/tmp/inotifywait
/system/bin/sh: /data/local/tmp/inotifywait: can't execute: Permission denied
chmod +x /data/local/tmp/inotifywait
ls -lh /data/local/tmp/i…
Benjamin_Loison commented on issue Benjamin_Loison/adb#52 2025-11-05 13:20:41 +01:00
inotifywait
adb shell ls -lh /data/local/tmp/
Output:
total 30
drwxrwxrwx 3 shell shell 3.3K 2025-08-27 17:22 dalvik-cache
-rw-rw-rw- 1 shell shell  24K…
Benjamin_Loison commented on issue Benjamin_Loison/adb#52 2025-11-05 13:16:28 +01:00
inotifywait

DuckDuckGo and Google search adb push as shell.

Benjamin_Loison commented on issue Benjamin_Loison/adb#52 2025-11-05 13:16:06 +01:00
inotifywait

DuckDuckGo and Google search adb push chown.

chown shell.shell inotifywait

does not return anything and does not help, source: [the Stack Overflow answer 14084617](https://sta…

Benjamin_Loison commented on issue Benjamin_Loison/adb#52 2025-11-05 13:14:12 +01:00
inotifywait

Maybe can adb push Termux inotifywait:

On Termux:

which inotifywait
/data/data/com.termux/files/usr/bin/inotifywait
adb root
adb pull /data/data/com.termux/f…
Benjamin_Loison opened issue Benjamin_Loison/adb#52 2025-11-05 13:07:15 +01:00
inotifywait
Benjamin_Loison opened issue Benjamin_Loison/xviewer#13 2025-11-04 12:57:24 +01:00
\bar matplotlib incorrectly rendered
Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#47 2025-11-04 12:28:37 +01:00
*Math* not rendered if being a *Link*

It shows [Click and drag to move] as Display Text.

Benjamin_Loison commented on issue Benjamin_Loison/nginx#8 2025-10-31 18:27:08 +01:00
How to run a Python script?
/etc/nginx/sites-enabled/etesync:
upstream etebase {
    server 127.0.0.1:8001;
}

server {
...
    location / {
        proxy_pass…