2016-04-04, 18:11
A version from Innos Europe (Russia) was published on the Innos website (31th march).
you can find it on another forum forum too.
This is a multilinguage version named v2.3
It is largely AOSP with google apps in.
By cons to install as it is an update version (SD install), you need first the v2.3_abroad or version 2.2 (this is the same!) on your phone. Otherwise there is the risk of the phone crash !
So first flash with QFIL tool from a PC the old version v2.3_abroad : your phone will be full reset so backup your data somewhere before : photos, messages etc ...
Then copy the update zip file on your SD card
1. Go to the "Settings" menu
2. Select "About phone"
3. Select "System Update"
4. Select "Local Updates'
5. Locate and select the zip file on SD card
6. Press the "Start Update"
The phone reboot into recovery, for me the update has not working : error of file permission, but just in the recovery, select menu "apply update from sdcard" and select the zip file for this to work properly.
7. Once the update is complete, you must do a factory reset and clear the cache.
And then patiently ...
Root is working as before, installation of Xposed too as well as Gravity box.
In this version there is no longer the ability to hide the virtual buttons as in v2.4 that I was using before, I do it with Gravity box and application Force Immersion to depend on the applications.
With Gravity box, I noticed a percentage of the display bug of the 2nd battery on the lockscreen as well as notifications: 2 times the same percentage but the level is displayed correctly.
There is a permission error for Titanium on SD card.
I change the file /etc/permissions/platform.xml as it was in v2.4
by
Otherwise it seems to work well, there is always the "protected apps" menu but applications are saved automatically.
you can find it on another forum forum too.
This is a multilinguage version named v2.3
It is largely AOSP with google apps in.
By cons to install as it is an update version (SD install), you need first the v2.3_abroad or version 2.2 (this is the same!) on your phone. Otherwise there is the risk of the phone crash !
So first flash with QFIL tool from a PC the old version v2.3_abroad : your phone will be full reset so backup your data somewhere before : photos, messages etc ...
Then copy the update zip file on your SD card
1. Go to the "Settings" menu
2. Select "About phone"
3. Select "System Update"
4. Select "Local Updates'
5. Locate and select the zip file on SD card
6. Press the "Start Update"
The phone reboot into recovery, for me the update has not working : error of file permission, but just in the recovery, select menu "apply update from sdcard" and select the zip file for this to work properly.
7. Once the update is complete, you must do a factory reset and clear the cache.
And then patiently ...
Root is working as before, installation of Xposed too as well as Gravity box.
In this version there is no longer the ability to hide the virtual buttons as in v2.4 that I was using before, I do it with Gravity box and application Force Immersion to depend on the applications.
With Gravity box, I noticed a percentage of the display bug of the 2nd battery on the lockscreen as well as notifications: 2 times the same percentage but the level is displayed correctly.
There is a permission error for Titanium on SD card.
I change the file /etc/permissions/platform.xml as it was in v2.4
PHP Code:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE">
<group gid="sdcard_r"/>
<group gid="sdcard_rw"/>
</permission>
by
PHP Code:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE">
<group gid="sdcard_r"/>
<group gid="sdcard_rw"/>
<group gid="media_rw"/>
</permission>
Otherwise it seems to work well, there is always the "protected apps" menu but applications are saved automatically.