- Sep 12, 2011
- 1,384
- 237
Some MID104 tablets have a 1025_v4 board. This board is not compatible with the firmware available for this model of Kyros, neither the official nor custom ones. If you try to flash these ROMs there is a high possibility that it will hard brick your tablet!
How do you know which model of board you have? Restart the tablet and soon after that unlock screen appears, run one of the following commands (either one):
- With adb
- With Terminal Emulator:
Use the commands without the quotes, of course! In the first case, a txt file is generated in the same folder as adb. In the second one, the file will be in the folder sdcard. If you do not know what adb or SDK are, use the second method. Simply download the free Terminal Emulator, available in both AppsLib and the Android Market.
Open the text file and look for the following lines:
1025_v4
1024n
The numbers in brackets do not matter, what matters are the following data in these lines:
1025_v4
lcd = lp101wh1
GT801NI_0R01_211
1024n
lcd = lp101
GT801NI_3R12_159
If you have a 1024n board, you should be able to flash any ROM available so far for MID1024. Of course, it's not 100% guaranteed. It will void your warranty, and if you do any mistakes or the tablet has a defect/malfunction, it may brick. Proceed at your own!
If you have a 1025_v4 board, I was able to build a custom restore firmware with a few additions features with the great help from forum users steev and fbox. It can be found here:
http://www.androidtablets.net/forum...cfw-restore-firmware-1025_v4-froyo-2-2-a.html
If any of the codes doesn't match then maybe you have a 3rd model, or if lcd is the same as 1024n and your touchscreen is really multi-touch (3 or more simultaneous touches using a test application like Android System Info), then maybe your tablet is compatible with CFWs for 1024n. If you install, please report the results here. Thanks.
How do you know which model of board you have? Restart the tablet and soon after that unlock screen appears, run one of the following commands (either one):
- With adb
Code:
adb shell dmesg > dmesg.txt
- With Terminal Emulator:
Code:
dmesg > /sdcard/dmesg.txt
Use the commands without the quotes, of course! In the first case, a txt file is generated in the same folder as adb. In the second one, the file will be in the folder sdcard. If you do not know what adb or SDK are, use the second method. Simply download the free Terminal Emulator, available in both AppsLib and the Android Market.
Open the text file and look for the following lines:
1025_v4
Code:
[ 0.000000] Kernel command line: ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs init=/init console=ttySAC0,115200 lcd=lp101wh1 camera=hi704 lun=2 umsvendor=coby umsproduct= mod=5 man=coby bltype=n
[ 6.641677] Goodix-TS 1-0055: Guitar Version: GT801NI_0R01_211
1024n
Code:
[ 0.000000] Kernel command line: ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs init=/init console=ttySAC0,115200 lcd=lp101 camera=hi704 lun=2 umsvendor=coby umsproduct= mod=5 man=coby bltype=n
[ 6.047009] Goodix-TS 1-0055: Guitar Version: GT801NI_3R12_159
The numbers in brackets do not matter, what matters are the following data in these lines:
1025_v4
lcd = lp101wh1
GT801NI_0R01_211
1024n
lcd = lp101
GT801NI_3R12_159
If you have a 1024n board, you should be able to flash any ROM available so far for MID1024. Of course, it's not 100% guaranteed. It will void your warranty, and if you do any mistakes or the tablet has a defect/malfunction, it may brick. Proceed at your own!
If you have a 1025_v4 board, I was able to build a custom restore firmware with a few additions features with the great help from forum users steev and fbox. It can be found here:
http://www.androidtablets.net/forum...cfw-restore-firmware-1025_v4-froyo-2-2-a.html
If any of the codes doesn't match then maybe you have a 3rd model, or if lcd is the same as 1024n and your touchscreen is really multi-touch (3 or more simultaneous touches using a test application like Android System Info), then maybe your tablet is compatible with CFWs for 1024n. If you install, please report the results here. Thanks.
Last edited: