CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: 9mm con ben 3 Thanks ricevuti nelle ultime 24 ore
Utente della settimana: 9mm con ben 9 Thanks ricevuti negli ultimi sette giorni
Utente del mese: 9mm con ben 31 Thanks ricevuti nell'ultimo mese

Pagina 5 di 60 primaprima ... 345671555 ... ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 41 a 50 su 600
Discussione:

[MODDING] ZTE Nubia Z9 Mini

Se questa discussione ti č stata utile, ti preghiamo di lasciare un messaggio di feedback in modo che possa essere preziosa in futuro anche per altri utenti come te!
  1. #41
    Baby Droid


    Registrato dal
    Nov 2014
    Localitā
    The Netherlands
    Messaggi
    10
    Smartphone
    ZTE NUBIA Z9 MINI BLACK

    Ringraziamenti
    7
    Ringraziato 0 volte in 0 Posts
    Predefinito

    debugging is on, but get the same message.

    When you download the recovery, and you unpack it you get a .img file, the .img file you dont need to extract the files right???
    Ultima modifica di theduke1989; 13-05-15 alle 08:35

  2.  
  3. #42
    Androidiano


    Registrato dal
    Apr 2013
    Messaggi
    259

    Ringraziamenti
    9
    Ringraziato 95 volte in 73 Posts
    Predefinito

    Quote Originariamente inviato da theduke1989 Visualizza il messaggio
    Hello all,

    I am not italien, so i dont what there says, so i use translator.
    But what must i do to install the cuoco92 rom?

    Because when i download the rom and place it on my smartphone and want to install it trough standard recovery, i get an error message: E: failed to veriefy whole-file signature E: signature vertification failed installation aborted.

    So there is something go wrong, i dont have TWRP yet, because in the first post even if i translate it i cant understand the message.

    Can somebody help me out with installing this?
    How to twrp my nubia z9 mini,

    What have i done so far?

    1. created a folder called TWRP
    2. created a folder in TWRP called theme
    3. Downloaded a theme from TWRP project and place it in the map theme (ui.zip)

    4. downloaded the Recovery_TWRP and put it in a map called test on my pc
    5. trough cmd did go to the map trough cd users\my name\desktop\test
    6. i did turn off my phone, and set it in fastboot
    7. with the command in cmd: fastboot -i 0x19d2 flash recovery Recovery_TWRP.img i pressed, and get this error:
    ''Fastboot'' is not reconized as an internal or external command, operable program or batch file.

    What am i doing wrong???
    Hi, first of all you have to install drivers and fastboot/adb tools from the second post
    After you have installed them, you have to connect your smartphone to PC and let the PC recognize the cell. After the drivers are been installed you have to reboot into fastboot mode (from Settings -> About phone -> System update -> Fastboot and then confirm the warning message).

    When you are in fastboot mode, PC will install again another kind of driver (if not you haven't installed the driver I told before) you can type the command you have said in your post.

  4. Il seguente Utente ha ringraziato S3pHiroTh83 per il post:

    theduke1989 (13-05-15)

  5. #43
    Baby Droid


    Registrato dal
    Nov 2014
    Localitā
    The Netherlands
    Messaggi
    10
    Smartphone
    ZTE NUBIA Z9 MINI BLACK

    Ringraziamenti
    7
    Ringraziato 0 volte in 0 Posts
    Predefinito

    great did install now the adb tool , did not do this before.
    Uhm now i am in fastboot mode with the phone connected to the pc but the pc dident install anykind of driver.
    I think i have installed already drivers for the ZTE NUBIA Z9 before for other roms, so now again when i am in cmd and want to run fastboot -i 0x19d2 flash recovery Recovery_TWRP.img i get the same message as before.

    Have debugging on, did everything you told, but stuck at this point: fastboot -i 0x19d2 flash recovery Recovery_TWRP.img

  6. #44
    Androidiano


    Registrato dal
    Apr 2013
    Messaggi
    259

    Ringraziamenti
    9
    Ringraziato 95 volte in 73 Posts
    Predefinito

    Quote Originariamente inviato da theduke1989 Visualizza il messaggio
    great did install now the adb tool , did not do this before.
    Uhm now i am in fastboot mode with the phone connected to the pc but the pc dident install anykind of driver.
    I think i have installed already drivers for the ZTE NUBIA Z9 before for other roms, so now again when i am in cmd and want to run fastboot -i 0x19d2 flash recovery Recovery_TWRP.img i get the same message as before.

    Have debugging on, did everything you told, but stuck at this point: fastboot -i 0x19d2 flash recovery Recovery_TWRP.img
    Close every Command Prompt you have opened and then install again ADB/Fastboot tools... when installing tools you have to press Y to every question it asks...
    After everything is installed, open a Command Prompt and type the command fastboot if it shows this is correctly installed:
    codice:
    C:\Users\unknown>fastboot
    usage: fastboot [ <option> ] <command>
    
    commands:
      update <filename>                        reflash device from update.zip
      flashall                                 flash boot, system, vendor and if fo
    nd,
                                               recovery
      flash <partition> [ <filename> ]         write a file to a flash partition
      erase <partition>                        erase a flash partition
      format[:[<fs type>][:[<size>]] <partition> format a flash partition.
                                               Can override the fs type and/or
                                               size the bootloader reports.
      getvar <variable>                        display a bootloader variable
      boot <kernel> [ <ramdisk> [ <second> ] ] download and boot kernel
      flash:raw boot <kernel> [ <ramdisk> [ <second> ] ] create bootimage and
                                               flash it
      devices                                  list all connected devices
      continue                                 continue with autoboot
      reboot                                   reboot device normally
      reboot-bootloader                        reboot device into bootloader
      help                                     show this help message
    
    options:
      -w                                       erase userdata and cache (and format
                                               if supported by partition type)
      -u                                       do not first erase partition before
                                               formatting
      -s <specific device>                     specify device serial number
                                               or path to device port
      -l                                       with "devices", lists device paths
      -p <product>                             specify product name
      -c <cmdline>                             override kernel commandline
      -i <vendor id>                           specify a custom USB vendor id
      -b <base_addr>                           specify a custom kernel base address
    
                                               default: 0x10000000
      -n <page size>                           specify the nand page size.
                                               default: 2048
      -S <size>[K|M|G]                         automatically sparse files greater
                                               than size.  0 to disable

  7. Il seguente Utente ha ringraziato S3pHiroTh83 per il post:

    theduke1989 (13-05-15)

  8. #45
    Baby Droid


    Registrato dal
    Nov 2014
    Localitā
    The Netherlands
    Messaggi
    10
    Smartphone
    ZTE NUBIA Z9 MINI BLACK

    Ringraziamenti
    7
    Ringraziato 0 volte in 0 Posts
    Predefinito

    thanks,

    i saw on abd1.4.2 that there were no files copied, so i used 1 older, and than there were 4 files copied.
    Did again use the commands, and now i get this:

    Microsoft Windows [Version 6.3.9600]
    (c) 2013 Microsoft Corporation. Alle rechten voorbehouden.

    C:\Users\>cd..

    C:\Users>cd

    C:\Users>cd desktop

    C:\Users\\Desktop>cd test

    C:\Users\\Desktop\test>fastboot -i 0x19d2 flash recovery Recovery
    _TWRP.img
    target reported max download size of 268435456 bytes
    sending 'recovery' (24204 KB)...
    OKAY [ 0.766s]
    writing 'recovery'...
    OKAY [ 0.703s]
    finished. total time: 1.469s

    C:\Users\\Desktop\test>fastboot -i 0x19d2 Recovery_TWRP.img
    usage: fastboot [ <option> ] <command>

    commands:
    update <filename> reflash device from update.zip
    flashall flash boot + recovery + system
    flash <partition> [ <filename> ] write a file to a flash partition
    erase <partition> erase a flash partition
    format <partition> format a flash partition
    getvar <variable> display a bootloader variable
    boot <kernel> [ <ramdisk> ] download and boot kernel
    flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
    devices list all connected devices
    continue continue with autoboot
    reboot reboot device normally
    reboot-bootloader reboot device into bootloader
    help show this help message

    options:
    -w erase userdata and cache (and format
    if supported by partition type)
    -u do not first erase partition before
    formatting
    -s <specific device> specify device serial number
    or path to device port
    -l with "devices", lists device paths
    -p <product> specify product name
    -c <cmdline> override kernel commandline
    -i <vendor id> specify a custom USB vendor id
    -b <base_addr> specify a custom kernel base address.
    default: 0x10000000
    -n <page size> specify the nand page size. default:
    2048
    -S <size>[K|M|G] automatically sparse files greater th
    an
    size. 0 to disable

    C:\Users\\Desktop\test>
    so everything is ok?
    but nothing happend on the phone, can i now jusr reboot system now or???? what next???
    Ultima modifica di theduke1989; 13-05-15 alle 10:25

  9. #46
    Androidiano VIP L'avatar di jbravo


    Registrato dal
    Oct 2011
    Messaggi
    1,154
    Smartphone
    cinafonini vari

    Ringraziamenti
    189
    Ringraziato 266 volte in 222 Posts
    Predefinito

    These are the commands to flash and then boot into twrp:

    fastboot.exe -i 0x19d2 oem unlock
    fastboot.exe -i 0x19d2 flash recovery recovery_twrp.img
    fastboot.exe -i 0x19d2 boot recovery_twrp.img

  10. #47
    Androidiano


    Registrato dal
    Apr 2013
    Messaggi
    259

    Ringraziamenti
    9
    Ringraziato 95 volte in 73 Posts
    Predefinito

    Quote Originariamente inviato da theduke1989 Visualizza il messaggio
    thanks,

    i saw on abd1.4.2 that there were no files copied, so i used 1 older, and than there were 4 files copied.
    Did again use the commands, and now i get this:



    so everything is ok?
    but nothing happend on the phone, can i now jusr reboot system now or???? what next???
    You have simply to select the option "reboot to recovery mode" on fastboot menu.

  11. #48
    Androidiano VIP L'avatar di Shikaiya


    Registrato dal
    Sep 2014
    Localitā
    Roma
    Messaggi
    2,115

    Ringraziamenti
    569
    Ringraziato 304 volte in 251 Posts
    Predefinito

    Quote Originariamente inviato da INNOR Visualizza il messaggio
    mi trovo ancora nella situazione waiting for device

    Sottolineo che sono nella cartella della recovery ed č da li che lancio il comando :fastboot -i 0x19d2 flash recovery Recovery_TWRP.img
    Come da guida nella prima pagina.

    Il telefono č acceso e collegato con debug attivo...
    Quote Originariamente inviato da BB72 Visualizza il messaggio
    Quello č il comando per cellulare spento ed in modalitā bootloader...
    @INNOR hai installato i driver del dispositivo? Lancia il comando e mentre sei in attesa del device, premi vol + (+) power per entrare in bootloader, poi collega il cavo usb al telefono

  12. #49
    Baby Droid


    Registrato dal
    Nov 2014
    Localitā
    The Netherlands
    Messaggi
    10
    Smartphone
    ZTE NUBIA Z9 MINI BLACK

    Ringraziamenti
    7
    Ringraziato 0 volte in 0 Posts
    Predefinito

    thanks, my phone did go to the twrp in my theme, but after rebooting again for twrp, it is in chinese (yirom.com things.).
    do i must do this everytime with cmd or ????

    my phones stucks at the red/white chinees letters, my phone doesen go further than that...
    and recovery doesent work eather, the phone when you press vol- and power the phone restarts, but no recovery or fastboot...
    Ultima modifica di theduke1989; 13-05-15 alle 13:29

  13. #50
    Baby Droid


    Registrato dal
    Oct 2013
    Localitā
    Pioltello
    Messaggi
    18
    Smartphone
    ZTE Z9 Mini

    Ringraziamenti
    15
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Ciao a tutti,

    questa mattina mi č arrivato il telefono, l'ho giā rootato e installato il FW di Cuoco92 (Grazie mille per il lavoro), solo che ora mi dice che trova un aggiornamento disponibile? Inoltre se ci saranno aggiornamenti futuri dalla casa madre come si fā?

    Tra l'altro, qualcuno ha sbloccato la banda LTE B20 800Mhz? Io ho Wind per cui niente LTE al momento
    Vivi ogni giorno come se fosse l'ultimo...

Pagina 5 di 60 primaprima ... 345671555 ... ultimoultimo
Ultima pagina

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire risposte
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Torna su
Privacy Policy