MOD) animation lag fix? - AT&T Samsung Galaxy S 4 General

i privately mod - theme all of my android devices. both the s4 and the optimus g pro lags like hell as we all know. we can either blame hardware or the software. im going with the software. the permanent fix will be custom roms and kernels but until then i was digging through the systemUI and framework-res and i think i found the source of some of the lag.
it's in the framework-res / animations folder. in here you can see standard animation xml's but also touchwiz ones that were added by samsung for all of the new gimmicky features and gestures. so i performed an experiment. i opened up my framework and added aosp animations from a cm10.1 rom, added the res back to the apk and pushed it to my device. BOOM, lag gone for the most part and smoother animations. before this i tried everything including deodexing, debloating and turning off all features.
i just thought i post my findings for the devs and anyone who feels like getting their hands a bit dirty.
enjoy! :good:
EDIT:
http://www.mediafire.com/?mbop6l3yow612vt
here is the modded framework-res. push via adb to system/framework and restart your device. this is a stock, unmodded framework other than what i replaced with the animations. this is a deodexed apk, so don't try on any odexed rom. THIS IS FOR AT&T ONLY!
I AM NOT RESPONSIBLE IF YOU BLOW UP YOUR DEVICE. BACKUP YOUR CURRENT FRAMEWORK-RES BEFORE PUSHING THE NEW ONE IN CASE YOU HAVE ANY ISSUES.
IF this works the mods can move this to the dev section.

fix-this! said:
i privately dev and mod - theme all of my android devices. both the s4 and the optimus g pro lags like hell as we all know. we can either blame hardware or the software. im going with the software. the permanent fix will be custom roms and kernels but until then i was digging through the systemUI and framework-res and i think i found the source of some of the lag.
it's in the framework-res / animations folder. in here you can see standard animation xml's but also touchwiz ones that were added by samsung for all of the new gimmicky features and gestures. so i performed an experiment. i opened up my framework and added aosp animations from a cm10.1 rom, added the res back to the apk and pushed it to my device. BOOM, lag gone for the most part and smoother animations. before this i tried everything including , deodexing, debloating and turning off all features.
i just thought i post my findings for the devs and anyone who feels like getting their hands a bit dirty. i guess later i could try to post a modded stock framework for you guys.
enjoy! :good:
Click to expand...
Click to collapse
Thanks for the report. I look forward to seeing this phone run like it should out of the box...:highfive:

brojoe11 said:
Thanks for the report. I look forward to seeing this phone run like it should out of the box...:highfive:
Click to expand...
Click to collapse
i don't think what im seeing is a placebo either, the window animation and close animations are really smooth now.

Sounds great. I have added a couple systemui.apk's but the jerky hesitation at times is really agrevating.

brojoe11 said:
Sounds great. I have added a couple systemui.apk's but the jerky hesitation at times is really agrevating.
Click to expand...
Click to collapse
once i get my kids to bed ill try to post a modded deodexed framework-res you guys can use.

fix-this! said:
once i get my kids to bed ill try to post a modded deodexed framework-res you guys can use.
Click to expand...
Click to collapse
Look forward to it. Thanks.

fix-this! said:
once i get my kids to bed ill try to post a modded deodexed framework-res you guys can use.
Click to expand...
Click to collapse
Nice, sounds interesting!

edited first post with the mod.

Is this ok to try on an AT&T s4, rooted, ota update, with the deodexed prom from the dev section?
Sent from my SPH-L720 using xda app-developers app

Dallenn said:
Is this ok to try on an AT&T s4, rooted, ota update, with the deodexed prom from the dev section?
Sent from my SPH-L720 using xda app-developers app
Click to expand...
Click to collapse
as long as its deodexed, a at&t rom and no existing mods it should work.

I dont want to be the first to try it lol...wanna wait until its tested and moved.

Dallenn said:
I dont want to be the first to try it lol...wanna wait until its tested and moved.
Click to expand...
Click to collapse
working fine on my device but to each their own. i will ask for this to be moved when more people comment.

So I'd have to Odin a deoxed version of the stock ROM then flash this over correct?
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2

Yes you must be deodexed. Been testing, the lag is much better but not totally gone. I'm going to do more searching tomorrow.

jetlitheone said:
So I'd have to Odin a deoxed version of the stock ROM then flash this over correct?
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
You can't Odin a deodexed ROM. And there's no flashing. You just deodex your current ROM, then copy and paste his framework-res.apk into /system/framework/.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2

Wish I had better news, I tried it and got stuck at the at&t boot screen. I had a deodexed rom. Not sure what went wrong using odin to go back to stock for now. Thanks for the mod. I just had to be the one to try it...lol...:crying:

brojoe11 said:
Wish I had better news, I tried it and got stuck at the at&t boot screen. I had a deodexed rom. Not sure what went wrong using odin to go back to stock for now. Thanks for the mod. I just had to be the one to try it...lol...:crying:
Click to expand...
Click to collapse
Were you on the newest ota? And are you sure you were deodexed? If anybody else reports it I'll take it down. Weird as it pushed and works fine on my device.

brojoe11 said:
Wish I had better news, I tried it and got stuck at the at&t boot screen. I had a deodexed rom. Not sure what went wrong using odin to go back to stock for now. Thanks for the mod. I just had to be the one to try it...lol...:crying:
Click to expand...
Click to collapse
Did your check permissions before replacing the framework?
Sent from my SPH-L720 using xda app-developers app

Dallenn said:
Did your check permissions before replacing the framework?
Sent from my SPH-L720 using xda app-developers app
Click to expand...
Click to collapse
Yeah it sounds like he didn't set the permissions on the .apk before booting.
For anyone else who wants to try this, copy the framework-res.apk to your /sdcard (if you're using adb and the framework-res.apk is on your C:\ drive, use the following adb command without the quotes: "adb push C:\framework-res.apk /sdcard") and then use the following adb commands:
Code:
adb shell
su
mount -o remount,rw /system
mv /system/framework/framework-res.apk /system/framework/framework-res.apk.bak
cp /sdcard/framework-res.apk /system/framework
chmod 644 /system/framework/framework-res.apk
rm data/dalvik-cache/*
reboot
This saves a copy of your original framework-res.apk as "framework-res.apk.bak", in the event that it goes wrong it's just a simple adb command away to revert back to your old version.
I added the animations from the OP's mod to the framework that I use, which comes from DocBarebones' theme add-on for the i9505/i9500 S4 variant. Everything has a dark/gray tint, as I always like to black out my phone as much as possible.
Here is the file, just push it using the same method(s) above. Works great for me!
http://www.mediafire.com/?twg26703t0g6mu5

so over 600 views on the thread. can anybody confirm it at least pushed and worked correctly without bootlooping? i just want to make sure its ok to keep the download link up.

Related

[MOD]*done* Add reboot,recovery,download mode to power off menu

Disclaimer: I am not responsible for what happens to your phone-use at your own risk. Always do a nandroid backup before using mods
This is a port of untermensch's vibrant mod found here: http://forum.xda-developers.com/showthread.php?t=811532
*completed mod now available with aosp lockscreen included*
*note: these mods include framework-res.apk and need to be included in the base of a theme or rom/flashing over the top of one will overwrite previous theming done to framework-res with stock images and break some pre-existing mods*
Thanx and credit to him for getting me this far, I have made a few changes to his instructions to make it work on epic. The below mod only has the reboot option added. I have yet to try his latest instructions to add reboot recovery but it might work too. Just wanted to get this over to the Epic side for discussion and help if it isn't as easy to port the rest of it.
Add reboot option to power off menu http://www.mediafire.com/?hoetfjbq77hm77s flash in clockwork recovery (its only android policy.jar) and make sure your system is deodexed. We can add more things into it to get android policy jar mods to play together later.
Here's a .zip that has both the AOSP lockscreen mod and reboot button mod together: http://www.mediafire.com/?010dchn522nxge9
Complete mod port plus aosp lockscreen click here
Note: this .zip includes framework-res.apk,framework.jar and android.policy. jar. The recovery function gets you to stock recovery but you can still get into clockwork by flashing the update.zip you should have on your sdcard already. If any one knows how to get it to go straight to clockwork like rom manager does I would like to have it do that.
Complete mod port plus aosp lockscreen-no full battery popups click here
All three in one now, this is just like the one above but also has services.jar
Complete mod port only click here
Includes framework-res.apk,framework.jar and android.policy.jar
Complete mod port with no popups click here
Includes framework-res.apk,framework.jar,services.jar and android.policy. jar
Works Perfect.....Ty
Sent from my SPH-D700 using Tapatalk
raiderep said:
This is a port of untermensch's vibrant mod found here: http://forum.xda-developers.com/showthread.php?t=811532
Thanx and credit to him for getting me this far, I have made a few changes to his instructions to make it work on epic. The below mod only has the reboot option added. I have yet to try his latest instructions to add reboot recovery but it might work too. Just wanted to get this over to the Epic side for discussion and help if it isn't as easy to port the rest of it.
Add reboot option to power off menu http://www.mediafire.com/?hoetfjbq77hm77s flash in clockwork recovery (its only android policy.jar) and make sure your system is deodexed. We can add more things into it to get android policy jar mods to play together later.
The reboot recovery mod looks like it will need framework mods as well if you are interested in trying to get the rest of this going. Care to jumpin?
Click to expand...
Click to collapse
Has this been tested?
just asking cause yesterday I flashed a normal app! flash 10.1 and my phone was stuck blackscreened lol and had to odin ect AND I am very happy with the phone now so I dont wan't to result to that again
I've been waiting for this to get ported - thank you!
It flashed with no problem, but it replaced my Vanilla lock screen with the TouchWiz one. If I flash the Vanilla lock screen back on, will the reboot option still be there?
Holdin down power+voldown+camera after touching reboot gets you into recovery. I know a software button is better but in the mean time.
Sent from my Android using CDMA or WIFI
265ada said:
Has this been tested?
just asking cause yesterday I flashed a normal app! flash 10.1 and my phone was stuck blackscreened lol and had to odin ect AND I am very happy with the phone now so I dont wan't to result to that again
Click to expand...
Click to collapse
I've been using it for a few days with no issues. The only thing that might happen is what happened to ragnarox, read his quote below...
ragnarokx said:
It flashed with no problem, but it replaced my Vanilla lock screen with the TouchWiz one. If I flash the Vanilla lock screen back on, will the reboot option still be there?
Click to expand...
Click to collapse
Until both are put into the same AndroidPolicy.jar then its one or the other. I will get them both together eventually, this is just a start
and here you go, both together now: http://www.mediafire.com/?010dchn522nxge9
raiderep said:
I've been using it for a few days with no issues. The only thing that might happen is what happened to ragnarox, read his quote below...
Until both are put into the same AndroidPolicy.jar then its one or the other. I will get them both together eventually, this is just a start
and here you go, both together now: http://www.mediafire.com/?010dchn522nxge9
Click to expand...
Click to collapse
You are amazing, thank you!
OP updated with completed mod coupled with aosp lockscreen
Is that a soft key to get into download moss I see?
Sent from my Emotionless Beast of an Epic using the XDA App
mysteryemotionz said:
Is that a soft key to get into download moss I see?
Sent from my Emotionless Beast of an Epic using the XDA App
Click to expand...
Click to collapse
Yes indeed not sure how much need there is for it but it was in the mod so I added it also.
Mediafire not working for me. Using Opera, ie and epic to try to dl.
raiderep said:
Yes indeed not sure how much need there is for it but it was in the mod so I added it also.
Click to expand...
Click to collapse
That's nice. I know we talked in private but u got an idea to make this work with my theme. This is going to be interesting
Sent from my Emotionless Beast of an Epic using the XDA App
What update.zip gets you into clockwork by using stock recovery?
Sent from my spot on the earth
deciple said:
What update.zip gets you into clockwork by using stock recovery?
Sent from my spot on the earth
Click to expand...
Click to collapse
It should haber been installed when you flashed CWM on you're phone
Sent from my Emotionless Beast of an Epic using the XDA App
Ok, yeah, in my clockworkmod folder I found the (recovery-update.zip) file, however, for those who don't know, you have to rename it just update and it works
Sent from my spot on the earth
mysteryemotionz said:
That's nice. I know we talked in private but u got an idea to make this work with my theme. This is going to be interesting
Sent from my Emotionless Beast of an Epic using the XDA App
Click to expand...
Click to collapse
The only way for certain is to re-theme this framwork-res with your images. You might try swapping just your drawable-hdpi folder into this one and if there is anything left out track it down and add it back. I am not sure where values folder goes when it re-compiled so you don't want to write over it as it will cause issues.
OP has a new .zip with all three mods in one now, let me know if there are any issues with it.
sent by an Epic4g through the cosmos
raiderep said:
The only way for certain is to re-theme this framwork-res with your images. You might try swapping just your drawable-hdpi folder into this one and if there is anything left out track it down and add it back. I am not sure where values folder goes when it re-compiled so you don't want to write over it as it will cause issues.
OP has a new .zip with all three mods in one now, let me know if there are any issues with it.
sent by an Epic4g through the cosmos
Click to expand...
Click to collapse
This was my plan but I also edited some xml files. So if I just drop the hole contents of my framework in yours replacing everything but the values folder in theory I should be good?
Sent from my Emotionless Beast of an Epic using the XDA App
mysteryemotionz said:
This was my plan but I also edited some xml files. So if I just drop the hole contents of my framework in yours replacing everything but the values folder in theory I should be good?
Sent from my Emotionless Beast of an Epic using the XDA App
Click to expand...
Click to collapse
What xmls did you edit? What I was getting at is use this as a base and re-do the theme to it but if you accidentally over write the values folder it will not work properly. Since I don't know where valuse goes when its been compiled(it only shows when decompiled) you run the risk of breaking the mod. Its certainlgy worth a shot though.
sent by an Epic4g through the cosmos
raiderep said:
What xmls did you edit? What I was getting at is use this as a base and re-do the theme to it but if you accidentally over write the values folder it will not work properly. Since I don't know where valuse goes when its been compiled(it only shows when decompiled) you run the risk of breaking the mod. Its certainlgy worth a shot though.
sent by an Epic4g through the cosmos
Click to expand...
Click to collapse
I moved the clock down on the tw lock screen. Its in the layout folder named zz_keyguard_clock.xml I believe this is coming off the top of my head
Sent from my Emotionless Beast of an Epic using the XDA App

[REQUEST] CRT off animation cwm flashable zip for 4.0.4

As the title says, would someone be generous and make us a working cwm flash crt to use with lrk or 4.0.4 roms.
Some roms doesn't come with it, specially the stock based ones, and others once u flash a theme its gone...
Would be grateful for it...
Cheers
Sent from my GT-N7000 using xda premium
I like CRT.. I feel that if you don't have it you might as well be stock.
Sent from my SPH-L710 using xda app-developers app
raresoul77 said:
I like CRT.. I feel that if you don't have it you might as well be stock.
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
I do like it very much. But the thing is the roms I use doesn't have it when u choose the stock look theme provided by thrm, (sometimes their themeing is ugly and Vey colorful ! I prefer stock big and simple notification icons)
So a separate CRT zip would be a great help, I think I'm not the only one wishing for this
Sent from my GT-N7000 using xda premium
For the Gingerbread ROM's i always did em myself using this guide: http://forum.xda-developers.com/showthread.php?p=24370886#post24370886
But since ICS came its harder because if you only modify the framework.res.apk file you end up with CRT effect and straight after it the screen blinks and then goes off.
For ICS you also need to mod some other files but my android skills are like zero so im stuck too....
Goodm7sn said:
As the title says, would someone be generous and make us a working cwm flash crt to use with lrk or 4.0.4 roms.
Some roms doesn't come with it, specially the stock based ones, and others once u flash a theme its gone...
Would be grateful for it...
Cheers
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
I made one myself yesterday, and i tried to post it but i still didn't have the required post count to start an OP
any way here it is, hope it helps
i tested it on LRK stock rom and it works just fine, might work for other ics as well; just give it a try
beware that if you have a modded framework, flashing this will revert all other mods
letitbit .net/download/56215.5b7467e21a3f025248cd10a4c215/CRT-Off_LRK.by.Badge2033.zip.htm
maybe i'll try to make a non destructive cwm version later...
badge2033 said:
I made one myself yesterday, and i tried to post it but i still didn't have the required post count to start an OP
any way here it is, hope it helps
i tested it on LRK stock rom and it works just fine, might work for other ics as well; just give it a try
beware that if you have a modded framework, flashing this will revert all other mods
letitbit .net/download/56215.5b7467e21a3f025248cd10a4c215/CRT-Off_LRK.by.Badge2033.zip.htm
maybe i'll try to make a non destructive cwm version later...
Click to expand...
Click to collapse
i cant get to that link and download , can u please post it again ? i want to try and see if it works with CleaNote v5 (LR6) ?? or have u done a full working one yet ??
thx
Goodm7sn said:
i cant get to that link and download , can u please post it again ? i want to try and see if it works with CleaNote v5 (LR6) ?? or have u done a full working one yet ??
thx
Click to expand...
Click to collapse
http://letitbit.net/download/56215.5b7467e21a3f025248cd10a4c215/CRT-Off_LRK.by.Badge2033.zip.html
this is the correct link, I've figured that i'll just add "l" at the end. I haven't tried this yet but if you do, can you please report back if it's working? Most of the crt-off mods will make your screen flicker right when turning it off(i.e. the screen will turn on for a split second after locking/turning off the device)hope it doesn't happen on this one
If you could upload your framework-res.apk and twframework-res.apk from /system/framework,I would make one for you When I'm free.I ask you to upload your frameworks because to keep your theme the same.
vijai2011 said:
If you could upload your framework-res.apk and twframework-res.apk from /system/framework,I would make one for you When I'm free.I ask you to upload your frameworks because to keep your theme the same.
Click to expand...
Click to collapse
why twframework? just need framework-res.apk thats all!
grgsiocl said:
why twframework? just need framework-res.apk thats all!
Click to expand...
Click to collapse
But I need them for the dependency
vijai2011 said:
But I need them for the dependency
Click to expand...
Click to collapse
then you are using the old aapt files....for me no need to push any dependency files though! Been doing the compiling and decompiling without that except for phone.apk (for phone.apk i use modified jar files to compile without pushing the dependencies though)
grgsiocl said:
then you are using the old aapt files....for me no need to push any dependency files though! Been doing the compiling and decompiling without that except for phone.apk (for phone.apk i use modified jar files to compile without pushing the dependencies though)
Click to expand...
Click to collapse
Yeah thanks got the latest aapt from the guy's(who has took over the apktool project from brut.all) thread.
To OP:framework-res.apk from /system/framework is enough.
vijai2011 said:
If you could upload your framework-res.apk and twframework-res.apk from /system/framework,I would make one for you When I'm free.I ask you to upload your frameworks because to keep your theme the same.
Click to expand...
Click to collapse
Here are CleaNote V5 framework files (4.0.4 LR6)
http://db.tt/dXGlBDJ4
Thank u very much mate
Sent from my GT-N7000 using xda premium
Ok here is the cwm zip.Put it in the internal sd and flash it as usual without any wipes.Let me know the results.Hope I didnt leave anything Was in a hurry making it as I'm leaving out now.Be sure to make a backup before trying as I made it in hurry.
vijai2011 said:
Ok here is the cwm zip.Put it in the internal sd and flash it as usual without any wipes.Let me know the results.Hope I didnt leave anything Was in a hurry making it as I'm leaving out now.Be sure to make a backup before trying as I made it in hurry.
Click to expand...
Click to collapse
Doesn't work on CleaNote V5 .
Right after the boot splash, the screen goes black. Need to go into Recovery by force (3 button combo) and reflash the ROM...
-----
Why should we put it in the internal SD? I keep all my flashables on the external SD (Serioux 16GB class 6) and never had any troubles...
Some people also recommended using the internal to flash from rather than external, on the Motorola ATRIX.
Any particular reason why? Scientific explanation
Formhault said:
Doesn't work on CleaNote V5 .
Right after the boot splash, the screen goes black. Need to go into Recovery by force (3 button combo) and reflash the ROM...
-----
Why should we put it in the internal SD? I keep all my flashables on the external SD (Serioux 16GB class 6) and never had any troubles...
Some people also recommended using the internal to flash from rather than external, on the Motorola ATRIX.
Any particular reason why? Scientific explanation
Click to expand...
Click to collapse
Just as I said,did it in hurry so might have something wrong but there is nothing to do I fear.just a change of bool to trigger crt.Just try to remove the lib file from /system/lib in the zip and flash.Lets see if It has caused the problem.
Sent from my GT-N7000 using xda app-developers app
vijai2011 said:
Just as I said,did it in hurry so might have something wrong but there is nothing to do I fear.just a change of bool to trigger crt.Just try to remove the lib file from /system/lib in the zip and flash.Lets see if It has caused the problem.
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
As far as I know, that libsurfaceflinger is required, otherwise you get the flicker...
So there will never be a working crt for 4.0.4 LR6?
Can't really understand why they changed so much in updates
Sent from my GT-N7000 using xda premium
Goodm7sn said:
So there will never be a working crt for 4.0.4 LR6?
Can't really understand why they changed so much in updates
Sent from my GT-N7000 using xda premium
Click to expand...
Click to collapse
So Sammy puts so much work in the frameworks for every (small, I'd say) update? CRT animation was flickering even on 4.0.3 (XXLQ3 - RocketROM) and 4.0.4 LRK and LR6. I know CRT is tricky on ICS in general or so devs say?
Scribbled from my Note coupled with the best (CleaNote) ROM and (NoteCore) kernel by g.lewarne
Great:good:

[MOD] AOSP JellyBean Carrier Name Change

For those of you who are using cm10 builds and are tired of seeing Verizon Wireless on your lockscreen and notification pulldown this will allow you to remove or change it to something else. I take no credit for this all credit goes to spunks3 for making the post over in the nexus forums, I just tried his method and it happened to work on our phone, also belair56 for the original find as well as dakota0206 for his post on the thread giving the correct eri.xml.
PLEASE NOTE: I AM NOT RESPONSIBLE FOR ANY DAMAGE DONE TO YOUR PHONE, MAKE A NANDROID BACKUP BEFORE ATTEMPTING ANY MODS SUCH AS THIS!
1) Download eri.xml onto your desktop or some folder you will remember where it has been placed.
2) Open "eri.xml" with something such as NotePad or WordPad and edit everywhere you see "Whatever you want or delete this and nothing will show up". You can simply change the text or delete the text between the quotations and nothing will show up.
3) Save "eri.xml" and copy it to the root of your SD Card.
4) Open Root Explorer or an app similar, copy "eri.xml" from your SD card to "/data" directory. Please make sure you are not placing it in /sdcard/data
5) Also make sure that eri.xml has the same permissions as in the thumbnail below.
6) Reboot, and Enjoy!
eri.xml here http://www.mediafire.com/?x0x8kqyapnws4sc
Confirmed working on paranoid android version 2.13
Hey thanks for this! I'm also using PA2.13 so should be easy. May I ask where you got that battery circle mod? In the meantime I'll search it. Thanks again.
http://forum.xda-developers.com/showthread.php?t=1851311&highlight=circle+battery
was this it? Sorry to crowd the thread.
BTW got it working =D
Glad you got it working and actually I just pulled the images from an old copy of my systemui.apk when I had syngergy rom. Just modded my current systemui.apk, swapped out the images and edited the appropriate xmls.
Just tried on Paranoid 2.13 and it didnt work for me
Hanoverfiste said:
Just tried on Paranoid 2.13 and it didnt work for me
Click to expand...
Click to collapse
It shouldn't really make any difference but what kernel are you using and did you follow the directions exactly? Also make sure you are putting eri.xml in /data and not in /sdcard/data also make sure eri.xml has the following permissions in the picture below.
Hanoverfiste said:
Just tried on Paranoid 2.13 and it didnt work for me
Click to expand...
Click to collapse
It wasn't working for me either until I changed the permissions to above. Do any of the other comments in that file do anything? Kinda weird that it isn't there in the first place. Thanks, op.
natethegreat86 said:
It shouldn't really make any difference but what kernel are you using and did you follow the directions exactly? Also make sure you are putting eri.xml in /data and not in /sdcard/data also make sure eri.xml has the following permissions in the picture below.
Click to expand...
Click to collapse
Thanks I didnt have it in /data had it in /sdcard/data. and look what happens when you put things where they are supposed to go they actually work
Imatoasta said:
It wasn't working for me either until I changed the permissions to above. Do any of the other comments in that file do anything? Kinda weird that it isn't there in the first place. Thanks, op.
Click to expand...
Click to collapse
Its just how the original xml was it doesn't do anything in fact if you really wanted to you could delete all the text above this first line
<EriFile VersionNumber="1357" NumberOfEriEntries="19" EriFileType="1">
And glad the permissions fixed it for you
This is pretty cool. Thanks for testing it and posting.
Sent from SCH-I535 (CM10 0920) via XDA Premium
Glad to see so many people using and enjoying this I know I was tired of seeing verizon anything lol.
Thanks. I used to use this on my HTC Hero, but had forgotten how to do it.
Works on Sprint CM10 S3 :good:
If anyone has any issues or questions feel free to post so I can answer etc.
natethegreat86 said:
If anyone has any issues or questions feel free to post so I can answer etc.
Click to expand...
Click to collapse
It works for me
natethegreat86 said:
If anyone has any issues or questions feel free to post so I can answer etc.
Click to expand...
Click to collapse
Is this only for AOSP JB ROMs? It doesn't seem to work on Synergy JB v.2.
mapatton82 said:
Is this only for AOSP JB ROMs? It doesn't seem to work on Synergy JB v.2.
Click to expand...
Click to collapse
Is that a touchwiz Rom? Sorry I'm not familiar with Verizon roms but Touchwiz roms need to have a value changed in the framework. Not as easy as this eri.xml
Sent from my Samsung Galaxy SIII using Tapatalk
Bizdady said:
Is that a touchwiz Rom? Sorry I'm not familiar with Verizon roms but Touchwiz roms need to have a value changed in the framework. Not as easy as this eri.xml
Sent from my Samsung Galaxy SIII using Tapatalk
Click to expand...
Click to collapse
Yeah it is a Touchwiz rom based on AT&T's JB leak. I will take a look in the framework.
Anyone wanna make a flashable zip for just Verizon Wireless. That would be awesome
Sent from my SCH-I535 using xda app-developers app
mapatton82 said:
Yeah it is a Touchwiz rom based on AT&T's JB leak. I will take a look in the framework.
Click to expand...
Click to collapse
\res\values\Strings.xml
last line at the bottom (at least for Sprint it is)
Bizdady said:
\res\values\Strings.xml
last line at the bottom (at least for Sprint it is)
Click to expand...
Click to collapse
I just ran a search for eri.xml and string.xml on my Verizon S3 running JellyWiz and didn't find either file.
Sent from my SCH-I535 using Tapatalk 2

[MOD] Skip music tracks with Volume buttons (JB 4.1.2)

Finally!! After thousands of boot loops I got it working. There are several .diff's for implementing this mod in android.policy.jar, but what I forgot: this works only on a completely deodexed ROM and mine was only half deodexed. It is possible to run deodexed and odexed system apk's side by side, but you must not(!) run a deodexed framework with odexed apk's - this was my learning curve
Summary: If you are on a fully deodexed 4.1.2 JB ROM (I am on 91.2.26001 Retail.en.EU), simply copy the android.policy.jar to /system/framework, set the permissions to rw-r--r-- and reboot.
MAKE A NANDROID BACKUP BEFORE, just in case!!
If you want to incorporate this into your ROM (Omar?), I attached the needed smali's too.
If you are on an odexed ROM, here is a short help to deodex yourself:
http://forum.xda-developers.com/showthread.php?t=2179009
Enjoy skipping music tracks in your pocket by long pressing volume without turning your screen on!
UPDATE: added CWM package for easy flashing.
Installed it right away! It works awesomely well on my phone I'm using PIlama 0.6.
If you keep on modding the stock rom like this we won't need to port CM. At least I'm not missing it
Keep on your great work. My Razr I is now as fun as my Nexus S had been before
Gesendet von meinem XT890 mit Tapatalk 2
So Glad you got it working! :laugh: Will take a look at them once I get some free time during the week, thanks!
Awesome. This was the only thing I missed. Works Like a charm. Thank You!
Sent from my XT890 using xda premium
Woooooow dude ur god to meeeeee,amazing,works like charmmmmm in pillama rom 0.7,thankssssssssss
Sent from my XT890 using xda app-developers app
Added a CWM package for easy flashing, see OP.
Remember: Only deodexed ROMs!
Finally, ohh how i missed this!!
[email protected]@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
shaftenberg said:
Added a CWM package for easy flashing, see OP.
Remember: Only deodexed ROMs!
Click to expand...
Click to collapse
Would provide a tutorial with the changes in the file PhoneWindowManager?
thank
fabiobatera said:
Would provide a tutorial with the changes in the file PhoneWindowManager?
Click to expand...
Click to collapse
Too many.
There are some tutorials here at XDA, just search. The thing is, you have to adapt the variables, that's a little bit research though.
Easiest way would be: Extract original android.policy.jar and compare it to my mod, then you'll see the differences.
shaftenberg said:
Too many.
There are some tutorials here at XDA, just search. The thing is, you have to adapt the variables, that's a little bit research though.
Easiest way would be: Extract original android.policy.jar and compare it to my mod, then you'll see the differences.
Click to expand...
Click to collapse
The only problem that has to samsung and wanted to carry the Razr HD XT925 and compare when there is a big difference in the lines.
more okay, no problem.
Hug.
Not sure I understand what you mean...
Just try it: Take your own PhoneWindowManager.smali and compare it to my mod, that was the way I did it in addition to read several different How-To's.
Awesome!
Enviado desde mi XT890 usando Tapatalk 2
This flash will work on my 982.50.20.xt890.brasil.en.br without problems? I miss this function badly...
Is your system deodexed? Then you may try it, but do a Nandroid backup before, so that you can roll back easily.
If it works, tell us, if not, tell us
But deodexed system is mandatory!
Hummm, I saw on Link2SD and the system Apps are all odexed. Then no go for me I think.
You can deodexed your system alone.
Odesláno z mého XT890
DNW
does not work for me... Using OMAR AVELAR Rom... Flashed by CWM. Using Power AMP Full.
Carolinux said:
does not work for me... Using OMAR AVELAR Rom... Flashed by CWM. Using Power AMP Full.
Click to expand...
Click to collapse
the latest omar roms have this by default..
shaftenberg said:
Too many.
There are some tutorials here at XDA, just search. The thing is, you have to adapt the variables, that's a little bit research though.
Easiest way would be: Extract original android.policy.jar and compare it to my mod, then you'll see the differences.
Click to expand...
Click to collapse
Could you or anyone else post a deodexed original android policy.jar for this phone? Mattigrofs rom is no later downloadable.
---------- Post added at 09:44 AM ---------- Previous post was at 08:47 AM ----------
mentose457 said:
Could you or anyone else post a deodexed original android policy.jar for this phone? Mattigrofs rom is no later downloadable.
Click to expand...
Click to collapse
I ended up downloading an old version of the omar ROM that didn't have this mod done to it.
Sent from my DROID RAZR HD using Tapatalk 4
opedthei voice
thanks a lot

[ROM] GooDys_NoTe_5_LiViNg_oN_tHe_EdgE [ 10-28-15 ]

Hello fellow Note 5 users
Welcome to NoTe 5 "LiViNg oN tHe EdgE"
I have put together a simple stock-deodexed-debloated Rom.zip i put together myself
It is based off N920T C015 base. Thanks to @TEKHD for the use of his stock deodexed base!
I am not a Developer, im just a flash junky who finally made his own stockish rom with the additional features i liked and wanted to share it!
This is my 1st Rom I've ever posted on XDA, so be nice LOL and any help will be much appreciated:thumbup::
You are more than welcome to use any part of this Rom, just give credit to myself and anyone else mentioned please
This Rom will most likely not be updated, but with help from others with mods and other cool stuff we can add on the way, i will be more than happy to add if possible! No promises LOL
I AM IN NO WAY RESPONSIBLE FOR ANYTHING THAT HAPPENS TO YOUR PHONE! SO FLASH AT YOUR OWN RISK! AND ALWAYS MAKE A BACK UP!
Credits: @TEKHD For base @Chainfire for su
XDA forum
All the Real Developers that put there heart and sweat in there spare time to bring us incredible RoMs and keep our devices
LiViNg oN tHe EdgE!!!
Now to the fun stuff!
Features added to stock Rom:
Stock N920T C015 base
Lighly debloated (Samsung/Microsoft/Tmo bloat removed)
Deodexed
Zipaligned
Rooted
Busybox
SU
Knox free
MultiUser
Animations set to .5 by default
Pre-loaded Xposed ( just install installer apk and thats it)
Xposed installer apk:
https://mega.nz/#!0ZNiyYLQ!tNnx440SrGSEvsG2H1o8MjvyJJiGVg59ueYZS5By8dA
People/Apps Edge strip (Working notifications)
Floating messages
App drawer set to alphabetical order by default, No A-Z
Ram fix
Marshmallow boot animation
And probably a few thing i forgot:what: lol
Bugs:
MultiUser reboots when you hit guest user ( if anyone can help to find fix)
No other issues
This has been tested on Tmo N920T only! So other models test and report back!
Rom does not include kernel, so please remember to flash your device kernel after flashing Rom!!!
Installation:
Copy rom.zip to sd
Reboot to recovery
Factory reset x3
Advanced wipe system,data,cache,divcache x3
Flash rom
Once again, remember to flash your kernel after rom!
Reboot
Enjoy
Download:
https://mega.nz/#!8UFgRbJT!0HM11xr6K0l-NM7eBanU91Uz104rv4ZWvTuGSuV-SDA
I am pretty busy, so i hope everyone can help each other with problems, newbies etc.
Thanks for stopping by and
"LiVinG oN tHe EdgE!"
Screenies:
Mine
Always wanted to do that lol
@TEKHD Thanks again for the awesome base you made for us to use and your inspiration to us new guys with your great work
Good work! Nice Rom may flash this in the future and see what I can do with it haha!
First one yay me
Sent from my SM-N920T using Tapatalk
W3TH3KINGzz said:
Good work! Nice Rom may flash this in the future and see what I can do with it haha!
First one yay me
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
Thank you sir! I just wanted to make a stockish rom for our device with of course edge features and a few extras! And let the user mod it out the way they want to!
Well once I manage to get recompiling working and figured out I'll be glad to mod this to my liking but I'm still learning and can't seem to figure out why I can't recompile :/
Sent from my SM-N920T using Tapatalk
W3TH3KINGzz said:
Well once I manage to get recompiling working and figured out I'll be glad to mod this to my liking but I'm still learning and can't seem to figure out why I can't recompile :/
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
I just used good ole simple winzip on my laptop lol
Haha no that parts easy I'm referring to making smali edits and such to the systemUI and what not lol making the flashable I know already [emoji14]
Sent from my SM-N920T using Tapatalk
---------- Post added at 05:55 AM ---------- Previous post was at 05:54 AM ----------
Goody68 said:
I just used good ole simple winzip on my laptop lol
Click to expand...
Click to collapse
Sorry quoting wasn't working previously a few days ago so I haven't been doing it but suddenly it's working now haha
Sent from my SM-N920T using Tapatalk
Love you @Goody68 [emoji6] [emoji6] [emoji6] [emoji5] [emoji5]
Sent from my SM-N920T using Tapatalk
buitruclam said:
Love you @Goody68 [emoji6] [emoji6] [emoji6] [emoji5] [emoji5]
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
Thank you sir Enjoy!
Can I ask how you got floating messages to work? I've been trying to a while now. I found the correct updated airmessage and proxy apk's from s6 stuff and I know the csc entries but haven't found the correct secmms apk that won't crash. I'm downloading your rom now and am going to tinker with it some but wanted to see if you knew what needed to be edited in the mms apk after decompile or if not at all. Just trying to learn some more myself and thanks for putting this together I always need a solid base to fall back on.
Jhfreeze said:
Can I ask how you got floating messages to work? I've been trying to a while now. I found the correct updated airmessage and proxy apk's from s6 stuff and I know the csc entries but haven't found the correct secmms apk that won't crash. I'm downloading your rom now and am going to tinker with it some but wanted to see if you knew what needed to be edited in the mms apk after decompile or if not at all. Just trying to learn some more myself and thanks for putting this together I always need a solid base to fall back on.
Click to expand...
Click to collapse
Just flash and leave your original mms apk in there too and it wont crash! Let me know
W3TH3KINGzz said:
Haha no that parts easy I'm referring to making smali edits and such to the systemUI and what not lol making the flashable I know already [emoji14]
Sent from my SM-N920T using Tapatalk
---------- Post added at 05:55 AM ---------- Previous post was at 05:54 AM ----------
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
What are you using to decompile/recompile? I use BDFreak's_2.0.2 APK Tool. He's got all the stuff you need inside and its a gui instead of the ol command line int. I did a lot of cool stuff on my note 3 with systemUI animations but haven't done anything yet on 5.1.1. Gonna try some stuff this weekend though.
Jhfreeze said:
What are you using to decompile/recompile? I use BDFreak's_2.0.2 APK Tool. He's got all the stuff you need inside and its a gui instead of the ol command line int. I did a lot of cool stuff on my note 3 with systemUI animations but haven't done anything yet on 5.1.1. Gonna try some stuff this weekend though.
Click to expand...
Click to collapse
I used tickle my android had a nice gui and everything else as well problem is in most steps I've ready I'm not sure if I need to install res-framework or the systemUI to my computer so I could actually recompile at the end! I Even tested recompiling something I had not edited period just decompiled so I could recompile and still no go maybe if I try that tool it may work? Not sure I'll give it a go in a few though and see what happens! If that fails then I guess it's time to make a thread and ask the pros ? since my Dumbass can't seem to get it lol
Sent from my SM-N920T using Tapatalk
W3TH3KINGzz said:
I used tickle my android had a nice gui and everything else as well problem is in most steps I've ready I'm not sure if I need to install res-framework or the systemUI to my computer so I could actually recompile at the end! I Even tested recompiling something I had not edited period just decompiled so I could recompile and still no go maybe if I try that tool it may work? Not sure I'll give it a go in a few though and see what happens! If that fails then I guess it's time to make a thread and ask the pros since my Dumbass can't seem to get it lol
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
Yea man, the tool I use goes install frameworks, res and TouchWiz, then install systemui, then decompile, edit, them recompile. Also remember to move the original meta inf and android manifest to the new one before recompile.
I'll try some settings and system ui tweaks for this rom this weekend and share anything worth sharing.
Jhfreeze said:
Yea man, the tool I use goes install frameworks, res and TouchWiz, then install systemui, then decompile, edit, them recompile. Also remember to move the original meta inf and android manifest to the new one before recompile.
I'll try some settings and system ui tweaks for this rom this weekend and share anything worth sharing.
Click to expand...
Click to collapse
I'll be sure to give it a go myself thanks for the tips! I may message you if I need help further if that's not a problem!
Sent from my SM-N920T using Tapatalk
W3TH3KINGzz said:
I'll be sure to give it a go myself thanks for the tips! I may message you if I need help further if that's not a problem!
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
No problem at all.
Goody68 said:
Just flash and leave your original mms apk in there too and it wont crash! Let me know
Click to expand...
Click to collapse
Did that work?
Goody68 said:
Did that work?
Click to expand...
Click to collapse
Oh I'm on call for one more night so I'll try tomorrow. Got to be able to remote into servers. Thanks for the follow up though I'll let you know.

Categories

Resources