Donc en fait entre temps j'ai fait un copié collé du cmd.exe dans mon dossier fasboot car il n'y était pas . J'ai refait la ligne de commande a partir de la . Et la j'aieu un défilé de phrase signe et texte que j'ai pas compris
Double clic sur cmd.exe dans le dossier fastboot , j'ai directement c:\fastboot> ensuite je tape : adb devices j'ai d'ecris : list of devices attached je fais la ligne de commande , je me retrouve avec une triple pages de lignes et signes et toujours le tel qui est en "starting ADB sideload feature....."
essayer en recovery la même phrase sans être en adb sideload moi ça a marché sans le sideload par contre c est long et tu nas rien qui s affiche sur la fenêtre dos le temps que ça "pousse"
-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 - directs command to the USB device or emulator w ith the given serial number. Overrides ANDROID_SERI AL environment variable. -p - 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 [:] - connect to a device via TCP/IP Port 5555 is used by default if no port number is specified. disconnect [[:]] - 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 - copy file/dir to device adb pull [] - copy file/dir from device adb sync [ ] - 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 - run remote shell command adb emu - run emulator console command adb logcat [ ] - View device log adb forward - forward socket connections forward specs are one of: tcp: localabstract: localreserved: localfilesystem: dev: jdwp: (remote only) adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-l] [-r] [-s] [--algo --key -- iv ] - push this package file to the device and instal l 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) ('--algo', '--key', and '--iv' mean the file is encrypted already) adb uninstall [-k] - 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 backup [-f ] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy stem] [] - write an archive of the device's data to . If no -f option is supplied then the data is wr itten to "backup.ab" in the current directory. (-apk|-noapk enable/disable backup of the .apks themselves in the archive; the default is noapk.) (-shared|-noshared enable/disable backup of the device's shared storage / SD card contents; the defau lt is noshared.) (-all means to back up all installed applicatio ns) (-system|-nosystem toggles whether -all automat ically includes system applications; the default is to inclu de system apps) ( is the list of applications to b e backed up. If the -all or -shared flags are passed, then t he package list is optional. Applications explicitly g iven on the command line will be included even if -nosys tem would ordinarily cause them to be omitted.)
adb restore - restore device contents from the backup archive
adb help - show this help message adb version - show version num
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: 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 - restarts the adbd daemon listening on TCP on th e specified port networking: adb ppp [parameters] - Run PPP over USB. Note: you should not automatically start a PPP connection. 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 [ ] can be interpreted in several ways:
- If 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:\fastboot>adb push c:/fastboot/Elegancia.zip/sdcard/ Android Debug Bridge version 1.0.29
-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 - directs command to the USB device or emulator w ith the given serial number. Overrides ANDROID_SERI AL environment variable. -p - 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 [:] - connect to a device via TCP/IP Port 5555 is used by default if no port number is specified. disconnect [[:]] - 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 - copy file/dir to device adb pull [] - copy file/dir from device adb sync [ ] - 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 - run remote shell command adb emu - run emulator console command adb logcat [ ] - View device log adb forward - forward socket connections forward specs are one of: tcp: localabstract: localreserved: localfilesystem: dev: jdwp: (remote only) adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-l] [-r] [-s] [--algo --key -- iv ] - push this package file to the device and instal l 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) ('--algo', '--key', and '--iv' mean the file is encrypted already) adb uninstall [-k] - 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 backup [-f ] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy stem] [] - write an archive of the device's data to . If no -f option is supplied then the data is wr itten to "backup.ab" in the current directory. (-apk|-noapk enable/disable backup of the .apks themselves in the archive; the default is noapk.) (-shared|-noshared enable/disable backup of the device's shared storage / SD card contents; the defau lt is noshared.) (-all means to back up all installed applicatio ns) (-system|-nosystem toggles whether -all automat ically includes system applications; the default is to inclu de system apps) ( is the list of applications to b e backed up. If the -all or -shared flags are passed, then t he package list is optional. Applications explicitly g iven on the command line will be included even if -nosys tem would ordinarily cause them to be omitted.)
adb restore - restore device contents from the backup archive
adb help - show this help message adb version - show version num
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: 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 - restarts the adbd daemon listening on TCP on th e specified port networking: adb ppp [parameters] - Run PPP over USB. Note: you should not automatically start a PPP connection. 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 [ ] can be interpreted in several ways:
- If 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.
si c est vide il y a un problème ton ONE branché en mode recovery tu devrais avoir qqe chose d'écrit regardes pour mettre les drivers ou changer de PC pour tester la même commande ailleurs
si tu es en bootloader il ne peux pas avoir de loiciel il faut le mettre en fastboot usb sinon dans le recovery sans aller dans sideload re essayes la commande adb devices
si ça ne te donne rien tu as un problèmes de drivers sinon je ne sais pas
J'ai viré et remis les drivers . J'ai passé le tel en fastboot USB et ensuite basculé en RECOVERY et la il est reconnus par mon PC . Je reste a la source du recovery et lance la ligne de commande
Elle est validé et sous la ligne de commande j'ai le curseur qui clignote , je pense etre dans le bon . Dans le push du ZIP . Peux tu me confirmer ca , et une estimation de "ton" c'est long a push stp
Quand j'ai tapé adb device j'ai eu un truc que j'ai jamais eu avant :
C:\fastboot>adb devices adb server is out of date. killing... * daemon started successfully * List of devices attached HT33WW902215 recovery
@gsm0607455890 Merci de ta patience envers moi car c'est pas mon domaine . Le push est terminé et je lance l'install de ma rom . Tu me sauves la mises sur mon tel qui est une source de travail . Merci a toi et à la communauté
je te donne mon IBAN 123 456 789 000000 vas y fais un don en $ ou €
sinon tu as plus de chance parceque moi j'ai remis les drivers mais un de mes PC ne vois jamais mon ONE il me dit MTP et je peux plus faire de copier coller ou même voir ce que j'i dessus....