Announcement

Collapse
No announcement yet.

Huawei P6-U06 Brick

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Aleksandr_p
    replied
    Huawei p6-c00?

    Leave a comment:


  • adijat
    replied
    Hello: I ahve same Problem: now i downloading file to test it.


    #hcom i thing u need to unloc first bootloader using a this command on fastboot

    fastboot oem unlock UUUUUUUUUUUUUUUU

    Originally posted by hcom View Post
    i have phone with same condition, I tried to flash using this method but it was useless for my devices, aparently there's a issue with the partitions of the internal memory of this phone. here is log of operation:
    it seems ptable.img is missing and this may fix partition table.

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >adb reboot bootloader
    adb server is out of date. killing...
    * daemon started successfully *
    error: device not found

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash fastboot Sec_fastboot.img -i 0x12d1
    < waiting for device >
    sending 'fastboot' (500 KB)...
    OKAY [ 0.050s]
    writing 'fastboot'...
    OKAY [ 0.020s]
    finished. total time: 0.070s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash efi ptable.img -i 0x12d1
    error: cannot load 'ptable.img'


    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot reboot-bootloader
    rebooting into bootloader...
    OKAY [ 0.010s]
    finished. total time: 0.010s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >ping -n 6 127.0.0.1 1>nul

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash boot Sec_boot.img -i 0x12d1
    sending 'boot' (5660 KB)...
    FAILED (command write failed (No such file or directory))
    finished. total time: 0.000s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash recovery Sec_recovery.img -i 0x12d1
    sending 'recovery' (7804 KB)...
    FAILED (command write failed (No such file or directory))
    finished. total time: 0.016s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash system system.img -i 0x12d1
    sending 'system' (768192 KB)...
    OKAY [ 76.113s]
    writing 'system'...
    OKAY [ 28.043s]
    finished. total time: 104.157s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash modemimage modem.img -i 0x12d1
    sending 'modemimage' (14068 KB)...
    OKAY [ 1.315s]
    writing 'modemimage'...
    OKAY [ 0.593s]
    finished. total time: 1.908s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash userdata userdata.img -i 0x12d1
    sending 'userdata' (81969 KB)...
    OKAY [ 7.816s]
    writing 'userdata'...
    OKAY [ 3.073s]
    finished. total time: 10.889s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash cache cache.img -i 0x12d1
    sending 'cache' (6248 KB)...
    OKAY [ 0.593s]
    writing 'cache'...
    OKAY [ 0.312s]
    finished. total time: 0.905s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot erase cust -i 0x12d1
    erasing 'cust'...
    FAILED (remote: Not allowed!)
    finished. total time: 0.000s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash cust cust.img -i 0x12d1
    sending 'cust' (346740 KB)...

    if there is a way to solve this please post solution or mail me. thanks

    Leave a comment:


  • hcom
    replied
    huawei p6-u06

    i have phone with same condition, I tried to flash using this method but it was useless for my devices, aparently there's a issue with the partitions of the internal memory of this phone. here is log of operation:
    it seems ptable.img is missing and this may fix partition table.

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >adb reboot bootloader
    adb server is out of date. killing...
    * daemon started successfully *
    error: device not found

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash fastboot Sec_fastboot.img -i 0x12d1
    < waiting for device >
    sending 'fastboot' (500 KB)...
    OKAY [ 0.050s]
    writing 'fastboot'...
    OKAY [ 0.020s]
    finished. total time: 0.070s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash efi ptable.img -i 0x12d1
    error: cannot load 'ptable.img'


    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot reboot-bootloader
    rebooting into bootloader...
    OKAY [ 0.010s]
    finished. total time: 0.010s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >ping -n 6 127.0.0.1 1>nul

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash boot Sec_boot.img -i 0x12d1
    sending 'boot' (5660 KB)...
    FAILED (command write failed (No such file or directory))
    finished. total time: 0.000s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash recovery Sec_recovery.img -i 0x12d1
    sending 'recovery' (7804 KB)...
    FAILED (command write failed (No such file or directory))
    finished. total time: 0.016s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash system system.img -i 0x12d1
    sending 'system' (768192 KB)...
    OKAY [ 76.113s]
    writing 'system'...
    OKAY [ 28.043s]
    finished. total time: 104.157s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash modemimage modem.img -i 0x12d1
    sending 'modemimage' (14068 KB)...
    OKAY [ 1.315s]
    writing 'modemimage'...
    OKAY [ 0.593s]
    finished. total time: 1.908s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash userdata userdata.img -i 0x12d1
    sending 'userdata' (81969 KB)...
    OKAY [ 7.816s]
    writing 'userdata'...
    OKAY [ 3.073s]
    finished. total time: 10.889s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash cache cache.img -i 0x12d1
    sending 'cache' (6248 KB)...
    OKAY [ 0.593s]
    writing 'cache'...
    OKAY [ 0.312s]
    finished. total time: 0.905s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot erase cust -i 0x12d1
    erasing 'cust'...
    FAILED (remote: Not allowed!)
    finished. total time: 0.000s

    C:\Users\Harold\Desktop\B120_P6-U06_forFastboot\B120_P6-U06_forFastboot\fastboo
    >fastboot flash cust cust.img -i 0x12d1
    sending 'cust' (346740 KB)...

    if there is a way to solve this please post solution or mail me. thanks
    Last edited by hcom; 01-18-2015, 04:17 PM. Reason: ptable.img is missing

    Leave a comment:


  • mrm_mojtaba
    replied
    my huawei g510-0010 only call with 0ne sim card after flash with incorect file g510-0100 and after jtag imei null plz help me . can i slove imei null g510-0010

    Leave a comment:


  • mrm_mojtaba
    replied
    hi my huawei p6 dead after flash with damage file plz help

    Leave a comment:


  • damiencloud
    replied
    Hi! please help me how to use that step by step. after i download that file what will i do? do i need to install that in my pc? thanks

    Leave a comment:


  • damiencloud
    replied
    HI please help me too. i have the same problem with that. i'm sorry but can you teach me step by step of fixing this? thank you so much

    Leave a comment:


  • Puzzzyr
    replied
    Try this firmware for fastboot mode B120_P6-U06_forFastboot.rar
    Just unpack archive, run Sec_P6.bat, connect phone in fastboot mode. Flashing will start automatically.

    Leave a comment:


  • dj-eg
    started a topic Huawei P6-U06 Brick

    Huawei P6-U06 Brick

    I have huawei p6-06 stuck on android logo
    in recovery i make hard reset it says
    failed to mount cache
    failed to mount data/invalid argument
    I'm ready to be beta tested


Working...
X