Monday, March 17, 2014

New Google Play version Install

another similar blog on cj-thl.blogspot.com

I happen to have a Mlais MX 69X with full google play preinstalled
so transfer to THL W7

Please refer to C:\THL W1\Mlais Gapps
There are few major files changes are


0. Need to  "install" Google play services
(look like it is file call GmsCore.apk)

So App backup and transfer to W7
and Run it (not just copy it)


AND use only file name phoneSky.apk


if you want to sync gmail contact and other market tasks, then place the following as well to \system\app

vending.apk
GoogleCalendarSyncAdapter.apk
GoogleContactsSyncAdapter.apk
GoogleLoginService (may not needed but just added in)
GoogleServicesFramework.apk
MarketUpdater.apk (to prompt for apk update- optional) [this file missing in Mlais]
NetworkLocation.apk
(However, our case we do manual update but end result is the same (explain PLEASE read from link above)

There are two additional files are
OneTimeInitializer
SetupWizard [this file missing in Mlais]
(for initial setup so that google map will locate your location
but you need to do a factory reset to run those those apk)

if you need google map then place the following:-

/system/framework/com.google.android.maps.jar
/system/etc/permissions/com.google.android.maps.xml
Chmod 711 *.apk
`




(Android 4.3 has the name vending to phonesy.ap)
1. vending.apk  [Please use vending (modified) rename to vending.apk ]
This one work even without modified \system\build.proc 
and able to download viber / whatsapp etc from market

2. GoogleServicesFramework.apk

set access rights same as before. 
Chmod 711 *.apk


**** year 2014 addon ******

C:\THL W7\Chinese Root>adb shell
shell@android:/ $ su
su
shell@android:/ # cd /system
cd /system
shell@android:/system # mount -oremount,rw /dev/block/mtdblock3 /system
mount -oremount,rw /dev/block/mtdblock3 /system

shell@android:/system/app # chmod 644 OneTimeInitializer.apk
chmod 444 OneTimeInitializer.apk
shell@android:/system/app # ls -la OneTimeInitializer.apk
ls -la OneTimeInitializer.apk
-r--r--r-- system   sdcard_rw     6727 2013-05-09 16:36 OneTimeInitializer.apk
shell@android:/system/app # chmod 444 SetupWizard.apk
chmod 444 SetupWizard.apk
shell@android:/system/app # ls -la SetupWizard.apk
ls -la SetupWizard.apk
-r--r--r-- system   sdcard_rw  2594772 2013-05-09 16:36 SetupWizard.apk



********


----------


NOTE: A reboot is need for every update of files into \system\app

No comments:

Post a Comment