[Unlock][TWRP][ROOT] Hibook

[Unlock][TWRP][ROOT] Hibook

TechTablets Forums Chuwi Forums Chuwi HiBook Discussion [Unlock][TWRP][ROOT] Hibook

Tagged: , , , ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #35871
    Anonymous
    Inactive
    • Posts: 7

    My Device bricked after flashing SuperSU (used Outside_boot-TWRP-recovery.bat). Won’t open or even charge now. Dunno what happened

     

    EDIT: Removing the keyboard made it boot, yay. But now it’s stuck at chuwi logo and crashes over and over, then boots at the select OS screen (you can still boot to Windows, thankfully). Ill re-flash the stock Android ROM here to fix it later (I’m at work right now).

    #35879
    Konstantin Matvievsky
    Participant
    • Posts: 9

    Are You sure You have items 1 and 2 correctly done?

    #35881
    Anonymous
    Inactive
    • Posts: 7

    Yes, however I found the problem: second script (disable verity) didn’t work for some reason, so I manually entered the commands in your batch file. After entering the commands, flashing SuperSU succeeded, and now I have root.

     

    Thanks

    #36068
    Nick
    Participant
    • Posts: 27

    Hibook-ToolBox by kostyamat <span style=”color: #ff0000;”>Attention! Whatever you do, you do it at your own risk!</span> For first – to write my english is bad, bad, very bad… But I understand english <noscript></noscript> I allowed myself to write a few batch files to help newcomers, as well as other users, under common title “Hibook-Toolbox”. Русскоязычная версия: http://4pda.ru/forum/index.php?s=&showtopic=741766&view=findpost&p=49156807
    <p style=”text-align: center;”>It allows you to: Unlock the new tablet Bootloader. Unprotect system partition from changing (remove “Verity Boot”). Install TWRP-recovery ver-2.8.7.0, which I have ported to this tablet. Get the correct ROOT in the right way. Flash custom firmware (which do not have to wait long, I think so) And other…. I will add if still need to be. Download (needrom.com): http://www.needrom.com/download/unlocktwrproot/ Preparation: Unzip the archive to PC, but try not to use special characters or folder names with space in the paths to files. Better way is unzip to a folder in the root of drive C: or D: Turn on ADB-debugging: “Settings” – “About Tablet” -> Taps under the item “build number” until the caption appears “you became a developer” -> Return one step back -> enter the item for developers ” -> Enable” USB debugging “. Connect the device to the PC. Install the Intel driver IntelAndroidDrvSetup1.10.0.exe</p>

    • Usage: 1.Unlock_Bootloader.bat – <span style=”color: red;”>Run first. </span>It will unlock the bootloader. Carefully follow the prescriptions of the script and on the screen of the tablet. <span style=”color: red;”>ATTENTION! All settings, programs, as well as all data on internal SDCard will be destroyed!</span> <span style=”color: seagreen;”>Data on external MicroSD and Windows will not suffer</span>. After unlocking the device will reboot in factory recovery, which does not display anything (stupidly black screen with backlight), the process may take up to 10 minutes (I’m shocked, but it’s true), then the device will reboot in Android pristine clean. 2.Unlock_Verity-boot.bat – <span style=”color: red;”>Run second.</span> It will unlocking the System partition to can be changed. Carefully follow the prescriptions of the script and on the screen of the tablet. The device will reboot. <span style=”color: seagreen;”>Data on external MicroSD and Windows will not suffer. </span> After all unlock actions, be sure to enter the option for developers and turn ON the item “Factory unlock”. 3.Outside_boot-TWRP-recovery.bat – (It is optional. For obtain ROOT access). The device will be rebooted into the temporary session of TWRP-recovery, to Internal sdcard will be placed UPDATE-SuperSU.zip – install it using TWRP. Previously, you can make TWRP backup (recommended!). 4.Flash-TWRP-recovery.bat – (It is optional) TWRP-recovery will be permanently flashed into the Tablet. (Not recommended! Some time firmware will update, TWRP cannot install OTA-update) 5.Flash-ORIGINAL-recovery.bat – (It is optional) Flash back to the original Recovery. ADB_shell.bat – Just a comfortable CMD-window for ADB-debugging and work with Android Shell. Flash-Custom_FW.bat – My flasher to flash custom firmware, which I am sure will appear in future.

    <p style=”text-align: center;”>Useful console commands (ADB_shell.bat): ADB reboot bootloader – reboot to FastbootDroidboot (flashing) mode ADB reboot recovery – reboot to TWRP or native Recovery mode. ADB root – restart ADB-debug service as ROOT. ADB remount – remounting Android system partition to write (you need root-adb mode see adb root) ADB shell – run Android-console (ash) through which you can run Linux-scripts, internal system commands, etc. fastboot boot * *.img – run user-compiled boot.img or recovery.img fastboot reboot – reboot to system from DroidbootFastboot (flashing) mode. fastboot flash [boot, recovery, system, data] [boot, recovery, system, data]. img – In DroidbootFastboot mode, It will flash specific image to specific partition, example: fastboot flash system c:\Custom_FW\system.img – will flash only system.img to Android system partition. <span style=”color: red;”>PS. Under any circumstances, when using TWRP, never do not wipe system partition! Also make sure the TWRP-settings option “Use rm-R instead of formatting” is ON and never leave it. The fact of the matter is that “Verity Boot” marked System partition itself. Withing format the label disappears – the tablet won’t boot to Android! This problem can be solved, but why You would make a problem?</span> <span style=”color: seagreen;”>If You like may work, buy me a coffee. </span>

    </p>
    <p style=”text-align: left;”>Looks good – would this work on a Chuwi Hi12 doyou know? I’ve been trying to figure out how to get root.</p>
    <p style=”text-align: left;”>Thanks</p>

    #38674
    glyko
    Participant
    • Posts: 14

    Any developments on this front? I would love to root my HiBook but this all seems a bit sketchy…

    #39844
    Konstantin Matvievsky
    Participant
    • Posts: 9

    Hibook-ToolBox was updated. 06/04/2016

    #39847
    glyko
    Participant
    • Posts: 14

    I had the same error the poster above described, will have to reflash android now. How can I check if the 2nd batch worked and verity is disabled.

    #39870
    Konstantin Matvievsky
    Participant
    • Posts: 9
    #40685
    Supremoh
    Participant
    • Posts: 3

    Enter the commands manually. If you find the command “adb disable-verity” doesn’t work, install this adb version.

    Enter the commands manually. If you find the command “adb disable-verity” doesn’t work, install this adb version.

    http://forum.xda-developers.com/showthread.php?p=48915118

    #40698
    Konstantin Matvievsky
    Participant
    • Posts: 9

    You do not need to install nothing! All are you need included in Toolbox! This is a problem people installing things without think.

    #40719
    glyko
    Participant
    • Posts: 14

    Hey Konstantin, great work on this. I finally got it to work by updating my adb install.

    Different question: Do you think it is possible to make a 6.0 marshmallow rom for the HiBook? It would be so cool…

     

     

    #50269
    do
    Participant
    • Posts: 4

    Hi Kostantin, is all the tool working on hibook pro?

    #56189
    dangtanpro
    Participant
    • Posts: 1

    after i root. My Chuwi hibook pro have supperU but it only recognize 1.8 GB of my USB when i Put USB in Android and only 1.8 GB flash sd Card. i used sd 64 GB. Can you help me?

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.

Lost Password

Skip to toolbar