ho aggiornato i driver e ora sembrerebbe andare ma non lo fa (credo perchè sbaglio percorso)
faccio
adb push rom/sdcard
è corretto? questa è la parte finale di quello che esce se provo a dare il comando di cui parlavo prima (tutto è troppo lungo per il forum)
Spoiler:
adb restore <file> - restore device contents from the <file> 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: <serial-number>
adb get-devpath - prints: <device-path>
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.
ho aggiornato i driver e ora sembrerebbe andare ma non lo fa (credo perchè sbaglio percorso)
faccio
adb push rom/sdcard
è corretto? questa è la parte finale di quello che esce se provo a dare il comando di cui parlavo prima (tutto è troppo lungo per il forum)
Spoiler:
adb restore <file> - restore device contents from the <file> 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: <serial-number>
adb get-devpath - prints: <device-path>
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.
Questo è il nuovo errore dopo aver di nuovo disinstallato i driver riavviato e reinstallato
Allora, ho una considerazione in particolare: vedo scritto soltanto "rom" nel comando... la rom dovrebbe essere uno zip, quindi lì devi aggiungerci il ".zip".
Altra domanda è: sei in recovery? che Recovery utilizzi?
18-04-15, 17:06
elvi92
ho provato anche con reom.zip (ho editato dopo lo screen sotto)
ho la recovery Recovery Bump! TWRP 2.8.6.1 e sono attualmente li
come ti ho scritto nel messaggio personale la seconda volta che ho wipato potrei non aver fatto debug USB
18-04-15, 17:08
liberaccio
Quell'elenco ti esce perché il comando è errato. Ti sta elencando come usare adb. A memoria (perché sono in giro e faccio fatica) push "rom" lo devi sostituire con il nome del file zip che vuoi copiare. Il punto è che stiamo andando parecchio OT in questo 3D. Non ce ne vogliano i moderatori.
18-04-15, 17:09
elvi92
Quote:
Originariamente inviato da liberaccio
Quell'elenco ti esce perché il comando è errato. Ti sta elencando come usare adb. A memoria (perché sono in giro e faccio fatica) push "rom" lo devi sostituire con il nome del file zip che vuoi copiare. Il punto è che stiamo andando parecchio OT in questo 3D. Non ce ne vogliano i moderatori.
ho rinominato quello zip rom quindi potrebbe essere la stessa cosa no?
18-04-15, 17:18
liberaccio
Quote:
Originariamente inviato da elvi92
ho rinominato quello zip rom quindi potrebbe essere la stessa cosa no?
To copy a file from the computer to an android device connected via usb, use this:
Quindi... Innanzitutto. Non togliere l'estensione (. Zip). Accertati che il file zip sia nella stessa cartella dell'adb. Poi, tasto destro con lo shift premuto nella cartella in cui c'è adb (in uno spazio vuoto non sui file) fai apri finestra di comando qui. Poi da recovery attivi il sideload e farai
Adb push rom. Zip /mnt/sdcard/rom. Zip
18-04-15, 17:21
Miciox
Quote:
Originariamente inviato da elvi92
ho provato anche con reom.zip (ho editato dopo lo screen sotto)
ho la recovery Recovery Bump! TWRP 2.8.6.1 e sono attualmente li
come ti ho scritto nel messaggio personale la seconda volta che ho wipato potrei non aver fatto debug USB
È strano il fatto che ti elenchi tutti i comandi adb possibili. Questo succede quando il comando che dai è inesistente.
Riprova con lo stesso comando, però, notando, senza lo spazio tra / ed sdcard. copia ed incolla il comando che ti scrivo qui sotto.
adb push rom.zip /sdcard
Il problema che fino ad ora non ho considerato è il percorso file.
Potrebbe variare rispetto a quello utilizzato su nexus 4...
Altra cosa è proprio il fatto dei driver... che driver utilizzi? come hai aggiornato?
18-04-15, 17:27
elvi92
Quote:
Originariamente inviato da liberaccio
To copy a file from the computer to an android device connected via usb, use this:
Quindi... Innanzitutto. Non togliere l'estensione (. Zip). Accertati che il file zip sia nella stessa cartella dell'adb. Poi, tasto destro con lo shift premuto nella cartella in cui c'è adb (in uno spazio vuoto non sui file) fai apri finestra di comando qui. Poi da recovery attivi il sideload e farai
Adb push rom. Zip /mnt/sdcard/rom. Zip
per attivaro sono andato in advanceed ho cliccato su ADB sideload, mi fas aspettare svariati minuti e mi dice fallito con in rosso
" E: failed to load package "/TWRP/theme/uizip"
18-04-15, 17:28
elvi92
Quote:
Originariamente inviato da Girardengo
È strano il fatto che ti elenchi tutti i comandi adb possibili. Questo succede quando il comando che dai è inesistente.
Riprova con lo stesso comando, però, notando, senza lo spazio tra / ed sdcard. copia ed incolla il comando che ti scrivo qui sotto.
adb push rom.zip /sdcard
Il problema che fino ad ora non ho considerato è il percorso file.
Potrebbe variare rispetto a quello utilizzato su nexus 4...
Altra cosa è proprio il fatto dei driver... che driver utilizzi? come hai aggiornato?
Quote:
Originariamente inviato da Girardengo
È strano il fatto che ti elenchi tutti i comandi adb possibili. Questo succede quando il comando che dai è inesistente.
Riprova con lo stesso comando, però, notando, senza lo spazio tra / ed sdcard. copia ed incolla il comando che ti scrivo qui sotto.
adb push rom.zip /sdcard
Il problema che fino ad ora non ho considerato è il percorso file.
Potrebbe variare rispetto a quello utilizzato su nexus 4...
Altra cosa è proprio il fatto dei driver... che driver utilizzi? come hai aggiornato?
ho provato ed è tornato a dirmi device not found :'(
per aggiornare i driver ho disintallato quelli vecchi e dal sito di lg ho scaricato di nuovo l'exe
18-04-15, 17:29
Miciox
Quote:
Originariamente inviato da liberaccio
Quell'elenco ti esce perché il comando è errato. Ti sta elencando come usare adb. A memoria (perché sono in giro e faccio fatica) push "rom" lo devi sostituire con il nome del file zip che vuoi copiare. Il punto è che stiamo andando parecchio OT in questo 3D. Non ce ne vogliano i moderatori.
DreamReaper l'ho avvisato io...
Quote:
Originariamente inviato da liberaccio
To copy a file from the computer to an android device connected via usb, use this:
Quindi... Innanzitutto. Non togliere l'estensione (. Zip). Accertati che il file zip sia nella stessa cartella dell'adb. Poi, tasto destro con lo shift premuto nella cartella in cui c'è adb (in uno spazio vuoto non sui file) fai apri finestra di comando qui. Poi da recovery attivi il sideload e farai
Adb push rom. Zip /mnt/sdcard/rom. Zip
Per utilizzare il comando push non bisogna entrare in modalità sideload....