.NET Components for Mobility

SmsMessage.Body behaviour on HTC HD2

Last post 11-25-2010 2:00 AM by AndrevW. 26 replies.
Page 1 of 2 (27 items) 1 2 Next >
Sort Posts: Previous Next
  • 11-11-2009 5:59 PM

    SmsMessage.Body behaviour on HTC HD2

    Just FYI. When I had a chance to test my app on HD2 I sent a SMS to the device with the text "test". The message was displayed correctly both in Sense and SMS Inbox however reading SmsMessage.Body from Inbox (haven't tried intercepting) returned "test - GSM". I guess this could be one of HTC's mods.

  • 11-14-2009 4:30 PM In reply to

    Re: SmsMessage.Body behaviour on HTC HD2

    I haven't tested on this specific device but will try and find out why this is occuring.

    Peter

  • 11-25-2009 5:25 AM In reply to

    • STS
    • Top 75 Contributor
    • Joined on 10-30-2009
    • Aachen, Germany
    • Posts 12

    Re: SmsMessage.Body behaviour on HTC HD2

     I have n HD2 by my self. SMS handling is strange because of htcs changes.

     If you are in need you can disable htc message handling with this cab:

    http://www.ppc-welt.info/community/attachment.php?attachmentid=36907&d=1258977218

  • 01-03-2010 8:28 AM In reply to

    Re: SmsMessage.Body behaviour on HTC HD2

    What does this install do? Changing any regitry values?

     

  • 01-08-2010 11:54 AM In reply to

    Re: SmsMessage.Body behaviour on HTC HD2

     Hi

    We have tried incoming sms interception and it is broken on the HTC HD2  :(

     We can see an item being created but its parentID does not match any of the known standard SMS folders.

    The Parent ItemId when its created was:-

     000000002300003201000000000000000000000

     The itemIdsfor the sms folders on the device are (in German sorry)

    03.01.10 10:44:29:SMF:Conversations:000000002B000030010000000000000000000000
    03.01.10 10:44:29:SMF:Entwürfe:0000000028000031010000000000000000000000
    03.01.10 10:44:29:SMF:Gelöschte Objekte:0000000027000031010000000000000000000000
    03.01.10 10:44:29:SMF:Gesendete Objekte:0000000026000031010000000000000000000000
    03.01.10 10:44:29:SMF:Postausgang:0000000025000031010000000000000000000000
    03.01.10 10:44:29:SMF:Posteingang:0000000024000031010000000000000000000000

     Posteingang is inbox - which it should have matched. (i.e it matches on standard windows Mobile 6.5 devices).

     

    Any ideas how to fix this?

     

     

  • 01-08-2010 3:40 PM In reply to

    Re: SmsMessage.Body behaviour on HTC HD2

    As observed before it appears that HTC's custom messaging implementation breaks SMS interception. The only workaround at the moment is to disable this and restore the standard SMS inbox.

    Peter

  • 01-28-2010 1:35 PM In reply to

    Re: SmsMessage.Body behaviour on HTC HD2

    I have replied this patch, but cannot alos use InTheHand.WindowsMobile.PocketOutlook.SmsMessage to retrive message body, because the return value is null.
  • 01-28-2010 3:10 PM In reply to

    Re: SmsMessage.Body behaviour on HTC HD2

    This is on a HTC HD2 with SMS messages appearing correctly in the Microsoft Messaging application (HTC app disabled)?

    Peter

  • 07-30-2010 8:59 AM In reply to

    Re: SmsMessage.Body behaviour on HTC HD2

    Hello,

    the HTC Mini seems to have the same problem. I have disabled the HTC messaging application with the CAB mentioned above. When I try to read the messages contained in the sms inbox, the message is always null: 

                OutlookSession session = new OutlookSession();
                SmsAccount account = session.SmsAccount;

                foreach (SmsMessage message in account.Inbox) {
                    // message is null here
                }

    If I try to access the messages directly via account.Inbox[0]the same happens and null is returned.

    I have currently no idea what is causing the problem but it seams to be related to the latest HTC sense ui because on a HTC HD (1) the code works without any problems.

     Kind regards, Thomas

     

  • 08-02-2010 12:13 PM In reply to

    Re: SmsMessage.Body behaviour on HTC HD2

    Which ROM version does your HD mini have? There was an update posted 30th June, also a further SMS update was posted on the HTC site on 5th July.

    Peter

  • 08-03-2010 3:45 AM In reply to

    Re: SmsMessage.Body behaviour on HTC HD2

    I have already installed the latest ROM and SMS update but it didn't solve the problem.

    ROM version: 1.36.407.1 (94538) GER
    Manila version: 2.5.20131825.3

    Thomas

  • 08-09-2010 10:55 AM In reply to

    Re: SmsMessage.Body behaviour on HTC HD2

    Has no one the same problem?
  • 08-09-2010 11:07 AM In reply to

    • STS
    • Top 75 Contributor
    • Joined on 10-30-2009
    • Aachen, Germany
    • Posts 12

    Re: SmsMessage.Body behaviour on HTC HD2

     I had with in the hand 3.3.

    But I was told the problem will only be fixed in the new  in the hand 4.0 which i did not buy.

  • 08-09-2010 11:22 AM In reply to

    Re: SmsMessage.Body behaviour on HTC HD2

    Ok, thanks for the info. We are currently using version 4.3, so it seems that it hadn't been fixed.
  • 08-10-2010 2:37 AM In reply to

    Re: SmsMessage.Body behaviour on HTC HD2

    There was a separate SMS issue fixed in v4.x. The HTC devices use a non-standard method to store the messages so you either have the issue of redundant "- SMS" at the end of the message or you can use an unsupported hack to restore the default SMS client. This is not ideal but unfortunately is down to the customisations which HTC have done on the device.

    Peter

Page 1 of 2 (27 items) 1 2 Next >
Copyright © 2001-2012 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy. OrcsWeb's Windows Cloud Server Hosting