3Minit Clock Mod v1.1 - Android Apps and Games

3Minit Clock Mod
This is the most customizable clock seen to date.
Add individual items so you can have any layout to wish also you can set the following for each item.
Clock position: Left, Right, Center
Changeable for each item:
Text color
Text font
text size
Selectable items are :
Hour (24) e.g.: 13
Hour (12) e.g.: 1
Minutes
Seconds
Day (numeric) eg: 02
Day (short) e.g.: Tue
Day (long) e.g.: Tuesday
Month (numeric) eg: 01
Month (short) e.g.: Jan
Month (long) e.g.: January
Year (short) e.g.: 15
Year (long) e.g.: 2015
Am-Pm
:
/
-
Space
You can also save/load your clock layouts
I cannot explain the full nature of this mod so give it a go.
Implementation Guide
1.Unzip the download files and place all of the MinitClock.smali files into SystemUI.apk/com/android/systemui/policy folder.
2.Make the changes to status_bar.xml as seen below. I have also include both the files below so you can run a diff to see the changes.
XML Source Code: status_bar.xml - Original
Code:
XML Source Code: status_bar.xml - Modded
Code:
Note there are 4 added lines 5,6,12,21 dont miss line 5 or your apk wont recompile. Also note the attributes threeminitosition="0" these mean:
threeminitosition="0" = right clock
threeminitosition="1" = center clock
threeminitosition="2" = left clock
adjust these as you need them.
3. push the contents of system/fonts from zip to your device
4. Install the included apk.
{
"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"
}
You are free to use and bake this mod and app into your rom provided you give full and proper credits and you provide a link to this thread. Also, you cannot alter in any way without permission from me first.
This is not a open source project and I share with you as is. All codes belong to me and are copyrighted.
Downloads
3Minit Clock Mod v1.1​
XDA:DevDB Information
3Minit Clock Mod, App for all devices (see above for details)
Contributors
gharrington
Version Information
Status: Stable
Current Stable Version: 1.0
Created 2016-06-17
Last Updated 2016-06-16

Changelog
v1.1 8/6/2016
Fixed issue where app would crash on some devices.
v1.0
Initial release.

Thank you. Please screenshot

@gharrington
Another great Mod Sir.... [emoji106]
nguyentankiet said:
Thank you. Please screenshot
Click to expand...
Click to collapse
Sent from my SM-N920T using Tapatalk

Mine done

I just start to learn this stuff but I'd have to say it's the + in between @ and id. Third line down.
Edit: I just viewed the XML on my phone there is no + sign. Remove that and you should be good
angelus mortis

biglil1 said:
I just start to learn this stuff but I'd have to say it's the + in between @ and id. Third line down.
Edit: I just viewed the XML on my phone there is no + sign. Remove that and you should be good
angelus mortis
Click to expand...
Click to collapse
I try remove + and add id in id.xml, but still error

nguyentankiet said:
I try remove + and add id in id.xml, but still error
Click to expand...
Click to collapse
The only edits you make is in the status_bar.xml. Did you place the .smali files in the policy folder? Maybe I explained my first response wrong. In your edits you had @+id....
in line 3 but it should be @id. If you made an edit in your id.xml change it back
angelus mortis

biglil1 said:
The only edits you make is in the status_bar.xml. Did you place the .smali files in the policy folder? Maybe I explained my first response wrong. In your edits you had @+id....
in line 3 but it should be @id. If you made an edit in your I'd.xml change it back
angelus mortis
Click to expand...
Click to collapse
Yes, i really copy smali to policy.
You can show your statusbar xml?

nguyentankiet said:
Yes, i really copy smali to policy.
You can show your statusbar xml?
Click to expand...
Click to collapse
Just got out of work so I haven't done it yet. I'll hopefully get to it tonight. I really thought that + sign was it. If you have time start from scratch. I only looked at the zip in the op once but if I remember correctly it contains a modded and original status_bar.xml. View the modded XML in notepad++ side by side with your unmodified xml. Going one line at a time edit yours. Place the smali files in policy folder and before recompiling compare the xmls again just to make sure! Hope you get it working!!
angelus mortis
---------- Post added at 07:44 AM ---------- Previous post was at 07:05 AM ----------
nguyentankiet said:
This is status_bar.xml:10:
Code:
<com.android.systemui.statusbar.policy.MinitClock threeminit:position="2" android:gravity="left|center" android:id="@+id/minitclock" android:layout_width="wrap_content" android:layout_height="fill_parent" />
Click to expand...
Click to collapse
My apologies my friend after reading the modded xml completely and more carefully there is a + sign in between @ and id. Feel free to back hand me for that one; lol! I'm going to bed now but if you don't have it working by the time I get up pm me your framework-res.apk and SystemUi.apk and I'll do yours before I do mine. For my stupidity I owe you that!
angelus mortis

biglil1 said:
Just got out of work so I haven't done it yet. I'll hopefully get to it tonight. I really thought that + sign was it. If you have time start from scratch. I only looked at the zip in the op once but if I remember correctly it contains a modded and original status_bar.xml. View the modded XML in notepad++ side by side with your unmodified xml. Going one line at a time edit yours. Place the smali files in policy folder and before recompiling compare the xmls again just to make sure! Hope you get it working!!
angelus mortis
---------- Post added at 07:44 AM ---------- Previous post was at 07:05 AM ----------
My apologies my friend after reading the modded xml completely and more carefully there is a + sign in between @ and id. Feel free to back hand me for that one; lol! I'm going to bed now but if you don't have it working by the time I get up pm me your framework-res.apk and SystemUi.apk and I'll do yours before I do mine. For my stupidity I owe you that!
angelus mortis
Click to expand...
Click to collapse
thank you, mine done. I forget delete > end of
Code:
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
haha

4.0+ or 5.0+?

I've had nothing but issues with this. Had a few errors when recompiling but I got them iron out but now the app won't open no matter what I do. I tried installing like normal, putting it into System/apps, in System/priv-apps but still it doesn't work. I'm on rooted stock 6.0.1 30M Nexus 6

biglil1 said:
I've had nothing but issues with this. Had a few errors when recompiling but I got them iron out but now the app won't open no matter what I do. I tried installing like normal, putting it into System/apps, in System/priv-apps but still it doesn't work. I'm on rooted stock 6.0.1 30M Nexus 6
Click to expand...
Click to collapse
Yes. Have issue with font
View here http://forum.xda-developers.com/showthread.php?t=3400221

nguyentankiet said:
Yes. Have issue with font
View here http://forum.xda-developers.com/showthread.php?t=3400221
Click to expand...
Click to collapse
Thanks!
angelus mortis

v1.1 ready for download.

gharrington said:
v1.1 ready for download.
Click to expand...
Click to collapse
Working now! Thanks!
angelus mortis

Duplicate of 3Minit Clock Mod v1.1
closed at op request.

Related

[Collection][Project] Update to 4.67 OTA - Sharing means Caring

Update March 23, 2012 - I appreciate everyone's work so far and also your dedication to proper credits! If you know me you know I am big on props. I also enjoy everyone getting together and doing this. Thank you.
tommytomatoe contributions...
4.67 - Rooted - Optimized - Find here
Extended Quick Settings - Find here​
ca1ne contributions = Post #109
Guides for reboot menu​
swagstr contributions - post #3
Usb debugging icon remove
Internet with 7 tabs
Native Screenshot Instructions​
gruesomewolf contributions - post #5
****Wireless N Fix****
****CRT Animations****
****HotSpot Hack****
****AdvancedPowerMenu_4in1Reboot+VolumeRocker****
****Extended Quick Settings****​
mjhuffer contributions = post #20
No flip clock widget
Hide GPS Icon
Battery Percent Mods - Post 76​
je2854 contributions = post #60
Native ScreenShot
Reboot Options
3G HotSpot Hack​
Sinistersensai contributions = post #91
Mms Notifications Popup Apk (com.megagram.smspopup.apk, Market Link)​
This idea is from your very own swagstr, author of SOS Evo.
Devs grab a post while its hot.
We will post the mods as we update them for all to use in the latest ota.
Sample stuff:
Hotspot hack
Quick settings
Extended quick settings
Etc etc
Sincerely
Tommy
PS. I will post shortly with what I have. By shortly I mean in a couple days. Thread will be updated then.
Sent from my PC36100 using Tapatalk
Nice... Staying on top;-)
swagstr's 4.67 Mods/Tweaks/Etc...
Remove USB Debugging Icon - thanks to SteelH
This will remove the USB Debugging icon. The specific edit is laid out in the link above, the file edited is /com/android/server/NotificationManagerService.smali
DOWNLOAD: services.jar (located in /system/framework)
Internet with 7 tabs - thanks to SteelH
This will bump up the maximum amount of tabs allowed to be open at once in Browser to 7 (from 4). The specific edit is laid out in the link above, there is also another mode for enabling the extra options seen under "about:debug". I find these unstable and they were not included. The file edited is /com/android/browser/Browsersettings.smali
DOWNLOAD: Broswer.apk (located in /system/app)
Native Screenshot - thanks to freeza
This allows you to take a screenshot with the POWER + HOME buttons. To include this in your ROM, add MySketcher.apk and libScreenshotUtil.so to the proper locations. You also need to edit your build.prop with Notepad++. Around line 213, you will see:
Code:
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
Change it to look like this:
Code:
#
# ADDITIONAL_BUILD_PROPERTIES
#
[COLOR="Red"]# Properties for supporting framework features
ro.htc.framework.screencapture = true
[/COLOR]
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
DOWNLOAD: MySketcher.apk (located in /system/app) | libScreenshotUtil.so (located in /system/lib) | build.prop (located in /system)
Future Mods swagstr is working on
Volume key mods (screen wake/song changing)
Mods I may need help with...
Google Talk w/video - I was checking out this, seemed to have video the right direction, but it wasn't very stable... thoughts?)
---
A big thanks to all of the HTC EVO 4G devs! Let's make this OTA the best!
swagstr said:
Reserved... If you aren't posting mods.. you should prob wait for a bit to comment
Sent from the (second) original Swagged Out EVO
Click to expand...
Click to collapse
If you aren't posting mods either, you should probably not do the same thing and waste a valuable post slot
Late to he party as always....lol
****Wireless N Fix****
This has been confirmed working by bman333....thanks.
http://dl.dropbox.com/u/38066670/Wifi N_signed.zip
****CRT Animations****
This ones for you swag....lol. CRT animations with signature verification dissabled, and USB debugging dissabled.
Note: DEVS-I used the same code as I used for my other ROM, so this will also work with "Tweaks" once we get into that. Also your likely gonna want to take the "Team-Nocturnal" in the packagemanager.smali.
http://dl.dropbox.com/u/38066670/CRT_signed.zip
****HotSpot Hack****
Note: This will do nothing but hack the hotspot, I left the .jar as stock as possible. Enjoy.
Thanks to calkulin, aamikam, and any other dev who braught this to the Evo long before me.
http://dl.dropbox.com/u/38066670/HotSpotHack_4.67.zip
****AdvancedPowerMenu_4in1Reboot+VolumeRocker****
Fixed all the broken hex strings. Thanks to ca1ne for making this so easy.
{
"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"
}
http://dl.dropbox.com/u/38066670/4in1Reboot-VolumeRocker_signed.zip
****Extended Quick Settings****
Ok guys Im sure the man Tommy will take this mod a step further, but I thought I would give him a good start! This mod has a few parts.
1) Extended Quick Settings
2) Recent Apps
3) True-Data Dispalyed
4) No GPS Icon
Enjoy.
http://dl.dropbox.com/u/38066670/ExtendedQuickSettings_4.67_signed.zip
gruesomewolf said:
Late to he party as always....lol
Reserved for me
Click to expand...
Click to collapse
Long as you make it
Sent from my PC36100 using Tapatalk
tommytomatoe said:
Long as you make it
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
Of course Im here....
Hotspots done for ya, so you can focus on those extended quick settings
gruesomewolf said:
Of course Im here....
Hotspots done for ya, so you can focus on those extended quick settings
Click to expand...
Click to collapse
Woot woot
I'll link the op when I get a chance.
Sent from my PC36100 using Tapatalk
Here if ya need me
Sent from my PC36100 using xda premium
I just want to be in the loop
Should note this is swagstr idea
Glad to see everyone pitching in.
Sent from my PC36100 using Tapatalk
I'm here if needed also.
Anyone who uses wireless n want to try this and let me know if it works, thanks.
http://dl.dropbox.com/u/38066670/Wifi N_signed.zip
not a "mod" persay, but i can confirm the screenshot feature (power+home) does still work, with the mysketcher.apk and the libScreenshotUtil.so lib , i have my edited build.prop file, and no problems.
brad560 said:
not a "mod" persay, but i can confirm the screenshot feature (power+home) does still work, with the mysketcher.apk and the libScreenshotUtil.so lib , i have my edited build.prop file, and no problems.
Click to expand...
Click to collapse
Yup I can confirm this working as well
brad560 said:
not a "mod" persay, but i can confirm the screenshot feature (power+home) does still work, with the mysketcher.apk and the libScreenshotUtil.so lib , i have my edited build.prop file, and no problems.
Click to expand...
Click to collapse
gruesomewolf said:
Yup I can confirm this working as well
Click to expand...
Click to collapse
Sweet! I'm going to post the files, a modified 4.67 build.prop, and the directions of how to include the file in their ROM (for future devs).
subscribed.
i am so lost what is the idea?
renegade37918 said:
i am so lost what is the idea?
Click to expand...
Click to collapse
Update all mods to work with the new OTA
Sent from my PC36100 using XDA App
No Flip Clock and Hide GPS Icon
Just what the title says. Here is the .apk and the flashable zip for each one. If mine works and once somebody gets the quick settings working, I will go ahead and update the quick settings version without the gps icon. Here is how I did it if anyone wants to know.
http://forum.xda-developers.com/archive/index.php/t-1304813.html

[Comunity Project]TWRP layout fixing for LDPI devices{Yes this means you}

Hi,
As you don't know Speed_bot has agreed to port TWRP for our device(Yes Galaxy Fit) but has requested someone to re-size the resolution for ldpi resolution(yes its unsupported lowest they go to is mdpi) now how then is this a comunity effort well the images are all resized(took actually 2 min) but there is an xml file(see attachment) that has over 3630 lines with 2400 of them listing a certain dpi property so here is were you can help for a single person to do all the edits will take fairly colossal effort(here its actually means large amount of time) so we share the load since i aint got all the time someone can do the edits to the file(see attachment) and put " *** " at the last line they edit then pm me the file if I find the edits to be fine the file(see attachment) will be updated to the new file and so forth till the project is complete(for one user will take about an hour:cyclops and your name will be listed in second post as a contributor so whose willing.:good::fingers-crossed:
Note : this is not just for galaxy fit but will help all LDPI devices.
EDIT : Attached resized images(ldpi resolution).
Contributors :
Dark Passenger
AW: [Comunity Project]TWRP layout fixing for LDPI devices{Yes this means you}
currenty it UNPOSSIBLE to build TWRP in anyway, when you read the recovery.log file, it remains to a crash in /data partition. me and Dees_Troy are investigating. anyway when its buildable i will help with ldpi layout, quietly simple
Sent from my GT-S5660 using xda app-developers app
OldDroid said:
currenty it UNPOSSIBLE to build TWRP in anyway, when you read the recovery.log file, it remains to a crash in /data partition. me and Dees_Troy are investigating. anyway when its buildable i will help with ldpi layout, quietly simple
Sent from my GT-S5660 using xda app-developers app
Click to expand...
Click to collapse
isn't it working perfectly on gio the one built by konstatin12 you could ask him you know. also 240x320 resolution is not currently present in the github repository for twrp (hence the project) so any help here is appreciated
Is the main file already edited anyhow?
I don't think there are 2400 lines to be edited. Not sure what to edit, can you please explain?
Afaik, you'll have to individually assign values to every variable, which in turn determines where it will be placed.
Like for example:
Code:
<object type="text" color="%text_color%">
<font resource="font" />
<placement x="65" y="39" />
<text>%tw_time%</text>
</object>
The "placement" has to be really carefully arranged, along with resizing the graphic elements as the case may require.
Atleast this is what I understand of this.
a.cid said:
Is the main file already edited anyhow?
I don't think there are 2400 lines to be edited. Not sure what to edit, can you please explain?
Afaik, you'll have to individually assign values to every variable, which in turn determines where it will be placed.
Like for example:
Code:
<object type="text" color="%text_color%">
<font resource="font" />
<placement x="65" y="39" />
<text>%tw_time%</text>
</object>
The "placement" has to be really carefully arranged, along with resizing the graphic elements as the case may require.
Atleast this is what I understand of this.
Click to expand...
Click to collapse
yes i agree currently there is no progress so no the orginal file is not edited also the ui.xml has to be edited in the general manner so that there are only minor edits to be done(i.e to get all elements to fit on our display then fine tuning can be done by the dev).
Dark Passenger said:
yes i agree currently there is no progress so no the orginal file is not edited also the ui.xml has to be edited in the general manner so that there are only minor edits to be done(i.e to get all elements to fit on our display then fine tuning can be done by the dev).
Click to expand...
Click to collapse
Hmmmm
I was editing a game to ldpi, and the above mentioned major-first-minor-later approach yielded me 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"
}
Same might happen here.
a.cid said:
Hmmmm
I was editing a game to ldpi, and the above mentioned major-first-minor-later approach yielded me this:
Same might happen here.
Click to expand...
Click to collapse
thats just wrong but did you make the changes to smali/java sources right.
so the rendering can go wrong there.:silly:
here you just fix the position of prerendered objects so the worst that can happen is a checkbox on top of a button.
Dark Passenger said:
thats just wrong but did you make the changes to smali/java sources right.
so the rendering can go wrong there.:silly:
here you just fix the position of prerendered objects so the worst that can happen is a checkbox on top of a button.
Click to expand...
Click to collapse
As a matter of fact, I did not touch the smali sources.
This is what I get for messing with the assets folder.
We do need better ways to this. Imo, this approach won't work.
a.cid said:
As a matter of fact, I did not touch the smali sources.
This is what I get for messing with the assets folder.
We do need better ways to this. Imo, this approach won't work.
Click to expand...
Click to collapse
well i am out of ideas maybe you or someone else could figure something out.
Dark Passenger said:
well i am out of ideas maybe you or someone else could figure something out.
Click to expand...
Click to collapse
i am not an expert but i think that we have to reduce values of x axis by 280/320*100=87.5%
y axis by 320/480*100=66.666667%
that is x values will be x-(87.5% of x)
and y values y-(66.666667% of y)
may fix the issue
omarhasan76 said:
i am not an expert but i think that we have to reduce values of x axis by 280/320*100=87.5%
y axis by 320/480*100=66.666667%
that is x values will be x-(87.5% of x)
and y values y-(66.666667% of y)
may fix the issue
Click to expand...
Click to collapse
you could edit the ui.xml file(attached in first post and help move this project along).
Dark Passenger said:
you could edit the ui.xml file(attached in first post and help move this project along).
Click to expand...
Click to collapse
let see i m busy for few days could help from 1st march
Dark Passenger said:
Hi,
As you don't know Speed_bot has agreed to port TWRP for our device(Yes Galaxy Fit) but has requested someone to re-size the resolution for ldpi resolution(yes its unsupported lowest they go to is mdpi) now how then is this a comunity effort well the images are all resized(took actually 2 min) but there is an xml file(see attachment) that has over 3630 lines with 2400 of them listing a certain dpi property so here is were you can help for a single person to do all the edits will take fairly colossal effort(here its actually means large amount of time) so we share the load since i aint got all the time someone can do the edits to the file(see attachment) and put " *** " at the last line they edit then pm me the file if I find the edits to be fine the file(see attachment) will be updated to the new file and so forth till the project is complete(for one user will take about an hour:cyclops and your name will be listed in second post as a contributor so whose willing.:good::fingers-crossed:
Note : this is not just for galaxy fit but will help all LDPI devices.
Click to expand...
Click to collapse
Here is a ldpi theme for TWRP,I tested it on my device,I fixed some pages.If you like it ,use it.
Maybe some pages still have display issues, you can edit it yourself .
chen2011521 said:
Here is a ldpi theme for TWRP,I tested it on my device,I fixed some pages.If you like it ,use it.
Maybe some pages still have display issues, you can edit it yourself .
Click to expand...
Click to collapse
Hi which device ?
also thanks
and cant you help edit the default ui.xml so that the default theme is also useable(is your ui.xml universal ?).
Dark Passenger said:
Hi which device ? also thanks I guess(please link where you got it and /or who made it).
Click to expand...
Click to collapse
MOTO XT316 . http://forum.xda-developers.com/showthread.php?t=2035234 . Holo Dark
you can try it,and i think most is ok
I modified the theme from "Holo Dark" theme. Some text is too long,default theme display is very poor.Therefore, I have modified this theme
chen2011521 said:
MOTO XT316 . http://forum.xda-developers.com/showthread.php?t=2035234 . Holo Dark
you can try it,and i think most is ok
I modified the theme from "Holo Dark" theme. Some text is too long,default theme display is very poor.Therefore, I have modified this theme
Click to expand...
Click to collapse
hmm none the less if you can resize default theme it will allow the devs to build the recovery without any problems and also the res(320x240) will be supported officially.
It's OK.I built twrp 2.4.3 for my device with the ui .
The recovery looks well .
Just add it into gui. .240×320
chen2011521 said:
It's OK.I built twrp 2.4.3 for my device with the ui .
The recovery looks well .
Just add it into gui. .240×320
Click to expand...
Click to collapse
you mean you added your theme as deafult to gui? ...
---------- Post added at 07:53 AM ---------- Previous post was at 07:47 AM ----------
OldDroid said:
currenty it UNPOSSIBLE to build TWRP in anyway, when you read the recovery.log file, it remains to a crash in /data partition. me and Dees_Troy are investigating. anyway when its buildable i will help with ldpi layout, quietly simple
Sent from my GT-S5660 using xda app-developers app
Click to expand...
Click to collapse
do you mind doing a pastie of the log?
---------- Post added at 08:05 AM ---------- Previous post was at 07:53 AM ----------
just a thought maybe we could compile it at their resolution 320x400 and maybe change the build.prop in recovery to make it usable.just a thought correct me if im wrong..
I suggest that just make it first for mdpi then we will edit ui.xml...
Firstly we dont have it...then why to edit ui files...
♠←sarVesh →♠

[TUT][4.4] Transparent Notification Panel

Hi all,
i've decided to put this tutorial together to show you
how to make a transparent drop down since it
seems that the method that worked in 4.3 doesn't work in 4.4. So, let's start.​
SCREENSHOT:
{
"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"
}
REQUIREMENTS:
knowledge in using apktool
SystemUI.apk pulled out from your system and decompiled
INSTRUCTIONS:
1.decompile your SystemUI.apk
2.navigate to res>values>drawables.xml
3.find
<item type="drawable" name="somc_notification_panel_bg">#99000000</item>
Click to expand...
Click to collapse
---note that the current value #99000000 is the one that you see on the screenshot, the stock one you find in SystemUI.apk will be different
4.now choose the amount of transparency you'd like to have in your notification panel, followed by the color youd like to have, e.g. transparent black, transparent white, etc. I'll use #99000000 value as an example: the first two digits (99 in my case) represent the amount of transparency in HEX format, looking at the table it is between 60 and 70%. The digits that follow (000000) represent the color in HEX format as well. 000000 is black color and FFFFFF is white color. Follow the link to choose your color.
4.1.choose the transparency, e.g. for 50% enter 80, for 70% transparency choose 112 etc.
0% = #00
10% = #16
20% = #32
30% = #48
40% = #64
50% = #80
60% = #96
70% = #112
80% = #128
90% = #144
4.2.now choose the color from this link
http://html-color-codes.info/
5.after you have choosen your values, just replace them
<item type="drawable" name="somc_notification_panel_bg">#your value here</item>
Click to expand...
Click to collapse
6.compile your SystemUI.apk and put it in system>priv-app
7.give the correct permissions xxx x-- ---
8.reboot and enjoy!​
Hi man, i'm using 4.4.4 stock rom and did exactly how you told to do, but when i change the value, the navbar and notification panel has gone,
so, what probably i'm doing wrong?
thath is the original one
"#FF000000"
i and up with this code
"#40000000"
darthxa said:
Hi man, i'm using 4.4.4 stock rom and did exactly how you told to do, but when i change the value, the navbar and notification panel has gone,
so, what probably i'm doing wrong?
thath is the original one
"<item type="drawable" name="somc_notification_panel_bg">#FF000000</item>"
i and up with this code
"<item type="drawable" name="somc_notification_panel_bg">#40000000</item>"
Click to expand...
Click to collapse
First. Please Don't Quote Whole OP. Please Edit Ur Comment and Remove The OP Contents..
Second. U Lost Ur SystemUI. R U Sure U Using A Deodexed ROM. ?
darthxa said:
Hi man, i'm using 4.4.4 stock rom and did exactly how you told to do, but when i change the value, the navbar and notification panel has gone,
so, what probably i'm doing wrong?
thath is the original one
"<item type="drawable" name="somc_notification_panel_bg">#FF000000</item>"
i and up with this code
"<item type="drawable" name="somc_notification_panel_bg">#40000000</item>"
Click to expand...
Click to collapse
I'm not sure if the same method will work with 4.4.4 as the tutorial was pointed to 4.4.2. Apart from dissappearing nav and stat bars are there any other FCs or bugs, also did you use the method described to push back the file to the phone? Does the phone boots normally?
Thanks!
Denie46 said:
I'm not sure if the same method will work with 4.4.4 as the tutorial was pointed to 4.4.2. Apart from dissappearing nav and stat bars are there any other FCs or bugs, also did you use the method described to push back the file to the phone? Does the phone boots normally?
Thanks!
Click to expand...
Click to collapse
I themed a lot when I had a galaxy s4 and did exactly how you've said but just missed the navigation bar and the home and back button otherwise there is no Fc In nothing else
Sent from my C6943 using XDA Premium 4 mobile app
---------- Post added at 09:08 AM ---------- Previous post was at 09:04 AM ----------
Rajeev said:
First. Please Don't Quote Whole OP. Please Edit Ur Comment and Remove The OP Contents..
Second. U Lost Ur SystemUI. R U Sure U Using A Deodexed ROM. ?
Click to expand...
Click to collapse
I didn't lost my SystemUi, and thanks for the explanation on the quote politics, my room is odexed but in Samsung that's not interfere on that
Sent from my C6943 using XDA Premium 4 mobile app
The best thing to do is to flash the original file and start over. I'm almost certain that there is a bug with the way this apk have compiled. Check once again what have you modified and look if there are any messages/errors in cmd window when compiling.
UPDATE:
Just made my notification panel transparent following my tutorial in 4.4.4 and everything worked fine. At first my not and stat bars dissappeared but, then i rebooted and fixed permissions in recovery and everything looks good now.
Denie46 said:
The best thing to do is to flash the original file and start over. I'm almost certain that there is a bug with the way this apk have compiled. Check once again what have you modified and look if there are any messages/errors in cmd window when compiling.
UPDATE:
Just made my notification panel transparent following my tutorial in 4.4.4 and everything worked fine. At first my not and stat bars dissappeared but, then i rebooted and fixed permissions in recovery and everything looks good now.
Click to expand...
Click to collapse
there is no errors on the cmd, but...
i'll try to set permissions on the recovery
perhaps it's that
---------- Post added at 10:04 AM ---------- Previous post was at 09:43 AM ----------
Denie46 said:
The best thing to do is to flash the original file and start over. I'm almost certain that there is a bug with the way this apk have compiled. Check once again what have you modified and look if there are any messages/errors in cmd window when compiling.
UPDATE:
Just made my notification panel transparent following my tutorial in 4.4.4 and everything worked fine. At first my not and stat bars dissappeared but, then i rebooted and fixed permissions in recovery and everything looks good now.
Click to expand...
Click to collapse
look man what i had in the cmd
C:\apkTOOL>apktool b SystemUI
I: Using Apktool 2.0.0-Beta7 on SystemUI
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
aapt: warning: string 'compat_mode_help_body' has no default translation in C:\a
pkTOOL\SystemUI\res; found: et hy ms
aapt: warning: string 'compat_mode_help_header' has no default translation in C:
\apkTOOL\SystemUI\res; found: et hy ms
aapt: warning: string 'jelly_bean_dream_name' has no default translation in C:\a
pkTOOL\SystemUI\res; found: et hy ms
aapt: warning: string 'quick_settings_wifi_display_label' has no default transla
tion in C:\apkTOOL\SystemUI\res; found: et hy ms
aapt: warning: string 'quick_settings_wifi_display_no_connection_label' has no d
efault translation in C:\apkTOOL\SystemUI\res; found: et hy ms
aapt: warning: string 'status_bar_help_text' has no default translation in C:\ap
kTOOL\SystemUI\res; found: et hy ms
aapt: warning: string 'status_bar_help_title' has no default translation in C:\a
pkTOOL\SystemUI\res; found: et hy ms
I: Building apk file...
please show me where is the error?
I see no errors, have you flashed the stock systemui.apk and are there any bugs with it?
Decompile it and start again. Another thing that may cause the dissappearing is the way you put the file back to the phone. Do you flash it using recovery or just put it into system>priv-apps?
Denie46 said:
I see no errors, have you flashed the stock systemui.apk and are there any bugs with it?
Decompile it and start again. Another thing that may cause the dissappearing is the way you put the file back to the phone. Do you flash it using recovery or just put it into system>priv-apps?
Click to expand...
Click to collapse
i just put back in priv-app, but my original file is there with other name, every time that i changed back and reboot, works fine with the original
Well then try again, pull out the stock systemui.apk, decompile, edit the value, decompile and flash it via recovery
Denie46 said:
I see no errors, have you flashed the stock systemui.apk and are there any bugs with it?
Decompile it and start again. Another thing that may cause the dissappearing is the way you put the file back to the phone. Do you flash it using recovery or just put it into system>priv-apps?
Click to expand...
Click to collapse
i really don't know what is going wrong, i'll try to create a flashble zip and put over there
darthxa said:
i really don't know what is going wrong, if i send you the apk should you take a look at for me? i can send you the both, the original one and the mod
Click to expand...
Click to collapse
I sent you PM
Great tut, but i think easier way to make transparent panel is to use xposed framework with serajr xperia xposed...
Dadovvv said:
Great tut, but i think easier way to make transparent panel is to use xposed framework with serajr xperia xposed...
Click to expand...
Click to collapse
U R Right But Some One Likes Old School Methods.
Rajeev said:
U R Right But Some One Likes Old School Methods.
Click to expand...
Click to collapse
Nothing like the old school dude
Rajeev said:
U R Right But Some One Likes Old School Methods.
Click to expand...
Click to collapse
Yes, i like old metod to, but some ppl like odex rom to, like me, and this tutorial is only for deodexed rom and there is one step more if u want to decompile systemUI with odex. Using xposed framework u can get transparent on odexed rom.
Sent from my C6903 using XDA Premium 4 mobile app
Dadovvv said:
Yes, i like old metod to, but some ppl like odex rom to, like me, and this tutorial is only for deodexed rom and there is one step more if u want to decompile systemUI with odex. Using xposed framework u can get transparent on odexed rom.
Sent from my C6903 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Agree That :thumbup:
Personally im not into Xposed, it got too easy to just install a module, doesn't seem too interesting for me, that's why i like the good'ol tutorials where you need more knowedge in order to achieve a modification.
Denie46 said:
Personally im not into Xposed, it got too easy to just install a module, doesn't seem too interesting for me, that's why i like the good'ol tutorials where you need more knowedge in order to achieve a modification.
Click to expand...
Click to collapse
Man great job, work like a charm thanks and keep doing your thing
Sent from my C6943 using XDA Premium 4 mobile app
Thanks, i forgot that in this systemui there are another mods added, if you don't like them or want to change them i can help

3Minit Battery Mod Updated: [03/09/15]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This mod allows you to view an increasing 1,070 battery types, from different users. With a single click, the battery will download and set itself on to the status bar.
Storage space is not affected by thousands of unused .png's. They're stored on a server and the App only downloads the type you use.
1.Install app. (Do this first or you will get SystemUI FC).
2.Decompile SystemUI.apk and navigate to: res/layout/status_bar.xml (for some older samsung devices: tw_status_bar.xml) or system_icons.xml for android 5.x
Use apktool v2.x.x or you may get recompile errors
3. Look for the line that contains:
Code:
<android:id="@id/battery
In the line that contains android:id="@id/battery find:
Code:
android:layout_width="wrap_content" and android:layout_height="wrap_content"
And change to:
Code:
android:layout_width="0.0dip" and android:layout_height="0.0dip"
then directly under this line add:
Code:
<com.android.systemui.statusbar.policy.MinitBattery android:layout_width="wrap_content" android:layout_height="wrap_content" />
4.Download the files and place the .smali files in smali/com/android/systemui/statusbar/policy folder. Then push 3MinitBatteryResources.apk to system/app or system/priv-app folder. As from 20/12/14
5.Recompile and set permissions.
Here is a how to videos
@anandmore thanks.
@carl1961 thanks.
You are free to use and bake this mod and app into your rom provided you give full and proper credits and you provide a link to this thread. Also, you cannot alter in any way without permission from me first.
This is not a open source project and I share with you as is. All codes belong to me and are copyrighted.
Github
3MinitBatteryModFiles_v4.1.1.zip
MD5: 9150f28dad0bd9da8fbc66cb08285b4e
My wife and kids for giving up their time with me so I can do this. Love you guys.
@pas2001 for batterys, renaming icons and testing.
@*wii360* for renaming batterys and testing.
@xxmrgreenxx for renaming batterys.
@NadMaj for his battery archive.
****************************************************
List of users name we must thank (they share battery icons to USERS folder )
type 0 @wiecho65
type 1 - 4 @jaguaralani
type 5 @friedrich420 and Echoe Team
type 6-11 @BioVolt from http://forum.xda-developers.com/showpost.php?p=30686254
type 12 @NEXT14
type 13 @mcnaught82
type 14 @mydonose
type 15 @peppe130
type 16 - 21 @Carotix
type 22 @roirraW "edor" ehT
type 23 - 27 @brittnearl
type 28 @viktor_android
type 29 @goa
type 30 @icedventimocha
type 31 @mikeauto3
type 32-55 @Jamison904
type 56-58 @AL_IRAQI
type 59-68 @chalofito
type 35 in colourable folder @seba112
Thank to you all verymuch
Disclaimer: Download at your own risk. I am not responsible for any damage/data loss etc from flashing this framework.​
XDA:DevDB Information
3Minit Battery Mod, App for all devices (see above for details)
Contributors
gharrington, pas2001
Source Code: https://github.com/gharrington/3Minit_Battery_Mod.git
Version Information
Status: Stable
Current Stable Version: 4.1
Stable Release Date: 2015-09-03
Created 2014-06-30
Last Updated 2016-09-08
Changelog
v4.1.1(08/08/2016)
Update to free app only
Various bug fixes
App can now automate update with 1 click.
v4.1.0(29/06/2016)
fixed percentage text in colourable types not showing on MM
Added select font for percentage text in colourable types (Paid Only)
Small updates and tweeks to free app.
Bumped free app to version 4.1.0 to match paid version
v3.1(16/05/2015)
Fixed charging issues
Changed theming on paid app
v3.0 (30/4/2015)
Please note:
The implementation of this mod has changed. From now on, you will no longer require the 3MinitBatterySettings.apk to be installed to make this mod work. Instead, you must install the 3MinitBatteryResources.apk included in the download. I have also changed the package name of the free app.
+Download type as zip instead of individual files.
V2.2 (01/10/2014)
+Ability to choose the default save location
+Bug fixes
V2.1 (03/09/2014)
+Bug fixes
+Better support for older devices with a lower density screen
+italian and arabic translations
+New support link in settings tab
+ads to help support mod
+new notification system so I can notify you of upcoming updates.
V2.0 (23/08/2014)
+Notification dialog for new battery types and authors
+Now creates .nomedia files to hide batteries from gallery (if you are an existing user you must restart device after running new app for first time)
+Fixed charging animations
+New authors
+Choose colourable battery colour (Normal, mid, and low)
+Set colourable battery text colour
+Set colourable battery text size
+Set mid and low battery value
+Bug fixes
+New UI theming
+Language translations for Thai, Polish and German (Thanks to 3Minit team members for this)
V1.0 (24/07/2014)
Completely new app with multithreading for fast download speeds.
+ Can save battery types to storage for later use.
+ Can change battery size
+ Bug fixes
V0.1 (BETA) (30/06/2014)
Initial release
​
Troubleshooting
Coming soon.
RAW INDEX (Temporary)​
Thread portion
This part I mean to paste the link to threads that share our mod and respect our shared policy . So if you guys open your own thread to share please tell me to add your thread link here . The things we need is don't change such any parts of mod and app...clarify in thread about our right as the following friends do in their threads .
GALAXY TAB2 P 3100 from @-SAM-
http://forum.xda-developers.com/showthread.php?t=2875372
OnePlus One...3minit Battery mod V2 - CM 11 STABLE from @markbencze
http://forum.xda-developers.com/one...heme-3minit-battery-mod-cm-11-stable-t2851108
OnePlus One....3Minit Battery Mod for Stock CM11s 33R from @DaOldMan
http://forum.xda-developers.com/one...-cm11s-33r-t2868511/post55264498#post55264498
LG G3...3Minit Battery Mod V10H/I/J from @S3V3N
http://forum.xda-developers.com/lg-g3/themes-apps/mod-3minit-battery-mod-v10h-j-t2857716
Nexus5 3minit bat mod from @markbencze
http://forum.xda-developers.com/goo...-battery-mod-hammerhead-t2864063/post55169524
Sprint Samsung Galaxy Note 3 : VisionX 3minit Battery Mod from @DevilDog512
http://forum.xda-developers.com/not...ionx-3minit-battery-mod-1000-battery-t2836239
Verizon Samsung Galaxy Note 3 : 3Minit BatteryMod + Flashlight Tog for Stock/Rooted/NC4 from @deuce_biggins
http://forum.xda-developers.com/ver...p-mod-3minit-batterymod-stock-rooted-t2828305
NEXUS 6 STOCK ROM http://forum.xda-developers.com/showpost.php?p=58777878&postcount=2697
Nabi2 (NABI2-NV7A)- 4.4.2 KK/Stock http://forum.xda-developers.com/android/themes/theme-3minit-battery-mod-stock-v3-0-13-t3046290
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*************************************************************************************************
V.3 start from post #2996
Resurrection Remix V.5.4.3 (I-9300) http://forum.xda-developers.com/showpost.php?p=60488036&postcount=3007
GALAXY S5 900f alliance ROM v8 http://forum.xda-developers.com/showpost.php?p=60501668&postcount=3022
***************************************************************
THIS IS S5 FRAMEWORK FILES I PASTE FOR HANDY MEN WHO DON'T HAVE YET
Thank for @friedrich420
http://www.mediafire.com/download/xcodcmuos4krqhw/S5_FRAMEWORKS.rar
New APKTOOL from GARY in case you have issues with new systemUI compile
http://www.mediafire.com/download/ahxngvwqglo4jje/apktool-cli.jar
Nice work mate
Sent from my SM-G900F using Tapatalk
Nice work Gary!! looking forward to trying this when i get home
Edit: Am I missing the download link?
alvin551 said:
Nice work Gary!! looking forward to trying this when i get home
Edit: Am I missing the download link?
Click to expand...
Click to collapse
Click Downloads tab at the top of thread mate.
awesome work mate.... thanks for all the hard work.. :good:
Awesome Gary!
Sent from my SM-G900F using Tapatalk
Any feed back guys?
Where is download mod? and nothing its here with tapatalk and with browser
G.M.L said:
Where is download mod? and nothing its here with tapatalk and with browser
Click to expand...
Click to collapse
In Web browser at top of thread you will see downloads tab.
Nice Job Gary!
Is this Mod for TouchWiz only or do you think this may work on the S4 google edition as well?
Octane70 said:
Nice Job Gary!
Is this Mod for TouchWiz only or do you think this may work on the S4 google edition as well?
Click to expand...
Click to collapse
Sure it will work on Google edition and other devices too mate.
Welcome back, I would say so. The rest of your 3minit mods looks again very promising. Nice work. I do have one question though: could it be that in the SystemUI.apk from my rom, the line you should look for is not listed? I'm on OmegaROM v33.
Verstuurd van mijn GT-I9505 met Tapatalk
wackowizzard said:
Welcome back, I would say so. The rest of your 3minit mods looks again very promising. Nice work. I do have one question though: could it be that in the SystemUI.apk from my rom, the line you should look for is not listed? I'm on OmegaROM v33.
Verstuurd van mijn GT-I9505 met Tapatalk
Click to expand...
Click to collapse
Omega is using OG atm so just change the line that contains android:id="@battery"
gharrington said:
Omega is using OG atm so just change the line that contains android:id="@battery"
Click to expand...
Click to collapse
Thank you for answering quickly, and sorry for my laziness. Had myself a little more effort, I had to solve it myself, I guess. Normally, I allready sleep, because in five hours I need to get up to go to work. I thought just now : a quick look at xda, and boom ... I see this thread and I just had to install it quickly on my phone, because I'm 3minit addicted. But fast and good usually do not go together ... Tomorrow I'm testing, sleep now. Grtz and thanks.
Verstuurd van mijn GT-I9505 met Tapatalk
Any feedback please? How is the download speed any app fcs? Would like to know so I can make improvements and take it out of beta.
Its for any version of android like ics 4.0.4?
G.M.L said:
Its for any version of android like ics 4.0.4?
Click to expand...
Click to collapse
You still use ics?
---------- Post added at 06:04 PM ---------- Previous post was at 06:01 PM ----------
Wanna show my latest jobs.

[DEV] [SMALI] Notification Panel Background (Without Effecting Lockscreen)

Howdy, everyone...
This is a custom class (extending ImageView) I made that will enable you to add a background/wallpaper to the notification panel, without effecting the lockscreen. If you use this (or any derivative thereof) in any release, please give proper credit and shoot me a link to the release...
How To Use
Download the linked zip file.
Decompile your SystemUI.apk.
Extract the zip file, and copy the entire "morningstar" folder to /smali/com/android in your decompiled apk.
Place your background image into the appropriate drawable folder.
Open /res/layout/status_bar_expanded.xml, and immediately following the line with the namespace declarations, add the following:
Code:
<com.android.morningstar.NotiPanelBG android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/your_background_drawable" />
Example:
{
"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"
}
*Note: This class accepts all standard ImageView attributes, so adjust to fit your specific needs.
Recompile, push to your device, set permissions to RW-R-R, and reboot.
***Note***
You may have to make the layout change in one of the specific resolution layout folders, rather than in the main layout folder, depending on your device.
Screenshots
Notification panel expanded while device is unlocked:
...And while locked (The black & white image is my lockscreen background):
Download
NotiPanelBG.zip
md5: 4ff444ea14cf70c39a49a252cbf3e19d
Click to expand...
Click to collapse
Enjoy!
~Morningstar
awesome, thanks for the guide!!
Sent from my note 3 running Beast Mode rom
Great tuto man, thanks for sharing!!
Awesome, awesome, awesome mod @Morningstar! It works on first try, thanks mate!
Also can be put inside a linearlayout to toggle it and activate or deactivate when you want, just try it and works perfect.
Thanks a lot for your hard work and the guide :good:
you are the one !! thanks a lot for this mod !!
I was waiting for this for a long time :good:
only a question , i have a s6 device and i noticed that when i open the pulldown when i already open the lockscreen .. is all ok like this screen
but if i open the pulldown before to open the lockscreen i get this
i think need to add your line in another xml for keyguard
what do you think about?
i hope you understand
thanks again for this great work
Thanks mate, took a while to find the correct drawable folder, but i finally got it working:good:
---------- Post added at 06:00 PM ---------- Previous post was at 05:59 PM ----------
Carotix said:
you are the one !! thanks a lot for this mod !!
I was waiting for this for a long time :good:
only a question , i have a s6 device and i noticed that when i open the pulldown when i already open the lockscreen .. is all ok like this screen
but if i open the pulldown before to open the lockscreen i get this
i think need to add your line in another xml for keyguard
what do you think about?
i hope you understand
thanks again for this great work
Click to expand...
Click to collapse
This is what it says in the 2nd line of the op
This is a custom class (extending ImageView) I made that will enable you to add a background/wallpaper to the notification panel, without effecting the lockscreen
Tired Storeman said:
Thanks mate, took a while to find the correct drawable folder, but i finally got it working:good:
---------- Post added at 06:00 PM ---------- Previous post was at 05:59 PM ----------
This is what it says in the 2nd line of the op
This is a custom class (extending ImageView) I made that will enable you to add a background/wallpaper to the notification panel, without effecting the lockscreen
Click to expand...
Click to collapse
ahhh ok ! sorry
I had understood something else
@Morningstar I just saw your tut, didn't have time to try it yet, but I must say : delivered as promised, thanks a million ton.
.... Thk you sooo much for this, you made it sooo it easy...
Thanks sir!!!
Thanks sir !!!, it's worked correctly on nicki running with cm 12.1 build 20150831
what is namespace declaration ?
Morningstar said:
Howdy, everyone...
[*]Extract the zip file, and copy the entire "morningstar" folder to /smali/com/android in your decompiled apk.
[*]Place your background image into the appropriate drawable folder.
[*]Open /res/layout/status_bar_expanded.xml, and immediately following the line with the namespace declarations, add the following:
Code:
<com.android.morningstar.NotiPanelBG android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/your_background_drawable" />
Enjoy!
~Morningstar
Click to expand...
Click to collapse
what is namespace declaration ?
Uchiha_Dev said:
what is namespace declaration ?
Click to expand...
Click to collapse
Oops. Sorry. Probably should have explained that in a slightly more user-friendly way lol.
The namespace declarations are simply the bits near the top of layout xmls that begin with "xmlns". For example:
Code:
xmlns:android="http://schemas.android.com/apk/res/android"
Morningstar said:
Oops. Sorry. Probably should have explained that in a slightly more user-friendly way lol.
The namespace declarations are simply the bits near the top of layout xmls that begin with "xmlns". For example:
Code:
xmlns:android="http://schemas.android.com/apk/res/android"
Click to expand...
Click to collapse
i figured it out 5-6 days ago, thanks anyways
Uchiha_Dev said:
i figured it out 5-6 days ago, thanks anyways
Click to expand...
Click to collapse
Glad you got it figured out. Sorry I wasn't able to reply sooner. Been really busy all week, and haven't hardly had time to get on XDA.
Morningstar said:
Glad you got it figured out. Sorry I wasn't able to reply sooner. Been really busy all week, and haven't hardly had time to get on XDA.
Click to expand...
Click to collapse
no problem, the reason I got confused was because I stated android:backgroud in two place one in your code and the other in the actual status_bat_expanded.xml code (above namespace declaration) and because of that the image won't go off of the lock screen. So I thought that namesapce declaration was something else
Hello @Morningstar,
thank you for this custom class mate. The part about "not effecting Lockscreen" does this means the notification panel in lockscreen or also the wallpaper of the lockscreen. In short i have implemented a class for blured effect of the notification wallpaper and as you know since lollipop if you change the BG for the NPB it also changes the lockscreen wallpaper. like in the attached pics. Is it possible to merge those bothe smalis, so i have a blured NPB withou effecting the Lockscreen? I attached the smali for blured effect and if you have timeand muse to have a look - thank you. If not - still the same mate.
and2 said:
Hello @Morningstar,
thank you for this custom class mate. The part about "not effecting Lockscreen" does this means the notification panel in lockscreen or also the wallpaper of the lockscreen. In short i have implemented a class for blured effect of the notification wallpaper and as you know since lollipop if you change the BG for the NPB it also changes the lockscreen wallpaper. like in the attached pics. Is it possible to merge those bothe smalis, so i have a blured NPB withou effecting the Lockscreen? I attached the smali for blured effect and if you have timeand muse to have a look - thank you. If not - still the same mate.
Click to expand...
Click to collapse
I dont get it. This zip contains thw blured smali? It works or dont?
Enviado desde mi LG-D802 mediante Tapatalk
renzo090513 said:
I dont get it. This zip contains thw blured smali? It works or dont?
Enviado desde mi LG-D802 mediante Tapatalk
Click to expand...
Click to collapse
Yes, and here is the guide
and2 said:
Yes, and here is the guide
Click to expand...
Click to collapse
I need to do it in both system ui and touchwiz home? Because i only did it in system ui and it onle makes blur the wallpaper in the background.. And keeps that way in other apps ... Can you uppad the touchwiz file here?
Enviado desde mi LG-D802 mediante Tapatalk

Categories

Resources