CERCA
PER MODELLO
FullScreen Chatbox! :)

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

Pagina 1 di 11 123 ... ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 1 a 10 su 101
Discussione:

[P990 ToolKit] Flash / Rooting / Repartioning and more

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. #1
    Super Droid L'avatar di ANDROIDPC


    Registrato dal
    Mar 2010
    Messaggi
    4,809

    Ringraziamenti
    34
    Ringraziato 526 volte in 374 Posts
    Lightbulb

    [P990 ToolKit] Flash / Rooting / Repartioning and more

    Su XDA è stato pubblicato un ToolKit simile a quello utilizzato per moddare il NexuS:
    [TOOL] All-In-One P990 ToolKit v1.1 |KDZ FLASH|ROOT|Quick repartioning| .. and more - xda-developers



    L'applicazione permette di:
    - Fare un Backup/Restore della SD Interna
    - Fare un Backup/Restore della partizione DATA (applicazioni installate)
    - Flashare una Rom Stock
    - Flashare una Recovery
    - Flashare il bootloader ICS
    - Rootare una Rom Stock
    - Cambiare le partizioni per GB-ICS
    - altre funzioni e fix che verranno implementate nelle successive versioni

    Rinvio alla discussione su XDA per approfondimenti e ringraziamenti

    VERSIONE 4.0 OUT


    1 - Backup/Restore Options. Now includes both
    A) Backup/Restore your internal SD Card (via USB Mass-Storage) which is taken with open source tool 7z.exe. It detects SD-card’s drive letter (searching for “external_sd” or “_ExteralSD”folder) and makes a compressed file (7z) of all the files in SD-card as backup action, and extracts this file in SD-card as restore action.
    B) Backup/Restore ROM and/or Data partition with NVFlash. Backup saves images under Bachup\OldLayout or Backup\NewLayout folder. Restore checks the sizes of current partitions and the backed up images and aborts restore if a partition is smaller than its image or warns if larger. It is needed because anyone now can resize the partitions easily with option 9. Note!! Smaller images can be restored to larger partitions but the final usable size will be the image’s one.

    2 - Change your Recovery Image. Now includes two methods via ADB or withNVFlash. It detects the current partition layout and liststhe suitable recovery images available to choose.
    A) Change Recovery via ADB (rooted devices only). It is done with adb and dd command. USB debugging must be enabled, under System Settings > Developer options (Development). CMxx users also have to enable Root access > Apps and ADB
    B) Change Recovery with NVFlash. It flashesa preferred recovery with NVFlash.

    All latest available recovery images are located in imgs folder to be used by toolkit in any option needed.
    1) The latest versions of cwm v5, v6 and teamwin v2 for old layout based ROMS prefixed as GB- and,
    2) The modified cwm ones v5, v6 & new v6.0.2.5, for new ICS based ROMS prefixed as ICS-.
    Any procedure in toolkit, if needed, automatically detects the current partition layout, old or new ICS and lists the suitable recoveries from imgs folder to choose.
    You can add/remove/modify the recovery images yourself by copying/deleting/renaming them in imgs folder and just prefixing them as GB- or ICS- and the toolkit will include them automatically.

    3 - Root your Stock ROM (with NVFlash method): Roots a stock ROM with the method of NVFlashing a recovery of your choice and then installing SuperUser or SuperSU via clockworkmod. This method always worked when other tools failed.

    4 - Change Partitions from OLD to NEW layout and vice versa: Changes Partition layout and also flashes the right bootloader and recovery image of your choice so you can boot in clockworkmod and install a new ROM or restore a previous nandroid-backup. ATTENTION!! This operation totally wipes your device's internal memory including internal SD-Card. The internal SD-Card will be un-mountable after that and maybe a restore of a nandroid-backup may fail also. Stock based ROMs automatically fix this mount bug, but CMxx ones don't. There come the two flashable zip files included in CWM folder and also attached.

    System-ReFormat-ext4.zip will be needed if restore of a previous nandroid-backup fails.
    IntSD-Mount-Fix.zip fixes the internal SD not mounted bug, in CMxx ROMS, after using this option. It is “smart” & “harmless”. Detects both layouts and formats SD-card only if needed. Install it as soon as you enter recovery mode. Then install your new ROM or restore your backup. WHY ?
    Because this way first-boot of CMxx ROM will create also the default folders/files in internal sd-card. (Stock based ROMs don’t need it because they automatically fix SD-Card but it doesn’t matter if also installed.)
    Because in case of restoring a backup you can use recovery's USB storage and restore SD-Card backup, so all personal and apps' data files will be in place after boot.
    Because recovery (some versions of them at least) will stop complaining with "cannot mount sdcard".

    5 - Extract LG KDZ and/or AP.bin file. Depending on what you want to do, you can extract a kdz to get the baseband (fls file) and/or the ROM (bin file) to flash with smartflash. Additionaly you may need to extract the bin file to seperate the included partition images like chefs need to cook their new ROM.

    6 - LG Update Tool (Off-Line mode) to flash any KDZ ROM file. It helps you flash any KDZ file since the latest updates of LG tool does not allow a flash if the device is not in the current version LG expects. So we make our PC to serve LG update tool locally (offline). The script automatically:

    Adds 127.0.0.1 csmg.lgmobile.com entry (temporarily) in hosts file,
    Sets a small HTTP Server on the PC listening to port 9002 which serves the requests of the LG flash utility and run from wherever this package is extracted),
    Installs MSXML needed for the tools to run
    Runs all the utilities automatically for you (you only have to set to ON the windows enabler and of course follow the instructions to flash the ROM.
    Finally after closing the utility (R&D Test Tool) it reverts back your hosts file, removing the above entry and stops http server and windows enabler. Originally posted here by me.

    7 - SmartFlash a Stock ROM and/or BaseBand.
    Flash a full stock ROM (bin file) AND/OR Baseband (fls file) as I mention before. Hints:
    For BaseBands information and downloads visit the detailed and helpful Complete Baseband overview thread by tonyp.
    For official Stock ROMs (KDZ) visit this site

    8 - Flash the New ICS Unlocked BootLoader (and recovery if needed). ONLY for those already in ICS Partition layout. Needed for those:

    Who Installed Stock ICS with SmartFlash or LGUpdate
    Who Flashed a ready-rooted system.img only and trying to flash a recovery image after
    Who are still on the bootloader logoed with a white padlock, which does not enter smartflash mode.

    It detects the current partition layout and does not proceed if OLDlayout found

    9 - Create your own Resized partition table for both layouts. It uses PartitionCustomizer.exe to help youeasily create a re-sized partition table to flash with option 4. Attention!! DO NOT use it if you don’t know what andwhy you are doing it. See thumbnails attached.

    I - Install APX (NVFlash Recovery) Drivers if not already installed. It starts a device driver wizard to help you install the drivers needed for NVFlash. It detects your system OS and gives on-screen instructions if running Windows 8. FYI the drivers are located under ToolKitFiles\nvflash\driver folder.







    Ultima modifica di ANDROIDPC; 08-01-13 alle 23:33


    Smartphone: Samsung Galaxy NeXuS i9250
    ROM: Stock JOP40D - JB 4.2.1 Rooted
    Kernel: Stock 3.0.31

  2. I seguenti 3 Utenti hanno ringraziato ANDROIDPC per il post:

    DragonKeys (16-12-12),fatelo (16-12-12),MatVekk (27-05-13)

  3.  
  4. #2
    Androidiano L'avatar di DragonKeys


    Registrato dal
    Jun 2011
    Località
    Milano
    Messaggi
    191
    Smartphone
    Nexus 4 7 - LG 2X - FlipOut

    Ringraziamenti
    6
    Ringraziato 2 volte in 2 Posts
    Predefinito

    Ciao,
    ho scaricato il programma però viste le mie grandi doti nel tradurre l'inglese non ho capito niente... qualcuno di buona volontà potrebbe fare la traduzione?

    Grazie

  5. #3
    Super Droid L'avatar di ANDROIDPC


    Registrato dal
    Mar 2010
    Messaggi
    4,809

    Ringraziamenti
    34
    Ringraziato 526 volte in 374 Posts
    Predefinito

    Aggiornamento alla versione 2.0 con l'aggiunta di 2 nuove opzioni:

    Change Log
    V2.0: Date 16 Dec 2012
    · Two more options added.
    o SmartFlash a Stock ROM and/or Baseband (Completing this way the toolkit’s name “All-In-One”)
    o Flash New Un-Locked ICS Bootloader.

    · Added more safeties (like automatic detection of partition layout) and warnings to prevent wrong choices.
    · Added a cwm-flashable SuperSU-v0.99.zip inSU folder also for those who prefer it instead of SuperUser. Every zip can be flashed over an already installed SU or SuperSU. Removes previous occurrences of these.
    · Added two flashable zips in CWM folder for re-formating system partition in ext4 in case nandroid restore fails after repartioning.
    · Simplified/shorter instructions for the automatic off-line LG Update Tool
    · 2nd minor fix in BIN extractor occurring sometimes when drag/drop a folder or file. Thanks to SuperSkill for discovering the bug.
    · Bugfix of not backing-up files with no extension from internal SD-card.
    · DPInst32.exe& DPInst64.exe files have been added under ToolKitFiles\nvflash\driver. Run one depending on your windows platform (x86, x64) to install APX drivers easier if needed.
    · An extra Addon pack available for fixing the not mounting interal sd-card bug in CMxx ROMs
    .

    In pratica è possibile flashare una ROM e il nuovo Bootloader sbloccato per ICS.


    Smartphone: Samsung Galaxy NeXuS i9250
    ROM: Stock JOP40D - JB 4.2.1 Rooted
    Kernel: Stock 3.0.31

  6. #4
    Baby Droid


    Registrato dal
    Jan 2011
    Messaggi
    40

    Ringraziamenti
    6
    Ringraziato 0 volte in 0 Posts
    Predefinito

    scusate ragazzi, ho un dubbio, la funzione backup and restore funziona come titanium backup oppure serve solo per trasferire i dati?
    se ripristino avrò di nuovo le app con dati ecc?
    Ultima modifica di robonudo; 17-12-12 alle 19:14

  7. #5
    Super Droid L'avatar di ANDROIDPC


    Registrato dal
    Mar 2010
    Messaggi
    4,809

    Ringraziamenti
    34
    Ringraziato 526 volte in 374 Posts
    Predefinito

    Quote Originariamente inviato da robonudo Visualizza il messaggio
    scusate ragazzi, ho un dubbio, la funzione backup and restore funziona come titanium backup oppure serve solo per trasferire i dati?
    se ripristino avrò di nuovo le app con dati ecc?
    No attenzione, da quello che leggo su XDA dovrebbe essere il BACKUP della SD Interna.
    Per capirci sono Foto, Musica e Video ma NON le applicazioni installate!


    Smartphone: Samsung Galaxy NeXuS i9250
    ROM: Stock JOP40D - JB 4.2.1 Rooted
    Kernel: Stock 3.0.31

  8. Il seguente Utente ha ringraziato ANDROIDPC per il post:

    robonudo (17-12-12)

  9. #6
    Baby Droid


    Registrato dal
    Jan 2011
    Messaggi
    40

    Ringraziamenti
    6
    Ringraziato 0 volte in 0 Posts
    Predefinito

    Quote Originariamente inviato da ANDROIDPC Visualizza il messaggio
    No attenzione, da quello che leggo su XDA dovrebbe essere il BACKUP della SD Interna.
    Per capirci sono Foto, Musica e Video ma NON le applicazioni installate!
    grazie mille

  10. #7
    Androidiano


    Registrato dal
    Mar 2012
    Messaggi
    112

    Ringraziamenti
    24
    Ringraziato 9 volte in 9 Posts
    Predefinito

    ma come funziona? e installa già la recovery CWM? e se si quale versione?

  11. #8
    Androidiano L'avatar di Drachetto


    Registrato dal
    Aug 2012
    Messaggi
    98
    Smartphone
    Honor 9

    Ringraziamenti
    15
    Ringraziato 8 volte in 7 Posts
    Predefinito

    Interesserebbe anche a me capire se basta un click per rootare il dual con ICS ^^
    -Honor 9
    -Nvidia Shield K1 tablet
    -Google Chromecast (2015)
    -Google LG Nexus 5X
    -Motorola Moto X (2013)
    -Google LG Nexus 4

  12. #9
    Androidiano


    Registrato dal
    Nov 2011
    Messaggi
    91
    Smartphone
    LG Dual

    Ringraziamenti
    1
    Ringraziato 8 volte in 7 Posts
    Predefinito

    Quote Originariamente inviato da Drachetto Visualizza il messaggio
    Interesserebbe anche a me capire se basta un click per rootare il dual con ICS ^^
    beh si sarebbe una figata.
    tra l'altro non ho ankora capire la procedura per passare da cm7.2 ad ICS...
    Magari qualcuno mi illumina che sono niubbo?

  13. #10
    Super Droid L'avatar di ANDROIDPC


    Registrato dal
    Mar 2010
    Messaggi
    4,809

    Ringraziamenti
    34
    Ringraziato 526 volte in 374 Posts
    Predefinito

    Ragazzi, purtroppo come ormai saprete, il Dual non l'ho più da qualche mese, quindi non posso fare alcun test.

    In ogni modo, come scritto in prima pagina, questa ToolKit dovrebbe essere molto simile a quello utilizzato per il Nexus.
    Dovrebbe pertanto funzionare nel senso che, collegato il Cell al PC via USB, si sceglie l'operazione da effettuare con i tasti numerici ed il PC la esegue.

    Semplice e rapido.


    Smartphone: Samsung Galaxy NeXuS i9250
    ROM: Stock JOP40D - JB 4.2.1 Rooted
    Kernel: Stock 3.0.31

Pagina 1 di 11 123 ... 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