 Thread Author
# 1

07-05-2011, 11:15 AM
|
| CrackBerry Newbie | | Join Date: Jul 2011 Posts: 6 Likes Received: 0
Thanked 0 Times in 0 Posts
| |
907 invalid COD HTTP Error 406 not acceptable
I'm getting the 907 invalid COD, HTTP Error 406 not acceptable error when trying to download my app OTA. It's working fine on my 9800 simulator, but not on my real device (9800, v6.0.0.246)
I've created my app in Eclipse using the Blackberry Java Plug-in, and have code signed the files, and have the files from the deliverables\Web\6.0.0 folder
I've updated the MIME types on the webserver and restarted it (which obviously worked as before this I could not download it on the simulator)
Added the full URL path in the JAD, tried changing the JAR file size in the JAD to 0, rebuild/packaged the application many times, deleted the cache on my blackberry browser, and even created a new website & folder to my application files.
But I am still getting the same error.
I tried going directly to my COD files, and these downloaded fine.
Tried downloading the JAR file and got 907 error missing MIDlet-1 description (which I checked, and it wasnt)
So I'm now pretty lost as to what else it could be, and have wasted the whole day trying to figure it out.
Can anyone help me? Have I missed something obvious?
Below is the code from my JAD file:
Manifest-Version: 1.0
MIDlet-Version: 1.0.0
MIDlet-Jar-Size: 166899
MicroEdition-Configuration: CLDC-1.1
MIDlet-Jar-URL: http.....myTest.jar[/url]
RIM-COD-Module-Dependencies: net_rim_cldc,net_rim_xml_org,net_rim_networkapi,ne t_rim_xml
RIM-COD-URL-1: http.....myTest-1.cod
RIM-COD-SHA1-1: 54 a3 45 f9 0d 7f 17 82 89 bd d2 05 6b 37 3f d7 75 3e 14 9e
RIM-MIDlet-Flags-1: 0
RIM-COD-Size-1: 27508
RIM-COD-Module-Name: myTest
MIDlet-Name: myTest
RIM-COD-Size: 59692
RIM-COD-Creation-Time: 1309875004
MIDlet-1: myTest,img/icon.png,
RIM-COD-URL: http.....myTest.cod
RIM-COD-SHA1: 3d a9 0b 03 c0 3a a2 94 1a b8 1c 0b df a3 23 d2 74 4c 24 a4
MicroEdition-Profile: MIDP-2.0
MIDlet-Vendor: xxxx
|