[TUT]Developing G3/G4 TweaksBox softkey themes - G4 Themes and Apps

Starting from 1.5 version G3 TWB supports softkey themes. G4 TWB has the support from its first release. Softkey themes are the same for both the G3 and the G4.
Follow these steps to create a theme:
1)DOWNLOAD THE THEME EXAMPLE ATTACHED TO THIS POST AND DECOMPILE IT
You can easily use apktool for that.
2)MODIFY THE PACKAGE NAME:
Don't touch anything else in the MANIFEST file.
Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package=[COLOR="Red"]"it.ptoti.g3_tweaksbox_navbar_theme.iron_man[/COLOR]" platformBuildVersionCode="21" platformBuildVersionName="APKTOOL">
<application android:allowBackup="true" android:icon="@drawable/theme_icon" android:label="@string/theme_name" android:theme="@android:style/Theme.Light">
<activity android:excludeFromRecents="true" android:launchMode="singleInstance" android:name="it.ptoti.g3_tweaksbox.navigationbartheme.ThemeActivity">
<intent-filter>
<category android:name="android.intent.category.DEFAULT"/>
<action android:name="it.ptoti.g3_tweaksbox.navbar.THEME"/>
</intent-filter>
</activity>
</application>
</manifest>
3)CHANGE THE THEME NAME:
Open the strings.xml file(res/values/) and change the theme name
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="theme_name">[COLOR="Red"]Iron Man Red[/COLOR]</string>
</resources>
4)REPLACING RESOURCES:
Just replace your themed pngs in the xxx-hdpi folder.There is a png for each key to theme.
5)COMPILE THE THEME WITH APKTOOL,SIGN AND ENJOY IT:
I will add an eclipse/Android studio example soon.
CREDITS:
@HPTesla for the iron man pngs.

Thx for the faq ... Ported my bayern Munich nav bar.... Easy
Gesendet von meinem LG-H815 mit Tapatalk

flooi said:
Thx for the faq ... Ported my bayern Munich nav bar.... Easy
Gesendet von meinem LG-H815 mit Tapatalk
Click to expand...
Click to collapse
Could you share that with a fellow Münchner?

android404 said:
Could you share that with a fellow Münchner?
Click to expand...
Click to collapse
of course, hope you like it

Can someone please a Borussia Dortmund nav bar? Many thanks in advance.
Gesendet von meinem LG-H815 mit Tapatalk

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Gr8!
TapTap in 7 HD 3.3 by S3V3N for LG G4

vietnam100 said:
Can someone please a Borussia Dortmund nav bar? Many thanks in advance.
Gesendet von meinem LG-H815 mit Tapatalk
Click to expand...
Click to collapse
if u give me one day, ill can make u one
although its against all of my personal feelings

Many thanks, man.
Gesendet von meinem LG-H815 mit Tapatalk

vietnam100 said:
Many thanks, man.
Gesendet von meinem LG-H815 mit Tapatalk
Click to expand...
Click to collapse
tell me if u like it... if not, i can modify it tomorrow...
Grüße nach Lüdenscheid

Both are perfect. Many many thanks.
Gesendet von meinem LG-H815 mit Tapatalk

Done.

@flooi
Since you have no difficulty in changing themes, you can change the theme Reflection Soft key is please?
http://forum.xda-developers.com/showthread.php?t=2717736

Rom said:
@flooi
Since you have no difficulty in changing themes, you can change the theme Reflection Soft key is please?
http://forum.xda-developers.com/showthread.php?t=2717736
Click to expand...
Click to collapse
hey, in your theme two icons where missing (qslide and dual) so i hope u will not use them

flooi said:
hey, in your theme two icons where missing (qslide and dual) so i hope u will not use them
Click to expand...
Click to collapse
Heu thank you very much but after i apply this theme, i don't see the same icon buttons that in the screenshoot..
Normal ?
And can you give by MP your apk tool folder, where do you has put it (the location) and how you make it (i don't sure that i have understand the main thread ) ?
EDIT: and your full path & java version too
I would like to can update multiple navbar theme
Thanks :good:

it works for me
For the decompile:
Go to this thread --> http://forum.xda-developers.com/showthread.php?t=2639400 <--
Download the ZIP, extract it... Copy the files u want to decompile in the IN Folder (the iron man theme on the first page). Copy the second theme u do want the icons from in the same folder and start the programm.
Click on Decompile and choose both apk.... After they have been decompiled go to the OUT folder and modify the things, that are mentioned on page 1. To copy the icons from the old to the new theme look in the folder where the old icons are located.
Look for the icons that are named like that: ic_sysbar_back_normal <- change that name to "back".
so u do for the rest of the icons... Copy paste it to your new decompiled APK, rename the folder to whatever and recompile and sign the package again.
Install it, activate it, have phun with it
Gesendet von meinem LG-H815 mit Tapatalk

flooi said:
it works for me
For the decompile:
Go to this thread --> http://forum.xda-developers.com/showthread.php?t=2639400 <--
Download the ZIP, extract it... Copy the files u want to decompile in the IN Folder (the iron man theme on the first page). Copy the second theme u do want the icons from in the same folder and start the programm.
Click on Decompile and choose both apk.... After they have been decompiled go to the OUT folder and modify the things, that are mentioned on page 1. To copy the icons from the old to the new theme look in the folder where the old icons are located.
Look for the icons that are named like that: ic_sysbar_back_normal <- change that name to "back".
so u do for the rest of the icons... Copy paste it to your new decompiled APK, rename the folder to whatever and recompile and sign the package again.
Install it, activate it, have phun with it
Gesendet von meinem LG-H815 mit Tapatalk
Click to expand...
Click to collapse
Thanks you very much but i am block to this:
" To copy the icons from the old to the new theme look in the folder where the old icons are located."

ok, lets take your old reflect theme as an example:
if u decompile that you have to go in the res folder.... look there for a folder where the icons are stored... in that case the folder is called drawable-xxhdpi-v4. Then look for the different items and rename them: ic_sysbar_back_normal -> back / ic_sysbar_qmemo_normal -> qmemo
afterwards just copy the icons to your iron man theme (res -> drawable-xxxhdpi) which u have already downloaded on the first page and decompiled it

flooi said:
ok, lets take your old reflect theme as an example:
if u decompile that you have to go in the res folder.... look there for a folder where the icons are stored... in that case the folder is called drawable-xxhdpi-v4. Then look for the different items and rename them: ic_sysbar_back_normal -> back / ic_sysbar_qmemo_normal -> qmemo
afterwards just copy the icons to your iron man theme (res -> drawable-xxxhdpi) which u have already downloaded on the first page and decompiled it
Click to expand...
Click to collapse
I try to understand what i must make XD
But for the stock reflection theme, at the result, we have not the same icons in navbar from the theme in this thread rights ?
=> http://forum.xda-developers.com/showthread.php?t=2717736
I want to see the same buttons on my navbar after apply the theme ..

did u activate it in the Tweakbox?
the apk is completely correct... i have the reflection navbar as u can see on the pic

flooi said:
did u activate it in the Tweakbox?
the apk is completely correct... i have the reflection navbar as u can see on the pic
Click to expand...
Click to collapse
Yes i have enable it and my navbar icons are changed but i not see exactly the same buttons, see attachments

Related

[GUIDE]✰ ◆ ◇ ✰ Custom Carrier Logo's for Stock/Custom ROMs ✰ ◇ ◆ ✰

[GUIDE]✰ ◆ ◇ ✰ Custom Carrier Logo's for Stock/Custom ROMs ✰ ◇ ◆ ✰
Hey guys.
I've had a few people asking me how to create a custom carrier logo, so I decided to post up a short guide on how to do it.
I'll try to keep it as simple as possible, hopefully you'll be able to understand it
We need
- apktool
- Galaxy Note 2
*make sure you meet all requirements for apktool
Guide:
- Copy framework-res.apk and SystemUI.apk from your current ROM into your apktool directory
* SystemUI.apk --> /system/app
* framework-res.apk --> /system/framework
- CD your apktool folder
- Install resources from framework-res.apk by issuing this command
Code:
apktool if framework-res.apk
- Decompile your SystemUI.apk by doing following command
Code:
apktool d SystemUI.apk
- Navigate to your decompiled SystemUI folder and go to /res/values/bools.xml
- Find the following bool
Code:
<bool name="config_showOperatorLogo">false</bool>
- Change it to the following:
Code:
<bool name="config_showOperatorLogo">true</bool>
- Save and close the XML
- Next, navigate to /res/drawable-xdpi/ and search for this image
Code:
tw_stat_notify_operator_logo
- This is what you want to replace with your custom image. Try not have the image too big, and make sure it is a png.
I usually make my logos arround 90x40 but they can be smaller or slightly larger depending on what you are using.
- After you replaced that image with your custom carrier logo go back to your command prompt window and recompile your apk.
Code:
apktool b SystemUI
- Your new apk will be in the decompiled SystemUI folder in the "dist" folder
- Next, ckick and drag the original AndroidManifest.xml and the META-INF folder for the original SystemUI.apk to the new SystemUI.apk
- drag your new SystemUI.apk to /system/app and make sure you have set the right permissions RW--R--R
- then Reboot
Screenshot
upper left corner (my favorite soccer club from Belgrad )
How To Submit Request
- Post your SystemUI.apk and framework-res.apk from your current ROM
- Post the carrier logo you want
- Post what ROM you are using
Resources
- Some carrier logos
Enjoy !​
Always remember to make a nandroid backup BEFORE making any changes to your system.​
*All credits goes to fergie716
for example
​
i cant recompile it...
why not... just follow the steps one by one...
or give me your
- SystemUI.apk
- framework-res.apk
- your carrier logo image
i'll try to recompile it
Gesendet von meinem GT-N7100 mit Tapatalk 2
im using crash rom v2.1..
here is my
systemUI.apk
framework-res.apk and
tw_stat_notify_operatorlog.png
all in the zip file...
http://www.mediafire.com/download.php?pnjg03n6t1s22dt
if done...let me know...i need to remove the file from mediafire...
jiawei0309 said:
im using crash rom v2.1..
here is my
systemUI.apk
framework-res.apk and
tw_stat_notify_operatorlog.png
all in the zip file...
http://www.mediafire.com/download.php?pnjg03n6t1s22dt
if done...let me know...i need to remove the file from mediafire...
Click to expand...
Click to collapse
here you go mate... let me know if it works for you
Help me agn...new version of crash rom v3...
http://db.tt/SmCrL7yW
Sent from my GT-N7100
help me, plz. i'm using WanamLite v2.0
here my file : http://www.mediafire.com/#l1yuulxl2wl6e
I've made but it not work. i'm not see change anything
LuCiFeRkO, for some reason I can't seem to recompile the apk, and I've never had a problem recompiling apk's before. Can I send you a link to the needed files? Thank you so much for all your hard work.
help me plz bro...http://db.tt/SmCrL7yW
Success!!!
LuCiFeRkO,
It took me a two days to get this running, and I know this is for the 7100/7105, but I felt a little daring and tried on my Sprint L900. Now I need to make an adjustment, but I am really proud with the results for a first time. I used your template of 90 x 40. I just need to get the right Font and Colour. I may have to stretch it out a little past 90.
Also, I noticed that when the phone is locked the Carrier shows up on the lock screen beside my logo, but when I unlock it, it goes away. Any ideas where I should look to remove that or is that normal?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
vanlisa said:
help me, plz. i'm using WanamLite v2.0
here my file : http://www.mediafire.com/#l1yuulxl2wl6e
I've made but it not work. i'm not see change anything
Click to expand...
Click to collapse
your link doesn't work...upload it somewhere else
thnx
jiawei0309 said:
help me plz bro...http://db.tt/SmCrL7yW
Click to expand...
Click to collapse
here you go mate....enjoy
LuCiFeRkO said:
your link doesn't work...upload it somewhere else
thnx
here you go mate....enjoy
Click to expand...
Click to collapse
Thx bro...Tried...dono why...not working
Sent from my GT-N7100
Here is the screenshot after replace systemui.apk
Sent from my GT-N7100
jiawei0309 said:
Here is the screenshot after replace systemui.apk
Sent from my GT-N7100
Click to expand...
Click to collapse
strange...did you reboot your phone and set the right permissions?
gyrene2083 said:
LuCiFeRkO,
It took me a two days to get this running, and I know this is for the 7100/7105, but I felt a little daring and tried on my Sprint L900. Now I need to make an adjustment, but I am really proud with the results for a first time. I used your template of 90 x 40. I just need to get the right Font and Colour. I may have to stretch it out a little past 90.
Also, I noticed that when the phone is locked the Carrier shows up on the lock screen beside my logo, but when I unlock it, it goes away. Any ideas where I should look to remove that or is that normal?
Click to expand...
Click to collapse
try to upload your systemui.apk and i'll see what can i do....
LuCiFeRkO said:
strange...did you reboot your phone and set the right permissions?
Click to expand...
Click to collapse
rw-r-r izzit the correct permission??
jiawei0309 said:
rw-r-r izzit the correct permission??
Click to expand...
Click to collapse
yes
Gesendet von meinem GT-N7100 mit Tapatalk 2
really not working..
Thank you I sent you a PM with the Link.
Hi All,
already done but my status bar disappeared after reboot.
Can you please do that for me?
you can download it at dl.dropbox.com/u/4358137/Abud.7z
thanks before

[TUT/GUIDE]Make your own On Screen Buttons{OSB}[08-06-2013]

A guide how to add OSB for your ROM...!!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credits:​
1. Attitude.SSJ for the DIY of OSB
2. LoneWanderer for the tut for HDPI devices
3.atticus182 for the beautiful icons of OSB
4. Serajr for the superb system UI mod
5. Tickle Fish for TICKLE MY ANDROID
Click to expand...
Click to collapse
Before we begin ask yourselves a question..!!
1.Do we really need OSB for mdpi devices??
Ans: i feel yes, "PREVENTION IS BETTER THAN CURE" its better we use our touch rather than using the soft keys for such along time and eventually get them busted! :silly:
2. Do we really need to follow this guide to make my own OSB??
Ans: Well it depends on your requirements......
3. will it support ICS, JB and even CM???
Ans: Hell yeah..!! it does work!!! sorry GB users
Click to expand...
Click to collapse
Tools Required:
1.framework-res.apk
2.SystemUI.apk
3.Winrar or 7zip
4.Notepad++
5.Apktool or Apkmanager or Apkmultitool
6.JAVA & JDK already installed in your PC
last but not the least required thing is a fully functioning human brain..!!
STEP1:
Framework Part:
1) Take the framework-res.apk and SystemUI.apk from rom and paste it in "place-apk-here-for-modding" folder in Apktool
2) Decompile the framework-res.apk using
Code:
apktool d framework-res.apk
Click to expand...
Click to collapse
3)Once decompiled you'll obtain a folder "framework-res"
4) Open it ..goto 'res\values' folder...find bools and right click to edit with notepad++ and by using ctrl+f search for
Code:
<bool name="config_showNavigationBar">[COLOR="Red"]false[/COLOR]</bool>
Click to expand...
Click to collapse
5)Rename falseto true...save file.
6) Open 'dimens' file in the same folder res\values and using ctrl+f search for navigation bar height and width and change them to whatever dpi you want and save file
7) Thats it!! compile the framework-res using the code
Code:
apktool b framework-res
Click to expand...
Click to collapse
8)Now you will get the new apk file of framwork-res.apk in the dist folder of framework-res folder if you are using the apktool and for other tools it will be in the respective output folder
9) Now we have to sign the framework-res.apk using any apk signing software or simply use TICKLE MY ANDROID by TICKLE FISH to sign your apk by placing it in the out folder of Tickle my android and sign it by pressing button 15 to sign apk file under theming menu(2)
10)thats it now your rom will have OSB
Note: If you dont want OSB in landscape view also..then type 0.0dip like this... in res\values\dimens
Code:
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
Click to expand...
Click to collapse
STEP2:
System UI part:
1. using 7zip or winrar OPEN the SystemUI.apk and navigate to res>drawable_mdpi (if drawable_mdpi is not present go to drawable_hdpi) and just drag and drop this folder "drawable_mdpi (or) hdpi"where you are working
2. search for these png files in the folder
Code:
ic_sysbar_back
ic_sysbar_back_ime
ic_sysbar_home
ic_sysbar_menu
ic_sysbar_recent
if they are present thats done if they are not present you'll have to add them into the folder with dimensions of your choice
3. Thats it NOW you have OSB in your ROM
WANT TO ASK ANYTHING???
How do i add them man...??
Well that's very simple go to this page http://forum.xda-developers.com/showthread.php?t=1413582 and download the required OSB styles you want to add to your ROM
but hey this brother who is a Recognized contributor @atticus182 should deserve a THANKS for such beautiful icons
Once downloaded you must re-size the pngs as far as i know for mdpi devices in portrait mode the image should be scaled around width:80px and height:48px (80x48) and in landscape mode width:48px and height:80px (40x80) is recommended
after they are re-sized they should be copy pasted to the folder we dragged and dropped from SystemUI.apk
once they are copy pasted again open SystemUI.apk in 7zip or Winrar and open the res folder and now just drag and drop the folder in which we added the png files and save the compression level to store if asked and now decompile SystemUI.apk and check whether the files which we drag and dropped are present in the res folder and even check for the png files the res>drawable mdpi(or)hdpi folder... if they are present then it is well and good if they arenot present then you have done something wrong post your problem i'll help you out or there are lot of devs here in XDA they'll help
Click to expand...
Click to collapse
STEP3:
CREATING A FLASHABLE ZIP
1) Download Sample.zip but dont extract it..just open the sample provided with winrar...you will see 2 folders META-INF and system.
View attachment Sample.zip
2) In system there will be two folders framework and app...
Drag the new framework-res.apk to framework folder...
and the SystemUI.apk folder to app..
3) META-INF has info about flashing...goto com..google..android and open update-script file with notepad++...you can edit whatever you want in
ui_print (" ") ...it will be displayed while installing...Save file..
Done your flashable zip is also ready to be flashed using CWM recovery
Feel free to ask questions if you have any coz this tutorila/guide is n-o-o-b friendly :victory: :angel:
P.S add me to your credits if you manage to get OSB working in your rom using this GUIDE/TUT
Dont ever forget to Click :good:button
--reserved for next updates--
--reserved for changelogs---
Nice guide man, and thanks for adding credits to my work! Cheers
Verstuurd van mijn HTC One met Tapatalk
atticus182 said:
Nice guide man, and thanks for adding credits to my work! Cheers
Verstuurd van mijn HTC One met Tapatalk
Click to expand...
Click to collapse
:angel::angel::angel::angel::angel::angel::angel:
Thanks bro:highfive:
Superb guide
Grrrr... i'm jealous now how are managing to work with engineering projects and XDA dude...?? Awesome work man keep up the good work :good: :highfive:
Sent from my ST15i using xda premium
vaddurivineel said:
Grrrr... i'm jealous now how are managing to work with engineering projects and XDA dude...?? Awesome work man keep up the good work :good: :highfive:
Sent from my ST15i using xda premium
Click to expand...
Click to collapse
hehe... thanks alot man!! try yourselves and show me tomorrow morning at your place.. will be happy to see if you understand and be successful in adding the OSB
good
@Aneel
Hi Bro.
this is my first editing :fingers-crossed:
has been successfully :highfive: Thank you very much
EDIT
i can't hide OSB on landscape i make it 0dpi but still big i think 48 !
Code:
<dimen name="navigation_bar_height">34.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
Mo7mD.ZaYOnA said:
@Aneel
Hi Bro.
this is my first editing :fingers-crossed:
has been successfully :highfive: Thank you very much
EDIT
i can't hide OSB on landscape i make it 0dpi but still big i think 48 !
Code:
<dimen name="navigation_bar_height">34.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
Click to expand...
Click to collapse
you must edit it in framework-res.apk bro
Decompile The Framework-res And Navigate To /res/values/dimens.xml
Then Find These Lines
Code:
<dimen name="navigation_bar_height">22.0dip</dimen>
<dimen name="navigation_bar_width">22.0dip</dimen>
Aneel said:
you must edit it in framework-res.apk bro
Decompile The Framework-res And Navigate To /res/values/dimens.xml
Then Find These Lines
Code:
<dimen name="navigation_bar_height">22.0dip</dimen>
<dimen name="navigation_bar_width">22.0dip</dimen>
Click to expand...
Click to collapse
from framework-res.apk
/res/values/dimens.xml
i find these lines
<dimen name="navigation_bar_height">48.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
Change height to 34dip
and add this line to disable in landscape
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
but it's still work in landscape
Mo7mD.ZaYOnA said:
from framework-res.apk
/res/values/dimens.xml
i find these lines
<dimen name="navigation_bar_height">48.0dip</dimen>
<dimen name="navigation_bar_width">48.0dip</dimen>
Change height to 34dip
and add this line to disable in landscape
<dimen name="navigation_bar_height_landscape">0.0dip</dimen>
but it's still work in landscape
Click to expand...
Click to collapse
try using some on screen button app mod bro..... i think there is one in Xperia P forums where it works with no issues for all phones
No
it's work good now via your method
This is a very cool tutorial and thanks for saying thanks for Tickle My Android. :thumbup:
However, I should point out that you can use Tickle My Android for more than just signing the apk. It can be used to take the file from your phone, decompile it, recompile it and put it into a flashable zip.
Saves having to download lots of different programs when you can do what you need with just one...
Sent from my C6603 using XDA Premium 4 mobile app
Ticklefish said:
This is a very cool tutorial and thanks for saying thanks for Tickle My Android. :thumbup:
However, I should point out that you can use Tickle My Android for more than just signing the apk. It can be used to take the file from your phone, decompile it, recompile it and put it into a flashable zip.
Saves having to download lots of different programs when you can do what you need with just one...
Sent from my C6603 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes it is an awesome tool that i ever found for theming,decompiling,signing and what not! i use it for porting few apps too :highfive: :angel:
Aneel..do you know to make the osb background transparrent..??
Sent from my ST18i using XDA Premium 4 mobile app
Rhyskymud said:
Aneel..do you know to make the osb background transparrent..??
Sent from my ST18i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Well Yes..!! i will post it very soon just let my exams get finished!
Aneel said:
Well Yes..!! i will post it very soon just let my exams get finished!
Click to expand...
Click to collapse
Ok..i'm waiting..
Sent from my ST18i using XDA Premium 4 mobile app
thats coolllllll bro..ill try it

[APP][MOD] Your Own ROM Settings V2;)

Hi I just want to share my app
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is only a simple App
What does it do is when you click the STATUSBAR it will launch the statusbar settings available for your rom. ex EDT Tweaks.
You can edit the items in Preference list.
Just decompile this APK then edit the files inside the XML folder and you will see like this
<PreferenceScreen
android:key="toggles"
android:title="Item1">
<intent android:targetPackage="com.lidroid.quickpanel"
android:action="android.intent.action.MAIN"
android:targetClass="com.lidroid.quickpanel.MainActivity" />
</PreferenceScreen>
Click to expand...
Click to collapse
You just need to change those in RED color it is just same on adding items on Settings
and if you want to add another item just copy the whole PreferenceScreen
Version 2
changeLog:
You can change the menu text by editing main.xml (I forgot to use @StRiNgS hehe)
Supports Custom font just replace the ttf file inside assets folder but do not rename it
PopUp on Performance options like CyanogenMod
You can change the title and the dialog by editing strings.xml
Look for
<string name="warning_title">Hello Potato!</string>
<string name="warning_dialog">Hi Im a Potato!</string>
Click to expand...
Click to collapse
You can also turn them off by editing bools.xml
Look for "potato_warning" and change the true to false
<bool name="potato_warning">true</bool>
Click to expand...
Click to collapse
DOWNLOAD VERSION 2 HERE​
DOWNLOAD VERSION 1 HERE
CHANGELOG:
Added new pressed effect.
Fix duplicate preference
If you want to edit the POTATO Logo and any other stuff its all only a PNG except for the background which is on hex ​
Cant understand what u r saying ??
imElectronica said:
Cant understand what u r saying ??
Click to expand...
Click to collapse
When you click on the STATUSBAR or PERFORMANCE or TOGGLES or OTHERS it will show up a certain menu.
Example you click on PERFORMANCE it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Example you click on TOGGLES it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Example you click on OTHERS it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Get it sir?
mariozawa said:
When you click on the STATUSBAR or PERFORMANCE or TOGGLES or OTHERS it will show up a certain menu.
Example you click on PERFORMANCE it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Example you click on TOGGLES it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Example you click on OTHERS it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Get it sir?
Click to expand...
Click to collapse
When i click on item 1 or item 2 whatever....it open the "Liroid Quick panel setting"only.....i think this is only for Stock rom.
imElectronica said:
When i click on Part 1 or Part 2 whatever....it open the "Liroid Quick panel setting"only.....i think this is only for Stock rom.
Click to expand...
Click to collapse
Thats why you need to edit
statusbar.xml
performance.xml
toggles.xml
others.xml
inside
res/xml folder
please read post #1
This will work on all ROMS only if you know what to do :good:
mariozawa said:
When you click on the STATUSBAR or PERFORMANCE or TOGGLES or OTHERS it will show up a certain menu.
Example you click on PERFORMANCE it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Example you click on TOGGLES it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Example you click on OTHERS it will show up a list of menu that you can customize by decompiling the app then edit the xml inside xml folder.
Get it sir?
Click to expand...
Click to collapse
mariozawa said:
Thats why you need to edit
statusbar.xml
performance.xml
toggles.xml
others.xml
inside
res/xml folder
please read post #1
This will work on all ROMS only if you know what to do :good:
Click to expand...
Click to collapse
See the ss...what i do after.....
imElectronica said:
See the ss...what i do after.....
Click to expand...
Click to collapse
Decompile the app
go to res/xml
if you want to edit the items at performance edit performance.xml
then edit this
<PreferenceScreen
android:key="toggles"
android:title="Item1">
<intent android:targetPackage="com.lidroid.quickpanel"
android:action="android.intent.action.MAIN"
android:targetClass="com.lidroid.quickpanel.MainActivity" />
</PreferenceScreen>
Click to expand...
Click to collapse
or simply read post #1 please.
to know the target package decompile the app you want to add then open it android manifest
find
package="com.android.settings"
com.android.settings is the apps android:targetPackage
and for the android:targetClass
Use adw launcher
create custom shortcut
select pick your activity
select Activities
then select your desired app
for example Settings
you will see lots of activity choose only one.
Settings(.Settings)
so your android:targetClass is Settings
so your preference activity should look like this
<PreferenceScreen
android:key="toggles"
android:title="Settings">
<intent android:targetPackage="com.android.settings"
android:action="android.intent.action.MAIN"
android:targetClass="com.android.settings.Settings" />
</PreferenceScreen>
Click to expand...
Click to collapse
Nice! Keep on!
EDIT: Some suggestions, replace peformance, toggles,others and statusbar pngs with text, strings. And add icons to items, like
X item1
O item2
It will look better
m4RinKo2 said:
Nice! Keep on!
EDIT: Some suggestions, replace peformance, toggles,others and statusbar pngs with text, strings. And add icons to items, like
X item1
O item2
It will look better
Click to expand...
Click to collapse
App updated check it bro hope they like it :good:
Nice Thanks for sharing bro !:good::good:
keep it up !
wow,very cool!!!!!!!!!thumps up and hail to potato!!!!!!keep it up bro.:good:
this is cool..finally finished mine
cool
just design some more for the main page..
It looks somewhat Black and white screen LOLZ!!!!
Good job
nice work ..but can you provide me the source ??
ritikchanna said:
nice work ..but can you provide me the source ??
Click to expand...
Click to collapse
I lost it. BTW check this thread http://forum.xda-developers.com/showthread.php?t=2532865

[KitkatP600][UPDATED] 2 Keyboards, RecentAppsScreen, MenuButtonMod

Hello everyone !
For those of you who are on KitKat and want the Note Pro Keyboard app... here it is!
Root needed:
Download the apk and place it on your tablet
I have used ES File Explorer with root option
You have to mount /system as RW
1) Make a backup of your current Samsung Keyboard with TitaniumBackup
OR rename it under /system/app from SamsungIME.apk to SamsungIME.apk.bak
2) Rename SamsungIME.odex to SamsungIME.odex.bak
3) Delete SamsungIME.apk under /system/app
4) Copy the new SamsungIME.apk to /system/app
5) Change the permission of SamsungIME.apk to rw-r--r-- or 644
6) Reboot
DOWNLOAD at the end of the OP
If you have problems or ForceClose then it is a good idea to install the GoogleKeyboard and try again
http://forum.xda-developers.com/showthread.php?t=2312179
I have attached a ScreenShot to show you how it looks on my SM-P600
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The one above is in the SamsungIME.apk.zip attached.
That one is in the SamsungIME.apk_Note Pro12.2.zip Attachement. Hope you like it.
____________________________________________________
Maybe some of you want to use the menue button to work as a RecentApps Button?
1) Use an Root Explorer to navigate to /system/usr/keylayout/Generic.kl
2)Edit line 139 and change "MENU" to "APP_SWITCH"
3)Save the file and then reboot. now you have a recent apps softkey
____________________________________________________
Not needed anymore (Samsung included it in the 4.4.2 US Update, only for those of us who use the Columbian Firmware:
Do you want an alternative RecentApps Screen? Try this:
Root needed:
If someone wants to change the Recent Apps screen (because I think the new one looks not nice) you can change it by changing the following lines in build.prop to "ro.product.name=viennaltexx" and "ro.product.device=viennalte"
"ro.product.model=SM-P905". I have used a build prop editor from the playstore. It needs a reboot.
It will look like this
Also you will be able to download hancom office from the Samsung App Store.
Thanks man
has anybody tested new keyboard on 4.3 based rom?
luca2006 said:
Thanks man
has anybody tested new keyboard on 4.3 based rom?
Click to expand...
Click to collapse
Most likely it will not work, i guess you would need some files from the updated framework but I am not sure
benni2903 said:
Hello everyone !
For those of you who have flashed the new Columbian Firmware based on KitKat and want the Note Pro 12.2 Keyboard app... here it is!
Root needed:
Download the apk and place it on your tablet
I have used ES File Explorer with root option
You have to mount /system as RW
1) Make a backup of your current Samsung Keyboard with TitaniumBackup
OR rename it under /system/app from SamsungIME.apk to SamsungIME.apk.bak
2) Rename SamsungIME.odex to SamsungIME.odex.bak
3) Delete SamsungIME.apk under /system/app
4) Copy the new SamsungIME.apk to /system/app
5) Change the permission of SamsungIME.apk to rw-r--r-- or 644
6) Reboot
DOWNLOAD:
https://www.dropbox.com/sh/x6yhuxsl6e12njp/kzoDSqQEJ6
If you have problems or ForceClose then it is a good idea to install the GoogleKeyboard and try again
http://forum.xda-developers.com/showthread.php?t=2312179
I have attached a ScreenShot to show you how it looks on my SM-P600
I don't know how many times you guys are able to download it from my Dropbox, feel free to make mirrors so other users can try it out
____________________________________________________
Maybe some of you want to use the menue button to work as a RecentApps Button?
1) Use an Root Explorer to navigate to /system/usr/keylayout/Generic.kl
2)Edit line 139 and change "MENU" to "APP_SWITCH"
3)Save the file and then reboot. now you have a recent apps softkey
____________________________________________________
Do you want an alternative RecentApps Screen? Try this:
Root needed:
If someone wants to change the Recent Apps screen (because I think the new one looks not nice) you can change it by changing the following lines in build.prop to "ro.product.name=SM-P905" and "ro.product.device=SM-P905". I have used a build prop editor from the playstore. It needs a reboot.
It will look like this
Also you will be able to download hancom office from the Samsung App Store.
Click to expand...
Click to collapse
You beat me to it! I just downloaded the system dump from the note pro to extract the keyboard.
I also got the recent apps screen working as well and it's awesome. I disabled the capacitive buttons though so I can use the tablet in portrait mode without accidentally pressing one of the capacitive buttons, what I do is use GMD Gesture control as it makes it easier. I disabled all the built in gestures and enabled 3 user gestures. A swipe down with 3 fingers registers as a back button press, swipe up with 4 fingers brings up the recent apps menu and a 4 finger pinch registers as a home button press. I used xposed to enable the 3dot menu in all apps so I don't need a menu button, but as a backup I have LMT installed to get pie with back home recent and menu.
Just sharing my experiences
Thanks for this guide and taking the time to extract the keyboard!
benni2903 said:
Hello everyone !
For those of you who have flashed the new Columbian Firmware based on KitKat and want the Note Pro 12.2 Keyboard app... here it is!
Root needed:
Download the apk and place it on your tablet
I have used ES File Explorer with root option
You have to mount /system as RW
1) Make a backup of your current Samsung Keyboard with TitaniumBackup
OR rename it under /system/app from SamsungIME.apk to SamsungIME.apk.bak
2) Rename SamsungIME.odex to SamsungIME.odex.bak
3) Delete SamsungIME.apk under /system/app
4) Copy the new SamsungIME.apk to /system/app
5) Change the permission of SamsungIME.apk to rw-r--r-- or 644
6) Reboot
DOWNLOAD:
https://www.dropbox.com/sh/x6yhuxsl6e12njp/kzoDSqQEJ6
If you have problems or ForceClose then it is a good idea to install the GoogleKeyboard and try again
http://forum.xda-developers.com/showthread.php?t=2312179
I have attached a ScreenShot to show you how it looks on my SM-P600
I don't know how many times you guys are able to download it from my Dropbox, feel free to make mirrors so other users can try it out
____________________________________________________
Maybe some of you want to use the menue button to work as a RecentApps Button?
1) Use an Root Explorer to navigate to /system/usr/keylayout/Generic.kl
2)Edit line 139 and change "MENU" to "APP_SWITCH"
3)Save the file and then reboot. now you have a recent apps softkey
____________________________________________________
Do you want an alternative RecentApps Screen? Try this:
Root needed:
If someone wants to change the Recent Apps screen (because I think the new one looks not nice) you can change it by changing the following lines in build.prop to "ro.product.name=SM-P905" and "ro.product.device=SM-P905". I have used a build prop editor from the playstore. It needs a reboot.
It will look like this
Also you will be able to download hancom office from the Samsung App Store.
Click to expand...
Click to collapse
How do you access menu button if you replace it with recent app? Will all the app show menu button like on htc? Or can i access menu on holding the recent button? Thanks
Sent from my SM-N9005 using Tapatalk
Yeah thats the problem, you can use xposed framework to force an in app menue button.
Will try to find a way to use it without any other app
Gesendet von meinem GT-I9505 mit Tapatalk
How did the recent apps menu that the latest update comes with even mwke it through to the final version? It looks hideous. Thanks for this.
Sent from my SM-P600 using Tapatalk
notebooko said:
How did the recent apps menu that the latest update comes with even mwke it through to the final version? It looks hideous. Thanks for this.
Sent from my SM-P600 using Tapatalk
Click to expand...
Click to collapse
Yeah I thought the same looks ok on a phone but on this tablet it looks horrible
Gesendet von meinem GT-I9505 mit Tapatalk
Hope will have magazine UX. Touchwiz launcher so boring.
cool tutorial thanks!
has the new keyboard also the new hand writing recognition?
I do not know which hand writing recognition you mean, but there is handwriting recognition. Make a backup and try it
Gesendet von meinem GT-I9505 mit Tapatalk
i mean the handwiting rec embedded into the sam keyboard...
sorry cant try it yet have a p605 :/
micro17 said:
i mean the handwiting rec embedded into the sam keyboard...
sorry cant try it yet have a p605 :/
Click to expand...
Click to collapse
I will try it tomorrow and I might write you a PM
Gesendet von meinem GT-I9505 mit Tapatalk
Is there any known drawbacks to changing to build prop? Which device are we spoofing here? the note 12.1 or the pro 10? I was thinking some apps which use special spen features might not detect the device has the spen if we spoof pro 10.
Also, why the hell does the recent apps look like that in the first place? is there a way to turn change the color of that hideous (and off center) blue square to transparent? cause then it would just look like the stock app switcher.
It's just the 3g lte version of our tablet. There's no drawbacks.
Sent from my SM-P600 using Tapatalk
smac7 said:
Is there any known drawbacks to changing to build prop? Which device are we spoofing here? the note 12.1 or the pro 10? I was thinking some apps which use special spen features might not detect the device has the spen if we spoof pro 10.
Also, why the hell does the recent apps look like that in the first place? is there a way to turn change the color of that hideous (and off center) blue square to transparent? cause then it would just look like the stock app switcher.
Click to expand...
Click to collapse
notebooko said:
It's just the 3g lte version of our tablet. There's no drawbacks.
Click to expand...
Click to collapse
Actually it is the Galaxy NOTE PRO 12.2 LTE Version
I have not found any drawbacks.
I do not think that it is possible to change the color of the recentApps. But for me the build.prop tweak works fine.
Sent from my SM-P600 using Tapatalk
Gesendet von meinem GT-I9505 mit Tapatalk
micro17 said:
i mean the handwiting rec embedded into the sam keyboard...
sorry cant try it yet have a p605 :/
Click to expand...
Click to collapse
This is how the handwriting thing looks
If this is not what you mean then tell me please how to check it
Gesendet von meinem SM-P905 mit Tapatalk
benni2903 said:
This is how the handwriting thing looks
Click to expand...
Click to collapse
yes this is what i meant, thanks!
i hope that it is more usable as the old one...
benni2903 said:
Yeah thats the problem, you can use xposed framework to force an in app menue button.
Will try to find a way to use it without any other app
Gesendet von meinem GT-I9505 mit Tapatalk
Click to expand...
Click to collapse
What Xposed App, Do you use to add the menu Button?
I love separated keyboard. Separated Keypad of note pro is too small with 10.1 screen. But full size keypad looks really good.
나의 SM-P900 의 Tapatalk에서 보냄

EMUI theme Editing [Making EMUI theme ]

Hello guyss how are you. I wish you are fine.
Today I am posting how to make a emui theme .
create emui theme
Let's get started to Topic.
STEP : 1
WHAT TOOLS YOU NEED ?
-pc
-7 zip for compressing and decompressing theme [ DOWNLOAD]
-Notepad ++ or good code editor I use atom .[DOWNLOAD]
-A THEME for editings you can choose any . Eg [ download theme]
-Paint.net or adobe Photoshop for icons editing
Step 2
Rename .hwt file to zip
Then Decompress using 7z
Editing Description.xml
-After decompressing go to description.xml file
Code looks like this .
<?xml version="1.0" encoding="UTF-8"?>
<HwTheme>
<title>Emui3.0_IOSanonyMix</title>
<title-cn>IOS8-Anonymous </title-cn>
<author>The BDxoul</author>
<designer>xlizard Team</designer>
<screen>FHD</screen>
<version>3.0.1</version>
<font>Doridsans fallback</font>
<font-cn>方正准圆</font-cn>
</HwTheme>
<title> Your themes name
<author> author credit here
<designer> designer credit here
<version> theme version . which version emui 3.0 / 4.0/5.0
<font> font style [ you can change default font by create a directory called fonts in the root of the theme , and insert the ttf font (instead of default ) you must enter the font name without extension *.ttf ]
Remember Encoding must be UTF-8
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Step 3
Icons
*all the file name / icons name should be shame
*All icons will be 192 px × 192 px or less.
*Icons must be in .png . select 8 bit or 32 bit
Download Icon pack from here : iconpack.zip
Step 4
Wallpapers
You can replace old wallpaper with new but the home screen wallpaper name should be ' home_wallpaper_0.jpg and unlock wallpaper name should be ' unlock_wallpaper_1.jpg
The size must be 1920×1080
aND FORMAT SHOULD BE .jpg or .png [png will be best]
Step 5
System apps
You can personalize all system app and color of text of the apps
start with the structure of the app/directory
Framework-res-hwtext
Here you can change icons/color
-theme.xmL : You can change the colors of text avilable.
-Drawable-xxhdpi- dirctory you can change image listed
Res
changings icons
-theme.xml-changing color of text avilable
-drawable-xxhdpi- changing image listed
You can edit further by own idea.
Step 6
Closing theme .
Select all and zip it and then rename it to .hwt
Step 7
Preview :
After that take screenshot of modifications.
simply rename .hwt to zip and Go to Preview folder and rename all screenshot as old.
and then repack you are ready.
Note : i'm not good or perfect . if i have done any mistake pls comment and i will correct my wrong points.
all images used are not my . images are copyrighted to their authors
I made a theme including 12.500 (twelve thousand five hundred) icons. Seems like the EMUI theme engine can not handle it. It's a pity. Same theme with 3700 icons works. The MIUI theme engine can handle the 12.500... Meh. Writing this to Huawei will not have any effect I guess.
Gesendet von meinem Redmi Note 3 mit Tapatalk
t-ryder said:
I made a theme including 12.500 (twelve thousand five hundred) icons. Seems like the EMUI theme engine can not handle it. It's a pity. Same theme with 3700 icons works. The MIUI theme engine can handle the 12.500... Meh. Writing this to Huawei will not have any effect I guess.
Gesendet von meinem Redmi Note 3 mit Tapatalk
Click to expand...
Click to collapse
may be . sir
bdxoul said:
Hello guyss how are you. I wish you are fine.
Today I am posting how to make a emui theme .
create emui theme
Let's get started to Topic.
STEP : 1
WHAT TOOLS YOU NEED ?
-pc
-7 zip for compressing and decompressing theme [ DOWNLOAD]
-Notepad ++ or good code editor I use atom .[DOWNLOAD]
-A THEME for editings you can choose any . Eg [ download theme]
-Paint.net or adobe Photoshop for icons editing
Step 2
Rename .hwt file to zip
Then Decompress using 7z
Editing Description.xml
-After decompressing go to description.xml file
Code looks like this .
<?xml version="1.0" encoding="UTF-8"?>
<HwTheme>
<title>Emui3.0_IOSanonyMix</title>
<title-cn>IOS8-Anonymous </title-cn>
<author>The BDxoul</author>
<designer>xlizard Team</designer>
<screen>FHD</screen>
<version>3.0.1</version>
<font>Doridsans fallback</font>
<font-cn>方
Click to expand...
Click to collapse
Hi, maybe you know how can I edit widgets in theme. There is a screen lock widget in honor 8 lite, emui 5.0.1. How can I change it, make it round for example?
Anyone pls post how to covert emui5 themes into emui4 themes.
udtul said:
Anyone pls post how to covert emui5 themes into emui4 themes.
Click to expand...
Click to collapse
It's can't be converted
vvr680 said:
Hi, maybe you know how can I edit widgets in theme. There is a screen lock widget in honor 8 lite, emui 5.0.1. How can I change it, make it round for example?
Click to expand...
Click to collapse
Clarify question please
bdxoul said:
Clarify question please
Click to expand...
Click to collapse
I want to change the icon of Screen Lock widget. Its a small 1x1 widget that locks the screen when pressing it.
udtul said:
Anyone pls post how to covert emui5 themes into emui4 themes.
Click to expand...
Click to collapse
Yes it can be..you might need to add couple of xml..i think calendar and one more i believe.
I will check and let you know
shashank1320 said:
Yes it can be..you might need to add couple of xml..i think calendar and one more i believe.
I will check and let you know
Click to expand...
Click to collapse
I am not a dev but will try.
And thanks for ur help.
udtul said:
I am not a dev but will try.
And thanks for ur help.
Click to expand...
Click to collapse
Let me try to get the exact files and method. Will respond tomorrow on the same
What's the exact problem
can we change the app label colors?....if yes... please post the xml code for that
adarshsree said:
can we change the app label colors?....if yes... please post the xml code for that
Click to expand...
Click to collapse
Here you can change icons/color
-theme.xmL : You can change the colors of text avilable.
-Drawable-xxhdpi- dirctory you can change image listed
Res
changings icons
-theme.xml-changing color of text avilable
-drawable-xxhdpi- changing image listed
I wanted to customize a emui 8 theme I got via the playstore, I managed to change the Icons without a problem but the appdrawer one makes some problems. I managed to change it but when I long-press it a weird green box appears around it. Do you know what might cause this and how I can fix it?
Design App does not find the theme
Hello,
after editing a color in the theme.xml and following Instructioms the Design App not finding the theme even it is placed in the right directory.
Any suggestions?
Thanks
Barbara
Also a very easy method is to use the EMUI Theme Editor:
Infos, All Instructions and program can be found here:
https://developer.huawei.com/consumer/en/devservice/doc/30106
Noob here... How to actually edit the system apps (colors for different fields) and framework-res (res-hwext) files?

Categories

Resources