WHERE or what IS SYSTEMUI.APK in KIT KAT? - Nexus 4 Q&A, Help & Troubleshooting

I am desparate to steal a few ICons from the nexus 4 kitakata for the white battery etc.
to give to Hercules device aka sgs2. so I look inside system/apps and not one there. look other places that I would never look for it , not there either of course.. so I think well they have hidden it somehow.. I use the kitchen to tear down the images and of course no systemui in /system/apps there either.
Can someone please tell me what they are doing with systemUI.apk what and where it is now...
:laugh: am I crazy??
I am not sure I looked for the nexus systemui.apk before on say 4.2.2
. maybe everyone knows but me haha.
thanks for any help and answers.

Rushing said:
I am desparate to steal a few ICons from the nexus 4 kitakata for the white battery etc.
to give to Hercules device aka sgs2. so I look inside system/apps and not one there. look other places that I would never look for it , not there either of course.. so I think well they have hidden it somehow.. I use the kitchen to tear down the images and of course no systemui in /system/apps there either.
Can someone please tell me what they are doing with systemUI.apk what and where it is now...
:laugh: am I crazy??
I am not sure I looked for the nexus systemui.apk before on say 4.2.2
. maybe everyone knows but me haha.
thanks for any help and answers.
Click to expand...
Click to collapse
System Ui is under system priv-app
However google screwed with a few things battery wise. They coded it into smali or java, one of those two. So you can't just chnage images and xml anymore in system ui. There's a thread in themes and apps that does it though:
http://forum.xda-developers.com/showthread.php?t=2529236

22sl22 said:
System Ui is under system priv-app
However google screwed with a few things battery wise. They coded it into smali or java, one of those two. So you can't just chnage images and xml anymore in system ui. There's a thread in themes and apps that does it though:
http://forum.xda-developers.com/showthread.php?t=2529236
Click to expand...
Click to collapse
Thank You! Cheers!

..............

Related

Answered: Icons location

Does anyone know where the icons are stored on here? like the battery, signal strength and wifi strength icons... thanks
Good question. Are you wanting to make your own?
pack said:
Does anyone know where the icons are stored on here? like the battery, signal strength and wifi strength icons... thanks
Click to expand...
Click to collapse
They are inside the framework-res.apk file, which is located in /system/framework/...
You need to open up framework-res.apk using winrar or similar, and go to folder /res/drawable-hdpi/ and then you will see all the icons that the system uses.
Good luck. Just be careful with framework-res.apk editing, it can easily cause force closes and constant reboots if done incorrectly.
likeitnot said:
Good question. Are you wanting to make your own?
Click to expand...
Click to collapse
yeah I made one for the vibrant so im just gonna throw it over here... not having the %/having 2 battery icons drives me nuts lol
gilbar said:
They are inside the framework-res.apk file, which is located in /system/framework/...
You need to open up framework-res.apk using winrar or similar, and go to folder /res/drawable-hdpi/ and then you will see all the icons that the system uses.
Good luck. Just be careful with framework-res.apk editing, it can easily cause force closes and constant reboots if done incorrectly.
Click to expand...
Click to collapse
thanks bro the worst part is i pulled the one i made for my vibrant out but i was just being lazy or half asleep cus i looked though the framework and some how didnt see the res folder lol then for some odd reason my great thought was "maybe they moved it" lol thats what i get for doing it at 4am :/...
- when i just looked at it again i was kinda hoping it wouldnt be there so i wouldnt feel so dumb for completely missing it lol
pack said:
yeah I made one for the vibrant so im just gonna throw it over here... not having the %/having 2 battery icons drives me nuts lol
thanks bro the worst part is i pulled the one i made for my vibrant out but i was just being lazy or half asleep cus i looked though the framework and some how didnt see the res folder lol then for some odd reason my great thought was "maybe they moved it" lol thats what i get for doing it at 4am :/...
- when i just looked at it again i was kinda hoping it wouldnt be there so i wouldnt feel so dumb for completely missing it lol
Click to expand...
Click to collapse
Glad to hear people are starting on theming and framework mods. I am looking forward the battery mod personally. I haven't made one yet out of laziness, but I will definately be pushing yours when you post it.
Hope more people with MT4G jump in.
gilbar said:
Glad to hear people are starting on theming and framework mods. I am looking forward the battery mod personally. I haven't made one yet out of laziness, but I will definately be pushing yours when you post it.
Hope more people with MT4G jump in.
Click to expand...
Click to collapse
I'm actually really interested in doing this as well. I love doing graphic design so its only natural that I would want to modify my phone visually. My only concern is are these icons just a simple jpg or png and we can make our own and switch them out or is there coding and such behind them that I would have to do as well?
Just curious. Thanks!!!!
**btw I know this thread is 'answered' so please don't be upset that I bumped it to ask this question. I figured this thread could serve the purpose I'm asking for simply cause it would be pointless/waste of space to ask it in a new thread when this one exists. Thanks =)
The easiest way to exchange or replace a few PNGs (the icons are not JPGs), which are named identically to the originals, is to pick up Metamorph. It swaps the files for you with minimal intervention, unlike pushing/pulling the framework with adb or unlike using root explorer. And, by creating metamorphs, they can be zipped and easily shared.

[Help] Port Honeycomb Wave Lockscreen

I was wondering if someone with a bit more experience could help me out? This may not be possible till source is out but hey no hurt in trying. If so when source is available then I will know where the files I need are located.
Here's what I found in my research so far...
I see a keyguard_screen_tab_unlock.xml and keyguard_screen_tab_unlock_land.xml that are used in framework-res.apk as well as the 4 holo drawable's.
Then I found the WaveView.smali files in framework.jar widget folder.
Also in android.policy.jar impl folder is LockScreen$WaveViewMethods.smali.
Here is a link to the files I pulled out - http://bit.ly/fJpF6V
Any help would be awesome, again I have no clue if this is possible?
If the Honeycomb lockscreen could be ported to phones it would be genuinely amazing!
redbullcat said:
If the Honeycomb lockscreen could be ported to phones it would be genuinely amazing!
Click to expand...
Click to collapse
Ditto. Wish I could be of assistance. G'luck!
via blue gingerbreaded 32b magic
Made some progress and got the .jar's compiled and the framework-res.apk compiled as well Only a few errors left - http://goo.gl/XC9v6 I think I just need to use all the honeycomb lockscreen stuff and it may just work I'm still experimenting and really hope this works...
haxzamatic said:
Made some progress and got the .jar's compiled and the framework-res.apk compiled as well Only a few errors left - http://goo.gl/XC9v6 I think I just need to use all the honeycomb lockscreen stuff and it may just work I'm still experimenting and really hope this works...
Click to expand...
Click to collapse
Nice. Im feining for this Ill be glad to test when you have something cooked up
This is exciting.
This will be awesome
dbolot1 said:
This will be awesome
Click to expand...
Click to collapse
++++++++1
Good luck guys, i'd love to see this finished
But, wouldn't it just be far easier to re-create it rather than to port it?
Hope you get this working, I would love to use the Honycomb lockscreen =D
haxzamatic said:
I was wondering if someone with a bit more experience could help me out? This may not be possible till source is out but hey no hurt in trying. If so when source is available then I will know where the files I need are located.
Here's what I found in my research so far...
I see a keyguard_screen_tab_unlock.xml and keyguard_screen_tab_unlock_land.xml that are used in framework-res.apk as well as the 4 holo drawable's.
Then I found the WaveView.smali files in framework.jar widget folder.
Also in android.policy.jar impl folder is LockScreen$WaveViewMethods.smali.
Here is a link to the files I pulled out - http://bit.ly/fJpF6V
Any help would be awesome, again I have no clue if this is possible?
Click to expand...
Click to collapse
I ! This is for flash to recovery or not ?? Thank s
Is there a way to rename the files and NinjaMorph them in place of the original lock screen files?
Sent from my DROIDX using XDA App
Screenshots??? Or is that a no go??
Sent From Above and Beyond
I suppose we will be able to get it after the source code or files or even the Xoom come out maybe
I think adding the lock screen from scratch may be easier. I have the files we need decompiled here...
http://pastebin.com/SDf0mi3f
http://pastebin.com/C1fG0kQn
http://pastebin.com/JZe1N0kR
http://pastebin.com/W77DsMAs
http://pastebin.com/3vaqQVJQ
http://pastebin.com/tsXvu3H0
http://pastebin.com/DkDHpKyy
you asked for a dump from the xoom. it would be really nice to get it. i'm lookin' for the boot animation. that would be the best imaginable live wallpaper
This would be sweet
Sent from my never been rooted, always stock eclair Epic.
any more info on this?
Nice going hax. I cannot wait till you get this working and fit it into your theme.
Sent from my HTC Vision using XDA App
Mylenthes said:
Nice going hax. I cannot wait till you get this working and fit it into your theme.
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
OMG YES!!! cuz im actually not liking the current "honeycomb wannabe lockscreen" thats out

Fixed HTCCamera (graphic issue on preview)

So hey, i got tired of that graphic glitch, extracted the apk and decompiled it and looked thru the xml's and found errors in 2 of them (icon_camera_selector.xml & icon_play_selector.xml) and fixed what png's they called for.. camera selector was referencing pngs in com.htc.resources.apk that were the wrong ones obviously, and the play_selector.xml was referencing 2 play png icons in it too, i copied those from the htc apk and put them in the camera apk and fixed the xml..
original fixed apk:View attachment HTCCamera.apk
my question is, how could something like this happen? from what i can see its almost like someone used some app or script that constructed this apk from scratch and it "guessed" what the files where supposed to be..? i dont know...
FIX UPDATE:
http://forum.xda-developers.com/showpost.php?p=11900569&postcount=41
Don't using apk tool to decompile it. There are a lot of bugs to decompile the system APK.
You have using HEX Editor software like UltraEditor to modify the APK to fix the resource issue.
Can you explain what are the "graphic glitches" you are talking of?
Thanks!
iamgpc said:
Don't using apk tool to decompile it. There are a lot of bugs to decompile the system APK.
You have using HEX Editor software like UltraEditor to modify the APK to fix the resource issue.
Click to expand...
Click to collapse
hmm, ive used apk manager for awhile, and i see that it does use apk tool, but ive decompiled and recompiled so many xmls with it and as long as i do things in a certain order and the right way, it hasnt failed me..
rafpigna said:
Can you explain what are the "graphic glitches" you are talking of?
Thanks!
Click to expand...
Click to collapse
you know, the thundercloud, wish list or globe (it seems to vary)..
its supposed to be a 54x54 png, but it was set to access a 200x200 png...
Im curious, does anyone know of a version of the camera apk or a build that its in that doesnt crash when you hit the send button in review?
i want to compare some code and see if maybe i can spot where the issue might be..
pyrorob said:
hmm, ive used apk manager for awhile, and i see that it does use apk tool, but ive decompiled and recompiled so many xmls with it and as long as i do things in a certain order and the right way, it hasnt failed me..
Click to expand...
Click to collapse
Because of the htccamera is using the HTC customize resource, it will fail on decompile and recompile.
You mush modify from hex code, there is no easy way to use some tools to fix it.
htc camera force close
force close on gpc pure gingerbread 2.0c over n over
pyrorob said:
Im curious, does anyone know of a version of the camera apk or a build that its in that doesnt crash when you hit the send button in review?
Click to expand...
Click to collapse
In my memory, no body fix it
You can fix by yourself, it is very easy to do, just waste a lot of times
I had fix Thunder-cloud before, it is more complicated than this issue.
iamgpc said:
Because of the htccamera is using the HTC customize resource, it will fail on decompile and recompile.
You mush modify from hex code, there is no easy way to use some tools to fix it.
Click to expand...
Click to collapse
wow the "iamgpc"? good to meet you sir.....your gpc pure gingerbread is my daily driver thank you much for all your builds
gh0zt36 said:
force close on gpc pure gingerbread 2.0c over n over
Click to expand...
Click to collapse
it's for desired hd build and not for gb.
iamgpc said:
Because of the htccamera is using the HTC customize resource, it will fail on decompile and recompile.
You mush modify from hex code, there is no easy way to use some tools to fix it.
Click to expand...
Click to collapse
jose makalolot said:
it's for desired hd build and not for gb.
Click to expand...
Click to collapse
oops haha now i hafta go find a gb camera hehe
gh0zt36 said:
oops haha now i hafta go find a gb camera hehe
Click to expand...
Click to collapse
there is one in themes and apps...
it is an miui camera app. works better than stock gb camera app.
Well On the 1.84 Builds - The Review Doesn't work ..
You Get graphic error DURING Review ..
Your ONLY Option was/is To Turn Off Review ..
CMY Made a Ver That Disabled The Review Totally.
Most Important to me anyway Is The Review! I Use My Phone For Work.
And Its Nice To See The Pictures So I Know They Are Good ..
The send button in review - is a Different Issue ..
And I Never Use It Much Anyway .. Would Be Nice If It Got Fixed
iamgpc said:
Because of the htccamera is using the HTC customize resource, it will fail on decompile and recompile.
You mush modify from hex code, there is no easy way to use some tools to fix it.
Click to expand...
Click to collapse
well, i dont know what to say, i decompiled it with no issues, i identified 2 xml's that were using resources in the htc resource apk, fixed those xmls to point to the right ones in the camera apk, recompiled and installed, and its working just fine.. as far as i can tell it had no built in dependence towards the htc resource apk..
WarlockW said:
Well On the 1.84 Builds - The Review Doesn't work ..
You Get graphic error DURING Review ..
Your ONLY Option was/is To Turn Off Review ..
CMY Made a Ver That Disabled The Review Totally.
Most Important to me anyway Is The Review! I Use My Phone For Work.
And Its Nice To See The Pictures So I Know They Are Good ..
The send button in review - is a Different Issue ..
And I Never Use It Much Anyway .. Would Be Nice If It Got Fixed
Click to expand...
Click to collapse
well the build im working with right now is imilka's RAM Desire HD v1.0 and its based on the 1.84 oem build, so thats what this camera apk is from and fixed for, i know about cmy's fix, which really isnt, since like you said all it does is disable review, this fixes that...
jose makalolot said:
there is one in themes and apps...
it is an miui camera app. works better than stock gb camera app.
Click to expand...
Click to collapse
thank you sir ....... that camera is ported for cm7 gb and it wont install on gpc_pure_gingerbread
This has already been done, a while ago. But hey thanks for not searching!
Thread reported.
EDIT::
and if your still too lazy to search.
http://forum.xda-developers.com/showthread.php?t=959927&highlight=thundercloud
MotoMudder77 said:
This has already been done, a while ago. But hey thanks for not searching!
Thread reported.
EDIT::
and if your still too lazy to search.
http://forum.xda-developers.com/showthread.php?t=959927&highlight=thundercloud
Click to expand...
Click to collapse
reported for what? you were able to take out the globe and thunder cloud without disabling the review? can you share your file?
edit: it just disable the review and did not correct the error.
MotoMudder77 said:
This has already been done, a while ago. But hey thanks for not searching!
Thread reported.
EDIT::
and if your still too lazy to search.
http://forum.xda-developers.com/showthread.php?t=959927&highlight=thundercloud
Click to expand...
Click to collapse
yeah, i should report you for not reading... the thread you "quoted" doesnt offer an actual fix, it just disables review, this actually fixes the graphic issue and not just disables it so you dont see it..
the fricking balls on some people.. call me lazy, hey heres a tip! try not to be a jerk.
pyrorob said:
yeah, i should report you for not reading... the thread you "quoted" doesnt offer an actual fix, it just disables review, this actually fixes the graphic issue and not just disables it so you dont see it..
the fricking balls on some people.. call me lazy, hey heres a tip! try not to be a jerk.
Click to expand...
Click to collapse
+1... should have been reporting himself.
Just Installed a backup Of Cmys Rom .. Uses 1.84 Base ..
http://forum.xda-developers.com/showthread.php?t=915159
And .. I Now Have Review ! Nice Job!
Thanks for taking the Time to look at this!
Some People .. What Ya Going to do with them :{

[IDEA] Has Anybody Tried It?

Credit goes to auni for giving the idea.
As we all know that the DefaultThemes.apk in xperia arc (dont know about others) contains 7 themes. My friend auni wanted to increase this count to 10-12.So i have been working on it from past 3 days and unfortunately am not getting any success as its the first time am trying such thing.
Am able to edit the xml and smali files properly but its the recompiling thing thats creating the problem (as far as i think).
My question here is that has anybody tried doing this thing, i mean i have heard people talking about it but has anyone actually did this in real, cause that might help me a bit!
Here is what i do...
1. Decompile DefaultThemes.apk using apktool
2.Edit the res folder and android manifest file
3.Recompile the file (using apktool offcorse) but something unusual happenes everytime i try it, still i get the files.
4. Push it using adb without signing it as its a system app.
Sometimes it work...but the files i added or modded won't be there.
Fuel The Droid©
Check out the "Black and White Theme", it has more backgrounds than the stock DefaultThemes.apk
Sent from my LT15i using XDA Premium App
Flo95 said:
Check out the "Black and White Theme", it has more backgrounds than the stock DefaultThemes.apk
Sent from my LT15i using XDA Premium App
Click to expand...
Click to collapse
More backgrounds...as in more themes to apply? Can you please post the link of the thread?
[Edit] its just the system background...number of themes are same as that in the stock apk!
Fuel The Droid©
A lot of stock apps as well as core .jar files in the framework folder depend on the Default Themes. I reckon it is not possible to increase the number of themes without breaking something else, if at all. And it is not really necessary as we can only use one theme at a time after all.
iridaki said:
A lot of stock apps as well as core .jar files in the framework folder depend on the Default Themes. I reckon it is not possible to increase the number of themes without breaking something else, if at all. And it is not really necessary as we can only use one theme at a time after all.
Click to expand...
Click to collapse
You are right about using one theme at a time...but imagine if its possile, m a guy who keeps on changing the theme every now and then. And changing the res folder eveytime i need new themes is something i wanna skip! Am curiois how things work in my phone as its the first time i havr dared to do something like this! I read somewhere on xds written that everything is possible...! Thanks for enlightening, will get my hands on the framework tooo! B-)
Fuel The Droid©
I too want to believe everything is possible, it's the very core of XDA community.
However, Sony has done quite the changes on Android. The disappointing part is, SemcGenericUxpRes.apk (the Sony framework) cannot be decompiled and recompiled correctly until we have the Sony UXP sources, which is very unlikely to happen ever. I am not suggesting you give up, just preparing you for the most possible outcome.
iR¡[email protected]!* via Tapatalk
iridaki said:
I too want to believe everything is possible, it's the very core of XDA community.
However, Sony has done quite the changes on Android. The disappointing part is, SemcGenericUxpRes.apk (the Sony framework) cannot be decompiled and recompiled correctly until we have the Sony UXP sources, which is very unlikely to happen ever. I am not suggesting you give up, just preparing you for the most possible outcome.
iR¡[email protected]!* via Tapatalk
Click to expand...
Click to collapse
Fuel The Droid©
iridaki said:
I too want to believe everything is possible, it's the very core of XDA community.
However, Sony has done quite the changes on Android. The disappointing part is, SemcGenericUxpRes.apk (the Sony framework) cannot be decompiled and recompiled correctly until we have the Sony UXP sources, which is very unlikely to happen ever. I am not suggesting you give up, just preparing you for the most possible outcome.
iR¡[email protected]!* via Tapatalk
Click to expand...
Click to collapse
Am getting a feeling that even you tried this thing!! Did you?
Fuel The Droid©
Fuel-The-Droid said:
Am getting a feeling that even you tried this thing!! Did you?
Fuel The Droid©
Click to expand...
Click to collapse
Yes, as a matter of fact I have tried to include an extra transparent theme to Theme Manager but it was a dead end. I ended up working around it rather than on it.
iR¡[email protected]!* via Tapatalk
iridaki said:
Yes, as a matter of fact I have tried to include an extra transparent theme to Theme Manager but it was a dead end. I ended up working around it rather than on it.
iR¡[email protected]!* via Tapatalk
Click to expand...
Click to collapse
And i thought i was the first to try this! Lol
Fuel The Droid©
Fuel-The-Droid said:
And i thought i was the first to try this! Lol
Fuel The Droid©
Click to expand...
Click to collapse
You might be the first to get it right though!
You need to focus in decompiling and recompiling SemcGenericUxpRes.apk successfully before doing anything because this is the SE framework and Theme Manager is controlled by it, not framework-res.apk.
Other files of interest would be framework.jar, probably android.policy.jar and maybe core.jar. Also Conversations, InfiniteView, TimeScape and their extensions are affected. Good luck!
iR¡[email protected]!* via Tapatalk
Flo95 said:
Check out the "Black and White Theme", it has more backgrounds than the stock DefaultThemes.apk
Sent from my LT15i using XDA Premium App
Click to expand...
Click to collapse
@Varun: I believe Flow95 was referring to this theme. This thread.
Black & White Theme
This one indeed contains 14 themes in total. 7 are SONY's stock themes and 7 other are added by the developer. Thanks to Dev. Great work.
But there are many other files were included as iridaki mentioned.
And I tried only the DefaultThemes.apk from the B&W package, it didn't worked. I can only access the Stock themes. Other themes were not accessible. For that i believe i need to flash many other files that were included in the package.
iridaki said:
You might be the first to get it right though!
You need to focus in decompiling and recompiling SemcGenericUxpRes.apk successfully before doing anything because this is the SE framework and Theme Manager is controlled by it, not framework-res.apk.
Other files of interest would be framework.jar, probably android.policy.jar and maybe core.jar. Also Conversations, InfiniteView, TimeScape and their extensions are affected. Good luck!
iR¡[email protected]!* via Tapatalk
Click to expand...
Click to collapse
Phew! So much files to get my hands on! Will surely try it after m done with my exams! Btw thanks mate!
Fuel The Droid©
auni said:
@Varun: I believe Flow95 was referring to this theme. This thread.
Black & White Theme
This one indeed contains 14 themes in total. 7 are SONY's stock themes and 7 other are added by the developer. Thanks to Dev. Great work.
But there are many other files were included as iridaki mentioned.
And I tried only the DefaultThemes.apk from the B&W package, it didn't worked. I can only access the Stock themes. Other themes were not accessible. For that i believe i need to flash many other files that were included in the package.
Click to expand...
Click to collapse
Installed the theme ( or tried to) via recovery but my phone aborts the installation. Will try to push them manually. But this might be the file we are searching for....as it got the files iridaki was talking about.!
Fuel The Droid©
Off topic... thats my girlfriend with me in my display picture...! :-D
Fuel The Droid©
Fuel-The-Droid said:
Off topic... thats my girlfriend with me in my display picture...! :-D
Fuel The Droid©
Click to expand...
Click to collapse

Samsung Mobile Theme Editor 5.0.20?

hey, i just want to play with this tool, i got the 3.0 version, but its dosnt support 7.0
can someone give me a link to download this?
would appreciate it....
https://resources.samsungdevelopers.com/Galaxy_Devices/Theme_Products/020_Design_and_Develop_Theme_Products/010_Install_the_Samsung_Mobile_Theme_Editor try here
hertz9511 said:
https://resources.samsungdevelopers...s/010_Install_the_Samsung_Mobile_Theme_Editor try here
Click to expand...
Click to collapse
You need to be verified that that works
For having the theme editor from that link, meaning officially, you have to prove that you're a good designer and some of your works, in order to let Samsung "graphic team" to decide if you're worthy to became a "themer" and to download their tool.
I've tried several times last year, when I had the S7, and even if I've made some best and most downloaded HTC themes, even if I'm a graphic designer, even if I've proven my skills...they've always rejected my request...
No matter if in the Samsung Store most of the themes are ABSOLUTELY S*IT (sorry to say that, but hey...just take a look at the 80% of the themes out there...I mean...just take a look and tell by yourself) and finding one or two themes worthy of download is like finding an oasis into a desert...
Sad about that...just hope that SUBSTRATUM will soon cover the entire Samsung system theming module...THIS will be the real deal...
--anx-- said:
For having the theme editor from that link, meaning officially, you have to prove that you're a good designer and some of your works, in order to let Samsung "graphic team" to decide if you're worthy to became a "themer" and to download their tool.
I've tried several times last year, when I had the S7, and even if I've made some best and most downloaded HTC themes, even if I'm a graphic designer, even if I've proven my skills...they've always rejected my request...
No matter if in the Samsung Store most of the themes are ABSOLUTELY S*IT (sorry to say that, but hey...just take a look at the 80% of the themes out there...I mean...just take a look and tell by yourself) and finding one or two themes worthy of download is like finding an oasis into a desert...
Sad about that...just hope that SUBSTRATUM will soon cover the entire Samsung system theming module...THIS will be the real deal...
Click to expand...
Click to collapse
agreed..hw the hell they approve all the theme in the market...
all the designs on the store are from Samsung. they make it look like there are other designers but its only so it doesnt look like a monopoly. or they source from a third party company.
Yeah there's a lot of crap in there. I like a lot of Hiten Soni stuff. Nebu UI is my go to with Swift Black taking care of a lot of user apps.
Reechings said:
Yeah there's a lot of crap in there. I like a lot of Hiten Soni stuff. Nebu UI is my go to with Swift Black taking care of a lot of user apps.
Click to expand...
Click to collapse
hmm...... so that are the themes you like hmm? .... nvmd, i need to kick someone out of one of my tg chats... ;D
DD S8.... that's all you need to know
Did anyone ever find a download for this? Samsung's application process is screwed to say the least. Some of their allowed themes are complete trash, but they block people from being able to create better ones.
I can't get it
New version 5.0.50
any source
for 5.0.50
share it please the old one can't support 7.0
I agree most I see in there are crap that you even have to pay for. I tried also. Have a cool Ninja theme with cool icons and everything and still can't get approved.
I do think though they look at image optimization which is still not the best even with those that have been approved.
Better to just find a download somehow. I doubt though you will find anyone willing to blow their own access to make it available to all.
Sent from my SM-N920P using Tapatalk
So is installing this app on your PC let you make your own theme so you can apply to your own phone?
Sent from my SM-G950F using Tapatalk
mgdorbit said:
So is installing this app on your PC let you make your own theme so you can apply to your own phone?
Sent from my SM-G950F using Tapatalk
Click to expand...
Click to collapse
In theory it should work.
Created .apk just wallpaper, but the phone do not see new wallpaper when i install .apk . Friends, someone can help? Where am I wrong?
Create a theme with the old program than change the api in the xml with apk editor to 26 maximum 19 minimum and install it on your phone then move the xml file from trialjson to userjson
[REQ] Samsung Mobile Theme Editor 7.0.16
Portos2008 said:
[REQ] Samsung Mobile Theme Editor 7.0.16
Click to expand...
Click to collapse
Where ???

Categories

Resources