my app is blocking all App
music player, camera, internet etc etc etc.. only thing he can do is receive call n dial
Type: Posts; User: diptendulkar; Keyword(s):
my app is blocking all App
music player, camera, internet etc etc etc.. only thing he can do is receive call n dial
i am filling the phone memory by checking the free space. when i reach freeSpace=0 that time OS shows memory full and it automatically delete some old data again free up space of about 5.37MB.
...
can you compare format of those contacts
try this
if(contactList.isSupportedField(Contact.TEL))
{
int phoneNumbers = contact.countValues(Contact.TEL);
for(int j = 0; j < phoneNumbers; j++) {
String...
thanks all of you
i have one doubt...when we switched off the mobile, is there any process which run for date n time because if we remove the battery then only date get reset.
I just want to know how this date n...
hi i develop a application in s60 3rd edition and the purpose is to block all incoming SMS and it autostart when mobile is switch on, but OS take few seconds to load the app by that time some SMS...
Iam able to read Incomming SMS number but instead of number i want to read sender's name
hi
how to delete all incoming and outgoing MMS or
how to Block the MMS feature from S60 3rd editions Phones
hi can you share some ideas of blocking camera and other inbuilt App
thanx Kiran.. but how will i get the Process Ids of those Application (music player, Radio Cam etc) in 2nd edition
hi all,
i have some queries
1) is it possible to exit the app (music player /Fm / Cam) using the Process ID in s60 3rd edition
2) is it possible to implement (exiting music player /Fm / Cam)...
hi all,
i have some queries
1) is it possible to exit the app (music player /Fm / Cam) using the Process ID in s60 3rd edition
2) is it possible to implement (exiting music player /Fm / Cam)...
i am able to read all contact number and Name using
String contactNo = contact.getString(contact.TEL,0);
but if i save a contact from call registry like ( dialed call or received Call or...
Ok Finally after doing some test i came to know that we cannot copy .jar files in Nokia S40 Phones..( i tested in nokia 5200 and nokia 7210)
Can anybody explain me why so?
Hi Jitu,
URL is :
private static String m_memoryStickPhotoPath = System.getProperty ("fileconn.dir.memorycard")+"TestDir/App.jar";
i.e file:///E:/TestDir/App.jar
and i am not getting any...
Hi
Can anyone help me out in solving this issue?
Diptendulkar
i checked path is correct
private static String m_memoryStickPhotoPath = System.getProperty ("fileconn.dir.memorycard")+"testDir/";
and same code is working for other devices like Nokia S60 and...
Hello again i have new problem..
i am able to read file from memory card for Nokia S60 and Sony Ericsson but when i try to read to read files in S40 its throw exceptions...
Exception:...
Thank you Boss.. it is working Fine..
try {
contactList = (ContactList) PIM.getInstance().openPIMList(
PIM.CONTACT_LIST, PIM.READ_WRITE);
Enumeration enm = contactList.items();
...
hi how to copy Jar files from one location to another i.e Memory Stick to phone memory.
i try like this
FileConnection Src = (FileConnection)Connector.open(m_memoryStickPhotoPath +...
no still i am getting same error message "INVALID APPLICATION"
yes the certificate is supported in this model i.e 2600c but when i try to open the app it is giving "INVALID APPLICATION"
is there anything to change in JAD file
and my Midlet permission is ...
System time is correct but my App is signed by geotrust CA for UTI certificate , which is not present in the phone.
but same application i signed for nokia 2600C also where geotrust CA for UTI...