Jump to content

Mémoire => system data 14 go


Recommended Posts

Bonjour à tous. 

 

Donc voilà je vous expose mon problème

 

J'ai actuellement 14 go de system data. 

 

Donc comme Destiny a dit, j'ai essayé de faire ce tuto : http://www.droidviews.com/your-32gb-lg-g2-shows-only-16gb-storage-space-heres-the-fix/

 

J'y suis arrivé,j'ai fait sans soucis jusqu'à l'étape 6. 

Ensuite pour l'étape 7 j'ai essayé de recopier la commande ça n'a pas marché, et ensuite j'ai fait un copier coller de : parted /dev/block/mmcblk0 

 

et ça a marché! 

ça m'a affiché pour être précis : 

 

"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)"
 
Donc ensuite je me suis dit chouette j'ai pas la commande d'erreur et tout nickel ça marche. Donc j'ai fait l'étape 11! Donc j'ai fait ce qu'il demande donc je crois avoir tout essayé, écrire une a une les commandes, les copier une à une aussi, et également copier le tout avec les lignes du tuto plus haut et celle de Destiny mais ça m'affiche beaucoup de ligne du genre : 
 
 
 
  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
 
 
 
Voili voilou donc je suis bloqué ici, je comprend pas tout à vrai merci si il y en a qui peuvent m'aider d'avance :D
 
 
 

 

 

Link to comment
Share on other sites

Salut KIMZE,

vérifie ou est installé su /bin ou /xbin ?

 

si xbin, recommence l’étape 3 en remplaçant bin par xbin

 

et pour l’étape 11 utilise ces commandes

 

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

Edited by Berni66
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...