View Single Post
Old 11-03-2014, 12:58 AM   #60
nightboy
Connoisseur
nightboy writes the songs that make the whole world sing.nightboy writes the songs that make the whole world sing.nightboy writes the songs that make the whole world sing.nightboy writes the songs that make the whole world sing.nightboy writes the songs that make the whole world sing.nightboy writes the songs that make the whole world sing.nightboy writes the songs that make the whole world sing.nightboy writes the songs that make the whole world sing.nightboy writes the songs that make the whole world sing.nightboy writes the songs that make the whole world sing.nightboy writes the songs that make the whole world sing.
 
Posts: 87
Karma: 40012
Join Date: Sep 2014
Device: NST, Boyue T62
Quote:
Originally Posted by alejoc View Post
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.

Last edited by nightboy; 11-03-2014 at 01:35 AM.
nightboy is offline   Reply With Quote