Here is a mod that *should* disable wireless charging in the latest verizon update...
***I do not have a charger to test, but this is the same change I did in 1.15 for ViperDNA and it was successful...please make a backup before flashing! You may need to have services signature checking disabled to use this, ask your rom developer to do so***
changes systemui.apk
disables wireless charging popup/notification
works on stock deodex or odex
****this will overwrite any other mods you have installed for systemui***
Download
***Feel free to include this in your rom/project, just properly credit, thanks!
For 2.04 Verizon 2/15 OTA
remove_wc_2.04.zip: link removed til i fix it
md5:
For Developers Only!
how to apply this mod to your SystemUI project:
navigate to:
smali/com/android/systemui/statusbar/phone/PhoneStatusbarPolicy.smali
Click to expand...
Click to collapse
search for:
Code:
.method private final showWirelessChargingStatusForVzW
wholesale replace the method with this:
Code:
.method private final showWirelessChargingStatusForVzW(Landroid/content/Intent;)V
.locals 1
const/4 v0, 0x0
return v0
.end method
worked on 1.15 in viperDNA, no guarantees it works correctly in 2.04...some feedback would be helpful :angel:
(these seem like overly simplistic code changes in changing a 600 line method to the above, but should work fine...yes there are other ways to do it)
nitsuj17 said:
For Developers Only!
how to apply this mod to your SystemUI project:
navigate to:
search for:
Code:
.method private final showWirelessChargingStatusForVzW
wholesale replace the method with this:
Code:
.method private final showWirelessChargingStatusForVzW(Landroid/content/Intent;)V
.locals 1
const/4 v0, 0x0
return v0
.end method
worked on 1.15 in viperDNA, no guarantees it works correctly in 2.04...some feedback would be helpful :angel:
(these seem like overly simplistic code changes in changing a 600 line method to the above, but should work fine...yes there are other ways to do it)
Click to expand...
Click to collapse
Flashed the zip and the systemui force closes on boot and their is no longer a status bar on 2.04
Sent from my HTC6435LVW using xda app-developers app
MustafaHadaKing said:
Flashed the zip and the systemui force closes on boot and their is no longer a status bar on 2.04
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
tell me what the logcat says from the fc, because i pushed the systemui over viperDNA on 1.15 and it doesnt force close
its possible you may need signature checking disabled in services.jar (it is in viper)
nitsuj17 said:
tell me what the logcat says from the fc, because i pushed the systemui over viperDNA on 1.15 and it doesnt force close
its possible you may need signature checking disabled in services.jar (it is in viper)
Click to expand...
Click to collapse
I tried disabling signature checking in the services.jar but didn't seem to help. So that means one of two things 1.) I screwed up the services.jar 2.) thats not the problem. Thanks for your help. I'd be happy to post the modified services.jar if you think it would help.
zone23 said:
I tried disabling signature checking in the services.jar but didn't seem to help. So that means one of two things 1.) I screwed up the services.jar 2.) thats not the problem. Thanks for your help. I'd be happy to post the modified services.jar if you think it would help.
Click to expand...
Click to collapse
hrmm, ill look at it more when im on 2.04
does the statusbar crash on install, or when you start wireless charging?
nitsuj17 said:
hrmm, ill look at it more when im on 2.04
does the statusbar crash on install, or when you start wireless charging?
Click to expand...
Click to collapse
On install
Sent from my HTC6435LVW using xda app-developers app
nitsuj17 said:
hrmm, ill look at it more when im on 2.04
does the statusbar crash on install, or when you start wireless charging?
Click to expand...
Click to collapse
Crashes on bootup.
zone23 said:
Crashes on bootup.
Click to expand...
Click to collapse
interesting, flashed fine over 1.15....thanks for the feedback ill fix it up this week
After doing the OTA update to 2.0.4, I reflashed Viper and all the Viper updates back to 1.1.3, and it still works on the new firmware. Just sayin. But you probably already knew that.
Any other advantages to disabling signature checking? Is that something I should keep or dump it? Also anyway to check to see if its really disabled?
zone23 said:
Any other advantages to disabling signature checking? Is that something I should keep or dump it? Also anyway to check to see if its really disabled?
Click to expand...
Click to collapse
some mods to various apps or the manifest in them will prevent the apks / jars from working properly w/o signature checking disabled
if you tie a string to it you ll see it in logcat :silly:
also using apks from other phones (butterfly for example) require this
nitsuj17 said:
some mods to various apps or the manifest in them will prevent the apks / jars from working properly w/o signature checking disabled
if you tie a string to it you ll see it in logcat :silly:
also using apks from other phones (butterfly for example) require this
Click to expand...
Click to collapse
Interesting probably take me all day to figure out what that means, LOL..
is there a new systemui.apk and rosie for the new ota?
MustafaHadaKing said:
is there a new systemui.apk and rosie for the new ota?
Click to expand...
Click to collapse
yes, they are amongst the files modded
any chance someone wants to look at my services.jar and see if I edited it correctly? If not I understand..
Maybe this should be in its own thread but i'm gonna put it here anyway..
So this is the page I used to try and unsecured the services.jar
http://forum.xda-developers.com/showthread.php?t=1698352
and I thought I would attach the PackageManagerService.smali and someone could quickly look and see if I did it correctly.
and maybe not thats ok too..
zone23 said:
Maybe this should be in its own thread but i'm gonna put it here anyway..
So this is the page I used to try and unsecured the services.jar
http://forum.xda-developers.com/showthread.php?t=1698352
and I thought I would attach the PackageManagerService.smali and someone could quickly look and see if I did it correctly.
and maybe not thats ok too..
Click to expand...
Click to collapse
that should be fine...i do it a bit differently, but the mod looks ok
So after applying that service.jar I tried doing this:
http://themikmik.com/showthread.php?13250-Rosie-mods
and couldn't get it to work are those MODs stil good? I also assume that the moded service.jar would be needed for a rosie mod like that, correct?
Sense would just FC.
zone23 said:
So after applying that service.jar I tried doing this:
http://themikmik.com/showthread.php?13250-Rosie-mods
and couldn't get it to work are those MODs stil good? I also assume that the moded service.jar would be needed for a rosie mod like that, correct?
Sense would just FC.
Click to expand...
Click to collapse
Those are all ics mods, and the latter 2 specifically have no bearing on jellybean
Landscape is easy enough tho
Related
This fixes long press on the search button to launch Google Voice search.
This is based on the EB01 stock deodexed ROM. (This replaces /system/framework/android.policy.jar ... not sure if themes use this file.)
DISCLAMIER
Not responsible for your phone. Backup your phone.
/DISCLAIMER
Make sure that I500_BingSearchAndroid_11122010.apk is renamed or removed.
Install using CWM.
-Doug
You mind posting the edit??
Any way this could be incorporated into the accurate bat. and power options with AOSP lockscreen. Seems to have messed them up but the search does indeed go to google now. would be awesome to have both
Sent from my SCH-I500 using XDA App
Thanks dhoard. I guess thats what I get for going to bed early.
Jmjohnson1717 said:
Any way this could be incorporated into the accurate bat. and power options with AOSP lockscreen. Seems to have messed them up but the search does indeed go to google now. would be awesome to have both
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
+1
Sent from my SCH-I500 using XDA App
Decompile android.policy.jar. In PhoneWindow.smali, change ...
const-string v9, "com.microsoft.mobileexperience.bing.VOICE"
... to ...
const-string v9, "android.intent.action.SEARCH_LONG_PRESS"
... and rebuild.
See this thread for an ASOP lock / power options / accurate battery version -> http://forum.xda-developers.com/showthread.php?t=951561
-Doug
Thank you for this!
Thanks for this bro. I edited the android.policy.jar for the puzzle lockscreen to also include reboot and accurate battery mods (actually the only thing affected by the policy is the reboot options). I did this so that I could include it with my theme which has a themed puzzle lockscreen as an option. Here is a flashable zip with the edits. Feel free to post in the OP if you want.
Note, I only zipped the android.policy.jar. I did not included the services.jar or the framework-res.apk (which are necessary for the reboot options and accurate battery) so that one can simply flash this over their theme. All themes use different .png's for the acc batt and reboot mods. For it to work properly, the theme one flashes this over must have reboot options. Flash the other zip in the OP if you are running stock or your theme does not include reboot options.
does it matter if I'm not deodexed?
chronster said:
does it matter if I'm not deodexed?
Click to expand...
Click to collapse
Yes. If your not deodexed it won't work.
-Doug
i got deodexed, thanks for this
Hi,
Any help to port the original theme by motorola to dexter's froyo?
Just curious as to what you're looking for from Moto's original theme?
3rdstring said:
Just curious as to what you're looking for from Moto's original theme?
Click to expand...
Click to collapse
LOL like me too/.....
Its a metamorph so know how that works if you don't already.
http://dl.dropbox.com/u/21926881/StockXT720.zip
Let me know how it goes and note that for whatever reason you may have to apply it twice.
3rdstring said:
Just curious as to what you're looking for from Moto's original theme?
Click to expand...
Click to collapse
Because the red persona provided within Khalpower's V4 update is ugly & awful! By the way, can you find the email (not gmail) app with this update?
cdstewart said:
Its a metamorph so know how that works if you don't already.
Let me know how it goes and note that for whatever reason you may have to apply it twice.
Click to expand...
Click to collapse
Didn't work, I've got the Please Wait Applying framework-res.apk 1 of 1
Nothing happens, the status bar takes forever
Any help?
Thanks
make sure usb debugging is on?
screamer0 said:
Didn't work, I've got the Please Wait Applying framework-res.apk 1 of 1
Nothing happens, the status bar takes forever
Any help?
Thanks
Click to expand...
Click to collapse
I've had good luck with this. After ZipThemer builds the update.zip (& the undo.zip) I just move the zip files from the root of my sdcard to /openrecovery/updates, reboot to OpenRecovery & apply the update.
3rdstring said:
I've had good luck with this. After ZipThemer builds the update.zip (& the undo.zip) I just move the zip files from the root of my sdcard to /openrecovery/updates, reboot to OpenRecovery & apply the update.
Click to expand...
Click to collapse
F'sho, Ill give that a whirl when I can.
cdstewart said:
make sure usb debugging is on?
Click to expand...
Click to collapse
Yes, you were right, it works now! 2 minor missing things:
- Time on status bar is written in white
- Unlock sliders didn't change, still havine red persona (ugly!) ones.
Thanks
screamer0 said:
Yes, you were right, it works now! 2 minor missing things:
- Time on status bar is written in white
- Unlock sliders didn't change, still havine red persona (ugly!) ones.
Thanks
Click to expand...
Click to collapse
Here is a vanilla one from droidpirate.com
http://droidpirate.com/2011/02/27/metamorph-lock-screen-light-vanilla-alt/
I am partial to my r2d2 lock. Also from droidpirate
He has some sweet metamorphs and since we now share similar droidx/2 framework, a lot of his will work on ours.
As for the time, I have to edit services.jar and don't have time to right now - uni exams.
Ill post it when I do it though, unless another kind chap will do so.
and don't be afraid to hit the thanks button!
i use d bbt black theme developed by khal....with v4 rom
great outlook....fast n stable
3rdstring said:
I've had good luck with this. After ZipThemer builds the update.zip (& the undo.zip) I just move the zip files from the root of my sdcard to /openrecovery/updates, reboot to OpenRecovery & apply the update.
Click to expand...
Click to collapse
Couldn't get it to work. Tried with a working MM and got the .zip file but OR just aborted it when I tried using it as an update.
Did you change the update script format? (Edify HTC Generic works for me)
Tried with HTC generic and got bootloops. Didn't format but don't usually need to. Ill try formatting later to see though.
Any other settings you have differently?
Sent from my XT720 using XDA App
cdstewart said:
Tried with HTC generic and got bootloops. Didn't format but don't usually need to. Ill try formatting later to see though.
Any other settings you have differently?
Sent from my XT720 using XDA App
Click to expand...
Click to collapse
Not that I know of. Apply the update wipe the Dalvik & cache reboot. Iv'e tried a couple & got bootloops but the undo option has always worked for me.
I sort of got it working. Are you able to apply it while you have another theme to restore a theme made by theme zipper?
Sent from my XT720 using XDA App
cdstewart said:
I sort of got it working. Are you able to apply it while you have another theme to restore a theme made by theme zipper?
Sent from my XT720 using XDA App
Click to expand...
Click to collapse
I've combined multiple morphs into one update.zip but I haven't tried adding a ZipThemer theme into the mix. Looking at the ZipThemer output files I would think that as long as you're theming different apks you could build multiple updates but if you're targeting the same file you either have to incorporate multiple themes into one update or apply one update before building another. (Does that make sense?)
Hmm I was half asleep when I wrote that let me rephrase.
If I make an update.zip with theme A and later on flash theme B (a completely different theme) if I want to go back to theme A, can I flash that update zip created in themezipper?
This is what I'm trying to do so I can give out my themes.
However it only bootloops if I apply update.zip(A) to theme B
Sent from my XT720 using XDA App
Sorry, I haven't really tied anything like that but if your're theming the same files ti doesn't make sense to me.
After all this framework hack does not work well under too many ROMs and causes lots of confusion about version. I accidentally found a universal solution to Home Button vibration that works with JKay theme and won't break anything. So this method is abandoned.Hi everyone. I have been Hellraising i9100 ROMs since Entropy's release, however was puzzled by the Home button which lags and won't give any feeling of touch when pressed.
After some research I finally figured out how to fix this. I made 2 versions, one for XXKI3 and another for XXKI4
Currently ROMs incorporates JKay theme mods (Sensation) are not working.
(Sorry I was too excited to notice I compiled both file from custom ROMs that were containning extended power menu, the fix is not universal and try at your own risk!).
Installtion Instructions:
1. Place the zip file into your Internal SD
2. Reboot into Recovery and select "install zip from sdcard"
3. Select "install from SD card", choose YES
4. hit return and reboot
You should have haptic feedback on Home now, also the Home button should respond instantly.
Caution:
Only apply to ROMs that are based on supported Samsung builds.
android.policy.jar varies from build to build so can not hybrid with different versions.
Credit:
gtg465x - home button lagfix code reference
DesignGears - home button haptic fix code reference
Ande definitely Entropy512, for the awesomeness of Hellraiser!
Please let me know if anything happens.
Downloads
Currently not working with JKay themes.
For i9100XXKI3 based ROMs:
View attachment XXKI3-hapticfeedbackfix.zip
For i9100XXKI4 based ROMs:
This file is modified from an i9100 ROM with extended power menu and header, might not work if the menu had the header removed!
View attachment XXKI4-hapticfeedbackfix.zip
amtrakcn said:
Hi everyone. I have been Hellraising i9100 ROMs since Entropy's release, however was puzzled by the Home button which lags and won't give any feeling of touch when pressed.
After some research I finally figured out how to fix this. I made 2 versions, one for XXKI3 and another for XXKI4.
Installtion Instructions:
1. Place the zip file into your Internal SD
2. Reboot into Recovery and select "install zip from sdcard"
3. Select "install from SD card", choose YES
4. hit return and reboot
You should have haptic feedback on Home now, also the Home button should respond instantly.
Caution:
Only apply to ROMs that are based on supported Samsung builds.
android.policy.jar varies from build to build so can not hybrid with different versions.
Credit:
gtg465x - home button lagfix code reference
DesignGears - home button haptic fix code reference
Ande definitely Entropy512, for the awesomeness of Hellraiser!
Please let me know if anything happens.
Click to expand...
Click to collapse
Thanks.... can you please post what code is changed within it (FOR HOME HAPTIC FEEDBACK) so I can mod the one for the rom I'm using. I don't want to use a generic one.
Thanks!
EDIT: Its rom specific.....you can't do generic addons.... It broke my rom which is why posting the actual change would be best. It booted but broke JKAY mods
shoman94 said:
Thanks.... can you please post what code is changed within it so I can mod the one for the rom I'm using. I don't want to use a generic one.
Thanks!
Click to expand...
Click to collapse
I think KI4 version works for checkROM. However just forget I modified both from custom ROMs so does not work universally...
There are multiple places in smali that needs to edit. So you might want to compare your original file with the attachment.
It's <decompiled dex folder>\com\android\internal\policy\impl\PhoneWindowManager.smali
View attachment PhoneWindowManager.zip
amtrakcn said:
I think KI4 version works for checkROM. However just forget I modified both from custom ROMs so does not work universally...
It's more than one place in smali so you might want to compare with the attachment.
View attachment 780701
Click to expand...
Click to collapse
I've been doing that but there are so many differences that I can't tell which is which.
Can't you just say which lines were changed....?
shoman94 said:
I've been doing that but there are so many differences that I can't tell which is which.
Can't you just say which lines were changed....?
Click to expand...
Click to collapse
Line 3841 to 4568... actually works just override all differences.
amtrakcn said:
Line 3841 to 4568... actually works just override all differences.
Click to expand...
Click to collapse
errors out.....
to good to be true. I've been messing with this all night and I"m not winning.
shoman94 said:
errors out.....
to good to be true. I've been messing with this all night and I"m not winning.
Click to expand...
Click to collapse
Like what kind of error you are encountering? During recompile or during testing?
I don't have time to poke at this (busy sobering up after a party...) but: I suggest providing the modded version,a nd the original, and diffing them.
Note that according to Mikey, designgears' patch accidentally caught a bunch of changes that weren't related to home-button.
And yes, just copying the smali will cause an epicfail most likely, ESPECIALLY if targeting a JKay theme, as JKay did dome significant mods to that smali file.
FYI, shoman94, you've gotten as far as I ever did - I never got a working mod, but I've been pretty busy this week.
Entropy512 said:
I don't have time to poke at this (busy sobering up after a party...) but: I suggest providing the modded version,a nd the original, and diffing them.
Note that according to Mikey, designgears' patch accidentally caught a bunch of changes that weren't related to home-button.
And yes, just copying the smali will cause an epicfail most likely, ESPECIALLY if targeting a JKay theme, as JKay did dome significant mods to that smali file.
FYI, shoman94, you've gotten as far as I ever did - I never got a working mod, but I've been pretty busy this week.
Click to expand...
Click to collapse
Thanks for pointing out, I recalled many other other modifications to the android.policy.jar after I posted but I cannot edit the title of thread now...
When comparing the 2 smali files (Original and DesignGear modified), except the lines for home button I only saw difference in conditions, which I don't really understand. It was a experiment that I just copyed the whole PhoneWindowManager.smali then compiled. The compiled file worked.
The file I posted is from a KI4 ROM with extended power menu with header, however since header modification is in GlobalActions.smali I think this should not affect compiling.
Tell me if I got anything wrong, first time looking into the bytecodes
Will be very thankful if you have time to look at this
View attachment OriginalPhoneWindowManager.zip
View attachment ModifiedPhoneWindowManager.zip
amtrakcn said:
Like what kind of error you are encountering? During recompile or during testing?
Click to expand...
Click to collapse
Well I installed your file and it booted fine but jkay mods were broken. I've been trying different combination for the last 8 hrs trying to get this to work. Epic fail.
I might have to post a message to JKAY for some help.
shoman94 said:
Well I installed your file and it booted fine but jkay mods were broken. I've been trying different combination for the last 8 hrs trying to get this to work. Epic fail.
I might have to post a message to JKAY for some help.
Click to expand...
Click to collapse
Since JKay moded other places than the Home Button as Entropy mentioned... this should happen.
You'll need precise modification that just target the Home button...
amtrakcn said:
Thanks for pointing out, I recalled many other other modifications to the android.policy.jar after I posted but I cannot edit the title of thread now...
When comparing the 2 smali files (Original and DesignGear modified), except the lines for home button I only saw difference in conditions, which I don't really understand. It was a experiment that I just copyed the whole PhoneWindowManager.smali then compiled. The compiled file worked.
The file I posted is from a KI4 ROM with extended power menu with header, however since header modification is in GlobalActions.smali I think this should not affect compiling.
Tell me if I got anything wrong, first time looking into the bytecodes
Will be very thankful if you have time to look at this
View attachment 781002
View attachment 781001
Click to expand...
Click to collapse
and the differences are attached but don't work with JKAY mods.... some things may need to get incorporated. IDK
amtrakcn said:
Since JKay moded other places than the Home Button as Entropy mentioned... this should happen.
You'll need precise modification that just target the Home button...
Click to expand...
Click to collapse
exactly my friend. I've been trying to get some help from DG but he is preoccupied. He tried a quick patch but resulted in the same issues I was getting myself.
I can confirm that it worked for checkrom2.0 but when I updated to checkrom 3.0 and relflashed the mod my phone would bootloop as soon as the phone booted. The first thing that popped up was a fc on com.android.phone (or something that had phone in it
Sent from my SGH-I777 using xda premium
jgrimberg1979 said:
I can confirm that it worked for checkrom2.0 but when I updated to checkrom 3.0 and relflashed the mod my phone would bootloop as soon as the phone booted. The first thing that popped up was a fc on com.android.phone (or something that had phone in it
Sent from my SGH-I777 using xda premium
Click to expand...
Click to collapse
It worked on 2.0 but broke the jkay mod.... extended power menu was out of whack.... AOSP style lock screen stopped working.... etc
jgrimberg1979 said:
I can confirm that it worked for checkrom2.0 but when I updated to checkrom 3.0 and relflashed the mod my phone would bootloop as soon as the phone booted. The first thing that popped up was a fc on com.android.phone (or something that had phone in it
Sent from my SGH-I777 using xda premium
Click to expand...
Click to collapse
It looks like the new checkrom is kj3 based. That haptic fix is for ki3 and ki4. Probably why is messed up.
Sent from my SAMSUNG-SGH-I777 using XDA App
can you post the fix for sensation 1.9.
would be greatly appreciated
nmandi said:
can you post the fix for sensation 1.9.
would be greatly appreciated
Click to expand...
Click to collapse
Hi, I compiled the file but since I'm not on Sensation ROM I did not try it myself.
Let me know if you run into any problem.
THX!
View attachment 782532
amtrakcn said:
Hi, I compiled the file but since I'm not on Sensation ROM I did not try it myself.
Let me know if you run into any problem.
THX!
View attachment 782532
Click to expand...
Click to collapse
i'm getting com.android.phone force close
So I updated all of the mods I use in my ROM for the new 2.17.651.5 base. I thought it might be helpful to others if I put them all in one place. Most of these mods were made using threads by SteelH and others who actually tell you how these things are done. If anyone wants to know how a certain mod is made (of those listed below), PM me or post and I'll explain how I did it.
Flash these at your own risk (good idea to make a backup of /system and /data before flashing).
The mods in this post are for deodex ROMs.
You can find mods for odex ROMs here. Thanks Rydah805!
7in1_Reboot_2.17.651.5.zip adds Power menu and reboot options (not sure if hot restart works correctly).
Download DEODEX
HDR_Panorama_2.17.651.5.zip adds HDR and Panorama modes to HTCCamera.
Download DEODEX
MMSSize_SMSBackup_SMSSecureBox_2.17.651.5.zip adds the mirror entry back to the app drawer, adds 1M, 2M, 5M MMS, adds SMS backup option, and SMS Secure Box option. The MMS size should be flashable to make it work thanks to Vin255764. The mirror app will still require you to place default.xml from the flashable .zip into /system/customize/MNS/ of your ROM before you flash your ROM. I'll try to find how to add the mirror app to a current ROM. If you really want all of these features and know how to backup/restore your stuff, just clear /data after flashing the .zip and it should work ok from my limited understanding (I just make my own ROMs ).
Download DEODEX
RemoveUSBDebugging_2.17.651.5.zip removes the USB debugging icon.
Download DEODEX
RoamOnlyOption_2.17.651.5.zip adds Roam Only under Settings-Wireless&Networks-Mobile Network Settings-Roaming.
Download DEODEX
SprintHotSpotHack_2.17.651.5.zip changes two 0's to 1's so you can use this without paying for it.
Download DEODEX
SystemUI_mods_2.17.651.5.zip removes GPS recticle, removes recent apps from pulldown, changes to display 3G/1x properly, and adds extended quick settings.
Download DEODEX
SystemUI_mods_WithRecentApps_2.17.651.5.zip is the same as above without recent apps removed.
Download DEODEX
Please post if something doesn't work and ALSO if things do work .
Thanks to everyone who has figured out how to do these mods and Brut.all for making apktool so easy to use.
<3
Sent from my NookColor using Tapatalk
thank you! i've come to rely on roam only now that i spend part of my day in a spotty sprint area.
How hard would it be for you to make that systemui.apk but with recent apps?
Might be silly question but I'm guessing it doesn't matter whether I'm using an odex or deodex version of .5 right? I can flash these on either one? Haven't quite figured out the odex/deodex thing but I believe that only affects themes. Thanks
chrisfales said:
Might be silly question but I'm guessing it doesn't matter whether I'm using an odex or deodex version of .5 right? I can flash these on either one? Haven't quite figured out the odex/deodex thing but I believe that only affects themes. Thanks
Click to expand...
Click to collapse
Sorry, these are all deodex. I'll update OP. I think if you delete the .odex and use the deodex, it may work (but I don't know to be honest).
Thanks for these mods and your quick response!!! Any chance for odex versions? My phone seems to really like odex roms for some reason. Probably placebo but what can ya do. If not, no biggy. Just awesome to have great devs here sharing their hard work! Mucho appreciated
mwalt2 said:
Sorry, these are all deodex. I'll update OP. I think if you delete the .odex and use the deodex, it may work (but I don't know to be honest).
Click to expand...
Click to collapse
crucial929 said:
How hard would it be for you to make that systemui.apk but with recent apps?
Click to expand...
Click to collapse
Not very. Just change a 2 to a 0 in StatusBarFlag.smali inside SystemUI.apk. Added to original post as SystemUI_mods_WithRecentApps_2.17.651.5.zip.
chrisfales said:
Thanks for these mods and your quick response!!! Any chance for odex versions? My phone seems to really like odex roms for some reason. Probably placebo but what can ya do. If not, no biggy. Just awesome to have great devs here sharing their hard work! Mucho appreciated
Click to expand...
Click to collapse
I can probably do that since the decompiled .smali's are all the same. I'll try to do it some time when I'm bored .
Thank you mwalt2 for the mods. Your contribution is much appreciated.
so flashing "MMSSize_SMSBackup_SMSSecureBox_2.17.651.5.zip" alone will give me the option to have up to a 5mp mms?
i still see 300k,600k,1m even after flashing
crucial929 said:
so flashing "MMSSize_SMSBackup_SMSSecureBox_2.17.651.5.zip" alone will give me the option to have up to a 5mp mms?
i still see 300k,600k,1m even after flashing
Click to expand...
Click to collapse
It's supposed to, but I may have messed something up. Where is the option at? I can't seem to find it at the moment .
edit - I found the setting. Mine shows 1M, 2M, and 5M. I'll look at the .zip and try to get it fixed.
edit #2 - I had an error in the updater scripts to set the permissions. They should all be fixed and you can flash again or just fix permissions on \system\customize\default.xml and \system\app\Mms.apk with a root file explorer.
mwalt2 said:
It's supposed to, but I may have messed something up. Where is the option at? I can't seem to find it at the moment .
edit - I found the setting. Mine shows 1M, 2M, and 5M. I'll look at the .zip and try to get it fixed.
edit #2 - I had an error in the updater scripts to set the permissions. They should all be fixed and you can flash again or just fix permissions on \system\customize\default.xml and \system\app\Mms.apk with a root file explorer.
Click to expand...
Click to collapse
ok mine is still showing the 300k,600k,1m but sending full size pics .. good enough lol
thanks again
crucial929 said:
ok mine is still showing the 300k,600k,1m but sending full size pics .. good enough lol
thanks again
Click to expand...
Click to collapse
That's the xml then. I'm pretty sure it's probably a permissions issue. As you have it now, the 300k will correspond to 1m, 600k to 2m, and 1m to 5m. I'll try to test it more tomorrow (has it worked for anyone else?).
i flashed the mms zip and the sizes dont change (which i dont care about lol) and i also cannot get the mirror app to show up in my app drawer. how do i fix it?
if its not too much trouble could you make a separate zip that just adds the mirror app to the app drawer??
I flashed the boot menu, HDR/pan cam,sysUI with recent apps,MMS on stock ROM with latest updates with twrp2.0 recovery and none of the 4 worked....
Thanks. They all seem to work great. Test them tomorrow. Actually came back to 2.17.651.2 from fresh 4.1 just to try these.
Flashed them all at once. Smooth
It's so late, I only wish I had some espresso ....
mnomaanw said:
I flashed the boot menu, HDR/pan cam,sysUI with recent apps,MMS on stock ROM with latest updates with twrp2.0 recovery and none of the 4 worked....
Click to expand...
Click to collapse
they all worked for me. the mms zip didnt seem like it did anything but i did notice it gave me the secure box (but it didnt give me the mirror app in the app drawer like it said).
alexnaoumi said:
i flashed the mms zip and the sizes dont change (which i dont care about lol) and i also cannot get the mirror app to show up in my app drawer. how do i fix it?
if its not too much trouble could you make a separate zip that just adds the mirror app to the app drawer??
Click to expand...
Click to collapse
me neither....running stock 2.17 hboot 1.40. Gonna try again....
oooops,just noticed these are for deodexed roms. Mine is odexed.
Thanks sent, gotta ha e them extended quick settings!
Sent from my PG86100 using xda premium
So, my phone is just the stock update from HTC that i unlocked and rooted...hboot 1.5. Does that mean I'm deodoxed? Can I flash these or do I have to to flash a stock ROM that is odexed or deodoxed?
Sent from my PG86100 using xda premium
NOTE
Credits
All the credits for this fix go to its owner, farenheith, that opened this thread, and explained everything we could ask for, so please, make sure you've thanked him, before reading this, and keep in mind that he can ask me to close this thread, and I will if he wants.
This thread is principally thought to prevent questions and bothering to developers, like farenheith, who has kindly offered us a guide to make this fix ourselves.
I'm not a developer at all, so if I'm opening this thread, it's just because I've learned after tries how to make a modded framework.jar and I want to share as much as I can.
If you need a touchpad patch for your rom:
Tell me which rom you're using;
Provide me with the framework.jar file of that rom (you'll find it under /system/framework folder of your rom);
Remember that I can't test all the framework myself lol, so you'll have to test it.
Click to expand...
Click to collapse
DOWNLOAD SECTION
CyanogenMod 10
FXP230 and above -- Decryption Key blIM22AddCrtUZJztDVQDwsXm1p0ic1UmhdFhcGzImo Tested
FXP228 -- Decryption Key OIK5-jX8mPX9dd9bupqumm8E0CUQA3COh7ty6_9dRwg Tested
CyanogenMod 9
Krisdee's fix for FXP216 and above -- Tested
FXP205 -- Decryption Key dXrZlS07E1cWm1M-PnSgvFwuhipmMo59IH_X9D90HBc Tested
Other JellyBean roms
SuperJellyBean v5.5 -- Decryption Key a0NWThhWo49DaHAJn3nNo0fYxaNWiMvPBMwOcZj4AOI Tested
JellyZeusBean -- Decryption Key Z0rtfjg0UeJPJB382X1FOnksWdcnc-UVAp5D3reVM1g Not tested yet
Other ICS roms
MiniMI -- Decryption Key Vn4_KSY379pQ76RHDVnD7QGC1uJ5X2vgO-2i20mP8BU Tested
AROMA Installer
This AROMA Installer is an All-In-One package, meant to make testing easier.
Here is the download link, the installer will be updated if I make a new fix.
TouchPad-AROMA -- Decryption Key Bry5DHTbSBgETK8lqWRElijTggYDTwlLaa1w6aLZkRc
APP
Here
You may consider adding krisdee's fix for CM9.1, i think FXP216, here cause it's buried deep in the TouchpadFix thread. And giving him proper credit of course
Here is his post: http://forum.xda-developers.com/showpost.php?p=41961511&postcount=801
Good work with this btw, it's great someone took it to himself to continue farenheith's work on this.
igor_anta said:
You may consider adding krisdee's fix for CM9.1, i think FXP216, here cause it's buried deep in the TouchpadFix thread. And giving him proper credit of course
Here is his post: http://forum.xda-developers.com/showpost.php?p=41961511&postcount=801
Good work with this btw, it's great someone took it to himself to continue farenheith's work on this.
Click to expand...
Click to collapse
I made this thread for cm10,because it's more used than 9, so I will not include it
But I'll do my best to provide modded frameworks
the fix should work on all fxp roms as previous fix..from 210 untill 228 +..i think the latest that fanhreit fix worked well was fxp 210.not sure really. but all help is welcome.
smokerman said:
the fix should work on all fxp roms as previous fix..from 210 untill 228 +..i think the latest that fanhreit fix worked well was fxp 210.not sure really. but all help is welcome.
Click to expand...
Click to collapse
We need to check FXP changelog to say for sure, because if they've updated the framework, flashing this would result into misplaced strings/bootloop
CriGiu said:
We need to check FXP changelog to say for sure, because if they update the framework, flashing this would result into misplaced strings/bootloop
Click to expand...
Click to collapse
they updated the framework..as you can see on racingxplay there are a few misplaced strings on dialer.
smokerman said:
they updated the framework..as you can see on racingxplay there are a few misplaced strings on dialer.
Click to expand...
Click to collapse
If you need I could make a fix for your rom as well, just provide me the framework
My rom MiniMI (FXP205 , CM9) could use one aswell.
Note : I did my own attempt at this and thats the framework.jar included in the rom. It seems like i screwed up somewhere and as a result it did not fully work. It might be best if you take the original FXP205 framework and mod that instead.
henk717 said:
My rom MiniMI (FXP205 , CM9) could use one aswell.
Note : I did my own attempt at this and thats the framework.jar included in the rom. It seems like i screwed up somewhere and as a result it did not fully work. It might be best if you take the original FXP205 framework and mod that instead.
Click to expand...
Click to collapse
Ok man, i'll do it ASAP
I can't download the FXP228 . Do you have any other links for the fix ? Thanks.
X-Giga said:
I can't download the FXP228 . Do you have any other links for the fix ? Thanks.
Click to expand...
Click to collapse
Try this http://www.4shared.com/zip/2HZDVWYt/FXP228.html
Can I use the FXP228 fix on JellyZeusBean?
Sent from my R800i using xda app-developers app
X-Giga said:
Can I use the FXP228 fix on JellyZeusBean?
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
Yup, haven't tested myself but it should work
Tried this on CM228, it is working with 9mm, but not FIFA, this may mean that the build.prop changes are not all in there. Will try and have a look tomorrow.
doesnt work on MIUI5..and yes i have backup of 3.7.12..but thanks for trying.
smokerman said:
doesnt work on MIUI5..and yes i have backup of 3.7.12..but thanks for trying.
Click to expand...
Click to collapse
Mh.. What happens, bootloop?
CriGiu said:
Mh.. What happens, bootloop?
Click to expand...
Click to collapse
yap.
smokerman said:
yap.
Click to expand...
Click to collapse
That's not bad at all, because that bootloop can only mean two things:
1: the changes made in the framework are incompatible/ in conflict with miui framework (the worst case)
2: you have no space in you system partition lol ( the best case, not what I think it is though )
Gonna test this myself when I get time, maybe I can figure out what's going on
clivejefferies said:
Tried this on CM228, it is working with 9mm, but not FIFA, this may mean that the build.prop changes are not all in there. Will try and have a look tomorrow.
Click to expand...
Click to collapse
Yeh, some of the build.prop values need to be changed. Check Fahrenheiths thread for the correct values. Works well on Fxp.
clivejefferies said:
Yeh, some of the build.prop values need to be changed. Check Fahrenheiths thread for the correct values. Works well on Fxp.
Click to expand...
Click to collapse
thanks for reporting: will do it asap