Ok while Dread 7us and I are working on a rom I figured I would at least put this out. This mod everyone I'm sure loves. This is the Volume Rocker Mod. What this does is when you have music playing and the screen is off you can longpress the volume up or down to skip tracks up or down. Works with any music player. Many probaly know this mod from CyanogenMod roms. Many thanks to Jon Boekenoogen (metalhead8816): First guy to submit the 'Long press volume buttons to skip songs' concept for CM6. Thanks for this simple, but great feature. Also thanks to lyapota for his adaptation to the music mod on the Desire HD. I built this with the Advanced Power Menu and remapped longpress home key to recent apps.
*DOWNLOAD*
This is not a flashable, as it is only the android.policy.jar and I believe in adb more than flashables, also im lazy...
Enjoy!
Adding this to my rom for sure ^_^
one_love_420 said:
Ok while Dread 7us and I are working on a rom I figured I would at least put this out. This mod everyone I'm sure loves. This is the Volume Rocker Mod. What this does is when you have music playing and the screen is off you can longpress the volume up or down to skip tracks up or down. Works with any music player. Many probaly know this mod from CyanogenMod roms. Many thanks to Jon Boekenoogen (metalhead8816): First guy to submit the 'Long press volume buttons to skip songs' concept for CM6. Thanks for this simple, but great feature. Also thanks to lyapota for his adaptation to the music mod on the Desire HD. I built this with the Advanced Power Menu and remapped longpress home key to recent apps.
*DOWNLOAD*
This is not a flashable, as it is only the android.policy.jar and I believe in adb more than flashables, also im lazy...
Enjoy!
Click to expand...
Click to collapse
Thanks I've been waiting for this!!! I'm a noob with adb though so how would I go about adding this to my phone?
Also, looking forward to your ROM!
Sent from my EVO using Tapatalk 2
guih said:
Thanks I've been waiting for this!!! I'm a noob with adb though so how would I go about adding this to my phone?
Also, looking forward to your ROM!
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
You could use root explore or similar, just make sure you set the perms right. Another way is to take another's flashable zip, like the Advance Power Menu mod's zip remove the framework-res.apk and replace the android.policy.jar with the one linked here. But I truly recommend learning simple adb push/pull commands, it is extremely helpful when messing with your phone.
Sent from my EVO using Tapatalk 2
Thanks for sharing!! Since this is a .jar file and not an apk with associated odex, would there be an issue using this if you're still on stock rooted odexed ROM?
Again, thanks. I love this mod and have been missing it.
sent from a shining jewel 4g LTE
scottspa74 said:
Thanks for sharing!! Since this is a .jar file and not an apk with associated odex, would there be an issue using this if you're still on stock rooted odexed ROM?
Again, thanks. I love this mod and have been missing it.
sent from a shining jewel 4g LTE
Click to expand...
Click to collapse
Will need to be on a deodexed Rom or you will have to re-odex this
Sent from my EVO using Tapatalk 2
Awesome. Been waiting for this. Glad to see you and dread working on a Rom. Hopefully you bring that newSENSE
Sent from my EVO using Tapatalk 2
Does this work with Pandora?
Nice work one_love. Looking forward to seeing what you and Dread do with this phone.
Any success stories?
BTW Good job OP. I was just about to port this over and you beat me to it.
I tried it and the phone reboots when trying to access the power menu.. Anyone else have this problem?
Krnla said:
I tried it and the phone reboots when trying to access the power menu.. Anyone else have this problem?
Click to expand...
Click to collapse
What Rom are you on? I've tested with OMJ and works perfectly. You must have the framework-res with the APM
Sent from my EVO using Tapatalk 2
one_love_420 said:
What Rom are you on? I've tested with OMJ and works perfectly. You must have the framework-res with the APM
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
To add to this, I checkout the edits in android.policy and compared to mine. Worked perfect. I certainly appreciate the mods and was an easy fix.
Leoisright said:
To add to this, I checkout the edits in android.policy and compared to mine. Worked perfect. I certainly appreciate the mods and was an easy fix.
Click to expand...
Click to collapse
which file did you edit in android.policy?
flex360 said:
which file did you edit in android.policy?
Click to expand...
Click to collapse
added these two files
PhoneWindowManager$VolumeLongPressF.smali
PhoneWindowManager$VolumeLongPressR.smali
Then modded the PhoneWindowsManager.smali
Leoisright said:
added these two files
PhoneWindowManager$VolumeLongPressF.smali
PhoneWindowManager$VolumeLongPressR.smali
Then modded the PhoneWindowsManager.smali
Click to expand...
Click to collapse
you are the man
thank you
one_love_420 said:
What Rom are you on? I've tested with OMJ and works perfectly. You must have the framework-res with the APM
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
I am on flex's stock 1.43
i keep getting error when trying to recompile the android.policy file
flex360 said:
i keep getting error when trying to recompile the android.policy file
Click to expand...
Click to collapse
Pull the classes.dex out and baksmali it then mod it. Then compile the dex then push back in the jar with winrar. No need in recompiling the whole thing.
I do that for any smali changes needed. Only decompile the apk when xml changes are needed. Otherwise just push files directly in. Save a boatload of time. Especially with apks
Sent from my ClassicJewel
Leoisright said:
Pull the classes.dex out and baksmali it then mod it. Then compile the dex then push back in the jar with winrar. No need in recompiling the whole thing.
I do that for any smali changes needed. Only decompile the apk when xml changes are needed. Otherwise just push files directly in. Save a boatload of time. Especially with apks
Sent from my ClassicJewel
Click to expand...
Click to collapse
i got it right this time
i didnt do what you suggested
but thanks for the help man
i hope i didnt bork something else lol
Related
Well test one...took the smali edits made for the atrix and threw those in and it made the status bar disappear lol. So not that easy...
Will update as progress develops
Sent from my MB855 using XDA App
ZiggSVO said:
Well test one...took the smali edits made for the atrix and threw those in and it made the status bar disappear lol. So not that easy...
Will update as progress develops
Sent from my MB855 using XDA App
Click to expand...
Click to collapse
HA! I did similar...I'm trying to get us the HTC Sense 3.0 notification bar. Uninstalled the Photon SystemUI.apk (yeah...oops!). Lost my notification bar totally. Good times. All is back to normal now tho!
Gonna keep trying my project too...love the toggles in the HTC bar.
Bandage said:
HA! I did similar...I'm trying to get us the HTC Sense 3.0 notification bar. Uninstalled the Photon SystemUI.apk (yeah...oops!). Lost my notification bar totally. Good times. All is back to normal now tho!
Gonna keep trying my project too...love the toggles in the HTC bar.
Click to expand...
Click to collapse
Yea i decompiled our values/public xml added a bunch of lines for the new battery images and cant get it to recompile lol. I love the touchwiz pulldown...maybe i should hit up dreams and see how hard it would be to make them for a non touchwiz phone lol. He buolt them for the nexus lol.
But yea i need to see if i can get the xml to recompile. Already edited the services.jar file to add the battery smali needed for the mod to work on the atrix. After that tried the xml editing and cant get it to recompile lol.
Sent from my MB855 using XDA App
Should holla at madd about this...sure theres a much easier method
Sent from my MB855 using XDA App
Custodian said:
Should holla at madd about this...sure theres a much easier method
Sent from my MB855 using XDA App
Click to expand...
Click to collapse
Idk if you checked already, but I responded to your pm.
Posted by Mr. Z's Epic 4G.
Anyone still working on this or figure it out?
dschachm said:
Anyone still working on this or figure it out?
Click to expand...
Click to collapse
This^^^^^^ i need!
kennypowders said:
This^^^^^^ i need!
Click to expand...
Click to collapse
What rom are you on? I can whip something up today when I get back from grocery shopping.
[email protected] said:
What rom are you on? I can whip something up today when I get back from grocery shopping.
Click to expand...
Click to collapse
I am on star wars rom with alien flashed over. I would love this!
Sent from my MB855 using Tapatalk
Im also waiting for this modd
Sent from my MB855 using xda premium
Guys, just so you know, i loaded this the new homebase rom with update, and it has the battery percentage as 1% thank god!!!
Making an attempt...
I'm still a noob so pardon me if i'm not really adding anything here. I'm going to try to make the mod. So far I've:
1) Downloaded apktool
2) Decompiled the framework-res.apk file
3) Went into stats_sys_battery.xml and added the lines for each percentage
...LOL that's where I'm at and this'll take a while...so sorry if I'm taking a long time with this...I also just saw that last post about having the 1% mod on the home based rom...****! LOL! Well, if anyone's interested, I'll still give it a shot...hopefully i don't brick my phone.
4) Went into UOT Kitchen and downloaded some battery icons (now i have all charging/status icons...I didn't want to make it myself)
5) Wondering if I replace stats_sys_battery.xml with my modded one, recompile, that it would work?
If you use minimalistic text, it shows battery level in increments of 1%
Any updates to this mod
Sent from my Xoom using xda premium
any updates at all?
What ROM do you need the mod for? If you're talking Joker's skinny ROMs, then you can flash those as they have the % mod. Also Rangerbry posted the % mod way back for BLUR Roms. If you're talking ICS. Not ready yet, though I had extracted the systemui.apk and decompiled it, made my xml edits. but apktool doesn't compile the unrecognized ICS yet, so right now, we're stuck.
KTT16 said:
What ROM do you need the mod for? If you're talking Joker's skinny ROMs, then you can flash those as they have the % mod. Also Rangerbry posted the % mod way back for BLUR Roms. If you're talking ICS. Not ready yet, though I had extracted the systemui.apk and decompiled it, made my xml edits. but apktool doesn't compile the unrecognized ICS yet, so right now, we're stuck.
Click to expand...
Click to collapse
You probably need to update your apktool. I believe ICS support was added back in December.
http://code.google.com/p/android-apktool/wiki/Changelog#1.4.3
KSmithInNY said:
You probably need to update your apktool. I believe ICS support was added back in December.
http://code.google.com/p/android-apktool/wiki/Changelog#1.4.3
Click to expand...
Click to collapse
I was on 1.4.3 when i tried it, but maybe I'm just messing up somewhere with it. I installed framework-res.apk, systemui.apk's and decompiled the System apk just fine, made my edits, but when I built it, a **** ton of errors popped up.
KTT16 said:
What ROM do you need the mod for? If you're talking Joker's skinny ROMs, then you can flash those as they have the % mod. Also Rangerbry posted the % mod way back for BLUR Roms. If you're talking ICS. Not ready yet, though I had extracted the systemui.apk and decompiled it, made my xml edits. but apktool doesn't compile the unrecognized ICS yet, so right now, we're stuck.
Click to expand...
Click to collapse
what about stock?
im rooted but still rolling with stock for now, mainly cuz i need 4g
KTT16 said:
I was on 1.4.3 when i tried it, but maybe I'm just messing up somewhere with it. I installed framework-res.apk, systemui.apk's and decompiled the System apk just fine, made my edits, but when I built it, a **** ton of errors popped up.
Click to expand...
Click to collapse
To see if its your environment or your edits, decompile and don't make any changes then recompile. Depending on the results you'll have your answer.
I have looked through many threads and posts, so forgive me if I can't seem to be able to use the search function very well (especially if found elsewhere). My apologies...
With that being said, can the HTCCamera.apk that incorporates the HDR and Panoramic modes be used with the purely STOCK 2.08...3 and Stock Freeza's 3e Kernel? I know my way around Android okay, not great....and know how to do it, permissions, etc. if it is possible. I just need someone to confirm this is possible on STOCK ODEX 2.08...3 ROM.......PLEASEEEE!!!! An advanced Thanks button push for anyone that can help!!
I think so steelh has a guide to enable those features then you can find out how to Odex the apk like users are doing with myn's Odexed ROM then adb push the apk
Swyped from my Unlimited Evo3D
nuggyunlimited said:
I think so steelh has a guide to enable those features then you can find out how to Odex the apk like users are doing with myn's Odexed ROM then adb push the apk
Swyped from my Unlimited Evo3D
Click to expand...
Click to collapse
Could you link it for me please?
When I get back to my dorm I can make a flashable zip that will give you those options, plus a few more options. It's going to be the modified camera apk from my ROM.
私のエボ3Dから送信される。
Before you put too much time into it, Hdr doesn't actually do anything in the few modded cameras I've tried. It takes the pic, but it's just a normal pic. I asked about that a while back and the consensus seemed to be kernel related. Panorama on the other hand worked great. It's buggy in the ported htc amaze 4G camera but stock camera works right with it.
Sent from my PG86100 using XDA App
dastin1015 said:
When I get back to my dorm I can make a flashable zip that will give you those options, plus a few more options. It's going to be the modified camera apk from my ROM.
私のエボ3Dから送信される。
Click to expand...
Click to collapse
If you could, that'd be awesome. I only want the camera though, for Panorama, and I am on ODEX 2.08....3, with freeza's kernel. I'd greatly appreciate it.
pinky059 said:
Could you link it for me please?
Click to expand...
Click to collapse
Here you go
tommytomatoe said:
Hey gang. Just some general.info about odex. Especially with the concern about compatibility.
Open your update.zip. Open the apk in question. Using 7zip, delete the file "classes.dex" from apk. Put apk back into update.zip. Flash.
By leaving the file classes.dex you're wasting space and while chances are slim you might run into trouble later.
Also. I would venture to say 9/10 themes/mods are not smali related...so removal of classes.dex will pose no problem. If the dev in question did modify the dex code, then you would have to remove the odex file anyways...so either way you're not affecting the effect of the flash.
Anyways. Summary. remove classes.dex.
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
this should also help
http://forum.xda-developers.com/showthread.php?t=1236075
Sent from my PC36100 using Tapatalk
Here it is. Sorry late. It's attached to this post. As always nandroid before flashing.
Hey guys,
I know I'm a little late to the party, but I've been working on this for my own sake for quite a while and figured I'd post it. Its a blue mod (33b5e5) which I think is the ICS color. Also, I changed the battery using the UOT kitchen. This is for CleanRom GBE 1.7.5! This is the first time that I have done anything like this so if there are any suggestions just let me know.
Edited apk files:
Calendar.apk
com.htc.resources.apk
framework-res.apk
HomePersonalize.apk
HtcContacts.apk
HtcDialer.apk
HtcListen.apk
HtcLockscreen.apk
HtcMusicEnhancer.apk
Mms.apk
MyTask.apk
Phone.apk
Settings.apk
SystemUI.apk
Screenshots:
Attached
Changelog:
V1.0:
-Changed the SystemUI xml files to #33b5e5 - see last 2 screens
Download:
As always, make a nandroid before you flash this through recovery.
http://db.tt/cCJUOyPf
MD5:
9A3297A26C4CDF2C65F5D10195F675F8
Thanks!!:
scrosler for the great ROM!!
I'm so far beyond GB that it's not even funny, but this looks really nice Thanks for all the hard work
Hahaha, I know. I figure that once the official ICS comes out I will do a mod for that as well. I just dont want to flash the leak, especially when the OTA could be so close...just in case there is something stupid that they decided to have downlevel from the leak.
Where did you find the bg for the call button?
Sent from my ADR6425LVW using Tapatalk
Jmrwbilly said:
Where did you find the bg for the call button?
Sent from my ADR6425LVW using Tapatalk
Click to expand...
Click to collapse
I think the HtcDialer.apk, but not 100% on that. There is a .9png labeled: phone_btn_call_rest.9 that I think is it. I honestly just went through most of the apks and changed them and flashed it at the end to make sure nothing looked weird anywhere.
murhaava1 said:
I think the HtcDialer.apk, but not 100% on that. There is a .9png labeled: phone_btn_call_rest.9 that I think is it. I honestly just went through most of the apks and changed them and flashed it at the end to make sure nothing looked weird anywhere.
Click to expand...
Click to collapse
I'll have to double check, but I'm pretty sure I changed it in mine but is still green
Sent from my ADR6425LVW using Tapatalk
Jmrwbilly said:
I'll have to double check, but I'm pretty sure I changed it in mine but is still green
Sent from my ADR6425LVW using Tapatalk
Click to expand...
Click to collapse
Also try com.htc.resources.apk, I changed the phone_call_rest.9.png in there too
murhaava1 said:
Also try com.htc.resources.apk, I changed the phone_call_rest.9.png in there too
Click to expand...
Click to collapse
It is in htcdialer, I skipped it because was having issues decompilingthe apk. Thanks for the point in the right direction. Looks like the only way is drop a replacement in via zip7, not the way I'd prefer but got to do what I got to do...
Sent from my ADR6425LVW using Tapatalk
Jmrwbilly said:
It is in htcdialer, I skipped it because was having issues decompilingthe apk. Thanks for the point in the right direction. Looks like the only way is drop a replacement in via zip7, not the way I'd prefer but got to do what I got to do...
Sent from my ADR6425LVW using Tapatalk
Click to expand...
Click to collapse
After you decompile and then are ready to compile it again, are you trying to sign it? I read that doesnt work and you dont need to sign for htc apk files.
V1.0 is out! Its just more SystemUI edits, but this time I dived into xml!
Does this work only on GBE version?
Cares said:
Does this work only on GBE version?
Click to expand...
Click to collapse
Yes. I havent made the switch yet to ICS yet, but once I do, I will be porting this over. Hopefully soon lol
i did not yet make my rom for this device... but i did do a quick change in the systemui code so u guys will have quicksettings.
this is used in scott's rom for the htc one x. on new2 future updates to sense 4 roms, hawknest sense 4 rom and will be used in the future in my releases as well... and im sure in many other roms also.
this is general for any sense 4 rom that is deodex and use of 720p screen res.
like new2 said... this is just the initial release... and we not done adding more to it.
look in the link below for the apk, its doedex for now ofcourse... and free for all to use and abuse. (credit would be nice... but we wont enforce it)
http://themikmik.com/showthread.php?12882-MOD-QuickSettings
have fun guys... and like tt always says "sharing is caring"
Thank you!!!! I've missed them
Sent from my EVO using Tapatalk 2
Real cool.. Thanks!!!!
Do we need root? Because install fails and I am not rooted
Sent from my EVO using XDA
fearbasel04 said:
Do we need root? Because install fails and I am not rooted
Sent from my EVO using XDA
Click to expand...
Click to collapse
well... the idea is to push it to system/app and replace the current systemui.apk if u deodex...
if any of u guys are odex btw... just push to system/app/, del the systemui.odex and reboot... it should also work.
so no, u dont need to be rooted... but u do need root access to replace the files... so temp root kinda thing should be fine also.
Thanks Mik!
I was a loyal user of your Evo 4G Rom since the beginning and I can't WAIT for your 4G LTE Rom.
aamikam said:
i did not yet make my rom for this device... but i did do a quick change in the systemui code so u guys will have quicksettings.
this is used in scott's rom for the htc one x. on new2 future updates to sense 4 roms, hawknest sense 4 rom and will be used in the future in my releases as well... and im sure in many other roms also.
this is general for any sense 4 rom that is deodex and use of 720p screen res.
like new2 said... this is just the initial release... and we not done adding more to it.
look in the link below for the apk, its doedex for now ofcourse... and free for all to use and abuse. (credit would be nice... but we wont enforce it)
http://themikmik.com/showthread.php?12878-MOD-Quicksettings-for-sense-4
have fun guys... and like tt always says "sharing is caring"
Click to expand...
Click to collapse
Loved running mikg on my evo! Looking forward to your work in here!
I did what it said rebooted and the screen. Shot does not work
Also recent apps
Sent from my EVO using xda premium
Pushed to correct directory and now top status bar has disappeared and recent apps button does not work.
bernechad said:
Pushed to correct directory and now top status bar has disappeared and recent apps button does not work.
Click to expand...
Click to collapse
same, are you odex or deodex?
alainater said:
same, are you odex or deodex?
Click to expand...
Click to collapse
Odexed.
Replaced with original systemui.apk and systemui.odex, reboot and all back to normal.
Not sure if just because odex or if it's working properly with deodex.
bernechad said:
Odexed.
Replaced with original systemui.apk and systemui.odex, reboot and all back to normal.
Not sure if just because odex or if it's working properly with deodex.
Click to expand...
Click to collapse
Ok same with me, I just flashed the deodexed rom and am gonna try again
alainater said:
Ok same with me, I just flashed the deodexed rom and am gonna try again
Click to expand...
Click to collapse
Cool. If that works, I'll probably do the same....IF I can ever get it unlocked through htcdev so I can install a recovery and make a backup. lol it never ends.
aamikam said:
i did not yet make my rom for this device... but i did do a quick change in the systemui code so u guys will have quicksettings.
this is used in scott's rom for the htc one x. on new2 future updates to sense 4 roms, hawknest sense 4 rom and will be used in the future in my releases as well... and im sure in many other roms also.
this is general for any sense 4 rom that is deodex and use of 720p screen res.
like new2 said... this is just the initial release... and we not done adding more to it.
look in the link below for the apk, its doedex for now ofcourse... and free for all to use and abuse. (credit would be nice... but we wont enforce it)
http://themikmik.com/showthread.php?12878-MOD-Quicksettings-for-sense-4
have fun guys... and like tt always says "sharing is caring"
Click to expand...
Click to collapse
So you will be making a rom?!
Sent from my EVO using Tapatalk 2
bernechad said:
Cool. If that works, I'll probably do the same....IF I can ever get it unlocked through htcdev so I can install a recovery and make a backup. lol it never ends.
Click to expand...
Click to collapse
For the HTC Dev unlock, just choose all other supported devices at the very end of the drop down menu. That worked for me. Flashed TWRP 2.1.6 through fastboot (because I'm old fashioned) and all is well for me. I've got viperboy's deodexed rom loaded up right now running smoothly.
bernechad said:
Cool. If that works, I'll probably do the same....IF I can ever get it unlocked through htcdev so I can install a recovery and make a backup. lol it never ends.
Click to expand...
Click to collapse
Yeah htcdev is a ***** haha
Ok I put the file in and it partitally worked, status bar was there and I could see recent apps, yet there was no clock signal or anything else there. Once I rebooted no status bar again.
btbamzao said:
So you will be making a rom?!
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
yes... my lte is on the way here...
Hey Mik, I'm having troubles getting my SystemUI to rebuild properly after I edit a couple lines in an xml to remove that awkward software menu key, would you have a chance to give a quick hand? I've got Fernando Sor's modded apktool set up already, my status bar just doesn't show up when I push the apk.
alainater said:
same, are you odex or deodex?
Click to expand...
Click to collapse
Odex
Sent from my EVO using xda premium
aamikam said:
yes... my lte is on the way here...
Click to expand...
Click to collapse
The best news.
Sent from my lair.
this should work with all roms
as i have only edited the android.policy.jar file
no buildprop edits nor framework-res.apk. the method i used to get rid of the 3dot menu bar at the bottom is much cleaner than runandhides, which makes it compatible with all roms out there.
plus this already has the volume rocker mod that i ported manually for my rom
devs can use it in their roms also. i dont mind. sharing is caring ^_^
http://www.androidfilehost.com/main... Remapping For Stock with Goodies Working.zip
Thanks for working on this! Silly lil 3 dot menu is an eyesore.
Sent from my EVO using XDA
Anthonicia said:
Thanks for working on this! Silly lil 3 dot menu is an eyesore.
Sent from my EVO using XDA
Click to expand...
Click to collapse
Yah I was just lookin for the same thing
flex360 said:
this should work with all roms
as i have only edited the android.policy.jar file
no buildprop edits nor framework-res.apk. the method i used to get rid of the 3dot menu bar at the bottom is much cleaner than runandhides, which makes it compatible with all roms out there.
plus this already has the volume rocker mod that i ported manually for my rom
devs can use it in their roms also. i dont mind. sharing is caring ^_^
http://www.androidfilehost.com/main... Remapping For Stock with Goodies Working.zip
Click to expand...
Click to collapse
I have not unlocked yet ... Really wanted to wait until sometime figured out how to do it without the htcdev site being involved. Can I make these mods manually without flashing the zip? Thanks,
JB
Submitted from my ROOTED EVO 4G-LTE using XDA Premium
jmboulware said:
I have not unlocked yet ... Really wanted to wait until sometime figured out how to do it without the htcdev site being involved. Can I make these mods manually without flashing the zip? Thanks,
JB
Submitted from my ROOTED EVO 4G-LTE using XDA Premium
Click to expand...
Click to collapse
if you have root you should be able to
just copy the files in the corresponding folders
should work
please make an odex version
Sent from my HTC EVO 4G LTE
flex360 said:
this should work with all roms
as i have only edited the android.policy.jar file
no buildprop edits nor framework-res.apk. the method i used to get rid of the 3dot menu bar at the bottom is much cleaner than runandhides, which makes it compatible with all roms out there.
plus this already has the volume rocker mod that i ported manually for my rom
devs can use it in their roms also. i dont mind. sharing is caring ^_^
http://www.androidfilehost.com/main... Remapping For Stock with Goodies Working.zip
Click to expand...
Click to collapse
Hey flex, why don't you post the how to for the new devs getting their feet wet. So far this entire forum has been an open book which to learn sense 4 and mods like these will only drive more sharing, especially when you show the codes that were removed from smali.
Ideas like this one will spawn more ideas to flourish. Just a thought.
I wanted to post it the other day, but it wasn't my mod to show. But with the mindset of sharing is caring, its a great mod to open up.
Take care
Leo
Sent from my ClassicJewel
Leoisright said:
Hey flex, why don't you post the how to for the new devs getting their feet wet. So far this entire forum has been an open book which to learn sense 4 and mods like these will only drive more sharing, especially when you show the codes that were removed from smali.
Ideas like this one will spawn more ideas to flourish. Just a thought.
I wanted to post it the other day, but it wasn't my mod to show. But with the mindset of sharing is caring, its a great mod to open up.
Take care
Leo
Sent from my ClassicJewel
Click to expand...
Click to collapse
you can post it
you have my permission.
flex360 said:
you can post it
you have my permission.
Click to expand...
Click to collapse
Cool. I will over the next couple days. How this was setup, gave me an idea for another mod. Thanks
Sent from my ClassicJewel
Can this be installed on the stock odex rom
flex360 said:
this should work with all roms
as i have only edited the android.policy.jar file
no buildprop edits nor framework-res.apk. the method i used to get rid of the 3dot menu bar at the bottom is much cleaner than runandhides, which makes it compatible with all roms out there.
Click to expand...
Click to collapse
I noticed the zip contains framework-res.apk, is that needed for the volume rocker mod? Do I need only the android.policy.jar file for the menu mod?
fastmikey1969 said:
I noticed the zip contains framework-res.apk, is that needed for the volume rocker mod? Do I need only the android.policy.jar file for the menu mod?
Click to expand...
Click to collapse
a modded framework-res is needed to remove the 3dot menu and for advanced power menu. android.policy.jar is the only file needed for the volume rocker/longpress home mod
freeza said:
a modded framework-res is needed to remove the 3dot menu and for advanced power menu. android.policy.jar is the only file needed for the volume rocker/longpress home mod
Click to expand...
Click to collapse
no
the framework-res is stock. i removed the 3dot menu using the android.policy.jar
i added the framework-res because the one from runandhides mod causes conflict with the advanced power menu
flex360 said:
no
the framework-res is stock. i removed the 3dot menu using the android.policy.jar
i added the framework-res because the one from runandhides mod causes conflict with the advanced power menu
Click to expand...
Click to collapse
Can I just copy the android.policy.jar on the stock odex rom? Well I just tried that and my phone wouldn't boot.
Disclaimer: I'm a n00b at modding. Luckily I was able to use adb to revert to the original android.policy.jar. Maybe I should just flash your rom flex.
fastmikey1969 said:
Can I just copy the android.policy.jar on the stock odex rom? Well I just tried that and my phone wouldn't boot.
Disclaimer: I'm a n00b at modding. Luckily I was able to use adb to revert to the original android.policy.jar. Maybe I should just flash your rom flex.
Click to expand...
Click to collapse
maybe you should
its just the smoothest rom out now, no bugs either
QQ
So, I've got APM (modded framework vin), long press home with menu gone (android.policy.jar runandhide), and modded battery (systemUI).
Will using this for rocker skip break anything I got, or will it work at all?
Thanks
Sent from my EVO using xda premium
flex360 said:
no
the framework-res is stock. i removed the 3dot menu using the android.policy.jar
i added the framework-res because the one from runandhides mod causes conflict with the advanced power menu
Click to expand...
Click to collapse
Fwiw, didn't work for me on stock rooted just copying android.policy.jar
Edit. never mind, seems my root is no good despite su app...
Thanks for this. This flashed fine on top of Fresh rom.
Just to be clear, this mod is only to remove the three dot (soft) menu button and add in the volume rocker mod. It doesn't remap the soft menu button to the recent apps button, right?
any chance the zip is user-friendly to reconfigure the remapping? i like to keep multitasking on its button and menu for long press home. i'd be happy to try before you put your time into it but i just wanted to know if i would be in over my head