OUAbrir o emulador de terminal no telemóvel, e escrever:cd Desktop/adbadb shellsu
2ºConfirmar os valores que aparecem nas linhas que dizem boot e recovery' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=Recovery']recovery, com o seguinte comando:su
EXEMPLO DE RESULTADO:cat /proc/mtd
Nos comandos seguintes, tem que se substituir os números pelos correspondentes, tal como visto acima.3ºCorrer os seguintes comandos:dev: size erasesize namemtd0: 00440000 00020000 "boot"mtd1: 0be00000 00020000 "system"mtd2: 00500000 00020000 " recovery' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=Recovery']recovery"mtd3: 002c0000 00020000 "lgdrm"mtd4: 00100000 00020000 "splash"mtd5: 00180000 00020000 "FOTABIN"mtd6: 005c0000 00020000 "FOTA"mtd7: 00040000 00020000 "misc"mtd8: 04000000 00020000 "cache"mtd9: 0c780000 00020000 "userdata"
NÃO ESQUECER DE COPIAR OS 3 FICHEIROS GERADOS PARA O PC. ASSIM JÁ SE PODE FORMATAR O CARTÃO À VONTADE.---RESTAURONOTA: Este método de restauro é para quem tem a Custom recovery' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=Recovery']recovery instalada. Deduzo que toda a gente que por aqui ande o tenha feito...1ºAinda com Custom recovery' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=Recovery']recovery, flashar uma das ROMs originais daqui (as que são específicas para custom recovery' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=Recovery']recovery, apenas com root' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=Root']root)NOTA: Quem usa a dsixda kitchen para modificar ROMs, ao fazer root' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=Root']root, está a modificar a /boot também. Como faço tudo manualmente, a /boot não foi modificada. Apenas adicionei o root' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=Root']root em /system, sem colocar a /boot em modo unsecured. Por este motivo não é necessário usar o backup feito anteriormente, das partições /boot e /system.2ºInstalar o busybox' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=Busybox']busybox a partir do Market3ºCopiar o dump original da recovery' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=Recovery']recovery para /sdcard/Alternativa: dump da recovery' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=Recovery']recovery, de um LG P500 Vodafone 2.2: LINKmd5 3d5058a33d7457988e94e38d4ed65c914ºLigar ao pc (activar 1º o usb debugging mode), e fazer:dd if=/dev/mtd/mtd0 of=/sdcard/boot_dump.img bs=4096dd if=/dev/mtd/mtd2 of=/sdcard/recovery_dump.img bs=4096cd /systemtar zcvpf /sdcard/system_dump.tar.gz *
5ºÉ conveniente fazer agora um factory' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=Factory_reset']factory reset ao telemóvel.Pronto! Telemóvel no estado original!Solução alternativa para restauro da recovery' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=Recovery']recovery (com recurso ao flash_recovery): LINK---Fontes para a elaboração do tutorial:LINKadb' class='bbc_url' title='Link Externo' rel='nofollow external'>http://www.androidpt.info/index.php?title=ADB']adb shellsudd if=/dev/zero of=/dev/mtd/mtd2 bs=4096 (esperar que dê erro, por falta de espaço)dd if=/sdcard/recovery_dump.img of=/dev/mtd/mtd2 bs=4096rm /system/app/Superuser.apkrm /system/bin/surm /system/xbin/sureboot