Google
 
Web www.howardforums.com
Pages: 1

Jar / Jad Files... I cant seem to open them?

(Click here to view the original thread with full colors/images)


Posted by: mrjonnny

When i go try open Jar / Jad files on my nokia 7250i .. I get this Error message...

------------------------
Sorry

The requested item
could not be loaded
Wrong Mime-type.
------------------------

If anyone else could try use the same Jar / Jad files i use... they are "Tetris.Jar / .Jad" My FTP <-- click to goto it.


Anyone know anything about why this is - or how to sort it? its driving me crazy!



Posted by: cerver7

Quote:
Originally posted by mrjonnny
When i go try open Jar / Jad files on my nokia 7250i .. I get this Error message...

------------------------
Sorry

The requested item
could not be loaded
Wrong Mime-type.
------------------------

If anyone else could try use the same Jar / Jad files i use... they are "Tetris.Jar / .Jad" My FTP <-- click to goto it.


Anyone know anything about why this is - or how to sort it? its driving me crazy!



i have the same copy on my phone and it worked for me. ill try to figure it out for ya.



Posted by: mrjonnny

Can you try download the tetris.jar / .jad thats on my website.... I thought it could be my hosting, or the files that i downloaded(perhaps they are corrupt or something?)

Ive been to other peoples sites that people have posted on other threads... and im connecting and DLing apps/games etc etc perfectly on there sites... So i dont know whats wrong.. as i said.. weither its my hosting(doubtfull) or its the .jad/.jar files... thats damaged or something.


thanks for responding btw

Shame about this problem tho



Posted by: cerver7

yeah i can d/l it. i did. it just replaced the one i already had.

btw you have a series 60 nokia not series 40 so that might be your problem.



Posted by: mrjonnny

Ohhh... I guess that Tetris file(s) are series40 ?

I'll look for series60 jad/jar files, put them on my site + try again.. (if i can get online with my mobile, at the mo it keeps saying connection lost or it doesnt connect at all)

I'll keep trying





Posted by: cerver7

Quote:
Originally posted by mrjonnny
Ohhh... I guess that Tetris file(s) are series40 ?

I'll look for series60 jad/jar files, put them on my site + try again.. (if i can get online with my mobile, at the mo it keeps saying connection lost or it doesnt connect at all)

I'll keep trying



series 60 are .sis files not .jar/.jad. they are for series 40. so look for .sis files for you phone and others like : 6600,3650,...
gimie your email address and ill send you some sis apps/games to play with. i hate ftp so i'd rather do email.



Posted by: mrjonnny

Ahhh right...

Well i actually tryed a .sis file yesterday, and it done exact same thing... that error msg that i posted in the first post.

However i'll give it another go



Posted by: cerver7

just keep tryin, you'll get.



Posted by: mrjonnny

Quote:
Originally posted by cerver7
just keep tryin, you'll get.


Any chance you could send me a couple of .sis files please? I cant seem to find any... for some odd reason

jon@jony.co.uk Or MSN @ j0n2003@hotmail.com

Cheers



Posted by: mrjonnny

I actually heard my phone isnt a Series60 phone... (its a nokia 7250i i have)



Is this true? I realy have no idea... so im trusting whatever anyone says lol




Posted by: 4SEVEN

Colour Nokia series 40 phones: 610*, 6170, 620*, 622*, 6230, 6260, 66**, 68** , 72**..

Colour Nokia series 60 phones: 36**, 6600, 6630, 76**, N-gage

Maybe I missed few phones but basicly that's all for series 40 & series 60 phones!



Posted by: cerver7

Quote:
Originally posted by 4SEVEN
Colour Nokia series 40 phones: 610*, 6170, 620*, 622*, 6230, 6260, 66**, 68** , 72**..

Colour Nokia series 60 phones: 36**, 6600, 6630, 76**, N-gage

Maybe I missed few phones but basicly that's all for series 40 & series 60 phones!


i guess 4seven is right and its series 40, but that would def. not explain the trouble he's having though. i still cant figure it out.



Posted by: mrjonnny

This is doing my head in, Ive downloaded DEMOS of a few games from the official nokia website via WAP. and they work fine .



Jeez - this is driving me insane


Is it at all possible that it could be my sim card? - I got one of them o2 tarrifs that give u 300 free text + wap minutes a month.


Oh and if i didnt mention, this 7250i is unlocked to 02(weither that makes any diference)

Its just an elimination process now - as i dont have much knollege on phones... specially WAP phones.



Posted by: cerver7

having the phone unlocked is way better to use with installing things and setting things up.but i still cant figure it out. the sim has nothing to do with it. either does the provider.



Posted by: mrjonnny

Well it doesnt make sense to me, if you think about the error message.. it says "wrong MIME-Type" ... whats a MIME?



Posted by: cerver7

now thats a good question. i have no idea what the mime is. try searching google with the exact error message. you might find out something. ill try too. also try calling the idiots at nokia. you might actually get some sorta help.



Posted by: mrjonnny

Ive had a look around google, i think i can understand it... MIME settings are settings INSIDE the phone(in the java settings)..

I could be wrong thou...



Posted by: mrjonnny

Sigh ! I'll probably be best waiting untill i get my data cable, then transferring the jad/jar files that way(if that works). Should have the cable in few days








Posted by: cerver7

Quote:
Originally posted by mrjonnny
Sigh ! I'll probably be best waiting untill i get my data cable, then transferring the jad/jar files that way(if that works). Should have the cable in few days






the cable might be the best way. let me know when you get it. later



Posted by: chadiwrx

Just upload the jar file to a host & download that without the jad file cos you don't need it. Try that & see how you go



Posted by: mrjonnny

Quote:
Originally posted by chadiwrx
Just upload the jar file to a host & download that without the jad file cos you don't need it. Try that & see how you go



I allready did that mate, still gives me that error message i posted in the first post.


I think it would be best to leave this for the meantime, And i'll report once i have my data cable and if its working, or whatever.


Thanks for all your posts guys.



Posted by: PhoenixTX

MIME type is the type of file it is. The webserver needs to know what the MIME type is and how to handle (try to serve it as a page, render it, send it for download, etc...) and explain what to download it with.

Is your web server an apache box? If so, then do you have an .htaccess file in the folder with the .jar file? I don't use FTP ... I use a .php web page to host my wap site and the WAP browser will look at the .htaccess file to help it with any files it encounters in the download links.

My .htaccess file contains the following lines
Quote:
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
AddType text/vnd.wap.wml wml
AddType audio/amr amr
AddType audio/midi mid
AddType audio/midi midi


See if that helps out ...

Christopher



Posted by: cerver7

hey mrjhonny, try this site. they are www. and wap.

http://www.coolservice.dk/



Posted by: irfan6220

Umm, since when is a 7250i a s60?

its s40. Just like 6230, 6220, 7210, etc etc.



Posted by: cerver7

Quote:
Originally posted by irfan6220
Umm, since when is a 7250i a s60?

its s40. Just like 6230, 6220, 7210, etc etc.


thank you for correctin me......i musta been drunkin that day



Posted by: irfan6220

Quote:
Originally posted by cerver7
thank you for correctin me......i musta been drunkin that day


Well for being a "Mobile Gawd" U must have been very drunk.



Posted by: cerver7

lol......funny but def. a wise a$$





vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
vB Easy Archive Final ©2000 - 2008 - Created by Stefan "Xenon" Kaeser