acorpuz24 / android-openvpn-installer

Automatically exported from code.google.com/p/android-openvpn-installer
0 stars 0 forks source link

happen [not allowed to su] #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello Everyone

I has the following problems

What steps will reproduce the problem?
1. adb install Busybox_1.17.1.apk
2. ln -s /system/bin/busybox /system/bin/cp
3. adb install OpenVPN-Installer-0.2.3.apk
4. start OpenVPN Installer. it show "Binary not installed" message
5. push "Install" button

What is the expected output? What do you see instead?

 I expect "Binary not installed" message disappear, but did not disappear.

What version of the product are you using? On what operating system?

 Android tablet(2.3.4) and rooted.
 Busybox 1.17.1
 OpenVPN Installer 0.2.3

Please provide any additional information below.

 I check the log. A message in the following
 ---begin---
 Executing 'su -c cp '/sdcard/openvpn.mem-208591934tmp'
    '/system/xbin/openvpn'; chmod 555 '/system/xbin/openvpn''
   Exit code 1
   STDERR: su: uid 10044 not allowd to su
 ----end----

 It seems that apparently failed to su, but machine is already rooted!!
 Please tell me you know the cause of the problem.

Original issue reported on code.google.com by daye...@gmail.com on 3 Oct 2011 at 8:53

GoogleCodeExporter commented 9 years ago
hello

Original comment by silcha...@gmail.com on 28 Feb 2014 at 6:05