radekp / qtmoko

QtExtended, formerly known as Qtopia from TrollTech, discontinued by Nokia
http://qtmoko.org
Other
70 stars 39 forks source link

USSD support #125

Closed strupppi closed 12 years ago

strupppi commented 12 years ago

Finally got USSD requests working on my GTA04

radekp commented 12 years ago

Hi, thanks your work. I think the second patch is quite clear. I have a few questions about the first one:

void QModemSupplementaryServices::sendUnstructuredData( const QString& data ) -{

What is the purpose of this? Change encoding? Can we could do this in GTA04 modem init?

We have to check that it does not break GTA02.

Still you will have to wait some before i pull this. Right now i am building GTA04 v47 release and then i will do GTA02 release. So i can include it after that...

radekp commented 12 years ago

Patches applied now, thanks!