Visualizzazione stampabile
-
Quote:
Originariamente inviato da
HeadBanger
La guida l'abbiamo seguita insieme, è quella in OP di questo thread, quindi mi piacerebbe sapere cosa ha causato il problema "writing radio failed remote not allowed."
Adesso cortesemente mi rispondi alla domanda che ti ho fatto già da 2 post? Come lo metto in Eng S-Off?
Ho capito che l'autore del tool lo sconsiglia ma se sono su Ginger con stò DHD non posso avere il Bootloader Engineering?
Grazie per la disponibilità e la pazienza.
ma tu lo leggi quello che scrivo ? .........
come fai a chiedere perchè hai quell'errore se è un'ora che stiamo parldo del fatto che non hai ENG??????
....tanto che fin dal primo post ti gia detto che devi usare il metodo PD98IMG.zip non avendo ENG,
nel post sopra ti scrivo:
Quote:
nell'altra guida(da te citata) è altrettanto scritto che non va seguita se si ha la versione 2.50 e oltre,in ogni caso non sarebbe easy radio che dovresti usare ma Eng S-OFF(punto 4)
quindi se lo vorrai usare sara' a tuo rischio e pericolo sapendo che c'è la concreta possibilita' di rendere il DHD inservibile
ora perchè mi chiedi come devi fare per avere ENG S-OFF se ti ho appena risposto?
-
Quote:
Originariamente inviato da
linux33it
ma tu lo leggi quello che scrivo ? .........
come fai a chiedere perchè hai quell'errore se è un'ora che stiamo parldo del fatto che non hai ENG??????
....tanto che fin dal primo post ti gia detto che devi usare il metodo PD98IMG.zip non avendo ENG,
nel post sopra ti scrivo:
ora perchè mi chiedi come devi fare per avere ENG S-OFF se ti ho appena risposto?
So leggere, grazie per avermelo ricordato.
Se tu stesso dici che non va seguita con 2.50 o superiore stai continuando a non rispondere, perché io se non sono stato chiaro ti ho chiesto innumerevoli volte come fare CON Gingerbread (quindi 2.50 è superiori!), ma tu stai continuamente tergiversando continuando a dire che è una cosa rischiosa, io ho citato la guida per capire se ci sono procedure simili per avere un Eng Bootloader, visto che per mille mila altri HTC queste procedure ci sono.
Se non lo sai grazie lo stesso, chiederò su XDA.
Inviato dal mio ICS Powered HTC Sensation Z710e with Beats Audio usando Tapatalk
-
Quote:
Originariamente inviato da
HeadBanger
So leggere, grazie per avermelo ricordato.
Se tu stesso dici che non va seguita con 2.50 o superiore stai continuando a non rispondere, perché io se non sono stato chiaro ti ho chiesto innumerevoli volte come fare CON Gingerbread (quindi 2.50 è superiori!), ma tu stai continuamente tergiversando continuando a dire che è una cosa rischiosa, io ho citato la guida per capire se ci sono procedure simili per avere un Eng Bootloader, visto che per mille mila altri HTC queste procedure ci sono.
Se non lo sai grazie lo stesso, chiederò su XDA.
Inviato dal mio ICS Powered HTC Sensation Z710e with Beats Audio usando Tapatalk
allora insisti....
non so se in inglese ti sara' piu chiaro
ma in italiano te l'ho ripetuto piu volte nell'ordine:
1)non esiste un altro modo di avere ENG S OFF se non installando un HBOOT engineering
2)l'unico modo e usare Eng S-OFF come da guida da te stesso citata cioè questa al punto 4
3) ma come è scritto chiaramente e in GRANDE al primo post di quesa discussione, e come ti ho piu volte ripetuto , è scosigliato farlo per DHD usciti con ginger installato....
ti rifaccio la domanda :
cos'è che non ti è chiaro?
-
adb reboot bootloader invio il dhd devi riavviarsi in bootloader in modalita' fastbboot usb
a me non succede nulla dando questo comando -.-
Microsoft Windows [Versione 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tutti i diritti riservati.
C:\Windows\system32>cd..
C:\Windows>cd..
C:\>cd tools
C:\tools>adb devices
List of devices attached
SH0C8RX00153 device
C:\tools>adb reboot bootloader
Android Debug Bridge version 1.0.20
-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
-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
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
(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] <file> - 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
)
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 root - restarts adb with root permissions
networking:
adb ppp <tty> [parameters] - Run PPP over USB.
Note: you should not automatically start a PDP 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.
C:\tools>
questo e quello che esce
-
Quote:
Originariamente inviato da
superr1
adb reboot bootloader invio il dhd devi riavviarsi in bootloader in modalita' fastbboot usb
a me non succede nulla dando questo comando -.-
hai attivato il debug usb?
-
certo almeno fino a li ci arrivo XD
provato a riavviare sia pc he terminale ma nulla sempre lo stesso messaggio
-
Quote:
Originariamente inviato da
superr1
certo almeno fino a li ci arrivo XD
non ti volevo offendere,ho solo chiesto.....
-
comunque e strana questa non e la prima volta che ho un dispositivo htc comunque lo ho formatta ma losa si ripropone
-
Di solito da quella lista di comandi se sbagli a scrivere il comando adb.
In più ho provato col mio pc senza device connesso e non mi da "Android Debug Bridge version 1.0.20" ma 1.0.26! Prova ad aggiornare i driver e l'adb!
-
e come lo posso aggiornare
??