View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007512 | Android OS / portable device | Sony smartphone | public | 2025-08-21 08:24 | 2025-08-22 00:57 |
Reporter | DigitalMy | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Summary | 0007512: Remote connection to android device | ||||
Description | Enable basic VNC protocol remote desktop server and more: SSH server HTTP server | ||||
Tags | No tags attached. | ||||
BuyTarget | |||||
|
Use termux app to install packages: pkg update pkg install openssh passwd sshd termux-setup-storage ifconfig netstat -tlp ssh-keygen -t rsa -b 4096 pkill sshd > edit file /data/data/com.termux/files/usr/etc/apt/sources.list apt update apt install apache2 pkg install php-apache |
|
connecting via VNC works using droidVNC-NG apk |
|
Very critical make: Always enable USB as tethering mode Disable confirmations, always trust any USB pair, remove message "Allow access?" Autostart after reboot |
|
Create apache php web site: pkg install mc apache2 php php-apache cd ~ same as /data/data/com.termux/files/home mkdir web web/cfg web/log web/tmp web/root mcedit ~/storage/shared/web/root/index.php mcedit /data/data/com.termux/files/usr/etc/apache2/httpd.conf httpd -k start chmod +w /data/data/com.termux/files/home/storage/shared/web/root |