Totolino Posté(e) 2 janvier 2014 Share Posté(e) 2 janvier 2014 (modifié) Bonjour, j'ai effectué un root depuis ma tablette mais étant novice en la matière j'ai eu un problème. Lors du reboot, ma tablette est restée bloquée sur l'écran de démarrage. J'ai essayé de faire un reboot depuis le recovery en appuyant sur bouton POWER + touche VOLUME HAUT mais le résultat est le même. De plus mon ordinateur ne reconnait plus ma tablette puisqu'elle n'est allumée mais reste bloqué sur l'écran de démarrage. Lorsque je la branche sur une prise secteur elle se charge mais reste toujours bloquée. Pourriez-vous m'aider svp ? Je crains d'avoir foutu ma tablette en l'air. Merci d'avance. Modifié 2 janvier 2014 par Totolino Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 2 janvier 2014 Share Posté(e) 2 janvier 2014 Bonjour, Merci de commencer par mettre le titre du sujet au format indiqué dans : >>>>>>>> A LIRE AVANT DE POSTER <<<<<<<<. La façon de le faire y est indiquée. 1 Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Lannig Posté(e) 2 janvier 2014 Share Posté(e) 2 janvier 2014 Eh ben, le changement de titre a été un peu douloureux, on dirait ;) @Totolino : que veux-tu dire par "faire un reboot depuis le recovery" ? juste la ligne "reboot now" ou bien as-tu fait avant un "wipe data/factory reset" ? Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Totolino Posté(e) 2 janvier 2014 Auteur Share Posté(e) 2 janvier 2014 Je suis allé dans le mode recovery puis j'ai fait "reboot system now" mais la tablette restait quand meme bloquée sur l'écran de démarrage puis j'ai essayé un "wipe data/factory reset" sans plus de réussite. J'ai essayé de suivre la démarche décrite par hello189 dans ce lien http://www.mobileread.com/forums/showthread.php?p=2674922 mais étant novice je ne comprends pas trop ce qu'il faut faire avec après l'étape 5. Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Lannig Posté(e) 2 janvier 2014 Share Posté(e) 2 janvier 2014 Veux-tu parler de ce post ?Downgrading will leave you on the last ICS build. The Jelly Bean update will not show up to downgraded devices. At least for now.YOU WILL HAVE TO FACTORY RESET YOUR DEVICE.Again, I know people will not be happy about this part but it's the best that's going to be available.Still with me? Here's what you need to do: Download Update.zip Connect the Arc to your computer. Copy Update.zip to root of the Arc Disconnect the Arc from your computer Reboot the Arc Update will apply Device will reboot – at this point the device will stay at the startup animation. This is the point where a factory reset needs to happen. Hold power until device powers off. Hold power and volume up until logo appears and release power but continue to hold volume up until the gears appear and release. Use volume rocker to highlight “Wipe Data Partition” press power button to select. Use volume rocker to highlight “Yes – Delete all user data” press power button to select. Wait until format is complete. Press power button to select “Reboot system now” Device will reboot. Animation will take longer than usual. Be patient. Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Totolino Posté(e) 2 janvier 2014 Auteur Share Posté(e) 2 janvier 2014 Non, celui-ci : Quote: Originally Posted by kongpagnan My kobo arc stuck at animation could you help to restore firmware I did the same thing.Here is how you fix it.1) Boot your device into Recovery mode by turning it off then holding power + volume up for 10 seconds.2) Select the option android sideload3) Download the Android SDK4) Download update.zip from this thread http://www.mobileread.com/forums/sho...d.php?t=2104135) Move update.zip to the same folder as adb.exe (In one of the SDK folders)6) Cd to the location of adb.exe in cmd7) Connect your Kobo to your computer. Type "adb devices" In your cmd prompt. You should see your kobo something pop up. If nothing does try to restart in recovery again, and unplug then plug in the USB cable. I had to try this a few times.8) Run "adb sideload update.zip" in cmd.Then clear all the data, restart, and it should work, it did for me. Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Lannig Posté(e) 2 janvier 2014 Share Posté(e) 2 janvier 2014 Oui, et alors, qu'est-ce qu'il y a de pas clair dans ce tuto ? il me semble limpide :) Il faut que tu mettes le fichier update.zip téléchargé dans le même dossier que celui qui contient adb.exe que tu as obtenu par le SDK Android selon ce tuto, mais moi je te conseillerais plutôt de l'obtenir en suivant cet autre tuto "maison" : https://forum.frandroid.com/topic/143999-tutoinstallation-adb/ Puis ouvrir une fenêtre cmd.exe, aller dans le bon dossier avec la commande cd. Si tu as suivi le tuto que je viens de citer, ça sera : cd \adb Puis : adb devices pour vérfier que la Kobo est détectée (déjà fait au cours du tuto cité plus haut) Et : adb sideload update.zip Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Totolino Posté(e) 2 janvier 2014 Auteur Share Posté(e) 2 janvier 2014 Merci pour votre aide j'ai effectué les étapes. Que dois-je faire maintenant ? Je dois éteindre et rallumer la tablette en mode recovery puis faire un wide data/factory reset puis reboot system ? Je vous faire un copier/coller de ma fenetre : C:\adb>adb devicesList of devices attachedZEU2B2201842D hostC:\adb>adb sideload update.zipAndroid Debug Bridge version 1.0.26 -d - directs command to the only connected USB device returns an error if more than one USB device is present. -e - directs command to the only running emulator. returns an error if more than one emulator is running. -s <serial number> - directs command to the USB device or emulator with the given serial number. Overrides ANDROID_SERIAL environment variable. -p <product name or path> - simple product name like 'sooner', or a relative/absolute path to a product out directory like 'out/target/product/sooner'. If -p is not specified, the ANDROID_PRODUCT_OUT environment variable is used, which must be an absolute path. devices - list all connected devices connect <host>[:<port>] - connect to a device via TCP/IP Port 5555 is used by default if no port numberis specified. disconnect [<host>[:<port>]] - disconnect from a TCP/IP device. Port 5555 is used by default if no port numberis specified. Using this command with no additional arguments will disconnect from all connected TCP/IP devices.device commands: adb push <local> <remote> - copy file/dir to device adb pull <remote> [<local>] - copy file/dir from device adb sync [ <directory> ] - copy host->device only if changed (-l means list but don't copy) (see 'adb help all') adb shell - run remote shell interactively adb shell <command> - run remote shell command adb emu <command> - run emulator console command adb logcat [ <filter-spec> ] - View device log adb forward <local> <remote> - forward socket connections forward specs are one of: tcp:<port> localabstract:<unix domain socket name> localreserved:<unix domain socket name> localfilesystem:<unix domain socket name> dev:<character device name> jdwp:<process pid> (remote only) adb jdwp - list PIDs of processes hosting a JDWP transport adb install [-l] [-r] [-s] <file> - push this package file to the device and install it ('-l' means forward-lock the app) ('-r' means reinstall the app, keeping its data) ('-s' means install on SD card instead of internal storage) adb uninstall [-k] <package> - remove this app package from the device ('-k' means keep the data and cache directories) adb bugreport - return all information from the device that should be included in a bug report. adb help - show this help message adb version - show version numDATAOPTS: (no option) - don't touch the data partition -w - wipe the data partition -d - flash the data partitionscripting: adb wait-for-device - block until device is online adb start-server - ensure that there is a server running adb kill-server - kill the server if it is running adb get-state - prints: offline | bootloader | device adb get-serialno - prints: <serial-number> adb status-window - continuously print device status for a specified device adb remount - remounts the /system partition on the device read-write adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader or recovery program adb reboot-bootloader - reboots the device into the bootloader adb root - restarts the adbd daemon with root permissions adb usb - restarts the adbd daemon listening on USB adb tcpip <port> - restarts the adbd daemon listening on TCP on the specified portnetworking: adb ppp <tty> [parameters] - Run PPP over USB. Note: you should not automatically start a PPP connection. <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1 [parameters] - Eg. defaultroute debug dump local notty usepeerdnsadb sync notes: adb sync [ <directory> ] <localdir> can be interpreted in several ways: - If <directory> is not specified, both /system and /data partitions will be updated. - If it is "system" or "data", only the corresponding partition is updated.environmental variables: ADB_TRACE - Print debug information. A comma separated list of the following values 1 or all, adb, sockets, packets, rwx, usb, sync, sysdeps, transport, jdwp ANDROID_SERIAL - The serial number to connect to. -s takes priority over this if given. ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.C:\adb> Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 2 janvier 2014 Share Posté(e) 2 janvier 2014 Le "adb sideload update.zip" n'a pas fonctionné, car il faut une version d'adb.exe plus récente il me semble. Essaie en utilisant celui du zip de ce tuto : https://forum.frandroid.com/topic/151525-tuto-finalisation-du-root-sur-tablette-pre-rootee/. C'est la version 1.0.31. Il faut taper la commande quand la tablette est démarrée en Recovery et est en train d'attendre le fichier (en choisissant "Apply update from ADB"). Quand c'est terminé, effectivement, wipe data/factory reset puis reboot now. Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Totolino Posté(e) 2 janvier 2014 Auteur Share Posté(e) 2 janvier 2014 (modifié) Merci à @zrt22 et @Lannig. Cela a fonctionné et j'ai pu réinitiliser ma kobo arc. Je vous remercie vraiment pour votre aide. :) Modifié 3 janvier 2014 par Totolino Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
zrt22 Posté(e) 2 janvier 2014 Share Posté(e) 2 janvier 2014 De rien, mais jette donc un œil à la première ligne de sa signature, à Lannig ;) 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.