Hi!

I am developing an Android aplication that receives data messages (it
is different than usual text messages and wap push). I have been
testing it with different platforms and devices (Htc G1, Magic, Hero,
Acer Liquid, Samsung Galaxy). It works on every device but T-Mobile
Pulse.

I am using this intent filter:

<intent-filter>
<action android:name="android.intent.action.DATA_SMS_RECEIVED" />
<data android:scheme="sms" />
<data android:host="localhost" />
<data android:port="30000" />
</intent-filter>

The problem is that on T-Mobile Pulse these messages apear in the
inbox, but they are not catched by my app. I suppose it is connected
with Pulse firmware. Is there any way I could ask for support from a
team that had developed this firmware?

I would be very grateful for any response!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to