Would somebody be so kind to port the enlosed COD Theme? 
Attachments
-
366.2 KB Views: 288
Any chances? At least for Sony Xperia White theme, please?@flooi
Since you have no difficulty in changing themes, can you change the theme Sony Xperia White and Samsung Galaxy White key, please?
Yes I can confirm that it does.these works for M?
+1 from spainI'm also interrested in the G3 Cobalt theme.
Thanks a lot
Hi,+1 from spain
Hi,
i actually run G3 Cobalt theme with G4tweakbox,
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)