Quote:
Originally Posted by alejoc
When flashing the img file the screen shows Recovery System 4.2.51; however, the RK flashing tool says the newest image has version 4.2.02. The problematic flash might have to do something with that.
|
Please check build.prop
Assuming ADB is working
Run the following command:
Code:
adb pull /system/build.prop
open build.prop and read the date (ro.build.date)
The img's system's files were given in July.
if it is not July, then there must be a problem in the connection.(IMG has not been installed)
You should also try factory reset (using adb):
Code:
adb shell
wipe data
there are many ways to fix your problem. But, I had a similar experience connecting these type of devices to laptops.