Related
Hi all,
i want to send sms using window phone 7 but without user initiating or clicking on any button.
so please tell me is this possiblle to combination of SmsComposeTask and push notification.
if possible please help me for this anywaz please suggest me any other option that is capable to do this.
thanks in advance.
Somthing like TouchStudio?
this link is not working.
[email protected] said:
Somthing like TouchStudio?
Click to expand...
Click to collapse
this link is not working.
Another link to TouchStudio: research.microsoft.com/en-us/projects/touchstudio/ (sorry, I cannot link yet).
But as far as I tested, it shows typical SmsComposeTask.
I can only repeat my answer from the previous topic: Impossible.
Why would you need it? You can send e-mails (but not from phone's account) or requests to webservice without user action instead of SMS, maybe you can change your app behavior.
Anyone got a solution to this? Lots of forums still send plan text mails for notifications, and the URLs dont get parsed as hyperlinks
I can't believe ANYONE is not having this issue?!
Noone else having this issue?
Nope all my forums that send me emails (even in text format) have nice blue clickable hyperlinks.
Are your xda emails not working?
Nope, see attached screenshot
Bump
Mine looks like that but has blue links. Have you got parsing hyperlinks turned off?
---------- Post added at 11:01 PM ---------- Previous post was at 10:47 PM ----------
Mine looks like that but has blue links. Have you got parsing hyperlinks turned off?
sbdags said:
Mine looks like that but has blue links. Have you got parsing hyperlinks turned off?
---------- Post added at 11:01 PM ---------- Previous post was at 10:47 PM ----------
Mine looks like that but has blue links. Have you got parsing hyperlinks turned off?
Click to expand...
Click to collapse
I can't seem to find any setting for that, where is it?
Just tried a full wipe, reinstall ROM, factory reset, and the problem persists
This tablet is useless for emails!
Just tried flashing Baked Bean ROM instead, still same problem. Apparantly everyone uses Gmail instead of the email app.......
I can't duplicate the problem, but the HTC forums might have a solution for you: http://forum.xda-developers.com/showthread.php?t=1696536 . or try http://forum.xda-developers.com/showthread.php?t=1693809 .
Hope it works.
RpR said:
Just tried flashing Baked Bean ROM instead, still same problem. Apparantly everyone uses Gmail instead of the email app.......
Click to expand...
Click to collapse
I'm using the Email app for an Exchange/ActiveSync account. Just checked a plain text email from a Redhat mailing list, and the links were clickable.
Another strange observation, if I ad the account as imap, links work!
Same for me. Sometime links are not clickable (exchange accout). Maybe only, if they are not real hyperlinks so its up to the email client to recognize a web address.
A bigger problem for me is, that emails sometime does not show correctly - because wrong character or coding page not recognized?. On my HTC Desire Z phone the same email shows correctly.
rkalas said:
Same for me. Sometime links are not clickable (exchange accout). Maybe only, if they are not real hyperlinks so its up to the email client to recognize a web address.
A bigger problem for me is, that emails sometime does not show correctly - because wrong character or coding page not recognized?. On my HTC Desire Z phone the same email shows correctly.
Click to expand...
Click to collapse
Its all the emails sent in text instead of HTML that cause this. Ive noe gutter nailed it down to it only happening on my private mail server (running Kerio Connect, it's exchange compatible), on the "proper" exchange server at work text mails get parsed properly.
Strange that my Galaxy S3 doesn't have the same problem then....
Now that Hangouts is the default SMS app, none of the SMS blocker apps seem to work on blocking texts. I've tried Mr. Number, which shows it blocked certain texts, but the texts still come in through Hangouts.
Anyone know of a good app or workaround?
Thanks!
You can change default sms handler in settings.
2 ways to get to it
In hangout, click menu, setting, default sms app
Or general settings, under wireless and networks click more, default sms app.
Sent from my Nexus 5 using xda app-developers app
---------- Post added at 12:28 AM ---------- Previous post was at 12:27 AM ----------
Oops I guess my reply doesn't really address your question, my bad.
Sent from my Nexus 5 using xda app-developers app
---------- Post added at 12:29 AM ---------- Previous post was at 12:28 AM ----------
Ok, in hangout, click on the unwanted thread, then menu, people and options, then block the sender. That should work.
Sent from my Nexus 5 using xda app-developers app
The SMS integration is hangouts seems to be running at the top priority.
I wrote an app for myself that blocked SMSs with certain keyboards. This worked fine with the standard Android messaging app, but Hangouts gets the message, anyway.
My own app runs at a priority of 999 (the docs say the priority must be more than -1000 and less than 1000), so I'm as high as I can go.
I'm guessing that Hangouts is running at 999 as well.
Just a hunch, I can't prove it without seeing the hangouts manifest.
StephenJSweeney said:
The SMS integration is hangouts seems to be running at the top priority.
I wrote an app for myself that blocked SMSs with certain keyboards. This worked fine with the standard Android messaging app, but Hangouts gets the message, anyway.
My own app runs at a priority of 999 (the docs say the priority must be more than -1000 and less than 1000), so I'm as high as I can go.
I'm guessing that Hangouts is running at 999 as well.
Just a hunch, I can't prove it without seeing the hangouts manifest.
Click to expand...
Click to collapse
Sorry, but your hunch is not correct...
Sadly, Google has changed the SMS API in 4.4, so only one app can receive and write the SMS to the provider... Meaning there is no way to block SMS anymore from appearing in the default SMS app....
Check: http://android-developers.blogspot.no/2013/10/getting-your-sms-apps-ready-for-kitkat.html
BTJ
xda890 said:
Sorry, but your hunch is not correct...
Sadly, Google has changed the SMS API in 4.4, so only one app can receive and write the SMS to the provider... Meaning there is no way to block SMS anymore from appearing in the default SMS app....
Check: http://android-developers.blogspot.no/2013/10/getting-your-sms-apps-ready-for-kitkat.html
BTJ
Click to expand...
Click to collapse
What about those of us using the new Hangouts and Go Launcher on 4.3? Is there anyway to block an sms in hangouts?
Block not visible in People and Options
sleepyfu said:
You can change default sms handler in settings.
2 ways to get to it
In hangout, click menu, setting, default sms app
Or general settings, under wireless and networks click more, default sms app.
Sent from my Nexus 5 using xda app-developers app
---------- Post added at 12:28 AM ---------- Previous post was at 12:27 AM ----------
Oops I guess my reply doesn't really address your question, my bad.
Sent from my Nexus 5 using xda app-developers app
---------- Post added at 12:29 AM ---------- Previous post was at 12:28 AM ----------
Ok, in hangout, click on the unwanted thread, then menu, people and options, then block the sender. That should work.
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Pls advice...
I did not see Block under People and Options in my nexus 5. Anything m i missing?
ankur3020 said:
Pls advice...
I did not see Block under People and Options in my nexus 5. Anything m i missing?
Click to expand...
Click to collapse
I would also like to know. Anyone?
It seems is not possible now. Sadly my stupid workmates ruining my time off.
Sent from my Nexus 5 using Tapatalk
Install Chomp SMS from Play store...
Sent from my Nexus 5 using Tapatalk
Hopefully there are some that actually use the stock text messaging app. I actually like the layout of the app a lot, but have had issues with Group messages. For the life of me, I could not find a setting that would allow me to respond to the group with a single message. For whatever reason, the default is set to respond to each individual separately. Does anybody know how to change that, whenever you receive a group message, where I can reply to the entire group, rather than send an individual text to each?
As of right now, I'm using Google Messenger as my stock text messaging app because it allows me to reply to the entire group as 1 message and keep the group message together.
Same here, anyone know?
Open the Messaging app, advanced settings. All the way at the bottom there will be a Group MMS option.
---------- Post added at 05:38 AM ---------- Previous post was at 05:35 AM ----------
Anyone know how to make gifs work in the stock messaging app?? When i attach one it just shows a static picture.
When I want to send a whatsap message the sw doesen't
recognize the name anymore....
Please can someone Test it and give a Feedback
peter7 said:
Please can someone Test it and give a Feedback
Click to expand...
Click to collapse
you will never get a feedback if you do not give any detail.
e.g. how you are going to send a whatsapp. Is it reply or what.
I speak send whatsap and the name ....and I get the answer to whom......
peter7 said:
I speak send whatsap and the name ....and I get the answer to whom......
Click to expand...
Click to collapse
Please recheck your permission settings. Seems your google assistant were not able to obtain your contact list.
Also, make sure you update to the latest available rom. If you are using B09, try the rom in this forum.
I believe you cannot initiate a whatsapp message and can only reply to whatsapp messages. Are you able to initiate a whatsapp message? If so how?
When i reply to a whatsapp message and get the checkmark that the message went thru and then my watch opens the google maps app. Is anyone experiencing this?
bobby133 said:
I believe you cannot initiate a whatsapp message and can only reply to whatsapp messages. Are you able to initiate a whatsapp message? If so how?
When i reply to a whatsapp message and get the checkmark that the message went thru and then my watch opens the google maps app. Is anyone experiencing this?
Click to expand...
Click to collapse
Yes, you can initiate whatsapp message by telling google assistant.
Just say.
ok google
send a whatsapp message
---------- Post added at 05:59 PM ---------- Previous post was at 05:44 PM ----------
peter7 said:
I speak send whatsap and the name ....and I get the answer to whom......
Click to expand...
Click to collapse
I normally need to separate the statement.
1. send a whatsapp message
to whom
2. David Beckham (for example)
then the content.
mcdull said:
Yes, you can initiate whatsapp message by telling google assistant.
Just say.
ok google
send a whatsapp message
---------- Post added at 05:59 PM ---------- Previous post was at 05:44 PM ----------
I normally need to separate the statement.
1. send a whatsapp message
to whom
2. David Beckham (for example)
then the content.
Click to expand...
Click to collapse
worked some weeks, now the funcionallity has again gone. -> infinite loop "to whom"
I do not understand what they always change.... Maybe it´s the fault of whatsapp.....