witibou Posted December 28, 2013 Share Posted December 28, 2013 Bonjour, J'aimerai savoir comment transférer le contenu de ma carte sd (4Go) partitionnée lors de l'installation du link2Sd, sur une carte Sd 16Go. Il y a donc une partition visible et une invisible. Ou puis je trouver un tuto m'expliquant la manip. merci Quote Link to comment Share on other sites More sharing options...
merou09 Posted January 13, 2014 Share Posted January 13, 2014 Salut, avec adb tu peux backup et restore la sd-ext : adb shell df Backup: adb pull /system/sd C:\backup_SD_EXT adb pull /mnt/sdcard C:\backup_SD_data restore: adb push C:\backup_SD_EXT /system/sd/ adb push C:\backup_SD_data /mnt/sdcard ;) Merou Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.