[TUT][4.4] Transparent Notification Panel - Xperia Z1 Themes and Apps

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

Related

how to add status bar transparencies in gingerbread :P

Tools you will need
-the original apk u want to modify +plus backup of it (framework apk & system ui.apk)
-system ui.apk located in system/app folder of any gb rom!!!!
-framework apk located in /system/framework folder any rom including cm7 -froyo miui ics so on lol...
-you will also need this zip which will be attached to the bottem of the post.
-also java sdk- properly setup will not go into this on this thread as it goes over -the scope of what im trying to show this is for people that already know and or -have some understanding of how to thme / modify a rom
-notepad++ for windows users
First off yor going to want to copy the contents of said zip into your framework apk
the location they need to be copied is /res/drawable-hdpi
all 3 files this will give u a transparent glass effect which will be what we are using
second off you will need apktool or equivalent but for this guide ill be going over how to use apktool to decompile and recompile it
copy your system ui to your apktool directory then open a command prompt in windows and navigate to that directory please refer to windows if you do not know how to change directories
apktool d systemui.apk ./systemui
you will see the progress
baslmaking.... copying resources xmls smali etc
you may get some ping 9 errors thats ok as we wont be using the modified apk just some of the files out of it once done
ok now you have your new shinny folder
navigate to res/layout
the file that needs modification is
status_bar.xml---OPEN THIS IN NOTEPAD++ OR YA MANY SPECIAL THINGS WILL HAPPEN
the second line should read or something similar
com.android.systemui.statusbar.StatusBarView androidrientation="vertical" android:background="#F0000000" android:focusable="true" android:descendantFocusability="afterDescendants"
you need to change it to this
com.android.systemui.statusbar.StatusBarView androidrientation="vertical" android:background="#77000000" android:focusable="true" android:descendantFocusability="afterDescendants"
most notably the #77000000
that will make your statusbar transparent
save your work!!!!!
take your systemui.apk and make a copy of it somewhere just in case
actually make 2
then rename the systemui.apk thats in the apkfolder to systemui.bak so it does not get overwritten!!!
then from your command prompt type this:
apktool b ./systemui systemui.apk
hit enter
it should now say smaling... rebuilding resources bla bla bla
and then after you have a shinny new apk
adb push that back to your device or flash via cwm
wala!!! if you loose your status bar after this happens lol it can happen
take the status_bar.xml out of the new systemui.apk and copy it into res/layout on one of the backups (hence why i said make a backup lol and flash that!!!
wala you should now have transparent status bar in your rom once its booted
(also note you may not see it if your launcher does NOT SUPPORT transparent status bars!!!!!) ADW IS NOTORIOUS FOR THIS....
win!!!
screenshots!!!
{
"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 just can't stop! BTW... nice screenies.
Your the man. Thanks for posting this.
Sent from my SGH-T959V using xda premium
Is this possible on FROYO? Yes, i said Froyo.
TheKucho said:
Is this possible on FROYO? Yes, i said Froyo.
Click to expand...
Click to collapse
you dont need to in froyo as the status bar is controled by status_background.png or status_background9.png in froyo just make that transparent
How would i do that? Thanks for simplifying it for me
Sent from my rockin' Galaxy S 4G using XDA Premium App
TheKucho said:
How would i do that? Thanks for simplifying it for me
Sent from my rockin' Galaxy S 4G using XDA Premium App
Click to expand...
Click to collapse
get photoshop extract the drawable hdmi folder from your froyo rom find those images get photoshop make em transparent move them back
someone likes zeam i see. looks good bro. maybe you can put it in with your updates?
droidmyst said:
someone likes zeam i see. looks good bro. maybe you can put it in with your updates?
Click to expand...
Click to collapse
the nice advange is i have a new method of doing it which will be added to the new update.... so long as yuor launcher supports
let launcher handle background images check box if you un check it the status bar is half transparent..
if you get tired of it check the box that says let the launcher handle it it goes back to being black so now u get the best of both worlds no need to re theme the rom
hey raver is there an easier way to do this or is this the only way i want to do this to my status bar but i dont know how to use apktool tried looking it up on the web still couldnt figure it out.
Just do it on UOT. it workd
Sent from my SGH-T959V using xda premium
Oh snap!!!! ok thank u
Sent from my SGH-T959V using XDA App
Hey airfluip how do i do it on uot
Sent from my SGH-T959V using XDA App
Ok hey raver i finally did it but i still dont see any transparencies what was i supposed to do with the framework after i replaced the status bars
Sent from my SGH-T959V using XDA App
chris31jct said:
You just can't stop! BTW... nice screenies.
Click to expand...
Click to collapse
is there an easier way to do this...i want and need this sooooo bad...id pay someone to do it...is there any other directions that might be easier explained...i dont know ...can anybody please try to help my out ill even paypal some $$...need to...please help this some-what-noob...thanks in advance... ;-}
oh for people that it dont work for if you ever used uot kitcen on ur system ui
You need to decompile your system ui
navigate to
systemui/smali/com/android/systemui/statusbar
ticker smali
status bar smali
Look for const v4 it will have 0x03
those need to be cahanged to -0x3
also uot has a nasty habbit of addng new values in so if you see Const v0 0x03
change those to -0x03
recompile enjoy
hey raver have u done this to the roms u added status bar transparencies too. if so could i just take the ticker smali and statusbar smali out of your systemui and just use it in my systemui. will that work
hey im trying uot but it keeps giving me security error can anyone help..
It has nothing to do with smali. I will send them to you when I have my home computer

[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] How to MOD 4.3 themes

Hi guys...
In 290 firmware (Android 4.3) we have new and nice theme engine which we can use to easily MOD our devices and make it more personal.
For now, we have only few themes (on market) and it's time that we buil/MOD our own...
It's very easy to do that...
You can change
* navigation bar
* status bar
* icons (Home launcher, nav bar)
* system backgrounds (in settings)
...and many other things...
I'll do some MOD after Xmas but for now (as I don't have free time) I give you this fast and easy "How to".
1.Download themes from XDA
DOWNLOAD 4.3 THEMES
2. Decompile theme
* you'll get 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"
}
3. Now go into the folder "assets"
* you'll see few zip files
#. android.zip - system buttons, checkbox and other png's
#. android.systemUI.zip - png's for systemUI change (here you can see png's for navigation bar)
#. com.sonyericsson.home.zip - well...this isn't hard to figure out - in this folder you can find icons and png's for Home launcher.
* like this :
4. Extract zip file - the one you wanna change...
For example, let's say, we want to change icons on navigation bar.
- Extract file to you apktool folder (com.android.systemUI.zip),
Rename com.android.systemUI.zip to com.android.systemUI.apk and decompile it like you decompiled main apk (theme)
go to folder res/drawable-xxhdpi, change or replace png's (back, home, menu...) save files (you must use same name and resolution)
5. Change png's you want to change
(it's just to show how to do it, don't use Paint for editing )
6. Recompile com.android.systemUI
and rename it back to com.android.systemUI.zip
6a. Copy com.android.systemUI.zip back to assets folder (delete old one first)
6b. Recompile theme
7. Install apk on your device like any other apk file.
If you can't install app and you get errors - ~ DO THIS
FOLLOW ME
And that's it....
It's easier than built theme from a scratch...
You can change settings background (android.zip/res/drawable-xxhdpi/semc_bg.jpg and semc_bg_light.xml) and many other things....
Be creative and when you build something - share here
As I said, I'll make something as soon as Xmas past....
don't forget to install new framework and semcgeneric apk on your PC - we have changed Android version and you could bump into compiling errors if you use framework from 4.2.2
Extract framework and semcgeneric apk from system/framework to your Apktool folder and
In CMD you have to write :
Apktool if framework-res.apk
Apktool if semcgenericuxpres.apk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IMPORTANT
For now we are only succeeding to MOD and use MODed themes on stock based, rooted devices.
You'll need root - that's most important.
I'm developing/patching services.jar to bring this awesome themes for all - stock and stock based ROMs.
So try to use patched services.jar from second post on stock rooted 4.3 and please report.
If you like my work and would like to support me - link is here
CLICK TO DONATE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Credits:
@Mazellat (for giving themes for download) @niaboc79 (for helping me and teaching me many great things)
@Metallijim (for great MODs and work)
Sent from my Z1
How to mod themes without apktool
-----------------------------------------------------------------------------------------------------------------------------------
SUPERUSER MOD
O.K guys - it's here...
Use if you like it or need it and if you find it's O.K for your ROM (for building your ROM) feel free to use it.
DOWNLOAD
Sent from my Z1
This is great news..kindly make it for Xperia z..
Sent from my C6602 using Tapatalk
sonyfan45 said:
This is great news..kindly make it for Xperia z..
Sent from my C6602 using Tapatalk
Click to expand...
Click to collapse
If you have same or similar theme engine on XZ - then it's very simple to use that on your device...
Sent from my Z1
Great, i'll try..
Sent from my C6603 using XDA Premium 4 mobile app
hhlong89 said:
Great, i'll try..
Sent from my C6603 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Make sure you share your work with us
It's very simple to do that MODing, only thing you need is time, plenty of time - to change every png.
It's time for Z1 to have more stuff...
And it's not important how small MOD is - please, share it.
I know I will as soon as I find some free time (and that will ne soon, very soon)
Sent from my Z1
@niaboc79 bro Is this tutorial helpful to port new theme engiene to 4.1.2 exitenz rom??just an inquery..
Sent from my LT28h using XDA Premium 4 mobile app
Chocklety Boyee said:
@niaboc79 bro Is this tutorial helpful to port new theme engiene to 4.1.2 exitenz rom??just an inquery..
Sent from my LT28h using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Mate, believe me, I can't write tutorial for Niaboc
Sent from my Z1
funky0308 said:
Mate, believe me, I can't write tutorial for Niaboc
Sent from my Z1
Click to expand...
Click to collapse
Hehe
Nice tutorial my friend
After my hollydays, I will also do some theming, in fact we are now able to theme and change everything in the rom with the theme
Sent from my C6603 using Tapatalk
Yeah...Sony did nice job this time
Sent from my Z1
funky0308 said:
Yeah...Sony did nice job this time
Sent from my Z1
Click to expand...
Click to collapse
@funky0308 can u help me??
With your turorial we can only edit png BUT .9.png cant => must decompiling #. android.zip OR #. android.systemUI.zip OR #. com.sonyericsson.home.zip for which we want to mod!
So use apktoll for that => edit .9.png => recompiling Zip => recompiling apk => everything OK => but when put to phone => cant install anymore => replace => cant use
I dont know why??
thanhhii said:
@funky0308 can u help me??
With your turorial we can only edit png BUT .9.png cant => must decompiling #. android.zip OR #. android.systemUI.zip OR #. com.sonyericsson.home.zip for which we want to mod!
So use apktoll for that => edit .9.png => recompiling Zip => recompiling apk => everything OK => but when put to phone => cant install anymore => replace => cant use
I dont know why??
Click to expand...
Click to collapse
You can edit 9.png - just check tutorials online...
HOW TO EDIT 9.png"
If your decompilig and recompiling process went well - it must work.
What you can do, if you can't install apk, install app called zipsigner
ZIPSIGNER MARKET LINK and sign your edited app to your framework.
Then try to install it
Edit : you can use this tutorial for zipsigner app
TUTORIAL ZIPSIGNER
Sent from my Z1
Ok thanks u so much! I will try Zipsigner
By the way i have already know how to edit. 9.png. My problem that is after recompiling ok i cant use this apk anymore!
And another question!
Have u try to mod stock Z1 4.3 theme?
I have try and the color.xml not in res/value. It in the zip inside asset folder => decompiling this zip and will get color.xml => Change the color code such as Red to Yellow => recompiling zip => recompiling apk => put to system/app => restart ==> color not change, JUST LIKE STOCK => I dont know why?
Can u try and tell me?
Sent from my C6903 using XDA Premium 4 mobile app
thanhhii said:
Ok thanks u so much! I will try Zipsigner
By the way i have already know how to edit. 9.png. My problem that is after recompiling ok i cant use this apk anymore!
And another question!
Have u try to mod stock Z1 4.3 theme?
I have try and the color.xml not in res/value. It in the zip inside asset folder => decompiling this zip and will get color.xml => Change the color code such as Red to Yellow => recompiling zip => recompiling apk => put to system/app => restart ==> color not change, JUST LIKE STOCK => I dont know why?
Can u try and tell me?
Sent from my C6903 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
@niaboc79 will know better but I'll try to explain.
Color.xml is only for signing the color not for using it.
You have to set color in color.xml and than you have to "call" this color in style.xml, layout or manifest...
You could change already assigned color in color.xml - but I'm not sure it'll work. (I'm guessing you tried that)
Android use only two modes for colors - dark and light, not colors - themes.
All other colors (in settings, taskmanager or systemUI) we can change by changing png's or editing smali files.
Sent from my Z1
i suggest if some one can make stock theme with full 100% transparent navbar and state bar
i think is so awesome
funky0308 said:
@niaboc79 will know better but I'll try to explain.
Color.xml is only for signing the color not for using it.
You have to set color in color.xml and than you have to "call" this color in style.xml, layout or manifest...
You could change already assigned color in color.xml - but I'm not sure it'll work. (I'm guessing you tried that)
Android use only two modes for colors - dark and light, not colors - themes.
All other colors (in settings, taskmanager or systemUI) we can change by changing png's or editing smali files.
Sent from my Z1
Click to expand...
Click to collapse
1. I have try Zipsigner and it work perfect => thanks u so much!
2. Ok i will try! But in 4.2.2 i just decompiling theme such as Pinktheme.apk => change the color code in res/value/color.xml => recompiling => put to system/app and it work well => 4.3 is complex!!! Hichic :crying::crying:
thanhhii said:
1. I have try Zipsigner and it work perfect => thanks u so much!
2. Ok i will try! But in 4.2.2 i just decompiling theme such as Pinktheme.apk => change the color code in res/value/color.xml => recompiling => put to system/app and it work well => 4.3 is complex!!! Hichic :crying::crying:
Click to expand...
Click to collapse
You are welcome...nice to see someone is building something.
When you make something interesting please share.
We have here many users that doesn't have skills to do that and it would be nice if we all help them.
- Basically, that should work but yeah, 4.3 is a bit different and we'll have to find a way to MOD that in some other way...
Sent from my Z1
funky0308 said:
You are welcome...nice to see someone is building something.
When you make something interesting please share.
We have here many users that doesn't have skills to do that and it would be nice if we all help them.
- Basically, that should work but yeah, 4.3 is a bit different and we'll have to find a way to MOD that in some other way...
Sent from my Z1
Click to expand...
Click to collapse
I'm sure what i have done is exactly but dont know why it dont work??
Just the Androidmanifest.xml but i have check and no thing difference! It just call the color from the zip inside asset folder! And i have change the color code!
Hic how??
Is it possible to use this tutorial to remove the battery percentage on the status bar ?
Sent from my C6902 using xda premium
Josh.L.Wang said:
Is it possible to use this tutorial to remove the battery percentage on the status bar ?
Sent from my C6902 using xda premium
Click to expand...
Click to collapse
Uh.. You can already do that in power management section of settings.

[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

3Minit Clock Mod v1.1

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.

Categories

Resources