Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Im developing a mobile application using "J2me" for a configuration "CLDC-MIDP2.0".

In my mobile application,im need to make the user should able to adjust the "Date" and "Time" settings of mobile.

Here im using "DateField" to get the date from the user,but i cannot set or change the mobile phone's "Date" and "Time".

So please help me.How to change the "Date" and "Time" of the mobile phone using "J2ME".Here im using "Nokia c2-00" mobile is for testing.It is "S40" device.

Ideas of all are welcome.

share|improve this question
Not sure if this is OT or not. I think it would be better on SO. – Kevin D Jan 29 '12 at 10:58

migrated from programmers.stackexchange.com Jan 29 '12 at 13:41

1 Answer

up vote 5 down vote accepted

Mobiles internal time cannot be changed by Java, because of security features which dont allow access to the native operations. See this link

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.