rajeshyadav mobi

Greenhorn
+ Follow
since Apr 18, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by rajeshyadav mobi

Hi,
This is Rajesh Developed a Application in J2me where the user can send msg on scheduled time

Here the Scheduled time which is stored in string format should be converted into integer format
to compare with current system time.
so the problem is that in some phones its working like(Nokia 3110c) and in other like (Nokia c5 ) its throwing an error.


Please Help me how to slove the problem.
Thanks in Advance
12 years ago
Hi

I found the solution

Remove "in.use" file from emulator path which in my computer is:
C:\Documents and Settings\Administrator\j2mewtk\2.5.2\appdb\DefaultColorPhone
Normally this file is absent. But when emulator is launched, this file is created so that if second instance of emulator is launched then it won't use the same folder. And during exit of the emulator, it is deleted. But if emulator is crashed and unable to do cleanup operations then this file sometimes remains. So, when you again launch the emulator, it thinks that this folder is already in use. So it creates a new temporary folder and delete it on exit.



Thanks
Rajesh
12 years ago
CheckOut This URL
http://discussion.forum.nokia.com/forum/showthread.php?192089-Error-verifying-method-start-App%28%29-commandAction%28%29
12 years ago
Hi,
I got a way to solve the problem,
datefield df=new DateField(",DateField.Date);
try
{
String date=df.getDate.toString();
}
catch(NullPointerException e)
{
give same alert;
AlertMsg();
}
12 years ago
Hi,
This is Rajesh
Can i do date field validation , I am using
datefield df=new DateField("", DateField.DATE);
If user doesnt select any date , it must show alert. instead of internally giving null pointer exception
Please Help me out
Thanks & Regards
Rajesh
12 years ago
Hi,
This is Rajesh
When I Deploy My Application in Mobile (NOKIA E71 , NOKIA 3110C) , I am getting following Errors

1)Error verifying method calendarEg (midlet class) startApp()V

2)Approximate bytecode offset 0: Inconsistent or missing stackmap at target

3)ALERT: java/lang/VerifyError: calendarEg.


The code is running fine in my emulator but giving errors in phone, Is this because of using canvas in my application
Please Help Me How to solve the problem.

Kind & Regards
Rajesh
12 years ago
Ok
I will Do
12 years ago
Hi,
This Is Rajesh
When i deploy my application(mobile application) i am getting the errors
1)Error verifying method calendarEg startApp()V
2)Approximate bytecode offset 0: Inconsistent or missing stackmap at target
3)ALERT: java/lang/VerifyError: calendarEg


The code is running fine in my emulator but giving errors in phone, Is this because of using canvas in my application
Please Help Me How to solve the problem.

Thanks& Regards
Rajesh MOBI
12 years ago
Hi, This is Rajesh
How Can we Stop Ticker From Scrolling in Form
please Help me With Code
Waiting for reply
Thanks
Rajesh yadav Mobi
12 years ago
Hi.
This is Rajesh
How Can I Display a Alert In The Form without Extending From MIDLET
Please Help me out
Waiting For Reply.
12 years ago
Thanks for Reply
I cannot Use List in Form , Which Has the option LIST.IMPLICIT
Then How Can I Select the particular text from all the text which are displayed on the screen.
Is their any other alternative to select the text
please help me out.
waiting for reply .
12 years ago
Hi This IS Rajesh
This Is My Code

When I Use This Code I am Getting
Please Help Me out As Soon as Possible.
Waiting For Reply
12 years ago
Hi,
This is Rajesh
How Can I clear the screen, When Ever I Add a New Record and Display
When Ever i am adding new records,and displaying the previous record and present record is combinely display
is their any solution of clearing the previous record and display only present record which i have Added
Help Me How to slove this Problem.

waiting for reply

Thanks and Regards
Rajesh Yadav
12 years ago
Hi,
This Is Rajesh
I am in Middle of the project
Now I am Facing Problem In Retriving , Updating , and Deleting a Particular Record from Rms .
Is Their any other alternative to slove this problem . or another other db i have to look forward.
If any code is available Please Refer Me
Help Me out.
Waiting For Reply.
12 years ago
Hi Vijay,
When I am Using StringBuffer I am getting error that String Cannot Converted in to StringBuffer.
Is Their any Other alternative For This.
Waiting For Reply
12 years ago