Quote:
Originally Posted by jerseyboy
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>
|