zrt22 Posté(e) 9 mars 2014 Share Posté(e) 9 mars 2014 Les 5 fichiers mentionnés ne sont pas là. :) Le GoogleServicesFramework.apk doit être ton backup fait juste avant les adb push, que je te suggère de déplacer dans un dossier pour le mettre à l'abri avant que l'autre le remplace. Ensuite, revois l'extraction des fichiers de l'archive gapps-machin.zip. D'ailleurs, ne l'aurais-tu pas extraite tout entière dans ton dossier ADB ? Parce que les fichiers en question sont dans un sous-dossier de celle-ci, et doivent donc être extraits précisément. Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Niktam Posté(e) 9 mars 2014 Share Posté(e) 9 mars 2014 J'avais extrait que les 5 fichiers et je viens de vérifier que ces 5 fichiers étaient extraient dans C:\adb\system\app Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 9 mars 2014 Share Posté(e) 9 mars 2014 L'extraction a conservé l'arborescence des dossiers de l'archive en tout cas. Il faut les remonter à C:\adb. Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Niktam Posté(e) 9 mars 2014 Share Posté(e) 9 mars 2014 Je les ai mit dans C:\adb et toujours le même problème. :( Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 9 mars 2014 Share Posté(e) 9 mars 2014 Toujours 'no such file or directory' ? :mellow: À part fichier non présent ou nom de fichier incorrect dans la commande (et donc fichier non présent), je ne vois pas où est le problème... Redonne le résultat des deux commandes précédentes ? D'ailleurs, me demande pourquoi tu n'as pas le Phonesky.apk du ADB.zip, vu que tu as les Superuser.apk et autres qui viennent de là, je présume. Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Niktam Posté(e) 9 mars 2014 Share Posté(e) 9 mars 2014 Ouuuuulaaaa !! Comment on copie/colle s'il vous plait parce que là il y a plein de trucs qui ont apparu Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 9 mars 2014 Share Posté(e) 9 mars 2014 Tu recopiais les commandes à la main ..? Parce qu'une faute de frappe est vite arrivée comme ça ! Tuto express sur les copier/coller de la console: Pour copier quelque chose : Clic-droit n'importe où dans la console, "sélectionner" Dessine un rectangle de surbrillance pour choisir ce que tu veux copier. Appuie sur la touche entrée : Le rectangle disparaît et la sélection est dans ton presse-papier. Pour coller quelque chose :Après avoir la ou les commandes dans le presse-papier, Clic-droit n'importe où dans la console, "coller" La commande se colle à la ligne de l'interpréteur. S'il y avait plusieurs lignes, elles s'exécutent les unes après les autres, automatiquement. Si tu ne connais pas le terme "presse-papier" : C'est là où est stocké ce que tu copies et c'est de là qu'est pris ce que tu colles. (N'importe où) Si ton message d'erreur est un pavé qui commence par "Android Debug Bridge version 1.0.x", pas la peine de le recopier, c'est l'aide d'ADB qui apparaît quand on tape une commande incorrecte. 1 Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Niktam Posté(e) 9 mars 2014 Share Posté(e) 9 mars 2014 Ah non c'est bon ça a disparu le truc mais maintenant quand je fais Phonesky.apk on me dit no space left on device pourtant je n'ai aucun appli téléchargé :mellow: C:\adb>dir *.apk Le volume dans le lecteur C s'appelle ACER Le numéro de série du volume est C8EE-B024 Répertoire de C:\adb 28/02/2008 18:33 177 146 GoogleFeedback.apk 28/02/2008 18:33 2 272 849 GoogleLoginService.apk 09/03/2014 21:34 1 354 437 GoogleServicesFramework.apk 28/02/2008 18:33 6 388 OneTimeInitializer.apk 28/02/2008 18:33 5 319 551 Phonesky.apk 06/01/2012 22:47 996 704 Superuser.apk 11/09/2011 02:04 196 640 Superusero.apk 05/07/2012 10:00 2 323 978 Superusers.apk 8 fichier(s) 12 647 693 octets 0 Rép(s) 333 465 526 272 octets libres C:\adb>adb push Phonesky.apk /system/app/Phonesky.apk * daemon not running. starting it now on port 5037 * * daemon started successfully * failed to copy 'Phonesky.apk' to '/system/app/Phonesky.apk': No space left on de vice Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 9 mars 2014 Share Posté(e) 9 mars 2014 C'est l'espace dans /system qui compte ici, peu importe les applications installées manuellement. Le point 2 du tuto sert à y faire de la place pour cette raison. La commande adb shell df /system t'indiquera l'espace disponible sur /system pour savoir si tu as assez ou non avant de passer aux adb push. Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
jef59114 Posté(e) 26 mars 2014 Share Posté(e) 26 mars 2014 Merci pour le tuto mais play store ne se lance pas . Que faire ? Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 26 mars 2014 Share Posté(e) 26 mars 2014 Hello, que donne les commandes de ce message ? Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
jef59114 Posté(e) 26 mars 2014 Share Posté(e) 26 mars 2014 hello, la tablette est bien sous android 4.1.1 et voici ce que ça donne avec les commandes suivantes : merci de ton aide Microsoft Windows [version 6.1.7601]Copyright © 2009 Microsoft Corporation. Tous droits réservés.C:\Windows\system32>cd /adbC:\adb>adb shell ls -l /system/app/GoogleFeedback.apk-rw-r--r-- root root 261024 2013-01-19 02:14 GoogleFeedback.apkC:\adb>adb shell ls -l /system/app/GoogleLoginService.apk/system/app/GoogleLoginService.apk: No such file or directoryC:\adb>adb shell ls -l /system/app/GoogleServicesFramework.apk-rw-r--r-- root root 1354437 2014-03-26 16:46 GoogleServicesFramework.apkC:\adb>adb shell ls -l /system/app/OneTimeInitializer.apk/system/app/OneTimeInitializer.apk: No such file or directoryC:\adb>adb shell ls -l /system/app/Phonesky.apk-rw-rw-rw- root root 5319551 2008-02-28 17:33 Phonesky.apkC:\adb> Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 26 mars 2014 Share Posté(e) 26 mars 2014 Hm, il y a plusieurs choses là. Déjà, il manque GoogleLoginService.apk et OneTimeInitializer.apk. Ça ne risque pas d'aller sans (le premier du moins), donc retape les adb push correspondants pour voir quelle est l'erreur qui les empêche d'être copiés sur l'appareil. Et s'il n'y a pas d'erreur, tape aussi les adb shell chmod correspondants. Ensuite, d'où viennent les fichiers apk de ton dossier adb ? Je ne reconnais pas ce GoogleFeedback.apk ni le GoogleServicesFramework.apk mais pour ce dernier, c'est peut-être celui d'origine qui n'a pas été remplacé ou a été replacé. Enfin, cette commande n'a pas été passée : adb shell chmod 644 /system/app/Phonesky.apk Elle doit fonctionner car le fichier est déjà sur place. Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
jef59114 Posté(e) 26 mars 2014 Share Posté(e) 26 mars 2014 j' arrive plus à copier coller les commandes passées........... ah voilà , enfin !!! pour les fichiers apk du dossier abd proviennent d'un fichier zip trouvé dans le tuto 4) Installer Google Play - Placer les apk nécessaires par ADB au fonctionnement de Goolge Play en suivant rigoureusement cette méthode :- télécharger ceci : http://goo.im/gapps/...0726-signed.zip, dézipper le contenu puis extraire les 5 fichiers suivants dans le dossier C:\adb de votre PC (créé lors de la phase 1): § GoogleServicesFramework.apk § OneTimeInitializer.apk § Phonesky.apk § GoogleLoginService.apk § GoogleFeedback.apk Extrait de cmd, ça m'a l'air d'être un beau bazarre........... Microsoft Windows [version 6.1.7601]Copyright © 2009 Microsoft Corporation. Tous droits réservés.C:\Windows\system32>cd /adbC:\adb>adb push Phonesky.apk /system/app/Phonesky.apkfailed to copy 'Phonesky.apk' to '/system/app/Phonesky.apk': Read-only file sysemC:\adb>adb shell chmod 644 /system/app/Phonesky.apkUnable to chmod /system/app/Phonesky.apk: Read-only file systemC:\adb>adb push OneTimeInitializer.apk /system/app/OneTimeInitializer.apkcannot stat 'OneTimeInitializer.apk': No such file or directoryC:\adb>adb shell chmod 644 /system/app/OneTimeInitializer.apkUnable to chmod /system/app/OneTimeInitializer.apk: No such file or directoryC:\adb>adb push GoogleServicesFramework.apk /system/app/GoogleServicesFrameworkapkfailed to copy 'GoogleServicesFramework.apk' to '/system/app/GoogleServicesFramwork.apk': Read-only file systemC:\adb>adb shell chmod 644 /system/app/GoogleServicesFramework.apkUnable to chmod /system/app/GoogleServicesFramework.apk: Read-only file systemC:\adb>adb push GoogleLoginService.apk /system/app/GoogleLoginService.apkcannot stat 'GoogleLoginService.apk': No such file or directoryC:\adb>adb shell chmod 644 /system/app/GoogleLoginService.apkUnable to chmod /system/app/GoogleLoginService.apk: No such file or directoryC:\adb>adb push GoogleFeedback.apk /system/app/GoogleFeedback.apkcannot stat 'GoogleFeedback.apk': No such file or directoryC:\adb>adb shell chmod 644 /system/app/GoogleFeedback.apkUnable to chmod /system/app/GoogleFeedback.apk: Read-only file systemC:\adb>adb shell chmod 644 /system/app/Phonesky.apkUnable to chmod /system/app/Phonesky.apk: Read-only file systemC:\adb>adb remountremount succeededC:\adb>C:\adb>C:\adb>C:\adb> Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 26 mars 2014 Share Posté(e) 26 mars 2014 (modifié) Le adb remount est à faire avant, pour remonter le filesystem en écriture (d'où les erreurs de lecture seule). Et les APK ne sont pas dans ton dossier ADB, vérifie. Si tu as extrait toute l'archive, alors ils doivent être dans C:\adb\system\app et il faut les remonter dans C:\adb. Modifié 26 mars 2014 par zrt22 Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
jef59114 Posté(e) 26 mars 2014 Share Posté(e) 26 mars 2014 Suite à ton message voici les dernières cmd Microsoft Windows [version 6.1.7601]Copyright © 2009 Microsoft Corporation. Tous droits réservés.C:\Windows\system32>cd /adbC:\adb>adb remountremount succeededC:\adb>adb push Phonesky.apk /system/app/Phonesky.apkfailed to copy 'Phonesky.apk' to '/system/app/Phonesky.apk': No space left on deviceC:\adb>adb shell chmod 644 /system/app/Phonesky.apkUnable to chmod /system/app/Phonesky.apk: No such file or directoryC:\adb>adb push OneTimeInitializer.apk /system/app/OneTimeInitializer.apk328 KB/s (6388 bytes in 0.019s)C:\adb>adb shell chmod 644 /system/app/OneTimeInitializer.apkC:\adb>adb push GoogleServicesFramework.apk /system/app/GoogleServicesFramework2551 KB/s (765506 bytes in 0.293s)C:\adb>adb push GoogleServicesFramework.apk /system/app/GoogleServicesFramework3063 KB/s (765506 bytes in 0.244s)C:\adb>adb shell chmod 644 /system/app/GoogleServicesFramework.apkC:\adb>adb push GoogleLoginService.apk /system/app/GoogleLoginService.apkfailed to copy 'GoogleLoginService.apk' to '/system/app/GoogleLoginService.apk': No space left on deviceC:\adb>adb shell chmod 644 /system/app/GoogleLoginService.apkUnable to chmod /system/app/GoogleLoginService.apk: No such file or directoryC:\adb>adb push GoogleFeedback.apk /system/app/GoogleFeedback.apk2109 KB/s (177146 bytes in 0.082s)C:\adb>adb shell chmod 644 /system/app/GoogleFeedback.apkC:\adb>adb shell chmod 644 /system/app/Phonesky.apkUnable to chmod /system/app/Phonesky.apk: No such file or directoryC:\adb> Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 26 mars 2014 Share Posté(e) 26 mars 2014 Euh, tu as effacé Phonesky.apk de la tablette entre deux ? Car tu l'avais plus haut et maintenant, non. :huh: Il ne manque donc que lui et GoogleLoginService.apk là, le reste est bon et je reconnais les fichiers. Les erreurs sur ces deux fichiers indiquent un manque d'espace et/ou d'inode. Pour vérifier : adb shell df /systemadb shell busybox df -i /system Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
jef59114 Posté(e) 27 mars 2014 Share Posté(e) 27 mars 2014 Bonjour, quand j'allume la tablette play store et super user ont disparu des menus. Voici les commandes indiquées : Microsoft Windows [version 6.1.7601]Copyright © 2009 Microsoft Corporation. Tous droits réservés.C:\Windows\system32>cd /adbC:\adb>adb shell df /system* daemon not running. starting it now on port 5037 ** daemon started successfully *Filesystem Size Used Free Blksize/system 333.3M 322.4M 10.9M 1024C:\adb>adb shell busybox df -i /systemFilesystem Inodes Used Available Use% Mounted on/dev/block/mtdblock8 1680 1678 2 100% /systemC:\adb> Si tu pouvais m'indiquer la marche à suivre pour pour remettre phonesky et googlelogin, et s'il faut libérer de l'espace. Merci beaucoup de ton aide. bien cordialement JEF Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 27 mars 2014 Share Posté(e) 27 mars 2014 Je me demande comment ont disparu Phonesky.apk et Superuser.apk, il faut le faire à la main pour ce genre de fichiers... Tu as assez d'espace pour placer les 2 apk manquants mais il ne te reste que 2 inodes. C'est juste, mais ça devrait passer (1 fichier = 1 inode, normalement). Les seules commandes à refaire sont celles-ci : adb remount adb push Phonesky.apk /system/app/Phonesky.apk adb shell chmod 644 /system/app/Phonesky.apk adb push GoogleLoginService.apk /system/app/GoogleLoginService.apk adb shell chmod 644 /system/app/GoogleLoginService.apk Si tu as encore un no space left on device aux adb push, alors il faudra récupérer un peu plus d'inode. On peut aussi le faire avant histoire d'avoir une marge et de pouvoir renvoyer Superuser.apk, éventuellement. Pour savoir quoi effacer, il me faut la fin (~20 dernières lignes) de ce que donne cette commande : adb shell ls -l /system/xbin (j'insiste sur la fin car c'est une longue liste) Dans tous les cas, ne relance pas le script de finalisation du root, il ne fera que grignoter des inodes à chaque lancement. Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
jef59114 Posté(e) 27 mars 2014 Share Posté(e) 27 mars 2014 voici environ les 20 dernières lignes demandés : lrwxrwxrwx root root 2014-03-23 20:57 nmeter -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 nohup -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 nslookup -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 od -> /system/xbin/busybox-rwxr-xr-x root shell 14252 2013-01-19 02:27 opcontrollrwxrwxrwx root root 2014-03-23 20:57 openvt -> /system/xbin/busybox-rwxr-xr-x root shell 59720 2013-01-19 02:27 oprofiledlrwxrwxrwx root root 2014-03-23 20:57 patch -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 pgrep -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 pidof -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 ping -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 ping6 -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 pipe_progress -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 pivot_root -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 pkill -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 pmap -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 popmaildir -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 poweroff -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 powertop -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 printenv -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 printf -> /system/xbin/busybox-rwsr-sr-x root root 9464 2013-01-19 02:28 procmem-rwsr-sr-x root root 9580 2013-01-19 02:28 procranklrwxrwxrwx root root 2014-03-23 20:57 ps -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 pscan -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 pstree -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 pwd -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 pwdx -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 raidautorun -> /system/xbin/busybox-rwxr-xr-x root shell 13672 2013-01-19 02:29 rawbulrwxrwxrwx root root 2014-03-23 20:57 rdate -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 rdev -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 readlink -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 readprofile -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 realpath -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 reboot -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 reformime -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 renice -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 reset -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 resize -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 rev -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 rm -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 rmdir -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 rmmod -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 route -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 rpm -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 rpm2cpio -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 rtcwake -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 run-parts -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 runsv -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 runsvdir -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 rx -> /system/xbin/busybox-rwxr-xr-x root shell 5428 2013-01-19 02:27 sane_schedstatlrwxrwxrwx root root 2014-03-23 20:57 script -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 scriptreplay -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 sed -> /system/xbin/busyboxlrwxrwxrwx root root 2014-03-23 20:57 sendmail -> /system/xbin/busybox-rwxr-xr-x root shell 9516 2013-01-19 02:29 showmap-rwxr-xr-x root shell 9520 2013-01-19 02:27 showslab-rwxr-xr-x root shell 36864 2013-01-19 02:29 sqlite3-rwxr-xr-x root shell 255480 2013-01-19 02:27 strace-rwsr-sr-x root root 62932 2013-01-19 02:27 su.0-rwsr-sr-x root root 652948 2013-01-19 02:27 tcpdump-rwxr-xr-x root shell 5424 2013-01-19 02:29 timeinfoC:\adb> enfin un peu plus... Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 27 mars 2014 Share Posté(e) 27 mars 2014 Plus une soixantaine qu'une vingtaine là. :) Tape ou colle le groupe de commandes suivant pour récupérer 12 inodes. Tu devrais être tranquille pour ce qu'il reste à faire. adb remount adb shell rm /system/xbin/route adb shell rm /system/xbin/rpm adb shell rm /system/xbin/rpm2cpio adb shell rm /system/xbin/rtcwake adb shell rm /system/xbin/run-parts adb shell rm /system/xbin/runsv adb shell rm /system/xbin/runsvdir adb shell rm /system/xbin/rx adb shell rm /system/xbin/script adb shell rm /system/xbin/scriptreplay adb shell rm /system/xbin/sed adb shell rm /system/xbin/sendmail Puis les commandes de mon message précédent pour installer ce qu'il manque de Google Play. Il faudra peut-être faire la partie nettoyage en fin de tuto pour qu'il fonctionne, essaie. Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
jef59114 Posté(e) 27 mars 2014 Share Posté(e) 27 mars 2014 voilà j'ai fait les commandes comme demandé voici les résultats. Microsoft Windows [version 6.1.7601]Copyright © 2009 Microsoft Corporation. Tous droits réservés.C:\Windows\system32>cd /adbC:\adb>adb remountremount succeededC:\adb>C:\adb>adb shell rm /system/xbin/routeC:\adb>adb shell rm /system/xbin/rpmC:\adb>adb shell rm /system/xbin/rpm2cpioC:\adb>adb shell rm /system/xbin/rtcwakeC:\adb>adb shell rm /system/xbin/run-partsC:\adb>adb shell rm /system/xbin/runsvC:\adb>adb shell rm /system/xbin/runsvdirC:\adb>adb shell rm /system/xbin/rxC:\adb>adb shell rm /system/xbin/scriptC:\adb>adb shell rm /system/xbin/scriptreplayC:\adb>adb shell rm /system/xbin/sedC:\adb>adb shell rm /system/xbin/sendmailC:\adb>adb remountremount succeededC:\adb>adb push Phonesky.apk /system/app/Phonesky.apk2846 KB/s (5319551 bytes in 1.825s)C:\adb>adb shell chmod 644 /system/app/Phonesky.apkC:\adb>adb push GoogleLoginService.apk /system/app/GoogleLoginService.apk2830 KB/s (2272849 bytes in 0.784s)C:\adb>adb shell chmod 644 /system/app/GoogleLoginService.apkC:\adb> j'attend tes instructions pour la fin. MERCI BCP Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 27 mars 2014 Share Posté(e) 27 mars 2014 Il n'y a plus d'instructions, c'est fini normalement. :P Essaie Google Play après un redémarrage et s'il ne va pas, fais la partie "- Sur la tablette, aller vider cache+données de Google Play..." du tuto (jusqu'au bout). Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
jef59114 Posté(e) 27 mars 2014 Share Posté(e) 27 mars 2014 impeccable, ça fonctionne BIEN MERCI POUR TON AIDE. APRES MES BETISES TU M A BIEN RENDU SERVICE. CHACUN SON JOB....... MERCI ENCORE Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 27 mars 2014 Share Posté(e) 27 mars 2014 De rien, content que ce soit réglé. Enfin ce n'est pas mon job non plus hein. :) Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Recommended Posts
Rejoignez la conversation
Vous pouvez poster maintenant et vous enregistrez plus tard. Si vous avez un compte, connectez-vous maintenant pour poster.