over in http://forum.xda-developers.com/show....php?t=1422158 there is a way to swap the internal and external sd cards...is ther a way to port it to the samsungs ?
Showing posts with label look. Show all posts
Showing posts with label look. Show all posts
Thursday, 15 October 2015
Monday, 12 October 2015
Request Touchwiz Lollipop/note 4 look for samsung s3 4.3 JB
Touchwiz Lollipop or note 4 looks
can it be made for 4.3 Jellybean os ?
just a question cause i realy like the stable 4.3 os that samsung gives
Greets Rubenownz
can it be made for 4.3 Jellybean os ?
just a question cause i realy like the stable 4.3 os that samsung gives
Greets Rubenownz
Tuesday, 6 October 2015
[GUIDE] How To Make Settings Lollipop CM12 Themes Look A Like
(Part I) Remove App Icon on ActionBar

Prepare
- Know how to Decompile-Recompile
- Settings.apk
Guides
- Decompile Settings.apk
- go to folder \res\values
- open Styles.xml
- add on styles.xml above </resources> add this code
- still in values folder
- make one new files named drawables.xml
- write on drawables.xml this code
- now open AndroidManifest.xml
- on AndroidManifest.xml search android:theme="@style/Theme.Holo"
- change with android:theme="@style/Mole.Theme"
- so will look like this
- Recompile and Sign
- Push to \system\app with right permission (rw,r,r)
- reboot
Prepare
- know how to Decompile Recompile
- framework-res.apk
Guides
- decompile framework-res.apk
- go to folder \res\values\
- open styles.xml
- find
and
- add above </style>
- so it will look like this
- watch every space and make sure the code sructure still on track
- next open drawables.xml still in values folder
- add above </resources>
- Save - Decompile - Push Reboot
- Done

Prepare
- Know how to Decompile-Recompile
- Settings.apk
Guides
- Decompile Settings.apk
- go to folder \res\values
- open Styles.xml
- add on styles.xml above </resources> add this code
HTML Code:
<style name="Mole.Theme" parent="@android:style/Theme.Holo">
<item name="android:actionBarStyle">@style/Mole.Holo.Bar</item>
</style>
<style name="Mole.Holo.Bar" parent="@android:style/Widget.Holo.ActionBar">
<item name="android:icon">@drawable/trans_yanu</item>
</style>
<style name="Mole.Bar" parent="@android:style/Widget.ActionBar">
<item name="android:icon">@drawable/trans_yanu</item>
<item name="android:paddingTop">0.0dip</item>
<item name="android:paddingBottom">0.0dip</item>
<item name="android:paddingStart">0.0dip</item>
<item name="android:paddingEnd">0.0dip</item>
</style>
- make one new files named drawables.xml
- write on drawables.xml this code
HTML Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item type="drawable" name="trans_yanu">#00000000</item>
</resources>
- on AndroidManifest.xml search android:theme="@style/Theme.Holo"
- change with android:theme="@style/Mole.Theme"
- so will look like this
HTML Code:
<application android:hardwareAccelerated="true" ....... android:theme="@style/Mole.Theme" ........ >
- Push to \system\app with right permission (rw,r,r)
- reboot
Remove App Icon ActionBar in all Apps (optional)
Prepare
- know how to Decompile Recompile
- framework-res.apk
Guides
- decompile framework-res.apk
- go to folder \res\values\
- open styles.xml
- find
HTML Code:
<style name="Widget.Holo.ActionBar" parent="@style/Widget.ActionBar">
HTML Code:
<style name="Widget.ActionBar" parent="@style/Widget">
HTML Code:
<item name="icon">@drawable/trans_yanu</item>
HTML Code:
</style>
<style name="Widget.Holo.ActionBar" parent="@style/Widget.ActionBar">
<item name="progressBarStyle">@style/Widget.Holo....
.......
.......
.......
<item name="icon">@drawable/trans_yanu</item>
</style>
<style name="Widget.Holo.Light" par
- next open drawables.xml still in values folder
- add above </resources>
HTML Code:
<item type="drawable" name="trans_yanu">#00000000</item>
- Done
Subscribe to:
Posts (Atom)