Hello there,
As you may already know if a Midlet requires specific permissions such as javax.microedition.io.Connector.file.read the midlet wiil request permission from the user during runtime...
Type: Posts; User: dharmeshkhatri; Keyword(s):
Hello there,
As you may already know if a Midlet requires specific permissions such as javax.microedition.io.Connector.file.read the midlet wiil request permission from the user during runtime...
Thanks,
But, this is an application that going on sale, I can have prompt appearing now and then!
Someone must have a clue?
Hello,
My application is signed using a VeriSign Code signing certificate and requires the following permissions:
javax.microedition.io.Connector.http
javax.microedition.io.Connector.socket, ...
Hello guys,
I would like to know if it is possible to use platformRequest to obtain the this telephone number of the SIM (also known as the MSISDN)?
I have tried using...
hello,
I am trying to read and write data from the internal phone flash, on an E71/E60 both S60 3rd Ed FP1, but not getting anywhere with the code obtain from Wiki,...
Sending the service command on an E71 returns the MSISDN of the SIM, there must be a way of utilising this in a java midlet (for known devices) to obtain the mobile number?
Dharmesh
This thread has been moved to http://discussion.forum.nokia.com/forum/showthread.php?p=730073#post730073
Hello all,
Referring to my on going discussion on http://discussion.forum.nokia.com/forum/showthread.php?p=729914#post729914, does anybody know how to obtain the MSISDN on an S60 using the service...
Your comments are true, the actual syntex would change depending on the phone/operator in use.
But, can I use one of these dialling strings to obtain the MSISDN? If so, how can I obtain this...
Can I call *#100# to obtain my own telephone number (Nokia E71)?
thanks in advance.
Thanks, I think I have decided to write my files into c:\\system\\data\\. At loast its not available via the Nokia PC Suite.
Thanks for the info.
Is there a way of obtaining the telephone number of the SIM using Java ME?
Dharmesh
Am I correct in understanding c:\\system\\data\\ is NOT ACCESSABLE via the windows browser and is a secure location to hold data file?
Isn't C:\data\ avaiable on the windows browser? Is the a more secure way if storing data?
I need to store simular to a windows registry, I need a way of storing the registration details of an...
Hello Guys,
I am trying to find a way of storing data on the mobile phone so it is available via C++ and Java ME. Java ME specifies FileConnection / RecordStore, can I use either of these methods...
Hello,
I have a Java Midlet which I would like to sell to to end users either via TXT or internet. My requirements are that the midlet should not be transferrable to another phone or execuitable....
Thanks for clearing that up guys.
Dharmesh
What exactly do you mean by this? Am I correct in say that the owner of the phone can still choose to be prompted when the midlet requires the internet??
Does the following list help you?
import javax.microedition.io.*;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import javax.microedition.io.Connector;...
Hello,
I have a Java midlet with I need to obtain a certificate for in order to make a customer release. I am aware that I need to obtain a Code certificate in order to do this is that correct? I...
The Issue with IAP APN Info is that even if you know the name of the required "destination network" defined with bearer type 'ModemBearer', we cannot guarantee if the data will go over GPRS, EDGE, 3G...
Hello,
Using C++ am I able to open a TCP/IP socket using GPRS?
If so, how do I go about doing this? baring in mind I am new to symbian c++.
Thanks.
Dharmesh
I think I may have hit the buffers.
Perhaps there is no solution in JAVA.
Thanks for your replies and suggestions.
Dharmesh Khatri