Replies: 5 comments 10 replies
|
If anyone is using this method with LineageOS termux may not connect with network after reboot. In that case, go to Settings > Apps > Termux > mobile data & Wi-Fi > toggle 'Unrestricted data usage' on and off. Now termux can connect with network. Follow those above steps after every reboot. The issue and workaround was reported here https://gitlab.com/LineageOS/issues/android/-/issues/6444 |
0 replies
|
I was able to install it on the SD card, but after each reboot Termux get reset, and it installs bootstrap packages again. |
1 reply
|
Alternatives that do not require root access |
2 replies
|
Thanks for the update |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Requirement
Step by step
mnt/expand/60a327d3-d9af-49ca-99af-ff98f7ec86b0, that's where your SD card is mounted. (The name will be different but it's kinda look like that)com.termuxfolder inuser//data/data/because Termux is hardcoded to that location.adb rootto get root accessadb shellto open Android shellcd /data/datato go to where Termux expected.ln -s <path to your com.termux folder>In my case it'sln -s /mnt/expand/60a327d3-d9af-49ca-99af-ff98f7ec86b0/user/0/com.termuxAll reactions