Aller au contenu

[Résolu] [KOBO ARC] bloquée sur logo démarrage


Recommended Posts

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é par Totolino
Lien vers le commentaire
Partager sur d’autres sites

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" ?

Lien vers le commentaire
Partager sur d’autres sites

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.

Lien vers le commentaire
Partager sur d’autres sites

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.

Lien vers le commentaire
Partager sur d’autres sites

Non, celui-ci :

Quote:
Originally Posted by kongpagnan viewpost.gif
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 sideload

3) Download the Android SDK

4) Download update.zip from this thread http://www.mobileread.com/forums/sho...d.php?t=210413

5) 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 cmd

7) 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.

Lien vers le commentaire
Partager sur d’autres sites

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
Lien vers le commentaire
Partager sur d’autres sites

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 devices
List of devices attached
ZEU2B2201842D   host


C:\adb>adb sideload update.zip
Android Debug Bridge version 1.0.26

 -d                            - directs command to the only connected USB devic
e
                                 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 r
unning.
 -s <serial number>            - directs command to the USB device or emulator w
ith
                                 the given serial number. Overrides ANDROID_SERI
AL
                                 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 number
is specified.
 disconnect [<host>[:<port>]]  - disconnect from a TCP/IP device.
                                 Port 5555 is used by default if no port number
is specified.
                                 Using this command with no additional arguments

                                 will disconnect from all connected TCP/IP devic
es.

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 i
nstall it
                                 ('-l' means forward-lock the app)
                                 ('-r' means reinstall the app, keeping its data
)
                                 ('-s' means install on SD card instead of inter
nal 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 num

DATAOPTS:
 (no option)                   - don't touch the data partition
  -w                           - wipe the data partition
  -d                           - flash the data partition

scripting:
  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 specifie
d device
  adb remount                  - remounts the /system partition on the device re
ad-write
  adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
tloader 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 th
e specified port
networking:
  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 usepeerdns

adb sync notes: adb sync [ <directory> ]
  <localdir> can be interpreted in several ways:

  - If <directory> is not specified, both /system and /data partitions will be u
pdated.

  - 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 prior
ity over this if given.
  ANDROID_LOG_TAGS             - When used with the logcat option, only these de
bug tags are printed.

C:\adb>

Lien vers le commentaire
Partager sur d’autres sites

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.

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...