[Mod] Transparent status bar on lockscreen N7100 - Galaxy Note II Themes and Apps

Transparent status bar on lockscreen - N7100 Deodexed
Your phone must be transparent status bar in home screen ( Here OR Here )
Work on DMC3 deodexed stock rom.
My .zip file include : CTR-OFF, Extended power menu and Ink-effect
Backup before flash .zip
Video: http://www.youtube.com/watch?v=I6Atki08Bwo&feature=youtu.be
Sorry my bad English.

trungtv.it said:
Transparent status bar on lockscreen - N7100 Deodexed
Your phone must be transparent status bar in home screen ( Here OR Here )
Work on DMC3 deodexed stock rom.
My .zip file include : CTR-OFF, Extended power menu and Ink-effect
Backup before flash .zip
Video: http://www.youtube.com/watch?v=I6Atki08Bwo&feature=youtu.be
Sorry my bad English.
Click to expand...
Click to collapse
Hi trungtv.it can you explain me what you have edit to have lockscreen status bar trasparent?
thanks

Thx
Thx man for good work
---------- Post added at 01:01 PM ---------- Previous post was at 12:56 PM ----------
Work on my stock XDMD2 based Sotmax Rom V8...

Thank u , Working on Epsilon Rom

@trungtv.it. you can help mod transparent all locksreen. I use rom v30 mr.luong on tinhte.vn. thank all
Sorry my bad English
Gửi từ GT-N7100 của tôi bằng cách sử dụng Tapatalk 2

this is based on simplistic framework, i see no credits.

Any chance could you make it for Note1 Device running jb 4.1.2
Sent from my GT-N7000 using xda premium

How Transparent status bar on lockscreen???

trungtv.it said:
Transparent status bar on lockscreen - N7100 Deodexed
/QUOTE]
 @trungtv.it
May you please provide details what was modified for transparent lockscreen status bar?
Click to expand...
Click to collapse

Thx man for good work,
Work on Android Revolution hd v18 rom.

I really want this! will this work on N7105 rooted stocked deodexed? anyone?

You Can Try
ginno said:
I really want this! will this work on N7105 rooted stocked deodexed? anyone?
Click to expand...
Click to collapse
1. Decompile android.policy.jar and edit com/android/internal/policy/impl/KeyguardViewManager.smali
2. The method to edit is .method public declared-synchronized show()V
3. Search inside this method and look for 0x100800
4. Change 0x100800 to 0x10900
5. Recompile android.policy.jar and push to your phone.

trungtv.it said:
1. Decompile android.policy.jar and edit com/android/internal/policy/impl/KeyguardViewManager.smali
2. The method to edit is .method public declared-synchronized show()V
3. Search inside this method and look for 0x100800
4. Change 0x100800 to 0x10900
5. Recompile android.policy.jar and push to your phone.
Click to expand...
Click to collapse
Wow thanks i will gonna try this now and leave a feedback..Thanks OP!

thnx for the mod ....
can u plz add on without the ink-effect mod ... ? just ( transparent mod + extended power menu )

Related

[MOD][GUIDE][HOW TO]Add Home and Lock Button on Status bar - S5 Toggle Settings

:good: Hit THANKS button if you like this :good:
=====:Credits:=====
Inspired from a post by @galaxy1210, i got the line code from there..
i dont know anything, i did this just by reading in this forum.. so, many thanks to XDA forum and all members..
so here you go..​
Requirements:
> Any tools to decompile and recompile apk (e.g ApkTool/AndroidMultitool)
> Notepad++
> Apks from your system; SystemUI.apk and framework-res.apk
GUIDE:
STEP 1:
Open your ApkTool/Multitool.. Install framework-res.apk then Decompile your SystemUi.apk
STEP 2:
Go to your Decompiled_apk folder and navigate to res/layout/ and open status_bar.xml with notepad++
This steps will add Home Button on the left side status bar...;
STEP 3:
Find this line;
Code:
<LinearLayout android:orientation="horizontal" android:id="@id/notification_icon_area" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" android:alpha="@dimen/notification_icon_area_alpha">
make an enter space before of line <LinearLayout android
at that blank space, paste the code below;
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:gravity="right" android:id="@id/home" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="0.0dip" android:src="@drawable/ic_sysbar_recent" android:singleLine="true" android:layout_alignParentRight="true" android:contentDescription="@string/accessibility_back" systemui:keyCode="3" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
And this steps will add Lock Button on the right side status bar...;
STEP 4:
Find this line;
Code:
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ffffffff" android:ellipsize="none" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />
make a space (enter) after of line android:includeFontPadding="false" />..
at that blank space, paste the code below;
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="0.0dip" android:src="@drawable/ic_sysbar_lock" android:singleLine="true" android:layout_toRightOf="@id/recent_apps" android:layout_alignParentLeft="true" android:contentDescription="@string/accessibility_back" systemui:keyCode="26" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
STEP 5:
And then save the modded status_bar.xml
STEP 6:
make your pict (*.png) for both buttons, name it "ic_sysbar_lock.png" and "ic_sysbar_recent.png" then paste it to folder drawable-xhdpi (res/layout/drawable-xhdpi)
or you can use pictures from the link below..
Follow this steps, if, and only if you want to change with S5 Toggles Setting
STEP 7:
download drawable-xhdpi.rar from the link below, extract it, then copy all pictures (81 pngs), to drawable-xhdpi folder (res/layout/drawable-xhdpi)
STEP 8:
if you want to remove the line below toggles, do this..
navigate to res/values-sw360dp-xhdpi/ and open dimens.xml with notepad++
change the value of quick_setting_button_status_height and quick_setting_button_status_padding into 0.0dip
then save it..
do that again, the same thing with dimens.xml at res/values-sw360dp-hdpi/
change the value of quick_setting_button_status_height and quick_setting_button_status_padding into 0.0dip
then save it..
LAST STEP:
Recompile your SystemUi
Dont forget to copy META-INF and AndroidManifest.xml from your old apk to your new apk (compiled apk)
LINK: https://drive.google.com/folderview?id=0B3YK8r-4xeLXV2p1ZDFWQTMwN2M&usp=sharing
Screenshot as attached, mine looks great with 240dpi mod.. :highfive:
FAQ:
> both button will act like physical button, home as home, and lock as power button
> so if you long press the button, the home button will shows recent apps, and the lock button will shows Device options
> if the lock button doesn't work, press the home button first..
> if you use wanam exposed, you can center the clock, and change color to get S5 blue color theme;
- go to Notification panel > Clock position=center
- go to Notification panel > Remove gaps between titles
- go to Theme:
Header background color > change color to : FF20738D
Text label color > change color to : FFFFFFFF
Tile background color > change color to : FF20738D
- reboot and done
THANKS MATE
i hope this guide works for you..​
reserved
PhoenixRom V18.5 SystemUI.apk
this is only for PhoenixRom user, dont flash it for the other Rom...
as i promised, here you go the modded SystemUI with HomeLock Button on Status bar for PhoenixRom V18.5.. :good:
Screenshot of HomeLock_StatusBar_PhoenixRomV18.5.zip
View attachment 2755919
View attachment 2755920
IMPORTANT;
- please make a backup first, or just copy your current SystemUI.apk (located in system/priv-app) and paste it somewhere in your device before flash this mod.. just in case if you want to revert back..
- then just flash it via recovery..
if you want the different mod of HomeLock Button, you can check this link..
GreenOrange_HomeLock_StatusBar_PhoenixRomV18.5.zip
Hidden_HomeLock_StatusBar_PhoenixRomV18.5.zip
for detail about this mod, please read FAQ above.. ENJOY..
and dont forget to hit THANKS button..
older version;
for PhoenixRom v17;
choose first, what kind of mod you want, codename indicates the mod inside..:
HomeLock = include home and lock button on status bar
KK = kitkat theme; white icon for signal, data signal, and battery (maybe battery doesn't work because of ogg battery)
S5Toggles = S5 toggles setting only
then download and flash it via recovery.. you can always backup first, just in case..
DOWNLOAD for PhoenixRom v17;
View attachment StatusBar_S5Toggles.zip
View attachment StatusBar_KK_S5Toggles.zip
View attachment StatusBar_HomeLock.zip
View attachment StatusBar_HomeLock_S5Toggles.zip
View attachment StatusBar_HomeLock_KK_S5Toggles.zip
View attachment PhoenixV17_Stock_SystemUI.zip
Click to expand...
Click to collapse
HurricaneRom v11 SystemUI.apk
and this is only for HurricaneRom v11 user, dont flash it for the other Rom...
p.s.
this mod use framework-res.apk from HurricaneRom v11 original note2, not from HurricaneRom v11 with note3 app package v5 installed..
if you test it and its not work please report and send me your SystemUI.apk and framework-res.apk so i can mod it for you..
choose first, what kind of mod you want, codename indicates the mod inside..:
HomeLock = include home and lock button on status bar
KK = kitkat theme; white icon for signal, data signal, and battery
S5Toggles = S5 toggles setting only
IMPORTANT; if you already using other theme/mod, please make a nandroid backup, then wipe cache - dalvik cache before flash this mod.. just in case..
read FAQ above.. ENJOY..
and dont forget to hit THANKS button.. :good:
4.4.2 Kitkat TW Modded SystemUI.apk
for detail about this mod, please read FAQ above..
IMPORTANT;
- please make a backup first, or just copy your current SystemUI.apk (located in system/priv-app) and paste it somewhere in your device before flash this mod.. just in case if you want to revert back.
- then just flash it via recovery..
Screenshot
4.4.2 Kitkat TW Modded SystemUI - For Common 4.4.2 Kitkat TW ROM
DN3RC2_Modded_SystemUI - Special for DN3 RC2 ROM
ENJOY..
and dont forget to hit THANKS button.. :good:
wifi not working
hotdroid said:
for other request
Click to expand...
Click to collapse
ops ... wifi is not working now
1st I installed your patch with complete toggles and everything
Then I installed small zip file you gave me
Then I enabled WANAM to try some tweaks
Now I checked wifi and its not working ... so I disabled framework
and I installed your patch with only buttons and without toggles
Still same problem ... wifi not working
---------------------------------------------
reinstalled rom and reinstalled the mod with buttons only
now all is good
thanks
MehruNisa said:
ops ... wifi is not working now
1st I installed your patch with complete toggles and everything
Then I installed small zip file you gave me
Then I enabled WANAM to try some tweaks
Now I checked wifi and its not working ... so I disabled framework
and I installed your patch with only buttons and without toggles
Still same problem ... wifi not working
---------------------------------------------
reinstalled rom and reinstalled the mod with buttons only
now all is good
thanks
Click to expand...
Click to collapse
oops.. sorry mate..
maybe that small zip causing your problem, i'll remove that file so others wont get the same problem..
thanks for your report, glad you solved it..
Can I flashed on s3 v4.3
thereassaad said:
Can I flashed on s3 v4.3
Click to expand...
Click to collapse
NO, you can not.. its ROM system apk related..
even for the the same device but with different ROM will cause problems, moreover if you flash it for other device..
that's why i made the guide, so another maybe can make it for other devices..
hotdroid said:
and this is only for HurricaneRom v11 user, dont flash it for the other Rom...
p.s.
this mod use framework-res.apk from HurricaneRom v11 original note2, not from HurricaneRom v11 with note3 app package v5 installed..
if you test it and its not work please report and send me your SystemUI.apk and framework-res.apk so i can mod it for you..
choose first, what kind of mod you want, codename indicates the mod inside..:
HomeLock = include home and lock button on status bar
KK = kitkat theme; white icon for signal, data signal, and battery
S5Toggles = S5 toggles setting only
IMPORTANT; if you already using other theme/mod, please make a nandroid backup, then wipe cache - dalvik cache before flash this.. just in case..
read FAQ above.. ENJOY..
and dont forget to hit THANKS button.. :good:
Click to expand...
Click to collapse
hi
i installed in hurricane rom v11
but i found kk normal icons in status bar home lock kk theme s5toggles zip
pls make white icons
thank U in advance
JGKUMAR1976 said:
hi
i installed in hurricane rom v11
but i found kk normal icons in status bar home lock kk theme s5toggles zip
pls make white icons
thank U in advance
Click to expand...
Click to collapse
oops, sorry i miss that..
thanks for reporting, i'll recompile it again.. stay tune..
hotdroid said:
oops, sorry i miss that..
thanks for reporting, i'll recompile it again.. stay tune..
Click to expand...
Click to collapse
Sorry same again
Sent from my GT-N7100 using Tapatalk
JGKUMAR1976 said:
Sorry same again
Sent from my GT-N7100 using Tapatalk
Click to expand...
Click to collapse
hi mate..
please re-download and try it again, i hope i dont miss anything again..
and kindly if you dont mind to try every one of mod, just let me know if there something's wrong..
thanks
Hello hotdroid...is there any way to remove all the toggles and the space for it from the notification side of the status bar? I mean like aosp roms...so the notification drawer dont have any toggles at all....and we can use the toggle drawer only.
I dont know if you will understand me...sorry for my english
Enviado desde mi GT-N7100 mediante Tapatalk
hotdroid said:
and this is only for HurricaneRom v11 user, dont flash it for the other Rom...
. :good:
Click to expand...
Click to collapse
Mine on Hurricane V11 without Note 3 Mod.
I want to flash Home and lock.
I think I must flash:
File Type: zip StatusBar_HomeLock.zip - [Click for QR Code] (2.81 MB, 4 views)
But I still confused, what for this link?
File Type: zip HurricaneV11_Stock_SystemUI.zip - [Click for QR Code] (2.81 MB, 10 views)
Thanks
---
=Edit=
Wa,,,,, may be that link for back to original Hurricane, isn't it?
Cocolopes said:
Hello hotdroid...is there any way to remove all the toggles and the space for it from the notification side of the status bar? I mean like aosp roms...so the notification drawer dont have any toggles at all....and we can use the toggle drawer only.
I dont know if you will understand me...sorry for my english
Enviado desde mi GT-N7100 mediante Tapatalk
Click to expand...
Click to collapse
yeah mate.. maybe i understand what you mean.
but i'm not sure which xml should be edited and code line should be removed.
if you have a clue, let me know..
injulia said:
Mine on Hurricane V11 without Note 3 Mod.
I want to flash Home and lock.
I think I must flash:
File Type: zip StatusBar_HomeLock.zip - [Click for QR Code] (2.81 MB, 4 views)
But I still confused, what for this link?
File Type: zip HurricaneV11_Stock_SystemUI.zip - [Click for QR Code] (2.81 MB, 10 views)
Thanks
---
=Edit=
Wa,,,,, may be that link for back to original Hurricane, isn't it?
Click to expand...
Click to collapse
that's right mate. that's the stock aka the original one.
in case if you want to revert back without mod at all..
hotdroid said:
that's right mate. that's the stock aka the original one.
in case if you want to revert back without mod at all..
Click to expand...
Click to collapse
Just installed.
Thank you bro Hotdroid.
Sent from my GT-N7100 using Tapatalk
What about DN3 ?
I mean, can I flash it on DN3 4.4.2 ?
Sent from Gallifrey using TARDIS
Nonta72 said:
What about DN3 ?
I mean, can I flash it on DN3 4.4.2 ?
Sent from Gallifrey using TARDIS
Click to expand...
Click to collapse
NO, i dont think so. because 4.3 and 4.4.2 using the different framework-res.apk
even for the same rom 4.3 if using the different framework-res.apk will causing problem..
hotdroid said:
NO, i dont think so. because 4.3 and 4.4.2 using the different framework-res.apk
even for the same rom 4.3 if using the different framework-res.apk will causing problem..
Click to expand...
Click to collapse
Oh ! So sad
Thanks anyway for your Work
Hope you will manage to do the port.
Sent from Gallifrey using TARDIS

[MOD][STATUSBAR FRAMEWORK] 100% transparent and huge statusbar for hyperion

Hey guys, i just newbie in this forum and want to share my systemUI and framework.. please comment for make me better
Statusbar :
Huge statusbar
4G signal (change H)
Data speed in kb/s
Android Logo battry
Blue wings singnal and alarm
Brightness slider
Transparent
Framework :
New Animation
Transparent
ScreenShoot : *In this post attachment*
How To install ? :
Just flash it trought CWM
Download Link : *In this post attachment*
THANKS TO HYPERION TEAM FOR AMAZING ROM, AND WONGE DEWE TO LAYOUT
*i recomended use Holo Launcher and Holo Lockscreen for more transparency.. and also use my Music player mod *In this post attachment*
Looks like zierex but nice
Get bootloop
Sent from my GT-S5360 using Tapatalk 2
datvui2211 said:
Get bootloop
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
this mod just support hyperion,
awesome . . . :good:
but who is the credit sir . . ?
thanks
Mranggapo said:
Looks like zierex but nice
Click to expand...
Click to collapse
good
fantasticos said:
Hey guys, i just newbie in this forum and want to share my systemUI and framework.. please comment for make me better
Statusbar :
Huge statusbar
4G signal (change H)
Data speed in kb/s
Android Logo battry
Blue wings singnal and alarm
Brightness slider
Transparent
Framework :
New Animation
Transparent
ScreenShoot : *In this post attachment*
How To install ? :
Just flash it trought CWM
Download Link : *In this post attachment*
THANKS TO HYPERION TEAM FOR AMAZING ROM, AND WONGE DEWE TO LAYOUT
*i recomended use Holo Launcher and Holo Lockscreen for more transparency.. and also use my Music player mod *In this post attachment*
Click to expand...
Click to collapse
works first time after Data wipe, then got bootloop

[Update-03/06][#2][Mod]Minirom Original Taste with S5 toggle

This is S5 toggle icon mod.This Mod is is only for MiniRom Original Taste rom.
Installation
Replace the Original SystemUI.apk with this SystemUI.apk with System App Installer or using Aroma file manager in recovery (recommanded).
Note:If any other rom user wanna try, then do it with your own risk.
I built this mod for me, then think to share this on xda.If anyone like this this then use n reply.
md5sum: 0def5d5c1dfc2add4e6da8a1a88db5c8
New Update
Code:
Change log:
*New toggle icon update
*new network signal icon
md5sum: 95a96fc178a6a20caa9affb544d6c649
awesome sir . . . :good:
+1
Andye Ai Ticka said:
awesome sir . . . :good:
+1
Click to expand...
Click to collapse
welcome dear
Sir, can u make for miniROM TouchwizUX Inspired v3? or this pack support for miniROM TouchwizUX Inspired v3? Very well thanks~

[request] gradinet status bar for [ics mdpi]

please can any dev convert this mod for mdpi
forum.xda-developers.com/xperia-j-e/themes-apps/ics-z2-gradient-status-bar-style-t2684091
I tried to port gradinet_bg.xml from drwable from this post and change line statusbar _bg from status bar.xml from layout from my systemui.apk and compile it again
but when open any xml in my computer by notepad++ I get strange characters like nul in black box and can't fix this problem any way I work on windows 8.1
please help me
and sorry for my bad English
my systemui in attach and I want to do this mod for my systemui file
sent from mini pro
my systemui
medozzz0 said:
please can any dev convert this mod for mdpi
forum.xda-developers.com/xperia-j-e/themes-apps/ics-z2-gradient-status-bar-style-t2684091
I tried to port gradinet_bg.xml from drwable from this post and change line statusbar _bg from status bar.xml from layout from my systemui.apk and compile it again
but when open any xml in my computer by notepad++ I get strange characters like nul in black box and can't fix this problem any way I work on windows 8.1
please help me
and sorry for my bad English
my systemui in attach and I want to do this mod for my systemui file
sent from mini pro
Click to expand...
Click to collapse
my systemui from my phone
117 view and no reply
please any suggest any help any mod systemui gredient like post for mdpi
medozzz0 said:
117 view and no reply
please any suggest any help any mod systemui gredient like post for mdpi
Click to expand...
Click to collapse
search tutorial how to decompile recompile apk, how to make transparent statusbar on ICS, if you done with that I will sent you PNG with gradient effect, it better and easier than that gradient.XML
done
please attach png with gredient effect and I will try to mod my systemui with your method
medozzz0 said:
done
please attach png with gredient effect and I will try to mod my systemui with your method
Click to expand...
Click to collapse
here https://db.tt/EbgO113Y

6 Marshmallow Style SystemUI Tw 5.1.1 [updated to v2] by blackwings66

prot 6 marshmallow style SystemUi Tw 5.1.1 (Update 2.5a)
thenks for @blackwings66
Changelog: for 2.5a
This is the alpha for v3
Changed the edit button
Changed the sfinder bar
New lockscreen
Changed some icons
installing way :
the systemui Extracted in storage and
use root explorer and replace it prive-app / SystemUi
Download link :
V2.5a :
https://mega.nz/#!F5skmQyA!Jm7e-H0bC...0duBfi6sXfmnI8
Fc Problem to yous
fix for infinit fc : https://mega.nz/#!Nw0XVZBA!GmxwgScJb...YzleNcZoiDDVH4
Special Thanks to : 
 @aapav01
 @blackwings66
Ali Asgar said:
Hey Guys This is a mod to make systemui look like the one from the beta marshmallow update of the s6
Ss:
Changelog: for v2
Fixed statusbar glitch
New status bar like s6 size
New lockscreen weather style
New lockscreen icons
New notifaction bar colors and icons
for v1
First release
installing way :
if u dont have the old version do this if u have just flash the systemui
first install the first.zip and reboot and wait till the systemui loads
second install the s6 systemui
if u have the fc flash fix
Download link :
first : https://mega.nz/#!JlcwCRAZ!WVJwolC36...Q1UWvgAqayQDhk
fix for infinit fc : https://mega.nz/#!Nw0XVZBA!GmxwgScJb...YzleNcZoiDDVH4
Bugs:
systemui fc .
Special Thanks to :
@aapav01
Click to expand...
Click to collapse
What are the requirements?
Evo A5 rom loading the
sorry bad english
SM-G7105 cihazımdan Tapatalk kullanılarak gönderildi
link not found ?
[url=http://hizliresim.com/RkYMra]
[/URL]
password of mega?
https://mega.nz/#!t9ZnFKRJ!WVJwolC365qZuUXYUDZ4tO5vkScZ3Q1UWvgAqayQDhk
Frst download link
https://mega.nz/#!9sJT0ZCQ!GmxwgScJb1m6WtZ2VlxDXGKimQlS_YzleNcZoiDDVH4
fix fc w link
The screenshot is diferent that the system ui
There is already thread for this on galaxy s3 neo themes and apps!
Sent from my SM-G800H using Tapatalk
I'm sorry this Rwong step
then I'm right step
s3 dual working
it gives me system ui stopped working how to fix it !
Hazem1abc said:
it gives me system ui stopped working how to fix it !
Click to expand...
Click to collapse
permission RW_R__R__
SystemUi
Expand button
The expand button doesn't work, and when i receive notifications they're displayed on the middle of the screen, not in the top (heads up).
I've attached a log in case you need that
v2.5a mega "link not found"
Sent from my GT-I9300I using Tapatalk
...
...
I think stock system ui better than this
Ali Asgar said:
prot 6 marshmallow style SystemUi Tw 5.1.1 (Update 2.5a)
thenks for @blackwings66
Changelog: for 2.5a
This is the alpha for v3
Changed the edit button
Changed the sfinder bar
New lockscreen
Changed some icons
installing way :
the systemui Extracted in storage and
use root explorer and replace it prive-app / SystemUi
Download link :
V2.5a :
https://mega.nz/#!F5skmQyA!Jm7e-H0bC...0duBfi6sXfmnI8
Fc Problem to yous
fix for infinit fc : https://mega.nz/#!Nw0XVZBA!GmxwgScJb...YzleNcZoiDDVH4
Special Thanks to :
@aapav01
@blackwings66
Click to expand...
Click to collapse
Can I Get Any Other Mirror Link = GoogleDrive
Abdullaharis said:
Can I Get Any Other Mirror Link = GoogleDrive
Click to expand...
Click to collapse
Man, that is not the last version. You can find the SistemUI here: http://forum.xda-developers.com/gal...-marshmallow-style-systemui-tw-5-1-1-t3296909
MarcusBS said:
Man, that is not the last version. You can find the SistemUI here: http://forum.xda-developers.com/gal...-marshmallow-style-systemui-tw-5-1-1-t3296909
Click to expand...
Click to collapse
Thanks,
Can I Get The Mirror Link Off New Version
Becuse My Internetconnection Not Support Mega Links
Abdullaharis said:
Thanks,
Can I Get The Mirror Link Off New Version
Becuse My Internetconnection Not Support Mega Links
Click to expand...
Click to collapse
I will upload for you
---------- Post added at 05:20 PM ---------- Previous post was at 05:00 PM ----------
Abdullaharis said:
Thanks,
Can I Get The Mirror Link Off New Version
Becuse My Internetconnection Not Support Mega Links
Click to expand...
Click to collapse
https://drive.google.com/file/d/0ByOQtCer_0RcektmX1NYM0JCNGs/view?usp=drivesdk

Categories

Resources