first of all I'm a big fan! I loved TC for WinMobile and was so happy using it on Android for the first time again!
Now my question: is it possible to set the "intent" "iInitialCommand" via parameters options?
see github[dot]com/jackpal/Android-Terminal-Emulator/wiki/Launching-Android-Terminal-Emulator-from-another-App (sorry can't post links)
I allready tried various variations (using "Start program (main)" or sth. - "Programm starten (Hauptfunktion)" in german):
Code: Select all
extra:iInitialCommand:echo x
extra:iInitialCommand:"echo x"
extra:jackpal.androidterm.iInitialCommand:echo x
extra:jackpal.androidterm.iInitialCommand:"echo x"
PS: actually I want to set the command to be "cd %P" instead of "echo x" which is just for testing
