CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: carotix con ben 2 Thanks ricevuti nelle ultime 24 ore
Utente della settimana: 9mm con ben 9 Thanks ricevuti negli ultimi sette giorni
Utente del mese: 9mm con ben 34 Thanks ricevuti nell'ultimo mese

Pagina 55 di 108 primaprima ... 545535455565765105 ... ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 541 a 550 su 1076
Discussione:

Tim My Tab by Onda

Se questa discussione ti è stata utile, ti preghiamo di lasciare un messaggio di feedback in modo che possa essere preziosa in futuro anche per altri utenti come te!
  1. #541
    Senior Droid L'avatar di Gor1963


    Registrato dal
    Apr 2012
    Località
    Latina
    Messaggi
    688
    Smartphone
    Che roba e?ora purtroppo lo sò

    Ringraziamenti
    11
    Ringraziato 67 volte in 67 Posts
    Predefinito

    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.

  2.  
  3. #542
    Androidiano


    Registrato dal
    Nov 2011
    Messaggi
    84

    Ringraziamenti
    0
    Ringraziato 7 volte in 7 Posts
    Predefinito

    Quote Originariamente inviato da Gor1963 Visualizza il messaggio
    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

    codice:
    > adb devices
    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
    Ultima modifica di stefanet; 22-04-12 alle 20:07

  4. #543
    Senior Droid L'avatar di Gor1963


    Registrato dal
    Apr 2012
    Località
    Latina
    Messaggi
    688
    Smartphone
    Che roba e?ora purtroppo lo sò

    Ringraziamenti
    11
    Ringraziato 67 volte in 67 Posts
    Predefinito

    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>

  5. #544
    Androidiano


    Registrato dal
    Nov 2011
    Messaggi
    84

    Ringraziamenti
    0
    Ringraziato 7 volte in 7 Posts
    Predefinito

    Quote Originariamente inviato da Gor1963 Visualizza il messaggio
    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?

  6. #545
    Senior Droid L'avatar di Gor1963


    Registrato dal
    Apr 2012
    Località
    Latina
    Messaggi
    688
    Smartphone
    Che roba e?ora purtroppo lo sò

    Ringraziamenti
    11
    Ringraziato 67 volte in 67 Posts
    Predefinito

    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
    Ultima modifica di Gor1963; 22-04-12 alle 22:25

  7. #546
    Androidiano


    Registrato dal
    Nov 2011
    Messaggi
    84

    Ringraziamenti
    0
    Ringraziato 7 volte in 7 Posts
    Predefinito

    Quote Originariamente inviato da Gor1963 Visualizza il messaggio
    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?

  8. #547
    Senior Droid L'avatar di Gor1963


    Registrato dal
    Apr 2012
    Località
    Latina
    Messaggi
    688
    Smartphone
    Che roba e?ora purtroppo lo sò

    Ringraziamenti
    11
    Ringraziato 67 volte in 67 Posts
    Predefinito

    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.

  9. #548
    Androidiano


    Registrato dal
    Nov 2011
    Messaggi
    84

    Ringraziamenti
    0
    Ringraziato 7 volte in 7 Posts
    Predefinito

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

  10. #549
    Androidiano


    Registrato dal
    Nov 2011
    Messaggi
    84

    Ringraziamenti
    0
    Ringraziato 7 volte in 7 Posts
    Predefinito

    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

  11. #550
    Senior Droid L'avatar di Gor1963


    Registrato dal
    Apr 2012
    Località
    Latina
    Messaggi
    688
    Smartphone
    Che roba e?ora purtroppo lo sò

    Ringraziamenti
    11
    Ringraziato 67 volte in 67 Posts
    Predefinito

    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.

Pagina 55 di 108 primaprima ... 545535455565765105 ... ultimoultimo
Ultima pagina

LinkBacks (?)

  1. 01-08-12, 16:30
  2. 25-07-12, 08:31
  3. 17-07-12, 18:04
  4. 10-07-12, 02:22
  5. 03-07-12, 23:20
  6. 29-06-12, 19:03
  7. 27-06-12, 22:20
  8. 27-06-12, 17:40
  9. 23-06-12, 13:46
  10. 21-06-12, 21:16
  11. 14-06-12, 20:23
  12. 13-06-12, 22:26
  13. 12-06-12, 12:04
  14. 10-06-12, 23:57
  15. 10-06-12, 23:45
  16. 31-05-12, 13:11
  17. 28-05-12, 13:55
  18. 25-05-12, 11:54
  19. 25-05-12, 09:37
  20. 23-05-12, 15:15
  21. 23-05-12, 15:03
  22. 22-05-12, 12:10
  23. 19-05-12, 19:48
  24. 18-05-12, 11:31
  25. 15-05-12, 23:26
  26. 15-05-12, 08:49
  27. 15-05-12, 01:58
  28. 14-05-12, 17:51
  29. 12-05-12, 17:51
  30. 08-05-12, 11:12
  31. 08-05-12, 10:27
  32. 08-05-12, 10:16
  33. 07-05-12, 15:48
  34. 07-05-12, 15:39
  35. 07-05-12, 15:38
  36. 07-05-12, 15:31
  37. 06-05-12, 23:45
  38. 06-05-12, 09:17
  39. 04-05-12, 15:16
  40. 03-05-12, 18:01
  41. 02-05-12, 10:42
  42. 01-05-12, 17:51
  43. 28-04-12, 13:38
  44. 27-04-12, 22:32
  45. 27-04-12, 21:03
  46. 26-04-12, 09:42
  47. 24-04-12, 23:05
  48. 24-04-12, 13:20
  49. 20-04-12, 13:57
  50. 19-04-12, 23:32

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire risposte
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Torna su
Privacy Policy