Aller au contenu

Pb mémoire lg g2 32gb


Recommended Posts

J'arrive a lancer Minimal ADB and Fastboot mais apparemment c'est pas une bonne version car le tel reste toujours offline.


oui j'ai trouvé le dossier mais quand je le lance je vois bien une fenêtre dos s'ouvrir mais après elle se referme de suite.

j'ai même essayé sur un deuxième pc et c'est pareil.

Lien vers le commentaire
Partager sur d’autres sites

Pour qu'adb communique avec le phone, il faut activer le débogage usb sur le phone

Pour ça:

params système, à propos du tél,infos sur le logiciel cliquer 8 fois sur numéro de build

Ca t'ouvre un nouveau menu 'option de développement', y activer débogage usb

me dire quand ce sera fait

Modifié par 6riloo
Lien vers le commentaire
Partager sur d’autres sites

je passe à table :-)

On reprend dans une petite 1/2 -  3/4 heure ?

En attendant sauvegarde toutes tes données sur le téléphone, car à la fin il faut faire un hard reset, donc perte de toutes les données.

Modifié par 6riloo
Lien vers le commentaire
Partager sur d’autres sites

Merci :-) Me revoilou

On récapitule:

tu as sur le téléphone les 9 fichiers avec les bons droits dans /system/bin ?

Tu arrives à ouvrir une invite de commande sur ton pc avec adb ?

Quelle réponse donne la commande adb devices ?

Lien vers le commentaire
Partager sur d’autres sites

Parfait.

Tu tapes chaque commande avec un appui sur envoi après chaque commande

adb shell
su
cd /system/bin
./parted /dev/block/mmcblk0

me dire la réponse obtenue après la dernière commande STP

Modifié par 6riloo
Lien vers le commentaire
Partager sur d’autres sites

non je crois pas


Microsoft Windows [version 6.3.9600]
© 2013 Microsoft Corporation. Tous droits réservés.
 
C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell
←7←[r←[999;999H←[6nshell@d802:/ $ su
su
1|shell@d802:/ $ su
su
←7←[r←[999;999H←[6nroot@d802:/ # cd /system/bin
cd /system/bin
root@d802:/system/bin # ./parted /dev/block/mmcblk0
./parted /dev/block/mmcblk0
GNU Parted 1.8.8.1.179-aef3
Using /dev/block/mmcblk0
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted)
Lien vers le commentaire
Partager sur d’autres sites

ben j'ai suivi ce que tu ma dit de faire et j'ai ca 

 

Microsoft Windows [version 6.3.9600]
© 2013 Microsoft Corporation. Tous droits réservés.
 
C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell
←7←[r←[999;999H←[6nshell@d802:/ $ su
su
←7←[r←[999;999H←[6nroot@d802:/ #
 
root@d802:/ # cd /system/bin
cd /system/bin
root@d802:/system/bin # ./parted /dev/block/mmcblk0
./parted /dev/block/mmcblk0
GNU Parted 1.8.8.1.179-aef3
Using /dev/block/mmcblk0
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted)
Lien vers le commentaire
Partager sur d’autres sites

Tu peux passer aux commandes suivantes (appui sur entrée entre chaque):

quit (ça c'est pour pour quitter parted)

cd /system/bin
./dd if=/system/bin/sgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=61071327 conv=notrunc
./dd if=/system/bin/pgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=0 conv=notrunc

Modifié par 6riloo
Lien vers le commentaire
Partager sur d’autres sites

Microsoft Windows [version 6.3.9600]

© 2013 Microsoft Corporation. Tous droits réservés.

 

C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell

←7←[r←[999;999H←[6nshell@d802:/ $ su

su

←7←[r←[999;999H←[6nroot@d802:/ # cd /system/bin

cd /system/bin

root@d802:/system/bin # ./parted /dev/block/mmcblk0

./parted /dev/block/mmcblk0

GNU Parted 1.8.8.1.179-aef3

Using /dev/block/mmcblk0

Welcome to GNU Parted! Type 'help' to view a list of commands.

(parted) parted

parted

parted

  check NUMBER                             do a simple check on the file system

  cp [FROM-DEVICE] FROM-NUMBER TO-NUMBER   copy file system to another partition

 

  help [COMMAND]                           print general help, or help on

        COMMAND

  mklabel,mktable LABEL-TYPE               create a new disklabel (partition

        table)

  mkfs NUMBER FS-TYPE                      make a FS-TYPE file system on

        partititon NUMBER

  mkpart PART-TYPE [FS-TYPE] START END     make a partition

  mkpartfs PART-TYPE FS-TYPE START END     make a partition with a file system

  move NUMBER START END                    move partition NUMBER

  name NUMBER NAME                         name partition NUMBER as NAME

  print [devices|free|list,all|NUMBER]     display the partition table,

        available devices, free space, all found partitions, or a particular

        partition

  quit                                     exit program

  rescue START END                         rescue a lost partition near START

        and END

  resize NUMBER START END                  resize partition NUMBER and its file

        system

  rm NUMBER                                delete partition NUMBER

  select DEVICE                            choose the device to edit

  set NUMBER FLAG STATE                    change the FLAG on partition NUMBER

  toggle [NUMBER [FLAG]]                   toggle the state of FLAG on partition

 

        NUMBER

  unit UNIT                                set the default unit to UNIT

  version                                  display the version number and

        copyright information of GNU Parted

(parted)

Lien vers le commentaire
Partager sur d’autres sites

oui, j'ai édité ma réponse:

Tu peux passer aux commandes suivantes (appui sur entrée entre chaque):

quit (ça c'est pour pour quitter parted)

cd /system/bin
./dd if=/system/bin/sgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=61071327 conv=notrunc
./dd if=/system/bin/pgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=0 conv=notrunc

Lien vers le commentaire
Partager sur d’autres sites

voila

        copyright information of GNU Parted
(parted) quit
quit
quit
root@d802:/system/bin # cd /system/bin
cd /system/bin
root@d802:/system/bin # ./dd if=/system/sgpt32g.img of=/dev/block/mmcblk0 bs=512
 seek=61071327 conv=notrunc
 of=/dev/block/mmcblk0 bs=512 seek=61071327 conv=notrunc                      <
dd: can't open '/system/sgpt32g.img': No such file or directory
1|root@d802:/system/bin # ./dd if=/system/pgpt32g.img of=/dev/block/mmcblk0 bs=5
12 seek=0 conv=notrunc
g of=/dev/block/mmcblk0 bs=512 seek=0 conv=notrunc                            <
dd: can't open '/system/pgpt32g.img': No such file or directory
1|root@d802:/system/bin #
Lien vers le commentaire
Partager sur d’autres sites

chez toi c'est dans /system/bin/

./dd if=/system/bin/sgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=61071327 conv=notrunc
./dd if=/system/bin/pgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=0 conv=notrunc

Lien vers le commentaire
Partager sur d’autres sites

je t'ai donné les commandes (appui sur entrée entre chaque):

./dd if=/system/bin/sgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=61071327 conv=notrunc
./dd if=/system/bin/pgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=0 conv=notrunc

 

toi tu as tapé sans ce qui est en rouge :-)

Modifié par 6riloo
Lien vers le commentaire
Partager sur d’autres sites

ben c'est ce que j'ai fait

 

1|root@d802:/system/bin # ./dd if=/system/pgpt32g.img of=/dev/block/mmcblk0 bs=5
12 seek=0 conv=notrunc
g of=/dev/block/mmcblk0 bs=512 seek=0 conv=notrunc                            <
dd: can't open '/system/pgpt32g.img': No such file or directory
1|root@d802:/system/bin # ./dd if=/system/bin/sgpt32g.img of=/dev/block/mmcblk0
bs=512 seek=61071327 conv=notrunc
g.img of=/dev/block/mmcblk0 bs=512 seek=61071327 conv=notrunc                 <
33+0 records in
33+0 records out
16896 bytes (16.5KB) copied, 0.128344 seconds, 128.6KB/s
root@d802:/system/bin # ./dd if=/system/bin/pgpt32g.img of=/dev/block/mmcblk0 bs
=512 seek=0 conv=notrunc
.img of=/dev/block/mmcblk0 bs=512 seek=0 conv=notrunc                         <
34+0 records in
34+0 records out
17408 bytes (17.0KB) copied, 0.116263 seconds, 146.2KB/s
root@d802:/system/bin #
Modifié par rik57
Lien vers le commentaire
Partager sur d’autres sites

non tu as tapé

./dd if=/system/sgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=61071327 conv=notrunc

 
au lieu de
./dd if=/system/bin/sgpt32g.img of=/dev/block/mmcblk0 bs=512 seek=61071327 conv=notrunc
Modifié par 6riloo
Lien vers le commentaire
Partager sur d’autres sites

Rejoignez la conversation

Vous pouvez poster maintenant et vous enregistrez plus tard. Si vous avez un compte, connectez-vous maintenant pour poster.

Invité
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

×
×
  • Créer...