Android Tablets Forum banner

ya actualizaron a 1.9?

2252 Views 19 Replies 11 Participants Last post by  helpman
una simple duda
1 - 20 of 20 Posts
Ya lo hice y esta bien pero:No market instaladoNo root por ahoraTouch Screen un poco complicado acalibrarNo swapYa voy aregressar a la Ecotox 1.3.1
seguro saldran pronto las actualizaciones de el firm slate y ecotox, y ahi sera exelente ese upgrade. saludos
Hola, voy a probarlo hoy.Estoy teniendo bastantes problemas para logearme en el foro, a veces va y otras no.S?lo decir que sigo con mi Eken M001 y seguir? ayudando y haciendo an?lisis.
Traten de calibrar primero la pantalla, al inicio cuesta, pero luego todo va fluido. La velocidad de las aplicaciones aceptable, pero lo mejor de todo es que la resolucion de la pantalla mejora ostensiblemente, se ve mas nitida y buen brillo.Saludos.
cuando tenga market y root lo pruebo, hasta entonces prefiero quedarme con ecotox ;)
Yo acabo de actualizar a la vestinious y la verdad estoy impresionado por lo bien que va.Aun no me ha dado tiempo a testearla mucho,pero dice que va root.No se si el market,cuando pueda lo miro y posteo.http://www.slatedroid.com/eken-m001...-flashed-device-expand-its-functionality.html
hola, yo agarre el slatedroid 1.3 con root y actualice los drivers del sdk 1.9.0, simplemente reemplazandolos, reescriviendo la carpeta driver y etc, queda mucho mas rapido.saludos
ve actualizado mi FW a 1.2.0, esta versi?n est? arraigada y tiene las aplicaciones de Google (Gmail, etc mercado) instalado y funcionando.
ey ROger I loved your rom but how do yo fix the market?
OK heres how you fix Market,Part I - Get a unique AndroidID1 - Download the android SDK and install it. ( you can follow directions on How-To Geek - Computer Help from your Friendly How-To Geek)2 - Download android system.img from 4shared.com - free file sharing and storage ( hey , you have some time now before downloading starts , so take some coffee )3 - place the system.img file to c:android-sdk-windowsplatformsandroid-4images (or location where you installed tje sdk)4 - Now start the android emulator again and start the virtual dev for 1.6 .( c:android-sdk-windowsSDK setup.exe )5 - Start up the emulator and sign in to market ( first skip all until you see your dashboard , then market)6 - If you have open your market and you can browsing thru the program's , it's time to open a command prompt.7 - go to c:android-sdk-windowstools ( cd c:android-sdk-windowstools)8 - type follow command : adb devices ( now you see the emulator connected)9 - type follow command : adb pull /data/data/com.google.android.googleapps/databases/accounts.db ( now we copy the file with the unique androidid to directory)10 - type follow command : sqlite3 accounts.db "select * from meta";now you have a return like androidId||xxxxxxxxxxxxxxxxxx where the x's = the unique androidid , write this number down.You can close the emulator for now .So this is End of Part IPart II : Get Root access to your eken device.For some command (like copy files . . .) on our eken device we need some root access. Company eken has disabbled this , but with some tricks i found on this board ( http://www.slatedroid.com/showthread...on-1.7.4/page2 ) we can get root access. I have already changed the eken M002 Firmware for you and you can find it here for the Firmware : MEGAUPLOAD - The leading online storage and file delivery servicehere for the 2 APK tools :MEGAUPLOAD - The leading online storage and file delivery serviceI hope you can Flash your device with the Firmware and after that install the 2 apk with pkmanager. all the other info you find in the howto.txt. Normally it's the easiest part.Part III : Change the " Fault" androidid with your unique.1 - on your device : Settings - Applications - Development - Tap USB debugging2 - go to market , sign in and close3 - go to c:android-sdk-windowstools ( cd c:android-sdk-windowstools)4 - connect with your device , the easiest way is type : adb connect <ip of your device>:55555 - type : adb devices ( to see if your device is connected)6 - type : adb shell (now you are in your device)now you have to change some attributes from a file7 - type : su (to get super user privileges)8- look at the screen of your device , you have to tapped allow.9 - type : cd /data/data/com.google.android.googleapps/databases/10 - type : chmod 777 accounts.db11 - type : exit12 - type : exit (yes , 2 times)13 - type : adb pull /data/data/com.google.android.googleapps/databases/accounts.db (get the file with fault id )14 - type : sqlite3 accounts.db "update meta set intvalue='xxxxxxxxxxxxxxxxxx' where name='androidId'" ( ATTENTION change the x's with the number you have written) 15 - type : adb push accounts.db /data/data/com.google.android.googleapps/databases/16 - Reboot your device
Esta ROM va muy bien. Android market funciona perfectamente
Roger Calver;40526]OK heres how you fix Market said:
How-To Geek - Computer Help from your Friendly How-To Geek[/url])2 - Download android system.img from 4shared.com - free file sharing and storage ( hey , you have some time now before downloading starts , so take some coffee )3 - place the system.img file to c:android-sdk-windowsplatformsandroid-4images (or location where you installed tje sdk)4 - Now start the android emulator again and start the virtual dev for 1.6 .( c:android-sdk-windowsSDK setup.exe )5 - Start up the emulator and sign in to market ( first skip all until you see your dashboard , then market)6 - If you have open your market and you can browsing thru the program's , it's time to open a command prompt.7 - go to c:android-sdk-windowstools ( cd c:android-sdk-windowstools)8 - type follow command : adb devices ( now you see the emulator connected)9 - type follow command : adb pull /data/data/com.google.android.googleapps/databases/accounts.db ( now we copy the file with the unique androidid to directory)10 - type follow command : sqlite3 accounts.db "select * from meta";now you have a return like androidId||xxxxxxxxxxxxxxxxxx where the x's = the unique androidid , write this number down.You can close the emulator for now .So this is End of Part IPart II : Get Root access to your eken device.For some command (like copy files . . .) on our eken device we need some root access. Company eken has disabbled this , but with some tricks i found on this board ( http://www.slatedroid.com/showthread...on-1.7.4/page2 ) we can get root access. I have already changed the eken M002 Firmware for you and you can find it here for the Firmware : MEGAUPLOAD - The leading online storage and file delivery servicehere for the 2 APK tools :MEGAUPLOAD - The leading online storage and file delivery serviceI hope you can Flash your device with the Firmware and after that install the 2 apk with pkmanager. all the other info you find in the howto.txt. Normally it's the easiest part.Part III : Change the " Fault" androidid with your unique.1 - on your device : Settings - Applications - Development - Tap USB debugging2 - go to market , sign in and close3 - go to c:android-sdk-windowstools ( cd c:android-sdk-windowstools)4 - connect with your device , the easiest way is type : adb connect <ip of your device>:55555 - type : adb devices ( to see if your device is connected)6 - type : adb shell (now you are in your device)now you have to change some attributes from a file7 - type : su (to get super user privileges)8- look at the screen of your device , you have to tapped allow.9 - type : cd /data/data/com.google.android.googleapps/databases/10 - type : chmod 777 accounts.db11 - type : exit12 - type : exit (yes , 2 times)13 - type : adb pull /data/data/com.google.android.googleapps/databases/accounts.db (get the file with fault id )14 - type : sqlite3 accounts.db "update meta set intvalue='xxxxxxxxxxxxxxxxxx' where name='androidId'" ( ATTENTION change the x's with the number you have written) 15 - type : adb push accounts.db /data/data/com.google.android.googleapps/databases/16 - Reboot your device
he instalado la vestinius y desde luego va de vicio de primera vista, y el root le va de lujo asi que aprobech? para hacer el fix del market y ya tengo la 1.9 con root y con el market andando
See less See more
[quote name='adess;41839]he instalado la vestinius y desde luego va de vicio de primera vista' date=' y el root le va de lujo asi que aprobech? para hacer el fix del market y ya tengo la 1.9 con root y con el market andando [IMG]http://www.slatedroid.com/public/style_emoticons/<#EMO_DIR#>/biggrin.gif[/IMG][/QUOTE'] I tried to translate this but it didnt make sense, could someone translate to English please ?
See less See more
Roger: "I've installed vestinius and rest assured it works great at first glance, and root works great so I took the chance to fix the market and I already have 1.9 rooted and working market"BTW, I also tried your firmware and works flawlessly.Now... to the flash supported android (I think it's the 2.1 or 2.2) ;)
[quote name='helpman;41910]Roger: "I've installed vestinius and rest assured it works great at first glance' date=' and root works great so I took the chance to fix the market and I already have 1.9 rooted and working market"BTW, I also tried your firmware and works flawlessly.Now... to the flash supported android (I think it's the 2.1 or 2.2) ;)[/QUOTE'] Thanks that makes sense unlike google translate's version of it.Of rest assured there are things I still need to do and research
See less See more
Hola Adess, podrias explicarme como es eso del fix del market????? quisiera hacerlo. Gracias
[quote name='angeliz1;42002]Hola Adess' date=' podrias explicarme como es eso del fix del market????? quisiera hacerlo. Gracias[/QUOTE'] Comprobar mi subforum m001 como lo ha hecho un subproceso con los detalles
2
Si quereis os puedo hacer un hilo con la traducci?n del fix del market la verdad que no es complicado una vez tienes un firm rooted
Roger sorry, i use a spanish dialect.Congratulations for your room
See less See more
1 - 20 of 20 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top