[PORT] TweakBox Themes ported to the LG G4

mdau

Senior Member
Oct 21, 2013
164
21
0
Not working for me. Genisys rom lollipop final with xposed and g4 tweaksbox

Sent from my LG-H815 using Tapatalk
 

Theos_

Senior Member
Apr 17, 2014
97
32
0
36
France
G3 Cobalt Theme

+1 from spain
Hi,
i actually run G3 Cobalt theme with G4tweakbox, :D
you need to modify AndroidManifest.xml like this :

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.dustinb.systemui_theme.cobalttweaksboxtheme">
<application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme">
<activity android:label="@string/app_name" android:name="it.ptoti.systemui_theme.cobalttweaksboxtheme.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<action android:name="it.ptoti.g4_tweaksbox.systemui.THEME"/>
<action android:name="it.ptoti.g4_tweaksbox.settings.THEME"/>
<action android:name="it.ptoti.g4_tweaksbox.easysettings.THEME"/>
<action android:name="it.ptoti.g4_tweaksbox.lockscreen.THEME"/>
<action android:name="it.ptoti.g4_tweaksbox.phonebookapp.THEME"/>
<action android:name="it.ptoti.g4_tweaksbox.incallui.THEME"/>
<action android:name="it.ptoti.g4_tweaksbox.teleservice.THEME"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
</application>
</manifest>​

the quicksetting on notification panel doesn't work, i will try to fix it (but if somebody help me :) )
 

Attachments

Last edited:

explor3r3

Senior Member
Jan 22, 2012
197
37
28
Between keyboard and chair
hello , any news ? thank you



Hi,
i actually run G3 Cobalt theme with G4tweakbox, :D
you need to modify AndroidManifest.xml like this :

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.dustinb.systemui_theme.cobalttweaksboxtheme">
<application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme">
<activity android:label="@string/app_name" android:name="it.ptoti.systemui_theme.cobalttweaksboxtheme.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<action android:name="it.ptoti.g4_tweaksbox.systemui.THEME"/>
<action android:name="it.ptoti.g4_tweaksbox.settings.THEME"/>
<action android:name="it.ptoti.g4_tweaksbox.easysettings.THEME"/>
<action android:name="it.ptoti.g4_tweaksbox.lockscreen.THEME"/>
<action android:name="it.ptoti.g4_tweaksbox.phonebookapp.THEME"/>
<action android:name="it.ptoti.g4_tweaksbox.incallui.THEME"/>
<action android:name="it.ptoti.g4_tweaksbox.teleservice.THEME"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
</application>
</manifest>​

the quicksetting on notification panel doesn't work, i will try to fix it (but if somebody help me :) )