Visualizzazione stampabile
-
allora usando "cmd"come amministratore e scrivendo fastboot mi da questi comandi;
Microsoft Windows [Versione 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tutti i diritti riservati.
C:\Windows\system32>fastboot
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default: 2048
C:\Windows\system32>
se do il comando fastboot\update\C:\Program Files\Android\android-sdk\platform-tools-update.zip questo e quello che mii dice:la sintassi del nome del file,della directory o del volume non e corretta
questo invece dando sempre da linea di comando"adb" e scrivendo un paio di comandi;
Microsoft Windows [Versione 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tutti i diritti riservati.
C:\Windows\system32>adb
Android Debug Bridge version 1.0.26
-d - directs command to the only connected USB device
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 running.
-s <serial number> - directs command to the USB device or emulator with
the given serial number. Overrides ANDROID_SERIAL
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
disconnect <host>:<port> - disconnect from a TCP/IP device
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] [-s] <file> - push this package file to the device and install it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data)
('-s' means install on SD card instead of internal 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 specified device
adb remount - remounts the /system partition on the device read-write
adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader 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 the 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 updated.
- If it is "system" or "data", only the corresponding partition
is updated.
C:\Windows\system32>adb reboot-bootloader
error: device not found
C:\Windows\system32>adb usb
error: device not found
C:\Windows\system32>adb reboot-bootloader
error: device not found
C:\Windows\system32>adb wait-for-device
niente,il tablet non risponde alle sollecitazioni,non so che altro fare :( ciao.
-
Quote:
Originariamente inviato da
Gor1963
allora usando "cmd"come amministratore e scrivendo fastboot mi da questi comandi;
Microsoft Windows [Versione 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tutti i diritti riservati.
C:\Windows\system32>fastboot
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default: 2048
C:\Windows\system32>
se do il comando fastboot\update\C:\Program Files\Android\android-sdk\platform-tools-update.zip questo e quello che mii dice:la sintassi del nome del file,della directory o del volume non e corretta
questo invece dando sempre da linea di comando"adb" e scrivendo un paio di comandi;
Microsoft Windows [Versione 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tutti i diritti riservati.
C:\Windows\system32>adb
Android Debug Bridge version 1.0.26
-d - directs command to the only connected USB device
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 running.
-s <serial number> - directs command to the USB device or emulator with
the given serial number. Overrides ANDROID_SERIAL
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
disconnect <host>:<port> - disconnect from a TCP/IP device
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] [-s] <file> - push this package file to the device and install it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data)
('-s' means install on SD card instead of internal 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 specified device
adb remount - remounts the /system partition on the device read-write
adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader 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 the 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 updated.
- If it is "system" or "data", only the corresponding partition
is updated.
C:\Windows\system32>adb reboot-bootloader
error: device not found
C:\Windows\system32>adb usb
error: device not found
C:\Windows\system32>adb reboot-bootloader
error: device not found
C:\Windows\system32>adb wait-for-device
niente,il tablet non risponde alle sollecitazioni,non so che altro fare :( ciao.
ok se lanci i comandi fastboot e adb senza argomenti ti mostra l'help
lo devi lanciare come poi hai fatto con un argomento nella fattispecie l'argomento è devices quindi da cmd:
codice:
> fastboot devices
o
se specialmente nel primo caso non ti riconosce il dispositivo la vedo dura, ma ho sentito un mio collega che aveva lo stesso problema è riuscito a recuperarlo con i driver di google, ma deve essere installato il software sdk di google e con questo scaricare i driver.
prova a vedere questo link per i driver:
http://wiki.cyanogenmod.com/wiki/ZTE...l_Update_Guide
-
scaricati e provato;
Microsoft Windows [Versione 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tutti i diritti riservati.
C:\Windows\system32>fastboot<devices
Impossibile trovare il file specificato.
C:\Windows\system32>fastboot devices
C:\Windows\system32>fastboot/devices
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default: 2048
C:\Windows\system32>
-
Quote:
Originariamente inviato da
Gor1963
scaricati e provato;
Microsoft Windows [Versione 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tutti i diritti riservati.
C:\Windows\system32>fastboot<devices
Impossibile trovare il file specificato.
C:\Windows\system32>fastboot devices
C:\Windows\system32>fastboot/devices
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default: 2048
C:\Windows\system32>
Purtroppo da quello che vedo non viene proprio visto...
Ma quando lo attacchi al pc windows cosa ti dice?
-
in gestione periferiche viene visto come unknow e i driver vengono definiti non installati codice 43 periferica interotta,temo sia danneggiato il tablet,a questo punto se era un problema software in qualche modo almeno a farlo vedere a 4 pc diversi ci sarei riuscito,ok ragazzi a chi serve qualche pezzo di tablet? :)
P.S.
la sapete la cosa piu assurda? il nuovo tablet T01A con tutto che e android 4.03 4 gb 1,2 ghz 512 ram,non mi piace quanto il tim my tab :(
-
Quote:
Originariamente inviato da
Gor1963
in gestione periferiche viene visto come unknow e i driver vengono definiti non installati codice 43 periferica interotta,temo sia danneggiato il tablet,a questo punto se era un problema software in qualche modo almeno a farlo vedere a 4 pc diversi ci sarei riuscito,ok ragazzi a chi serve qualche pezzo di tablet? :)
P.S.
la sapete la cosa piu assurda? il nuovo tablet T01A con tutto che e android 4.03 4 gb 1,2 ghz 512 ram,non mi piace quanto il tim my tab :(
La cosa che non mi torna è il fatto che windows almeno qualcosa ti vede, in quanto ti dice sconosciuto, ma quando lo attacchi con linux e sei in ascolto con il tail -f /var/log/messages non ti dica nulla.
A parte questo ed in base a quello che mi hai detto se si riuscisse a trovare il corretto driver secondo me è recuperabile.
Ma hai provato a sentire qualcuno dell'assistenza?
-
ho chiesto in un negozio expert in quanto e dalla loro catena che e stato comprato ma come han sentito che era un problema di flash della rom andato male mi han detto di non mandarlo in assistenza,per quel che dici dei driver temo che tocchera aspettare che qualcuno ne scriva altri perche credo di averli provati tutti ormai,avro installato almeno 4 versioni di sdk,e 3 versioni dei driver motorola,driver di google e driver web di google e con nessuno mi dice qualcosa,quasi quasi reinstallo seven e faccio l'ultima prova senza driver installati,voglio vedere cosa mi dice,ciao.
-
Oggi ho finito di fare l'installazione e configurazione del tablet, ora comincerò ad usarlo normalmente: il suo maggiore uso sarà quello di ebook reader. Ma sinceramente ci sono 2 cose che mi lasciano un po perplesso:
1) La durata della batteria che non mi sembra così entusiasmante come avete tutti detto (ho messo la cyano 7.2rc1 e portato il clock a 748, ma ora l'ho rimesso a 604 e non ho notato notevoli cambiamenti rispetto a 748, ovviamente è più lento e si vede ma una velocità accettabile)
2) Il display che non è proprio il massimo: all'aperto con un po di sole si vede a malapena a meno che non si metta al massimo la luminosità dello schemo con relativo abbassamento della durata della batteria come al punto primo. Poi se non si è dritti sullo schermo, quindi leggermente di lato non si vede quasi nulla o poco. E' anche vero che ancora non ho tolto la pellicola protettiva origina, cosa che farò non appena mi arriva quella comprata tramite ebay, quindi magari la situazione migliora...
-
Se non ricordo male si era detto di elencare i software installati che possono essere utili:
In ordine alfabetico:
1) Barcode Scanner: molto utile per poter scaricare al volo alcuni programmi o siti web, non ancora testato con un codice a barre standard per vedere come si comporta
2) ClockSync: Consente di sincronizzare l'orario del dispositivo con i server atomici (personalmente uso quello italiano ntp1.ien.it). Con il root installato consente anche di fare le modifiche all'orario in modo automatico quando necessario o al boot
3) Dolphin Browser HD: uno dei migliori (se non il migliore) browser su android
4) DropBox: ottimo modo per mettere dei dati su internet e sincronizzarli con dispositivi diversi
5) File Expert: file manager molto utile
6) GPS Aids Free: consente, tramite accesso root, di migliorare e rendere più veloce il fix dei satelliti del GPS
7) GPS Test: forse uno dei migliore software per testare il corretto funzionamento della connessione GPS
8) Mantano Reader: ne ho provati diversi di ebook reader, ma questo mi offre tutto quello che mi occorre: evidenziazione con colori differenti, note (anche a mano libera) e segnalibri. Potrebbe essere il migliore, ma preferisco un altro per la sua semplicità di utilizzo che è Samsung Ebook, che purtroppo non so se si possa mettere con cyanogen
9) Sygic GPS Navigation: credo che questo lo conosciate tutti
10) Titanium Backup Root: anche questo no ha bisogno di presentazione, molto utile la possibilità di poterlo utilizzare con dropbox
11) WallPaper SlideShow: sono appassionato di fotografie e mi piace vederle girare sul tablet
12) Wifi Statico: indispensabile se ci si connette su reti differenti con IP statico
-
per quanto riguarda la batteria io sono arrivato ad usarla quasi 3 ore di seguito prima di metterlo in standby col tasto ed ancora non era a metà quindi non saprei dirti,luminosita,qui posso anche darti ragione,all'esterno non e il massimo ma dentro e piu che decente,cpu,io fino a che e durato l'ho usato a 748 ed era stabile,niente blocchi oppure riavvii,insomma con tutti i suoi limiti e una piacevole sorpresa,ciao.