Creating your own themes? - Samsung Galaxy Note 8 Themes, Apps, and Mods

I'm getting a new Note today and would love to create my own theme. Is the only way to do so via the Developer Program through Samsung? I've tried searching but can't find any other information.
Thanks!

slicetwo said:
I'm getting a new Note today and would love to create my own theme. Is the only way to do so via the Developer Program through Samsung? I've tried searching but can't find any other information.
Thanks!
Click to expand...
Click to collapse
Congrats,
Couple of ways:
Samsung Theme Edtior v3.00.21 (windows program)
(you will need to disconnect your internet connection when opening the program / or block the program in your firewall.)
--------------------------------
"Theme Galaxy - Theme Maker for Samsung Galaxy" app
--------------------------------
or you can edit existing themes if you an .apk copy of them with an app called APKEditor
I think the easiest would be the Theme Galaxy app on the playstore

Thanks! I'll be checking all this stuff out. Much appreciated!

Mr.Ash.Man said:
Congrats,
Couple of ways:
Samsung Theme Edtior v3.00.21 (windows program)
(you will need to disconnect your internet connection when opening the program / or block the program in your firewall.)
--------------------------------
"Theme Galaxy - Theme Maker for Samsung Galaxy" app
--------------------------------
or you can edit existing themes if you an .apk copy of them with an app called APKEditor
I think the easiest would be the Theme Galaxy app on the playstore
Click to expand...
Click to collapse
So I got the Theme Galaxy app but when I open it I can't actually do anything. I click on all the different options but I'm unable to edit or create anything.

Related

[Tool] [Theme Creator] [CM/Avatar] Theme creator tool

This thread will no longer be active and the same has been moved to another thread from official avatarrom team.
http://forum.xda-developers.com/showthread.php?t=2303702
This is a beta release of Theme creator tool. It is a QT based desktop application to edit themes.
Themes created using this tool are compatible with Avatar ROM and Cyanogen ROM. Similarly you can edit both Avatar Themes and Cyanogen themes.
Download the theme apk and open it using the theme creator tool. You will see a screen to edit the resources. After editing the resources, save the apk and install on the device.
What you can do with this tool ?
1. There are 1000's of resources that can be themed in Android. We change only a small set of them and if you want to theme more resources you can use this tool.
2. We make some mistakes when creating a theme. Eg: SMS time stamp color was not proper in some of our themes. You can now use this tool to fix it.
3. We cannot satify all the users with a theme. Eg: If you want to have a darker orange shade in denim theme you can now do it using this tool.
4. You can import an existing theme, change some of the resources we modified and you have a brand new theme.
Upcoming features:
1. Import MiUi mtz theme file and convert it to theme apk which is compatible with AvatarROM and CyanogenROM.
2. Upload your new themes to our server so it can be used by other AvatarROM users.
3. Html5 based new theme creator tool which is more elegant and user friendly.
If you create a new theme and want to upload to our server, send us a PM and we will give access for you to upload the theme.
Download links
Download links
Windows
Linux-x86
Linux-x86_64
Mac
Also find the Wiki Page which explains different options on the tool and gives a list of resources that can be edited using the same
Additional help
I am using the Avatar rom for quite some time now. Just tried the theme creator. I found some useful resources from the wiki. Adding more such resources will be useful. Also a feature to edit themes from the rom will be useful
Hi.
I downloaded themes but I cannot find the apk file in filesystem.
Where are they stored?
The download folder is still empty...
Thanks for reply
caroot said:
Hi.
I downloaded themes but I cannot find the apk file in filesystem.
Where are they stored?
The download folder is still empty...
Thanks for reply
Click to expand...
Click to collapse
There are no theme apks with the tool. You can create a new theme from scratch.
If you would like to edit our existing themes, please find links to some of our themes at our website
Find apks in sdcard
caroot said:
Hi.
I downloaded themes but I cannot find the apk file in filesystem.
Where are they stored?
The download folder is still empty...
Thanks for reply
Click to expand...
Click to collapse
caroot open themechooser on your avatarrom smartphone download any theme you want. It will be downloaded to your sdcard in 'Download' folder.
I'd like to play with the tool, so I changed an existing theme and tried to install it through the "Install->On Avatar Device" option. Unfortunately, I get a "install_parse_failed_inconsistent_certificates" error for the modified theme. I'm not familiar with the certificate thing yet (I just know, that the .apk are signed), so what can I do?
Please uninstall the original theme from the device and try to install it again from the tool.
Alternatively you can change the package name while saving the theme using the tool.
The error is due to the original theme having a different signature than the test signature used by the tool.
Sent from my GT-I9300 using xda app-developers app
dorsalsk said:
Please uninstall the original theme from the device and try to install it again from the tool.
Alternatively you can change the package name while saving the theme using the tool.
The error is due to the original theme having a different signature than the test signature used by the tool.
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Thx for this quick answer!
That's what I actually did after some googleing (uninstall & reinstall), but wouldn't it be more userfriendly to let the tool do it (if possible)?
yogi77 said:
but wouldn't it be more userfriendly to let the tool do it (if possible)?
Click to expand...
Click to collapse
If it is a theme previously installed with the tool, it will automatically reinstall the same. But otherwise the tool won't uninstall the themes.
Does anyone know by chance, if the app drawer background of the bazooka launcher is an image? And if so, which one is it? Or is it just a matter of settings (which I didn't find yet)?
I already modified a theme and I'd like to have a (semi) transparent app drawer background...
How do I add more apps? I would like to theme Chrome etc.
yogi77 said:
Does anyone know by chance, if the app drawer background of the bazooka launcher is an image? And if so, which one is it? Or is it just a matter of settings (which I didn't find yet)?
I already modified a theme and I'd like to have a (semi) transparent app drawer background...
Click to expand...
Click to collapse
I don't think the app drawer background is themable in Bazooka launcher. There is a setting "Transparent mode" (in Menu->Bazooka Settings->General) to make the background transparent.
Neefy said:
How do I add more apps? I would like to theme Chrome etc.
Click to expand...
Click to collapse
We will definitely add more apps going forward.
But if you know the application package and the resources that needs to be themed,
you can add them to the tool by editing/adding some xml files in <path_where_tool_is_installed>/Packages folder.
For example to add chrome
Add a new entry in index.xml
Code:
<Application name="Chrome" AppPackage="com.android.chrome" AppXml="com_android_chrome"/>
Also needs to add a new xml com_android_chrome.xml in the same folder with contents
Code:
<?xml version="1.0" ?>
<Application name="com_android_chrome">
<Page name="Drawables">
<item name="icon" type="drawable">
<BackendInfo ActivityName="icon"/>
</item>
<item name="app_icon" type="drawable">
<BackendInfo ActivityName="app_icon"/>
</item>
</Page>
</Application>
On next launch, the tool will show Chrome entry in the Applications menu and you can modify the icon images using the same
i got error or crashing after upload my pic..
why.?
I am trying to use this app to edit a apk theme, but none of the images load when I choose the app from the dropdown. See screenshot:
(I am using linux 64bit version)
Delvien said:
I am trying to use this app to edit a apk theme, but none of the images load when I choose the app from the dropdown. See screenshot:
(I am using linux 64bit version)
Click to expand...
Click to collapse
Can you try changing the dpi options at the top? The apk might have the images only for one dpi.
hilmanjack said:
i got error or crashing after upload my pic..
why.?
Click to expand...
Click to collapse
Can you please provide some more details or a screenshot of the error message?
Also can you mention on which platform you are facing these issues?
Anyone else getting the "It seems You have opened an invalid Theme." error on Windows? I'm running Windows 7 x64, I've tried running in compatibility mode up to windows xp, and running as admin, but no change. I've downloaded themes from within the tool, from the website, I can't even start from scratch. I'm not sure what else to do. I can't be the only one.
CapeNick said:
Anyone else getting the "It seems You have opened an invalid Theme." error on Windows? I'm running Windows 7 x64, I've tried running in compatibility mode up to windows xp, and running as admin, but no change. I've downloaded themes from within the tool, from the website, I can't even start from scratch. I'm not sure what else to do. I can't be the only one.
Click to expand...
Click to collapse
Its working for me in Windows x64. I am able to download theme and its opening. Can you attach the NTMLogs.txt present in "C:\Users\<your username>\.ATC"?

[GUIDE] Make Theme Chooser TouchWiz Full Icon

On this occasion I want to share all my mods results on the theme for Samsung Galaxy, especially the Galaxy e5. But this guide can work on other Samsung Galaxy with Theme Chooser. Like the Galaxy A3, A5, A7, E7, J2 and more. I will keep this thread updated to section script and theme. For friends all the support yes please.
Terms :
Your device must Root.
Your device have Custom Recovery like TWRP or CWM.
Tools :
Root Explorer.
Text Editor or Notepad.
Apktool (Mobile or PC).
STEP 1 : How to display the hidden icon in ThemeChooser
Open the file "theme_app_list.xml" in the folder "..system/csc/here"
Add a new line with this
Code:
Align with the others.
Fill className with the target application.
Fill also IconId with your app icon name that will exist in the icon themes.
Save and exit.
Set permission 0644.
Reboot your phone.
One example icon youtube if you want to appear like this:
Code:
STEP 2 : How to create a Theme Support Full Icon.
After you add a script for example youtube, you have to add also in the theme. The following steps :
Take a sample of our mobile default theme, for example Natural2.apk
Decompile the apk through apktool.
Once the process is complete decompile go to the folder res/drawable/xhdpi/here and add a new icon with the name for example "theme_app_youtube_icon.png"
Go to the folder res/values/public.xml
Edit the line add id to youtube at the bottom. Align the id of youtube with other drawable file. Give serial number forwarding id before.
Decompile Apk, Sign, and Zipalign.
Install theme as normal apk.
Select your theme and apply.
Finish
But I know, for some people there who definitely do not want complicated. Easy version do you install the file below which I have edited so full icon theme. Install through Twrp, then install theme as normality apk.
Download : ThemeAppList_v1.zip
Install via TWRP let the theme full icon.
Support icon :
All Samsung Apps icon
All Google Apps icon
BBM
Dropbox
Es File Explorer
Facebook
Link2SD
Root Explorer
Tapatalk
Uc Browser
Whatsapp
For Theme Collection download on this Thread : http://forum.xda-developers.com/gal...s/hot-theme-collection-touchwiz-icon-t3264322
Thanks You for all.
Excellent, thanks
Power by Genezis Rom
george0884 said:
Excellent, thanks
Power by Genezis Rom
Click to expand...
Click to collapse
ok brother.. succes
some screenshots pls
Everything's working fine but afte installing this thing, my haptic feedback stopped working...
I had a backup which i restored nd voila...
But again when i installed this thing, it stopped..
It Works very well!
Error! !!!
After this.
My galaxy E7 don't vibrate.
Please help me.I want to uninstall it.
Please please
Is this for galaxy E5?
Sabbir. said:
Is this for galaxy E5?
Click to expand...
Click to collapse
How to solve this?
Please tell me bro
Don't download this and don't try couse i tryied and it's make my device not usefull and i need to flash my device

[request] theme : Noir Ui (ss aval?able)

I need this theme. Please help me guys. I very like this. ????
Sent from my SM-G925F using Tapatalk
What's the name of the theme posted above my post please?
ClassicTurkBoy said:
I need this theme. Please help me guys. I very like this. ????
Click to expand...
Click to collapse
If your fone is rooted, install Rom Toolbox from playstore.
1.Open rom toolbox.
2.go to app manager
3.tap on magnifying glass and search for "themes"
4.scroll down till you see "theme" and "theme store"
5.select both and tap on "freeze"
By doing this you can keep the free trial permanently on your phone.
NOTE: Make sure to apply the theme's free trial and complete the above process within 4 minutes.
j.monis said:
If your fone is rooted, install Rom Toolbox from playstore.
1.Open rom toolbox.
2.go to app manager
3.tap on magnifying glass and search for "themes"
4.scroll down till you see "theme" and "theme store"
5.select both and tap on "freeze"
By doing this you can keep the free trial permanently on your phone.
NOTE: Make sure to apply the theme's free trial and complete the above process within 4 minutes.
Click to expand...
Click to collapse
I don't think this process works anymore. I think a recent update removed the ability to merely freeze (and thus non root options like package disabler pro)
Edit: I did some research and now you have to delete the cache and data of themes after freezing
Can you explain better please?
Thanks.
Lucifer.S said:
Sent from my SM-G925F using Tapatalk
Click to expand...
Click to collapse
ClassicTurkBoy said:
I need this theme. Please help me guys. I very like this. ????
Click to expand...
Click to collapse
can one of you provide the APK and just sent a pm to me if that's possible? the theme looks great :good: theme store wont let me find it there...
For non rooted galaxies
Download Package disabler pro apk ,install it and grant the permissions
Now download your favourite paid theme from theme store and start its free trial.
Now open Package Disabler pro
Search theme
Two apps will be displayed
Open both of them one by one
Clear the data
Tap on disable

Unleash your Creativity, Download Samsung Theme Editor Here! Updated to v3.00.21

NOTE: Samsung has blocked the way i used to download the theme editor so i will now have to search for another method. till then no update
Hey guys,
Below are the links to download the Samsung Theme Editor. All credits goes to @adfree for finding the secret method
Unleash your creativity.
PS: it does not need anything like samsung account etc. for making the themes
Windows edition (Updated):
Changelog v3.00.21
Minor Bugs Fixed
Code:
http://www47.zippyshare.com/v/tyi376MU/file.html
Mac Edition:
Code:
http://www47.zippyshare.com/v/UsBdgScE/file.html
@wajiman
thank you. installed on windows without any problem..
just an info.. is possible to use a theme taken from samsung store as base?
if yes, how? XD
thanks ^^
erghetto said:
@wajiman
thank you. installed on windows without any problem..
just an info.. is possible to use a theme taken from samsung store as base?
if yes, how? XD
thanks ^^
Click to expand...
Click to collapse
Unfortunately no, but there is a long method by which you can use some stuff from the theme you want to use as base. The steps are:
1) Extract every qmg file from each apk within a theme and rename the extracted apks to zip.
2) using command prompt run the following command:
Code:
ren *.qmg *.png
it will auto change the extension from qmg to png.
3) Transfer the pngs to mobile phone and look at the images you want to use
4) create your theme and individually replace the qmg which you identified from pngs with the base themes qmg. That's it.
I know its a tiresome task
nice:good: i made my first theme
Thanks, this is something..
wajiman said:
Unfortunately no, but there is a long method by which you can use some stuff from the theme you want to use as base. The steps are:
1) Extract every qmg file from each apk within a theme and rename the extracted apks to zip.
2) using command prompt run the following command:
Code:
ren *.qmg *.png
it will auto change the extension from qmg to png.
3) Transfer the pngs to mobile phone and look at the images you want to use
4) create your theme and individually replace the qmg which you identified from pngs with the base themes qmg. That's it.
I know its a tiresome task
Click to expand...
Click to collapse
First, thank you for posting this tool.
I'm still old skool in terms of theming, hard coding the system and adding/changing images to my preference.
It seems the the overlay themes are the direction it been headed for sometime so if the tool is easy enough and less time consuming, I suppose I could switch, plus the compatibility for many more devices and users is quite nice!
As far as converting/viewing qmg images install this to your phone and within the app select the apk of which you wish to view the qmg images and bam! It's all done, converted to png's viewable on pc and everything!
Anyways, thanks again!
stangdriver44 said:
First, thank you for posting this tool.
I'm still old skool in terms of theming, hard coding the system and adding/changing images to my preference.
It seems the the overlay themes are the direction it been headed for sometime so if the tool is easy enough and less time consuming, I suppose I could switch, plus the compatibility for many more devices and users is quite nice!
As far as converting/viewing qmg images install this to your phone and within the app select the apk of which you wish to view the qmg images and bam! It's all done, converted to png's viewable on pc and everything!
Anyways, thanks again!
Click to expand...
Click to collapse
I also found out one more way as this alp was not working for me on s7. Further, the above mentioned method is not working as the tool requires you to sign the apk with a certificate which you create with this tool itself and changing the files i think damages the signature. Nevertheless the 2nd way is to rename the qmg files to png. Transfer them to phone and then through the phone edit them. Add a small difference so that you can save it. Once you do, it will save it in png format.
Sent from my SM-G935F using Tapatalk
I am making a theme, but the APK it creates si a paid theme, and when i choose my theme, i can only choose the trial option. Is there a way to make the APK free? I cant found it.
Greetings
carasd said:
I am making a theme, but the APK it creates si a paid theme, and when i choose my theme, i can only choose the trial option. Is there a way to make the APK free? I cant found it.
Greetings
Click to expand...
Click to collapse
No install a package disabler and then disable theme service and center and then clear its data
Sent from my SM-G935F using Tapatalk
but this has no sense xD there has to be a way to make free themes.
erghetto said:
but this has no sense xD there has to be a way to make free themes.
Click to expand...
Click to collapse
Yes there is that is by uploading it to samsung thene store and then downloading it frm theme store
Sent from my SM-G935F using Tapatalk
there is a new version out please upload the version 4.0.11. ;P
Can't do anything bc I keep getting prompted upon opening the app to update to v4, but can't -_- Please upload v4 asap, thanks!
JoeFCaputo113 said:
Can't do anything bc I keep getting prompted upon opening the app to update to v4, but can't -_- Please upload v4 asap, thanks!
Click to expand...
Click to collapse
Same for me here!
acristescu said:
Same for me here!
Click to expand...
Click to collapse
you can still use it . disable network connection before opnening the editor, and after that you can enable it back
can I apply for partnership request by uploading a theme created using this software in the partnership request form ?If not can you please suggest me what should I do to apply for the partnership? I don't have any previous designs.
Hi... Guys Theme editor 5.0.20 is released, somebody please provide download link for it... Thank You..
sadanandk said:
Hi... Guys Theme editor 5.0.20 is released, somebody please provide download link for it... Thank You..
Click to expand...
Click to collapse
If you find it let me know lol . Thx
hi))I made a theme, and it's in the status of "only for developers", what should I do?sorry of bad english,im russian))
sadanandk said:
Hi... Guys Theme editor 5.0.20 is released, somebody please provide download link for it... Thank You..
Click to expand...
Click to collapse
hi have you found it ?
regards

Font Change No Root?

I want to add font from my pc collection to the Samsung note. How do I do this without root? Or is it not possible?
BriniaSona said:
I want to add font from my pc collection to the Samsung note. How do I do this without root? Or is it not possible?
Click to expand...
Click to collapse
I think and i could be wrong that without root you can only use Monotype fonts
BriniaSona said:
I want to add font from my pc collection to the Samsung note. How do I do this without root? Or is it not possible?
Click to expand...
Click to collapse
Not possible without root
Mr.Ash.Man said:
Not possible without root
Click to expand...
Click to collapse
https://www.reddit.com/r/GalaxyS7/comments/72qefq/s7_edge_fonts/dnkjmcn
This post has a pack of fonts that do work on the Note 8.
However, I'd like a custom font added, the APK can be found here - https://drive.google.com/file/d/0B9xeuFIFZDaaamlXeE45VFI5VnM/view
I found this link/apk from somewhere on XDA
BriniaSona said:
https://www.reddit.com/r/GalaxyS7/comments/72qefq/s7_edge_fonts/dnkjmcn
This post has a pack of fonts that do work on the Note 8.
However, I'd like a custom font added, the APK can be found here - https://drive.google.com/file/d/0B9xeuFIFZDaaamlXeE45VFI5VnM/view
I found this link/apk from somewhere on XDA
Click to expand...
Click to collapse
These are Samsung galaxy fonts that you have to pay for (clearly not from that link)
That's why they work. There from Samsung already (there the only ones that do work because there paid fonts from Samsung galaxy app store)
You can't use custom fonts without root
Is it worth rooting just to install one font?
BriniaSona said:
Is it worth rooting just to install one font?
Click to expand...
Click to collapse
That's a matter of opinion.. but I would say no. Not worth it just for a font
It's ****ing stupid they want to charge $2 for one font when they're free on Google play..... it's a damn scam. Apparently buying a $900 phone they don't think you should get a dew perks
Sent from my SM-N950U using Tapatalk
There are ways to install fonts on your samsung
I use an app called, Fonts for Samsung (AFonts) from the play store and with it, I am able to install ttf file (font files) that I download off the internet and it has a few fonts that you can download.
Also, check out Wings XDA, I was able to add over a thousand fonts on my note 8 and it worked.
eupeuta said:
I use an app called, Fonts for Samsung (AFonts) from the play store and with it, I am able to install ttf file (font files) that I download off the internet and it has a few fonts that you can download.
Also, check out Wings XDA, I was able to add over a thousand fonts on my note 8 and it worked.
Click to expand...
Click to collapse
Did you register specifically just to grave-dig this thread and reply to a post that's over a year old, already?

Categories

Resources