Génération mobiles - Forum smartphones & tablettes
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.

Génération mobiles - Forum smartphones & tablettesConnexion

Forum Android pour smartphones & tablettes Asus, HTC, Huawei, Honor, LG, Nokia, OnePlus, Samsung, Sony, Xiaomi... Retrouvez applications, astuces, aide, jeux, tutos,...

[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

power_settings_newSe connecter pour répondre
+40
iAndrowind
totohtc
nino42
skoblar
Wild-fire69
VM54
dsouli jamel
polkaudio69007
lonewolf83
HTCBatMan
milo-94
Lulucz
devil51
styling
smoog
Angefrance
sinagot
souzalesson
ccimino
cgrente
vw28
iSlash75
cptsenseo
gsm0607455890
Denisdeb
krisstian
iciTeLLuRiaN
Gmystic33
swissboy
shasurf
lecobra
vic69
FranckBzh
cabanne
lumpy76
Reiki13
bzhmobile
BeurkMan
DéDuX
Jedi.6
44 participants

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
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

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
en fait ta cmd c est un exe de windows
inutile de le chercher mais maintenant c est fait
une fois ouvert
tu dois bien mettre c:/fastboot

de cette façon : cd c:/fastboot

et ensuite toujours dans la fenêtre tu tapes : adb devices

si il reconnait ton ONE branché tu feras ensuite la ligne de commander pour pousser sinon faut mettre les drivers

evidement le ONE est en mode reco et eventuellement en sideload

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
Je reprend depuis le debut :

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

Je reboot mon pc en attendant

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
ton dossier fastboot doit contenit ton archive zip de ta rom : archive.zip

tu dois donc écrire : adb push c:/fasboot/archive.zip /sdcard/

en respectant la casse et les espaces

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
c'est fait , a partir de la j'ai cette page qui déroule sous mes yeux , page dos . Et le tel est toujours en "starting ADB sideload feature....."

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

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

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
Ok la je reboot en recovery , je lance cette commande sans etre en sideload , juste a la source du recovery dans le tel .

J'ai cette page dans le cmd qui défile en 1 sec pour me retrouver à c:\fastboot>

Est-ce que ça pousse quand même ou cela a planté ?

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

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

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.

Désolé du spam , voici la page CMD

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
tu dois mal taper ta commande et ça te donne la façon de taper les commande
"adb push - copy file/dir to device"

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
"adb push - copy file/dir to device"

Je fais quoi a partir de ça ?

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
je t'ai fais un copier coller de ce que te dis la fenêtre
je t'ai déjà écrit au moins dix fois la façon dont écrire

adb push c:/fasboot/archive.zip /sdcard/

bien sur change le disque c: si tu es sur un autre
changes archive.zip par le nom de ta rom.zip
et n oublie pas les espaces

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
je fais adb devices , cela me dit list of devices attached

J'ai c:\fastboot>

Je tape adbespacepushespacecminuscule:/fastboot/archivele nom de l'archive.zip/sdcard/

J'ai cette page copié plus haut

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
il y a un espace entre.zip et /sdcard
et il faut pas ecrire archive mais le nom de ton archive

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
oui pour archive avec son nom ,je teste avec l'espace entre le .Zip et le /sdcard/

error device not found

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
que te dis la commande : adb devices que tu tapes dans la fenetre dos

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
list of devices attached

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
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

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
j'ai testé la meme commande sur mon portable , c'est pareil

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
ton ONE est bien en recovery ou en Bootlaoder ????

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
recovery , quand il est en botlaoder et qu'il y reste j'ai le logiciel de HTC qui ce lance

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
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

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
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

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
@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é

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
je te donne mon IBAN 123 456 789 000000 vas y fais un don en $ ou € santa


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

description[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 EmptyRe: [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016]

more_horiz
[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 532323 [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 532323 [RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 532323 
[RECOVERY HTC ONE M7] TWRP 3.0.0.0 [06/02/2016] - Page 9 750705 
privacy_tip Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum
power_settings_newSe connecter pour répondre