[Port]Original Z3 SystemUI / Home 7.0.A.1.7 (Fullscreen) For T/TX/V v1.4 - 28/11/2014

kongaz2

Senior Member
Mar 21, 2012
493
1,354
0
VietNam




Features:

  • Added: Quick setting Flash light.
  • Drag and drop them to add or remove quick settings.
  • New animations.
Instruction:
You need:
  • Deodexed ROM
  • Be sure you have SuperUser Mod
  • Backup before flash
Step:
  • Download attached Flashable Zip file to you sd card
  • Flash it on recovery
  • Reboot
  • After: Clear cache in Settings/Apps too
  • ENJOY!!! ;)
Add-on:
If you have a problem with Home 7.0.A.1.5. Plz update Home 7.0.A.1.7 in here :)
Bug:
Let me know :D
F.A.Q:
If FC:
Add line to Build.prop
Code:
dalvik.vm.verify-bytecode=false 
dalvik.vm.dexopt-flags=v=n,o=v,m=y
;);)
Thank pro @serajr . i have using some source code in original post for my port :eek::eek:
Thank @Rizal Lovins for help me :)
 

Attachments

Last edited:

kongaz2

Senior Member
Mar 21, 2012
493
1,354
0
VietNam
Changelog

v1.4 - 28/11/2014:
- Added Home 7.0.A.1.5 with Fullscreen look like Xperia device 4.4+
v1.3:
Changelog and download link here :)
v1.1 - 06/11/2014:
- Added AndroidManifest.xml permissions due Serajr Xperia™ Xposed (KK) - v3.1 - New Quick Settings buttons compatibility.
- Enabled "Rounded Corners" for Status and Navigation Bars (disabled by default).
- Fixed some ID is wrong.
v1 - 04/11/2014:
- Initial release
 
Last edited:

serajr

Recognized Developer / Recognized Themer
Apr 21, 2011
5,010
18,602
263
São Paulo - SP
Awesome!!

Is it working on JB 4.3? That's a great news!! I think you should share it with whole xperia family!!
Now you can use lastest Xperia Xposed related features.

I think also you should try to use it without putting lines to build.prop, and if you face fc's, send me logcats that I help you to fix them, so you will have a fully compatible version! Just my simple opnion!

Next version you should include these two permissions in its manifest file (due Xperia Xposed new Quick Settings):
Code:
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.REBOOT" />
Congrats!!!!! Keep rocking! \m/
 
Last edited:

Rizal Lovins

Recognized Developer / Recognized Themer / Recogni
May 30, 2012
1,612
15,924
113
26
Bandung
developer-rizal-lovins.blogspot.com
Yeah keep up the great work my friend @kongaz2 you did it :good:
long time my project always fail :/ and you have a simple trick to fix that is amazing

Edit : you should write some a guide to fix this hex id

look at smali\com\android\systemui\statusbar\policy\NetworkController$1.smali
this hex id 0x111005f
Code:
<public type="bool" name="config_combined_signal" id="0x0111005f" />
that code is from Original framework-res.apk Xperia Z3 and it's not available on our framework, so it linked to our framework to this
Code:
<public type="bool" name="config_ps3c_bt_supported" id="0x0111005f" />
So maybe we need make this line in bool.xml in our framework
Code:
<bool name="config_combined_signal">true</bool>
it just for make a new hex id, then take the new hex id and replace this 0x111005f

so NetworkController is not using hex id config_ps3c_bt_supported

just suggestion from me :D

@serajr as always thanks you so much my friend :good: you are always continue to update your work. I was very busy since my collage and exam killing my time to update some of my work :(
 
Last edited:

kongaz2

Senior Member
Mar 21, 2012
493
1,354
0
VietNam
Is it working on JB 4.3? That's a great news!! I think you should share it with whole xperia family!!
Now you can use lastest Xperia Xposed related features.

I think also you should try to use it without putting lines to build.prop, and if you face fc's, send me logcats that I help you to fix them, so you will have a fully compatible version! Just my simple opnion!

Next version you should include these two permissions in its manifest file (due Xperia Xposed new Quick Settings):
Code:
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.REBOOT" />
Congrats!!!!! Keep rocking! \m/
tks pro. i'll try it and will update in next version ^^ tks bro again :fingers-crossed::fingers-crossed:
Thanks it's working in xperia T with omega rom from dark-l0rd with 4.3 rom
You great work bro, It's really different..work... Congrats (y)

Send from Xperia TX Powered by Rockers X™
Yeah keep up the great work my friend @kongaz2 you did it :good:
long time my project always fail :/ and you have a simple trick to fix that is amazing

Edit : you should write some a guide to fix this hex id

look at smali\com\android\systemui\statusbar\policy\NetworkController$1.smali
this hex id 0x111005f
Code:
<public type="bool" name="config_combined_signal" id="0x0111005f" />
that code is from Original framework-res.apk Xperia Z3 and it's not available on our framework, so it linked to our framework to this
Code:
<public type="bool" name="config_ps3c_bt_supported" id="0x0111005f" />
So maybe we need make this line in bool.xml in our framework
Code:
<bool name="config_combined_signal">true</bool>
it just for make a new hex id, then take the new hex id and replace this 0x111005f

so NetworkController is not using hex id config_ps3c_bt_supported

just suggestion from me :D

@serajr as always thanks you so much my friend :good: you are always continue to update your work. I was very busy since my collage and exam killing my time to update some of my work :(
Thanks everyone for your feedback :laugh::laugh:
 

iHeymanth

Senior Member
May 30, 2013
1,382
245
0
Vizag
thank you @kongaz2
its working on my xperia v with 4.3jb custom rom. didnt worked on stock rom deodexed with superuser mod

now u should officially edit the post to XT,XV,TX are supporting :D
 

kongaz2

Senior Member
Mar 21, 2012
493
1,354
0
VietNam
It's working great on my Xperia V 4.3. Thank you.
tks :)

thank you @kongaz2
its working on my xperia v with 4.3jb custom rom. didnt worked on stock rom deodexed with superuser mod

now u should officially edit the post to XT,XV,TX are supporting :D
ok. edited :fingers-crossed::fingers-crossed::fingers-crossed:
 

gkkovacs

Senior Member
Mar 21, 2011
238
163
0
Budapest
Features:
Works on Xperia T 4.3 (9.2.A.1.205) / Ultimate PureXT 4.5.

Couple of questions:
- Is it possible to go to Quick Settings by dragging down the right side? After flashing this only Notifications appear first, and I have to switch to Quick Settings - too many steps for me...
- Is it possible to have some transparency? The entire thing is black...
 
Last edited:

LaShto34

Senior Member
Aug 25, 2012
366
150
0
Kongaz2, I'd like to make 5 quicksettings in a row and black the statusbar an navbar (I know everybody loves transparent :D), but i have problems decompiling (missing framework files...) so can you post the necessary Framework needed for decompiling, please? I'm using advanced apktool v3.0 by BDFreak.
I know there are a lot of xposed apps that can do it for me, but I like the old school mode of resolving things. Besides it's something I want to do permanently, so I'd like to modify the systemui itself. Thank you in advance.

Later...
Nevermind, I founded the necessary z3 framework files to serajr thread. Sorry for bothering you.
 
Last edited:

gkkovacs

Senior Member
Mar 21, 2011
238
163
0
Budapest
Kongaz2, I'd like to make 5 quicksettings in a row and black the statusbar an navbar (I know everybody loves transparent :D), but i have problems decompiling (missing framework files...) so can you post the necessary Framework needed for decompiling, please? I'm using advanced apktool v3.0 by BDFreak.
I know there are a lot of xposed apps that can do it for me, but I like the old school mode of resolving things. Besides it's something I want to do permanently, so I'd like to modify the systemui itself. Thank you in advance.

Later...
Nevermind, I founded the necessary z3 framework files to serajr thread. Sorry for bothering you.
Please post this when you are done, I'd like to use it!

Also, could you separate left side drag and right side drag? I'd really like to see Quick Settings right away when dragging down the right side, touching the button is one step too many.