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
Related
I originally made it to copy the functionality of stock MyTouch 4G ROM, but then I thought it might be a nice addition to Desire / Desire HD ports on Nexus too.
First trackball press wakes up the phone, the second one puts it back to sleep (as long as the phone's screen is locked).
This mode is only working for ROMs that have trackball wake implemented, and allows the lockscreen to put the phone back to sleep. This
mod doesn't include trackball wake. For this reason it won't work on Gingerbread-based Sense ROMs or older Sense ROMs that don't have trackball wake implemented.
Original thread in MyTouch 4G forum
For Nexus I've made it to work with eViL D:'s NXSense, NXSenseHD (1.1 BETA only!) and MicroMod's SuperHybrid DesireHD.
Instructions:
Flash the attached file in recovery. It should work with CWM3.x - it uses Edify scripting.
Known issues:
When the phone is turned on using power button - the first trackpad press won't put it back to sleep, but pressing once again will. I'll try to look into it and solve it, if it's something that can be solved without touching the framework.
Uninstallation:
Extract HtcLockScreen.apk (located in /system/app/) from your ROM's ZIP file.
Execute: adb push HtcLockScreen.apk /system/app/
Or just reflash the corresponding attached Stock_* ZIP in recovery.
Remarks:
The mod involves HtcLockScreen.apk, found only on Sense ROMs. It's possible to achieve the same functionality on various CM7 flavors, but the mod needs to be compiled into the framework and possibly use another mechanism to put the phone to sleep. My Nexus is now my wife's, and I have absolutely no wish to load CM7 on it, and being unable to test the mod in its framework variation, I won't be able to create one.
13-Apr:
Updated the MicroMod version to avoid bootloop.
Added mod for NXSenseHD Gamma, including RNGuy's trackball wake. WARNING: Some of the notification texts are messed up. I don't have time to clean it - need to return the Nexus, I'd be really glad if someone else did it. The strings are in patched android.policy.jar.
Jack_R1 thanks for this, do you think you could have a go at the desire S?
I see the same requests on MT4G forum...
I guess I'll have to attempt, just have to pick a day for a non-functional phone (as I'll have to back it up, wipe and load Desire S ROM for experiments).
How do I undo / uninstall this mod?
ali3nfr3ak said:
Jack_R1 thanks for this, do you think you could have a go at the desire S?
Click to expand...
Click to collapse
Edited the OP, added the reason for the inability to do Desire S. I believe that more experienced guys already tried to take on the Gingerbread framework and find hooks for trackball wake, if they didn't find anything - my chances are low. There might be places in HTC framework to hook the trackball wake - since it was done for G2 and MT4G trackpads. I just don't have enough time/skills/phone to research it.
Jack_R1 said:
Edited the OP, added the reason for the inability to do Desire S. I believe that more experienced guys already tried to take on the Gingerbread framework and find hooks for trackball wake, if they didn't find anything - my chances are low. There might be places in HTC framework to hook the trackball wake - since it was done for G2 and MT4G trackpads. I just don't have enough time/skills/phone to research it.
Click to expand...
Click to collapse
Ok, thanks for your efforts anyway
hi I'm running "evil nxsense hd v1.0 gamma and have flashed this but all it does is mess up my lock screen and the trackball does not wake the phone any ideas? thanks in advance
I've updated the OP, relocating and making bold the relevant section.
This mod DOESN'T ADD trackball wake. It is based on existing trackball wake. On NXSense 1.1 Gamma there is NO trackball wake.
If you want it to work on Gamma - you need to add trackball wake to Gamma (can probably be done by pushing android.policy.jar from Beta to /system/framework/), and if it works - my mod will work. I can't test it, having no Nexus to play with.
If the mod will work but the screen graphics will be messed up - please post and I'll recompile it for Gamma and create update.zip to include android.policy.jar.
Jack_R1 said:
I've updated the OP, relocating and making bold the relevant section.
This mod DOESN'T ADD trackball wake. It is based on existing trackball wake. On NXSense 1.1 Gamma there is NO trackball wake.
If you want it to work on Gamma - you need to add trackball wake to Gamma (can probably be done by pushing android.policy.jar from Beta to /system/framework/), and if it works - my mod will work. I can't test it, having no Nexus to play with.
If the mod will work but the screen graphics will be messed up - please post and I'll recompile it for Gamma and create update.zip to include android.policy.jar.
Click to expand...
Click to collapse
oh right sorry my mistake thought this would add trackball wake to my rom thanks anyway
Hello, i am using MM's SuperHybrid (HD-Desire v1.7-FINAL 720p HD-RECORDIN) ROM from here: http://forum.xda-developers.com/showthread.php?t=784260 and after falshing this Wake_Sleep_lockscreen_Passion_MicroMod_SuperHybrid_DHD, my N1 is still booting in loop!
Is there something wrong with this ROM?
No, there shouldn't be.
To restore to stock lockscreen, follow the guide for uninstallation. I've uploaded the stock lockscreens from those ROMs, so if you're having trouble with ADB commands - you can just pull out the battery, boot to recovery and install the stock ZIP.
If you don't have trouble with ADB commands - please send me the logcat.
In the meanwhile, I'll try to get a Nexus for a couple of hours to test it.
Thanks.
Thanks for your mod, but you should conside that the best Desire HD rom is the nxsense 1.0 gamma. The beta sucks a lot of battery and other bugs
I'll check if trackball wake is easily ported from Beta to Gamma, and if yes - I'll add it to the mod.
Jack_R1 said:
No, there shouldn't be.
To restore to stock lockscreen, follow the guide for uninstallation. I've uploaded the stock lockscreens from those ROMs, so if you're having trouble with ADB commands - you can just pull out the battery, boot to recovery and install the stock ZIP.
If you don't have trouble with ADB commands - please send me the logcat.
In the meanwhile, I'll try to get a Nexus for a couple of hours to test it.
Thanks.
Click to expand...
Click to collapse
Thx for the quick answer. I have everithing working to use ADB but i don't know what you need.
If you explain to me, i can give you what you want to see.
Sory for my english
It's ok, I convinced my wife to give me her Nexus for a couple of hours
I've debugged the problem, very sorry - I put the wrong file in the ZIP. I've recompiled the mod for MicroMod's DHD port and tested it, it's 100% working now. Uploaded the newer version.
Trying to mod NXSense Gamma now.
Updated the OP with additional mod for Gamma. Put attention - this mod has the notifications with wrong strings, and I'm unable to fix it - returned the Nexus. I hope someone else can. Please search the NXSenseHD ROM thread for possible solutions. RNGuy's mod is linked in the OP.
Yeah, it works! THX Jack_R1!!
Does this MOD will work on any other sense ROM like RunnymedeMOD007, Hypersense, etc?
alisabki said:
Does this MOD will work on any other sense ROM like RunnymedeMOD007, Hypersense, etc?
Click to expand...
Click to collapse
No.
This method never compatible N1 GB
Sent from my Nexus One using XDA App
Thanks mate. But unfortunately it doesnt work with my desire, non of them.
Iam using rom: ROM/MOD 4.0.4][Stable Android 4.0.4 with good video recording][v3.5 08.03.2013]
on this link: http://forum.xda-developers.com/showthread.php?t=2095658
Could you please prepare a good file for this rom.
Welcome to ThiaiZ V0.2
I saw that a lot of people out there would like a stock,stable,fast and rooted ROM, so i decided to make one on my own, keeping it as much as stock as possible.This is my first SGS2 ROM (got the device for 3 days ago), coming from HTC Desire which i have always developed my own ROMs.Be patient and I do really want to help this community to grow and find the best for this incredible peace of engineering called Samsung Galaxy S II.Suggestions are always welcome.
Here is how it looks:
http://www.youtube.com/watch?v=BgWJcjYbJVA
Features:
-Base: XWKF3.
-Kernel: CF-Root-SGS2_XW_XEU_KE2-v4.0-CWM4.(Thanx ChainFire)
-Deodexed,Zipaligned and Signed.
-Some extra tweaks for speed and memory.
-Camera tweak.
-Everything from Samsung is still there.
-Gtalk 1.3 with video
-Native android SIP stack for Wifi AND 3G calls
-No themes (as I said, I want it stock).
-The only change is startup wallpaper.
-CRT animation. "Sorry for that guys,but u can disable it anyways"
-Desktop as Browsers UA as default. "Ops, sorry for that too, but i said i would do".
Changelog V0.2
-Apk tweaks for speed (it seem to have worked).
-Phone.apk bug from v0.1 is fixed here.
-Changed to this Kernel CF-Root-SGS2_XW_OJV_KF1-v4.0-CWM4.zip - Come on guys, choose the kernel that fits your Rom better, the one here works better for my needings, so feel free, there are lots out there.
Known bugs:
-You tell me, please.
How you Install it:
http://www.multiupload.com/1DAB68308S
-Download and copy the .ZIP file onto your SD or Phone.
-Restart device in CWM (Vol up + Home + power)
-Backup your old Rom
-Wipe data + cache (All your data will be gone)(V0.2 itself will wipe your data)
-Choose "Install Zip from SD card"
-Browse the .ZIP file and install it.
-Boot device and ENJOY.
-I'm not responsible for your mistakes you should know what you are doing.
**I do really recommend the use of Tegrak Overclock**Buy it from Market.
-I do play a lot and we know that some games like (Asphalt 6) are made to not use the whole GPUs power , it means lower FPS.But at the same time I want a longer battery life the screens to move smoothly and i don't want the device to overheat, so what I did is.
-Install Tegrak Overclock
-Load the modules
-Go to GPU optmization and change values to:
-267 - 975 and 200 - 950, if it works for me should work for you too.
Old Versions.
V0.1
http://www.multiupload.com/ZU48COCMUJ
Updates to V0.1 ,don't flash it to V0.2.
1st update is out.
-Green status icons
-CRT animation
-Desktop as browsers default user agent
Download and flash via CWM
http://www.multiupload.com/IW2MF43AHO
More is coming perhaps tomm.
For those with FC after calling, download the update below and flash it via CWM.
http://www.multiupload.com/XRF621J1RI
Looks good ...I like the idea..
Good work, thanks man
Sent from my GT-I9100 using XDA Premium App
one must use a kernel matching the ROM right? KF3 kernel for a XWKF3 ROM . I see that you have used a KE2 kernel. I am still new to android..
!
nothing new !
netcitizen said:
one must use a kernel matching the ROM right? KF3 kernel for a XWKF3 ROM . I see that you have used a KE2 kernel. I am still new to android..
Click to expand...
Click to collapse
You can actually use the Kernel you think fits better,at least for now when all the Roms out there are based on official samsung bases and so are the kernels.When I first excrated the Base, a KF1 kernel came together, but i decided that this one just works better.I'm gonna start doing a research about kernels, cause i don't think any of those out there matchs my expectations 100%.
mirot said:
nothing new !
Click to expand...
Click to collapse
Just the latest Nordic base.If u ask me if this Rom is better than the others ? I would answer that all the Roms out there are pretty much the same, have tried all of them.But this is stock and has no bugs that i have found.
wow swedish op thanks gone try this when i come home.
tackar tackar.
malavan said:
wow swedish op thanks gone try this when i come home.
tackar tackar.
Click to expand...
Click to collapse
You are welcome .
I have not switched yet, but I like what you are doing! Thumbs up!
Nice
So Far ive been running it since last nite and its running smooth. Everything is working good and i noticed browser lag is gone compared to other roms. Although Extended power options would be nice
Im grabbing this one, tackar
deimos86 said:
So Far ive been running it since last nite and its running smooth. Everything is working good and i noticed browser lag is gone compared to other roms. Although Extended power options would be nice
Click to expand...
Click to collapse
Thanx man, good to hear that. I'm now working on a update with (crt,green status icons,extended power option and a few more tweaks).Hope to be ready with everything tonight.As i said before, gonna try to keep as closest as possible to stock.Could change collors and fonts and everything in this ROM, but i'm not gonna do that.
ThiaiZ said:
Thanx man, good to hear that. I'm now working on a update with (crt,green status icons,extended power option and a few more tweaks).Hope to be ready with everything tonight.As i said before, gonna try to keep as closest as possible to stock.Could change collors and fonts and everything in this ROM, but i'm not gonna do that.
Click to expand...
Click to collapse
will wait for the update.If not already can you add battery percentage mod too?
-The only change is startup wallpaper.
-An update with (CRT,Green status icons,advanced power menu and some extras is comming soon), but that's it, I want it stock
Click to expand...
Click to collapse
you spelt coming wrong; anyway nice rom, i like the idea though ill be sticking to a barebones ROM (cognition) and ill switch to CM7 when its done
netcitizen said:
will wait for the update.If not already can you add battery percentage mod too?
Click to expand...
Click to collapse
It's going to be in the update as well.
blickmanic said:
you spelt coming wrong; anyway nice rom, i like the idea though ill be sticking to a barebones ROM (cognition) and ill switch to CM7 when its done
Click to expand...
Click to collapse
Hehe, thanx for the english lesson mate.
I hope you have increase ringtone on this rom.
Grymt!
Looking forward to that updated version!
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
I was browsing through the I9000 forums and i found this rom:
http://forum.xda-developers.com/showthread.php?t=1608624
I really liked the way that TWICS is used in this rom i tried flashing it but, no
success am i missing something?.
+1 that looks awesome.
follow instructions on this thread:
http://forum.xda-developers.com/showthread.php?t=1623840&highlight=patch
Let us know how it goes.
*P.S.* You will NOT be bricked, at most you will just get a bootloop. Mostly likely consequence of doing it and the patch not working is that your home button will be the back, and back will be home, and possibly no signal. But all should be fixed if you follow instructions in that patch thread.
Thanks for the input i will give it a shoot tonight and report any issues
xriderx66 said:
follow instructions on this thread:
http://forum.xda-developers.com/showthread.php?t=1623840&highlight=patch
Let us know how it goes.
*P.S.* You will NOT be bricked, at most you will just get a bootloop. Mostly likely consequence of doing it and the patch not working is that your home button will be the back, and back will be home, and possibly no signal. But all should be fixed if you follow instructions in that patch thread.
Click to expand...
Click to collapse
Hey it....works. thanks bud.
Tell me your experience with that ROM, I'm a sucker for Touchwiz.
what version did you download?????
Driftbum said:
what version did you download?????
Click to expand...
Click to collapse
Have not tried it yet, but what exactly is the mincs hotfix? It should work for both versions, but the hotfix, which idk what it is, may conflict with some things, so do you mind clarifying it?
xriderx66 said:
Have not tried it yet, but what exactly is the mincs hotfix? It should work for both versions, but the hotfix, which idk what it is, may conflict with some things, so do you mind clarifying it?
Click to expand...
Click to collapse
I tried the TWICS-3.01-Sema zip but it wouldn't flash im going to try the Hotfix version and post back.
Still got the same results it just wont flash i keep getting the same error:
error is sd/TWICS-3.01
error7 with and without the patch.
T'was decent, but I wanted to stay aokp, so I flashed vvv over ICZen.
http://forum.xda-developers.com/showthread.php?t=1667051
Driftbum said:
Still got the same results it just wont flash i keep getting the same error:
error is sd/TWICS-3.01
error7 with and without the patch.
Click to expand...
Click to collapse
-Make sure you are on a ICS ROM.
-Flash a Kernel, SubZERO or Glitch. If one does not work, try the other.
laylovj said:
T'was decent, but I wanted to stay aokp, so I flashed vvv over ICZen.
http://forum.xda-developers.com/showthread.php?t=1667051
Click to expand...
Click to collapse
Do you mean you flashed CM9, because thats for CM9.*
You gotta open the updater script file on the rom and delete the get prop section. As for the add ons, it works with aokp just fine.
Sent from my SGH-T959 using XDA
laylovj said:
You gotta open the updater script file on the rom and delete the get prop section. As for the add ons, it works with aokp just fine.
Sent from my SGH-T959 using XDA
Click to expand...
Click to collapse
Just tried it. It did nothing but give me a bunch of random apps, installed TWlauncher and the icons changed...
Where is the backup stored?
New TW version up...very smooth. Hopefully, devs will be able to port the new widgets.
(Click on image above to go to the Aberration website)
This is a continuation of my previous ShishirROM series of ROMS that started out on Gingerbread 2.3.4, and have evolved and expanded to today, where the latest version of ShishirROM is based off of XWLPG 4.0.3. Aberration is built completely independent of those and the only resemblance to my old ROMs is the dialer, which was an original creation anyways, but at it's heart, it's the next step. The ROM focuses on speed and smoothness and battery life. It incorporates common-sense fixes and ground-breaking features as well as third-party applications that bring something new to the table every time you use them. The ROM was inspired by the old Samsung gingerbread ROMS -- they were stable, fast, and just worked. This ROM manages to bring the same sort of feel back to the table while maintaining an updated look similar to the Galaxy S3 series of phones, and Android's resident Holo design. The Aberration Settings application is an extension of this ROM that lets you change some deeper settings, such as using Lidroid's beautiful 14 Notification Widget Mod instead of the default themed widgets, as well as provide an easier way for users to update to the latest version of Aberration, no matter which model of the Galaxy S2 they're running. This ROM aims to be the ONE ROM that supports every Galaxy S2 phone, and brings them on par with the super-phones coming out later this year. It's an update away from giving your phone four cores, two gigs of RAM, and a 4.8" SAMOLED HD display.
Features:
ODEXED (for smoothness)
Based on XWLPM
Siyah
Aberration Settings app
Lidroid 14 Quick Toggles
AROMA Installer
Google Now
Lux Auto-brightness
Opensource Sensors library (more accurate and faster)
Holo/Jellybean inspired styling
Apex/GS3/GS2 Launcher
GS2/GS3 Music application
Easy-Update
Samsung Dive
Complete development cycle
Directions:
Install i9100 zip in CWM
Wipe Data
Configure installation & install ROM
Reboot
Set-up ROM, download apps, etc.
Reboot again to settle everything
Download Link on the Aberration website. Click on the picture above.
FM Radio if you want it: Here
Wrong section, Should be in Development, not original development. However can you explain the features of this ROM and perhaps a link to the original.
Sent from my GT-I9100 using xda premium
uppon2 said:
Wrong section, Should be in Development, not original development. However can you explain the features of this ROM and perhaps a link to the original.
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
I built this ROM directly from XXLPM stock, not ported it from another unrelated device, sorry if that was unclear. The Galaxy S2 i777 and Galaxy S2 i9100 are EXTREMELY alike, so alike in fact that about five files hold the changes between them. No actual porting was done.
And I can't provide a link to the original since I made this, and this is the original lol. It's just a Stock Samsung ROM based off of 4.0.4 LPM with a few tweaks and fixes thrown in.
EDIT: Let me try and be more clear: this ROM was built off of XXLPM. It was initially tested on the i777 because that happens to be the device I have, but the development of the ROM was exactly the same for both versions. The i777 and i9100 versions are very different. Different modems, kernels, libs, etc. This ROM truly was built for both devices in mind, therefore it isn't a port.
EDIT2: Moved
shishir95 said:
I built this ROM directly from XXLPM stock, not ported it from another unrelated device, sorry if that was unclear. The Galaxy S2 i777 and Galaxy S2 i9100 are EXTREMELY alike, so alike in fact that about five files hold the changes between them. No actual porting was done.
And I can't provide a link to the original since I made this, and this is the original lol. It's just a Stock Samsung ROM based off of 4.0.4 LPM with a few tweaks and fixes thrown in.
EDIT: Let me try and be more clear: this ROM was built off of XXLPM. It was initially tested on the i777 because that happens to be the device I have, but the development of the ROM was exactly the same for both versions. The i777 and i9100 versions are very different. Different modems, kernels, libs, etc. This ROM truly was built for both devices in mind, therefore it isn't a port.
Click to expand...
Click to collapse
What he means is that what special features or original features does the rom have in order for it to stay in the original development for example paranoidandroid, it has the capability of changing per app dpi, from phone ui to a tablet ui etc. Jkay framework which can customize almost everything from the lockscreen to the notification bar. Because if it is just a cooked rom with some features that has been gotten from other devs, it should belong to android development. But i may be wrong, maybe you have something special in the settings you mention on the OP. Good luck on your rom bdw.
Cheers!
Sent from my GT-I9100 using xda premium
EDIT: Moved
Also, on a somewhat related note, pictures are uploaded to the ROM site.
//FM Radio attached.
Please comment with your experiences with Aberration! It'll help me build a better version for the i9100!
It's fantastic, thanks man.
Sweet looks like it works Removing all beta tags right now.
Can I use touchUX and lkewise aosp mms posted in nexus thread? Can I flash them?
download now and flash later... but where i can see the SS of this ROM guys??
allaboutarif said:
download now and flash later... but where i can see the SS of this ROM guys??
Click to expand...
Click to collapse
Everything's on the website. Click on the picture in the OP.
legola said:
Can I use touchUX and lkewise aosp mms posted in nexus thread? Can I flash them?
Click to expand...
Click to collapse
Depends specifically which zip. Go for it and if it messes up, just flash this ROM again to go back to default
Hello,
I wanted to try your rom, so i downloaded the i9100 zip and followed the installation steps and i got installation completed without any problems.
Then i choosed to reboot. The screen showed the Siyah logo, then the phone gave me a sound... and then nothing. Black screen. I have tried again and again but the same result. Maybe i am doing something wrong.
Thanks
too much bloatware dude.. maybe make a slim version
same issue. after siyah bootanimation a sound and then the screen blanks out.
uppon2 said:
Wrong section, Should be in Development, not original development. However can you explain the features of this ROM and perhaps a link to the original.
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
What kind of a rude person are you ? This is no way to post something on a thread
Anybody else facing this issue. Any suggestions for this issue.
For everyone facing the black screen issue, first make sure you're running the i9100 version, and confirm that you wiped data before installing, then try flashing another i9100 kernel before you boot up for the first time. It sounds like the kernel didn't get flashed for some reason. I'll have to do some more digging. If anyone can grab a logcat then i'd appreciate it, although I don't know if the Log service got started after the Siyah screen.
If it still doesn't work, it may not have gotten installed properly. Try going into mounts/storage in CWM and wipe /system, manually do a factory reset/wipe data, and wipe cache as well. That should get everything.
EDIT: If you're getting the sound after boot, that just means the boot animation isn't showing for some reason. Give it five minutes and see if the phone boots up. If so then I'll upload a fix for this when someone confirms that's the issue.
shishir95 said:
EDIT: If you're getting the sound after boot, that just means the boot animation isn't showing for some reason. Give it five minutes and see if the phone boots up. If so then I'll upload a fix for this when someone confirms that's the issue.
Click to expand...
Click to collapse
I left the phone on black screen after sound nearly for 25 minutes, but the phone didn't boot up
bervin said:
too much bloatware dude.. maybe make a slim version
Click to expand...
Click to collapse
I don't quite understand what you mean by bloatware, since I allowed you to pick if you wanted to install most of it, and I allowed you to remove bloatware post-install anyways. Can you list some apps that you'd want an option to remove?
xscreations said:
I left the phone on black screen after sound nearly for 25 minutes, but the phone didn't boot up
Click to expand...
Click to collapse
:/ Try a different kernel. or any of the other solutions I outlined.
shishir95 said:
:/ Try a different kernel. or any of the other solutions I outlined.
Click to expand...
Click to collapse
Sorry none of the solutions worked...