Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Termux Proot Ubuntu README #140

Open
thetoolz opened this issue Oct 23, 2020 · 3 comments
Open

Termux Proot Ubuntu README #140

thetoolz opened this issue Oct 23, 2020 · 3 comments

Comments

@thetoolz
Copy link

thetoolz commented Oct 23, 2020

Must install Termux (Android terminal emulator)
https://play.google.com/store/apps/details?id=com.termux
PRoot Termux Wiki
https://wiki.termux.com/wiki/PRoot

Termux-Ubuntu SETUP Command:
termux-setup-storage && pkg install git wget nano proot proot-distro -y && proot-distro install ubuntu

ADD startubuntu COMMAND (don't run in ubuntu):
echo 'alias startubuntu="proot-distro login ubuntu"' >> /data/data/com.termux/files/usr/etc/bash.bashrc && proot-distro login ubuntu
apt update

ACCESS SD CARD IN TERMUX-UBUNTU:
ln -s /data/data/com.termux/files/home/storage /root/sdcard

ACCESS TERMUX HOME:
ln -s /data/data/com.termux/files/home /root/home

For nano text editor
apt install libc6 libncursesw6 libtinfo6 -y
I recommend below keyboards:
CodeBoard Keyboard for Coding
https://play.google.com/store/apps/details?id=com.gazlaws.codeboard
Technical Keyboard
https://play.google.com/store/apps/details?id=nextapp.inputmethod.latin
OR Hacker's Keyboard
https://play.google.com/store/apps/details?id=org.pocketworkstation.pckeyboard

JAVA RUNTIME INSTALL
apt install default-jre -y
OR JAVA
apt install default-jdk -y

Get JDK Path
readlink -f $(which java)

Apk Tool (java -jar apktool.jar) links
https://ibotpeaches.github.io/Apktool/
https://ibotpeaches.github.io/Apktool/install/

ANDROID IMAGE UTILITIES INSTALL
apt install android-tools-fsutils

GET ROOT INFO
man sudo_root

@thetoolz thetoolz changed the title termux proot ubuntu readme Termux Proot Ubuntu README Oct 23, 2020
@sonylab-703
Copy link

sonylab-703 commented Oct 26, 2020 via email

@sonylab-703
Copy link

sonylab-703 commented Oct 28, 2020 via email

@aryo5
Copy link

aryo5 commented Jun 17, 2021

Good but samba
Can't open home path ,that was always error can't open

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants