New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Dark Phane
Old
#1  
Junior Member - OP
Thanks Meter 0
Posts: 3
Join Date: Jul 2010
Default Change default messaging application

How can I change this away from the 'messaging' application. I am aware of the normal method for changing defaults, i.e. settings, clear defaults, but the messaging application says that there are no defaults currently set...

Any help would be appreciated,

Phane

---------
HTC Legend Stock 2.2 ROM.
 
BartAertgeerts
Old
#2  
Junior Member
Thanks Meter 2
Posts: 15
Join Date: Nov 2010
Think you should just turn off Auto-retrieve and Notifications from the Messaging app. And obviously don't start the Messaging app to check your messages, but your new app.
 
Dark Phane
Old
#3  
Junior Member - OP
Thanks Meter 0
Posts: 3
Join Date: Jul 2010
Quote:
Originally Posted by BartAertgeerts View Post
Think you should just turn off Auto-retrieve and Notifications from the Messaging app. And obviously don't start the Messaging app to check your messages, but your new app.
Yes, I do this normally and it works well. However, an application which I use which tells me the number of unread texts etc, is coded to open the default messaging application when I click on its widget (or so I'm told my the developer) and this opens the HTC Messaging application not GoSms. From this I must assume that the messaging app is the default... hence my post.

Thanks for your suggestion anyway,

Phane.
 
bonesy
Old
#4  
bonesy's Avatar
Senior Member
Thanks Meter 295
Posts: 2,073
Join Date: Jan 2009
Location: Cornwall, united kingdom

 
DONATE TO ME
Try these commands if you have root...

adb remount
adb shell
# cd /system/app
# cp Mms.apk /sdcard/Mms.apk.bak
# rm Mms.apk
# exit
adb reboot

PLEASE PLEASE PLEASE PLEASE DO NOT try it if you dont back up
Old devices: Touch HD > Magic X2 > Hero > Acer BeTouch E400 > Legend > Sensation / Xoom WiFi
I won't thank anyone who has "Press Thanks" in their sig.It's just lame
 
Dark Phane
Old
#5  
Junior Member - OP
Thanks Meter 0
Posts: 3
Join Date: Jul 2010
Thanks for your reply.

Don't have root *YET*

I'll try when I can.

Thanks again,

Phane.