Implement a cheking method to see if root access is possible.
1: Check if su command is around
if yes: try if command can be run as root
if yes: goto end(1)
if no: goto 2
if no: goto 2
2: try to exploit with help from flashrec project
if yes: goto end(2)
if no: goto 3
3: ask for alternate su command
if yes: do same as in 1 to check command is working
if no: goto end(0)
end: save settings that worked and use it in every ME change
Original issue reported on code.google.com by michel.racic on 5 Nov 2009 at 11:39
Original issue reported on code.google.com by
michel.racic
on 5 Nov 2009 at 11:39