GS5 Messages App with Scheduling - Verizon Samsung Galaxy S 4

I really love the scheduled messaging option that @sbreen94 re-enabled in Hyperdrive rs15, but that disappeared in rs17, so I added it.
This is my first time modding an apk and was it frustrating. Realized that I had to use the stock framework-res and twframework-res, then came the signing an apk. I also had problems using apktool at first. I ended up having to download apktool2, manually configure java through the Linux terminal, and etc. I can now do this in like 2 minutes now, though!
I did take the apk from the Hypderdrive RS17, which is based on KK. I'm not sure if it'll work with all KK or only Hyperdrive. Let me know, although I don't know enough to fix it.
Change the permissions to 0644 and move under /system/app or /system/priv-app/ (depends on the Rom)
Link: http://d-h.st/F3P

I'm running kot49h 4.4.4 rom and I can't get this to work. Hyperdrive is a TW rom and KOT is an aosp rom. Wonder if that makes a difference?
Sent from my SCH-I545 using Tapatalk

Spookymyo said:
I'm running kot49h 4.4.4 rom and I can't get this to work. Hyperdrive is a TW rom and KOT is an aosp rom. Wonder if that makes a difference?
Sent from my SCH-I545 using Tapatalk
Click to expand...
Click to collapse
Yeah. I should have put only works with TW based roms. The only reason I'm running TW is because CM11 won't work with SS.

Hey quick question.....I use handcent because I like some of the features but is there any way to set up handcent as my default but still use stock....at this point now it's either or?
Sent from my SCH-I545 using XDA Free mobile app

mhopewell41 said:
Hey quick question.....I use handcent because I like some of the features but is there any way to set up handcent as my default but still use stock....at this point now it's either or?
Sent from my SCH-I545 using XDA Free mobile app
Click to expand...
Click to collapse
Yeah. Relace the SecMms.apk with this version. When you open the app it asks if you want it to be your default.
I'm not sure what ROM or Android version you're on, but my settings app (just got done modding it too lol) has a Default Messaing App option under More Data Options.

Thanks @Peretsdrue I am going to give this a try......I am on Hyperdrive 17.1 MDK
Sent from my SCH-I545 using XDA Free mobile app

mhopewell41 said:
Thanks @Peretsdrue I am going to give this a try......I am on Hyperdrive 17.1 MDK
Sent from my SCH-I545 using XDA Free mobile app
Click to expand...
Click to collapse
Alright. Let me know. I installed it on a friend's phone and it worked fine. I'm working on changing the package name so that I can give it to people without having to have a rooted device, but that's a bit confusing because I'm having to decompile the app. If anyone sees this and wants to shoot me a link or what to edit then I'm all up for it. I edited the .yml and the Android Manifest file.

PetersDrue said:
Alright. Let me know. I installed it on a friend's phone and it worked fine. I'm working on changing the package name so that I can give it to people without having to have a rooted device, but that's a bit confusing because I'm having to decompile the app. If anyone sees this and wants to shoot me a link or what to edit then I'm all up for it. I edited the .yml and the Android Manifest file.
Click to expand...
Click to collapse
Not decompiling the app. That's not confusing. The confusing part is trying to find everything I need to change and what files to copy over to the original after I change them.

Worked perfectly!!!....only thing is I can't use them both at the same time....I like the privacy box in handcent and all the other features in your mod....can't have everything though lol
Sent from my SCH-I545 using XDA Free mobile app

Just tried it on the new stock NK1 update. and I got get force closes...any chance of getting it to work for the new stock update for those of us still on MDK and looking to stay stock

I'll see what I can do. I'm running the GPE on my phone right now, but I'll try. It'll be a few days, though.

mhopewell41 said:
Worked perfectly!!!....only thing is I can't use them both at the same time....I like the privacy box in handcent and all the other features in your mod....can't have everything though lol
Sent from my SCH-I545 using XDA Free mobile app
Click to expand...
Click to collapse
All I did was enable the scheduled messaging. Everything else was by the creator of the ROM.

Related

ASOP Messenging and

So anyway I can get asop mms apk to work with working mms? Cause I tried to with my LG thrill and failed with it. Nothing ever worked. I'd prefer the stock android messagsing app. But iI don't want to flash a Rom. I know I have to root. But I don't want to flash a rom just for that.
Also Is tthere anyway to change in the framework like where its like froyo everything is vannila like a theme I know it wouldn't be something simple but would be nice
Sent from my SAMSUNG-SGH-I777 using XDA App
You have to be rooted. The mms.apk is a system app so, to get the apk to install requires you to override.
Yes I know that!!!!! I have known this since I got my first android begenning of last year....... I was asking where to obtain one that will work completely with mms working as well
Sent from my SAMSUNG-SGH-I777 using XDA App
Sorry didnt see that. Just do a search. But make sure its from gingerbread otherwise it won't work since its from an older sdk. I did it on my captivate
Sent from my SAMSUNG-SGH-I777 using xda premium
YAY! I had to remove another file to get it to work but yay!
hyelton said:
YAY! I had to remove another file to get it to work but yay!
Click to expand...
Click to collapse
How did you do it? Mind to share, thanks!
Sent from my SAMSUNG-SGH-I777 using xda premium
I would also like to know how you installed, its my favorite messaging app
I'd like to know as well!!
Sent from my SAMSUNG-SGH-I777 Cognition
I accomplished this a while ago but I can't remember how I did it! I attached the apk I used, but I don't know if I installed normally or if I deleted the old mms.apk and used this one? Here's the code for getting rid of the old apk and replacing it with this one, which is what I THINK I did.
Code:
adb remount
adb shell
su
cd /system/app/
cp mms.apk mms.apk.backup
exit
exit
adb push mms.apk /system/app/
Let me know if this works
EDIT: If you want the stock android messaging, with no themes or anything, look here for the apk:
http://forum.xda-developers.com/showthread.php?t=1220698
The attached file is themed black, which I think is cool, but the stock is there if you need it.
Awesome. I got it to work using root explorer. I HATED the sammy messaging app. This is perfect
Sent from my SAMSUNG-SGH-I777 Cognition
bustabo said:
Awesome. I got it to work using root explorer. I HATED the sammy messaging app. This is perfect
Sent from my SAMSUNG-SGH-I777 Cognition
Click to expand...
Click to collapse
how did u get it to work with root explorer? i renamed the sammy mms.apk to mms.apk.backup, and placed the stock android mms.apk in the same location. how to i access it now?
edit: nvm, got it working. just sad i can't change the font size now

Remove sent/received messages from call log...

Anybody know how to do this? I'm running the latest Cog with the 12 bar mod. It's just annoying me a bit lol. Tried filtering it already...
Sent from my SAMSUNG-SGH-I777 using XDA App
AFAIK UnNamed is the only ROM that removes them. I don't know how to do it manually.
jgotti107 said:
Anybody know how to do this? I'm running the latest Cog with the 12 bar mod.
Click to expand...
Click to collapse
Replace your existing LogsProvider.apk (in system/app) with the one I attached. It disables texts from appearing in the call log (you'll have to clear your log to start fresh, but they won't appear after that). I pulled it from GTG's ROM. It'll work fine. You can either use Root Explorer, adb, or I can make you a flashable zip.
Simba501 said:
Replace your existing LogsProvider.apk (in system/app) with the one I attached. It disables texts from appearing in the call log (you'll have to clear your log to start fresh, but they won't appear after that). I pulled it from GTG's ROM. It'll work fine. You can either use Root Explorer, adb, or I can make you a flashable zip.
Click to expand...
Click to collapse
Thanks! Works perfectly.
Sent from my SAMSUNG-SGH-I777 using xda premium
Can I have a zip please ;-)
Sent from my Samsung Galaxy S 2 using the mind reader app...
Worked perfect. Thanks
Sent from my SAMSUNG-SGH-I777 using XDA App
jgotti107 said:
Can I have a zip please ;-)
Click to expand...
Click to collapse
Sure. What version are you on? Have you made any other modifications?
(Rooted of course) Cognition X2 beta 4 with the 12 bar mod and the overscroll glow mod...think that's about it...
Sent from my Samsung Galaxy S 2 using the mind reader app...
jgotti107 said:
(Rooted of course) Cognition X2 beta 4 with the 12 bar mod and the overscroll glow mod...think that's about it...
Click to expand...
Click to collapse
Make a backup to be safe, but here it is .
Is there one that will work on the stock rom? I've done no mods yet, only rooted.
Smoghog said:
Is there one that will work on the stock rom? I've done no mods yet, only rooted.
Click to expand...
Click to collapse
I'm not sure. The base of where I got the file is based on stock, so I know it's compatible. What does your system/app folder look like? Are the files ending in .apk? Is there only one of each?
Simba501 said:
Make a backup to be safe, but here it is .
Click to expand...
Click to collapse
Thanks Simba and I will be sure to hit the thanks button when I get to my PC!
EDIT: The CWM file flashed successfully from the recovery, but after I wiped my current log and sent a sms it still appeared in my log. Will try to push it manually.
EDIT (Again): Manually pushing it with Root Explorer then a reboot got it working flawlessly...thanks again!!!
Sent from my Samsung Galaxy S 2 using the mind reader app...
Simba501 said:
I'm not sure. The base of where I got the file is based on stock, so I know it's compatible. What does your system/app folder look like? Are the files ending in .apk? Is there only one of each?
Click to expand...
Click to collapse
There's:
LogsProvider.apk (8.68k)
LogsProvider.odex (41.42k)
I tried the ones you uploaded, but they both caused force closes. Switched back to the original one for the time being.
Smoghog said:
There's:
LogsProvider.apk (8.68k)
LogsProvider.odex (41.42k)
I tried the ones you uploaded, but they both caused force closes. Switched back to the original one for the time being.
Click to expand...
Click to collapse
ohh, yeah I don't know how to make it work with odexed. If I may offer a recommendation, GTG's or DG's ROM both offer the stock experience, with enhancements and more compatibility.
Simba501 said:
ohh, yeah I don't know how to make it work with odexed. If I may offer a recommendation, GTG's or DG's ROM both offer the stock experience, with enhancements and more compatibility.
Click to expand...
Click to collapse
Right on, that's the way I'm leaning at this point. Was just being stubborn and trying to keep the stock rom for a while with my own modifications. Thanks, anyways! =)
I'm using GoSMS so I just uninstalled the default messaging app via TiBU. Bam, no more texts in the call logs. I don't know why Samsung thought it would be a good idea to not allow us to filter texts from the logs.
thank you... looking for this for so long

[Q] MMS not working

After the latest OTA updates to my Droid DNA I achieved S-off with rumrunner; flashed Carbon ROM with kitkat 4.4; latest gapps package; crpalmer's kernel, and I thought everything worked fine. Until I realized I cannot receive or send MMS. Do not like hangouts; using Chomp SMS; in settings it says if MMS is not working to copy APN and paste in settings. When I look for APN; I cannot select APN, when I try to it says stopped responding. Any help to get MMS working will be very appreciated.
First question. Does carbon support cr kernel because I thought that kernal is for cm
Sent from my HTC6435LVW using XDA Premium 4 mobile app
If you have Google Play Movies installed, you need to uninstall it. For some reason, it breaks MMS.
Sent from my HTC6435LVW using xda app-developers app
thayl0 said:
First question. Does carbon support cr kernel because I thought that kernal is for cm
Sent from my HTC6435LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
webeougher said:
If you have Google Play Movies installed, you need to uninstall it. For some reason, it breaks MMS.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
I am not sure. I read in at least one post someone using that kernel and it was working for them.
I got rid of full gapps and installed gapps micro, rebooted and still did not work.
For some reason it seemed to me that I was not able to connect to mobile data even though I could make phone calls, (I could be wrong). I went back to the Cyanfox 4.4 Rom and now I have a daily driver. I was going to update my radio but could not get it to work. I am still very new at all this and this is my first root and modify... project??? LOL. I registered as dev with HTC and downloaded the stuff to make mods but cannot get it to work as they displayed on their website. Maybe the root and install ROM is basic stuff and now I am in over my head. Thank you for your suggestions and help.
R u soff if so we will trying a older radio
Sent from my HTC6435LVW using XDA Premium 4 mobile app
thayl0 said:
R u soff if so we will trying a older radio
Sent from my HTC6435LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I am S-off. I have tried changing my radio but; maybe I am doing it wrong. I tried following the guidance of torrented to no avail. He told me to make sure the radio file was saved to the platform-tools folder and I did but it said error could read or open... Something like that.
Supashawn said:
I am S-off. I have tried changing my radio but; maybe I am doing it wrong. I tried following the guidance of torrented to no avail. He told me to make sure the radio file was saved to the platform-tools folder and I did but it said error could read or open... Something like that.
Click to expand...
Click to collapse
Well have you tried changing the file name to like 1.zip
Maybe you miss typed?
thayl0 said:
Well have you tried changing the file name to like 1.zip
Maybe you miss typed?
Click to expand...
Click to collapse
Ya... , we talked about that. I made sure that I was following his directions totally. But, I am willing to try if you have suggestions. I really like the Carbon ROM but I have to have SMS/MMS as I am a salesman our sales team relies heavily on this capability; for that reason I reverted to the Cyanfox ROM, (full functionality with this ROM).
So what your saying is everything is working on cyanfox?
Also have you tried to ruu that will reset all partition
Sent from my HTC6435LVW using XDA Premium 4 mobile app
thayl0 said:
So what your saying is everything is working on cyanfox?
Also have you tried to ruu that will reset all partition
Sent from my HTC6435LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Everything was working best I could tell with Cyanfox; I just really like that Carbon ROM though...
Yaaaayyyyyy... Last night I achieved success. I cant remember where I found it, wish I could to give thanks, but somewhere I seen someone post that to load a radio you have to open command line from inside the platform-tools... anyway I have updated radio. Last night i wiped everything and did a fresh install of the Carbon ROM and did not flash crpalmer kernel but kept what came with the ROM. So far today the only problem I have had is when I play music the dsp is not working. That is not a big deal but... I wish I could just delete it if it is not going to work. And one time I was playing music and a text came in and it made my phone reboot; but I was playing music after that and had a text but it did not make my phone reboot.
I do not know about reseting or installing another RUU... I am a noob just trying to learn some of this stuff. I am giving you thanks for sticking with me and trying to make sure that I have working, fun phone that I own and not vzw... lol
Supashawn said:
Everything was working best I could tell with Cyanfox; I just really like that Carbon ROM though...
Yaaaayyyyyy... Last night I achieved success. I cant remember where I found it, wish I could to give thanks, but somewhere I seen someone post that to load a radio you have to open command line from inside the platform-tools... anyway I have updated radio. Last night i wiped everything and did a fresh install of the Carbon ROM and did not flash crpalmer kernel but kept what came with the ROM. So far today the only problem I have had is when I play music the dsp is not working. That is not a big deal but... I wish I could just delete it if it is not going to work. And one time I was playing music and a text came in and it made my phone reboot; but I was playing music after that and had a text but it did not make my phone reboot.
I do not know about reseting or installing another RUU... I am a noob just trying to learn some of this stuff. I am giving you thanks for sticking with me and trying to make sure that I have working, fun phone that I own and not vzw... lol
Click to expand...
Click to collapse
Glad you got it working
Sent from my HTC6435LVW using XDA Premium 4 mobile app

Anybody got a 4.4.2 voice dialer?

I have been running one of the earliest versions of CM11 by Unjust. So far I've found it to be very stable except for random data drops.
That being said I'm trying Nottas latest PA. I always use the voice dialer to set my APNs for Cspire. This ROM as far as I can tell does not have a way to do this. Any help is greatly appreciated.
Sent from my SCH-I500 using XDA Premium 4 mobile app
WillyFourSixty said:
I have been running one of the earliest versions of CM11 by Unjust. So far I've found it to be very stable except for random data drops.
That being said I'm trying Nottas latest PA. I always use the voice dialer to set my APNs for Cspire. This ROM as far as I can tell does not have a way to do this. Any help is greatly appreciated.
Sent from my SCH-I500 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'm on latest too.
Use nottas settings that have the apn editor included... I didn't notice it missing in this'd version, is in the one right before, and he has had it included since December builds...
http://goo.im/devs/notta/extras/pa_fascinatemtd-APN_EDITOR.zip
The zip would not work for me,,, but i extracted the apk (settings. apk) then copied and put into the priv-app folder,,, overwriting the original,,, fixed permissions,,, tapped to install,,, and it does seem to work and not cause any immediate issues... but make a backup of the original just in case
.
Looks like that may be just what the doctor ordered. Thank you so much!!
Sent from my SCH-I500 using XDA Premium 4 mobile app

Stock browser

Is there any way someone could pull the stock browser.apk so I can side load it on my S5. The new s5 comes with chrome but I kinda like the S4 stock browser for certain things. I know there is at least one other member with an s5 that would like it too. I searched Google but couldn't find it.
Sent from my SM-G900V using XDA Free mobile app
Enjoy
Mr. bird said:
Is there any way someone could pull the stock browser.apk so I can side load it on my S5. The new s5 comes with chrome but I kinda like the S4 stock browser for certain things. I know there is at least one other member with an s5 that would like it too. I searched Google but couldn't find it.
Sent from my SM-G900V using XDA Free mobile app
Click to expand...
Click to collapse
https://www.dropbox.com/s/b6lneep8qtsi8ao/com.sec.android.app.sbrowser.apk
There you go buddy.
ammjr71 said:
https://www.dropbox.com/s/b6lneep8qtsi8ao/com.sec.android.app.sbrowser.apk
There you go buddy.
Click to expand...
Click to collapse
Thank you. I tried to install it but it failed. It goes through the process of installing but then says "app now installed". I guess it won't work for whatever reason. Do you know how I could possibly get it to work? I don't have any clue to what I can try if there is anything..
Sent from my SM-G900V using Tapatalk
Mr. bird said:
Thank you. I tried to install it but it failed. It goes through the process of installing but then says "app now installed". I guess it won't work for whatever reason. Do you know how I could possibly get it to work? I don't have any clue to what I can try if there is anything..
Sent from my SM-G900V using Tapatalk
Click to expand...
Click to collapse
Are you rooted? I haven't looked to see if there is root for the S5 yet... if so, you'd have to push it to system and change permissions to rw r r with a root explorer.
ammjr71 said:
Are you rooted? I haven't looked to see if there is root for the S5 yet... if so, you'd have to push it to system and change permissions to rw r r with a root explorer.
Click to expand...
Click to collapse
Yeah that's what I was thinking might work but there isn't root for the Verizon s5 yet. And I'm not sure if I could get away with rooting with Knox and being on the edge program. I don't think they would like the Knox counter marked when they get the phone back. I'll play with other Web browsers till I find one that suits my needs. Thanks for your help
Sent from my SM-G900V using Tapatalk
No problem. I used https://play.google.com/store/apps/details?id=org.easyweb.browser this one before, it's pretty good. But I decided I liked Chrome better.
ammjr71 said:
No problem. I used https://play.google.com/store/apps/details?id=org.easyweb.browser this one before, it's pretty good. But I decided I liked Chrome better.
Click to expand...
Click to collapse
My only problem with chrome is that it has problems with embedded youtube videos. Sometimes there isn't sound and other times the sound comes out of the ear speaker instead of the back. If it wasn't for that I would be happy with chrome
Sent from my SM-G900V using XDA Free mobile app

Categories

Resources