Is there a way to change between User and Eng mode on android devices? More specificity the Motorola Defy (2.2.2) and the Acer Iconia A500 (4.0.3) I need access to tools like dev tools. I dont mind if I have to root the DEFY.
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
migrated from superuser.com Jul 1 '12 at 1:30
|
No you cannot, that is done at build/compile of the source of the said Android version whatever that may be. When the source gets compiled via
This is setting up the environment, and that reads in the potential devices via BoardConfig.mk within each device/product directory. Its when
The above is the example of building the ROM for the Zte Blade, notice how userdebug and eng is prefixed! |
|||||||
|