[MOD]SuperuserMod for LP - Xperia Z1 Themes and Apps

Hi guys,
I spent many hours in searching for this mod with no success (not a fan of Xposed) so I decided, after I made work on Lollipop, to share it with you!
Please note:
this mod doesn't support opengl fix nor script to remove dex file but it is intended to use it with odexed rom anyway. I have no plans to continue developing it so use with caution. If you mess something you can flash the original services whis is found in post #7.
Instructions:
1. just in case, create a backup of your current services.jar (located in system>framework )
2. flash using recovery
3. done!
Apart from the lack of opengl fix I haven't found any other bugs yet, it seems to be working just fine. If you discover a bug or error that has something to do with this mod, I'd be glad to help you out

Odex or Deodex?

Denie46 said:
Hi guys,
I spent many hours in searching for this mod with no success (not a fan of Xposed) so I decided, after I made work on Lollipop, to share it with you!
Instructions:
1. just in case, create a backup of your current services.jar (located in system>framework )
2. flash using recovery
3. done!
I haven't found bugs yet, it seems to be working just fine. If you discover a bug or error that has something to do with this mod, I'd be glad to help you out
Click to expand...
Click to collapse
I dont know how you look for, because there is allready a couple of post with the superusermod for z1.
http://forum.xda-developers.com/showthread.php?t=3122592
http://forum.xda-developers.com/showthread.php?t=3117479
Anyway you should add a líne in your script to delete the services.odex in order to make it work properly.
Hope you did this services.jar following the tutorial to avoid breaking the OpenGL.
http://forum.xda-developers.com/showthread.php?t=3120144
Cheers

juanpirulo said:
I dont know how you look for, because there is allready a couple of post with the superusermod for z1.
http://forum.xda-developers.com/showthread.php?t=3122592
http://forum.xda-developers.com/showthread.php?t=3117479
Anyway you should add a líne in your script to delete the services.odex in order to make it work properly.
Hope you did this services.jar following the tutorial to avoid breaking the OpenGL.
http://forum.xda-developers.com/showthread.php?t=3120144
Cheers
Click to expand...
Click to collapse
Thanks for your guide! I really didn't know about the OpenGL bug so i'll take that into account. Honestly I spent quite a time into searching and wouldn't post this mod if I had found one already.
@geabeack, it is for deodexed, that's why it doesn't have an odex-removing script. I also have no plans to further develop this mod, just wanted to post so there's one, but it seems there are a few already.

Hi can one of u send me the stock odex services.jar that are not modded?Tnx guys.

Denie46 said:
Thanks for your guide! I really didn't know about the OpenGL bug so i'll take that into account. Honestly I spent quite a time into searching and wouldn't post this mod if I had found one already.
@geabeack, it is for deodexed, that's why it doesn't have an odex-removing script. I also have no plans to further develop this mod, just wanted to post so there's one, but it seems there are a few already.
Click to expand...
Click to collapse
You should edit your first post and remove the link to avoid people install that services.jar then. Cheers

juanpirulo said:
You should edit your first post and remove the link to avoid people install that services.jar then. Cheers
Click to expand...
Click to collapse
I know, thanks!
anakdayak said:
Hi can one of u send me the stock odex services.jar that are not modded?Tnx guys.
Click to expand...
Click to collapse
Here you go, you just need to flash it.

If he want to get back to stock he needs also the services.odex inside the framework/arm folder.

Related

[MOD]270/360 Rotation mod 2.1 (Now fixed and 100% working)

Full up to 360 rotation on 2.1 roms!!
Simply apply MCR3.1 360 Rotation Mod.zip like any other update.zip
This mod was made for MoDaCo Custom ROM r3.1 and it changes framework so it will most likely only work on this rom but it can easily be made for any rom.
Enjoy!!
Ok now its fully working, finally fixed the settings.apk!!
Thanks goes out to optedoblivion for the original 360 rotation mod, FloHimself for helping me out and keeping my head held high ;-) and mikkle for editing the new settings.apk and getting it working for us :-D
thanks for the sharing Dude
Can you explain what you did and how?
So if we have some modded framework we can modify it ad libitum!
Nice thanx
Nice work! Hope you can resolve that bug...
BlackLine7 said:
Can you explain what you did and how?
So if we have some modded framework we can modify it ad libitum!
Click to expand...
Click to collapse
I used smali to decompile framework.jar and replaced
classout/android/view/WindowOrientationListener.smali
classout/android/view/WindowOrientationListener$SensorEventListenerImpl.smali
classout/android/provider/Settings.smali
all "classout/android/provider/Settings$" files
With the ones from cyanogenmods desire rom
also the setting apk from cyanogens mod and that is why currently settings is bugged but im working on it now for a stable release!
FloHimself said:
Nice work! Hope you can resolve that bug...
Click to expand...
Click to collapse
Should hopefully be a matter of half hour work, I hope lol
liamstears said:
I used smali to decompile framework.jar and replaced
classout/android/view/WindowOrientationListener.smali
classout/android/view/WindowOrientationListener$SensorEventListenerImpl.smali
classout/android/provider/Settings.smali
all "classout/android/provider/Settings$" files
With the ones from cyanogenmods desire rom
also the setting apk from cyanogens mod and that is why currently settings is bugged but im working on it now for a stable release!
Click to expand...
Click to collapse
Ok nice!
Thanks for the info
Can anyone with the know how of editing apk's or smali or building from source please please please contact me via pm
http://forum.xda-developers.com/showthread.php?p=6959455#post6959455
Isn't working.installed it on mcr 3.1. Now i can't go in to settings .
starchildx said:
Isn't working.installed it on mcr 3.1. Now i can't go in to settings .
Click to expand...
Click to collapse
weird, defo is working!
And I have found a way around probs with wifi not working but its annoying and long winded, really need a proper fix
First post updated, settings now fully working!!
liamstears said:
First post updated, settings now fully working!!
Click to expand...
Click to collapse
mhh not a sooo nice fix so you want to extract only the needed changes for rotation from settings.smali from CM with the htc settings.smali? Is that right?
FloHimself said:
mhh not a sooo nice fix so you want to extract only the needed changes for rotation from settings.smali from CM with the htc settings.smali? Is that right?
Click to expand...
Click to collapse
Exactly!
But im not exactly good at this, still learning, i come from modding I8910 S60V5!! lol
FloHimself said:
mhh not a sooo nice fix so you want to extract only the needed changes for rotation from settings.smali from CM with the htc settings.smali? Is that right?
Click to expand...
Click to collapse
Can you help? Also I sent you a pm
liamstears said:
Exactly!
But im not exactly good at this, still learning, i come from modding I8910 S60V5!! lol
Click to expand...
Click to collapse
Ok. It may be time consuming with porting low level smali parts from one to another dissably file (maybe with all htc modded stuff in it).
If I'm right the "WindowOrientationListener" just works? So you could just write your own simple application for these rotation settings...
Seen your PM. I'm not at my box right now. I'll add you to msn when I'm back! Maybe we'll find a solution.
FloHimself said:
Ok. It may be time consuming with porting low level smali parts from one to another dissably file (maybe with all htc modded stuff in it).
If I'm right the "WindowOrientationListener" just works? So you could just write your own simple application for these rotation settings...
Seen your PM. I'm not at my box right now. I'll add you to msn when I'm back! Maybe we'll find a solution.
Click to expand...
Click to collapse
I dont think I quite have the knowlege to create my own app to do it but sounds like a solution maybe someone could come up with?
Would be nicer to have the settings in settings though
It worked when I flashed the first file, but stopped working after I applied the fix. My phone is now back to how it was
/Edit: I lie! It works fine
@liamstears
could you please post your disassembled stuff as zip?

[Q] bloatwares in DXKT7 stock rom??

hello guys,
I am in the learning process making custom ROM from DXKT7 stock rom with dsixda kitchen, with my little knowledge about linux stuff (really little), it's still a long way for me becoming great dev like tj_style or squadzone, but still I wanna learn little by little.. I believe everyone start from n00b, but not all ended up a pro
so allow me asking a few silly n00b question,
1. I've seen many custom rom that have smaller size compare than stock rom, and thus make the performance increases.. so which app/file are safe to remove (bloatware) ? I have search the forum but didn't find the thread explaining about this..
I hope there are devs who humbly answer this question, even provide the list, I really appreciate that
2. does any app in /system/app folder has any dependency/correspondency with another file from another folder (e.g. /system/app/SamsungApp.apk with /system/framework/com.samsung.android.sec_platform_library.jar) ? does it mean if we gonna remove/replace the apk in app folder then we must also remove the file in that other folder?
3. if we gonna replace some apps (apk), does it just drag and drop or there is other thing needed to do?
pardon my silly n00b question guys, and my bad english too..I really hope there are devs who can answer my question,thanks in advance
Prodai said:
hello guys,
I am in the learning process making custom ROM from DXKT7 stock rom with dsixda kitchen, with my little knowledge about linux stuff (really little), it's still a long way for me becoming great dev like tj_style or squadzone, but still I wanna learn little by little.. I believe everyone start from n00b, but not all ended up a pro
so allow me asking a few silly n00b question,
1. I've seen many custom rom that have smaller size compare than stock rom, and thus make the performance increases.. so which app/file are safe to remove (bloatware) ? I have search the forum but didn't find the thread explaining about this..
I hope there are devs who humbly answer this question, even provide the list, I really appreciate that
2. does any app in /system/app folder has any dependency/correspondency with another file from another folder (e.g. /system/app/SamsungApp.apk with /system/framework/com.samsung.android.sec_platform_library.jar) ? does it mean if we gonna remove/replace the apk in app folder then we must also remove the file in that other folder?
3. if we gonna replace some apps (apk), does it just drag and drop or there is other thing needed to do?
pardon my silly n00b question guys, and my bad english too..I really hope there are devs who can answer my question,thanks in advance
Click to expand...
Click to collapse
First of all you are not a noob you are a learner and newbie..dats good u have started on your own..
Answers..
1.if you dont want odexed rom then delete odex files from system/app and they are duplicates..so delete their duplicates..
2.yes some apks are depended on frameworkres.apk for example touchwizz.apk...do delete other apps like youtube,email etc
3.if you are doin on pc copy/paste method is efficient..
I m also doin the same..m getting bootloop on my 1st testbuilt..
Raj joshi said:
First of all you are not a noob you are a learner and newbie..dats good u have started on your own..
Answers..
1.if you dont want odexed rom then delete odex files from system/app and they are duplicates..so delete their duplicates..
2.yes some apks are depended on frameworkres.apk for example touchwizz.apk...do delete other apps like youtube,email etc
3.if you are doin on pc copy/paste method is efficient..
I m also doin the same..m getting bootloop on my 1st testbuilt..
Click to expand...
Click to collapse
thank u for the answer raj
1. did u mean deodexing the rom? yes I have deodexed the rom using dsixda kitchen, so the odex files no longer exist. but I want to remove other app/file that are safe to remove, so I can increase the performance of the rom and make a free space/ smaller rom size. or so to say, I want to slim down the rom. can u tell me what app u have been removed from the stock raj?
2. that's what I think, thank u for confirming raj
so now I'm gonna have to take a look at each folder
3. ok, thank u raj. +1 for u.
Prodai said:
thank u for the answer raj
1. did u mean deodexing the rom? yes I have deodexed the rom using dsixda kitchen, so the odex files no longer exist. but I want to remove other app/file that are safe to remove, so I can increase the performance of the rom and make a free space/ smaller rom size. or so to say, I want to slim down the rom. can u tell me what app u have been removed from the stock raj?
2. that's what I think, thank u for confirming raj
so now I'm gonna have to take a look at each folder
3. ok, thank u raj. +1 for u.
Click to expand...
Click to collapse
Making slimmer rom means deleting extra large stuffs and unwanted junk..see u can make slim stock by deleting some apps in system/app lyk i said before youtube,email,samsung app & new twlauncher by replacing stock..then delete unwanted ringtones etc.. u r done mine rom is jsr 110mb..dats slim at initial basis..i will improve it..
Ok let me get into this straight deleting a couple of apps and slimming it down won't increase the performance..if you still want some Samsung apps and Google apps... And for performance its all about a good kernel.... Ya some apps have dependencies.. Like gtalk needs few location and network based libs and jar files to work any doubts.?? I post a reply I will be happy to help you out...
sent from cyanmobile powered Beni
speed_bot said:
Ok let me get into this straight deleting a couple of apps and slimming it down won't increase the performance..if you still want some Samsung apps and Google apps... And for performance its all about a good kernel.... Ya some apps have dependencies.. Like gtalk needs few location and network based libs and jar files to work any doubts.?? I post a reply I will be happy to help you out...
sent from cyanmobile powered Beni
Click to expand...
Click to collapse
so it means to improve the performance of stock-rom based, we gotta improve the kernel, not deleting the file (and here I thought it will increase available memory/ram because some services is not there anymore :silly: ). but it nice to have cyanmobile maintainer answered this n00b question, thank u, +1 for u
I'm learning how to compile the kernel and add some features, but still it's a looong way for me to go. not kernel yet. I think I shall try with wilfred007. just replace the boot.img right? or should I extract it with dsixda's kitchen and just take the zimage?
edit : I tried replacing boot.img and flashed it.. bootlooooppp.. is it update script? but when I repacked it with dsixda it says no error found.. am I missing something here?
Prodai said:
so it means to improve the performance of stock-rom based, we gotta improve the kernel, not deleting the file (and here I thought it will increase available memory/ram because some services is not there anymore :silly: ). but it nice to have cyanmobile maintainer answered this n00b question, thank u, +1 for u
I'm learning how to compile the kernel and add some features, but still it's a looong way for me to go. not kernel yet. I think I shall try with wilfred007. just replace the boot.img right? or should I extract it with dsixda's kitchen and just take the zimage?
edit : I tried replacing boot.img and flashed it.. bootlooooppp.. is it update script? but when I repacked it with dsixda it says no error found.. am I missing something here?
Click to expand...
Click to collapse
no need to repack unpack... just change the boot.img... as far as the kernel goes.. the less is the size of zimage the more is its performance...
in order to get a good kernel strip unncessary stuff from it.... i could provide a nice way to go about learning kernels..start with a bit of c..then read the zcop thread atleast twice(no copy pasting) understand what each code does...then look through github commits of higher devs...
and dont call yourself a noob a newbie would be better...

[REQ]Longpress back button to kill app

Hello!
I am not new to these forums.. I am a frequent reader, but I am not much of a poster.
I have a request that I think will benefit alot of galaxy tab 10.1 users running the stock roms.
Would anyone be able to /interested in modding the android.policy.jar file PhoneWindowManager.smali file to enable longpress back to kill foreground app? like the function we get in CM and AOKP roms? There is no need to have a setting for it in system settings. Just an android.policy.jar we could flash if we want the function enabled..
I have found this thread http://forum.xda-developers.com/showthread.php?t=1969499 discussing and explaining how to do this.
I have tried to do this myself, but either it just won't work or I end up in a bootloop. I am new to editing .smali files and understanding their buildup.. So I am asking here to see if anyone is willing to take a look and help me out.
My guess is that I am not the only one who wants this in the stock rom, and I hope that someone is willing to do this to the benefit of not only me but everyone else running the stock ICS and JB roms missing this function.
I am running the "something" JB stock rom by smaw51 with the extended power menu. I will add a link to my android.policy.jar if anyone wants to take a look at it.. If not edit it, maybe explain what strings to change in the .smali file in order to get it working. I know we will probably need a custom .smali with the kill function aswell if the one in this thread won't work...
Download android.policy.jar
Kind regards
Michael
up for this =)
lampz said:
up for this =)
Click to expand...
Click to collapse
I have been in contact through PM's with tdunham... the author of this thread: http://forum.xda-developers.com/showthread.php?t=1971712 and he has agreed to take a look at our android.policy.jar
I will get back with whatever he comes up with
MichaelGroth said:
I have been in contact through PM's with tdunham... the author of this thread: http://forum.xda-developers.com/showthread.php?t=1971712 and he has agreed to take a look at our android.policy.jar
I will get back with whatever he comes up with
Click to expand...
Click to collapse
I finally got this working after numerous edits and tests, and with lots of help from Mirko ddd, tdunham and lyapota.
Does anyone want me to post a tutorial on how to do this?
Will require some modification to the android.policy.jar file.
Might require decompiling and getting a string from framework-res.apk values/public.xml
(Optional) in order to get a toast message saying "Application Killed." we will need to edit some strings in framework-res.apk values/strings.xml and recompiling framework-res.apk using APKTool or Virtuous Ten Studio. If we don't change this we still do get a toast, but it will then say "force app to close", wich (in my opinion) didn't look very stock.
Also, I have only tested this on JB, but it might be very similar for ICS.
Would really appreciate this function!
MichaelGroth said:
I finally got this working after numerous edits and tests, and with lots of help from Mirko ddd, tdunham and lyapota.
Does anyone want me to post a tutorial on how to do this?
Will require some modification to the android.policy.jar file.
Might require decompiling and getting a string from framework-res.apk values/public.xml
(Optional) in order to get a toast message saying "Application Killed." we will need to edit some strings in framework-res.apk values/strings.xml and recompiling framework-res.apk using APKTool or Virtuous Ten Studio. If we don't change this we still do get a toast, but it will then say "force app to close", wich (in my opinion) didn't look very stock.
Also, I have only tested this on JB, but it might be very similar for ICS.
Click to expand...
Click to collapse
Can u post your modded android.policy.jar file
txtmikhail said:
Can u post your modded android.policy.jar file
Click to expand...
Click to collapse
It might not work for your device.. Mine is for 4.1.1 [JB] 8010..
Tutorial is live..
Go here: http://forum.xda-developers.com/showthread.php?p=36102714

Didact74's Multi-Tool v2.0.3

Didact74's Multi-Tool v2.0​
Hello everyone, I have been away from the scene for a little while due to an unGodly work schedule. Since work is slowing just a tad, I figured I would ease back in by trying to finalize my MULTI-Tool that I started a while back. I know there have been a few others who have dropped similar programs recently but I couldn't bare to just throw this thing away, so here it is.
A few things this program will do.....
Pull Files
Push Files
Deodex Files
Odex Files
Pull BootClassPath Info
Pull and set Framework files
Pull Partition Info
Pull Partition Images
Reboot Functions
Logcat Functions
And several variations of each of the above.
Right now its in a BETA stage because I am sure some issues will surface due to the fact that I cant test everything this can do myself without geting side tracked. Give it a whirl, post some feedback, and offer up some ideas that I can add to it if you want. Its a simple Batch File, no fancy GUI or anything yet. Maybe down the road....
A few things to keep in mind.....
This tool is meant for intermediate level developers who are comfortable
reading, writing, and making basic changes to thier phone. There is a lot
of stuff in this program and I have not been able to fully test all the
different possible scenarios. I ask that you have a working backup of your
phone before using this program. I highly doubt you will need it, but I
have to CMA!
Additionally, I ask you read each mini-tutorial at the start of each option
screen. It will give you some direction on how to proceed. If you come
across any issues or problems please let me know and I will do my best to
resolve them.
I am not a programmer! I know just enough JAVA, C++, and batch
script to scrape by. I am absolutley certain there are more efficient ways
to write the code in this program. Feel free to do so if you like.
ENJOY!
XDA:DevDB Information
Didact74's Multi-Tool, Tool/Utility for the Verizon Samsung Galaxy S 5
Contributors
Didact74
Version Information
Status: Beta
Created 2014-07-08
Last Updated 2014-07-26
Change Log​
Initial Release
v2.0.0
Pull Files
Push Files
Deodex Files
Odex Files
Pull BootClassPath Info
Pull and set Framework files
Pull Partition Info
Pull Partition Images
Reboot Functions
Logcat Functions
v2.0.1
Added APKTool v2.0
Added baksmali v2.0.3
Added smali v2.0.2
Fixed Compiling Batch errors associated with older APKTool
v2.0.2
Fixed some diectory errors
Fixed some Odexing errors
v2.0.3
Home screen is streamlined
Added the option to deodex entire Odexed Rom from the Deodex menu
Added more efficient Deodex code
Didact74 said:
I see a few downloaders....lol. Hopefully a few will get some use out of it. I got a few PMs asking if they can use it for other devices. I know it works for the S5 and the Xoom, other than that I dont know. Its pretty universal I would assume, but let me know what you find out. Dont be worried about posting up your questions here.....it will help others if you do.
Click to expand...
Click to collapse
Where is the download link?
Misterxtc said:
Where is the download link?
Click to expand...
Click to collapse
See screenshot....
Didact74 said:
See screenshot....
Click to expand...
Click to collapse
Thanks, that looks great. I'll definitely give it a try. I was searching for another multi-tool this morning and it looks like I found a gem here.
Didact74 said:
Hello everyone, I have been away from the scene for a little while due to an unGodly work schedule.
Click to expand...
Click to collapse
welcome back didact!! it has been forever since i have seen you in these parts! did u get yourself an s5?
BeansTown106 said:
welcome back didact!! it has been forever since i have seen you in these parts! did u get yourself an s5?
Click to expand...
Click to collapse
Thanks Beans! Yes, work was nice enough to give me a choice of Android or Apple.....so here i am .
I am hoping to get into some modding in the coming weeks.
Recompiling doesn't work for me. I copied the decompiled framework-res.apk and the deodexed file to the load/framework folder and I get a file not found error. I also tried systemui and it said it compiled but there was no compiled file to be found.
Misterxtc said:
Recompiling doesn't work for me. I copied the decompiled framework-res.apk and the deodexed file to the load/framework folder and I get a file not found error. I also tried systemui and it said it compiled but there was no compiled file to be found.
Click to expand...
Click to collapse
Okay.....i will check in the morning and try to replicate the error. Thank you.
Didact74 said:
Okay.....i will check in the morning and try to replicate the error. Thank you.
Click to expand...
Click to collapse
Ok, I'm running Windows 8.1 if that matters.
I cant test Win8, I am running Win 7 x64 so I will need other feedback for that one.
I fixed an issue with the Batch picking out an .apk in the Framework folder so that should resolve part that issue. Originally I set all framwork folders up to recognize .jar files only, not remembering there are two .apks (framework-res.apk and twframework-res.apk) that reside in the framework folder as well. I have fixed that issue. The other part of that problem is I was not able to recompile framework-res with my version of apktool. All the other files I tried decompile and recompile with no issues. Not sure if there is a known issue recompiling some files in KitKat or not. If there are I will need to find out what they are and build them in to the program.
I was able to decompile and recompile SystemUI with no issues so I am having an issue duplicating that error. When recompiling and decompiling there are several options to choose from. Single files, entire directory, certain folders, etc. When you are performing these functions, which option are you selecting in the menu?
Have you tried any other features?
Didact74 said:
The other part of that problem is I was not able to recompile framework-res with my version of apktool. All the other files I tried decompile and recompile with no issues. Not sure if there is a known issue recompiling some files in KitKat or not. If there are I will need to find out what they are and build them in to the program.
Click to expand...
Click to collapse
What version of apktool did you use? I know that I was not able to use 1.5.2 on my kitkat (S3) framework-res and had to switch to a 2.0+ version to get it to work
CNexus said:
What version of apktool did you use? I know that I was not able to use 1.5.2 on my kitkat (S3) framework-res and had to switch to a 2.0+ version to get it to work
Click to expand...
Click to collapse
I am indeed using 1.5.2. This should be a simple fix then. I will locate 2.0 and add it to the setup.
Thank you sir!
Okay v2.0.1 is up with updated APKTool.
Compiling should be error free now....hopefully
Awesome work
v2.0.2 is up.
I had to post a download link in the changelog thread because the DEV Database is having an issue with uploads right now for some reason. See post #2 for the download link. I will change it back when the site is fixed.
v2.0.3 is now ready.
The downloads tab is now working again so I will be removing the hyperlink from page 2. Just download from the tab at the top of the first post again.
Updating changelog now.....
The legend is back! Nice to see you around again buddy
sbreen94 said:
The legend is back! Nice to see you around again buddy
Click to expand...
Click to collapse
LOL, the legend of never having time to do anything maybe.
Thanks though!
Didact74 said:
LOL, the legend of never having time to do anything maybe.
Thanks though!
Click to expand...
Click to collapse
Haha I feel your pain on that one. I would like an extension on the number of hours in the day

[GUIDE] Xposed Framework On Galaxy S4 Lollipop ROMs

1.Install XposedInstaller_3.0-alpha2.apk from
http://forum.xda-developers.com/showthread.php?t=3034811
2.Flash xposed-sdk21-arm-20150430-arter97.zip from
http://forum.xda-developers.com/xposed/unofficial-xposed-samsung-lollipop-t3113463
No needs to modify any jar now.
Again Thank you @darkera13 to bringing out and Big Thanks to @arter97 for making it noob friendly..
working in my i9500
Omg finally. Great!
Now this time for upgrade to Lollipop.. Gonna try it later..
Yes!!Finally!!
From my s4 Powered by
Prism barebone v15
LWK or VoLTage kernel.
This leaves more questions than answers. Can someone make a flashable zip for our S4 by compiling the files from the sources or does it have to be done specifically for every device??
Hope our top developers can integrate xposed with their ROMs soon.
Anyway kudos to the original developer for cracking the pandora's box
At last ! Xposed Framework for Samsung Lollipop ! But i am still newbie and didnt know how to recompile or decompile file. Can you make a flashable zip ?
Wow Good
Yaeh i see it in android forum, i were try to add it but takes some time and im too lazy for that..
I will let you know if it worked in i9500 too
I can make a flashable zip but the problem maybe it wont work more than stock s4 LP
Can anyone share the compiled files it would be great
XphantomX said:
Can anyone share the compiled files it would be great
Click to expand...
Click to collapse
Yes i hope someone does it.
From my s4 Powered by
Prism barebone v15
LWK or VoLTage kernel.
RubbaBand said:
I can make a flashable zip but the problem maybe it wont work more than stock s4 LP
Click to expand...
Click to collapse
It would help if you did. Thanks in advance!
did it worked for anyone ? i am using s4 9505 stock rooted...please let me know if it would work on my rom
What would be nice is a list of the files in the services.jar.out smali that contain the line
Ljava/lang/String;->clear()V
instead of needing to go through every one of them... too time consuming imho
i found them
bobfrantic said:
What would be nice is a list of the files in the services.jar.out smali that contain the line
Ljava/lang/String;->clear()V
instead of needing to go through every one of them... too time consuming imho
Click to expand...
Click to collapse
i found all of them but can't recompile always gives error messages
You can search folder with notepad+ guys is all automatic.
On aurora works ok, but I can't install apps, I need to push them manually and that's not cool at all. For now I ll be without it and when the great devs fix this will try again.
Well the great devs works hard and fast, now is all working!
Welcome xposed to tw lollipop!
Martillero said:
You can search folder with notepad+ guys is all automatic.
On aurora works ok, but I can't install apps, I need to push them manually and that's not cool at all. For now I ll be without it and when the great devs fix this will try again.
View attachment 3322992
Well the great devs works hard and fast, now is all working!
Welcome xposed to tw lollipop!
Click to expand...
Click to collapse
Pls upload file core-libart.jar , services.jar
Guys look at this post from Dr ketan
dr.ketan said:
I think it's sorted out.
Instead of flashing xposed-sdk21-arm-20150430.zip form mentioned in OP Flash it from here
http://forum.xda-developers.com/xposed/unofficial-xposed-samsung-lollipop-t3113463
I am booting device and now Android Upgrading regularly....
Which was going to finish in secong before this.
Once upgrading finish, will try to install application
Edit : Confirmed - Now Application Installed regularly on N910G. I have modded jar but it should work without editing jar too as OP of thread didn't asked for it.
Edit 2:
1.Install XposedInstaller_3.0-alpha2.apk from here
2.Flash xposed-sdk21-arm-20150430-arter97.zip from above said link
That's it.
No needs to modify any jar now.
Again Thank you @darkera13 to bringing out and Big Thanks to @arter97 for making it noob friendly..
.
Click to expand...
Click to collapse
And that should do it for u
sheard said:
i found all of them but can't recompile always gives error messages
Click to expand...
Click to collapse
how many files, and which one had Ljava/lang/String;->clear()V
bobfrantic said:
how many files, and which one had Ljava/lang/String;->clear()V
Click to expand...
Click to collapse
maybe 1000 or more
Mogten said:
It would help if you did. Thanks in advance!
Click to expand...
Click to collapse
Tested and confirmed
Bootloop.....
After a painful modifications

Categories

Resources