[REQUEST] animated pixel navigation buttons - Moto G 2015 Q&A, Help & Troubleshooting

Anyone please make animated navigation buttons for Resurrection Remix. The system UI apk made by the developer 'Tintumonn' is absolutely flawless and I want that kind of work so please help me send other Resurrection Remix uses....

[email protected] said:
Anyone please make animated navigation buttons for Resurrection Remix. The system UI apk made by the developer 'Tintumonn' is absolutely flawless and I want that kind of work so please help me send other Resurrection Remix uses....
Click to expand...
Click to collapse
You can do it yourself if you want to

Can anyone do this for me as I don't know that level coding

Give me ur SystemUI.apk and Framework-res.apk File,,, But NO ETA And no future Develop,,

SYSTEMUI AND FRAMEWORK RES https://drive.google.com/folderview?id=0B9BbpYYkKfQec3lEaVBvQXkxV0E
The process involves all the coding that have been given on the site. http://chromloop.com/2016/11/guide-how-to-port-pixel-navigation-bar-animation-to-your-phone/
If not please let me know the steps which are involved in the making animated navvars

Tintumonn said:
Give me ur SystemUI.apk and Framework-res.apk File,,, But NO ETA And no future Develop,,
Click to expand...
Click to collapse
SYSTEMUI AND FRAMEWORK RES https://drive.google.com/folderview?id=0B9BbpYYkKfQec3lEaVBvQXkxV0E
The process involves all the coding that have been given on the site. http://chromloop.com/2016/11/guide-how-to-port-pixel-navigation-bar-animation-to-your-phone/
If not please let me know the steps which are involved in the making animated navvars so that I can try it by myself

Related

Urgent Request

Can someone please make a flashable zip for a customizable navigation bar for cm11 gt-i9105. My hardware buttons have stopped working which is causing tremendous difficulty in operating the device. Thanks in advance.
LightKnightX said:
Can someone please make a flashable zip for a customizable navigation bar for cm11 gt-i9105. My hardware buttons have stopped working which is causing tremendous difficulty in operating the device. Thanks in advance.
Click to expand...
Click to collapse
try gravitybox and activate navbar

[Q] How to change notification panel to look like stock(AOSP)?

I'm trying to develop Custom rom for Asus Zenfone 5. For this, I am taking my device's stock rom (Android 5.0) and trying to modify it, to make it look like clean (AOSP) rom. I replaced the stock launcher with Google Now Launcher. Now all I wanted to change is, the notification panel and the settings app. Is there any way to do this without the need to build the complete rom from source? Any help will be greatly appreciated!
SHAHID.LHS said:
I'm trying to develop Custom rom for Asus Zenfone 5. For this, I am taking my device's stock rom (Android 5.0) and trying to modify it, to make it look like clean (AOSP) rom. I replaced the stock launcher with Google Now Launcher. Now all I wanted to change is, the notification panel and the settings app. Is there any way to do this without the need to build the complete rom from source? Any help will be greatly appreciated!
Click to expand...
Click to collapse
Hi,
1) To change them, you have to take the SystemUI.apk (for notification panel) and Settings.apk (for guess what.. ) and first decompile them using apktool, multitool, etc. There are a lot of guides on the internet on how to do this.
Since they are both system apps, you will have to decompile them with depency's, well, for the SystemUI.apk you will have to, probably not for Settings.apk.
2) After decompiling, you can edit them. Search for as example "mod statusbar..." or "mod settings..." there are numerious of guilds about this here on xda.
3) After editing, recompile the app. then push the apps back in your phone/place them in your rom.
It's a lot of researching on internet and especialy xda on how to do these things if you haven't done it before
What do you want to edit in settings?
Thanks for the quick reply Louis. Just for the info, zenfone is given with ugly, ZenUI which makes no difference between kitkat and lollipop update.
{
"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"
}
They completely modified the notification panel!! It seems that using your tutorial we can only modify fonts, icons and images using UOT Kitchen. I want to replace the notification bar and panel completely. Thanks!
SHAHID.LHS said:
Thanks for the quick reply Louis. Just for the info, zenfone is given with ugly, ZenUI which makes no difference between kitkat and lollipop update.
They completely modified the notification panel!! It seems that using your tutorial we can only modify fonts, icons and images using UOT Kitchen. I want to replace the notification bar and panel completely. Thanks!
Click to expand...
Click to collapse
well actualy you can edit the collour, the layout, just everrything as you can edit the resources and everything.
You can even change the tabs, add volume sliders on the notification panel and so much more if you want and if you know how to do it, using this method. Once you've decompiled the apk, you will have several folders where you can edit everything to how you want it. Ofcourse it will require some knowledge of xml/smali coding and such, but there are several guides you can folow to do the things you want, providing the smali files you need etc
But if you attend to modify the volume panel so the change is bigger if you update, I don't think this is going to work. Because if you update the android version, the SystemUI.apk containing the notification bar and panel will be replaced with the one from the update, even when you themed or replaced it.
edit: maybe you can use xposed framework? I know you won't be able to use this in your custom ROM if you want to share him as this wouldn't be very professional, but there are several modules which can easely modify the complete notification bar and panel. for example: gravitybox, xtheme engine,....
---------- Post added at 10:27 PM ---------- Previous post was at 10:20 PM ----------
also, check this out: http://www.asus-zenfone.com/2015/03/rom-cyanogenmod-11-for-zenfone-5.html
There is cm11 ROM for your phone. Use this ROM instead as it has a layout very close to stock aosp.
It also has tons more option In my, and a lot of people, it's the best possible rom by far.
If you realy want to make you own custom rom, it maybe would be a better idea to take cm11 as base rom?
:good::good: Thank you Louis, you have provided a lot of information for me. According to my knowledge, If we want to port a rom to a device, the base rom android version should match the port rom. May be there isn't any way to use cyanogenmod 11 as base and develop cyanogenmod 12, is there?
SHAHID.LHS said:
:good::good: Thank you Louis, you have provided a lot of information for me. According to my knowledge, If we want to port a rom to a device, the base rom android version should match the port rom. May be there isn't any way to use cyanogenmod 11 as base and develop cyanogenmod 12, is there?
Click to expand...
Click to collapse
well that's somthing i'm trying to find out too There isn't any cyanogenmod available for my phone but there is for phone's very simular to mine, cm11 android 4.4.4. But my phone only has one kitkat rom, it's a custom rom android 4.4.2 but taking this one as base doens't seem to work. So my next shot will be trying to take the official rom android 4.2.2 as base.
You can try, and if it works for you let me know
louis-JYG4t said:
well that's somthing i'm trying to find out too There isn't any cyanogenmod available for my phone but there is for phone's very simular to mine, cm11 android 4.4.4. But my phone only has one kitkat rom, it's a custom rom android 4.4.2 but taking this one as base doens't seem to work. So my next shot will be trying to take the official rom android 4.2.2 as base.
You can try, and if it works for you let me know
Click to expand...
Click to collapse
Sorry Louis, I didn't really get you. Official Rom in the sense !? The Stock Rom given with your device??
SHAHID.LHS said:
Sorry Louis, I didn't really get you. Official Rom in the sense !? The Stock Rom given with your device??
Click to expand...
Click to collapse
No, my phone is jiayu g4.
To make the long story short, i'm also trying to find out if I can port a rom to a base rom with lower android version. just like you, you also want to port cm12 with cm11 as base?
You can try, and if it works, tell me
louis-JYG4t said:
No, my phone is jiayu g4.
To make the long story short, i'm also trying to find out if I can port a rom to a base rom with lower android version. just like you, you also want to port cm12 with cm11 as base?
You can try, and if it works, tell me
Click to expand...
Click to collapse
Exactly, I'm trying to do the same thing. I'm an android app developer. But I'm new to all these roms, porting and everything. How about compiling android directly from source using git? Any Idea about that?
--Now I've two sources--
1) Either I should modify the stock rom given with my device to make to look like AOSP.
2) Or I should use the git repository of a device (a500cg) similar to mine (a501cg) to create the complete rom from source.
I have a little knowledge about the first one. But that doesn't seem to solve my problem. I think I should go with second one. Googled a lot about porting roms to new devices, unfortunately, no documentation is clear about this!
SHAHID.LHS said:
Exactly, I'm trying to do the same thing. I'm an android app developer. But I'm new to all these roms, porting and everything. How about compiling android directly from source using git? Any Idea about that?
--Now I've two sources--
1) Either I should modify the stock rom given with my device to make to look like AOSP.
2) Or I should use the git repository of a device (a500cg) similar to mine (a501cg) to create the complete rom from source.
I have a little knowledge about the first one. But that doesn't seem to solve my problem. I think I should go with second one. Googled a lot about porting roms to new devices, unfortunately, no documentation is clear about this!
Click to expand...
Click to collapse
Well I got no experience at all with making roms from source. never done that. but from what i've seen I think it's not so easy. Otherwise every device would have cyanogenmod and miui as soon the device gets released, no?
As for modifying the stock rom. I would take cm11 instead of your stock rom and customize cm11 to how you want it. It's far more AOSP than your stock rom and you can keep some nice features like the theme chooser in cyanogenmod. It could also make things easier when customizing as cyanogenmod may be more basic then the stock rom you got with your phone
louis-JYG4t said:
Well I got no experience at all with making roms from source. never done that. but from what i've seen I think it's not so easy. Otherwise every device would have cyanogenmod and miui as soon the device gets released, no?
As for modifying the stock rom. I would take cm11 instead of your stock rom and customize cm11 to how you want it. It's far more AOSP than your stock rom and you can keep some nice features like the theme chooser in cyanogenmod. It could also make things easier when customizing as cyanogenmod may be more basic then the stock rom you got with your phone
Click to expand...
Click to collapse
Yup, what you said was absolutely better. But, what I'm targeting for is Lollipop!.. with cyanogenmod 11, I'll get Kitkat, which I've been using from months! :crying:
SHAHID.LHS said:
Yup, what you said was absolutely better. But, what I'm targeting for is Lollipop!.. with cyanogenmod 11, I'll get Kitkat, which I've been using from months! :crying:
Click to expand...
Click to collapse
well lollipop is somthing i won't be able to help with for several reasons. I don't know how and if it is even possible to port a lollipop rom with a kitkat rom as base, lollipop is very new and not to many phones already have it, I don't know how to build it from source.
But why do you want lollipop instead of kitkat? Is it such a big difference?
Annyway, if you're able to port or build cm12 for your phone, your thanks-bar will raise like hell
louis-JYG4t said:
well lollipop is somthing i won't be able to help with for several reasons. I don't know how and if it is even possible to port a lollipop rom with a kitkat rom as base, lollipop is very new and not to many phones already have it, I don't know how to build it from source.
But why do you want lollipop instead of kitkat? Is it such a big difference?
Annyway, if you're able to port or build cm12 for your phone, your thanks-bar will raise like hell
Click to expand...
Click to collapse
True...Louis. As you asked, I want lollipop just for the notification panel (seems silly lol). Though, I can buy a phone with clean lollipop as stock rom (like Moto g). I just love Zenfone 5 for its specs! I have used a lot of phones before with lot of custom roms. It really shocked me when I came to know that there is not even a device development page for Zenfone 5 in xda forums. This phone is something developers should look and give a shot at. Hope someone who is better at rom development start development for my device!
SHAHID.LHS said:
True...Louis. As you asked, I want lollipop just for the notification panel (seems silly lol). Though, I can buy a phone with clean lollipop as stock rom (like Moto g). I just love Zenfone 5 for its specs! I have used a lot of phones before with lot of custom roms. It really shocked me when I came to know that there is not even a device development page for Zenfone 5 in xda forums. This phone is something developers should look and give a shot at. Hope someone who is better at rom development start development for my device!
Click to expand...
Click to collapse
I know that feeling, I'm having the same feeling with my jiayu G4... A lot of people use this phone or it's variants (jiayu g4t/g4a) which are compatible with the same roms. But there's not even cyanogenmod available for jiayu g4..
As for the notification panel, have a look at cm locker, I've been using it for a few months now and it still suprises me it has notifications, quick panel, music control and soooo much more
louis-JYG4t said:
Hi,
1) To change them, you have to take the SystemUI.apk (for notification panel) and Settings.apk (for guess what.. ) and first decompile them using apktool, multitool, etc. There are a lot of guides on the internet on how to do this.
Since they are both system apps, you will have to decompile them with depency's, well, for the SystemUI.apk you will have to, probably not for Settings.apk.
2) After decompiling, you can edit them. Search for as example "mod statusbar..." or "mod settings..." there are numerious of guilds about this here on xda.
3) After editing, recompile the app. then push the apps back in your phone/place them in your rom.
It's a lot of researching on internet and especialy xda on how to do these things if you haven't done it before
What do you want to edit in settings?
Click to expand...
Click to collapse
do you know how to remove notification panel gap?i've been searching for it a for a long time..i hope you can help me..i tried looking about 6hrs on dimen.xml on systemui but still don't know..
angelo uzon said:
do you know how to remove notification panel gap?i've been searching for it a for a long time..i hope you can help me..i tried looking about 6hrs on dimen.xml on systemui but still don't know..
Click to expand...
Click to collapse
I don't know what you mean with notification panel gap. Could you post a screenshot and indicate what you mean?
Also provide me the decompiled systemui app please so I can take a look. I won't be able to decompile it myself because I lost my tools when my laptop was broken and I also don't have the depencies.

[WIP][DEV][PORT] LG Framework for LG G2 AOSP/CM/CAF

[size=+4]LG F[/size][size=+3]RAMEWORK[/size]​
[size=+3]~~ A[/size][size=+2]NNOUNCEMENTS[/size][size=+3] ~~[/size]
Dec 4 2016
Deleted github repo (it's not helping)
Oct 23 2016
4K + HFR Mod by @defcomg (manual install only, flashable zip later)
Oct 9 2016
Project is now online, partially (GitHub) details below
Sep 10 2016
Experimental LG Camera port uploaded
Aug 15 2016
Opened our GDrive folder to public and overhauled OP
[size=+3]~~ A[/size][size=+2]BOUT THE PROJECT[/size][size=+3] ~~[/size]
LG Framework is the backbone of every bloat feature LG added and this project aims to re-inject those important things to be able to run again OEM-implemented features like QuickCover, QuickMemo, QuickSlide Apps, etc. (LG Camera included in the list)
AOSP delivers the performance that we sought, but with those improvements come sacrifices. Other features shipped by LG aren't included in those lovely projects. So here we are, the X7 Team, and our kind and brave testers, to bring forth LG's bloat work to the world of Open-Source Softwares (not to open-source or reverse engineer it)
[size=+3]~~ M[/size][size=+2]ISCELLANEOUS[/size][size=+3] ~~[/size]
| LG Framework and Related Works |
G2 Camera Chromatix Mod (second page)
| G2 Camera by @B!GBOY |​
[size=+1]What's Happening?[/size]
Currently testing the framework resource which is injected manually
The code part of LG Framework is now working to CM-based ROMs
(Low Priority) Bypass signature checks using selective exclusion to avoid security holes
Click to expand...
Click to collapse
[size=+2]Links[/size]​
[size=+2]4K Mod + 60/120 HFR[/size]​
Here's the zipped framework from CloudyG2: https://www.dropbox.com/s/ta3l3iwhdylkcwy/CloudyG2.zip?dl=0 Enjoy!
Startrek852 said:
Here's the zipped framework from CloudyG2: https://www.dropbox.com/s/ta3l3iwhdylkcwy/CloudyG2.zip?dl=0 Enjoy!
Click to expand...
Click to collapse
Thanks! But your account is overloaded by traffic :3
Well it's okay it doesn't matter as I already found the hard drive containing my CloudyG2 Backup recently and the backup was like years ago XD
Updating OP...
Well, if you want more up to date framework, here's the link: https://www.androidfilehost.com/?fid=24499762636001056
Just a little update here...
LG's framework seems to be properly named... their code's easy to track... LGCamera are disassembled... LGMemo are disassembled, LGMemo too... Maybe if I could just find "where" the hidden framework are ahahahhaha
So I will start porting the framework for running the most important!
STOCK LGCamera... (lemme re-emphasize ) "Stock" not ported LGCamera with all functions working
I already seen its possible since all codes are exposed... and native libraries are easy to modify too
Guys... we're seeing so much light here ahahahah
EDIT: BANG!!! Gotcha!!!
Code:
android.media.action.IMAGE_CAPTURE_OEM_MODE
xxoscarxx28 said:
Just a little update here...
LG's framework seems to be properly named... their code's easy to track... LGCamera are disassembled... LGMemo are disassembled, LGMemo too... Maybe if I could just find "where" the hidden framework are ahahahhaha
So I will start porting the framework for running the most important!
STOCK LGCamera... (lemme re-emphasize ) "Stock" not ported LGCamera with all functions working
I already seen its possible since all codes are exposed... and native libraries are easy to modify too
Guys... we're seeing so much light here ahahahah
EDIT: BANG!!! Gotcha!!!
Code:
android.media.action.IMAGE_CAPTURE_OEM_MODE
Click to expand...
Click to collapse
i really hope so thats what keeping me from going aosp. :good:
That's what's keeping all of us from going to AOSP, but as far as I know, this is not possible.
It's just not all open source.
Sent from my LG-D802 using Tapatalk
xxoscarxx28 said:
Just a little update here...
Click to expand...
Click to collapse
All our hopes are with you lol :fingers-crossed: keep us updated
If you are trying to port the camera and all the framework, you migh aswell have a look into the "advanced binaries 2.0.0" which XCAM uses that are ported from G Pro 2 LP 5.x.x. They seem to give overall better quality and you can get them as a .zip from the OT.
Keep us updated ^^
rdNNNN said:
If you are trying to port the camera and all the framework, you migh aswell have a look into the "advanced binaries 2.0.0" which XCAM uses that are ported from G Pro 2 LP 5.x.x. They seem to give overall better quality and you can get them as a .zip from the OT.
Keep us updated ^^
Click to expand...
Click to collapse
Dude, he's using a backup from CloudyG2 which already has an advanced camera driver.
Just a little clarification here... Even though a software is closed source, that doesn't mean you can't port it...
It is also open source... but in a hideous way Nothing can stop someone dedicated
And also that's why there are such a thing called "disassembly" and cross-referencing binaries ("diff" in short?)
Remember... someone already did port stock (Oxygen OS) camera binaries to CM for Oneplus One
I just realized that the framework used between Kitkat and Lollipop are so different... Ghash XD
But the function is pretty same, just refactored, and some are stripped out... Focusing now on just CloudyG2 3.3's framework...
Btw... does anyone here knows how to know the name of a library? XD
There is a library that LG Camera API uses which is named "hook_jni" in java interface but what *.so might it be looking? Who is "hook_jni"? Does anyone know?
Doing the lords work, sir!
For those who wants to be on the bleeding edge, you can have one now
But I can't ensure anything with this hyper alpha, stability, function, and safety... All of it is not assured... I haven't tried it also XD
Pm me if you want to try it
Wow u are amazing. Pls tell us if u try it
xxoscarxx28 said:
For those who wants to be on the bleeding edge, you can have one now
But I can't ensure anything with this hyper alpha, stability, function, and safety... All of it is not assured... I haven't tried it also XD
Pm me if you want to try it
Click to expand...
Click to collapse
Lollipop/Marshmallow/Doesn't matter?
YoDevil said:
Lollipop/Marshmallow/Doesn't matter?
Click to expand...
Click to collapse
As of now... only for CM13 as it is already a good base to start with and it is already CAF which means their software is already surpassing the qualities of an OEM one, but as always... OEMs have something we don't have :3
lollipo said:
Wow u are amazing. Pls tell us if u try it
Click to expand...
Click to collapse
Nope, I won't try it XD as I am pretty sure that it will cause havoc to CMSDK and to our precious SystemUI. I'll try it in a later stage
Those that already downloaded the alpha... I already tested it and it won't flash XD
And yeah I will let it now on the wilds (people demanded it so here it is now)... Its still the same software I just fixed updater error 6 (it was a syntax error, my bad)
[size=+2]Flash at your own risk, Haven't tested it yet, and is for CM13 only, MAKE NANDROID BACKUPS FIRST[/size]
LG Framework Fixed v0.01
EDIT: News here again, I tested it and then did another pass to the codes and my predictions are correct... I missed the permissions for executing the API inside so its like its worthless... but because LG seems to be exposing things too much, it seems that permissions are laid somewhere in /system/etc/permissions... @Startrek852 ???
Another news... It booted just fine testing for bugs but i think it booted fine because the whole framework is not allowed to execute ahahahha, will release again once this mess is fixed

[MOD][7.1.2 Beta2][Guide]Pixel Mod include Nav Bar Home button Animation For Nexus 5X

Hi everybody, this is my mod for myself and I'd like to share it to Nexus 5X users who like Pixel styles.
Hi everybody, this is my recent work, Port the Home Button Animation to N5X, We have the Full experience Nav Bar.
App info:
SystemUI.apk
Framework-res.apk
Other app comes from Pixel factory images
Mod features:
White Nav Button, and Home Button Animation for all language and no-Google Assistant
Latest Pixel Launcher
Pixel built-in wallpaper
Google wallpaper
Pixel boot animation
Round icon, night light mode,
Require stock 7.1.2 Beta2 NPG47I
Download and Details
Guide:
Pixel nav bar animation port to other phones guide ( update to 7.1.1 ).
Last update: 2017/03/22
Update to Android 7.1.2 beta2.
update: 12/08
Add separate Settings icon package. check the post update.
update: 12/06
Add full Pixel mod for N Final version.
Fix the switch icon edge cut off issue.
update: 11/26
Add full Pixel mod for DP2
update: 11/19
Use more simple way to bring the animation, build did not update yet, method write in the guide.
Add porting guide.
Update 11/13.
Clean something didn't need for the mod.
Screenshots.
View attachment 3948732
View attachment 3948733
Video of nav bar animation:
Q&A
Q: When I tap home button all things crash ??
A: Reset the system UI tuner settings you have set before.
Q: How to restore to stock.
A: Currently you can replace the SystemUI.apk and /oat directory manually, or you can dirty flash (don't wipe data) the FULL OTA Package can back to stock.
Thanks works great...!
having a flashable would be nice
Works!
Thanks Charles, just keep doing great work for 5x community !
Sent from my Nexus 5X using Tapatalk
It Work on PixelRom ?
Flashable Zip.
I have created a flashable zip for this. Please backup before install. I have not tested this since am not on the right rom version now. Please try and report back.
Renaf2 said:
It Work on PixelRom ?
Click to expand...
Click to collapse
Yes, works great
harihacker said:
I have created a flashable zip for this. Please backup before install. I have not tested this since am not on the right rom version now. Please try and report back.
Click to expand...
Click to collapse
Your zip file work great
Yes it's work on pixel Rom thx
Thx a lot! Works excellent!
Wow thanks a lot
Is it working on Pixel rom or the Pixel-X rom? Could someone please clarify?
harihacker said:
Is it working on Pixel rom or the Pixel-X rom? Could someone please clarify?
Click to expand...
Click to collapse
Yes it's working on pixel rom...not using pixel x rom so u would have to test that..
NX5
harihacker said:
Is it working on Pixel rom or the Pixel-X rom? Could someone please clarify?
Click to expand...
Click to collapse
Backup on twrp your Rom and try it on X Pixel Rom
Thank you very much. Now the Pixel has nothing left
Charles_l said:
Hi everybody, this is my recent work, Port the Home Button Animation to N5X, We have the Full experience Nav Bar.
App info:
SystemUI.apk
Mod features:
White Nav Button.
Google Assistant Home Button Animation
True White dot Home Button, no more car mode button mod.(shadow in full screen mode.)
Need stock 7.1.1 DP1
Download and Details:
http://chromloop.com/2016/11/lets-bring-home-button-animation-pixel-nexus-android-7-1-1/
Video on my N5X:
Anyone can make a flashable package?
Click to expand...
Click to collapse
Can you please make a tutorial on this so we can port it to other devices like my moto g 2014 or a nexus 6P or future updates to the nexus 5X or custom roms.
Whoa!
harihacker said:
I have created a flashable zip for this. Please backup before install. I have not tested this since am not on the right rom version now. Please try and report back.
Click to expand...
Click to collapse
Dude I've managed to test this zip on Nexus 6p NDE63H and it's perfectly working btw
Awesome job guys!
Just_Rise said:
Dude I've managed to test this zip on Nexus 6p NDE63H and it's perfectly working btw
Awesome job guys!
Click to expand...
Click to collapse
Maybe the DP version has the same signature, I don't recommend test it on other systems, if the apk signature is different, system will refuse to load systemUI, even you restore the original file, the only way to fix it is restore whole backup or wipe data.
Jackio987 said:
Can you please make a tutorial on this so we can port it to other devices like my moto g 2014 or a nexus 6P or future updates to the nexus 5X or custom roms.
Click to expand...
Click to collapse
I have been working on this for several days and I modified lots of things , the problem is, something definitely doesn't need to modify, I need to clear the things down to do a smallest modification.
Does this need root? And android 7.1 developer preview to work?
X3NOM said:
Does this need root? And android 7.1 developer preview to work?
Click to expand...
Click to collapse
Yes you need root access and 7.1.1 DP

[Deleted]

Delete
Hello,
I guess it works only on deodexed ROM ?
Thx
It wont work . You need the rc is embedded in framework as you will need frameworkres.apk as well as framework.jar
peyronnx said:
Hello,
I guess it works only on deodexed ROM ?
Thx
Click to expand...
Click to collapse
As i said it works on s8 port roms.
So yes deodexed ROMS.
hardik190 said:
It wont work . You need the rc is embedded in framework as you will need frameworkres.apk as well as framework.jar
Click to expand...
Click to collapse
I guess you haven't tried yet!
Rc is only based on systemui apk, no need of replacing framworkres.apk and framework.jar!
i am not a big fan to take the stuff that makes SOMEBODY'S ELSE rom good and make it available on other roms.. And I agree with a previous post that android is not as simple as APKs, it may work on similar roms but as settings and systemUI are not standalone apps, there is libs, framework and many things more. For instance the the framework-res.apk defines many features and options available on rom control. And framework-res only works on the base rom.
Simply, if you want this, juste use sac23's rom
Publicly posted kanged RC lmao, nice work thief :good:
vinayakjain1998 said:
Hey guys!
Unlock with face recognition (without swiping)(Smart Lock)
Unlock phone with fingerprint without pressing home button
Album art in lockscreen
And so on......
So why to restrict yourself to sac23 ROM with volte bug ?
Click to expand...
Click to collapse
why to restrict...?...Have you read the Sac´s Rom OP?..
He says:
"##GUYS PLEASE DO NOT TAKE ANYTHING FROM THIS ROM WITHOUT ASKING NO ONE CANNOT
USE MY ROM AS BASE FOR NOW## ""
That should be enough. If not, tell me and i will explain you why you should not publish my mods or thereassad mods out of Sac´s rom, ok bro?. If you want our mods in other roms, you only have to ask to the devs of those roms to implement them. All them knows us, so, you do not worry. Doing this kind of things can have very bad consequences for the phones of users as you on upcoming rom updates...
So, close and delete this thread, it should be better, do not think so?

Categories

Resources