Jump to content

Smilgs linux tools ASE scripts (installing bash, dropbear, mc, nano, opkg)


Guest Smilgs

Recommended Posts

Guest Smilgs

Hello all.

During setting up a workable SSH connection to my Android (with all tools needed),

I created some scripts + resources using ASE (Android Scripting Engine) for installing:

export TERM=linux

export TERMINFO=/etc/terminfo
P.S.2. Also sharing the following cmd script that initiates port forwarding and launches putty SSH connection to Android (useful to connect using cable). Must edit the cmd to point to the actual location of putty, and adb.exe must be in PATH for it to work. I used the following putty connection: localhost. port 2222, auto-login-username=root, specified private key for authentication, and remote command "/data/xbin/bash --rcfile ~/.bashrc" (if you want to use bash instead of the default sh)
adb forward tcp:2222 tcp:2222

pthtoputty\putty.exe -load "android"

Edited by Smilgs
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.