[Q] Stock/AOSP MMS for Bonsai? - Epic 4G Q&A, Help & Troubleshooting

Just started running bonsai on my epic 4g. I came over from tmobile (vibrant, Teamwhiskey) I've seen some screenies of people running bonsai with Stock/AOSP Mms. I've done some searching but can't find anything. help?
thanks guys

Just replace the Mms.apk with the AOSP mms.apk.
Texted while driving

Think he needs the APK still X.
Here it is if you haven't found it. Make sure to hit the thanks button for that guy that posted it. He's a badass. lol
http://forum.xda-developers.com/showthread.php?p=11919877#post11919877
Oh btw, just replace the existing one in /system/app or push it using ADB.
063_XOBX said:
Just replace the Mms.apk with the AOSP mms.apk.
Texted while driving
Click to expand...
Click to collapse

p3dr0maz said:
Think he needs the APK still X.
Here it is if you haven't found it. Make sure to hit the thanks button for that guy that posted it. He's a badass. lol
http://forum.xda-developers.com/showthread.php?p=11919877#post11919877
Oh btw, just replace the existing one in /system/app or push it using ADB.
Click to expand...
Click to collapse
Thanks for the link, but that one says its the text-about-voicemail mms.apk, is there any way to avoid that? I'm probably splitting hairs here but just curious, lol.
Also, i'm at work (no adb) I couldn't just fire up the apk on my phone, i'd actually have to push it through, right?

The text about vm is not avoidable. I think someone said you can block the 9016:// messages through sprint maybe? im not sure exactly. I use to care at first then i realized I don't really get many VM's. And if you're at work you can just move it into the /system/app folder. You dont have to use adb push. That's just another option.
deku_nut said:
Thanks for the link, but that one says its the text-about-voicemail mms.apk, is there any way to avoid that? I'm probably splitting hairs here but just curious, lol.
Also, i'm at work (no adb) I couldn't just fire up the apk on my phone, i'd actually have to push it through, right?
Click to expand...
Click to collapse

I tried moving it into the system/app folder and it just gave me a parsing error, can't get it to receive texts. I put the old Mms.apk back in the apps folder and it threw the same error.
*edit*
I re-zip-flashed bonsai and it seemed to repair my texting ability. I tried the process again (replacing Mms.apk), then went into CW Recovery and wiped dalvik, booted and it still is on the samsung themed bubble Mms.apk. For sh*ts and giggles i tried tap-installing the Mms.apk and it wouldn't install, just as i figured. Suggestions?

Yeah tap-installing those system apps doesnt ever work. That's weird that you replaced the file, rebooted, and you were still on the old one. Although, technically there shouldnt be any need to reboot. I've switched out /system/app/Mms.apk and other apks without rebooting before. I do this all the time when theming. /boggle. Sorry, i'm not sure what more suggestions I can make. If you want I can try making it a flashable zip and maybe you can try that?
deku_nut said:
I tried moving it into the system/app folder and it just gave me a parsing error, can't get it to receive texts. I put the old Mms.apk back in the apps folder and it threw the same error.
*edit*
I re-zip-flashed bonsai and it seemed to repair my texting ability. I tried the process again (replacing Mms.apk), then went into CW Recovery and wiped dalvik, booted and it still is on the samsung themed bubble Mms.apk. For sh*ts and giggles i tried tap-installing the Mms.apk and it wouldn't install, just as i figured. Suggestions?
Click to expand...
Click to collapse

p3dr0maz said:
Yeah tap-installing those system apps doesnt ever work. That's weird that you replaced the file, rebooted, and you were still on the old one. Although, technically there shouldnt be any need to reboot. I've switched out /system/app/Mms.apk and other apks without rebooting before. I do this all the time when theming. /boggle. Sorry, i'm not sure what more suggestions I can make. If you want I can try making it a flashable zip and maybe you can try that?
Click to expand...
Click to collapse
I'm running bonsai 4.0.1, not sure why it isn't working either. I'm not a dev but i'm no tech slouch myself and I can't figure it out. I'll try it again tonight. Also, teach a man to fish, don't give me the fish. If you happen to have a link for a tutorial to make flashable zips i'm all ears and ready to learn.
p.s. thanks button clicked.

Take a generic working CWM zip that replaces /system/ files. Delete all the crap out of it [dont delete Meta-Inf folder] with winzip, winrar, or 7zip. Drop in /system/app/Mms.apk . Most important thing is to maintain the file structure. As it will use it to push the Mms.apk onto the phone. Thats how i always do it.
deku_nut said:
I'm running bonsai 4.0.1, not sure why it isn't working either. I'm not a dev but i'm no tech slouch myself and I can't figure it out. I'll try it again tonight. Also, teach a man to fish, don't give me the fish. If you happen to have a link for a tutorial to make flashable zips i'm all ears and ready to learn.
p.s. thanks button clicked.
Click to expand...
Click to collapse
Sent from my SPH-D700 using XDA App

p3dr0maz said:
Take a generic working CWM zip that replaces /system/ files. Delete all the crap out of it [dont delete Meta-Inf folder] with winzip, winrar, or 7zip. Drop in /system/app/Mms.apk . Most important thing is to maintain the file structure. As it will use it to push the Mms.apk onto the phone. Thats how i always do it.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
I made the flashable zip, no luck. Just a thought-is the lack of the mms.odex an issue? does DeOdexing have something to do with this?

Yes,
I just assummed u were running a de-odexed system.
Take a generic working CWM zip that replaces /system/ files. Delete all the crap out of it [dont delete Meta-Inf folder] with winzip, winrar, or 7zip. Drop in /system/app/Mms.apk . Most important thing is to maintain the file structure. As it will use it to push the Mms.apk onto the phone. Thats how i always do it.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
I made the flashable zip, no luck. Just a thought-is the lack of the mms.odex an issue? does DeOdexing have something to do with this?
Click to expand...
Click to collapse
Sent from my SPH-D700 using XDA App

Related

[Q] How to replace dialers?

I want to use the dialer from the PlurStar theme with REVOlution. How would I do that?
I pulled the dialer .apk from the theme and tried to install it but it wouldn't work. I figure I need to use adb and just pull out the old dialer and replace it with the new one. Am I correct? How would I do that? What would I need to type in adb?
Thanks.
I'm thinking that you need to include that apk into a zip file that can be flashed via recovery...
What does that involve? I'm assuming I can't just put it in a plain old zip file.
I remove and replace files in the rom zip using winrar, then flash the zip to the phone. Sometimes it works sometimes it wont, who knows maybe one day well see a Phatman rom lol.
_MetalHead_ said:
What does that involve? I'm assuming I can't just put it in a plain old zip file.
Click to expand...
Click to collapse
Well kind of... If you look for the SU apk (the new one) you'll see that it was an APK but it could not be directly installed so it was converted into a zip file. I know that there is more than just compressing the file,some additional files must be put in the zip as well so the recovery manager can extract it on the phone. I'd download the zip and check what it is inside besides the apk itself. You can also ask one of the dev to make it a zip for you.
Well I just used Regaw's zipmaker to do it, and it flashed but my dialer is still the same.
WhOops wrong thread.
Like phatman said, just take the Rom, extract it, look for system/app, drop the dialer in there and zip it back up. That's what I just got done doing this weekend with calks Rom, so I could have a dialer with vibration reenabled.
Sent from my PC36100 using XDA App
Yeah I just finished putting together my zip, but I didn't do it with a ROM, I did it with the REVOlution theme. I just extracted it, dropped the dialer .apk in to it and recompressed it. Going to try flashing it in a little bit.
Didn't work. Got an error that says "can't find update script". I think it has something to do with needing to resign the zip, which I don't know how to do.
_MetalHead_ said:
Didn't work. Got an error that says "can't find update script". I think it has something to do with needing to resign the zip, which I don't know how to do.
Click to expand...
Click to collapse
Use winrar and dont unzip the ROM, the program will add/remove files without actually unzipping, like I said, its a hit or miss, or worst case you get a boot loop.
Just use the ROM and swap the dialers. U won't have to wipe or anything to reflash. I used 7z, extracted to a folder, swapped dialers then rezipped without any problems flashing.
Sent from my PC36100 using XDA App
phatmanxxl said:
Use winrar and dont unzip the ROM, the program will add/remove files without actually unzipping, like I said, its a hit or miss, or worst case you get a boot loop.
Click to expand...
Click to collapse
K, I'll try that next. TY
Thanks for the advice everyone.
i'm also interested in changing my dialer...can't we just adb push the dialer apk to /system/app/ from Recovery and have it work?
Max_Pain said:
i'm also interested in changing my dialer...can't we just adb push the dialer apk to /system/app/ from Recovery and have it work?
Click to expand...
Click to collapse
Yes...unfortunately, some of us are too stoopid to get adb to work...
awenthol said:
Yes...unfortunately, some of us are too stoopid to get adb to work...
Click to expand...
Click to collapse
Lol same here, I only got it to work during my g1 days. After that it was a no go, not sure if its user error or my computer. Find a solution to your dialer yet?
It's on the back burner right now. I'm currently beta testing RegawMOD so I'm not going to mess with the dialer until I'm done with it. I will try swapping the apks in winrar though as soon as I am done with the beta test. Kinda getting burned out on constantly flashing all day long. I need to get some sun lol

[Q] Swype after CM

I am trying to help a friend out here with this one. I am trying to put swype back on my buddies slide and I am running into major problems. First off, I want to say I was able to do this on my G2 without any problems.
Ok, I have the libSwypeCore.so file and the Swype.apk file. When I try to push the libswype core file I get an out of memory error. I get another error when I try to install the apk, but I just can't remember it now.... too tired.
Has anyone who has been successful with this point me in the right direction?
rraxda said:
I am trying to help a friend out here with this one. I am trying to put swype back on my buddies slide and I am running into major problems. First off, I want to say I was able to do this on my G2 without any problems.
Ok, I have the libSwypeCore.so file and the Swype.apk file. When I try to push the libswype core file I get an out of memory error. I get another error when I try to install the apk, but I just can't remember it now.... too tired.
Has anyone who has been successful with this point me in the right direction?
Click to expand...
Click to collapse
Are you pushing the .so file and the .apk file while the phone is in recovery? That's the only way we can do push and install stuff using adb on the slide without special overlays and whatnot, because we are still s-on. You can't modify /system while the phone is out of recovery. If you are doing this while in recovery and you're still getting an error, I don't know what to tell you. I doubt that it's actually out of memory, so maybe a more experienced person on the matter can further troubleshoot. Sorry that's all I could offer
Sent from my T-Mobile myTouch 3G Slide using XDA App
Wow, I did not know that. Thanks for the info. When I get his phone back I will try to push while in recovery. Makes sense now.
Push the so and install the apk just like I would do with the G2 right?
Sent from my HTC Vision using XDA App
rraxda said:
I am trying to help a friend out here with this one. I am trying to put swype back on my buddies slide and I am running into major problems. First off, I want to say I was able to do this on my G2 without any problems.
Ok, I have the libSwypeCore.so file and the Swype.apk file. When I try to push the libswype core file I get an out of memory error. I get another error when I try to install the apk, but I just can't remember it now.... too tired.
Has anyone who has been successful with this point me in the right direction?
Click to expand...
Click to collapse
Check your private messages.
Sent from my HTC Espresso running CM6.
This is odd. On the slide you don't need the .so file. Just the swype.apk and it works. Did they change things? I'm using the 195 nightly so I'm using froyo.
With the newer swype betas it isn't required.
Sent from my HTC Espresso running CM6.
What versions can I run on the newest Cyanogen Mod? I tried some of the newer ones and kept getting force close. Im currently using 1.60.36.8214.
ImHuge07 said:
What versions can I run on the newest Cyanogen Mod? I tried some of the newer ones and kept getting force close. Im currently using 1.60.36.8214.
Click to expand...
Click to collapse
I'm on version 2.15.56.14870 and it works fine but its also the latest beta
Sent from my T-Mobile myTouch 3G Slide using XDA App
I am having the same problem.
I just upgraded my old slide to cm6.1 so I can give it to my dad.
I tried what we do on the g2 (putting the swype libSwypeCore.so in /system/lib/ and then installing the apk but I get errors)
How or what do I need to do to go about restoring swype on my slide?
As mentioned, are you pushing the files when in Recovery,? If not, you have to be in Recovery to push files to anything in /system.
fermunky said:
As mentioned, are you pushing the files when in Recovery,? If not, you have to be in Recovery to push files to anything in /system.
Click to expand...
Click to collapse
Yes I pushed them in recovery and i verified the lib is in /system/lib
When I try and do the adb install swype.apk I get a dex error (probably cause the swype.apk is from a odexed rom and cm6 isn't)
nevermind, I fixed it. Swype works now.
nikol4s said:
Check your private messages.
Sent from my HTC Espresso running CM6.
Click to expand...
Click to collapse
If it was a solution you PM'd him, it would be nice to publicly post it so that others could benefit from your solution, I don't know why you felt a need for secrecy.
ratchetrizzo said:
Yes I pushed them in recovery and i verified the lib is in /system/lib
When I try and do the adb install swype.apk I get a dex error (probably cause the swype.apk is from a odexed rom and cm6 isn't)
nevermind, I fixed it. Swype works now.
Click to expand...
Click to collapse
How did you end up fixing it? I'm sure others would love to know, and also, I was about to say, if it is an odexed APK it can't run without it'd .odex file, so you would have to use the ROM kitchen to de-odex the apk to use it with a deodexed rom. How did you end up fixing it anyway, if it wasn't by deodexing it?
I got the Swype_1.60.36.8214_HVGA.apk (which is the one that works on the slide in cm6.1).
I had to manually make room on /system for the libSwypeCore.so file though since /system was full (I moved Youtube.apk and a couple other non essential .apks to /data/app) then I opened the apk in 7zip, extracted the .so file, manually put it in /system/lib and THEN installed the .apk and swype worked just fine.
Anyway, it works now and my 70 year old father is happy with his first android experience (a white mytouch slide running cm6.1 @844mhz)
Well if you every have issues with it installing when you flash the rom or if you do it with adb I made a zip to do it. It's handy if you don't have computer around with adb installed (like me - damn work computer). I'll remove the actual Swype.apk so I don't get any lashings from the mods.
This might help next time you some one tries to install swype since it gets picky sometimes. Also, Swype 1.6* is HUGE (12MB), you may want to open the apk and take out a lot of the files since it's multi language and I'm sure most of us only use one, maybe two languages.
KCRic said:
Well if you every have issues with it installing when you flash the rom or if you do it with adb I made a zip to do it. It's handy if you don't have computer around with adb installed (like me - damn work computer). I'll remove the actual Swype.apk so I don't get any lashings from the mods.
This might help next time you some one tries to install swype since it gets picky sometimes. Also, Swype 1.6* is HUGE (12MB), you may want to open the apk and take out a lot of the files since it's multi language and I'm sure most of us only use one, maybe two languages.
Click to expand...
Click to collapse
Do you think it would work with the Swype.HVGA.2.15.56.14870-English_only.apk?
Or is it just something I should try for myself?
SefEXE said:
Do you think it would work with the Swype.HVGA.2.15.56.14870-English_only.apk?
Or is it just something I should try for myself?
Click to expand...
Click to collapse
Yeah it will work as long as the phone will accept the apk, some swype versions are not well liked by our phone. You'll need to drag and drop your swype apk into the system-app folder then install.
Just use an archive explorer like winrar or 7zip to open (without extracting) the zip. Find your swype file, then drag and drop it into the app folder (inside the system folder). You can use adb to install it but I just flash it in clockwork.
ratchetrizzo said:
I got the Swype_1.60.36.8214_HVGA.apk (which is the one that works on the slide in cm6.1).
I had to manually make room on /system for the libSwypeCore.so file though since /system was full (I moved Youtube.apk and a couple other non essential .apks to /data/app) then I opened the apk in 7zip, extracted the .so file, manually put it in /system/lib and THEN installed the .apk and swype worked just fine.
Anyway, it works now and my 70 year old father is happy with his first android experience (a white mytouch slide running cm6.1 @844mhz)
Click to expand...
Click to collapse
I'm thinking the reason you couldn't push the file via adb was because you never mounted the system while in clockwork recovery.
Sent from my HTC "Iced Glacier" using XDA App
TrueBlue_Drew said:
I'm thinking the reason you couldn't push the file via adb was because you never mounted the system while in clockwork recovery.
Sent from my HTC "Iced Glacier" using XDA App
Click to expand...
Click to collapse
That could be. I forget to do that sometimes
Sent from my T-Mobile myTouch 3G Slide
All right, now I've got a problem.
I tried flashing the zip that KCRic and I must have downloaded a bum Swype, or one that just doesn't work... But now when I start my phone, it force closes right off the bat, and from there I can't remove it by going into Manage Applications. Everything there is greyed out.(Except Move to SD card, which doesn't work anyways)
Is there some other way I can get rid of it? Maybe thru ADB... Or an easier way? Haha.
SefEXE said:
All right, now I've got a problem.
I tried flashing the zip that KCRic and I must have downloaded a bum Swype, or one that just doesn't work... But now when I start my phone, it force closes right off the bat, and from there I can't remove it by going into Manage Applications. Everything there is greyed out.(Except Move to SD card, which doesn't work anyways)
Is there some other way I can get rid of it? Maybe thru ADB... Or an easier way? Haha.
Click to expand...
Click to collapse
Yeah the phone is s-on, meaning /system is read only. You have to reboot into clockwork recovery, go to partitions, mount /system, then in command prompt, type adb shell, then rm /system/app/apkname.apk, whatever the name of swype is obviously replacing apkname.

[help] problems changing status bar notification icons

Hello XDA,
I have been trying (unsuccessfully) to change the status bar notification icon for a new sms from the standard Samsung closed envelope icon to the stock AOSP ICS square smiley face with the little tail. I have already got the icon and it is the correct size and file type (.png) and name (stat_notify_message.png) and I have tried a few ways of adding it into Mms.apk such as simply using 7Zip and decompiling & recompiling numerous times but the end result is always that the Messaging app is being removed completely and I'm having to restore a nandroid backup to get it back.
I have been looking all over XDA and have used trusty old Google to find solutions to my problem. Both come up with lots of different ways to theme, but none that solve my problem (as far as I can see anyway). Could anyone please point me in the right direction to find the guide on how to do it/explain to me how to do it successfully?
I am on a stock odexed XWLPG rom which is rooted.
Any help would be greatly appreciated. Thanks in advance.
If I remember correctly, its in SystemUI.apk
Sent from my GT-I9100
GANJDROID said:
If I remember correctly, its in SystemUI.apk
Sent from my GT-I9100
Click to expand...
Click to collapse
Really? Any idea what the file is called and where it is? I have gone through all of the drawable folders in SystemUI.apk and there is not one in there. The only place I could find it was in Mms.apk and it was called stat_notify_message.png
daveyannihilation said:
Hello XDA,
I have been trying (unsuccessfully) to change the status bar notification icon for a new sms from the standard Samsung closed envelope icon to the stock AOSP ICS square smiley face with the little tail. I have already got the icon and it is the correct size and file type (.png) and name (stat_notify_message.png) and I have tried a few ways of adding it into Mms.apk such as simply using 7Zip and decompiling & recompiling numerous times but the end result is always that the Messaging app is being removed completely and I'm having to restore a nandroid backup to get it back.
I have been looking all over XDA and have used trusty old Google to find solutions to my problem. Both come up with lots of different ways to theme, but none that solve my problem (as far as I can see anyway). Could anyone please point me in the right direction to find the guide on how to do it/explain to me how to do it successfully?
I am on a stock odexed XWLPG rom which is rooted.
Any help would be greatly appreciated. Thanks in advance.
Click to expand...
Click to collapse
What I have done in the past is put the mms.apk on your pc. Use 7zip to OPEN ARCHIVE (NOT EXTRACT), then put the NEW .png file with the correct name on your pc. Now without unzipping the mms.apk just use 7zip to find the location of the file you want to replace. Now just hold down on the new .png file and drag it into the corrext location. Then 7zip will ask if you are sure you want to replace it. Hit ok or yes or whatever it says. Now move the mms.apk back onto your phone. Use root explorer and move it to /system. Then long press on it and choose permissions. Change it to rw,r,r. Then long press again and select MOVE. Then navigate to /system/app and paste. Reboot phone. It will work.
For some .apk they are picky like mms.apk dont like being extracted and zipped back up for some reason while others have NO issues when you extract them and rezip and rename then place them in.
Sent from My SGH-I777 Running UCLE5 SANGRE AZUL 2 Rom
Is that "stat_notify_email_generic.png" in the .apk, res, drawable-hdpi, by any chance?
Although, I think RockRatt may be on the ball. He posted while I was writing this.
:silly: me, too slow...
HotrodHarry said:
Is that "stat_notify_email_generic.png" in the .apk, res, drawable-hdpi, by any chance?
Although, I think RockRatt may be on the ball. He posted while I was writing this.
:silly: me, too slow...
Click to expand...
Click to collapse
If you copy the drawable-hdpi folder somewhere outside the zip, look at the 'stat_notify_blahblah.png' then you can see what ones you want to change over
Sent from my GT-I9100
RockRatt said:
What I have done in the past is put the mms.apk on your pc. Use 7zip to OPEN ARCHIVE (NOT EXTRACT), then put the NEW .png file with the correct name on your pc. Now without unzipping the mms.apk just use 7zip to find the location of the file you want to replace. Now just hold down on the new .png file and drag it into the corrext location. Then 7zip will ask if you are sure you want to replace it. Hit ok or yes or whatever it says. Now move the mms.apk back onto your phone. Use root explorer and move it to /system. Then long press on it and choose permissions. Change it to rw,r,r. Then long press again and select MOVE. Then navigate to /system/app and paste. Reboot phone. It will work.
For some .apk they are picky like mms.apk dont like being extracted and zipped back up for some reason while others have NO issues when you extract them and rezip and rename then place them in.
Sent from My SGH-I777 Running UCLE5 SANGRE AZUL 2 Rom
Click to expand...
Click to collapse
Thank you so much RockRatt, you have solved my problem. Words cannot express my relief, thanks & gratitude for your sound advice. I had tried what you said to do previously, but never with the permission changes. Is that something that needs to be done for every apk or just some? Thanks once again, I am so happy! What an easy was to change the icon. It looks great. See screenshots.
So anyone out there in XDA land that is looking for a quick, easy mod (provided you're rooted) then simply follow RockRatt's easy to follow guide and you will never go wrong. And give him a thanks if his guide helped you in any way!!
hi .. sorry for interrupting your thread but i have a similar problem .. i'm using vk 5.1.2 rom and there is a battery mods that you can install which made specially to work with vk 5.1.2 .. when i'm installing my favorite battery mod it doesn't work .. nothing changes .. how can i fix that ?
mosheg91 said:
hi .. sorry for interrupting your thread but i have a similar problem .. i'm using vk 5.1.2 rom and there is a battery mods that you can install which made specially to work with vk 5.1.2 .. when i'm installing my favorite battery mod it doesn't work .. nothing changes .. how can i fix that ?
Click to expand...
Click to collapse
What's the mod and how is it installed? Does it have to be flashed by CWM? A little more info on the problem would probably help.
daveyannihilation said:
What's the mod and how is it installed? Does it have to be flashed by CWM? A little more info on the problem would probably help.
Click to expand...
Click to collapse
yes it have to be flashed by cwm .. here are the battery mods .. http://forum.xda-developers.com/showpost.php?p=23907488&postcount=2
thanks for your help .. i very appreciate that
mosheg91 said:
yes it have to be flashed by cwm .. here are the battery mods .. http://forum.xda-developers.com/showpost.php?p=23907488&postcount=2
thanks for your help .. i very appreciate that
Click to expand...
Click to collapse
You could try clearing the cache & dalvik cache.
HotrodHarry said:
You could try clearing the cache & dalvik cache.
Click to expand...
Click to collapse
you mean clear those after installing the battery mod ?
mosheg91 said:
you mean clear those after installing the battery mod ?
Click to expand...
Click to collapse
You can clear the cache & dalvik-cache either before or after flashing the battery mod. I'd probably try it before and see how you go.
You know how to clear the dalvik-cache, yes??
I think the problem with the VK battery files is they are from a pre jkay release. Now the Rom is using jkay framework I don't think you can flash them. It could be possible to swap the icons like the OP did though using 7zip?
Sent from a Galaxy S 2 far away.
daveyannihilation said:
You can clear the cache & dalvik-cache either before or after flashing the battery mod. I'd probably try it before and see how you go.
You know how to clear the dalvik-cache, yes??
Click to expand...
Click to collapse
sure, i know how to do that .. i'll update here

[MOD]No increasing ring tone - LJ2 - i317

Well I'm not sure why Samsung does this, however it drives me nuts. So here is the phone.apk without the increasing ringtone stuff.
Flash in recovery.
You must delete the "SecPhone.odex" in /system/app after installing. Until I can make a time to have the zip do it. Thanks
Click here to download
Enjoy!
I was looking for a way to disable this.. thanks!
Thanks man.. awesome mod...needed this
I flashed from recovery, rebooted and it said updating apps,starting apps, had my wife call but it still does that lame ascending ringtone. I tried rebooting and now every time it reboots it says updating apps, starting apps.. sucks lol takes a little longer to start up now. Any way to fix? I also found the file you talked about deleting but it said it was read only.
redrider54 said:
I flashed from recovery, rebooted and it said updating apps,starting apps, had my wife call but it still does that lame ascending ringtone. I tried rebooting and now every time it reboots it says updating apps, starting apps.. sucks lol takes a little longer to start up now. Any way to fix? I also found the file you talked about deleting but it said it was read only.
Click to expand...
Click to collapse
I had the same problem with it not working then used rom toolbox pro to kill the said file rebooted and works perfectly.
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Wow I was waiting for this mod!!! Sham on you Sammy for making this wonderful Dev make it right. I for sure didnt forget to hit the thanks button on this one!
Worked like a charm. Had to delete the odex file, then the mod took. A cache/dalvik wipe took care of the "upgrading apps" screen. My ringtones start loud and stay that way. Many thanks!
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
I can't seem to find the "secphone.odex" file. Only secphone.apk.
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
wblteen said:
I can't seem to find the "secphone.odex" file. Only secphone.apk.
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
Click to expand...
Click to collapse
Are you running a custom ROM? If so, you're probably already deodexed.
OK. I got ya. I still get the "updating apparently" on restart. I have cleared caches.
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
wblteen said:
OK. I got ya. I still get the "updating apparently" on restart. I have cleared caches.
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
Click to expand...
Click to collapse
Not sure I can be of much more help if you're on a deodexed ROM already. I've stuck with rooted/de-bloated stock for the time being. Wiping the caches solved it for me, aside from the first boot after the cache wipe, of course, but I'm still fully odexed aside from that one file I deleted.
It worked for me this time, thinfs different from the first try, im now on the lite de-bloated stock rom and modded kernel
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
So it looks like I need to modify the zip install to remove the .odex file.
Makes sense since de-odexing turns the .odex into a classes file inside the apk, which is then edited. I'll edit the zip today to remove to .odex file.
antiochasylum said:
So it looks like I need to modify the zip install to remove the .odex file.
Makes sense since de-odexing turns the .odex into a classes file inside the apk, which is then edited. I'll edit the zip today to remove to .odex file.
Click to expand...
Click to collapse
The att note 2 owners don't get how lucky they are to have you here... yet...
Sent from my GT-N7100 using Tapatalk 2
Any chance to incorporate call recording into this?
Found here from international version: http://forum.xda-developers.com/showthread.php?t=1938808
Reb0rn said:
The att note 2 owners don't get how lucky they are to have you here... yet...
Sent from my GT-N7100 using Tapatalk 2
Click to expand...
Click to collapse
+1 I am patiently waiting for his release, big fan of his work
Sent from my SGH-I317M using xda premium
antiochasylum said:
So it looks like I need to modify the zip install to remove the .odex file.
Makes sense since de-odexing turns the .odex into a classes file inside the apk, which is then edited. I'll edit the zip today to remove to .odex file.
Click to expand...
Click to collapse
Did this ever get done, sir?
antiochasylum said:
Flash in recovery. Even if you aren't de-odexed this should still work. In the zip I did not have it delete the .odex extension in /system/app. So after you flash this feel free to delete the SecPhone.odex, or leave it, your choice.
Click to expand...
Click to collapse
I installed and it did not work. I then used Root Explorer to delete /system/app/SecPhone.odex, cleared caches, rebooted and it works fine.
Thanks for the utility it was greatly needed.
9wire said:
Did this ever get done, sir?
Click to expand...
Click to collapse
I have not yet. I'm sorry. Can anyone do it for me? Busy at work at the moment.
How to revert?
antiochasylum said:
Well I'm not sure why Samsung does this, however it drives me nuts. So here is the phone.apk without the increasing ringtone stuff.
Flash in recovery.
You must delete the "SecPhone.odex" in /system/app after installing. Until I can make a time to have the zip do it. Thanks
Click to expand...
Click to collapse
I fully agree with you, this volume increase doesn't make any sense however, is there a way to revert back to the previous state should something go awry? Thanks.

Need stock SystemUI.apk and .odex files

Can someone post their stock SystemUI.apk and .odex files? I accidentally flashed a theme and forgot I was still odex'ed. (facepalm)
I'd rather not Odin back right now, I've already rooted & frozen a lot of apps.
fastmikey1969 said:
Can someone post their stock SystemUI.apk and .odex files? I accidentally flashed a theme and forgot I was still odex'ed. (facepalm)
I'd rather not Odin back right now, I've already rooted & frozen a lot of apps.
Click to expand...
Click to collapse
Just rename all the .odex files (file manager while in recovery) with a .odex.bak and it should work fine.
millerboy3 said:
Just rename all the .odex files (file manager while in recovery) with a .odex.bak and it should work fine.
Click to expand...
Click to collapse
Awesome just tried it out and it worked! I feel like such a noob [emoji1]
Also if anyone else reads this, make sure to mount the system partition in TWRP so you can see the files under /system/priv-app
fastmikey1969 said:
Awesome just tried it out and it worked! I feel like such a noob [emoji1]
Also if anyone else reads this, make sure to mount the system partition in TWRP so you can see the files under /system/priv-app
Click to expand...
Click to collapse
Glad it worked for you! And totally forgot about that step. -_- I had to learn that one the hard way a few times myself. lol

Categories

Resources