We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
01-11 18:11:13.997 14152-14152/? D/su: su invoked. 01-11 18:11:14.007 14153-14153/? W/su: hacks: Testing (com.keramidas.TitaniumBackup:-1:0) 01-11 18:11:14.017 14154-14154/? D/su: Allowing root/system/radio. 01-11 18:11:14.017 14155-14155/? W/su: hacks: Testing (com.keramidas.TitaniumBackup:0), 2075236441 01-11 18:11:14.017 14156-14156/? D/su: 0 /sbin/su executing 0 /system/bin/sh using binary /system/bin/sh : sh 01-11 18:11:34.047 14534-14534/? D/su: su invoked. 01-11 18:11:34.057 14535-14535/? W/su: hacks: Testing (com.keramidas.TitaniumBackup:-1:0) 01-11 18:11:34.057 14536-14536/? E/su: Getting exe path failed with 13: Permission denied 01-11 18:11:34.067 14538-14538/? W/su: request rejected (10104->0 /system/bin/sh)
using latest master code, In Android 4.3. using su in adb shell is ok, but other app return Getting exe path failed with 13: Permission denied, why?
The text was updated successfully, but these errors were encountered:
Getting a permission denied here is weird, but whatever. How did you install su?
The from_init function is fairly useless, unless that's how you installed it. I'd suggest to comment out the call to it in su_main_nodaemon
Sorry, something went wrong.
No branches or pull requests
01-11 18:11:13.997 14152-14152/? D/su: su invoked.
01-11 18:11:14.007 14153-14153/? W/su: hacks: Testing (com.keramidas.TitaniumBackup:-1:0)
01-11 18:11:14.017 14154-14154/? D/su: Allowing root/system/radio.
01-11 18:11:14.017 14155-14155/? W/su: hacks: Testing (com.keramidas.TitaniumBackup:0), 2075236441
01-11 18:11:14.017 14156-14156/? D/su: 0 /sbin/su executing 0 /system/bin/sh using binary /system/bin/sh : sh
01-11 18:11:34.047 14534-14534/? D/su: su invoked.
01-11 18:11:34.057 14535-14535/? W/su: hacks: Testing (com.keramidas.TitaniumBackup:-1:0)
01-11 18:11:34.057 14536-14536/? E/su: Getting exe path failed with 13: Permission denied
01-11 18:11:34.067 14538-14538/? W/su: request rejected (10104->0 /system/bin/sh)
using latest master code, In Android 4.3.
using su in adb shell is ok, but other app return Getting exe path failed with 13: Permission denied, why?
The text was updated successfully, but these errors were encountered: