Open GoogleCodeExporter opened 9 years ago
Is there an app installed called "Superuser Permission"? Do you have
"USB-debugging"
(Settings -> Application -> Development) enabled which is mandatory for most
versions
of "Superuser Permission"?
This doesn't seem to be an app-related (wireless tether) issue.
Original comment by harald....@gmail.com
on 3 Jun 2010 at 3:27
Hi harald.mue, thanks for your answer.
I haven't any "Superuser Permission" app installed. I have su as required to
root my
phone. What about usb-debugging? Should usb-debugging be enabled even if I'm
not
connected with a usb cable to my PC?
Any further help will be appreciated.
Original comment by jokerulez
on 4 Jun 2010 at 6:59
Anyway, turning on usb-debugging does not affect in any way the result: "Unable
to
start tethering. Please try again".
Original comment by jokerulez
on 4 Jun 2010 at 7:02
USB-debugging is only required if that "Superuser Permission"-app is installed.
Try to do the following:
adb remount
adb shell
su (only if you are not root already)
cd /system/bin
cat sh > su
chmod 4755 su
What does this do: It remount the system-partition for read/write. Creates the
su-
binary and sets permissions.
Original comment by harald....@gmail.com
on 4 Jun 2010 at 8:56
Of course I already did this to be root. Is there any chance that doing that
again can
solve something?
Original comment by jokerulez
on 4 Jun 2010 at 10:17
I don't know what you did and if you did it the right way. What I see and what
I can
say ... there is something wrong with your su-environment.
Original comment by harald....@gmail.com
on 4 Jun 2010 at 10:25
Original issue reported on code.google.com by
jokerulez
on 2 Jun 2010 at 4:30