settings error
You need to flash gapps - Slim_minimal_gapps.4.4.2.build.3 for Google services to work properly (including sync).
I have gapps installed.
I found that Settings-res.apk on first post was the reason.
I've replaced it with the original and now I can access all settings.
I've also edited SystemUI-res myself, this is what I did:
- Download apktool 2.0.0RC2
- Pull framework-res.apk and mediatek-res.apk from /system/framework
- Install both framewors using apktool:
apktool if framework-res.apk
apktool if mediatek-res.apk
- Pull SystemUI-res.apk from /custpack/JRD_custres/app/
- unpack apk files
apktool d SystemUI-res.apk
- edit settings:
on SystemUI-res/res/values/integers.xml
quick_settings_num_columns -> 4
on SystemUI-res/drawable-xxhdpi/
stat_sys_gemini_signal_*_blue.png edited with gimp to be white.
notification_panel_bg edited with gimp to be black.
- build apk
apktool b SystemUI-res
- apk will be on SystemUI-res/dist/
- Push new apk
I'll try to modify Settings-res and maybe others, I still want to re-arange quick settings.
Regards.