[APP][UPDATED Oct 9 2008] XChange R8 currency convertor - Touch Diamond, MDA Compact IV Themes and Apps

Hi guys,
I must admit that I didn’t write software for a few years, and this is my first attempt after a long break – so please be gentle…
Xchange R8 is a simple currency convertor. You can choose 3 currencies to be displayed and for the time being you have two WebServices available: Bank of Romania (for my Romanian friends) and Bank of England (for my other friends). Bank of England currency are accessed via the Export Technologies WebService.
You need of course an Internet connection.
For Bank of Romania you can choose to see the currencies as they were at a certain date. Before you ask, chosing a date in the future will alas not work. The Export Technologies service does not have this function though, and when working with the Bank of England this choice will be unavailable.
The program remembers the last downloaded values for each service.
Please note that the Export Technologies service (for Bank of England) is slow – an update can take up to a minute. There’s nothing I can do about that.
I wrote this program initially for myself, as I often needed to know the currency rates and this is much faster than navigating from the browser. Then I saw somebody on this forum asking about such a program. While I’m sure better solutions can be found, I had a lot of fun writing this. Besides, it’s free!
I’m totally willing to add other WebServices to the list if you can provide me with their address.
Please note that I can only work on this during weekends: I have a company to run and it takes almost all my time.
Another note: .NET 3.5 framework is required.
UPDATE: v 1.1:
Added Bank of Hungary web service
Corrected a bug in the calendar: when first opened it always went to a day in July. Now it defaults to today.
Notes: Bank of Hungary does not update the service daily. Therefore, after you press Download, you may see a different date than today appearing at the top: this is the date of the last update. Furthermore, because of this, when you use the calendar to choose a date, you may get the message "No data available for the chosen date!". Simply choose another date. Hint: they don't update during weekends.
UPDATE 21/08/08 v 1.2
Added Invert function for those who prefer to see the exchange course mirrored. For example, if before you saw 1 GBP = 2 USD, after Invert you'll see 1 USD = 0.5 GBP.
Added calculator. For pic see next post.
UPDATE Oct 9 2008 v 2.0
You can now convert from EUR to USD and actually whatever you want from a list of 150 currencies. Choose Webservicex from Options -> Currencies.
Please note that this service is updating all the time, so values taken at a few minutes apart can vary slightly. This may actually be a good thing if you want to feel the pulse of the market in these stressed times.
One problem with Webservicex (affecting only Romanians as far as I can tell): it only contains the old currency (ROL) and it always returns zero. I don't see this as real trouble, as you can always use the Bank of Romania service.

Pic for the calculator:

looking gr8
would you add the CZK (www.cnb.cz) for Czech friends too?
http://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.jsp
tampiss

Nice business app! Good work!

Your romanian friends thank you!!

tampiss said:
looking gr8
would you add the CZK (www.cnb.cz) for Czech friends too?
http://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.jsp
tampiss
Click to expand...
Click to collapse
I definitely would. However, I need what is called a WebService, like http://www.exporttechnologies.com/webservices/currencyservice/currencyservice.asmx?WSDL.
That is usually an XML file defining the access to the service. A site simply giving a list of currencies is not a web service.
I looked at the Czech National Bank site (the english version) and could not find any link to a service. Perhaps you can help me there?

pedmond said:
I definitely would. However, I need what is called a WebService, like http://www.exporttechnologies.com/webservices/currencyservice/currencyservice.asmx?WSDL.
That is usually an XML file defining the access to the service. A site simply giving a list of currencies is not a web service.
I looked at the Czech National Bank site (the english version) and could not find any link to a service. Perhaps you can help me there?
Click to expand...
Click to collapse
Magyar Nemzeti Bank aka National Bank of Hungary: http://www.mnb.hu/engine.aspx?page=mnbhu_webservice

tnyynt said:
Magyar Nemzeti Bank aka National Bank of Hungary: http://www.mnb.hu/engine.aspx?page=mnbhu_webservice
Click to expand...
Click to collapse
Got it. The description is at http://www.mnb.hu/arfolyamok.asmx?WSDL
I'll implement it as soon as I can. With a little bit of luck I'll have it tomorrow.
UPDATE: Done! Please look at the first post of this thread to download.

Very nice app
Is it also possible to add a swiss and japanese bank?
Thanks from switzerland

Xe.com is the best currency exchange site.

Kafro said:
Xe.com is the best currency exchange site.
Click to expand...
Click to collapse
...but this is not about that, now is it?

http://www.cbr.ru/DailyInfoWebServ/DailyInfo.asmx?op=GetCursOnDateXML
Russian CBR. Is it OK? Or you need smth. else?

thanks for the app, is very usefull, can you add El Banco de España: Bank of Spain, please

Also would be nice to have the following feature:
CUR1/CUR2 (both chosen by user)
i.e. EUR/USD

This is lovely (for some, and for me!), downloading now.
Why not add a mini-calc as well?

pedmond said:
I definitely would. However, I need what is called a WebService, like http://www.exporttechnologies.com/webservices/currencyservice/currencyservice.asmx?WSDL.
That is usually an XML file defining the access to the service. A site simply giving a list of currencies is not a web service.
I looked at the Czech National Bank site (the english version) and could not find any link to a service. Perhaps you can help me there?
Click to expand...
Click to collapse
http://www.cnb.cz/en/financial_mark...rket/exchange_rate_fixing/FORMAT_KURZY_EN.HTM

saintman2 said:
http://www.cbr.ru/DailyInfoWebServ/DailyInfo.asmx?op=GetCursOnDateXML
Russian CBR. Is it OK? Or you need smth. else?
Click to expand...
Click to collapse
This is perfect. I'll add it soon.

pedmond,
cool, thanx!!!

don05 said:
http://www.cnb.cz/en/financial_mark...rket/exchange_rate_fixing/FORMAT_KURZY_EN.HTM
Click to expand...
Click to collapse
Sorry, unless I'm very wrong this is just a method to set the date (and info) on their site. I can't use this to retrieve the data in the application.
A webservice link always ends with WSDL.
This can tell you if I can use it or not. By the way, WSDL = Web Services Description Language, in case you wondered

pedmond said:
Sorry, unless I'm very wrong this is just a method to set the date (and info) on their site. I can't use this to retrieve the data in the application.
A webservice link always ends with WSDL.
This can tell you if I can use it or not. By the way, WSDL = Web Services Description Language, in case you wondered
Click to expand...
Click to collapse
I now, what is WSDL.
CNB provides only txt or HTML format. You can't use txt format?
Thanx

Related

Today plugin for currency exchange, anyone know?

Hi,
Do search already, up to 10 pages, but can't find it.
Does anyone know the today plugin to show latest currency exchange that syncing/updated to some website or server when connected to the internet?
Thx.
Regards,
Arto.
There's one here...
http://www.standalone.com/pocketpc/formulas/
But I swear I'd seen another one as well that showed little flags (not the Euro converter one).. hmm
Thanks ZeBoxx for fast reply,
Actually, I forgot to mention, I prefer freeware. But thanks anyway.
There is currency converter 2005, which is no today screen plugin, and use bulky .net framework 2 to run (that's another story).
Thanks!
Regards,
Arto.
I'm using PocketXchange myself - free, and does internet updates as well. However, no Today plugin.
http://www.bbpsoftware.co.uk/Default.aspx?tabid=70
Then again, I have yet to donate (on my to-do list.. still evaluating software before hard-resetting my Wizard and doing a clean install + backup) - so I doubt they'd make one just for me
Edit: really not spotting anything, not even in the commercial apps section (other than the aforementioned). Best idea might be to write Lou of EuroToday ( http://www.louterrailloune.com/index_old.php?page=eurotoday ) and see if he could make it be non-euro-centric, and allow grabbing rates off the internet (or hook into the rates file that pocketXchange or so creates). Note that EuroToday already allows you to set up a custom currency - so if you don't mind updating manually, it already fits the bill.
ZeeBoxx,
Just found KabuToday v2.1.
I haven't explore it yet, but from the review, it does have a foreign exchange rate, update from internet, today screen plugin.
But it is also have stock market, that I don't care (and like to remove it). Hopefully there is an option to remove it.
Let me play a while before report it here again.
Regards,
Arto.
Yes,
It does have an option to hide Stock display. Meaning it is configurable to only for Foreign Exchanges.
The problem is, it is most for Japan currency to others. USD is very limited to fews countries only. If you live in Singapore, SGD can not have direct currency with others countries. Must via JPY .
Also, we can't change label. It is always shown the latest country. I.e: JPY/SGD will shown SGD only. Quite confusing.
I email the author, hopefully he is willing to do something on it.
It is quite simple and run smooth also on my magician. Only, it didn't create any folder to contain the files for KabuToday, so it spread over magician's memory. Only .cab provided.
Regards,
Arto.

free fizz traveller download for cingular 8125,2125 owners

just downloaded my free copy in www.cingular.com
Re: free fizz traveller download for cingular 8125,2125 owne
itissat said:
just downloaded my free copy in www.cingular.com
Click to expand...
Click to collapse
What is it? Why not give a more detailed url?
A better URL: http://www.windowsmobile.com/cingular.
Fizz Traveler is an electronic travel guide with maps and "things to see"
Newsbreak is an RSS reader.
I didn't install it yet, but the Fizz Traveller installer indicates it's 2.2 - while the one Fizz is currently selling is 2.3. I can't find the list iof bug fixes to judge if "free" is worth it for old software.
Edit: I installed it. It is 2.2. I wrote down the registration code and installed 2.3. The code didn't work. Their web site doesn't really describe what's fixed between 2.2 and 2.3 so it's hard to say if this is a good deal or not.
OK Since no one really wanted to say what the hell Fizz Traveler is. I cound a link for everyone on line.
http://www.fizzsoftware.com/products/traveller/traveller.html
Take a look for yourself:
"Your feature packed travel mate. With over 58000 world locations, world times , world alarms, daylight maps, itinerary trip help, currency conversions, general conversions, superb graphics, user configurable themes and skins, simple interface & home screen plug-in support - this product is your essential everyday and travel tool. "
Click to expand...
Click to collapse
Re: free fizz traveller download for cingular 8125,2125 owne
itissat said:
just downloaded my free copy in www.cingular.com
Click to expand...
Click to collapse
Here is a direct link to Cingulars promo sheet
http://onlinestorez.cingular.com/cell-phone-service/media/pdf/cingsoftware_r1.pdf
link is dead
can someone post the file up to the FTP... if it's free that shouldn't be a problem right... or post the direct url for the download.
Thanks.
The correct URL is http://www.windowsmobile.com/cingular - this was posted in the first post but the URL mistakenly had a period. The URL actually redirects you to http://www.microsoft.com/windowsmobile/5/cingular/offer.mspx and you have to enter your IEMI number to download. Once you do, you can get v2.2. I don't know what they do with the IEMI number but I read on Fizz's web site someone was having trouble accessing the software and their IEMI wasn't accepted, so perhaps there's a backend lookup to Cingular. They may have even gone so far as to repackage the .zip with unique registration codes based on eligibility to download, but since I'm not a programmer, I don't know how hard that would be.
Anyway, from Fizz's web site, you can download v2.3. If you install 2.2, verify your version is registered from within the program. Soft reset, uninstall 2.2, soft reset, and install 2.3. The registration is retained even though you manually uninstalled 2.2. I contacted Fizz and they verified this is legal. One further note, make sure you download the ppc version of 2.3 and not the sp version. The sp version will install but may not work properly.
Interestingly this took me to a Windows Mobile promotional page which then redirected me to my "profile" within windows mobile web site (it already existed because of previous phones and PDAs). I updated my information and submitted, THEN it asked me for the IMEI number. FWIW, the site responded VERY slowly to requests. Also note that the IMEI number from my brand new 8525 did NOT work...

Killer app for Tytn/Hermes and Prophet!

I'm not sure if this has been mentioned on the board yet but I found a program called "Worldcard Mobile" yesterday and am, very, very impressed.
It 's a program used to automatically enter business card data into contacts using the Tytn's built in camera. The app automates the shooting of pics of business cards, the subsequent OCR recognition and the saving of data as a contact card (see below) in a quick and easy workflow.
The program works unbelievably well. Very cool, really.
One note: Although the web site doesn't explicitly mention it, the "trial" version is not fully functional, you can not save the data you generate to contacts or anywhere else.
Nevertheless, IMHO it's worthwhile to install just to see it work.
A few important points:
1. put your camery into macro mode by using the little switch next to the lens before snapping
2. for best results I've found that using the Tytn's flash while shooting results in near perfect pics/recognition.
3. I'm not sure if this is another "trial" limitation (since penpower don't say what they are), but the address area of the business card is not recoginised by default, you must us the "browse" button and put a box arround the area to recognise it (see manual).
4. The install requires about 10MB but works fine installed on my memory card.
Although, I ordered a license from the company's yahoo shop (US$24) yesterday and received a order confirmation, there is no notice of how/when I will receive the Product ID necessary to enable the fully version. I hope to get it when they get back into the office on Monday ???!!
The app download and user manual (worthwhile) can be found here:
http://www.penpower.net/enversion/product/wc_mobile.html
Have fun
M.
This is perfect! I'm going to try this out for sure!
For all those people I meet who still hand me their cards instead of bluethoothing me their contact info. How old fashioned ;-)
In singapore at least, this is bundled with 838pro......
I tried it with my device, this is amazing. about 95% of the data came right, the software is very intuitive. I am really impressed.
Is it part of the Dopod Extended ROM?
goestoeleven said:
Is it part of the Dopod Extended ROM?
Click to expand...
Click to collapse
nope its not, the 838pros have this app in a separate cd.
yep, pretty good stuff i say.
RonenB said:
I tried it with my device, this is amazing. about 95% of the data came right, the software is very intuitive. I am really impressed.
Click to expand...
Click to collapse
Does not work very well with my TyTN. Among other things, it seems almost incapable of recognizing text in italics. I tried to scan a number of business cards and it only recognized regular typeface text.
/POL
too bad no one hosts the version that comes on the DoPod
works great for me, $25...not so sure about that one.
BTW Got the key on yesterday. The export to contacts works flawlessly. No other features were enabled after registration.
Cheers,
M.
thinksmart said:
BTW Got the key on yesterday. The export to contacts works flawlessly. No other features were enabled after registration.
how did you get the key? per email? the yahoo shop talks about actually sending the product per fedex!!! which costs extra 55 dollar to europe, double the price of the product itself. why don't they only send the key per email?
Click to expand...
Click to collapse
Interesting product - are there any other camera/character recognition programs out there -not necessairily that sync with contacts?
Richard
research12 said:
thinksmart said:
BTW Got the key on yesterday. The export to contacts works flawlessly. No other features were enabled after registration.
how did you get the key? per email? the yahoo shop talks about actually sending the product per fedex!!! which costs extra 55 dollar to europe, double the price of the product itself. why don't they only send the key per email?
Click to expand...
Click to collapse
Got it via email. The total cost was USD 24.
Click to expand...
Click to collapse
You've sent all credit card info's and your signature in a FAX?
Is the only way I've found in the website, too dangerous for me... or there is some other way?
sergiopi said:
You've sent all credit card info's and your signature in a FAX?
Is the only way I've found in the website, too dangerous for me... or there is some other way?
Click to expand...
Click to collapse
Click "Buy" here and you'll be taken to their US yahoo shop: http://www.asiazest.com/mobilestd.html[/url
hy i have a wizard, does anyone know of a similar app
this will not install on the wizard due to memory issues
WorldCard Mobile: Issues with German Business Cards
At least for German business cards, WorldCard Mobile only works to a limited extend:
While the OCR recognition is quite good, it usually doesn´t associate text with the right contents. I tried it with about 20 business cards. It always recognized items like WWW-Address, EMail., Phone numbers etc.. correctly. However, it did not find address and company names.
I presume the reason is that the english version doesn´t understand how to find german style postal codes, street names etc...
Thus, the program is not sufficient for me, because I need to complete the contact data manually. In this case, I type in the whole information on my PC rather than scanning it partially and adding the address manually on my Tytn / T-Mobil Vario II.
anyone have trial version cab file? their ftp is down
Web based Version
go to www.scanr.com.
Does the same thing just web based...no app to install.
Brad

[APP][2009-08-17] Departure - get & filter train departures for german stations

Departure
I've created this little application for my own needs and thought maybe someone likes it too.
The main purpose is to get the latest departures for specified train stations and filter the ones you want to see.
Download at http://departure.codeplex.com
Current Version: 0.5.3 (Released 17 Aug 2009)
Features:
unlimited number of stations
each station has its own filters
filter by train name, train direction, station platform
countdown for selected departure
shows if a train is late
kinetic scrolling
FAQ:
How do I use the filters?
You need to seperate them using a ";".
Why I can't see Train XYZ?
First make sure you selected the transports for this station.
Check that you set up the filters correctly.
The data the tool retrieves is only available for the next hour.
How to use the webservice?
This is currently tested by some friends and myself.
If it works well I might open it to all.
How can I add my country?
This is currently not possible but in a future version I will add plugins for other data sources.
It would be a great app for french users especially at the moment since we've got a rude strike lol
Bingoig11 said:
It would be a great app for french users especially at the moment since we've got a rude strike lol
Click to expand...
Click to collapse
Same here in Germany - crazy days
Is there a source where I could get this information from?
Deutsche Bahn has released an ultimate java tool for all trasportation in Germany (and possibly beyond) some time ago: DB Railnavigator. http://www.bahn.de/p/view/planen/reiseplanung/mobileservices/railnavigator.shtml
Great app! Specially for me that i travel a lot from Barcelona to Berlin, and i have to use the train to go from the airports to my place and viceversa.
I will use it for sure each time i travel to Germany.
What would make it perfect is the feature to calculate the arriving time to a place such as the airport (SXL-Schoenefeld) as some german or berliner web site does.
do you think is possible to include this feature in your planning? or too much difficult?
thanks a lot for this handy tool.
When trying to refresh the info.
i get this message:
An error occurred
No departures found
of course i have connection, and i've setup 4 stations and marked the transports
any ideas?
thanks in advance
fourcc said:
When trying to refresh the info.
i get this message:
An error occurred
No departures found
of course i have connection, and i've setup 4 stations and marked the transports
any ideas?
thanks in advance
Click to expand...
Click to collapse
Can you send me the content of your settings.xml in a private message?
Thanks
New version is out -> 0.2.0.1
See first post.
Using Departure now for two days and really enjoying its simplicity and usefulness.
Good job!
new release - check the first post
Does anyone know why the thread subject doesn't update even the subject for the first post is changed?
Wow, this is probably going to be the most usefull application on my new Touch HD!!!
Thanks a lot for the great program!
/Tommi
thomasschaz said:
Wow, this is probably going to be the most usefull application on my new Touch HD!!!
Thanks a lot for the great program!
/Tommi
Click to expand...
Click to collapse
Let me know how it works on a WVGA device. I never tested this.
Hi Marc,
I tested all functions and everything works perfect.
Only the list scrolling is a bit rusty but that does not affect the usability.
I had a look into your code for the KLIstControl and ctrlStationItem to compare to functionality with the fingerflick list I am currently writing
I had quite a speed improvement when I changed the rendering from not render every item everytime the list refreshes but instead copy the items that moved down/up to a 2nd buffer in a with a copyRect and only render the new items that appear on the top or bottom and the selected items. Perhaps you can integrate that too. Or if you have a better solution for speed up, let me know
/Tommi
thomasschaz said:
Hi Marc,
I tested all functions and everything works perfect.
Only the list scrolling is a bit rusty but that does not affect the usability.
I had a look into your code for the KLIstControl and ctrlStationItem to compare to functionality with the fingerflick list I am currently writing
I had quite a speed improvement when I changed the rendering from not render every item everytime the list refreshes but instead copy the items that moved down/up to a 2nd buffer in a with a copyRect and only render the new items that appear on the top or bottom and the selected items. Perhaps you can integrate that too. Or if you have a better solution for speed up, let me know
/Tommi
Click to expand...
Click to collapse
Using your method might be faster but I assume that it will consume more memory if you keep the already rendered items in a buffer.
Hi Marc,
sorry for my missleading explanation. I did not mean buffering every Item, but using a second buffer for the list (e.g. m_backBuffer2 in your case) and then copy the old items from the m_backBuffer to m_backBuffer2 to their new position after scrolling (in one copyrect) and then only render the new item/selected items to m_backBuffer2. Afterwards use the m_backBuffer2 to bring it to the usercontrol's graphics container.
/Tommi
thomasschaz said:
Hi Marc,
sorry for my missleading explanation. I did not mean buffering every Item, but using a second buffer for the list (e.g. m_backBuffer2 in your case) and then copy the old items from the m_backBuffer to m_backBuffer2 to their new position after scrolling (in one copyrect) and then only render the new item/selected items to m_backBuffer2. Afterwards use the m_backBuffer2 to bring it to the usercontrol's graphics container.
/Tommi
Click to expand...
Click to collapse
Now I got it.
If you want you can join the project. I am always open to get help.
MarcLandis said:
Now I got it.
If you want you can join the project. I am always open to get help.
Click to expand...
Click to collapse
Thanks for the offer! But unfortunately I am currently completely filled up with my own small projects and work, so I don't think I'd have much spare time to do a real contribution.
/Tommi
This also would be nice for your neighbour holland
I could do some dutch translation, and i think this is the site you would get your info from http://www.9292ov.nl.
(the iphone already got the app (with gps support), but they don't care about WM )
It would be great if you considder it
Greetz,
Re-Mi said:
This also would be nice for your neighbour holland
I could do some dutch translation, and i think this is the site you would get your info from http://www.9292ov.nl.
(the iphone already got the app (with gps support), but they don't care about WM )
It would be great if you considder it
Greetz,
Click to expand...
Click to collapse
Looking at that site I can't find an option to show just the departures of a train station.

JackSMS Mobile and Gotext Palm,Program for sms free at gprs

gTP (goText Palm) is a Windows Mobile version of GoText (http://www.gotext.org), a java program for mobile phones that allows to send free text messages over the internet
This program is a open source,
at http://www.codeplex.com/gtp
the international forum is
http://www.gotext.org/forum/index.php?action=collapse;c=4;sa=expand#4
JackSMS mobile for Windows Mobile is another program for send free text messages over the internet, is a italian forum:
http://forum.jacksms.it/index.php/topic,3201.0.html
This application sounds good free texxt lol al give it try thanks for sharing
This Is very good application
that really works...??
Has anyone tried yet...? i don't think that work in my country (HK852)
anyway, thanks
cheerz
This is not working my country...
It seems that jacksms is very promising, but I found that it is a very sophisticated piece of software. I tried to translated it with google just to find a very complicated xml settings,,,
anyone outside Italy use jacksms?may I know the configuration plz...
tq before.
Anyone got GoText working? I downloaded latest beta, and after launching it - it was supposed to download the available services, but it hangs on the screen.
I checked the project website, and latest buid is pretty old - maybe even the project is dead.
Can anyone confirm the same problem?
Xue v.2 said:
It seems that jacksms is very promising, but I found that it is a very sophisticated piece of software. I tried to translated it with google just to find a very complicated xml settings,,,
anyone outside Italy use jacksms?may I know the configuration plz...
tq before.
Click to expand...
Click to collapse
hi...i'm from italy, but i hope can help you to use this great software..
i'll post an example of configuration of the xml file:
Code:
<?xml version="1.0" encoding="utf-8" ?>
<jacksms>
<credentials>
<user>JACKSMS USER NAME</user>
<password>JACKSMS PASSWORD</password>
</credentials>
<services>
<service id="NUMBER OF THE SERVICE TO USE" name="NAME OF THE SERVICE TO USE" campo1="SERVICE USERNAME" campo2="SERVICE PASSWORD" campo3="YOUR MOBILE NUMBER(IF SUPPORTED)" maxchar="MAXIMUM NUMBER OF CHARACTERS ALLOWED"/>
<service id="23" name="Vyke" campo1="MYPASSWORD" campo2="MYUSERNAME" campo3="MYMOBILENUMBER" maxchar="480"/>
<service id="17" name="VoipCheap" campo1="MYPASSWORD" campo2="MYUSERNAME" campo3="MYMOBILENUMBER" maxchar="250"/>
</services>
</jacksms>
you can find the supported services and proper "id" number on the website.
this is only an example of some services that i have in my confil.xml....sure there are more can be used...
hope was helpful
"NAME OF THE SERVICE TO USE"
Click to expand...
Click to collapse
this mean we need to have voip service account? any suggestion that give voip account for free that supported by jacksms?
*if this works outside Italy, it will hepls me very much. Since my gf is abroad for study
tq
fbifbi said:
Anyone got GoText working? I downloaded latest beta, and after launching it - it was supposed to download the available services, but it hangs on the screen.
I checked the project website, and latest buid is pretty old - maybe even the project is dead.
Can anyone confirm the same problem?
Click to expand...
Click to collapse
+1 Same thing here
try also VoipSMS, it's much easier and work better in my opinion, it supports many voip services with auto configuration.
Xue v.2 said:
this mean we need to have voip service account? any suggestion that give voip account for free that supported by jacksms?
*if this works outside Italy, it will hepls me very much. Since my gf is abroad for study
tq
Click to expand...
Click to collapse
yes...for example VoipCheap..
all you need is to register on the website and put access data on the jacksms' xml file...ehm obviously you need to buy credit to use this service because it's not free but using this i can save many euros as and sms cost 3-4 cents instead of 15 that i'd pay to my mobile operator
here there's the services list:
http://jacksms.it/home/jacksms/servizi.html
few services are free (no need to buy credit) i.e. gizmosms
Nice app!
A must have for my device!

Categories

Resources