android - how to create an application that gives a command in / system / xbin -


how can create application has function execute command in specific place? application should run command in / system / xbin. command have give is: (udpxy-p 4022). , application should start after boot completed.

if knows way , can me. read init.rc or shellscript, possible?

yes believe possible. can either modify init file https://android.stackexchange.com/questions/6558/how-can-i-run-a-script-on-boot

or use script manager - smanager app

just add like:

cd /system/xbin udpxy-p 4022 

Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -