Raconeisteron / omnia2droid

Automatically exported from code.google.com/p/omnia2droid
0 stars 0 forks source link

other: su command error #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to add new fonts to the fonts directory 
2.
3.

What is the expected output? What do you see instead?
Expected: typing su in the console gives you root permissions.
Actual: typing su gives an error message

What version of the product are you using? On what operating system?
Beta 1 on Omnia II (Singapore)

Please provide any additional information below.

Original issue reported on code.google.com by Majorzb...@gmail.com on 25 Jan 2011 at 8:41

GoogleCodeExporter commented 8 years ago
isn't it possible through droid explorer?

Original comment by SDoola...@gmail.com on 25 Jan 2011 at 9:07

GoogleCodeExporter commented 8 years ago
Could you elaborate on how to do it please.

Original comment by Majorzb...@gmail.com on 25 Jan 2011 at 9:47

GoogleCodeExporter commented 8 years ago

Original comment by elbee1...@gmail.com on 26 Jan 2011 at 10:44

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
droid explorer: http://de.codeplex.com/
QtADB: http://sourceforge.net/projects/qtadb/files/QtADB%200.7.6/

usb drivers (various options):
* samsung KIES (new pc studio) http://www.samsungapps.com/about/onPc.as
* mising KIES driver: http://www.4shared.com/file/oMGKIHxr/samsungADB.html
* lastest google usb drivers (android sdk) sometimes works: 
http://developer.android.com/sdk/index.html

Original comment by elbee1...@gmail.com on 26 Jan 2011 at 11:20

GoogleCodeExporter commented 8 years ago
does this error still occur with new 2011-01-27 version?
(http://o2droid.phj.hu/index_en.php)

improved su in in the changelog of this update

Original comment by elbee1...@gmail.com on 28 Jan 2011 at 2:24

GoogleCodeExporter commented 8 years ago
Tried it. It works now, but you have to set the PATH variable manualy, or 
specify the full path when executing su (the right binary is located at 
/system/xbin/su).

Just modify your terminal settings to include /system/xbin (for example, by 
launching "export PATH=/system/xbin:$PATH" on startup.

Original comment by nathrin...@gmail.com on 28 Jan 2011 at 9:19

GoogleCodeExporter commented 8 years ago
Thanks a lot for handling this issue!

Original comment by Majorzb...@gmail.com on 28 Jan 2011 at 9:43