Ver Mensaje Individual
  #1  
Viejo 09/04/12, 17:45:44
Avatar de llondru
llondru llondru no está en línea
Miembro del foro
Mensajes: 83
 
Fecha de registro: oct 2011
Localización: Barcelona
Mensajes: 83
Modelo de smartphone: Lenovo A820
Versión de ROM: A820_S138_130419 Mutilenguaje + Root + Gapps
Tu operador: Pepephone
Mencionado: 1 comentarios
Tagged: 0 hilos
Solucion al problema del roaming con OMVs... alguien se atreve?

Si alguien se atreve, y lo consigue con éxito que postee el archivo modificado, la ruta, la ROM que tiene, y por supuesto si le ha funcionado

Código:
1. Download baksmali-1.2.8.jar (just type it in google)
2. Download smali-1.2.8.jar (just type it in google)
3. Get the Framework.jar from your rom
4. Open the Framework.jar with a programm like winrar
5. Extract the file "classes.dex"
6. Put this file, smali and baksmali into a folder you like
7. Open a CMD Window, navigate to the folder where the files are stored
8. Type "java –jar baksmali-1.2.8.jar –o out classes.dex"
9. After a couple of time you will get a promt again and a Folder called "out" should be created
10. Open the file out\com\android\internal\telephony\gsm\GSMServieSt ateTracker.smali with a text editor of your choice (I prefer notepad++)
11. Now the complicated part:
Search for the following lines

if-eqz v0, :cond_49
if-nez v1, :cond_4f
if-nez v2, :cond_4f
:cond_49
move v8, V12 

and replace the two lines 

if-nez v1, :cond_4f
if-nez v2, :cond_4f

with 

goto :cond_4f

12. Save the file and go back to the cmd window
13. Type: "java –Xmx512M –jar smali-1.2.8.jar out\ -o newclasses.dex"
14. Rename the the file "classes.dex" to "oldclasses.dex" and the new file "newclasses.dex" to "classes.dex"
15. Open the framework.jar with a programm like winrar, delte the classes.dex inside the archive and repalce it with the new created classes.dex
16. Put the file on your phone and replace the existing framework.jar in the path system\framework with the new created.
17. Set the Permissions to 644
18. Reboot your Phone
http://forum.xda-developers.com/show....php?t=1483419

Responder Con Cita