Hey,
I was intrigued to see that the LES 1 (and the IQI4 and probably many others) are in fact rooted.
There is a binay called “wisu” in the /system/xbin folder that returns a Shell with user id 0 - et voila! You can now do a lot with it - but …
The point is that it is not called su as expected. Usually su is part of the busybox. In this case it is a separate binary and it resides in a write only file System. To make it more stoandard it would require a symbolic link from “su” to the existing “wisu”. And remounting unfortunately does not do to the trick as it Fails …
Anyone time to look at this?
Regards,
DrGo