- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
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…
inotifywait
adb shell 'hostname && echo a && \
hostname && echo b'
Output:
localhost
a
localhost
b
Bash…
Get and toggle *Show layout bounds* with
adb
It helps the issue:
-----BEGIN PGP MESSAGE-----
hF4DTQa9Wom5MBgSAQdAuZnNvjvK3bSf7g/j7kb2RptiL85R2QFedMAbu228YhAw
DizJDC+2bfXjarKZXHSHv5pIGgYwcL3KjBGDfsfI5n…
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")
inotifywait
It helps the issue:
-----BEGIN PGP MESSAGE-----
hF4DTQa9Wom5MBgSAQdATyv+PYuniG85WK3rODq4EhEn1npH1hS5seUxn2wIVWAw
XjcrdTQThC6Vw4EGcYH+L8PaNAONZtn95YMSXRzUMv…
inotifywait
adb shell cd /data/local/tmp/ && LD_LIBRARY_PATH=. ./inotifywait -e CLOSE /sdcard/DCIM/Camera/bash: ./inotifywait: Permission denied
inotifywait
adb shell 'cd /data/local/tmp/ && LD_LIBRARY_PATH=. ./inotifywait -e CLOSE /sdcard/DCIM/Camera/'
Output:
Setting up watches.
Watches…
inotifywait
On Termux:
inotifywait
No files specified to watch!
ld inotifywait
ld: cannot find inotifywait: No such file or directory
lld inotifywait
``…
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…
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…
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…
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…
\bar matplotlib incorrectly rendered
How to run a Python script?
/etc/nginx/sites-enabled/etesync:
upstream etebase {
server 127.0.0.1:8001;
}
server {
...
location / {
proxy_pass…