|
VooDooChicken wrote: ...but, I don't know which compiler should I use for IOS... Objective-C, but things are migrating towards Swift. Both can be compiled using Xcode.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
modified 21-Oct-15 14:00pm.
|
|
|
|
|
hi, tnx for your answer, but not what I meant. Objective c and swift are languages that get compiled in the sdk released by apple; I am not asking which language to use, as I have stated that I plan to use c++. The question was, which tool can I use to compile c++ code into an ios binary. Anyway, for the immediate plans, it seems I found a workaround for the problem in flash (basically, avoid garbage collection), but for a medium term, I plan to make my own c++ libraries that allow me to compile c++ code in many platforms
|
|
|
|
|
Normally, in my country, mobile users have to text the wordy and complex codes to telcos when they want to know their internet usage and balance.
I'm going to build up an application which allows users can check there information at anytime when they open the app on their mobile. I do not have any clue about the telcos having any API service for that or have to make the business deal with telecommunication companies.
I did attempt to figure out the way but nothing has come up yet. Does any have any idea for that
.
|
|
|
|
|
Then your application would be charged (or would use to send the requests to their server; unless they have an API) and I am not sure whether they would release such information to your application due to privacy and security concerns.
So, I would leave this to "Do not do this".
However a simple way around would be to store the metrics of usage in your application and provide a guess of it from that data. For example, you can ask the users for their data connection details and store each session data sharing. Then provide the users with total bytes being used (KBs or MBs) and user would know how much is left (or ask them to provide a remaining amount by subtracting the amount users from their total volumne).
Calculating the balance remaining would take another shape. You should ask them for their total balance, amount charged for activities like SMS or calls. Then calculate the remaining balance.
Note: This would not be the same data that network operator would have.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
Thanks Afzaal for your great support. I agree that it's not easy to make a deal with telcos because of charge and privacy; I also do not recognise any API service from those telcos.
Your solution is good trick. However, I try to minimise the manipulation of users. just imagine when opening the app, all information has showed up already,it's such great handy.
How do you think about following idea. Luckily, mobile users are freecharge of texting the checking message in my country. Firstly, when the app is opened; the requesting messages (by the forms of telcos' codes) + phone number id will be sent to telcos; then the data-usage information will be sent back to the app. The problem is how to let all data jumps into app, not show up in messenger. Is that possible to do ???? i'm stucking
|
|
|
|
|
The problem came just back to where it started. You need to ask the operators for details. Which will cost you money, unless you ask them to give you a monthly subscription for these actions.
I cannot think of anything else, long story short the answer is same as Richard said, you have to talk about this with a company representative. This is a service-usage issue, not an API or programming related issue. Once you get a solution from there end, we would love to guide you further.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
Neither do I, can not get any way to go. I see the chance but can not make it come true
Thanks Afzaal for your support, will let you know when I have something to tell 
|
|
|
|
|
Your app will need to do the same and send the specific message to the mobile system to get this data. That is unless you can find a short cut message that they will respond to. This is not a programming issue, but one of communication with the service providers.
|
|
|
|
|
Thanks Richard, I can see how I hit the rock now 
|
|
|
|
|
hoa_ngan_than wrote: Normally, in my country, mobile users have to text the wordy and complex codes to telcos... Can't you just put those in speed dial? An app just seems like overkill.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
hi
i try to print trought Windows-Mobile to TSC TA200 printer
But without success...
this is my code:
private static void SendSampleData()
{
SerialPort portZ = new SerialPort("COM1", 115200, Parity.None, 8, StopBits.One);
portZ.Open();
portZ.Write("Hello World");
portZ.Write(new byte[] { 0x0A, 0xE2, 0xFF }, 0, 3);
portZ.Close();
}
i try to change allso the com to com2,com3.... and play with
the baudrate to 9600,4800.... but still no success
There is no error but does not print - nothing happens
|
|
|
|
|
Which COM port is the printer connected to? What baud rate does it operate at? Does it accept simple text input, or does it require special control characters?
modified 20-Sep-15 7:31am.
|
|
|
|
|
Hi there,
I have MC2100 motorola and I want to make program that can run on it from JAVA or any environment.
thanks
|
|
|
|
|
Go ahead, you have our permission to do so.
|
|
|
|
|
Which platform I have to use
|
|
|
|
|
Since you have provided no information about the phone, it is impossible to tell. What OS does the phone use: Android, Windows ... ?
|
|
|
|
|
None, chances are he would have to use some native frameworks. Such as Qt etc.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
|
Very interesting, now do you have a question?
|
|
|
|
|
You do not answer the question
|
|
|
|
|
You have not asked a question.
|
|
|
|
|
My question is:
I want to design program that run on the following device
http://www.mobilitysolutions.cz/eng/news/256-motorola-mc2100-handheld-terminals-innovations[^]
or this link
https://www.zebra.com/us/en/products/mobile-computers/handheld/mc2100.html[^]
Reply·Email·View Thread·Permalink·Bookmark | Edit·Delete
Whice IDE(Delphi or Eclipse) I have to use so I can create the program.
|
|
|
|
|
delphix5 wrote: Whice IDE(Delphi or Eclipse) I have to use That depends on which one supports the language and target system you are developing for. You can find the answer by going to their respective websites, and reading the documentation. The Zebra website also has a support section, you could try asking them.
|
|
|
|
|
Hi..
I am learning to develop wp8 app..I need to store Customer Orders on the phone and transfer the orders to desktop, from there the orders can be imported into my desktop app..
I would like to know the best way to store the data in the phone and transfer the data either ways.
thanks
|
|
|
|
|
Perhaps you need to learn Web Services first. Using Web Services you can transfer data from one device (client) to another device (client) using a hub (server). Database can be stored on the hub itself, and the data from database can be shared or manipulated through the devices.
In .NET framework you can use WCF to create web services. Learn more about Windows Communication Foundation on MSDN[^].
On a second thought you can also create a Web API in ASP.NET and then create a client application with HttpClient in it. You can use HttpClient in multiple devices and frameworks where as WCF can be consumed by only a .NET framework supportive client device. Where as ASP.NET Web API can be consumed by any device, platform, OS or machine. I have written an article for ASP.NET Web API and a client also, the client is a Windows application with same framework (Windows Runtime). You will find it easy to learn.
Consuming ASP.NET 5 Web API with CRUD functions in Windows 10 native application[^]
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|