RemoteDroid icon indicating copy to clipboard operation
RemoteDroid copied to clipboard

Command to exceute java code as shell user aborting

Open akshg05 opened this issue 6 years ago • 0 comments

I got my ClassPath from adb and used the following command : su -c "CLASSPATH=/data/app/in.omerjerk.remotedroid.app/base.apk /system/bin/app_process32 /system/bin in.omerjerk.remotedroid.app.Main optionalArgs"

from Umar's Blog.(with the values replaced ofc) However, I'm getting aborted instead of the uid being printed. Can someone please help?

akshg05 avatar Mar 04 '19 19:03 akshg05