01/01/2013, 08:39 AM
|
#2 (permalink) |
|
Homebrew Developer
![]() ![]()
Posts: 1,438
|
Technically you could extract the 2.2.4 messaging app, give it a new app-id so it doesn't overwrite the stock TP one and install it. Not sure you can send SMS then though. Never bothered with SMS on my TP 4G to be honest.
-- Sent from my TouchPad using Communities |
01/02/2013, 07:31 AM
|
#3 (permalink) |
|
Homebrew Developer
![]()
Posts: 136
|
There is 'restriction' in TIL library (on Touchpad) preventing SMS sending/receiving - ie you not only need patch JS code but also native arm code.
Modem/firmware is perfectly capable of sending/receiving text messages; If you have phone capable of sending Class 0 messages (FlashSMS) you can test it yourself - just send Class 0 SMS to yout TP and will be displayed as notification popup. If you send regular message it will be received by device BUT TRASHED AWAY by TIL (you can see all relevant info in til.log file) |
01/05/2013, 12:39 PM
|
#4 (permalink) | |
|
Member
![]() |
Quote:
TTB
__________________
---------------------------------------------------------------------------------------------------- I am an AT&T employee and the postings on this site are my own and don’t necessarily represent AT&T’s positions, strategies or opinions. |
|
01/05/2013, 12:55 PM
|
#5 (permalink) |
|
Homebrew Developer
![]() ![]()
Posts: 1,438
|
Theoretically you should be able to byte patch the compiled arm code. It will probably only require a few bytes to be patched. Similar way is/was used for cracking regular pc programs to allow any registration code in order to register for example. I made some of these myself in the past ;-) A good disassembler for ARM and understanding of assembly should do the trick probably. I doubt that the binaries have some checksum inside. If somebody has some pointers where to look for the TIL binaries and the exact entry in the logfiles I might have a look sometime next week :-)
-- Sent from my TouchPad using Communities Last edited by Herrie; 01/05/2013 at 04:17 PM. |
01/05/2013, 02:49 PM
|
#6 (permalink) |
|
Member
![]()
Posts: 5
|
This sounds promising - thank you for taking the time to investigate further.
I have Android installed and it works very well but I find that I use WEBOS most of the time as it ticks all the boxes for me (Except the ability to text) SMS capability would make it complete! |
01/19/2013, 02:31 PM
|
#7 (permalink) | |
|
Member
![]()
Posts: 5
|
Quote:
|
|
01/20/2013, 05:35 AM
|
#9 (permalink) |
|
Homebrew Developer
![]()
Posts: 136
|
Class 0 (flash message is displayed as pop-up notification and can be stored in messaging app):
Code:
2013-01-20T11:26:07.340859Z [579] webos-device user.notice PmWsfDaemon: {TIL.LOG}: ilATCmd::logEvt <<<<< Event +CMT: ,26
2013-01-20T11:26:07.341532Z [579] webos-device user.notice PmWsfDaemon: {TIL.IPC}: LunaInterfaceSms::NotifyNewSmsMsg Tablet detected
2013-01-20T11:26:07.341989Z [579] webos-device user.notice PmWsfDaemon: {TIL.IPC}: LunaInterfaceSms::NotifyNewSmsMsg Total seg 1 Seg num 1 messageId 1358681165 encoding 1 msgLength 12
2013-01-20T11:26:07.389027Z [579] webos-device user.notice PmWsfDaemon: {TIL.IPC}: [NFY] smsNotification 0x436b8 uri luna://com.palm.smsservice/newSms
2013-01-20T11:26:07.416497Z [579] webos-device user.notice PmWsfDaemon: {TIL.IPC}: [CMD] responseCallBack 0x2c00d1d8 {"returnValue":true}
2013-01-20T11:26:07.741004Z [579] webos-device user.notice PmWsfDaemon: {TIL.IPC}: [CMD] SmsRcvdAckFromMessaging 0x2c00d1d8 {"response":"class0 message notification successfully sent","returnValue":true}
2013-01-20T11:26:07.741271Z [579] webos-device user.notice PmWsfDaemon: {TIL.IPC}: LunaInterfaceSms::SmsRcvdAckFromMessaging Got Sms Rsp 1 msgRef 1358681165
2013-01-20T11:26:07.767158Z [579] webos-device user.notice PmWsfDaemon: {TIL.IPC}: LunaInterfaceSms::SmsRcvdAckFromMessaging Rows deleted 1
2013-01-20T11:26:07.855199Z [579] webos-device user.notice PmWsfDaemon: {TIL.IPC}: [CMD] displayStatusNotification 0x2c00d1d8 {"returnValue":true,"event":"displayOn"}
Code:
2013-01-20T11:30:39.929049Z [851] webos-device user.notice PmWsfDaemon: {TIL.LOG}: ilATCmd::logEvt <<<<< Event +CMT: ,20
2013-01-20T11:30:39.929551Z [851] webos-device user.notice PmWsfDaemon: {TIL.IPC}: LunaInterfaceSms::NotifyNewSmsMsg Tablet detected
2013-01-20T11:30:39.931047Z [851] webos-device user.notice PmWsfDaemon: {TIL.IPC}: LunaInterfaceSms::NotifyNewSmsMsg Dropping message because it's not a class 0
|
01/21/2013, 02:03 AM
|
#10 (permalink) |
|
Member
![]()
Posts: 346
|
I'm sure the OP is aware, but text messaging works in android on a 4g touchpad. Its one of the only things I actually do with android on my 4g..well, that and google currents and play Max Payne!
__________________
All webos, all the time! HP Touchpad, Touchpad 4G, Panda Veer, pre3, and pre2 |
01/21/2013, 05:29 AM
|
#11 (permalink) | |
|
Homebrew Developer
![]() ![]()
Posts: 1,438
|
Quote:
I'll have a look into it in more details to see if I can patch it somehow
|
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



