Finally - Faves button remapped - Browser added 19.11.10 - myTouch 3G Slide Android Development

For those using the espresso sense that hate the stupid faves app and are tired of having a dead button on the home screen, this is for you. I remapped it, and have attached a couple different versions. One maps it to open the stock contacts app, and the other to the stock browser app.
I'm working on getting rid of faves all together, and would like to have the old htc favorites tab in the contacts app and the htc favorites widgets too. But I dont know if I can do it, we'll see. For now though here is the new Rosie.
Instructions:
This was taken from a stock rooted build of espresso 2.1 and is only known to work on such.
Back up your old files first!
adb shell cp /system/app/Rosie.apk /sdcard
adb shell cp /system/app/Rosie.odex /sdcard
For those with system apps odexed, you'll want to get the appropriate Rosie.apk and Rosie.odex.zip. Rename them to Rosie.apk and Rosie.odex. Reboot into recovery, then use this adb code:
adb shell mount /system
adb shell rm /system/app/Rosie.apk
adb shell rm /system/app/Rosie.odex
adb push (your saved file location)\Rosie.apk /system/app
adb push (your saved file location)\Rosie.odex /system/app
For those of you without separate .odex files in your /system/app folder, I used a de-odexer on the two files to join them, but have not tested it yet, as the build I am running is odexed. Grab the appropriate Rosie_noodex.apk rename it to Rosie.apk reboot into recovery and use the same code, but ignore lines 3 and 5 (the ones with .odex in them!) and then post here to let me know it works.

Sweet!!! Works great on CR_Mod_1.35.531_OTA Full ROM, thanks!!!

Awesome work I saw something like this on hero forums and wondered if someone would do the same here
Sent from my T-Mobile myTouch 3G Slide using XDA App

THANK YOU!

Nice job, works great.

Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.

SilverL said:
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
Click to expand...
Click to collapse
are you using an odexed rom?

acejoker25000 said:
are you using an odexed rom?
Click to expand...
Click to collapse
Yes I am. But I'll look further into it.

Not to be negative, but this could be remapped to something more useful. Contacts are very easily already accessible through the left shortcut. You could better help yourself and others by making the the faves shortcut a text or web shortcut.
Sent from my T-Mobile myTouch 3G Slide using XDA App

guitarist5122 said:
Not to be negative, but this could be remapped to something more useful. Contacts are very easily already accessible through the left shortcut. You could better help yourself and others by making the the faves shortcut a text or web shortcut.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
patience... this could develop into a whole bunch of different shortcuts and we can just use the one we want
but i think a browser button would be awesome lol
exactly what file are you editing to allow the contacts instead of faves?

As requested I've mapped another version to the browser. See first post. Enjoy.
SilverL said:
Puts my phone in a bootloop. Glad to see others with success though.
I used the odex ones. It could be something wrong with my phone.
Click to expand...
Click to collapse
What build are you using? I'll see if I can help.
acejoker25000 said:
exactly what file are you editing to allow the contacts instead of faves?
Click to expand...
Click to collapse
The changes are in the launcher.smali after decompiling the classes.dex

@OP: have you looked into adding livewallpapers in our sense ? I know incredibles sense has it hacked in.

the1wingedangel said:
As requested I've mapped another version to the browser. See first post. Enjoy.
What build are you using? I'll see if I can help.
The changes are in the launcher.smali after decompiling the classes.dex
Click to expand...
Click to collapse
I see the browser icon in the tray, but still launches contacts for me.

h.nocturna said:
I see the browser icon in the tray, but still launches contacts for me.
Click to expand...
Click to collapse
Hmmm, are you sure you got the right .odex? The rosie has the pics and the odex tells it what to open. It worked on mine. But I may have uploaded the wrong one I'll look when I get home.

the1wingedangel said:
Hmmm, are you sure you got the right .odex? The rosie has the pics and the odex tells it what to open. It worked on mine. But I may have uploaded the wrong one I'll look when I get home.
Click to expand...
Click to collapse
I'm pretty sure, but I'll go ahead and transfer it over again and see if it helps. Maybe I downloaded the wrong odex.
EDIT: Yeah, that did it. I guess I pushed the wrong odex file. Thanks.

thought about modding the rosie on the 3rd sense rom? i think a lot of people are using that now

how did you reodex?

acejoker25000 said:
how did you reodex?
Click to expand...
Click to collapse
I used an odex script available on the forums here (got it forever ago, dont remember where, do a search for odex) that will odex apks from inside the rom, as the odex file is dependent on that specific rom. Though I edited the script to suit my needs, the functions are still the same as it uses the dexopt-wrapper to do it.
I got rid of the slide and never tried the 3rd sense roms, but if I still had it, I wouldn't use the rom anyway, as they're still buggy..

I'm a dev interested in making an SMS version of this shortcut.... could you give me a jumping off point? I don't believe the source for Rosie Espresso is available so how were you able to replace this shortcut? You can't just change the icon and all the layouts are compiled.
Thanks for the help!

_tek_ said:
I'm a dev interested in making an SMS version of this shortcut.... could you give me a jumping off point? I don't believe the source for Rosie Espresso is available so how were you able to replace this shortcut? You can't just change the icon and all the layouts are compiled.
Thanks for the help!
Click to expand...
Click to collapse
Use smali and baksmali (search Google for them) to decompile the odex or the apk if its been deodexed then once decompiled check the folder called out>HTC>launcher> or some order like that then look for the launcher.smali not launcher1 or 2 etc etc. Now use a text editor and open launcher.smali then do a search in it for faves or the faves app real name and change the fields to the messaging app name and action the save exit and recompile add to the apk or reodex depending on the rom
Sent from my T-Mobile myTouch 3G Slide using XDA App

Related

CM6 Mms app moded for Samsung lockscreen - Froyo only

I pulled the source from CanogenMod's github last night and made the modification
to show the missed messages on the lock screen.
this is Froyo only
install by adb push to /system/app, this will replace the Samsung app.
Updated 11/7/2010
fixed MMS crash
included required classes in the source zip
just import into eclipse and start playing
with the code.
Hey man, just wanna say thanks for this! It works perfectly as described and love the mms notification icon to be green instead if black. Great work thanks
Thanks dude works great! I wish there was an option to disable the contact icon in the chat, but that has nothing to do with your fix. Thanks again!
Here is a slightly modded version:
CHANGES: blue envelope in the status bar for incoming texts, TW MMS icon (white envelope), removed MDPI icons, and optipng/zipalign optimized.
Very small filesize (~600kb) and runs great on my JK2 Froyo ROM!
PS: All credits go to OP, I just enjoy tweaking a few things.
MMS crashes while SMS works. Just FYI
whats Mms_Source.zip this for ? and does MMS work or not....i am confused
kolyan said:
whats Mms_Source.zip this for ? and does MMS work or not....i am confused
Click to expand...
Click to collapse
MMS (picture) crashes for me. SMS works great. If you don't know what the source is its best just to not mess with it. It's for developers so they can make changes as necessary to the apk.
richan90 said:
MMS (picture) crashes for me. SMS works great. If you don't know what the source is its best just to not mess with it. It's for developers so they can make changes as necessary to the apk.
Click to expand...
Click to collapse
Which rom are u using ?
the MMS crash was caused by a missing class file usually in the system
framework on eclair but not froyo, should be fixed now.
Works perfect, thanks a lot!
is the mms package tweaked to support the puzzle notification?
If it is, is the source configured the same way or is the source completely unmodified?
I'd like to get an unmodified mms if possible, the stock 2.2 mms is so blurry (preferably already compiled). thanks!
geoffcorey said:
is the mms package tweaked to support the puzzle notification?
If it is, is the source configured the same way or is the source completely unmodified?
I'd like to get an unmodified mms if possible, the stock 2.2 mms is so blurry (preferably already compiled). thanks!
Click to expand...
Click to collapse
puzzle lockscreen supported
untermensch said:
I pulled the source from CanogenMod's github last night and made the modification
to show the missed messages on the lock screen.
this is Froyo only
install by adb push to /system/app, this will replace the Samsung app.
Updated 11/7/2010
fixed MMS crash
included required classes in the source zip
just import into eclipse and start playing
with the code.
Click to expand...
Click to collapse
I renamed my old mms.apk and mms.odex, and moved this to system/app, but it won't install. Thoughts?
Telanis said:
I renamed my old mms.apk and mms.odex, and moved this to system/app, but it won't install. Thoughts?
Click to expand...
Click to collapse
you don't have to install it, just move it to the system/app folder and it will be usable.
rsfaze said:
you don't have to install it, just move it to the system/app folder and it will be usable.
Click to expand...
Click to collapse
Oh, durr, excellent. Thanks!
rsfaze said:
you don't have to install it, just move it to the system/app folder and it will be usable.
Click to expand...
Click to collapse
For me, that didn't work. I renamed the original Mms.apk to Mms.apk.bak and then install the Mms.apk here and it working fine. Picture comes in clear and stay clear when viewing.
mr2t32 said:
For me, that didn't work. I renamed the original Mms.apk to Mms.apk.bak and then install the Mms.apk here and it working fine. Picture comes in clear and stay clear when viewing.
Click to expand...
Click to collapse
did you move it to /system/app then reboot into clockwork and delete dalvik-cache? (may only need to reboot, but safer to delete dalvik-cache)
Is there a way to rename those files outside of Root Explorer? I have Droid Explorer and am not having any luck.
Also when I try to adb it in, I get this error...
failed to copy' c:\signedMms.apk' to '/system/app/signedMms.apk': Read only file system
just wondering, what is special about the CM6 messaging app? what are the added features, and benefits of this? Also is it possible to get some screen shots?
moosefist said:
just wondering, what is special about the CM6 messaging app? what are the added features, and benefits of this? Also is it possible to get some screen shots?
Click to expand...
Click to collapse
For some (like me) it fixes the blurry MMS problems in some custom roms Dunno about the rest lol

[Theme]HoneyComb is HERE!! **Updated**

Time To Give Your Atrix The Respect its Dual Core Processor Deserves !!! Give it HoneyComb!!​as always my themes expose the liar in at&t it will tell you 3g or 4g etc
!!! MUST BE DEODEXED !!!
Basic Install is unzip the HoneyComb.7z
1. rename services.zip to services.jar
2. Back Up your current services.jar and framework-res.apk
3. adb push both to phone
4. adb shell
5. su
6. mount -o rw,remount /dev/block/mmcblk0p12 /system
7. cp /(Dir to pushed files)/(files) /sytem/framework PUSH SERVICES.JAR FIRST AS FRAMEWORK-RES.APK WILL REBOOT YOUR PHONE
8. exit
9.exit
10. enjoy
***Made a Few Updates and fixes***
Not to be rude...I'm thankful for people trying to mod the Atrix...but it would appear all you did was change the background and the default colorscheme for certain aspects, which appear broken without modding the way the aspects actually interact.
hotleadsingerguy said:
Not to be rude...I'm thankful for people trying to mod the Atrix...but it would appear all you did was change the background and the default colorscheme for certain aspects, which appear broken without modding the way the aspects actually interact.
Click to expand...
Click to collapse
You are very non-observant. Did you not see the notification bar? That's the big deal in this theme. Different icons and the nice looking shaded black bar, oh and the settings menu. I like it and I think it looks awesome.
hotleadsingerguy said:
Not to be rude...I'm thankful for people trying to mod the Atrix...but it would appear all you did was change the background and the default colorscheme for certain aspects, which appear broken without modding the way the aspects actually interact.
Click to expand...
Click to collapse
lol well sir you are in the themeing section not the development, currently with out a recovery custom roms can not exist and even what i have made i havent released because it would be dangerous to people like you also the menu appears broken as you call it because currently honeycomb is optimized for tablets this came from a Xoom system dump
I will add version tomorrow with non split menu , i did it on purpose as i liked the look and the honeycomb version of part grey part transparent didnt render on atrix right. I will also fix an over sight in a transparent submenu that i noticed today it made sub menu hard to read, any how its just a theme and im just posting alot of new looks if you notice a problem let me know ill fix , better to get bugs out before the roms
thanks for the work will try it once updates are finished
Did you use the Adeo files for the reboot options, etc?
Sent from my MB860 using XDA App
synergye said:
Did you use the Adeo files for the reboot options, etc?
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
you can use it with adeo if you want yes
t0dbld said:
you can use it with adeo if you want yes
Click to expand...
Click to collapse
I was asking if you used the Adeo framework-res.apk, as I don't want to lose the reboot options while trying out something different. Thank You.
Ya the notification bar is nice but when you drop it down it splits and comes out different colors. And look at the way menus come up...
Sent from my MB860 using XDA App
is there any way to get this as a non adb push or whatever? like maybe an exe or something that is run from the PC?
excuse my ignorance, but i have never once been able to do anything adb related and would like this.
synergye said:
I was asking if you used the Adeo framework-res.apk, as I don't want to lose the reboot options while trying out something different. Thank You.
Click to expand...
Click to collapse
I'm also wondering about this... I'd rather not lose the reboot feature.
hotleadsingerguy said:
Ya the notification bar is nice but when you drop it down it splits and comes out different colors. And look at the way menus come up...
Click to expand...
Click to collapse
More info on this or a screenshot? Are there still a few issues that need to be worked out?
CC Lemon said:
I'm also wondering about this... I'd rather not lose the reboot feature.
Sorry i Did not Use his frame work, when i get a free moment ill do that one
More info on this or a screenshot? Are there still a few issues that need to be worked out?
Click to expand...
Click to collapse
I have not had the time to do any more work on this as of now as i am working on bootloader and on a better ubuntu as well
Ok As for the comments about the pulled down notification bar cracking , its not a crack its the design , same with the current menu's do you think i dont know how to use FILL ? you know the thing with the Paint bucket spilled? i made choices for the way i liked them if you dont its ok , but dont call it broken
Few more updates made i fixed what was actually broken and changed a few of the menus
t0dbld said:
Time To Give Your Atrix The Respect its Dual Core Processor Deserves !!! Give it HoneyComb!!​as always my themes expose the liar in at&t it will tell you 3g or 4g etc
!!! MUST BE DEODEXED !!!
Basic Install is unzip the HoneyComb.7z
1. rename services.zip to services.jar
2. Back Up your current services.jar and framework-res.apk
3. adb push both to phone
4. adb shell
5. su
6. mount -o rw,remount /dev/block/mmcblk0p12 /system
7. cp /(Dir to pushed files)/(files) /sytem/framework PUSH SERVICES.JAR FIRST AS FRAMEWORK-RES.APK WILL REBOOT YOUR PHONE
8. exit
9.exit
10. enjoy
***Made a Few Updates and fixes***
Click to expand...
Click to collapse
Is it me or is the download link missing?
haha sorry wasnt you was in a hurry yesterday and xda only would allow 4 files so its fixed now
t0dbld said:
haha sorry wasnt you was in a hurry yesterday and xda only would allow 4 files so its fixed now
Click to expand...
Click to collapse
Coolbeans and thank you for your work.
great theme, notifications are hard if not impossible to read on the notification bar, as with the date on the drop down. would like to see ATT out of there, over all though i really like the theme and will continue to use it
tha5150 said:
is there any way to get this as a non adb push or whatever? like maybe an exe or something that is run from the PC?
excuse my ignorance, but i have never once been able to do anything adb related and would like this.
Click to expand...
Click to collapse
What you're looking for is an install.bat file (script) that pushes everything to the phone for you. Im sure that if requested t0dbld might be able to put one together for easy install. He's good at that sorta stuff from what I've seen on other threads
Sent from my MB860 using XDA Premium App
Will this work on the bell atrix? Thanks
Sent from my MB860 using XDA Premium App

Custom SystemUI

It worked with all the updates til now? Anyway to get it working?
SystemUI, probably just got some updates. Have you tried adding your .pngs to the new systemui.apk? Still no go?
David522d said:
It worked with all the updates til now? Anyway to get it working?
Click to expand...
Click to collapse
I was running the blue soft keys and now when I put them back in sytem/app I get force closes and the entire nav bar disappears. Any ideas? I really hate the skinned look Asus puts on them. Thanks in advance.
Swiftks hit the nail on the head, there were some changes to the SystemUI that breaks older versions. (I know, captain obvious over here) Give the developer of the theme a chance to update the PNG files, or do it yourself. I ran into the same problem yesterday and copying the PNG files I wanted into the new SystemUI.apk fixed it.
I'm not sure how to do that. The nav keys I was using are just stock ICS blue. If you or anyone happens to have a link to some I could use with the updated files that would be fandamntastic. I can't seem to find the thread where I downloaded them from. I know they were on XDA but I've been searching since yesterday. Thanks again
predictablyerratic said:
I was running the blue soft keys and now when I put them back in sytem/app I get force closes and the entire nav bar disappears. Any ideas? I really hate the skinned look Asus puts on them. Thanks in advance.
Click to expand...
Click to collapse
Make sure to copy to correct folder, and select "store" for the compression method, that way they are not compressed.
Sent from my CM7 Atrix 4G
Yes, I am putting the file in system/app and the file is not compressed. I've done this with each of the updates and now it doesn't work. I was thinking it may be because Asus added the lock function to the nav bar. Once again if anyone has another file they could point me too that would be awesome. I can't find the thread that I got my ICS blue buttons from.

[Q] Landscape Rosie

If I pull the rosie.apk out of a rom that has the landscape homescreen mode working and put it in my system/app folder and change permissions will that allow my phone to go into landscape or are there other changes that need to be made?
I am running the Fresh rom atm and it's the only thing bugging me.
Thanks.
Evo_Shift said:
If I pull the rosie.apk out of a rom that has the landscape homescreen mode working and put it in my system/app folder and change permissions will that allow my phone to go into landscape or are there other changes that need to be made?
Thanks.
Click to expand...
Click to collapse
It depends on if you are running a deodexed version of the ROM currently. If yes, then, it should work as you described. If it is still ODEXED, then, no it won't.
alternative:
http://forum.xda-developers.com/showthread.php?t=1711339
Kujila said:
alternative:
http://forum.xda-developers.com/showthread.php?t=1711339
Click to expand...
Click to collapse
Thanks, I did see that but I didn't like the idea of another app running in the background when I could just change one out. If I wasn't unlocked and rooted I would use that.
In case anyone wants it I pulled the .apk out of flex360's rom. Thanks flex360.
This, I believe, also has the ultrasmooth mod.
If posting this is against the rules or whatever let me know and I'll remove it. Just thought it would save people having to download a 500+mb rom if they are running a deodex rom and want the landscape rosie.
I kind of thought this would make the lockscreen rotate too but it doesn't... I have my phone sitting on the kickstand at work and I turn it on to look at the weather on the lockscreen which is why I originally wanted it rotated.
Evo_Shift said:
In case anyone wants it I pulled the .apk out of flex360's rom. Thanks flex360.
This, I believe, also has the ultrasmooth mod.
If posting this is against the rules or whatever let me know and I'll remove it. Just thought it would save people having to download a 500+mb rom if they are running a deodex rom and want the landscape rosie.
I kind of thought this would make the lockscreen rotate too but it doesn't... I have my phone sitting on the kickstand at work and I turn it on to look at the weather on the lockscreen which is why I originally wanted it rotated.
Click to expand...
Click to collapse
either this apk doesn't play well with viper, or I installed it wrong. I dropped it in /system/app and set permissions, but just got a black screen on reboot. Luckily, I was able to install apex from the play store from my computer, and once that installed, I was able to launch root explorer and change back to the backup rosie.apk I made before I pushed the new one. How are you supposed to install this?
Weird. Maybe some roms have changes not compatible or something. I did exactly what you did and it worked fine for me on the fresh 5.1.1 rom. I just renamed my original and put this one in system>app and changed permissions. After a reboot it worked.
I assume you meant system>app.
Evo_Shift said:
Weird. Maybe some roms have changes not compatible or something. I did exactly what you did and it worked fine for me on the fresh 5.1.1 rom. I just renamed my original and put this one in system>app and changed permissions. After a reboot it worked.
Click to expand...
Click to collapse
eh - if it really bothered me, I'd ask about it in the viper thread. Definitely weird though.
Evo_Shift said:
I assume you meant system>app.
Click to expand...
Click to collapse
oops, yeah, fixed my post.
should work ^_^
maybe you did it wrong.
still wont be as smooth as my rom tho jk
flex360 said:
should work ^_^
maybe you did it wrong.
Click to expand...
Click to collapse
Possible, but I don't know what else to try. Root explorer's pretty basic when it comes to cutting and pasting files.
flex360 said:
still wont be as smooth as my rom tho jk
Click to expand...
Click to collapse
you might be right, but it's smooth enough for me
If its still odexed first delete the Rosie.odex file in root explorer then place your new Rosie in there. If you have modified the Rosie make sure it is signed. Signature verification has not been disabled in any of the roms that are out I don't believe.
Sent from my EVO using xda premium
I agree with Flex360. I'm an Android nub learning slowly here. Tried a few of the new roms and his is just...ultra smooth.
Crazy good battery life too, do the one click root. Then install and you are g2g.
Thanks Flex! I can't post on developer yet, 8 more posts! woot.
Johnny
sbjohnny said:
I agree with Flex360. I'm an Android nub learning slowly here. Tried a few of the new roms and his is just...ultra smooth.
Crazy good battery life too, do the one click root. Then install and you are g2g.
Thanks Flex! I can't post on developer yet, 8 more posts! woot.
Johnny
Click to expand...
Click to collapse
I really do like his rom but i want the menu mod. If i flash the menu mod i lose the power menu mod and maybe something else...not sure. It's hard to choose, lol. I'm glad we have so many cool ROM options.

[MOD] for Stock w/ Goodies 3.44 Force Closings

Ok. I'm trying this again:
This will hopefully fix the FCs in anyone running Stock w/ Goodies 3.44 (it should work for all versions of SWG no promises lol!) . All credit to one_love_420 and Timberwolf671 for the smali edits. I just ported this and recompiled this with SWG 3.44 services.jar. I also disabled sig checking in PackageManagerService. Again thank you to one_love_420 for the how to on that.
If you wish to revert simply flash the stock SWG services.jar zip I posted. Feedback is welcome.
Note flex will return on 4/29/13 and hopefully SWG will return as well!
Update: I added the stock services.jar for those who wish to revert without flashing the entire ROM again.
To install:
(1) Wipe cache/dalvik cache.
(2) Flash Patcher_for_FC_in_SWG_344.zip in TWRP.
Click to expand...
Click to collapse
bump:good:
What to keep this for all to see running flex's great rom and as a thank you for his generosity. :highfive:
When exactly do the force closings show up? I'm curious if I've run into it yet. Last night I was having problems when clicking on URLs inside of other apps (Facebook, Twicca, Gmail) and some of them would force close instead of opening the link. I flashed the ROM again to fix it though, thinking I had screwed something up on my own or deleted a system app in Titanium Backup that I shouldn't have.
bigjustinturbo said:
When exactly do the force closings show up? I'm curious if I've run into it yet. Last night I was having problems when clicking on URLs inside of other apps (Facebook, Twicca, Gmail) and some of them would force close instead of opening the link. I flashed the ROM again to fix it though, thinking I had screwed something up on my own or deleted a system app in Titanium Backup that I shouldn't have.
Click to expand...
Click to collapse
U will get random f/c's and I mean random. when u are surfing using either browser with 3 or more pages. Sometimes when exiting from EQS or settings. Every person will have it at different times. If u have no HTC widgets on any of the home screens it usually does not occur. Or using a non-sense launcher like Nova or Apex.
Sent from my EVO using Xparent BlueTapatalk 2
I get force closes with the rom every time I go home. The theory is that it's linked to the weather widget updating.
ItsTommyGun said:
I get force closes with the rom every time I go home. The theory is that it's linked to the weather widget updating.
Click to expand...
Click to collapse
Did you clear cache and more specifically dalvik cache before you flashed this? Services.jar is used by the dalvik vm.
Sent from my EVO using xda premium
are the smali edits they did to Rosie.apk shown anywhere that can be linked?
I have random fc as you mentioned. While I'm not on SWG, my ROM is very similar. You zip works on my ROM, except that I lose the APM option from homescreen settings. I'm using the Rosie.apk from OMJ's mod pack.
sharkie405 said:
are the smali edits they did to Rosie.apk shown anywhere that can be linked?
I have random fc as you mentioned. While I'm not on SWG, my ROM is very similar. You zip works on my ROM, except that I lose the APM option from homescreen settings. I'm using the Rosie.apk from OMJ's mod pack.
Click to expand...
Click to collapse
I wouldn't recommend using this on another ROM unless you know exactly how to compare the smali files to see what was changed and then recompile the services.jar like I did. Simply flashing this over any other rom or mod pack will break things.
I can compare files, but I was hoping to not have to spend the time figuring out which smalis the edits are in when it's already been figured out.
So, the fix/edits or at least what smali files are changed aren't posted anywhere for others to use in their own files.
sharkie405 said:
I can compare files, but I was hoping to not have to spend the time figuring out which smalis the edits are in when it's already been figured out.
So, the fix/edits or at least what smali files are changed aren't posted anywhere for others to use in their own files.
Click to expand...
Click to collapse
\com\android\server\am\ActivityManagerService.smali
and
\com\android\server\pm\PackageManagerService.smali
have been changed. do exactly what I did:
decompile services.jar and do a compare on those smali files to see what's changed. Then port them over to YOUR decompiled services.jar and recompile
That's what I'm talking about. Thank you very much!

Categories

Resources