You Are Here:

Community: Developer Discussion Boards

Reply « Previous Thread | Next Thread »

#1 Old application not working on the devise - 2009-06-30, 12:40

Join Date: Apr 2008
Posts: 26
kibreab
Offline
Registered User
Hello dears!

My nicely working J2ME application on the emulator is not for some reasons working on the devise. Can you suggest me what things in my code I should modify (the common reasons) so that it works on the devise too?

Thanks in advance!
kibreab.
Reply With Quote

#2 Old Re: application not working on the devise - 2009-06-30, 12:47

Join Date: Apr 2007
Posts: 1,757
Tiger79's Avatar
Tiger79
Offline
Forum Nokia Champion
before even starting with your code have you selected the right platform in your JAD file ?
Are you adressing MIDP 2.0 and CLC 1.1 devices ?
Cause if you have MIDP 2.1 mst probably it wont run on a real device...
Can you paste your .jad file here please, and maybe even your manifest file ?
Reply With Quote

#3 Old Re: application not working on the devise - 2009-06-30, 12:52

Join Date: Mar 2008
Posts: 2,161
Location: The Capital of I N D I A
Send a message via Skype™ to raj_J2ME
raj_J2ME's Avatar
raj_J2ME
Offline
Forum Nokia Champion
Quote:
Originally Posted by kibreab View Post
Hello dears!

My nicely working J2ME application on the emulator is not for some reasons working on the devise. Can you suggest me what things in my code I should modify (the common reasons) so that it works on the devise too?

Thanks in advance!
kibreab.
Hi,
could you Please provide the information like,
1.When you try to run the application on the device what it says?
2.is there any message/alert,exception shown by the device
3.if yes,then what is that,please write the same here
4.Which is the targeted device,and what about the application,what is the jar size?

Please give the answer for the above points,


Thanks

R a j - The K e r n e l
Reply With Quote

#4 Old Re: application not working on the devise - 2009-06-30, 12:56

Join Date: Apr 2008
Posts: 10
gurusekhar
Offline
Registered User
Hi

Can u briefly explain what u see on device when u try install the application(I mean what error).

As tiger said it would be the midp/cldc version or some API's specified are not present in phone.
Reply With Quote

#5 Old Thumbs up Re: application not working on the devise - 2009-06-30, 14:10

Join Date: Jun 2008
Posts: 96
Send a message via AIM to sharvan1981
sharvan1981's Avatar
sharvan1981
Offline
Regular Contributor
Quote:
Originally Posted by kibreab View Post
Hello dears!

My nicely working J2ME application on the emulator is not for some reasons working on the devise. Can you suggest me what things in my code I should modify (the common reasons) so that it works on the devise too?

Thanks in advance!
kibreab.
Hi,
What problems are faced by u. Please mention ur problem and requirements in more detailed and clear view.
Reply With Quote

#6 Old Re: application not working on the devise - 2009-06-30, 14:16

Join Date: Feb 2006
Posts: 689
soku123
Offline
Super Contributor
Hi,
Whats your phone model.

Thanks
Soku
Reply With Quote

#7 Old Re: application not working on the devise - 2009-06-30, 14:25

Join Date: Apr 2008
Posts: 26
kibreab
Offline
Registered User
Hey all,

* It by the way installs in the phone, but doesnot work like it works in the emulator
* I checked with MIDP versions, it is okay (I mean CLDC 1.1. and MIDP 2.0)
* Jar size is 60KB
* The error by the devise is failing error to parse the xml data from the server,
* The phone I am using is N95
* Copy of JAD is: MIDlet-1: DataFeed, , MixemProject.DataFeed
MIDlet-2: DataFeedParser, , MixemProject.DataFeedParser
MIDlet-3: DataItem, , MixemProject.DataItem
MIDlet-4: DataReaderMIDlet, , MixemProject.DataReaderMIDlet
MIDlet-5: Settings, , MixemProject.Settings
MIDlet-6: SimpleImageFetch, ,MixemProject.SimpleImageFetch
MIDlet-Jar-Size: 61702
MIDlet-Jar-URL: MixemMain.jar
MIDlet-Name: MixemMain
MIDlet-Vendor: Vendor
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0


Thanks for the help !
Kibreab
Reply With Quote

#8 Old Cool Re: application not working on the devise - 2009-06-30, 14:30

Join Date: Jul 2008
Posts: 329
Location: Faridabad(Delhi NCR)
Send a message via MSN to ansh.chauhan Send a message via Yahoo to ansh.chauhan
ansh.chauhan's Avatar
ansh.chauhan
Offline
Regular Contributor
hi kibreab

Please follow what raj and tiger is saying.


Anshu Chauhan
J2me Developer
Reply With Quote

#9 Old Re: application not working on the devise - 2009-06-30, 14:36

Join Date: Apr 2008
Posts: 26
kibreab
Offline
Registered User
Hey!

The one I just wrote is a reply to what they asked me earlier.
Reply With Quote

#10 Old Re: application not working on the devise - 2009-06-30, 14:43

Join Date: Jul 2008
Posts: 329
Location: Faridabad(Delhi NCR)
Send a message via MSN to ansh.chauhan Send a message via Yahoo to ansh.chauhan
ansh.chauhan's Avatar
ansh.chauhan
Offline
Regular Contributor
Sorry buddy our timing were same thats why i didn see that


Anshu Chauhan
J2me Developer
Reply With Quote

#11 Old Re: application not working on the devise - 2009-06-30, 14:46

Join Date: Jul 2008
Posts: 329
Location: Faridabad(Delhi NCR)
Send a message via MSN to ansh.chauhan Send a message via Yahoo to ansh.chauhan
ansh.chauhan's Avatar
ansh.chauhan
Offline
Regular Contributor
Quote:
Originally Posted by kibreab View Post
Hey all,

* The error by the devise is failing error to parse the xml data from the server,

Thanks for the help !
Kibreab
it means your getting error while your are parsing data.Are you sure its working fine on emulator.On which emulator you are trying to run.Becoz if it is running on emulator it must be run on phone too.if parsing is the only problem


Anshu Chauhan
J2me Developer
Reply With Quote

#12 Old Re: application not working on the devise - 2009-06-30, 14:47

Join Date: Mar 2008
Posts: 2,161
Location: The Capital of I N D I A
Send a message via Skype™ to raj_J2ME
raj_J2ME's Avatar
raj_J2ME
Offline
Forum Nokia Champion
Hi,
If the error is related to the parsing then it must come on the emulator too.
Quote:
The error by the devise is failing error to parse the xml data from the server,
Please explain the error that I have above quoted,


Thanks

R a j - The K e r n e l
Reply With Quote

#13 Old Re: application not working on the devise - 2009-06-30, 15:00

Join Date: Apr 2008
Posts: 26
kibreab
Offline
Registered User
Wow wow!

It so feels that I am developing with a team, Tnx guys ;)

If not a trouble, could be tomorrow also, can i put the url for the jar and the jad and try to see what the devise is complaining about?? Only if possible.

And the emulator is still smoothly working, the only challenge is the devise's incapability to parse the xml data. I am using session string to authenticate I don't know if that could be a problem though.

cheers!
Reply With Quote

#14 Old Re: application not working on the devise - 2009-06-30, 15:11

Join Date: Jul 2008
Posts: 329
Location: Faridabad(Delhi NCR)
Send a message via MSN to ansh.chauhan Send a message via Yahoo to ansh.chauhan
ansh.chauhan's Avatar
ansh.chauhan
Offline
Regular Contributor
Quote:
can i put the url for the jar and the jad and try to see what the devise is complaining about
Whats that mean.If you are using N95 then it must support parsing .Just check you code or the link from where your getting data.


Anshu Chauhan
J2me Developer
Last edited by ansh.chauhan : 2009-06-30 at 15:16.
Reply With Quote

#15 Old Re: application not working on the devise - 2009-06-30, 15:18

Join Date: Apr 2008
Posts: 26
kibreab
Offline
Registered User
hey ansh.chauhan

what i meant was if you want to download onto your phone the application and try to run it and tell me what you think could be the problem. I will give the url where I saved the Jar and the Jad if that's okay to you.

And the devise I am using is nokia n95

Thnaks
Kibreab
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
iPhone Blogger Blog Creation Application semaphore10 News, Announcements and Job Listings 4 2009-10-06 09:49
application working in emulator but not in N73 Application compatability requirements JasonSmithMiller General Symbian C++ 5 2008-09-18 09:43
Can I open another application from first working application?? ash_21 Symbian Networking & Messaging 4 2008-09-12 21:19
Adobe reader LE application stopped working on Nokia N73 Mobile Edition. vishal.soni General Discussion 0 2007-02-22 09:41

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia