Ver Mensaje Individual
  #40  
Viejo 06/02/13, 03:04:52
Array

[xs_avatar]
medivec medivec no está en línea
Miembro del foro
 
Fecha de registro: oct 2012
Localización: Valencia
Mensajes: 175
Modelo de smartphone: Freelander I20
Tu operador: Simyo
Pues si, parece que ya lo han solucionado

 Cita:
#Version 3

Because people still have problems with Google Apps, here is another guide. In fact, it has an older Playstore version, but you will get a much more compatible version with it. You can install almost everything. (Please report if you can't.) All sync working! Also there is a build.prop and flex.prop mod to get a compatible phone to play Gameloft games and install some other app. Please first read all below before you do anything, there are tips to make your job easyer.

Your phone need to be rooted!

a.)
We need to copy/replace all files/folders from the GAPPS.ZIP to root/system/ as follows
-app
-etc
-framework
-lib
-tts

and set all files permission to RW-R--R--

b.)
For the Gameloft games compatibility we need to replace the lines in build.prop to

ro.product.model=GT-I9300
ro.product.brand=samsung
ro.product.name=m0xx
ro.product.device=m0
ro.product.manufacturer=samsung
ro.build.product=m0

and in and flex.prop to

ro.product.model=GT-I9300
ro.product.brand=samsung

And reboot.

Tips

If you don't want or you are to lazy to edit your build prop yourself, there is a build.prop and a flex.prop moded already for the FW version 00.25. If you have older FW version, you must do it for yourself.

Because it is so much time to set permissions manually, here is a guide, how to make it easyer.
Open your Utilities folder and go to the adb folder. If you don't have it you can download from here: http://vondroid.com/attachments/utilities-zip.837
Make sure you have swithced on the "USB debugging" option in the Settings/Developer options section.Connect your phone and start the cmd.exe.

type in the cmd window: adb devices
If it recognises your device, you will get this message:
List of devices attached
Exynos4412 device

type:
adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *

type su
shell@android:/ $ su
su
shell@android:/ #

Grant superuser right on your phone.

type mount -o remount, rw /system
255|shell@android:/ # mount -o remount, rw /system
mount -o remount, rw /system

type: chmod 644 /system/app/*.apk
chmod 644 /system/app/*.apk

type: chmod 644 /system/framework/*.*
shell@android:/ # chmod 644 /system/framework/*.*
chmod 644 /system/framework/*.*

type: chmod 644 /system/etc/*.*
shell@android:/ # chmod 644 /system/etc/*.*
chmod 644 /system/etc/*.*

type: chmod 644 /system/etc/permissions/*.*
shell@android:/ # chmod 644 /system/etc/permissions/*.*
chmod 644 /system/etc/permissions/*.*

type: chmod 644 /system/lib/*.*
shell@android:/ # chmod 644 /system/lib/*.*
chmod 644 /system/lib/*.*

type: chmod 644 /system/tts/lang_pico/*.*
shell@android:/ # chmod 644 /system/tts/lang_pico/*.*
chmod 644 /system/tts/lang_pico/*.*

you are ready, type: exit
shell@android:/ # exit
exit
shell@android:/ $

type exit again, and unplug your phone. Reboot and enjoy!
Hilo de vondroid --> http://vondroid.com/threads/how-to-f...nder-i20.5080
Responder Con Cita