ICS tweaks - Xperia Arc General

A few tweaks from the devs here and there which vastly improve the current ics experience...
1. zeps supercharger
2. PapaSmurvs Smurfed out script(weird name but good script)
3. [email protected]'s tweakzv5 zip
Supercharger needs an additional services.jar patch which you can find in the thread, the other two work fine. They don't conflict and the smurfed out script tidies up the build.prop.
I've numbered them in the order I applied them, they work on both IceLite and Arconium v4 with no issues.

It helps if you give a short description telling us what the tweaks are about.

PapaSmurvs Smurfed out script also needs aditional patching of services.jar

I really like the supercharger tweak! Thanks
Sent from my LT15i using XDA

So, you had all the scripts on your phone at the same time? And everything worked okay? Cos I have supercharger running and I want to apply the third script.
Sent from my LT15i (Xperia arc) on KA ICSony

wondering if you could help me to locate the launcher, i've gone to data/data but still cant find it. im trying to install smurfed out

will these tweaks work on stock ics from sony?

rkanwar said:
will these tweaks work on stock ics from sony?
Click to expand...
Click to collapse
Sure.
Thanks for the tweaks OP.

Would like to know what these things DO.
I mean what are the downsides to them (and there must be downsides, as clearly Sony would have implemented what they do in the standard image).

Guys..I managed to root the stock ICS without unlocking the BL..so now can I install CWM?and how if u can help me...thank you so much for your help..and also I wanna know if these tweaks require unlocked BL or just root?

CrazyPeter said:
Would like to know what these things DO.
I mean what are the downsides to them (and there must be downsides, as clearly Sony would have implemented what they do in the standard image).
Click to expand...
Click to collapse
They're various tweaks to memory management, 3g speed, UI speed/smoothness and others. There's no downside, as such. The stock firmware can be pretty slow or laggy, these eliminate that.
omarfaieq007 said:
Guys..I managed to root the stock ICS without unlocking the BL..so now can I install CWM?and how if u can help me...thank you so much for your help..and also I wanna know if these tweaks require unlocked BL or just root?
Click to expand...
Click to collapse
CWM needs an unlocked bootloader, but the tweaks only need root.
sinkster©

Hi, how do I installl the service file thing for Supercharged?

How do I install Smurfed? It says I have an android launcher and trebuchet? I tried trubuchet last night but it froze when I booted up?

Related

[INFO] Note to all ROM makers

There seems to be issues with baksmali/smali v1.2.6 when deodexing latest samsung roms (2.3.4 maybe also some 2.3.3!).
If you baksmali framework.odex and smali it back to a dex file (without changing anything) your ROM will become laggy!
Some people say its the hardware acceleration that no longer works.
The web browser becomes unusable. There have been reports that video player and camera also seems laggy.
My suggestion is NOT to deodex framework.odex! I'm sorry to say this...
I know this means no custom deodexed roms! But I do believe you will run into more problems we don't know about yet!
But you can still do mods!
Just not deodexed framework mods. You can deodex apk files in the app folder. You can also try and deodex files in the framework folder as long and you dont deodex the framework.odex file! But here you have to convert them back to odex files!
As proof I have made this mod for stock XXKG1. I have the odexed the files back to odex using the dexopt-wrapper tool.
It is not just 1.2.6, I have built from the latest source and still has problems.
I disagree 100% fwiw with OP
I have no speed issues beyond that stupid browser, and that looks just like a baksmali bug. I don't do the "quit" attitude - I will fix it...
But anyway, there is no lag or anything here, even on 2.3.4 deodexed and underclocked.
So while there may be a browser issue, I would not suggest to people not to deodex. I can provide thousands of posts of people happy with a properly Deodexed and optimised ROM...
do we know why this happens? Is there an logic explanation
stian230 said:
do we know why this happens? Is there an logic explanation
Click to expand...
Click to collapse
Most likely minor baksmali bug
designgears said:
It is not just 1.2.6, I have built from the latest source and still has problems.
Click to expand...
Click to collapse
Maybe if we can debug using source we can figure out what goes wrong!
pulser_g2 said:
I disagree 100% fwiw with OP
I have no speed issues beyond that stupid browser, and that looks just like a baksmali bug. I don't do the "quit" attitude - I will fix it...
But anyway, there is no lag or anything here, even on 2.3.4 deodexed and underclocked.
So while there may be a browser issue, I would not suggest to people not to deodex. I can provide thousands of posts of people happy with a properly Deodexed and optimised ROM...
Click to expand...
Click to collapse
I hope you are right... But alot people also complains about all sorts of problems with the custom roms... and we dont really know if its related to this or not...
I spent all yesterday thinking about that...
The odex file is only valid when used with the exact BOOTCLASSPATH files. dalvik enforces this by storing a checksum of each file that the odex file is dependent on, and ensuring that the checksum for each file matches when the odex file is loaded.
When you are deodexing an apk, even if you don't need to set BOOTCLASSPATH for it (because you don't get any error msg while baksmali), by default these 5 jar are already included in the classpath: core.jar, ext.jar, framework.jar, android.policy.jar and services.jar. This means that an odex file has dependencies on every "BOOTCLASSPATH" file that is loaded when it is generated.
So i was thinking about to deodexing every apk in /system/app a part Browser.apk (i.e leaving Browser.odex) and try to figure out which jar file inside /system/framework has to remain odexed.
Maybe we can still have overscroll glow mod, renounce to have the extended power menu in order to get an HW accellerated Browser!
I don't know if it make sense for you as my english need to be improved
_JKay_ said:
I hope you are right... But alot people also complains about all sorts of problems with the custom roms... and we dont really know if its related to this or not...
Click to expand...
Click to collapse
You got any examples to hand?
The common issues I see are
- failing to read my install instructions
- trying to come from some other ROM without following the instructions
- trying to restore titanium backups entirely, depositing apps that are codes like half-polished turds in the phone
- pushing incorrect files into rom without knowing what they are doing
- stupid setcpu config
Am interested to see if you have found other issues, as camera and video player are confirmed by a fair number to be fine...
I swapped my phone with one running stock, and I had to tell my friend what I had done, as he was sure it was his oh, and I was underclocked to 800 max too at the time
pulser_g2 said:
You got any examples to hand?
The common issues I see are
- failing to read my install instructions
- trying to come from some other ROM without following the instructions
- trying to restore titanium backups entirely, depositing apps that are codes like half-polished turds in the phone
- pushing incorrect files into rom without knowing what they are doing
- stupid setcpu config
Am interested to see if you have found other issues, as camera and video player are confirmed by a fair number to be fine...
I swapped my phone with one running stock, and I had to tell my friend what I had done, as he was sure it was his oh, and I was underclocked to 800 max too at the time
Click to expand...
Click to collapse
The frameword.odex is not compiled correctly!! That's a fact!! The laggy browser proofs it. Framework.odex the largest most important file in the android framework!! And that does not concern you? Is that not a bit naive?
_JKay_ said:
The frameword.odex is not compiled correctly!! That's a fact!! The laggy browser proofs it. Framework.odex the largest most important file in the android framework!! And that does not concern you? Is that not a bit naive?
Click to expand...
Click to collapse
I believe what I see. I have asked HomerSp if he can take a look at it, when he can, as he knows a lot about the deodexing process.
But at the end of the day, while there is clearly something not working in baksmali or smali, this seems a good opportunity to fix it and pass on the fix to JF
I know what is in framework.jar, and that it covers most things...
I do genuinely have interest in seeing the issues you raised, as perhaps there is disparity between methods of deodexing??? I am interested to see if I can reproduce any here too, as that would highlight a wider issue.
pulser_g2 said:
I believe what I see. I have asked HomerSp if he can take a look at it, when he can, as he knows a lot about the deodexing process.
But at the end of the day, while there is clearly something not working in baksmali or smali, this seems a good opportunity to fix it and pass on the fix to JF
I know what is in framework.jar, and that it covers most things...
I do genuinely have interest in seeing the issues you raised, as perhaps there is disparity between methods of deodexing??? I am interested to see if I can reproduce any here too, as that would highlight a wider issue.
Click to expand...
Click to collapse
Well.... I will not use deodexed custom roms so I won't find any issues!!! But some people probably will or already has...
I'd rather spend my time on fixing this and create odexed mods until its fixed!
As soon as I see that the framework.odex can be compiled without breaking the browser... I might try some custom roms again..
That's weird. I'm using Lite'ning 1,5 ROM (which is deodexed) since i bought this phone and everything runs very smooth (including browser, video playback, gaming, launcher and so on). Before i had HTC Desire Z with CM7 on it and it was freezing slow if compared to my current setup. It's just flying.
AllWin said:
That's weird. I'm using Lite'ning 1,5 ROM (which is deodexed) since i bought this phone and everything runs very smooth (including browser, video playback, gaming, launcher and so on). Before i had HTC Desire Z with CM7 on it and it was freezing slow if compared to my current setup. It's just flying.
Click to expand...
Click to collapse
I know that version (2.2) does not include the original stock browser but a patched version.
Sent from my GT-I9100 using XDA Premium App
_JKay_ said:
I know that version (2.2) does not include the original stock browser but a patched version.
Sent from my GT-I9100 using XDA Premium App
Click to expand...
Click to collapse
You're basing all your points on 1 main problem, the browser.
That's hardly the way to go. Rather, they will work to solving the problem regarding the browser, then we can continue to have proper custom roms. Besides, KG1 is a leaked rom. Deodexing didn't affect KF2, it might not cause problems for later leaked or "official" roms.
Rather than directing others to your odexed mods, the way for things to move on is to see the problem being fixed. There's a reason why custom roms are almost always deodexed. Don't rock the boat if you don't like the status quo.
kenkiller said:
You're basing all your points on 1 main problem, the browser.
That's hardly the way to go. Rather, they will work to solving the problem regarding the browser, then we can continue to have proper custom roms. Besides, KG1 is a leaked rom. Deodexing didn't affect KF2, it might not cause problems for later leaked or "official" roms.
Rather than directing others to your odexed mods, the way for things to move on is to see the problem being fixed. There's a reason why custom roms are almost always deodexed. Don't rock the boat if you don't like the status quo.
Click to expand...
Click to collapse
That's actually exactly what I am saying!! Don't spend time on fixing the browser! Spend time on fixing the baksmali/smali tools!!
But until that's fixed I believe you can't really rely on the deodexed roms because framework.odex does not compile correctly!!
Some people said that you can't do mods that are odexed!! Thats the reason for the example! You actually don't need to deodex the framework!! But I admit.. it's easier not to odex files...
BTW guys, following the OP IDEA i got my own custom rom working with the odexed stock Browser (i.e. HW accellerated).
Basically all the apps have been deodexed apart Browser, and i left the framework jar files odexed!
Basically i got the same features/mod as before, the only think i have to renounce is the overscroll glow effect (i don't like it at all, i prefer the stock Samsung bounce effect) and the extended power menu (we can easily replace it by using quickboot).
That's it
thanks _JKay_ for the IDEA!
But I do think the problems wont fix itself in the future. The SGS facing the same problems with XXJVQ!!
LeoMar75 said:
BTW guys, following the OP IDEA i got my own custom rom working with the odexed stock Browser (i.e. HW accellerated).
Basically all the apps have been deodexed apart Browser, and i left the framework jar files odexed!
Basically i got the same features/mod as before, the only think i have to renounce is the overscroll glow effect (i don't like it at all, i prefer the stock Samsung bounce effect) and the extended power menu (we can easily replace it by using quickboot).
That's it
thanks _JKay_ for the IDEA!
Click to expand...
Click to collapse
No problem! Actually my mod gives you the extended power menu
_JKay_ said:
But I do think the problems wont fix itself in the future. The SGS facing the same problems with XXJVQ!!
Click to expand...
Click to collapse
I agree with you, but at least, since a lot of people complain about the stock browser, we can stay happy with it!
I reckon we need new tool for deodexing, smali backsmali are dated now...

Making roms and soft mods?

Dont know whether I should put this here or in general.....
Anyways, I do have a laptop now. I can make mods etc, but I do not know how. What is the best way to make soft-mods?
What devs allow softmods?
What do people want in a softmod?
Any suggestions would be welcome!
Thanks for your Offer.
I recommend you to make a Froyo Soft-Mod, cause we've a lot of GB CM7 on this forums, will be great to see more Froyo's ROM updated.
Take (with his permission) Miroslav's Utopia to start.
leoposas said:
Thanks for your Offer.
I recommend you to make a Froyo Soft-Mod, cause we've a lot of GB CM7 on this forums, will be great to see more Froyo's ROM updated.
Take (with his permission) Miroslav's Utopia to start.
Click to expand...
Click to collapse
So, what should I put in it?
What should I do?
Making mods without any ideas. It will be hard...
Sent from GT540.
haha this should be in general Either way 2.2 would be good i think i made a hell to many for 2.3 But for 2.2 its rather hard to theme but for tweaks its still fine.
bs828 said:
haha this should be in general Either way 2.2 would be good i think i made a hell to many for 2.3 But for 2.2 its rather hard to theme but for tweaks its still fine.
Click to expand...
Click to collapse
Well you can always edit png's in framework. You can use uot kitchen, dsixda kitchen, xultimate.
Init.d can be tweaked
If you want a complete ROM build you can try aosp froyo. You might use pcfighter / zice kernel .....
Sent from my GT540 using xda premium
Aosp froyo with notification bar togles, init.d script and ginger or some other theme would by nice.
When i created my soft-mod i didn't use a computer.
U don;t really need a computer to create a mod.
U just need root explorer. unless u want to create it into a recovery zip
Yes
androidboss7 said:
When i created my soft-mod i didn't use a computer.
U don;t really need a computer to create a mod.
U just need root explorer. unless u want to create it into a recovery zip
Click to expand...
Click to collapse
How did you decompile, and compile apk without windows?
bataya said:
How did you decompile, and compile apk without windows?
Click to expand...
Click to collapse
he just deleted apk's and added scripts etc
Hi.
I want start to make Rom .
Where should I start *?
Sent from my HTC Explorer A310e using xda app-developers app
Start by making soft-mods. Get a Rom flash it on your phone, dont add any personal stuff like contacts yet. Put in some nice apps themes tweaks and mods and after that use CWM to back it up and it "should" be ready to share... well at least that is somewhere to start from.
Edit: For those planning to make 4.0 softmods maybe you can also see this http://forum.xda-developers.com/showthread.php?t=1680328 i know its from the SGSII but i guess the way to do things is similar. (just dont use the flashable thing from the mediafire link!)

Supercharging CM10

Can someone tell me how to supercharge CM10?
I have never supercharged any ROM and all I know about Supercharge is that it makes the Rom faster, and that is good enough to make me install it
So I am On Motorola defy MB525 (Green lens) with CM10,the latest build by quarx.
I tried looking around the web for this and got several guide but they all said that Supercharging Jellybean is different from others and etc..
So I want to know the correct way to do it and also it you have tried that method and also if it made your Cm10 better/faster.
I do it with all my ROMs but i think theres not that much of a difference.
You do pretty much the same as in the GB except from the ICS service centre which runs almost automatically!
CM10
My Quadrant score with CM10 is 1500! Whereas, I used to get a score of 2300 on CM7. . .what am I missing?? how do I improve my phone performance with CM10? HWA settings did not help neither did CPU governer settings.
Steveletack said:
I do it with all my ROMs but i think theres not that much of a difference.
You do pretty much the same as in the GB except from the ICS service centre which runs almost automatically!
Click to expand...
Click to collapse
But I am on Jelly Bean(CM10) So shouldn't I flash some kind of Jb service centee instead of a ICS service center?
And where do I get the service center from?
Theres not that much of a difference between ICS and JB
The Ics Service Center is integrated in the Supercharger, you do exactly the same on JB as on ICS
Simply run the Supercharger, it will bring you to the option ICS service center and then simply choose automatically its very easy just try it
Installed it and Uninstalled it
It didnt seem to make it any faster :/
Thanks anyways
Exactly how i told you
The only reason i installed was because of the transparent Notification Bar
But it didnt work so its useless
veddandekar said:
Installed it and Uninstalled it
It didnt seem to make it any faster :/
Thanks anyways
Click to expand...
Click to collapse
The ICS service centre isn't working on jelly bean yet.
It didn't make it faster because it didn't do anything.
zeppelinrox said:
The ICS service centre isn't working on jelly bean yet.
It didn't make it faster because it didn't do anything.
Click to expand...
Click to collapse
But it did say something about a patched service.jar thingi that can be downloaded manually.
zeppelinrox said:
The ICS service centre isn't working on jelly bean yet.
It didn't make it faster because it didn't do anything.
Click to expand...
Click to collapse
Oh sorry dude
That explains it
zeppelinrox said:
The ICS service centre isn't working on jelly bean yet.
It didn't make it faster because it didn't do anything.
Click to expand...
Click to collapse
wow, didnt know you were looking at defy forums as well, hi there and of course, thank you for v6
just one question: i have the v6 u9rc11t4 script, but everytime i run it, it re-supercharges my phone, and cant access driver options (it automagically selects option 24 [or 25, cant remember], and goes on). i read the whole OP in the v6 thread, but couldnt figure it out. how can i access it?
veddandekar said:
But it did say something about a patched service.jar thingi that can be downloaded manually.
Click to expand...
Click to collapse
The latest script should make it clear when you're running Jelly Bean... The ICS Priority Charger WebApp WON'T work...
But I'm just doing some finishing touches on a "Jelly Scream" script to do the smali edits.
zakoo2 said:
wow, didnt know you were looking at defy forums as well, hi there and of course, thank you for v6
just one question: i have the v6 u9rc11t4 script, but everytime i run it, it re-supercharges my phone, and cant access driver options (it automagically selects option 24 [or 25, cant remember], and goes on). i read the whole OP in the v6 thread, but couldnt figure it out. how can i access it?
Click to expand...
Click to collapse
Re-supercharger loads up your previous options.
But you can still change options afterwards.
Edit: Ok I've uploaded the Jelly Scream Smali Patcher script to the download page with all the latest scripts... http://goo.gl/1JPl8
Has the most tons of new edits that I haven't posted in the tutorial... just too many of them
zeppelinrox said:
The latest script should make it clear when you're running Jelly Bean... The ICS Priority Charger WebApp WON'T work...
But I'm just doing some finishing touches on a "Jelly Scream" script to do the smali edits.
Re-supercharger loads up your previous options.
But you can still change options afterwards.
Edit: Ok I've uploaded the Jelly Scream Smali Patcher script to the download page with all the latest scripts... http://goo.gl/1JPl8
Has the most tons of new edits that I haven't posted in the tutorial... just too many of them
Click to expand...
Click to collapse
i smell a 100% supercharged jellybean! thank you so much!
sent from my jellybean defy...
zeppelinrox said:
The latest script should make it clear when you're running Jelly Bean... The ICS Priority Charger WebApp WON'T work...
But I'm just doing some finishing touches on a "Jelly Scream" script to do the smali edits.
Re-supercharger loads up your previous options.
But you can still change options afterwards.
Edit: Ok I've uploaded the Jelly Scream Smali Patcher script to the download page with all the latest scripts... http://goo.gl/1JPl8
Has the most tons of new edits that I haven't posted in the tutorial... just too many of them
Click to expand...
Click to collapse
so do I run the jelly scren smali patcher script or the v6 super charger script?
EDIT: I ran both , first I ran the v6 super charger script and it was same as before so I ran the jelly scream and it said
"FAIL: ProcessList.smali NOT FOUND!
NO SUPERCHARGED LAUNCHER FOR YOU!"
What did I do wrong?
veddandekar said:
so do I run the jelly scren smali patcher script or the v6 super charger script?
EDIT: I ran both , first I ran the v6 super charger script and it was same as before so I ran the jelly scream and it said
"FAIL: ProcessList.smali NOT FOUND!
NO SUPERCHARGED LAUNCHER FOR YOU!"
What did I do wrong?
Click to expand...
Click to collapse
Same faillure for me, don't no how to patch service jar either.
Ok use this windows exe
http://forum.xda-developers.com/showpost.php?p=30553907&postcount=14036
Launcher is locked in memory
Hey! I am running the Quarx's latest nightly (12.09) on my MB526. Tried super charging Jellybean with the windows exe but cant get a 100% supercharged system, just keep getting the message "Launcher is locked in memory ie. Very Weak!" How do I unlock launcher in CM10? The option doesn't seem to be there in the performance settings like before.
Thanks for the detailed tutorial on the forum! Really want to get the buttery feeling on my defy
sumitpandey said:
..., just keep getting the message "Launcher is locked in memory ie. Very Weak!" How do I unlock launcher in CM10? The option doesn't seem to be there in the performance settings like before.
Click to expand...
Click to collapse
I got the same problem, anyone found a solution for it yet? Any help would be appreciated
What's happening here?
Sent via my Defy+
Well the new Ultimatic Jar Patcher will do it all on any OS.
Just plug n patch.
http://forum.xda-developers.com/showthread.php?t=1914159

[Q] Suggestions for a new ROM (to be introduced)

Hey People!! I'm new to XDA and this is my first post :silly: I'd like to introduce a new ROM. So basically i want to make something different for the galaxy y- the phone we've all loved to love! I want to have a redesigned launcher looking somewhat similar to the ICS ad Jellybean with softkeys like the one on ICS. It should be Deodexed rooted and have access to many other features (like pre-installed chainfire and stuff like that :fingers-crossed: ). Im planning on updating the stock kernel to the Merruk Technology Pre-final v2.0 as i've used it and it seems pretty fast and stable (I'm still waiting for the build to be final). I've a Init.d hack with battery calibration and also a hack which (I don't know how) decreases your ram usage haven't tested it yet but people who've used it says it works on stock rom too (which to me seems impossible because stock rom dosen't support init.d. Correct me if i'm wrong :highfive I've decided what to call it too. Now i only need some help which if anyone could offer would be truly amazing to me........
Aair
aair said:
Hey People!! I'm new to XDA and this is my first post :silly: I'd like to introduce a new ROM. So basically i want to make something different for the galaxy y- the phone we've all loved to love! I want to have a redesigned launcher looking somewhat similar to the ICS ad Jellybean with softkeys like the one on ICS. It should be Deodexed rooted and have access to many other features (like pre-installed chainfire and stuff like that :fingers-crossed: ). Im planning on updating the stock kernel to the Merruk Technology Pre-final v2.0 as i've used it and it seems pretty fast and stable (I'm still waiting for the build to be final). I've a Init.d hack with battery calibration and also a hack which (I don't know how) decreases your ram usage haven't tested it yet but people who've used it says it works on stock rom too (which to me seems impossible because stock rom dosen't support init.d. Correct me if i'm wrong :highfive I've decided what to call it too. Now i only need some help which if anyone could offer would be truly amazing to me........
Aair
Click to expand...
Click to collapse
What kind of help do you need? You should have mentioned that in the first post.
Sorry 'bout that
anasdcool71 said:
What kind of help do you need? You should have mentioned that in the first post.
Click to expand...
Click to collapse
im not a themer, so a themer helping me out would be kinda good :cyclops:
and since this is my first mod a few bug fixing advices would be great too...
Aair
Many themers of our forum have made guides for other users to learn from. You can search in the Themes and Apps section for them.
About bugs, first make the custom rom. If you encounter a bug, tell us and we'll be happy to help you.
could you please post the links of such posts which contain methods of themeing the status bar and launchers??? and also how do you edit some apks which ive downloaded from the play store??
aair
aair said:
could you please post the links of such posts which contain methods of themeing the status bar and launchers??? and also how do you edit some apks which ive downloaded from the play store??
aair
Click to expand...
Click to collapse
Go to /data/app/ you will see all your apps there....
After getting those apk you can freely edit...
Btw wat u want to edit in apk
Globally recognised and certified NOOB
Try using uot kitchen for initial theming. Use my guide in sign to go to advanced level
Sent from my GT-S6102 using XDA
just decompile and recompile the systemui and framework-res,
everything is in the drawable-ldpi
I too m making a rom but i think theming is much more difficult than making a rom so i suggest use someone's theme and ask him for permissions:thumbup:
Sent from my GT-S5360 using xda app-developers app

[Debloat][Script][Custom-Rom/Stock] The Debloater - crush the bloatware!

wrote 2 simple scripts wich delete as many bloatware as possible without destabilize the system.
use with care, its your own fault if your phone is dead after use.
it should work on any Sony with any rom. Surely i can't prove rly any of them, so don't bother me if there are some apps still alive or the script is doing "to much", i wrote them like i would like to use, so be careful
Custom-Rom only
https://drive.google.com/open?id=0B1XvB9tUkSsJYnllUWJ2MHR2X0E
Debloat list
https://docs.google.com/spreadsheets/d/1yQCZlr6b8chFykgQMwccHXkMLvuwI5RM6T5R21J-RyE/edit?usp=sharing
Light Version for Custom-Rom only
https://drive.google.com/open?id=0B1XvB9tUkSsJVlFfSjNtV3UxOHM
Debloat list
https://docs.google.com/spreadsheets/d/1F1UAm0bv7x8mJ5hFnT5sSS-BTvGfrZknHyYEYCvz5z4/edit?usp=sharing
Stock-Rom only
https://drive.google.com/file/d/0B1XvB9tUkSsJUnYzbkxMeW82SHc/view?usp=sharing
Debloat list
https://docs.google.com/spreadsheets/d/1AoTdYs2LhXLPMyHIScFN87Olc6HsvP3OYJO4riyCbUM/edit?usp=sharing
Light Version for Stock-Rom only
https://drive.google.com/open?id=0B1XvB9tUkSsJYS1RN2JJN3hDTzQ
Debloat list
https://docs.google.com/spreadsheets/d/1l6DhWslXTIU-V4BNwc1w_Y-4Mscgu-R3VhwMirBhvRU/edit?usp=sharing
*new
For Roms below Android 5
Custom-Roms version:
https://drive.google.com/open?id=0B1XvB9tUkSsJbTJNcFhFS3NxTFk
Light version for Custom-Roms:
https://drive.google.com/open?id=0B1XvB9tUkSsJbS1ENjJseDgxZ0E
No change on script, just a fix for Android 4.4.4 and below
I strongly recommend to use the scripts only on fresh installed roms, so no fc can occure and no "thrash" could be left.
Aaskereija said:
wrote 2 simple scripts wich delete as many bloatware as possible without destabilize the system.
use with care, its your own fault if your phone is dead after use.
it should work on any Sony with any rom. Surely i can't prove rly any of them, so don't bother me if there are some apps still alive or the script is doing "to much", i wrote them like i would like to use, so be careful
This one is for Custom-Roms only
https://drive.google.com/file/d/0B1XvB9tUkSsJdVNCQWxlTFB0SWc/view?usp=sharing
Debloat list
https://docs.google.com/spreadsheets/d/1yQCZlr6b8chFykgQMwccHXkMLvuwI5RM6T5R21J-RyE/edit?usp=sharing
This one is for stock only
https://drive.google.com/file/d/0B1XvB9tUkSsJdFBjNlR0X3Rvcnc/view?usp=sharing
Debloat list
https://docs.google.com/spreadsheets/d/1AoTdYs2LhXLPMyHIScFN87Olc6HsvP3OYJO4riyCbUM/edit?usp=sharing
I strongly recommend to use the scripts only on fresh installed roms, so no fc can occure and no "thrash" could be left.
Click to expand...
Click to collapse
Hello,
This looks like a very effective & easy to use patch! Everything is written, it's so simple. I'll try it for sure. Thank you for your good work!
Thanks for job , but very big list . Please make light version else . I recommend freeze apps at first ( in custom rom only freeze , not delete) . You can get unstable system . Imho.
Aaskereija said:
wrote 2 simple scripts wich delete as many bloatware as possible without destabilize the system.
use with care, its your own fault if your phone is dead after use.
it should work on any Sony with any rom. Surely i can't prove rly any of them, so don't bother me if there are some apps still alive or the script is doing "to much", i wrote them like i would like to use, so be careful
This one is for Custom-Roms only
https://drive.google.com/file/d/0B1XvB9tUkSsJdVNCQWxlTFB0SWc/view?usp=sharing
Debloat list
https://docs.google.com/spreadsheets/d/1yQCZlr6b8chFykgQMwccHXkMLvuwI5RM6T5R21J-RyE/edit?usp=sharing
This one is for stock only
https://drive.google.com/file/d/0B1XvB9tUkSsJdFBjNlR0X3Rvcnc/view?usp=sharing
Debloat list
https://docs.google.com/spreadsheets/d/1AoTdYs2LhXLPMyHIScFN87Olc6HsvP3OYJO4riyCbUM/edit?usp=sharing
I strongly recommend to use the scripts only on fresh installed roms, so no fc can occure and no "thrash" could be left.
Click to expand...
Click to collapse
Well, I tried it and I think it's a bit extreme... No home launcher and quick settings tile... You should make a light version indeed.
repey6 said:
Thanks for job , but very big list . Please make light version else . I recommend freeze apps at first ( in custom rom only freeze , not delete) . You can get unstable system . Imho.
Click to expand...
Click to collapse
I use it for myself and tried it on every common known custom-rom. Never went unstable.
V4LKyR said:
Well, I tried it and I think it's a bit extreme... No home launcher and quick settings tile... You should make a light version indeed.
Click to expand...
Click to collapse
Home launcher should still work. And everything i can say is in the opener already. But i will take a look at.
A light version will follow
Light Versions are available!
Please let me know if there are problems.
Thanks for this...
But,Something in this script constantly ruins all sim detection in my Xperia Z5 Dual (E6633)
Any ideas?
HaoZeke said:
Thanks for this...
But,Something in this script constantly ruins all sim detection in my Xperia Z5 Dual (E6633)
Any ideas?
Click to expand...
Click to collapse
The script doesn't affect anything what sim depends. could be something particular about dual edition. i dont know, sorry.
Update:
- New flashable scripts for Custom-Roms below Android 5
- Custom-Rom script for Android 5 and above got version 4

Categories

Resources