Help: Bricked Coby Kyros MID 7036-4

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
The root update wont fix for this, the app you used changed your build.prop. The size you chose is wrong for your tablet. If you can adb into the tablet with root power, you can pull the build.prop write the correct size, the push it back.
 

Monstruonauta

Member
Dec 13, 2012
6
1
The root update wont fix for this, the app you used changed your build.prop. The size you chose is wrong for your tablet. If you can adb into the tablet with root power, you can pull the build.prop write the correct size, the push it back.

How i do that?
 

Traveller

Administrator
Staff member
Jun 16, 2012
2,858
982
The stickies don't really go into detail regarding the finer points of ADB. They do explain setting it up.

@OP: Assuming you can still communicate with the tablet:

adb shell
su
adb pull /system/build.prop c:\adb

Edit build.prop using Notepad++

adb push build.prop system

c:\adb is just a placeholder. I also don't guarantee that my commands are 100% correct so you'll just have to try it out.
 

rayt

Member
Aug 12, 2013
1
0
My MID7034-4 was bricked in a similar way. Your 7036_prop_fonts_signed Zip worked perfectly. The only difference in the build.prop was product.model=MID7036 and the build.dates.
I didn't change them and all seems well now.

So you are my HERO too. Thanks. Ray
 
Top