(MOD + How to) Transparent statusbar for 9500/9505 - Galaxy S 4 Themes and Apps

Flash from recovery, both odexed and deodex roms supported.
Note: Latest Nova beta gives transparent statusbar without any mod.
1: Download the correct version: 9500 or 9505
2: Place the zip on internal/external sd
3: Reboot into recovery
4: Flash zip
5: Reboot
The zip will remove any systemui.odex file if its present in the system/app folder.
(Do it yourself):
1: Use apk-tools to decompile SystemUI.apk
2: If you get an error in decompiling the apk: remove the
"system_bar_settings_view.xml" and "system_bar_notification_panel_title.xml" from the layout folder
(SystemUI.apk\res\layout\). Do not forget to add the files back after compiled the modded the statusbar.
3: Go to the decompiled folder \Apk Manager\projects\SystemUI.apk\res\values
4: Open drawables.xml with Notepad++
5: Change
Code:
<item type="drawable" name="status_bar_background">#ff1e1e1e</item>
to
100 % transparent :
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
80% transparent :
Code:
<item type="drawable" name="status_bar_background">#88000000</item>
6: Compile the apk, add the 2 files back if you removed them
7: Add the apk to the updater zip.
Update: more on setting the transpancy:
A good software to get the color codes:
http://download.cnet.com/ARGB-To-Hex-Converter/3000-2192_4-10565877.html
Some numbers:
#00000000 - black with 100% transparency
#3F000000 - black with 75% transparency
#7F000000 - black with 50% transparency
#BF000000 - black with 25% transparency
{
"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"
}
Cred : Cybdani for the 9505 mod

Great !
Now we need to find deodexed rom

nice to see you here
Could you share the method you created it?I've tried to make transparent stbar on my i9505 with no success.
Thanks for your help!

hunhool said:
nice to see you here
Could you share the method you created it?I've tried to make transparent stbar on my i9505 with no success.
Thanks for your help!
Click to expand...
Click to collapse
Have a look here: http://forum.xda-developers.com/showthread.php?p=41032155#post41032155
Let me know if you still have a problem and i give it a go

Hi DocRambone. Could you bake same statusbar for odex system please. If you have a free time of course.
Regards

does it work only for root device?
thank you

bongoz said:
does it work only for root device?
thank you
Click to expand...
Click to collapse
You need to have a recovery.

avetny said:
Hi DocRambone. Could you bake same statusbar for odex system please. If you have a free time of course.
Regards
Click to expand...
Click to collapse
You should be able to use one of the systemui files from 1st post. Delete the associated odex file first, in system/app folder.

DocRambone said:
You should be able to use one of the systemui files from 1st post. Delete the associated odex file first, in system/app folder.
Click to expand...
Click to collapse
Hi ! Thank you, but I did this before writing you message.
Is not working. The status bar disappeared.
Regards.

Apply by Android Recovery ??

Thanks for the i9505 uploading.It works on my phone.
Just renamed systemui.odex and replaced the .apk from the link above.
Brilliant
Sent from my GT-I9505 using xda premium
---------- Post added at 12:32 AM ---------- Previous post was at 12:30 AM ----------
---------- Post added at 12:54 AM ---------- Previous post was at 12:32 AM ----------
avetny said:
Hi ! Thank you, but I did this before writing you message.
Is not working. The status bar disappeared.
Regards.
Click to expand...
Click to collapse
I've just tried it on my odexed rom(i9505) and works fine.
Sent from my GT-I9505 using xda premium

hunhool said:
Thanks for the i9505 uploading.It works on my phone.
Just renamed systemui.odex and replaced the .apk from the link above.
Brilliant
Sent from my GT-I9505 using xda premium
---------- Post added at 12:32 AM ---------- Previous post was at 12:30 AM ----------
---------- Post added at 12:54 AM ---------- Previous post was at 12:32 AM ----------
I've just tried it on my odexed rom(i9505) and works fine.
Sent from my GT-I9505 using xda premium
Click to expand...
Click to collapse
Hmm interesting. Thank you.

avetny said:
Hmm interesting. Thank you.
Click to expand...
Click to collapse
Just copied it into /system,set permission and owner,then renamed both odex and apk in /system/apps(at this point your device will be pop up some error messages >system has stopped working< ,ignore that move the apk in and reboot.

hunhool said:
Just copied it into /system,set permission and owner,then renamed both odex and apk in /system/apps(at this point your device will be pop up some error messages >system has stopped working< ,ignore that move the apk in and reboot.
Click to expand...
Click to collapse
Yes I know how to do this things.,but it's not working
thank you

avetny said:
Yes I know how to do this things.,but it's not working
thank you
Click to expand...
Click to collapse
Are you sure you've installed the right version? OP has i9500 in the attachments and i9505 in the box.com link.
---------- Post added at 09:15 AM ---------- Previous post was at 08:53 AM ----------
OP, is it possible to make a file where the notification bar is dark grey (like the original) instead of black when used with apps please? I have an i9505.
Doesn't the transparent background work properly with scrollable wallpapers? I've noticed that it works fine on the single-screen lockscreen:
But doesn't align properly with the scrollable homescreen wallpaper:
It seems to draw its background from the centre of the wallpaper:
Is there any way to fix this, or is it just an embedded feature of the transparency option?

Dosen't work for me i9500
Deodex rom
I removed .odex file and replace SystemUI.apk
How i set permission ?

This working for 9505 odex would be awesome!

It does not work on i9500

Fir3blade said:
This working for 9505 odex would be awesome!
Click to expand...
Click to collapse
Yes indee a version for 9505 stock rom will be great :victory:

pepez05 said:
Yes indee a version for 9505 stock rom will be great :victory:
Click to expand...
Click to collapse
The posted version in 1st post runs on stock 9505, make sure you delete the odex file first.
Note: I have a very slim rom for 9500 ready. Runs very smoothly. Anyone want to try?

Related

[THEME] [DDLF2] S3 Theme Status Bar&Lockscreen for DDLF2 or Valuepack

S3 Theme Status Bar DDLF2​
How To Install
First of all deodex your system first
1.Copy S3 Theme Status Bar.zip to sdcard
2.Go to CWM
3.Choose Install Zip From Sd Card
4.And then Choose S3 Theme Status Bar.zip
5.Reboot System
6.Finish
(If you want to go back to old status bar just flash file in UniversalFlasher
Click to expand...
Click to collapse
ScreenShoot
Version 1
Uploading soon
Version 1 Test 1
{
"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"
}
Bugs
Tell me
Click to expand...
Click to collapse
Changelog
Version1
-Change battery icon,signal
-Change Icon of:
HSDPA & 3G to 4G
EDGE & 2G to 3G
Version 1 Test 1
-Change Lockscreen
-JB Fonts
-Change some icon in Framework-res.apk
-Change some more icon in SystemUI.apk
Click to expand...
Click to collapse
Download
v1: Theme V1.
v1 Test 1: Theme V1 Test 1
Click to expand...
Click to collapse
​
Thanks for:
Ammar
Some creator of the ICON
Click to expand...
Click to collapse
[/FONT]
Upload it faster.ill install it and provide the screenshots for the same !!
thanks dude was waiting for something like this.ammar ty bro
v1 uploaded,OP update.
simratcs said:
Upload it faster.ill install it and provide the screenshots for the same !!
thanks dude was waiting for something like this.ammar ty bro
Click to expand...
Click to collapse
uploaded bro :fingers-crossed: give me feedback for next release
downloading it.will review the moment after installing it.and i will also attach screenshots
---------- Post added at 04:52 PM ---------- Previous post was at 04:37 PM ----------
but mine was already deodexed and nothing happened.
did u tested it ??
during flashing it there was a line NOTHING TO MOD ??
simratcs said:
downloading it.will review the moment after installing it.and i will also attach screenshots
---------- Post added at 04:52 PM ---------- Previous post was at 04:37 PM ----------
but mine was already deodexed and nothing happened.
did u tested it ??
during flashing it there was a line NOTHING TO MOD ??
Click to expand...
Click to collapse
see in status bar like battery and signal ?Nothing to Mod or Nothing to Morph?because just in XTRAS i put it, i was testing it but work based on DDLF2,or you can manually try push systemUI.apk to system/app and framework-res.apk to system/framework set permissioan same as the other
Now uploading V1 Test 1,screenshoot uploaded
OP Update
BIG UPDATE FOR THE ICON GUYS... Work in progress
first progress
No one interest about this
Development Stopped
A lot of people are interested on this theard, please don't stop the development of this theme
Sent from my GT-I9003 using xda app-developers app
---------- Post added at 11:49 PM ---------- Previous post was at 11:37 PM ----------
Maybe you can also update your work to the new value pack DDMF1
Sent from my GT-I9003 using xda app-developers app
redflash52 said:
A lot of people are interested on this theard, please don't stop the development of this theme
Sent from my GT-I9003 using xda app-developers app
---------- Post added at 11:49 PM ---------- Previous post was at 11:37 PM ----------
Maybe you can also update your work to the new value pack DDMF1
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
Sorry ma friend,i've been moved to CM10.1 so if you want me to make icon,i will make it for you and also you can use it for DDMF1
Yes it would be great, thank you :thumbup:
Also the theme in the screenshot in the last post in page 1 was really cool
Sent from my GT-I9003 using xda app-developers app
redflash52 said:
Yes it would be great, thank you :thumbup:
Also the theme in the screenshot in the last post in page 1 was really cool
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
Thank you but this theme stuck on changing clock size i can't find it easily in gb here is my latest progress
It looks good please share it if you can
Sent from my GT-I9003 using xda app-developers app
redflash52 said:
It looks good please share it if you can
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
Ok this,only SystemUI.apk take any .png file from SystemUI.apk/res/drawable-hdpi
nice one
That actually looks good. Nice!

[mod][guide]☆★nfc icon on status bar★☆

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
HOW TO GET NFC ICON ON STATUS BAR​
Requirements
1. Root Explorer or any root file apk. I did mine with Root Browser
2. Have Knowledge.​
1. Go to System folder
2. CSC folder.
3. Open Feature.xml or Other.xml depending on your S4
4. Add this in under <!-- NFC -->
Code:
<CscFeature_NFC_StatusBarIconType>ATT</CscFeature_NFC_StatusBarIconType>
5. Save and reboot. Make sure you have NFC turn on
NFC icon
Oh this would be great to my GT-i9500 looks amazing Nfc icon i hope you can make it
dg350z said:
Oh this would be great to my GT-i9500 looks amazing Nfc icon i hope you can make it
Click to expand...
Click to collapse
any luck i would like to have this if possible
It's solved. Will edit the thread once I get home.
Great news
gypsy214 said:
It's solved. Will edit the thread once I get home.
Click to expand...
Click to collapse
oh great great news thanks for your support
It works even on I9500
Thanks!
---------- Post added at 09:57 PM ---------- Previous post was at 09:49 PM ----------
On I9500 we have three types on NFC icon:
1)
<CscFeature_NFC_StatusBarIconType>ATT</CscFeature_NFC_StatusBarIconType>
2)
<CscFeature_NFC_StatusBarIconType>Default</CscFeature_NFC_StatusBarIconType>
3)
<CscFeature_NFC_StatusBarIconType>Cityzi</CscFeature_NFC_StatusBarIconType>
sorg said:
It works even on I9500
Thanks!
---------- Post added at 09:57 PM ---------- Previous post was at 09:49 PM ----------
On I9500 we have three types on NFC icon:
1)
<CscFeature_NFC_StatusBarIconType>ATT</CscFeature_NFC_StatusBarIconType>
2)
<CscFeature_NFC_StatusBarIconType>Default</CscFeature_NFC_StatusBarIconType>
3)
<CscFeature_NFC_StatusBarIconType>Cityzi</CscFeature_NFC_StatusBarIconType>
Click to expand...
Click to collapse
I only seen 2 types of NFC icons on i9500 when I decompile sec settings.
The icons are there but with CSC/feature.xml is pretty much telling the system what to do. That N icon is set to ATT that is why it shows only with that line
gypsy214 said:
I only seen 2 types of NFC icons on i9500 when I decompile sec settings.
Click to expand...
Click to collapse
I don't know which FW version you've explored, but in MH1 version NFC icons (and NFC CSC code parser) are in NfcNci.apk
I went with 3rd type as more compatible with other icons. First two are too big IMHO.
Finding Csc folder
Hi gypsy214 i cant find csc folder with root browser any idea why im using odex preroot BMG1 rom even i try with root explorer but didnt found some help would be great
NFC icon
After try many ways i found other.xlm thanks to kkoolpatz its says"These features can be found in /system/csc/feature.xml
Some users have reported on being on a rom that does not have feature.xml. If you are one of these you may try adding the code to /system/csc/others.xml (same directory)." but even i try modified others.xml with file explorer adding these lines says cant save the changes so i think the problem its because im using preroot and not full root but im a noob so maybe some member can advise about this
dg350z said:
After try many ways i found other.xlm thanks to kkoolpatz its says"These features can be found in /system/csc/feature.xml
Some users have reported on being on a rom that does not have feature.xml. If you are one of these you may try adding the code to /system/csc/others.xml (same directory)." but even i try modified others.xml with file explorer adding these lines says cant save the changes so i think the problem its because im using preroot and not full root but im a noob so maybe some member can advise about this
Click to expand...
Click to collapse
Right forgot to mention here in the US is on Feature.xml in Canada as well as internation is on Other.xml
gypsy214 said:
Right forgot to mention here in the US is on Feature.xml in Canada as well as internation is on Other.xml
Click to expand...
Click to collapse
well well even nobody help me i got it after many search read write work but looks awesome and open full feature.xlm customization a pic to show my Nfc icon active great great after this i will make a tuto to explain better how i go it
[/url]
subir fotos a internet[/IMG]
Its a little bit confusing this, i have a i9500 also features.xlm and others.xlm can someone explain to me how to do this. Thanks a lot!
Sent from my GT-I9500 using Tapatalk 4
Ok i got it ...
<!-- NFC -->
<CscFeature_NFC_StatusBarIconType>ATT</CscFeature_NFC_StatusBarIconType>
This line into both files features.xlm and other.xlm and it worked..
Awesome!
Sent from my GT-I9500 using Tapatalk 4
---------- Post added at 12:23 PM ---------- Previous post was at 12:21 PM ----------
ktouy said:
Ok i got it ...
<!-- NFC -->
<CscFeature_NFC_StatusBarIconType>ATT</CscFeature_NFC_StatusBarIconType>
This line into both files features.xlm and other.xlm and it worked..
Awesome!
Sent from my GT-I9500 using Tapatalk 4
Click to expand...
Click to collapse
Sent from my GT-I9500 using Tapatalk 4
Tried both:
<CscFeature_NFC_StatusBarIconType>ATT</CscFeature_NFC_StatusBarIconType>
or
<CscFeature_NFC_StatusBarIconType>true</CscFeature_NFC_StatusBarIconType>
But I can't see the nfc icon when it is actived
What could I do?
Galaxy S4 i9505
... this is my screen, changing alone feature.xml :good:
Thanks OP, worked great on Omega 13.2
I cannot save the .xml file due to read only error. How to fix? Somebody please help..
Sent from my GT-I9500 using Tapatalk
shahransani said:
I cannot save the .xml file due to read only error. How to fix? Somebody please help..
Sent from my GT-I9500 using Tapatalk
Click to expand...
Click to collapse
use:
- Root Explorer
- RB text editor
make sure your fone is rooted:laugh:
_alex74_ said:
use:
- Root Explorer
- RB text editor
make sure your fone is rooted:laugh:
Click to expand...
Click to collapse
Okay will try it. Thanks
Sent from my GT-I9500 using Tapatalk

[MOD][4.4.2 Kitkat] Accuweather widget transp, night-effects, black/blue font [17-01]

Now for Kitkat 4.4.2 (sources taken from XXUENA6):
ACCUWEATHER WIDGET
50% or 100% transparent
with or without night-effects
black or blue font/symbols
Screenshot (downsized and only 8bit):
{
"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"
}
Downloads [17-01-2014]:
50% transparent with night-effects
50% transparent with night-effects and black font
50% transparent with night-effects and blue font
100% transparent with night-effects
100% transparent with night-effects and black font
100% transparent with night-effects and blue font
100% transparent without night-effects
100% transparent without night-effects and black font
100% transparent without night-effects and blue font
You Need ROOT for this MOD !!!!!
Installation process:
-) download the apk
-) copy the apk to your sdcard
-) with a root capable explorer copy the apk first to /system
-) rename the apk to its original name (without my mod-extensions on the beginning)
-) set the permissions to rw-r--r--
-) set owner and group to root
-) move the apk-file now from system to system/app and replace the original one (or rename the original to .bak before)
-) if there is also an odex-file with same name delete it (or rename it to .bak)
-) clear dalvik-cache and cache
-) reboot
elmartino
Credits to taz44410 for blue png-modding
Reserved
As always fantastic work.
Thanks man
Time to update Kitkat Rom,
Thanks
If you want other colors then post the colorcode here and it will be delivered as soon as possible
Thanks for this, 100% transparent without night-effects is something I want.
---------- Post added at 09:05 PM ---------- Previous post was at 08:42 PM ----------
Loving the Transparent Samsung Weather Widget without night-effects. Working perfectly.
please upload original stock weather 4.4.2....thanks
It would be great if we can use this on Nova launcher. Can we?
Sent from my SGH-T889 using xda premium
Will this work only for KitKat? Or will it work on 4.3 JB TW as well? TIA
Edit... just tried it (Using DN3)(Note 2)
And it works fine. DN3 already has a Transparent AccuWeather...but now I want to try it on a T mobile Rom.
Edit2... just tried it on a Tmo Rom ... no dice.
Double0EK said:
Will this work only for KitKat? Or will it work on 4.3 JB TW as well? TIA
Edit... just tried it (Using DN3)(Note 2)
And it works fine. DN3 already has a Transparent AccuWeather...but now I want to try it on a T mobile Rom.
Edit2... just tried it on a Tmo Rom ... no dice.
Click to expand...
Click to collapse
What the hell ?
Look here: http://forum.xda-developers.com/showthread.php?t=2557567
Thanks, working on 4.4 NB4
Sent from my SM-N9005 using Tapatalk
Hi,
Thank you for your support!
I have problem with 100% transparent w/o night effects on NB3 with MOD442_SecLauncher4_5x6Grid_noMagazine_withoutresign.
There is a line trough date.
check the pic:
Andrewtst said:
Thanks for this, 100% transparent without night-effects is something I want.
---------- Post added at 09:05 PM ---------- Previous post was at 08:42 PM ----------
Loving the Transparent Samsung Weather Widget without night-effects. Working perfectly.
Click to expand...
Click to collapse
Can you please tell me which icon pack you're using??
Sent from my SM-N9005 using xda premium
jhonm6060 said:
Can you please tell me which icon pack you're using??
Sent from my SM-N9005 using xda premium
Click to expand...
Click to collapse
JolliJolla
ElMartinoAT said:
If you want other colors then post the colorcode here and it will be delivered as soon as possible
Click to expand...
Click to collapse
Hello ElMartino, is it possible to install your mod on slimsaber 4.4.2? I tried to install on latest Slimsaber from 24/02 and I cannot make it working. Is there any chance for doing flashable CWM zip file? Thanks
Great work , thanks :good:
toffiko said:
Hello ElMartino, is it possible to install your mod on slimsaber 4.4.2? I tried to install on latest Slimsaber from 24/02 and I cannot make it working. Is there any chance for doing flashable CWM zip file? Thanks
Click to expand...
Click to collapse
Dont know slimsaber, if all system apps are resigned there than you have to resign the modded apk also with the same cert for working ....
Sent from my SM-N9005 using XDA Premium 4 mobile app
masterross said:
Hi,
Thank you for your support!
I have problem with 100% transparent w/o night effects on NB3 with MOD442_SecLauncher4_5x6Grid_noMagazine_withoutresign.
There is a line trough date.
check the pic:
Click to expand...
Click to collapse
Date is wrong placed there, dont know why (will try nb3,nb4 in the next few days) ....
Sent from my SM-N9005 using XDA Premium 4 mobile app
zoreli said:
Great work , thanks :good:
Click to expand...
Click to collapse
What's that screen off icon in your dock? Is it an app, a mod or a widget?
Thanks!
flight243 said:
What's that screen off icon in your dock? Is it an app, a mod or a widget?
Thanks!
Click to expand...
Click to collapse
Icon Changer Free

Script(CWM) to add additional toggles in notification panel

Here is a zip file that I edited which you can install via recovery.It include a script that adds missing or hidden toggles in notification panel. Some toggles may not work on other roms cause either they are disable or missing smali files or completely remove by Samsung.Already tested on Aryamod rom],Norma lollipop rom and Darklord rom. Credit goes to @tdunham for the original file here
Install zip via recovery then after reboot go to notification panel setting and click reset.
{
"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"
}
Thank you sir filchi756
filchi756 said:
Here is a zip file that I edited which you can install via recovery.It include a script that adds missing or hidden toggles in notification panel. Some toggles may not work on other roms cause either they are disable or missing smali files or completely remove by Samsung.Already tested on Aryamod rom],Norma lollipop rom and Darklord rom. Credit goes to @tdunham for the original file here
Click to expand...
Click to collapse
THX it works on norma v13
I dont see any zip file?
Will it work on Note 3 N900?
Sent from my SM-N910H using XDA Free mobile app
Thanks, working on echo rom 23
anuprode09 said:
Will it work on Note 3 N900?
Sent from my SM-N910H using XDA Free mobile app
Click to expand...
Click to collapse
Am not sure but in theory it Will mate.It's only a script it won't install any app.I dont have n900 to test Try it And let me know
masterross said:
I dont see any zip file?
Click to expand...
Click to collapse
Check again mate. Im editing it when you check. I added private mode toggle.
Most features working on Omega 25.1
[email protected] it's working on pekaka's rom only private mod didn't work
---------- Post added at 07:30 PM ---------- Previous post was at 07:24 PM ----------
Bit flashlight icon is not comes in notifaction panel
Rishabh.srivastava96 said:
[email protected] it's working on pekaka's rom only private mod didn't work
---------- Post added at 07:30 PM ---------- Previous post was at 07:24 PM ----------
Bit flashlight icon is not comes in notifaction panel
Click to expand...
Click to collapse
Can you share link of pekaka rom mate? Maybe flashlight is disabled in system or its missing some files in smali.
http://forum.xda-developers.com/showthread.php?t=3051018 this is the and I used version 1.2 stable lollipop rom
filchi756 said:
Am not sure but in theory it Will mate.It's only a script it won't install any app.I dont have n900 to test Try it And let me know
Click to expand...
Click to collapse
Tried it on dom pop rom and didn't work. When going to notification panel to edit it said settings fc.
skills2015 said:
Tried it on dom pop rom and didn't work. When going to notification panel to edit it said settings fc.
Click to expand...
Click to collapse
Sorry mate if it didn't work for you .I'm not sure if its related to my file cause its only a script and not an app.Your the 1st one who reported it didn't work by the way.
edit: Mate are you referring to this rom by @TEKHD ? If yes he just ask me to edit it for his rom and its working fine.
Rishabh.srivastava96 said:
http://forum.xda-developers.com/showthread.php?t=3051018 this is the and I used version 1.2 stable lollipop rom
Click to expand...
Click to collapse
Maybe you can ask @pekaka to try to activate it if its possible. There is a great guide here to activate it for Note3
filchi756 said:
Sorry mate if it didn't work for you .I'm not sure if its related to my file cause its only a script and not an app.Your the 1st one who reported it didn't work by the way.
edit: Mate are you referring to this rom by @TEKHD ? If yes he just ask me to edit it for his rom and its working fine.
Click to expand...
Click to collapse
Yes that is the one. looks like he implemented private mode in his new release so I got lucky lol
skills2015 said:
Yes that is the one. looks like he implemented private mode in his new release so I got lucky lol
Click to expand...
Click to collapse
Yup!
filchi756 said:
Yup!
Click to expand...
Click to collapse
Correct. thank you very much
Thanks @ sir filchi756 you rock your post are awesome...I will always support developer like you ??HIGHFIVE!
Rishabh.srivastava96 said:
Thanks @ sir filchi756 you rock your post are awesome...I will always support developer like you ����HIGHFIVE!
Click to expand...
Click to collapse
Thanks mate. I'm not a developer am just fixing or modding things that came from available source.Am just editing or modding them to be compatible to our device.

[GUIDE][NOUGAT][ROOT] Enable Pixel Launcher Round Icon on Any Android Devices.

Intro
This guide will help you to activate round icon on your android device. Round icon isn't provided by launcher but the app itself https://www.xda-developers.com/psa-android-7-1-circular-icon-support-is-determined-by-the-oem/. Every app that support round icon will provide two type of icon (normal and rounded), so what will we do is enabling using the round icon provided by OEM by change framework-res.apk in our devices.
List of tools that we need
1. JDK, download it here http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html
2. Apktool, download it here https://ibotpeaches.github.io/Apktool/
3. Root Explorer
4. Text Editor
STEP 1 - Get the firmware-res.apk
First you need your own device firmware-res.apk, it is located here \Root\System\framework\
STEP 2 - Copy firmware-res.apk to the same folder with Apktool.jar
I recommend locate it on folder easy to located like desktop folder
STEP 3 - Decompile firmware-res.apk
Open CMD on your folder (on windows use [shift + right click -> open command window here]) that firmware-res.apk and Apktool.jar located and run this command
Code:
java -jar apktool.jar d framework-res.apk
STEP 4 - Enable round icon
Open bools.xml that located at \framework-res\res\values\bools.xml using any text editor
Edit one line of code that writted like this
Code:
<bool name="config_useRoundIcon">fasle</bool>
Become like this
Code:
<bool name="config_useRoundIcon">true</bool>
STEP 5 - Compile your framework-res.apk
Code:
java -jar apktool.jar b framework-res -c
STEP 6 - Replace old firmware-res.apk with the new one
Copy your new compiled firmware-res.apk in framework-res\dist to your Android Device \Root\System\framework\. It is recommended to backup the default framework.res-apk first
Note: It is recommended to copy it from recovery, but you can also copy it directy via root explorer but your device will restart instantly
STEP 7 - Clear the pixel launcher data
App Info -> Storage -> Clear Data
Notice
Only tested on android version 7.1.1, maybe not work on lower version because of API 25 dependencies
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"
}
This only activate round icons?
rjcreations said:
This only activate round icons?
Click to expand...
Click to collapse
Yes, I made it because there pixel icon apk on the apk mirror and gapps but round icon is firmware-res based
nashrulmalik said:
Yes, I made it because there pixel icon apk on the apk mirror and gapps but round icon is firmware-res based
Click to expand...
Click to collapse
Do not work . i'm using crdroid 7.1.1 Kenzo.
romano19 said:
Do not work . i'm using crdroid 7.1.1 Kenzo.
Click to expand...
Click to collapse
have you clear the launcher data?
nashrulmalik said:
have you clear the launcher data?
Click to expand...
Click to collapse
yes, clear data & restart my phone.
romano19 said:
yes, clear data & restart my phone.
Click to expand...
Click to collapse
Are you copyng the new firmware-res.apk that located on /firmware-res/dist folder?
nashrulmalik said:
Are you copyng the new firmware-res.apk that located on /firmware-res/dist folder?
Click to expand...
Click to collapse
of cause, i know that
romano19 said:
of cause, i know that
Click to expand...
Click to collapse
Can you upload your firmware-res.apk
nashrulmalik said:
Can you upload your firmware-res.apk
Click to expand...
Click to collapse
i upload 2 file:
1. original
https://drive.google.com/file/d/0BwRUYhZsqz8wS0JFS09FcTQ0VEE/view?usp=sharing
2. Modified
https://drive.google.com/file/d/0BwRUYhZsqz8wdWw1dEhNWTloams/view?usp=sharing
tks you
thank u ,its work
LG E975 Nitrogen OS 7.1.1
christboanerges said:
thank u ,its work
LG E975 Nitrogen OS 7.1.1
Click to expand...
Click to collapse
You're welcome, if you don't mind please hit the thanks button.
romano19 said:
i upload 2 file:
1. original
https://drive.google.com/file/d/0BwRUYhZsqz8wS0JFS09FcTQ0VEE/view?usp=sharing
2. Modified
https://drive.google.com/file/d/0BwRUYhZsqz8wdWw1dEhNWTloams/view?usp=sharing
tks you
Click to expand...
Click to collapse
I try to decompile your modified framework-res, but it still show false, try this
https://drive.google.com/open?id=0B4OA5z5MiekpRTliSUxlOEhEeGc
I dont have this line inside my bools.xml
<bool name="config_useRoundIcon">fasle</bool>
helandortega said:
I dont have this line inside my bools.xml
<bool name="config_useRoundIcon">fasle</bool>
Click to expand...
Click to collapse
Just add it to your bools.xml with "true" value
Still, didn't work. Here's the original framework-res.apk
https://drive.google.com/file/d/0B5PdI8iDG7sAbDJ5Tk9BT3VYWFk/view?usp=drivesdk
helandortega said:
Still, didn't work. Here's the original framework-res.apk
https://drive.google.com/file/d/0B5PdI8iDG7sAbDJ5Tk9BT3VYWFk/view?usp=drivesdk
Click to expand...
Click to collapse
What rom do you use? Also please upload your result
Im using a OnePlus 3 running FreedomOS based on OxygenOS 4.0.1 (Android Nougat 7.0) When this will become successful, it will help the oneplus community a lot
---------- Post added at 02:35 PM ---------- Previous post was at 02:31 PM ----------
This is the result, updated apk file with your tutorial added
https://drive.google.com/file/d/0B5PdI8iDG7sAS0cxamJ3X29NTkE/view?usp=drivesdk
---------- Post added at 02:38 PM ---------- Previous post was at 02:35 PM ----------
nashrulmalik said:
What rom do you use? Also please upload your result
Click to expand...
Click to collapse
Reply sent on my previous comment
---------- Post added at 03:01 PM ---------- Previous post was at 02:38 PM ----------
nashrulmalik said:
Just add it to your bools.xml with "true" value
Click to expand...
Click to collapse
Waiting for your reply
helandortega said:
Im using a OnePlus 3 running FreedomOS based on OxygenOS 4.0.1 (Android Nougat 7.0) When this will become successful, it will help the oneplus community a lot
---------- Post added at 02:35 PM ---------- Previous post was at 02:31 PM ----------
This is the result, updated apk file with your tutorial added
https://drive.google.com/file/d/0B5PdI8iDG7sAS0cxamJ3X29NTkE/view?usp=drivesdk
---------- Post added at 02:38 PM ---------- Previous post was at 02:35 PM ----------
Reply sent on my previous comment
---------- Post added at 03:01 PM ---------- Previous post was at 02:38 PM ----------
Waiting for your reply
Click to expand...
Click to collapse
https://drive.google.com/file/d/0B4OA5z5MiekpMmtUNUpfczEyWWs/view?usp=sharing
Still, no luck But thanks!

Categories

Resources