Quote:
Originally Posted by Renate
Ok, try this:
Code:
C:\>adb shell
$ su
# getenforce
|
Code:
C:\temp\platform-tools-latest-windows\platform-tools>fastboot flash boot C:\temp\bootmod46\bootmod.img
Sending 'boot' (13612 KB) OKAY [ 0.042s]
Writing 'boot' OKAY [ 0.081s]
Finished. Total time: 0.145s
adb.exe: no devices/emulators found
C:\temp\platform-tools-latest-windows\platform-tools>fastboot reboot
Rebooting OKAY [ 0.001s]
Finished. Total time: 0.003s
C:\temp\platform-tools-latest-windows\platform-tools>adb shell
adb.exe: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
C:\temp\platform-tools-latest-windows\platform-tools>adb devices
List of devices attached
7AE7E622 unauthorized
C:\temp\platform-tools-latest-windows\platform-tools>adb shell
adb.exe: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
Flash #46 bootmod.img and reboot
Should I do anything else?