Any development about the multiline bug?I'll add new reg keys (fromtext, totext, appendtext) when I have some time. I still need to look at the multiline bug.
Any development about the multiline bug?I'll add new reg keys (fromtext, totext, appendtext) when I have some time. I still need to look at the multiline bug.
Sorry, I have been busy with my other voip project, didn't have time to work on this. Yesterday I lost a beloved friend, I won't be working on these for some time, but I'll come back.Any development about the multiline bug?
I am sorry for your loss.Sorry, I have been busy with my other voip project, didn't have time to work on this. Yesterday I lost a beloved friend, I won't be working on these for some time, but I'll come back.
I offer my condolences.. sad to hear that.Yesterday I lost a beloved friend, I won't be working on these for some time, but I'll come back.
You cna still use this for international sms.I have unlimited text to national territory on my contract...so this app not suitable for me unless it was unlimited text worldwide.![]()
Thanks.I am sorry for your loss.
I'll wait for your comeback.
For the flight mode problem, I can't do anything since the decision is made somewhere above the sms.dll.Found two issue after using it some days:
When you're in airplane mode and connected to wifi the message cannot be sent. A Message pops up that you have to turn on the phone.
And a "Message sent" popup would be nice (no need for delivery - would be nice also).
Thanks. Your Turkish is quite good. Bogazici is one of the best universities with a very beautiful view of the bosphorus. I miss IstanbulI offer my condolences.. sad to hear that.
Erasmus öğrencisi olarak Boğaziçi Üniversiteside okuyorum. Türkçe öğreniyorum, ama bence Alman insan için zor bir dil, çünkü Almanca veya Inglizceden çok başka.
I hope I didn't make to many mistakes here..
I finally got around trying your app; paypal had blocked my account at the second I accessed it from Turkey and I was too lazy to unblock it for some time. The sending seems to work fine - the only thing that bothers me, is the fact that the popups asking whether I want to send the sms via ip or not, are "behind" windows' message app; that is the message up is still in focus and I have to use a task manager to see the sms on ip thingy.
I do agree on the requests Matzemink made; both things sound useful to me.
Thanks for this awesome app, I like it a lot.
By the way: I'm also using the sms_orig.dll that came with the cab. Seems to work fine - and to be honest, searching the forums I couldn't find a way to extract the original sms.dll.![]()
here is the corrected version. did you already add the new option and a checkbox to set/reset bit 4?Hi drizztje,
Welcome back.
The new URL format works
The multiline bug was only partially solved. If I send
Line 1
Line 2
Line 3
Line 4
I receive
Line 1
Line 2Line 3Line 4
It seems sms.dll only replaces the first occurance of <CR><LF>
Here it is the updated configurator.
Yes, both values 0x05/0x15 (in Main page) and bit 4 (in Setup page) are covered. I also added popup menu items to help introducing the % placeholders in the URL.did you already add the new option and a checkbox to set/reset bit 4?
I think I could add something in the configurator. Stay tuned...I think some kind of error message that gives you a hint on what's wrong (URL not found? Wrong Username/Password?) would greatly increase usability. Obviously some of that would depend on the voip company though..
Yes, that should work. Why would it not; the sms goes through a http gateway; voipraider should not even know whether it comes from a phone or a pc or whatever.I'm planning to use it for International SMS on HTC HD2 (USA T-Mobile) with voipraider. As I understood, it suppose to work.
Question ... if I specify as "from" phone number NOT my CELL phone#, but Google Voice phone# ... so when receiver gets SMS and replies back ... will it go to Google Voice# ?
(assuming I added GV# to my list of phone numbers in VoipReaider account - if it matters at all)
The reason I asked is that if I go to voipraider.com and try to send SMS using their web formYes, that should work. Why would it not; the sms goes through a http gateway; voipraider should not even know whether it comes from a phone or a pc or whatever.
I doubt that that's going to work, but - well, just try by entering the url in your browser. No need to use this app for testing that.The reason I asked is that if I go to voipraider.com and try to send SMS using their web form
it only gives me 2 options on what to use as "caller id": either mobile# (which is not good, because I want to use Google Voice#) or voipraider username (which is useless for receiver if he wants to reply).
May be it is web form limitation and will work for plain URL mode.
http://forum.xda-developers.com/showpost.php?p=6288861&postcount=29As you can see, 00 is added to phone number. But all my contacts are in international format, e.g. +7 (xxx) yyy-zzzz
How do I configure you hack how have those 00 ? Or it will happen automatically ?
Here is what it says in 1st post about prefix:http://forum.xda-developers.com/showpost.php?p=6288861&postcount=29
Come on, try to search at least..
My country (I assume that this is country I'm calling FROM ... is USA, so prefix will be 1 )HKEY_CURRENT_USER\Software\Drizzt\SMSoIP\prefix:
Type is REG_SZ, value is your country code (e.g. 90 for Turkey, 32 for Belgium, 49 for Germany, ...)
So I'm in USA and my number is +1 (AAA) BBB-CCCC and I'm calling Russia +7 (XXX) YYY-ZZZZ. According to this algoritmAbout the country prefix thing, I found that my dll receives the number without the + or 00. So, what I do now is the following:
if (number starts with prefix)
no change
else if (number starts with 0)
remove the 0 and prefix with country code
else
prefix with country code