
11-25-2009, 03:38 PM
|
| | CrackBerry Abuser Device(s): HTC Thunderbolt / BlackBerry PlayBook 16GB Carrier: Verizon Wireless | | Location: Miami, FL Join Date: Mar 2009 Posts: 316 Likes Received: 1
Thanked 5 Times in 5 Posts
| |
There is a limit on the size of an individual cod file for OTA downloads. If the cod file the jad is pointing to is too large (I'm not sure but I think the limit is 64k, anyway it's not important) then it will give a 907 error.
Luckily it's easy to fix this. When Eclipse (or more accurately, the rapc utility) is generating the cod file it actually splits them up into 64k chunks, then sticks them in a zip file with a cod extension. Rename the cod file to a zip file and open it in WinRAR and you'll see that inside it contains multiple files (MyApp.cod, MyApp-1.cod, MyApp-2.cod, MyApp-3.cod, etc, depending on the size of your app).
All you have to do is extract these files and upload the split chunks along with the jad file, and that's it. So on your server you should have:
MyApp.jad
MyApp.cod
MyApp-1.cod
MyApp-2.cod
Hope this helps.
__________________ Love reading manga? Got a BlackBerry? Check out PocketManga, the free manga reader for BlackBerry, PlayBook, and Android! |