Ver Mensaje Individual
  #1  
Viejo 12/03/12, 14:36:33
Array

[xs_avatar]
trunkline trunkline no está en línea
Usuario muy activo
 
Fecha de registro: jun 2011
Localización: Barcelona
Mensajes: 1,300
Tu operador: Pepephone

Firmwares para la U9GT-2

Dado el gran interés y movimientos de roms que hay sobre esta tablet, abro hilo dedicado exclusivamente a este tema.
Empiezo con un copy/ paste del Hilo oficial que iré ampliando con mas información y tutoriales:



Versiones oficiales y sus mods:

ICS 4.0.3 - 1.09

Features:
(Click para mostrar/ocultar)

  • Language set to English by default
    Easy reboot flash method (see read me provided)
    Build.prop optimized
    Init.rc optimized
    Chinese bloatware removed
    Added YouTube and es file explorer
    Added default keyboard
    Updated launcher (Apex launcher is default auto rotate is now enabled by default)

V2.0 update:
Battery leak partial fixes
Sync features integrated currently are:
  • -Browser
    -Calender
    -Contacts
    -Gmail/Email
    -Photos
Zip aligned all applications
Added Google music
Corrected scripting errors in build.prop
Updated Apex (should be updated via market from now on)
Changed init.d scripts
start-up changes.
Various fixes/changes.
Build.prop edited (app compatibility)

Bugs:
Let me know.

Previous change logs
1.9 change log:
Kernel tweaks
WiFi
Battery improvements
Build.prop tweaks
New init.d script
Phone/telephony re-added (Sorry about that)
Total commander added

1.8 change log
New battery icon
Fully based on entire 1.09 official system
OOM optimised
Fingerprint changed
Dalvik cache optimised
live wallpapers added
busybox updated





Android 2.3.1 v1.05 - 01-03-2012

ICS 4.0.3 - 1.08
Features:
(Click para mostrar/ocultar)

[U9GT2 v1.08 2012-02-29] Mod V1 by wackym [creation date: 2012-03-10]
- added latest Superuser (ROOT)
- increased application flash memory to 2GB
- fixed Calendar sync
- updated ICS apps
- added videochat libraries (might fix videochat issues)
- fixed RW permissions for external SD, usb flash
- added permissions to enable more market apps (thanks Reichi!)
- decreased size of system.img
- changed WI-FI scan interval (from 15) to 120 seconds - should save some battery
- added ADB drivers
- added and updated Google Apps (currently) not available from Market
- added Setup Wizzard (for easy language, timezone and google sync account selection on first start)
- added ES Task Manager (easy and free) and File Explorer (because of cifs support without cifs modules)
- removed Angry Birds, Fruit Ninja, GP Moto, UCBrowser, ApkInstaller, Provision... + libs from those apks
- removed trash left by CUBE developers
Difference from V2 released on 2012-02-20:
- USB Mass Storage is working!
- you can now move apps to internal flash space (internal "SD")
- added videochat libraries (might fix videochat issues)
- fixed RW permissions for external SD, usb flash
- added permissions to enable more market apps (thanks Reichi!)
- updated ICS apps
- newer base files from CUBE


Notes, bugs:
If you're still running Android 2.3 and thinking about switching to latest (ICS) version then you should be aware of these (major) changes/bugs cube introduced in ICS:
- application screen size is reduced - bottom status bar is visible most of the time (but also hides in ICS aware apps)
- you need to disable USB debug mode to be able to access filesystem on U9GT2
-MTP/PTP is slow and unstable -> but now mass storage is back!
- Bluetooth still doesn't work (unchecked for 1.08)
- Video chat doesn't work (unchecked for 1.08)


Features:
(Click para mostrar/ocultar)
 Cita:
added:
- root
- gapps
- installation manager
- tweak enables write to external_sd
- increased application flash memory to 2GB

removed:
- japanese keyboard
- games
- dublicate of android keyboard


ICS 4.0.3 - 1.07


ICS 4.0.3 - 1
.06

Otras versiones y mods:

Tablets que son iguales y por lo tanto tienen un firmware intercambiable:


Como
Para flashear:
Video de como flashear la Cube U9GT2 (de Forocoches):
(Click para mostrar/ocultar)



Como hacer que funcione el Market en la ROM de Mogae: Hay que modificar las siguientes tres líneas del fichero /system/build.prop con rootexplorer o similar, después hacer un borrado de datos del Market y reiniciar.
 Cita:
ro.product.model=GT-P1000
ro.product.device=GT-P1000
ro.product.manufacturer=samsung
Como hacerse root en las roms oficiales y los mods de wackym y Bouldou: Hay que seguir los siguientes pasos.
 Cita:
* Instalar Android SDK http://dl.google.com/android/installer_r16-windows.exe
* Ir a la carpeta C:\Users\"USERNAME"\.android
* Copia (o sobreescribe) este fichero: http://www.mediafire.com/?7x9pr9yb7vc966q
* Reinstalar drivers
* Ejecuta SuperOneClickv2.3.3 que puedes bajar de aquí: http://www.mediafire.com/?ufxnmh0qxlxc6a4
* Reinicia y ya eres root
Como hacerse root en los mods de wackym (http://forum.xda-developers.com/showpost.php?p=22758203&postcount=269):
No necesario para la 1.07 V2 y posteriores que ya vienen roteadas.
 Cita:
1. Activar "USB Debugging" en Ajustes->Opciones de desarrollo
2. Conectar la Cube al USB sin usar Hubs!
3. Arrancar una ventana de linea de comando "cmd" ir hasta la carpeta donde esta el adb.exe que viene con la imagen que nos hemos bajado
4. Ejecutar "adb devices". Adb empezara como servidor y si todo esta correctamente conectado y configurado y los drivers bien instalados veremos lo siguiente:
Q:\U9GT2\ADB\Adb>adb devices
List of devices attached
0123456789ABCDEF device
Si no ves ningún device sigue en el paso 5 si no salta al paso 6
5. Vete al administrador de dispositivos y asegurate que la Cube esta detectada y los drivers ADB estan bien instalados. Si ves "Android Composite ADB Interface" entonces hay un problema con la conexión intenta en diferentes puertos USB o con otro cable. Si ves Dispositivo CUBE no reconocido con una interrogacion entonces pulsa con el boton derecho del raton y selecciona actualizar drivers y selecciona los drivers que están en la carpeta ADB. Vete al paso 4.
6. Ejecuta "adb remount". Esto montara la particion de sistema como lectura escritura.
7. Ejecuta "adb shell". Nos llevara a un shell Android en el dispositivo:
Q:\U9GT2\ADB\Adb>adb shell
root@android:/ #
8. Ejecuta "chmod 6755 /system/bin/su"
root@android:/ # chmod 6755 /system/bin/su
root@android:/ #
9. Escribe "exit" para desconectarte. Ya esta rooteada. Compruébalo con tu programa favorito.

Última edición por trunkline Día 10/04/12 a las 20:29:00.
Responder Con Cita
Los siguientes 5 usuarios han agradecido a trunkline su comentario:
[ Mostrar/Ocultar listado de agradecimientos ]