View Single Post
  (#58 (permalink)) Old
warreng24 Offline
New Member
 
Posts: 13
Join Date: Dec 2008
Model: 8800
PIN: N/A
Carrier: AT&T Blue
Default 12-16-2008, 11:42 PM

Quote:
Originally Posted by jerseyboy View Post
thanks for the great post!

i'm guessing the installation for google sync can be done in the same manner? just need to find the gSync download urls...
Yes Google Sync has similar instructions:

1) To get the .jad file-

Quote:
m.google.com/sync/apps/0.5.12/en/BlackBerry-43/GoogleSync.jad
Again substitute the BlackBerry-43 folder name as necessary.

2) .jad file looks like-

Quote:
...
MIDlet-Data-Size: 505000
RIM-COD-URL-0: GoogleSync_40_en.cod
RIM-COD-Size-0: 91080
RIM-COD-URL-1: GoogleSync_40_en-1.cod
RIM-COD-Size-1: 91688
RIM-COD-URL-2: GoogleSync_40_en-2.cod
RIM-COD-Size-2: 80320
....
3) Download link for the .cod files-

Quote:
m.google.com/sync/apps/0.5.12/en/BlackBerry-43/GoogleSync_40_en.cod
Again, modify the file name as necessary to get all the .cod file listed by the .jad file.

4) Your .alx file should look like-

Quote:
<loader version="1.0">
<application id="Sync:Google">
<name>Sync</name>
<description></description>
<version>0.5.12</version>
<vendor>Google</vendor>
<copyright></copyright>
<fileset Java="1.0">
<files>
GoogleSync_40_en-2.cod
GoogleSync_40_en-1.cod
GoogleSync_40_en.cod

</files>
</fileset>
</application>
</loader>

Last edited by warreng24 : 12-16-2008 at 11:44 PM.
   
Reply With Quote