[GUIDE/THEME/MOD] How to switch to Light theme [Maybe for all 4.1+ Android devices] - Galaxy S Advance I9070 Themes and Apps

Hello community!
Intro:
You may not know it, but Samsung(and maybe every popular Android phone manufacturers) has a ready-to-use Light theme "pre-installed" in our devices, not only the Galaxy S Advance of course, this theme probably exists in every latest firmware for Galaxies from Samsung, including Galaxy SIII, Galaxy S2 and many more I guess, the Galaxy S4 is not an exception, which also comes in the Light version already set. I found a way to switch in this light version, and it's VERY easy. Maybe newbie-friendly too. Ok maybe not so easy but it still is as simple as adding a word. Literally, it's only adding a word! Read the "Notes:" sections at the end of the post before doing anything.
Getting to the point:
These themes exist in the framework-res.apk, specifically, in the /res/values/styles.xml
You will find different themes in there including Google's "Holo(.Dark)" and "Holo.Light". These are the basic ones, which will be used by almost every application that does NOT have it's own skin, so these applications will use the either Holo(Dark) or Holo Light.
There are three(I think) more basic themes in there including the stock Android, this one is based on Gingerbread I guess.
The other two are the Device Default and Device Default Light. These two are the ones that a manufacturer, like Samsung, can edit to give it's devices a custom and unique style.
A stock application that comes pre-installed in the software(Like SecSettings.apk, MusicPlayer.apk e.t.c.) will probably use either the Device Default or Device Default Light. This is up to the manufacturer to choose. In our case, Samsung has set most of it's applications to use the Device Default.
A small "What I am talking about":
{
"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"
}
How to set the Light theme to an application:
Requirements:
The application which you want to change it's theme. (I will use SecSettings.apk as an example)
apk-tool (I use APK Multi-Tool because it's very easy to use)
Notepad++
Know how to decompile/recompile
Instructions:
Decompile the .apk.
Go to "/res/values/" folder and open the file "styles.xml" with Notepad++.
Click "Find" or press "Ctrl+F".
In the "Find What :" box enter "DeviceDefault" and hit next.
Check the first result you get, mine was this:
Now, copy this ".Light" (without the "), this is the magic word!
You will paste this exactly after every "[email protected]*android:style/blabla.DeviceDefault
Like the image below:
Even if there is something after the DeviceDefault like this:
You will still paste the ".Light" exactly after the DeviceDefault like the image below:
Make sure to paste it ONLY in "parent=" lines, and in EVERY "parent=" lines. There are exceptions though, based on the .app. But don't get confused, even if you make a mistake, will be able to find it and fix it later. For now just continue the "paste" process.
Once you have finished the "paste" process, save the file and overwrite the old one.
Recompile the .apk.
That's it! Copy the .apk on your phone, place it where it belongs and set the right permissions.
Reboot, open the application, and take a taste of a light UI that your phone's manufacturer had hidden from you.
Notes:
1. I don't even know if other manufacturers like Sony do this too. If yes, then this tutorial will work for these phones too, probably.
2. Don't try this on framework-res.apk. framework-res.apk can be used too for you to change your theme to Light, but it will probably cause many graphical errors. And it also requires a different way to change the theme. I have tried it and got both good and bad results, check the second post for more information.
3. If you tried and had any errors I could use a hand, just post your compile log and myself and maybe some other people will help you if we can.
4. Modifying the framework-res.apk in a proper way will allow every stock application to be themed without having someone to edit them. Again check the second post.
5. If you find something confusing you can freely ask by posting here.
6. I am not sure about everything that I say in the "Intro:" section. It's just my theory, excuse me if I'm wrong.
7. These themes are the main reason(probably ) for the apps to have both "holo_dark" and "holo_light" variants of .png files and colors. People who have edited SystemUI.apk's and framework-res.apk's "drawable-" folders will understand what I am saying.

Here is a modded framework-res.apk, with this I managed to theme almost every stock Samsung application without editing anything except the framework-res.apk.
I am totally sure that I changed some things without thinking first. The styles.xml is big and I almost got lost. I did everything I could for now, I'm sorry.
You can flash it only on LQB firmwares, maybe only some of them. Check the screenshots to see what I have managed so far. Expect MANY UI bugs.
P.S. It's just for you to see how a Light theme would look. Don't complain about bugs on this, please.
Light Framework
Screenshots:

Great job, Koulis!

Well done!! :good:. Must have taken you quiet some time to find how to do it. :good: :good: :good:

Still people need to understand that this won't magically invert the theme to white... You'll still get loads of UI bugs, which you of course, must fix manually.

panda00 said:
Still people need to understand that this won't magically invert the theme to white... You'll still get loads of UI bugs, which you of course, must fix manually.
Click to expand...
Click to collapse
Maybe not so many bugs, but I guess there will be some.

then change the text color for holo dark to holo light
joehanh88 themed GT-I9070

joehanh88 said:
then change the text color for holo dark to holo light
joehanh88 themed GT-I9070
Click to expand...
Click to collapse
I thought of that. But I'll try another time I'm feeling lazy now.
Sent from my Galaxy S Advance

Nice mod.
If i want the google default holo theme (like nexus) thenbi should write '.holo dark' instead of '.light'??
Sent from my GT-I9070 using xda premium

I just have one note, to make this much much easier...
When pressing Ctrl+F go the replace tab and on the find space type "DeviceDefault" and on the replace space type "DeviceDefault.Light"... Then press replace all... This should replace everything in one click, I guess.

Nice post
Sent from my GT-I9070 using xda app-developers app

panda00 said:
I just have one note, to make this much much easier...
When pressing Ctrl+F go the replace tab and on the find space type "DeviceDefault" and on the replace space type "DeviceDefault.Light"... Then press replace all... This should replace everything in one click, I guess.
Click to expand...
Click to collapse
...but the OP said "Make sure to paste it ONLY in "parent=" lines, and in EVERY "parent=" lines."
and one question: How to change the text color for holo dark to holo light?

No screens in the OP

d14gvn said:
No screens in the OP
Click to expand...
Click to collapse
It's because of Photobucket. I did some mistakes. Sorry. Also, just to let everyone know, I'm back!!! Not that I'm going to do something great but I will try to think of something.
Sent from my Galaxy SIII Mini

Koulis2000 said:
It's because of Photobucket. I did some mistakes. Sorry. Also, just to let everyone know, I'm back!!! Not that I'm going to do something great but I will try to think of something.
Sent from my Galaxy SIII Mini
Click to expand...
Click to collapse
Nice article!
Hope to see the screenshots back!!!

pathuri97 said:
Nice article!
Hope to see the screenshots back!!!
Click to expand...
Click to collapse
Will reupload them later today, maybe.
Thanks!
Sent from my Galaxy SIII Mini

Apk N't Installed???
Koulis2000 said:
It's because of Photobucket. I did some mistakes. Sorry. Also, just to let everyone know, I'm back!!! Not that I'm going to do something great but I will try to think of something.
Sent from my Galaxy SIII Mini
Click to expand...
Click to collapse
Thanks for the SCREENSHOTS.
Really useful.
I followed your steps and compiled & decompiled using VTS software. (http://www.virtuous-ten-studio.com/).
Absolutely NO ERROS before after compilation.
After copying the file to /system/app with ROOT EXPLORER (with proper permissions),
When I click SETTINGS ICON - I get a message saying "Apk N't installed".
What could be the reason - any idea???

pathuri97 said:
Thanks for the SCREENSHOTS.
Really useful.
I followed your steps and compiled & decompiled using VTS software. (http://www.virtuous-ten-studio.com/).
Absolutely NO ERROS before after compilation.
After copying the file to /system/app with ROOT EXPLORER (with proper permissions),
When I click SETTINGS ICON - I get a message saying "Apk N't installed".
What could be the reason - any idea???
Click to expand...
Click to collapse
No ideas why you get a message like this. :/
Sent from my Galaxy SIII Mini

pathuri97 said:
Thanks for the SCREENSHOTS.
Really useful.
I followed your steps and compiled & decompiled using VTS software. (http://www.virtuous-ten-studio.com/).
Absolutely NO ERROS before after compilation.
After copying the file to /system/app with ROOT EXPLORER (with proper permissions),
When I click SETTINGS ICON - I get a message saying "Apk N't installed".
What could be the reason - any idea???
Click to expand...
Click to collapse
Did you copy the META-INF and AndroidManifest.xml from the original apk to the new compiled in dist? AFAIK is it like signing. When you try to install by hand do you get a parsing error?

and2 said:
Did you copy the META-INF and AndroidManifest.xml from the original apk to the new compiled in dist? AFAIK is it like signing. When you try to install by hand do you get a parsing error?
Click to expand...
Click to collapse
Thanks for the reply!
As you can see from the enclosed screenshots - no problem with the compilation and signing.
VTS is taking care of the same.
What I'm trying to do is copy framework-res.apk, systemui.apk and settings.apk from different custom ROM to current ROM.
No problem in copying and overwriting the original files of current ROM.
TAB works fine.
NO FC's.
Only thing is I'm trying to change LIGHT theme of secsettings.apk to DARK theme.
Either I get APK n't installed or FC (SystemUI.apk etc).
Again If I replace secsettings.apk from CUSTOM ROM to current ROM - works fine. NO FC's.
Might be I need to dig deeper....

Related

[MOD] Blue & Red Progress Bars

Here is a MOD for the progress bar color to be blue instead of green. I was pulling my hair out over this but came to an odd conclusion, read the rest of the posts on my findings. If any of you are experienced using XML Editors like HxD Hex Editor I think we could use an tutorial on how to do this right.
I'm running Nero v5 KA5, but I see no reason this would not work any other ROM. Enjoy.
I'm new with tutorials so please be easy and Nandroid before doing this. I'm not responsible if anything happens to your phone. So I believe the reasonable way to apply this is with Android ADB
Android ADB
1.Pull your "progress_horizontal.xml" file from system/framework/framework-res.apk/res/drawable
2.Unzip the file and save it somewhere reliable
3.Locate and push the new "progress_horizontal.xml" file
4.Reboot after you close ADB
I apologize if I got any of that wrong, but that should do it. If I missed some steps please let me know and I'll update the OP. Thanks.
Ninjamorph
Now if you have Ninjamorph like me :
1. Open Ninjamorph and click "Start Checks", it looks for Busybox. (You need Busybox installed, if you don't have it download Titanium Backup and follow the instructions, it will download Busybox for you)
2. Next were going to open framework-res.apk, if you have this project already opened skip to step 4. Click "New Project".
3. Go to system/framework/framework-res.apk, then Ninjamorph will extract it and put it in a new folder on your internal sd card called: AnroidThemes/workspace
4. Go into your internal sd card with your PC or Root Explorer and look for this file sdcard/AndroidThemes/workspace/framework-resapk/res/drawable and delete your "progress_horizontal.xml" file.
5. Unzip and place your new "progress_horizontal.xml" file in the same folder
6. Exit Root Explorer or safely disconnect your PC, then go back into Ninjamorph.
7. Click "Finish Project", select frameworkapk. It will ask you some questions, read them carefully and apply the the project. Suggestion, click "No" on the 2nd question.
8. Reboot, your done!
Metamorph
1. unzip file and place folder in /sdcard/AndroidThemes
2. open metamorph, "pick existing theme"
3. locate BlueProgressBar folder, and apply .xml
4. BE PATIENT UPON REBOOT ~ courtesy of TopShelf10
I don't take full credit for this, I got alot of help and info from:
-s0niqu3
-TopShelf10
-biigreen
-Team Whiskey
Thanks everybody!
{
"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"
}
dverrette said:
I'm trying to figure out which ROM or Theme has a blue progress bar, I remember having it but can't remember what I installed on my phone that had it. Anyone know?
Click to expand...
Click to collapse
i do believe that some of the Bionix ROMs for 2.1 had it. I was running Fusion1.1 for a while and it had it......ill pull the framework and see what i can find, cause now that you mention it, id like it too
looks like an .xml edit.....ill do some research
Thanks, I believe it is the progress_horizontal.xml file.
Sent from my SGH-T959 using XDA App
It's "progressbar-horizontal.xml" in /res/drawable
I decompiled the .xml last night, but it has a lot of color codes in it, and im not sure which ones do which. for example, i tried changing all of them to blue, but then it was no longer a progress bar, just bar that remained blue. derr haha
you are best off figuring out which ROM you got it from in the meantime....it would also be great of you could share it too, if you find it
No problem, I also need to ask Samcrow and camalot aswell, but this theme I'm putting together is a combo of voltage, black froyo, and ginger blue. Is that ok with you?
EDIT: Little more info in this thread
Sent from my SGH-T959 using XDA App
dverrette said:
No problem, I also need to ask samcrow and camelot aswell, but this theme im putting together is a combo of voltage, black froyo, and ginger blue. Is that ok with you?
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
absolutely..
TopShelf10 said:
It's "progressbar-horizontal.xml" in /res/drawable
you are best off figuring out which ROM you got it from in the meantime....it would also be great of you could share it too, if you find it
Click to expand...
Click to collapse
My ROM history consist of Eugene's JK2, Macnut R14, Obsidian 4.2; Then Nero v3, v4, and v5. I'm thinking Macnut or Obsidian. Unzipping Macnut now.
dverrette said:
My ROM history consist of Eugene's JK2, Macnut R14, Obsidian 4.2; Then Nero v3, v4, and v5. I'm thinking Macnut or Obsidian. Unzipping Macnut now.
Click to expand...
Click to collapse
what a headache haha.....PS i dont think i ever had it, fusion didnt, i thought it did....my memory must be mixed up, i was thinking back to my Motorola Cliq days
TopShelf10 said:
what a headache haha.....
Click to expand...
Click to collapse
I know right? Well I just went through Macnut and it's still green, so I'm also trying to remember what themes I went through as well. Well on to Obsidian....sigh.
dverrette said:
I know right? Well I just went through Macnut and it's still green, so I'm also trying to remember what themes I went through as well. Well on to Obsidian....sigh.
Click to expand...
Click to collapse
any luck yet?
So I gave up temporarily on my search for the blue progress (frustrating ) and tried to create it myself with HxD Hex Editor. When I thought I made a blue progress bar it actually came out orange! Lol. So I figured out that I forget to edit some other colors, after that I don't know what I did wrong but when I finished I applied my alteration with Ninjamorph and bricked my phone......sigh. So at least I'm learning . I keep updating my progress until I nail this thing.
dverrette said:
So I gave up temporarily on my search for the blue progress (frustrating ) and tried to create it myself with HxD Hex Editor. When I thought I made a blue progress bar it actually came out orange! Lol. So I figured out that I forget to edit some other colors, after that I don't know what I did wrong but when I finished I applied my alteration with Ninjamorph and bricked my phone......sigh. So at least I'm learning . I keep updating my progress until I nail this thing.
Click to expand...
Click to collapse
i can give the colorvalue code for blue........the best way to do it is to decompile the .xml, change the hex values with a simple text editor, and then recompile
its very simple, i just dont know which values to change in order for the progress bar to visually function properly
TopShelf10 said:
i can give the colorvalue code for blue........the best way to do it is to decompile the .xml, change the hex values with a simple text editor, and then recompile
its very simple, i just dont know which values to change in order for the progress bar to visually function properly
Click to expand...
Click to collapse
I have the color codes, I use www.colorpicker.com for that. As for the progress bar it's "08 00 00 1C". There's three of these. The first set is the background for the progress bar, the next two sets are the color for the progress bar. I think I accidentally changed something else in the file which through my phone in a boot loop. Thanks man, I appreciate your help on this. No homo though , lol.
dverrette said:
As for the progress bar it's "08 00 00 1C".
Click to expand...
Click to collapse
i think this you where went wrong. the values typically look like "#ff00280" in the .xml....hold on, ill get the value and post it
TopShelf10 said:
i think this you where went wrong. the values typically look like "#ff00280" in the .xml....hold on, ill get the value and post it
Click to expand...
Click to collapse
Damn, I knew I screwed up somewhere.
here is the value #ff00a8ff
i applied this to the .xml, and it worked, but i edited the wrong values so it was just a solid blue bar that didnt do anything......heres an example of the color in the screenshot below, because i edited an. xml with this value for one of my themes. its the color of the notification SUBTEXT (like where it says "Select to disable USB debugging.")
Yeah, your voltage theme is the ****.
EDIT: So what steps should I take next?
dverrette said:
Yeah, your voltage theme is the ****.
View attachment 495259
Click to expand...
Click to collapse
so i can do this when i get home tonight, i just need clarification as to exactly which values in the .xml need to be edited, in order for the final to be correct....if you can specify this for me (or if you know how to do it yourself) it will be a fairly simple task
TopShelf10 said:
so i can do this when i get home tonight, i just need clarification as to exactly which values in the .xml need to be edited, in order for the final to be correct....if you can specify this for me (or if you know how to do it yourself) it will be a fairly simple task
Click to expand...
Click to collapse
Gottcha. I got most of my info from this Team Whiskey link. Check it out, they talk about the value of the progress bar. In the mean time I while keep trying HxD Editor.

[Q] HTC Clock Transparent Background.

How do I make the Clock Background Transparent. Id really like to learn how to do some of this.. High level steps would be sufficient. Thanks
This is what I'm wanting rid of.
Id also like to know how to change the Font Color If possible as well.
{
"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"
}
Sent from my Thuderbolt using XDA Premium App
I have a bunch of clocks without the background and different digit font and colors on my thread. Flip and non flip... and I take requests also. I don't have the link Cuz I'm on my phone, but just do a search for stoney 666 or bad seed customs here in the apps and themes forum. Or the clock link on my sig. Different thread but same clocks.
Stoney 666 said:
I have a bunch of clocks without the background and different digit font and colors on my thread. Flip and non flip... and I take requests also. I don't have the link Cuz I'm on my phone, but just do a search for stoney 666 or bad seed customs here in the apps and themes forum. Or the clock link on my sig. Different thread but same clocks.
Click to expand...
Click to collapse
So i found one i liked and installed it.. But now nothing works.. None of the HTC Widgets will Work. and I cannot Long Press on the screen to put widgets on the screen.
And When I use the menu and goto personalize and browse for htc widgets rosie force closes.
Im trying to install the StockWhite .. I thought I had a 4x5 Setup. But Im going ahead an trying the non 4x5 to see if that fixes it.
You just need to change one image in drawable-hdpi its the first image if your looking at it in alphabetical order. Either use to program to make it transparent or find a clock that already has a transparent background and just copy that in to the apk then push it back to your phone.
Sent from my ADR6400L using XDA App
sammyboy405 said:
So i found one i liked and installed it.. But now nothing works.. None of the HTC Widgets will Work. and I cannot Long Press on the screen to put widgets on the screen.
And When I use the menu and goto personalize and browse for htc widgets rosie force closes.
Im trying to install the StockWhite .. I thought I had a 4x5 Setup. But Im going ahead an trying the non 4x5 to see if that fixes it.
Click to expand...
Click to collapse
The older clock widgets don't work properly on the new framework found on the ThunderBolt, which is why I haven't made all of my clocks available by saying they were compatible yet.
What you want to do is take a look at the htcclockwidget.apk using 7zip.
You can download my restore for Tbolt in my themes thread here in the Tbolt section.
Download it twice. Use one as your main backup, and one as your mod test.
The one we are going to use as your mod test, we are going to open up using 7zip, open the .zip until you get to system/app/ the apk is in this folder. Open the .apk in 7zip and this is the graphic we want to replace, "clock_add_weather_base.png" it will be located in this location: (see attachment)
All you gotta do is either right click and do "open outside" do what you want with the graphic or just replace it with a opacity of ZERO and the background will be gone.
To make it easier, I have included the transparent graphic. Just drag and drop into the same window shown in the attachment photo, and 7zip will ask to update, click yes. click all the way back until your out of the .zip. and then your done, use the .zip to install via clockworkmod recovery and boom, its gone!
Your welcome
P.S. Here's a .zip update instead if all that is too complicated.
Just copy this to the SD card, reboot into recovery, mount your system first, and do install from sd card. and then once its done, reboot.
NCX Designs said:
The older clock widgets don't work properly on the new framework found on the ThunderBolt, which is why I haven't made all of my clocks available by saying they were compatible yet.
What you want to do is take a look at the htcclockwidget.apk using 7zip.
You can download my restore for Tbolt in my themes thread here in the Tbolt section.
Download it twice. Use one as your main backup, and one as your mod test.
The one we are going to use as your mod test, we are going to open up using 7zip, open the .zip until you get to system/app/ the apk is in this folder. Open the .apk in 7zip and this is the graphic we want to replace, "clock_add_weather_base.png" it will be located in this location: (see attachment)
All you gotta do is either right click and do "open outside" do what you want with the graphic or just replace it with a opacity of ZERO and the background will be gone.
To make it easier, I have included the transparent graphic. Just drag and drop into the same window shown in the attachment photo, and 7zip will ask to update, click yes. click all the way back until your out of the .zip. and then your done, use the .zip to install via clockworkmod recovery and boom, its gone!
Your welcome
P.S. Here's a .zip update instead if all that is too complicated.
Just copy this to the SD card, reboot into recovery, mount your system first, and do install from sd card. and then once its done, reboot.
Click to expand...
Click to collapse
That is EXACTLY what I needed. Thanks a ton
sammyboy405 said:
That is EXACTLY what I needed. Thanks a ton
Click to expand...
Click to collapse
Quite welcome
NCX Designs said:
Quite welcome
Click to expand...
Click to collapse
OK so Now I have a few questions lol
So I made some changes and such as described above. And Installed the Zip via clockwork.. says it installed
But I still have the same clock? so I deleted it and put it back and its still there with none of the changes. Not even the change you put in for the transparent background.
what Did I do wrong?
** Oh and I also tried it with no changes at all just the zip you provided incase i did something wrong.. and it still doesn't show?
----
Opps I Figured it out.. i wasnt Mounting the /system before installing Works great now haha My bad.
OK here is my home screen. My next question is how do I change the font color on the clock widget. And is it possible to make the weather smaller?
Sent from my Thunderbolt using XDA Premium App
decompiling... done
OK So Ive learned how to use apktool
Done.. got it all de-compiled..
But now what do I edit to do what im wanting. there are so many xml file.. guess its just a hunt to find? and trial and error to know whats what?
How do you make the clocks white background with the numbers transparent? I would just like to have a white outline and text for the flip clock?
I tried the zip a couple times on BAMF 1.4 and BAMF demix and it doesn't change my clock, no transparent clock... I dunno why.
sent from my BAMFbolt
BurnOne77 said:
I tried the zip a couple times on BAMF 1.4 and BAMF demix and it doesn't change my clock, no transparent clock... I dunno why.
sent from my BAMFbolt
Click to expand...
Click to collapse
Dont forget once your in CWR to goto Advanced, and Mount your /system before you install the zip else it wont work. I ran into the same issue and wasn't paying attention.
Just try matted blues apk. It's standard in that
Sent from my thunderbolt
sammyboy405 said:
Dont forget once your in CWR to goto Advanced, and Mount your /system before you install the zip else it wont work. I ran into the same issue and wasn't paying attention.
Click to expand...
Click to collapse
right on, works better when you do it that way.
thanks to you

[MOD] CirclesMod / HooolmGlow for Galaxy Tab 10.1

Latest iteration of HooolmGlow/CirclesMod for Galaxy Tab 10.1 looks like this
{
"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"
}
At the moment I've kinda merged HooolmGlow with CirclesMod ICS.
Disclaimer zero: I assume no responsibility for any damage to your device as a direct or indirect result of using these files. You should not flash anything from anyone, unless you know what you're doing and have some way of going back to the way things were.
In essence: Please take the time to understand what software-version you're on and what you're flashing over it. In particular please be aware, that if you flash a Mod for a stock, odexed ROM over a deodexed ROM like BroodComb or vice versa, bad things will happen.
Also if you flash a 3G XWKG9 Mod over a WiFi UEKME ROM, or vice versa, bad things will happen. You get the picture...if you don't, don't blame me
Downloads
Search the thread or the download section of my website. Fortunately I've been quite meticulous about keeping 3G and WiFi builds apart
"What's done?"
- Wi-Fi icons
- Signal icons w/ connection types
- Quickpanel icons
- Battery icons w/ 1% increments
- Battery % text label removed from quickpanel, as having battery % icons and battery % text seems redundant.
- Back/Home/Recent/Menu/Screenshot changed to desaturated stock.
- Various color adjustments
- AOSP (=lockscreen) clock implemented and color adjusted.
"What isn't done...?"
- Nothing really, except constant reorganizing to keep up with the glorious, evolving mess that is Samsung's progress toward a seemingly unified framework ressource across all remotely similar devices.
"Can you make this work on (...) ?"
I can typically build on any unmodified framework, but I need the following files...
/system/app/SystemUI.apk
/system/framework/framework-res.apk
/system/framework/twframework-res.apk
You can pull them via adb if it's a stock ROM or extract them from the ROM.zip, if it's a CWM flashable.
The technical specifics of how to install the SDK, set up adb and so on are outside the scope of this thread
Disclaimer one: I typically won't build for individual users' frameworks, unless special circumstances apply. I have a family and a fulltime++ job to take care of too
I think it looks great, haven't rooted yet though. Only a matter of time.
This looks awesome man! Downloading Now!!
Dude this looks awesome. You should get together with Task650 when he gets back from doing life stuff. I would love to see this on his deodexed UKEME ROM (Which I currently run). Plus I think your two themeing minds could put out some mind bending stuff.
Really like that, any chance for kmb?
jfcooley said:
Really like that, any chance for kmb?
Click to expand...
Click to collapse
Or the newest, KME? This looks awesome, excited to see how these turn out for the SGT10.1 considering I've had / have these on all my phones!
So.. the idiot that I am, I flashed this on the KME ROM and now my status bar is gone. I've tried wiping data and cache and reflashing KME, but it is still gone. Any tips on how to get it back without using ODIN to go back to stock? Any help would be greatly appreciated.
I use your mod on my Desire, great to see it available for the Tab too!
I think it looks great, haven't rooted yet though. Only a matter of time.
Click to expand...
Click to collapse
Yup, me too.
jman391 said:
So.. the idiot that I am, I flashed this on the KME ROM and now my status bar is gone. I've tried wiping data and cache and reflashing KME, but it is still gone. Any tips on how to get it back without using ODIN to go back to stock? Any help would be greatly appreciated.
Click to expand...
Click to collapse
Flashing your original KME should have solved the problem, I guess
If you can get me the original KME files, I could build something around that, I think...
GarciaM25 said:
Or the newest, KME? This looks awesome, excited to see how these turn out for the SGT10.1 considering I've had / have these on all my phones!
Click to expand...
Click to collapse
jfcooley said:
Really like that, any chance for kmb?
Click to expand...
Click to collapse
I guess. I need zee files - and a link to the ROM they're for (mostly to see if they're odexed or deodexed)
/system/app/SystemUI.apk
/system/framework/framework-res.apk
/system/framework/twframework-res.apk
You can get them via adb pull or by extracting them from your ROM's flashable zip, if it's a CWM-rom.
This sort of mishap could actually be easily avoided, if I could just build a backup routine into my install script to do something like this
(pseudo code)
Mount system
Mount sdcard
check if backupfiles exist:
sdcard/circlesmodbackup/SystemUI.apk
sdcard/circlesmodbackup/framework-res.apk
- if yes, restore to /system/app/SystemUI.apk and /system/framework/framework-res.apk
- if no, back up ...
/system/app/SystemUI.apk to sdcard/circlesmodbackup/SystemUI.apk
/system/framework/framework-res.apk to sdcard/circlesmodbackup/framework-res.apk
... and flash my Mod.
I just can't find a comprehensive Edify reference guide anywhere.
awesome. Is that possible just to have the battery percentage ...
Um can you please make this flashable for people on rooted, deodexed ROMs like Caulkins, etc...
Please? I would use it in a heartbeat.
just4747 said:
Um can you please make this flashable for people on rooted, deodexed ROMs like Caulkins, etc...
Please? I would use it in a heartbeat.
Click to expand...
Click to collapse
No technical reason why not. I just need the ROM files.
henrik.dk said:
awesome. Is that possible just to have the battery percentage ...
Click to expand...
Click to collapse
Anything's possible
Hooolm said:
No technical reason why not. I just need the ROM files.
Anything's possible
Click to expand...
Click to collapse
This is the ROM by DocRambone I meant....lots of ppl use it too!
http://forum.xda-developers.com/showthread.php?t=1198921
Hooolm said:
No technical reason why not. I just need the ROM files.
Click to expand...
Click to collapse
Isn't it best to use the latest ROM out there for the GT7510? UEKME is newer than UEKMB:
http://forum.xda-developers.com/showthread.php?t=1227800
To suit everyone's tastes, I guess you would want to use the stock one, without any theming already done to it, but how can this be incorporated into the combination of Task650's UEKME and his Fire Glow theme from this thread? Personally, that's what I'm using and like it a lot, but the battery icon only works in the Fire Glow when unplugged - when charging, it goes back to the factory blue. Also, have you had any luck theming the Touchwiz themed clock on the taskbar? That's apparently a really difficult issue for those who have tried so far and it definitely doesn't look complete without that being done as well....
thanks for your help with this, still very excited for the outcome!
GarciaM25 said:
Isn't it best to use the latest ROM out there for the GT7510? UEKME is newer than UEKMB:
http://forum.xda-developers.com/showthread.php?t=1227800
Click to expand...
Click to collapse
It would be great if it could be flashed for both, since people may or may not want that green glow theme and launcher changes that come with task's ROM. Can't you prepare a flashable zip to theme over any of these?
And would there be any way to also have the task bar be the black version among your other PNG circle changes? Would be PERFECT.
task's rom is awesome. i use it with hc stock rom provided by task in his theme thread.
it would be nice to see circles mod for task's rom!
Port this to Doc's ROM and make the bar black instead of gray and it'll be perfect make sure it doesn't have that gray line at the top of the status bar, some mods made it black with a gray line over it. The Bar Mods here are good, especially the last one. Try something like that? Good work
just4747 said:
This is the ROM by DocRambone I meant....lots of ppl use it too!
http://forum.xda-developers.com/showthread.php?t=1198921
Click to expand...
Click to collapse
I've tried, and everything compiled without errors, but please note that I haven't tested it, and I can't test it, as I have a European 3G device.
So get the "undo" file too (for convenience), and nandroid (for safety), ok?
For DocRambone's (link) UEKMB Stock + root + Deodexed(link).
CirclesMod_GT-P7510_DocR_UEKMB_deodexed-signed.zip
"Undo button" for same :
CirclesMod_GT-P7510_DocR_UEKMB_deodexed_revert-signed.zip
GarciaM25 said:
Isn't it best to use the latest ROM out there for the GT7510? UEKME is newer than UEKMB:
http://forum.xda-developers.com/showthread.php?t=1227800
To suit everyone's tastes, I guess you would want to use the stock one, without any theming already done to it, but how can this be incorporated into the combination of Task650's UEKME and his Fire Glow theme from this thread? Personally, that's what I'm using and like it a lot, but the battery icon only works in the Fire Glow when unplugged - when charging, it goes back to the factory blue. Also, have you had any luck theming the Touchwiz themed clock on the taskbar? That's apparently a really difficult issue for those who have tried so far and it definitely doesn't look complete without that being done as well....
thanks for your help with this, still very excited for the outcome!
Click to expand...
Click to collapse
stiefa00 said:
task's rom is awesome. i use it with hc stock rom provided by task in his theme thread.
it would be nice to see circles mod for task's rom!
Click to expand...
Click to collapse
I gave it a shot but came across issues with Task650's KME. I downloaded the "Customized & Tweaked" version and made my changes, but SystemUI.apk wouldn't compile, reporting multiple nine patch errors.
At first I assumed I had f*'d something up, but at a second glance there are several instances of bad image ressources. Like a bunch of invalid or 0-byte .9's and instances of the same ressource being present as both .png and .9.png (at which point compile most certainly would fail).
Bottom line is that if I decompile SystemUI.apk and compile it right back without any changes, it should work, but it fails, and there isn't anything (within reason ) I can do about that.
I can't do a hack'n'slash job with WinZip, because I need the decompiled xml in SystemUI.apk to change a few icon sizes and stuff like that, so...no luck

[THEME] TouchWiz UX Blue Mod **Works with every ROM/Build versions**

Hi guys! I've been using Samsung devices for a year or so (Samsung Galaxy S Captivate and now Galaxy Tab 10.1) and I like how TouchWiz look, but I hate how Samsung threw so much green in their blueish theme so I made this mod.
My goal is to take off every green in the TW UX theme and make it blue. This is something I started making for me and I decided to share it with you.
Here's what I achieved so far:
- Themed notification toggles
- Themed wifi in and out icons
- Themed brightness scrubber
{
"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"
}
Installation instructions
1. Download the file
2. Extract the content, there's one folder for every apks you need to pull from your tab (As of now there's only SystemUI.apk)
3. Pull the appropriate apks from your tab
4. Make a copy of your stock apks in case something goes wrong
5. Make sure you did the previous step
6. Re-read step 4 and 5
7. Open your apks and copy my images into the appropriate folders
YOU DON'T NEED TO DECOMPILE OR EXTRACT YOUR APK, JUST OPEN IT USING YOUR FAVORITE ARCHIVE MANAGER
8. Push your modified apks to your tab and reboot.
I strongly suggest to reboot in recovery and use adb to push your modified apk
The reason why I use this installation method rather than a flashable zip is that this way, you can apply this mod on any ROM or Build version, as long as you have TouchWiz on your tab.
Download link: http://www.mediafire.com/?tjdac34cv063c6t
Reserved
froli! glad to see you theming for the tab 10.1 also I still have your mattedblues for my apex on my captivate
jonnyg1097 said:
froli! glad to see you theming for the tab 10.1 also I still have your mattedblues for my apex on my captivate
Click to expand...
Click to collapse
Hehe nice to see another Captivate and Apex user over here!
Hope you like the theme! It will get more complete in next updates.
froli13 said:
Hehe nice to see another Captivate and Apex user over here!
Hope you like the theme! It will get more complete in next updates.
Click to expand...
Click to collapse
I havent flashed it yet. I am still enjoying my completely stock Tab at the moment. Perhaps in a couple weeks I will start flashing things onto it.
jonnyg1097 said:
I havent flashed it yet. I am still enjoying my completely stock Tab at the moment. Perhaps in a couple weeks I will start flashing things onto it.
Click to expand...
Click to collapse
It doesn't modify anything, only image swapping. You have to modify your own apk so you still have stock. You need to be rooted though.
Thanks looks good, no clue why they didnt match the colors in the first place
I was thinking of doing a theme myself, mostly just changing the background of the settings menu etc, maybe some icons too, just not sure about the amount of work involved
hi froli13,
you have some news for us? I think this is very usefull for the ASOP theme on the sgt10.1. Please more .
mike2nl said:
hi froli13,
you have some news for us? I think this is very usefull for the ASOP theme on the sgt10.1. Please more .
Click to expand...
Click to collapse
I have something almost complete now, but I have troubles trying to fix some bad .9.png patches...
And hockey has just started so I spend less time on the computer
froli13 said:
I have something almost complete now, but I have troubles trying to fix some bad .9.png patches...
Click to expand...
Click to collapse
Bad to read that, but i think there will be solutions. You had asked our best friend google?
And hockey has just started so I spend less time on the computer
Click to expand...
Click to collapse
That's cool...you are playing this active, or TV sports .
Question about adb:
please forget the question. Issue is solved with es explorer and superuser. Thank you for the graphics.
Where can i find the files within my device to edit these?
oh and...does ninjamorph work for this?
mike2nl said:
Bad to read that, but i think there will be solutions. You had asked our best friend google?
That's cool...you are playing this active, or TV sports .
Question about adb:
please forget the question. Issue is solved with es explorer and superuser. Thank you for the graphics.
Click to expand...
Click to collapse
TV sports only for now (Montreal Canadiens), but when it gets cold enough I play outside too.
Tivo7 said:
Where can i find the files within my device to edit these?
oh and...does ninjamorph work for this?
Click to expand...
Click to collapse
I don't know what is ninjamorph so I guess it won't work with it...
SystemUI.apk is under /system/app/
BTW:
this is ninjamorph on android market
any plans on more theming, i prefer the blue
this doesn't work for me I copied images and replaced them and replaced the systemui with root explorer any suggestions?
mattdub1 said:
this doesn't work for me I copied images and replaced them and replaced the systemui with root explorer any suggestions?
Click to expand...
Click to collapse
The only reason why it wouldn't work is that you did something wrong. It's just some modified images.
Sent from my Galaxy Nexus using xda premium
and I have done this exact same thing before with my phone. I am new to the tablet, but have made many themes for my HTC Sensation and I have made recovery themes. Those are way more detailed than this is, so Im not sure exactly what I could be doing wrong, which is why I asked for suggestions besides the obvious.
mattdub1 said:
and I have done this exact same thing before with my phone. I am new to the tablet, but have made many themes for my HTC Sensation and I have made recovery themes. Those are way more detailed than this is, so Im not sure exactly what I could be doing wrong, which is why I asked for suggestions besides the obvious.
Click to expand...
Click to collapse
froli13 said:
The only reason why it wouldn't work is that you did something wrong. It's just some modified images.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
mattdub1 said:
this doesn't work for me I copied images and replaced them and replaced the systemui with root explorer any suggestions?
Click to expand...
Click to collapse
Hey guys, at the end nothing is wrong, it missing something .
I have found and fixed it. Froli you missed the folder drawable-sw600dp-mdpi for the galaxy tab 10.1. So to see in my original SystemUI.apk in the Overcome Rom. <- link
When you copy the same pictures in that folder then it works. Only one or two images are missing. I will report this in 15 minutes. Have to take a look now.
X Minutes later
The missing files are:
1 - quickpanel_icon_airplane_dim.png (uploaded zip file quickpanel_icon_airplane_dim.zip)
2 - the green checker by AUTO setting for brightness
.. - i didn't find it he must be somewhere in \system\framework\res\drawable-mdpi
.. - btn_check_buttonless_on.png or
.. - ic_bullet_key_permission.png
.. - otherwise i don't know for the moment
3 - added the icons for data (quickpanel_icon_ing & quickpanel_icon_data_on in zip quickpanel_icon_ing_and_data.zip)
4 - will check for more, but you users can put a finger on it to let us know which icon is missing or wrong colored for TW
BTW
1 - Here a LINK to calculate and understand chmod better for beginners. Also a online mod calculation can be found there.
2 - froli13 possible we can talk via skype (me = mike2nl)
3 - please report it is working or not
Possible i can do more, but it will be helpfull when froli is OK with that. Possible you user have ideas about it and then we can make it togehter? What do you think about it?...

(Tutorial)Lock Screen mod for Nabi 2 NABI2-NV7A

This tutorial is for lock screen modification to Nabi 2 NABI2-NV7A US or UK version although only confirmed working with US version. Although the steps would be identical for either version, just don’t have a UK Nabi 2 to test my theory.
I created this thread in hope that if anyone use this tutorial they will provide a picture of lock screen and also share their flashable zip file for the entire Nabi community. If sharing flashable zip files the naming convention has to match the firmware version as I have done below.
A couple of tools & files will be required first and I have provided links to downloads.
• 7-zip
• apkmultitool
• nabi_circle.png
• empty_framework.zip
I will start with the apk multi tool, I have to give kudos to the developer of this tool, super easy to use; if possible consider making a donation and continue supporting the development of this tool. Currently using Windows 7 64 OS so all instructions will be for Window users.
1) After download of tool, extract to the root of C:\
2) Make sure you have USB debugging checked in Nabi found in Settings\Developers options
3) Connect tablet and go C:\ APK-Multi-Tool\setup.bat and follow instruction 1 thru 3
4) After the 3 steps go to C:\ APK-Multi-Tool\other you will find the framework-res.apk & SystemUI.apk
5) Copy and paste framework-res.apk to C:\ APK-Multi-Tool\place-apk-here-for-modding now click the Scipt.bat hit enter; then option 9 Decompile apk
6) Then you will find the decompiled apk in C:\ APK-Multi-Tool\projects
The files to edit with your pictures are found here, go and replace the png files listed below.
C:\APK-Multi-Tool\projects\framework-res.apk\res\drawable-sw600dp-mdpi
A. fuhu_ic_lockscreen_handle_normal.png
B. fuhu_ic_lockscreen_handle_pressed.png
C. nabi_circle.png
D. unlock_directions.png (Optional)
The fuhu_ic_lockscreen_handle_normal.png & fuhu_ic_lockscreen_handle_pressed.png have to be 1024 x 552 px. and they both have to be the same picture.The nabi_circle.png 184 x 238 has to be replaced with a transparent.png for simplicity I have provided a download link to one. Also the unlock_directions.png is optional that file is 120 x 120 px by replacing all these files you can create your own custom lock screen mod. What I did is I renamed all my png files to default names.
If you want to change default wallpaper, which is 1536 x 1024 px
C:\APK-Multi-Tool\projects\framework-res.apk\res\drawable-sw600dp-nodpi
1. After you have edited your files; then enter the cmd and choose option 11 Compile system apk files. Then it will ask if you would like to copy additional files that you didn’t modify from the original apk in order to ensure least # of errors (y/n)
2. Enter y
3. Now go back to C:\APK-Multi-Tool\keep and delete the files you have modified then hit enter
4. You will now find a unsignedframework-res.apk file in C:\ APK-Multi-Tool\place-apk-here-for-modding
5. Place this file in different folder (example minions) rename to framework-res.apk
6. Grab the empty_framework.zip open this with 7-zip without unzipping and drag the framework-res.apk in emty_framework.zip\system\framework\drag here.
If your emty_framework.zip is only showing META-INF folder just click file top left of 7-zip and then "create folder" system repeat again and create framework folder, then open that folder and drag framework-res.apk there. 7-zip will ask are you sure you want to copy file just click yes.
If you want to modify the updater script you can extract into your computer and modify it with notepad and change the name of the lockscreen, this will be able to be read in recovery. If you don’t take this last step it will say “Installing custom lockscreen”. The updater script can be found in
empty_framework.zip\META-INF\com\google\android\updater-script
Here are a few lockscreens that are only for firmware 2.3.11 enjoy
With exception of lockorig_2.3.11.zip all have Nexus 7 2013 default wallpaper!
{
"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"
}
lockorig_2.3.11.zip
frozen_princesses_2.3.11.zip
frozen_marshmallow_2.3.11.zip
ariel_2.3.11.zip
disney_princess_2.3.11.zip
dinosaur_2.3.11.zip
bubble_guppies_2.3.11.zip
minions_2.3.11.zip
minions_face_2.3.11.zip
mario_2.3.11.zip
pokeman_2.3.11.zip
spongebob_2.3.11.zip
super_why_2.3.11.zip
my_little_pony_2.3.11.zip
Before flashing backup entire ROM also store the lockorg_2.3.11.zip in your external card
I am not responsible for anyone bricking your kids tablets, you are choosing to do this mod!​
Sweet thanks for making this thread
Sent from my Nexus 5 using Tapatalk
katinatez said:
Before flashing backup entire ROM also store the lockorg_2.3.11.zip in your external card
I am not responsible for anyone bricking your kids tablets, you are choosing to do this mod![/CENTER]
Click to expand...
Click to collapse
So I flashed the frozen one no problem, but then tired to flash the original and it just hangs on boot loading. Have you tested flashing that zip. I just flashed the frozen back and was fine. Just a heads up.
Sent from my Nexus 4 using Tapatalk
saw429 said:
So I flashed the frozen one no problem, but then tired to flash the original and it just hangs on boot loading. Have you tested flashing that zip. I just flashed the frozen back and was fine. Just a heads up.
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
I tested the zip file in my nabi and its fine, I also replaced my lock original from my external card from my nabi to the download link.
Please re- download and try again, thanks
Hi.
I had posted this in one of the general forums since I didn't have access at the time to post in the development forums.. I'll post this here as well now that I can..
Question on the process to change the default kids mode wallpaper in the lockscreen process on the Nabi2's since moving to Jellybean.
katinatez's excellent process for the lock screen portion works fine (THANK YOU for sharing this, BTW)
End result:
I am trying to add a custom wallpaper into the apk when I change the lockscreen.
The file I am targeting is called default_wallpaper_kid.png and it is 1024x552.
The file is located in 2 folders:
framework-res.apk\res\drawable-hdpi
and
framework-res.apk\res\drawable-mdpi
I change these 2 files, recompile and follow the rest of the process as normal. Flash install onto the Nabi2 in TWRP and reboot. I still get the same default blue block kids mode wallpaper.
I've gone back and pulled the framework back off of the Nabi once I did the install and the changed wallpapers are in fact there. I can't figure out where the Nabi is pulling the standard blue block default wallpaper from since I verified that I replaced the files that I thought it should be.
I should note that I had previously changed the wallpaper during another lock screen install, so I'm stumped as to why I'm not able to change it now. And yes, I could just simply copy the wallpaper over to the Nabi and set it as wallpaper from there but it's bugging me as to why the process isn't working.
Any ideas?
Thanks in advance!
2girlzdad said:
Hi.
I had posted this in one of the general forums since I didn't have access at the time to post in the development forums.. I'll post this here as well now that I can..
Question on the process to change the default kids mode wallpaper in the lockscreen process on the Nabi2's since moving to Jellybean.
katinatez's excellent process for the lock screen portion works fine (THANK YOU for sharing this, BTW)
End result:
I am trying to add a custom wallpaper into the apk when I change the lockscreen.
The file I am targeting is called default_wallpaper_kid.png and it is 1024x552.
The file is located in 2 folders:
framework-res.apk\res\drawable-hdpi
and
framework-res.apk\res\drawable-mdpi
I change these 2 files, recompile and follow the rest of the process as normal. Flash install onto the Nabi2 in TWRP and reboot. I still get the same default blue block kids mode wallpaper.
I've gone back and pulled the framework back off of the Nabi once I did the install and the changed wallpapers are in fact there. I can't figure out where the Nabi is pulling the standard blue block default wallpaper from since I verified that I replaced the files that I thought it should be.
I should note that I had previously changed the wallpaper during another lock screen install, so I'm stumped as to why I'm not able to change it now. And yes, I could just simply copy the wallpaper over to the Nabi and set it as wallpaper from there but it's bugging me as to why the process isn't working.
Any ideas?
Thanks in advance!
Click to expand...
Click to collapse
Someone else asked this question a long time ago. I can't find that answer searching(can't remember enough words from that post), it seems something like it was already cached since it was the apk, so it didn't pick up the change. I can't remember if the solution was to wipe caches or something like that or clear some data in an app in settings. Or maybe neither and I remember nothing..... LOL.
I believe the blue block wallpaper you are talking about, is in fact the NabiMode.apk default wallpaper.
Take the NabiMode.apk decompile & go thru steps replacing with whatever wallpaper you want for kids launcher wallpaper.
You will also find Madagascar wallpaper inside the NabiMode.apk
Good luck
Thanks guys -- I'll try to poke around with it later tonight when I get home.
Appreciate the info.
2girlzdad said:
Thanks guys -- I'll try to poke around with it later tonight when I get home.
Appreciate the info.
Click to expand...
Click to collapse
Remember to make backup with twrp before you start making changes.
katinatez said:
Remember to make backup with twrp before you start making changes.
Click to expand...
Click to collapse
Yeah, I've learned to do that the hard way..
Thanks!
Well, I pulled NabiMode.apk and decompiled it and found where the kids mode wallpaper is kept. I don't know about tinkering with the apk though as the data/addon_res folders are read only and I'm not sure that I want to get into playing around with figuring out how to push to a read only folder at this point - MUCH easier to just copy the wallpaper over to the Nabi and set it.
Thx guys!
My Little Pony Lockscreen
My daughter is in a new phase, she just turned 4 years old and absolutely loves My Little Pony, so I created a new lockscreen mod.
enjoy
katinatez said:
My daughter is in a new phase, she just turned 4 years old and absolutely loves My Little Pony, so I created a new lockscreen mod.
enjoy
Click to expand...
Click to collapse
Hi any chance of getting these to work on the new 2.4 update? thanks
mjw2k11 said:
Hi any chance of getting these to work on the new 2.4 update? thanks
Click to expand...
Click to collapse
Same steps outlined in guide, just no time. It's up to you.
I don't think this member can post here yet but take a look at some 2.4 lockscreens
http://forum.xda-developers.com/general/rooting-roms/nabi-2-lockscreens-version-2-4-t2876988
Hi
BIt out of my depth with this but in updating the nabi2 from Jellybean to KitKat the lockscreen changed and it will upset my boy as he has autism. So planning to do this.
FIrstly, the apkmultitool ink seems broken does anyone have it please?
Secondly, I got the original lockscreen download as a zip in another thread from SMcC2 does that mean I can avoid a big bit of this tutorial??
Thank you for any help please.
Alex
Edit: Does me being on kitkat mean none of this will work ?

Categories

Resources