-
Notifications
You must be signed in to change notification settings - Fork 141
Description
Introspy is not requesting root when I select the application. It used to with an old install.
I have burned an entire day trying to get it working with no success.
The devices are Genymotion Nexus 4 - 4.1.1 and 4.2.2
Devices are both rooted
I have tried the unaltered apk versions
I have tried recompiling the application with added permissions as some stack-exchange threads have suggested and also added ACCESS_SUPERUSER but it still won't create an introspy.config or database file.
If I manually create an introspy.config file and get logcat telling me Unknown id:GENERAL after it tries to echo GENERAL CRYPTO to the config file.
I have had this working in the past. I only added the Superuser permissions after it would not work any other way, as a last resort.
Logcat output when I select the app to spy:
D/dalvikvm( 645): GC_CONCURRENT freed 395K, 5% free 9060K/9492K, paused 2ms+1ms, total 9ms
I/IntrospyGUI( 1569): su -c echo 'GENERAL CRYPTO,KEY,HASH,FS,IPC,PREF,URI,SSL,WEBVIEW,CUSTOM HOOKS,SQLite (NO DB)' > /data/data//introspy.config ; su -c chmod 664 /data/data/.debug/introspy.config ;
W/genymotion_audio( 124): out_write() limiting sleep time 44149 to 23219
W/genymotion_audio( 124): out_write() limiting sleep time 45759 to 23219
W/genymotion_audio( 124): out_write() limiting sleep time 37369 to 23219
W/genymotion_audio( 124): out_write() limiting sleep time 28979 to 23219
I/CydiaSubstrate( 1921): MS:Notice: Injecting: /system/bin/toolbox
D/su ( 1921): su invoked.
W/genymotion_audio( 124): out_write() limiting sleep time 31178 to 23219
I/CydiaSubstrate( 1922): MS:Notice: Injecting: /system/bin/toolbox
E/su ( 1922): Unknown id: 'GENERAL
E/su ( 1922):
W/genymotion_audio( 124): out_write() limiting sleep time 30204 to 23219
Any help is greatly appreciated