alberico Posté(e) 13 décembre 2012 Share Posté(e) 13 décembre 2012 Bonjour à tous , décidément j'ai pas mal d'emmerdes pour le moment , j'explique Hier au soir après utilisation de le tablette j'ai voulu l'arrêter , pour ce faire comme d'hab appui long sur le bouton power on/off et apparition sur l'écran de la demande si je suis d'accord de vouloir arrêter la tablette j'appuye sur "OK" et là patatra rien ne se passe tablette figée plus aucune commande possible même via les touches virtuelles . le seul moyen que j'ai trouvé pour éteindre la tablette c'est le reset à l'aide du tronbonne , puis j'ai essayé de la rallumer mais plus aucune commande possible via l'écran ni touches virtuelles . Donc j'ai rééteind via reset , j'ai formater une sd card en fat32, et j'ai installé le dossier "zt-update" officiel et flashé la tablette , tout se passe normalement j'usquau moment ou après le rebooting automatique de la tablette j'ai le fameux message Complete action using Com.android.provision.defaultActivity Setup Wizard Use by default for this action et là toujours la même chose impossible de faire quoique se soit , on dirait que l'écran est bloqué aucunes actions possible avant que j'essaye de faire intervenir le SAV y a t il quelqu'un qui a une idée ????? A+++ Alberico Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
omarahum Posté(e) 13 décembre 2012 Share Posté(e) 13 décembre 2012 Hmmm, so you are saying your touchscreen no longer works? Does the tablet itself work though? Can you plug in a USB mouse and use it? Do you have a 1a_H3 or 1n_H3 written on your barcode in the model #? For the 1a, you can read this post on SlateDroid that has helped some people - http://www.slatedroid.com/topic/33585-touchscreen-problem/page__st__60__p__399198#entry399198 To upgrade the touchfirmware all you have to do is to ensure that you have the H1 3A model then put this line in your command file##### update i2c device firmware # --[cmd]= --update_i2c_device=1 then just add the firmware.touch file in your zt-update directory. ftp://zenithink.cn:10021/pub/dyliao/zt-282/firmware/20120316/firmware.touch-21K.bin (rename to just firmware.touch) Only try this method if you have a H3_1a tablet, the H3_1n has a different touchscreen, and thus a different driver in the kernel... H3_1n kernel, recovery, and compressed boot files - ftp://zenithink.cn:10021/pub/dyliao/zt-282/boot/20120326/H3/1n/ZT282.kernel ftp://zenithink.cn:10021/pub/dyliao/zt-282/boot/20120326/H3/1n/ZT282.recovery ftp://zenithink.cn:10021/pub/dyliao/zt-282/boot/20120421/H3_1n_1gb_500.rom.tar.bz2 Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
alberico Posté(e) 14 décembre 2012 Auteur Share Posté(e) 14 décembre 2012 (modifié) Bonjour omarahum , voila et tout d'abord merçi pour ta première réponse je viens de mettre une souris avec connection USB et la tablette fonctionne correctement sans problèmes et je viens de regarder le type de tablette et c'est une M3C91-8gb-1a-H3-aa093 voila maintenant je vais essayer de comprendre le reste de ton message A++++ merçi por ton aide Alberico voila je viens de verifier le fichier commande de mon dossier zt-update et il y a déja cette ligne voiçi un copié collé ##### update i2c device firmware # --[cmd]= ##--update_i2c_device=1 A++++ Alberico me revoiçi , j'ai téléchargé le fichier et je l'ai renomé " firmware.touch" , je l'ai placé dans mon dossier zt-update j'ai reflashé la tablette et c'est toujours la même chose il n'y a pas de commande écran que penses tu que je puisse faire maintenant ????? merçi d'avance Alberico Modifié 14 décembre 2012 par alberico Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
omarahum Posté(e) 14 décembre 2012 Share Posté(e) 14 décembre 2012 (modifié) Bonjour omarahum , voila et tout d'abord merçi pour ta première réponse je viens de mettre une souris avec connection USB et la tablette fonctionne correctement sans problèmes et je viens de regarder le type de tablette et c'est une M3C91-8gb-1a-H3-aa093 voila maintenant je vais essayer de comprendre le reste de ton message A++++ merçi por ton aide Alberico voila je viens de verifier le fichier commande de mon dossier zt-update et il y a déja cette ligne voiçi un copié collé ##### update i2c device firmware # --[cmd]= ##--update_i2c_device=1 A++++ Alberico If all you want to try to do is try to fix your touchscreen, then only have the command file, the firmware.touch file, and the ZT282.recovery file in your zt-update folder, and edit the command file.... Any line that starts with --, add a # infront of it so it won't do it. (#--) Then delete the ## infront of the line ##--update_i2c_device=1, so it will do it (--update_i2c_device=1). Good luck! ##### update stand android package # # package format is ZIP # --[cmd]=[source volume:][package name] ##--update_package=SDCARD:update.zip ##### erase system part # # --[cmd] #--wipe_system ##### erase data part # # --[cmd] #--wipe_data ##### erase cache part # --[cmd] #--wipe_cache ##### erase media part # --[cmd] #--wipe_media ##### update oem android package # # package format is TAR # SYSTEM: system.zt280.tar.bz # DATA: data.zt280.tar.bz # MEDIA: media.zt280.tar.bz # --[cmd]=[source volume]:<target volume 0>:<constraint?>,<target volume 1>:<constraint?>,... # for [sYSTEM] # #--update_oem_package=SDCARD:SYSTEM:1,DATA:1,MEDIA:1 ##### patch oem android package # # package format is folder # SYSTEM: system0 # DATA: data # MEDIA: media # --[cmd]=[source volume]:<target volume 0>:<constraint?>,<target volume 1>:<constraint?>,... #--patch_oem_package=SDCARD:SYSTEM:0,DATA:0,MEDIA:1 ##### update audio linence # licence is "licence1.ef" # --[cmd]= ##--update_efuse_licence=1 ##### update ethernet mac address # licence is ??? # --[cmd]= ##--update_efuse_mac= ##### update i2c device firmware # --[cmd]= --update_i2c_device=1 --show_text ## valid command is start from -- and max words less than 4096 ## max command number is 100 Modifié 14 décembre 2012 par omarahum Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
omarahum Posté(e) 14 décembre 2012 Share Posté(e) 14 décembre 2012 (modifié) me revoiçi , j'ai téléchargé le fichier et je l'ai renomé " firmware.touch" , je l'ai placé dans mon dossier zt-update j'ai reflashé la tablette et c'est toujours la même chose il n'y a pas de commande écran que penses tu que je puisse faire maintenant ????? merçi d'avance Alberico Sorry, you need the ZT282.recovery file also in zt-update, so it can go into recovery to flash it.... :wacko: Modifié 14 décembre 2012 par omarahum Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
alberico Posté(e) 14 décembre 2012 Auteur Share Posté(e) 14 décembre 2012 (modifié) Rebonjour omarahum , je ne comprend plus rien , peux tu refaire le point moi j'ai une tablette ZT280-C91 M3C91-8gb-1a-H3-aao93 que me faut il comme fichiers dans le dossier zt-update pour essayer de corriger le problème ??? sur ma tablette j'ai très difficile de suivre car je dois traduire l'anglais avec google traduction j'ai essayé de reflashé avec le dossier commande modifié comme tu l'a dis , le flash a duré un peu plus longtemps mais c'est toujours la même chose . Y a t il moyen pour moi de tenter encore quelque chose ????? Merçi pour ta réponse Comme j'ai dis plus haut cela n'est pas facile avec l'anglais mais j'essaye . J'ai été sur slateroid et si je comprend bien , c'est parceque on a flashé la tablette avec le dernier firmware officiel de zenithink que les problèmes sont arrivés en effet ma tablette c'est une zt280 alors que le dernier firm de zenithink pour la c91 c'est pour zt282 ????? en tout cas sur slateroid il y a beaucoup qui ont le même problème et c'est vrai que moi j'utilisait le dernier firm proposé par zenithink j'ai fait une mise a jour il y a peu près 1 mois , et maintenant je viens d'aller sur le site zenithink et cette mise a jour concernant la c91 n'est plus téléchargeable ça pue l'arnaque tout ça ????? Modifié 14 décembre 2012 par alberico Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
omarahum Posté(e) 14 décembre 2012 Share Posté(e) 14 décembre 2012 (modifié) I have to translate also so I know how hard it is to understand the translation..... If I understand the translation correctly, you were successful in flashing your tablet with the firmware.touch file, but it didn't fix your touchscreen? If it was a software problem, that should have fixed it.... The only other thing I can think of is that your touchscreen ribbon is loose or came out of the board... Have you opened up the tablet and checked the ribbon connections? Make sure they are straight and fully in and locked to the board? The following thread on SlateDroid was initially made for display issues and how to fix the display ribbon, but if you need to figure out how to open the tablet you can read through it/see the pictures and videos... http://www.slatedroi...-green-jaggies/ The ZT-280's have the Amlogic M1 chip with 512MB RAM (H1_2n, H1_3n, H1_3a), the ZT-282's have the Amlogic M3 chip and 1GB RAM (H3_1a and H3_1n), and the ZT-283's have the Amlogic Dual Core MX chip with 1GB of RAM (H6_1f)... If you have a H3_1a, you have a ZT-282 tablet, and should have flashed the ICS ROMs made for that model tablet (0316, 0327, 0702, 0809, or the last one 0818).... I don't understand what Zenithink is doing these days. The software engneer that worked there from the ZT-180's to ZT-282's left the company in August. It appears Zenithink is starting to only focus on their new tablets now on their website, the ZT-283's and ZT-285's and newer products. They removed all the older software on Monday, and I have been trying to ask them to put them back, but haven't received a reply back from them except to say what I have told you, the owner wants the website to reflect only their newer products... Zenithink never sent me a ZT-282 tablet.... Modifié 14 décembre 2012 par omarahum Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
alberico Posté(e) 15 décembre 2012 Auteur Share Posté(e) 15 décembre 2012 (modifié) bonjour , et merçi pour ta disponibilité , je vais résumer tout ce que j'ai fait pour ne rien laisser au hazard 1)sur les étiquettes de ma tablette il est écrit : ZT280 c91 M3c91-8gb-1a-H3-sa093 2) j'ai demonté ma tablette , j'ai vérifié les connecteurs ils sont OK , le processeur est un Amlogic AML8726M3 3) j'ai le programme officiel Zenithink 0818 que j'ai téléchargé sur leur site et que j'ai installé lorsqu'il est sorti je viens de reflashé ma tablette en recommençant tout à zéro 1) j'ai téléchargé le firmware.touch-21K.bin 2) j'ai renommé en firmware.touch 3) j'ai pris le programme 0818 que j'avais conservé sur mon PC , j'ai dézippé , et j'ai récupéré le fichier zt-update 4) j'ai modifié le fichier "command" en enlevant les 2 # devant --update_i2c_device=1 5) j'ai placé le fichier renommé dans le dossier zt-update 6) j'ai pris une mini carte sd de 512 K° , j'ai formaté en Fat32 , et j'ai installé le dossier zt-update corrigé dessus 7) j'ai flashé ma tablette , il y a eu une exécution en plus que d'habitude ( E:execute devatek_v1.0 for update )puis rebooting .......... Et l'écran ne répond toujours pas ???????? je crois maintenant qu'il est certain si j'ai tout bien fait que l'écran est foutu A+++++ Alberico Sur slatedroid , sur le sujet que tu a indiqué(http://www.slatedroid.com/topic/33585-touchscreen-problem/page__st__60__p__399198#entry399198) il y en a un qui dit qu'il faut faire ceci , ma question est faut il modifier aussi ce fichier ?????????? Then have 7zip install on your PC to open up the system.patch.zt280.tar file DO NOT unzip it!! Just get 7zip to OPEN ARCHIVE and then duoble click the build.prop file , The file will open in windows notepad or win word.Then you add this line in the file as if you are editing any normal text file. # Use OSD2 mouse patch ro.ui.cursor=osd2 (insert it under this line in the build.prop file) #Faster Scrolling ro.max.fling_velocity=12000 ro.min.fling_velocity=8000 #Render user interface with the GPU debug.sf.hw=1 persist.sys.ui.hw=1 #Force homelauncher into memory (disabled=0) ro.HOME_APP_ADJ=1 #Overall performance/responsiveness increase debug.performance.tuning=1 #Video acceleration enabled video.accelerate.hw=1 windowsmgr.max_events_per_sec=500 merçi encore une fois Alberico Modifié 15 décembre 2012 par alberico Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
omarahum Posté(e) 15 décembre 2012 Share Posté(e) 15 décembre 2012 Editting those lines in the build.prop is to make your tablet a little smoother, and the tuchscreen more responsive, but it doesn't fix a non-functioning touchscreen, just improves a working one..... From what you've written, it seems you have flashed everything correctly, and the flash was successful, it just didn't fix your problem.... Did you ever flash your tablet before this happened? I mean have you flashed a H3_1a ROM, and your touchscreen was working afterwards? I'm just asking because there is another version ZT-282 C91 Upgrade tablet, the H3_1n, which uses a different touchscreen and has a different kernel, and if you flash a H3_1a ROM/kernel onto a H3_1n tablet, the touchscreen won't work..... (Many Zenithink tablets seem to have the wrong barcode sticker on them.) I just want to be sure you have a H3_1a, and if you do, I am out of ideas on how to help you. Usually the flashing the firmware.touch file (for software problem) or the ribbon cable being reseated (for hardware problem) usually fixes touchscreen issues with the H3_1a tablets (from what I've read).... Sorry.... :( Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
alberico Posté(e) 16 décembre 2012 Auteur Share Posté(e) 16 décembre 2012 Rebonjour , depuis que j'ai la tablette je l'ai flashé 2 fois , une fois avec le programme allégé de Swood et une fois avec le programme officiel zenithink 0818 et chaque fois la tablette a fonctionné après sans problèmes . quand j'ai ouvert la tablette pour examiner les connecteur , j'ai regarder le micropossesseur et c'est un "Amlogic AML8726M3" Voila et merçi pour ton aide je vais essayer de renvoyer la tablette au vendeur pour réparation Ciao ciao Alberico Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
omarahum Posté(e) 17 décembre 2012 Share Posté(e) 17 décembre 2012 Rebonjour , depuis que j'ai la tablette je l'ai flashé 2 fois , une fois avec le programme allégé de Swood et une fois avec le programme officiel zenithink 0818 et chaque fois la tablette a fonctionné après sans problèmes . quand j'ai ouvert la tablette pour examiner les connecteur , j'ai regarder le micropossesseur et c'est un "Amlogic AML8726M3" Voila et merçi pour ton aide je vais essayer de renvoyer la tablette au vendeur pour réparation Ciao ciao Alberico If you open up your tablet again before you ship your tablet for repair, can you take a photo of the area where the touchscreen ribbon is and post it? Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
alberico Posté(e) 17 décembre 2012 Auteur Share Posté(e) 17 décembre 2012 bonjour omarahum , OK je vais chercher après mon appareil photo , le mettre en charge et puis je placerai ça dans quelques jours , maintenant je cherche a contacter le vendeur de la tablette içi en Belgique , il ne répond pas malgré une garantie sur le matériel de 2 ans , il est aussi pourri que zenithink ...... A+++++ Alberico Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Recommended Posts
Rejoignez la conversation
Vous pouvez poster maintenant et vous enregistrez plus tard. Si vous avez un compte, connectez-vous maintenant pour poster.