Hi Experts,
How to enable the USB debugging mode from the freescale Android 5.1.1.2 AOSP for IMX6SL from command line ?
It could be done from GUI mode but how the same is achieved from command line ?
Lyf
Its not an easy process, but I found this set of steps to make it work:
recovery mode
platform-tools/
./adb devices
./adb shell mount data
./adb shell mount system
persist.sys.usb.config
./adb pull /data/property/persist.sys.usb.config /Your directory
mtp,adb
./adb push /your-directory/persist.sys.usb.config /data/property
./adb pull /system/build.prop /your-directory
./adb push /your-dir/build.prop /system/