BlackBerryForums.com : Your Number One BlackBerry Community      

»Sponsored Links




Reply
 
LinkBack Thread Tools
  (#41 (permalink)) Old
makedonce Offline
Talking BlackBerry Encyclopedia
 
makedonce's Avatar
 
Posts: 216
Join Date: Aug 2007
Location: Skopje, Macedonia at the moment
Model: 8320
PIN: No BB service here.. (
Carrier: T-mobile
Default no data plan - 12-07-2007, 07:56 AM

Hi,
I dont have data plan, just use GPRS with Opera Mini. Can someone post the jad or jar file for the Gmail 1.5 for BB so i can turn it into alx and cod and upload it via upload manager?
Thanks and I greatly appreciate it
   
Reply With Quote
Sponsored Links
Please Login or Register to Remove these Advertisements!

  (#42 (permalink)) Old
smoothballer Offline
Knows Where the Search Button Is
 
Posts: 45
Join Date: Feb 2007
Model: 8130
Carrier: Verizon
Default Google 1.5.1 - 12-07-2007, 08:27 AM

Looks like the just released 1.5.1. Hopefully they have fixed the problems many of us are having. Downloading now...
   
Reply With Quote
  (#43 (permalink)) Old
sheepBB Offline
New Member
 
sheepBB's Avatar
 
Posts: 10
Join Date: Nov 2007
Model: 8700
PIN: N/A
Carrier: none
Default 12-07-2007, 09:19 AM

Quote:
Originally Posted by makedonce View Post
Hi,
I dont have data plan, just use GPRS with Opera Mini. Can someone post the jad or jar file for the Gmail 1.5 for BB so i can turn it into alx and cod and upload it via upload manager?
Thanks and I greatly appreciate it
The .jad file is here:
http://www.gmail.com/app/v1.5.1/L1/gm-BlackBerry-42.jad

Hint for non-BIS users:
You can use the User Agent Switcher plugin (http://addons.mozilla.org/firefox/addon/59) for the Firefox browser and set up a new User Agent "BlackBerry8700/4.2.1" (replace 8700 with your BB model and 4.2.1 with your OS version if needed) to download practically ANY OTA installer in order to make your own ALX installer. Just switch to this fake BB user agent and open the OTA link, e.g. Gmail, so the web page will believe that your computer is a BlackBerry and happily deliver the .jad file.

Last edited by sheepBB : 12-07-2007 at 09:21 AM.
   
Reply With Quote
  (#44 (permalink)) Old
makedonce Offline
Talking BlackBerry Encyclopedia
 
makedonce's Avatar
 
Posts: 216
Join Date: Aug 2007
Location: Skopje, Macedonia at the moment
Model: 8320
PIN: No BB service here.. (
Carrier: T-mobile
Default i need the jar now.. - 12-07-2007, 09:56 AM

Quote:
Originally Posted by sheepBB View Post
The .jad file is here:
http://www.gmail.com/app/v1.5.1/L1/gm-BlackBerry-42.jad

Hint for non-BIS users:
You can use the User Agent Switcher plugin (http://addons.mozilla.org/firefox/addon/59) for the Firefox browser and set up a new User Agent "BlackBerry8700/4.2.1" (replace 8700 with your BB model and 4.2.1 with your OS version if needed) to download practically ANY OTA installer in order to make your own ALX installer. Just switch to this fake BB user agent and open the OTA link, e.g. Gmail, so the web page will believe that your computer is a BlackBerry and happily deliver the .jad file.
Thanks for the Jad file, but in order to make alx and cod i also need the jar file? do u have any suggestions how to create jar from jad?
Thanks
   
Reply With Quote
  (#45 (permalink)) Old
sheepBB Offline
New Member
 
sheepBB's Avatar
 
Posts: 10
Join Date: Nov 2007
Model: 8700
PIN: N/A
Carrier: none
Default 12-07-2007, 10:06 AM

Quote:
Originally Posted by makedonce View Post
Thanks for the Jad file, but in order to make alx and cod i also need the jar file? do u have any suggestions how to create jar from jad?
Thanks
The jar file is linked to in the jad, but you do NOT need it. Simply grab the cod files listed in the jad and create the alx, that's everything you need.
   
Reply With Quote
  (#46 (permalink)) Old
makedonce Offline
Talking BlackBerry Encyclopedia
 
makedonce's Avatar
 
Posts: 216
Join Date: Aug 2007
Location: Skopje, Macedonia at the moment
Model: 8320
PIN: No BB service here.. (
Carrier: T-mobile
Default now you confused me - 12-07-2007, 10:34 AM

Quote:
Originally Posted by sheepBB View Post
The jar file is linked to in the jad, but you do NOT need it. Simply grab the cod files listed in the jad and create the alx, that's everything you need.
Now you confused me. Which app do i use to open the open the jad and get the cod? I know how to write the alx.. but how do i get the cod?

Thanks a bunch
   
Reply With Quote
  (#47 (permalink)) Old
sheepBB Offline
New Member
 
sheepBB's Avatar
 
Posts: 10
Join Date: Nov 2007
Model: 8700
PIN: N/A
Carrier: none
Default 12-07-2007, 11:05 AM

Quote:
Originally Posted by makedonce View Post
Now you confused me. Which app do i use to open the open the jad and get the cod? I know how to write the alx.. but how do i get the cod?
You can open the .jad file (OTA installer) you have downloaded with any text editor. In there, you will find the names of the .cod files as follows (Gmail app; in this case there are 3 files):

RIM-COD-URL-0: gm_42_L1.cod
RIM-COD-Size-0: 95264
RIM-COD-URL-1: gm_42_L1-1.cod
RIM-COD-Size-1: 91736
RIM-COD-URL-2: gm_42_L1-2.cod
RIM-COD-Size-2: 63556

To find out the actual URLs of those files you can use the URL of the .jad file which is:
http://www.gmail.com/app/v1.5.1/L1/gm-BlackBerry-42.jad

The .cod files are in the same path, so the URLs are:

http://www.gmail.com/app/v1.5.1/L1/gm_42_L1.cod
http://www.gmail.com/app/v1.5.1/L1/gm_42_L1-1.cod
http://www.gmail.com/app/v1.5.1/L1/gm_42_L1-2.cod

Download these files to a folder and you are ready to go. The ALX I created looks like this (to be saved in the same folder as the .cod files):

Code:
<loader version="1.0"> 
<application id="Gmail"> 
<name>Google Mail</name> 
<description>mobile gmail app</description> 
<version>1.5.1</version> 
<vendor>Google</vendor> 
<copyright>Copyright (c) 2007 Google</copyright> 
<fileset Java="1.0"> 
<files>
gm_42_L1-2.cod
gm_42_L1-1.cod
gm_42_L1.cod
</files>
</fileset> 
</application> 
</loader>
I hope this helps .


P.S.: Having no BIS / BES myself, I installed Gmail (among a whole bunch of other OTA-only applications) in the way described here, so I can tell for sure this will work if done correctly. I don't post the actual installer package here because I feel Google would not be happy about it.

Last edited by sheepBB : 12-07-2007 at 11:12 AM.
   
Reply With Quote
  (#48 (permalink)) Old
makedonce Offline
Talking BlackBerry Encyclopedia
 
makedonce's Avatar
 
Posts: 216
Join Date: Aug 2007
Location: Skopje, Macedonia at the moment
Model: 8320
PIN: No BB service here.. (
Carrier: T-mobile
Default thanks - 12-07-2007, 11:26 AM

I will try to install it as you suggested and let you know if it worked.
I'll also try the same with other apps.
Thanks
   
Reply With Quote
  (#49 (permalink)) Old
makedonce Offline
Talking BlackBerry Encyclopedia
 
makedonce's Avatar
 
Posts: 216
Join Date: Aug 2007
Location: Skopje, Macedonia at the moment
Model: 8320
PIN: No BB service here.. (
Carrier: T-mobile
Default 12-07-2007, 11:58 AM

It works. Thanks for the 411...
   
Reply With Quote
  (#50 (permalink)) Old
wayne87 Offline
Thumbs Must Hurt
 
wayne87's Avatar
 
Posts: 50
Join Date: Dec 2007
Location: Auburn, IN
Model: 8100
OS: 4.5.0.55
PIN: 241FB376
Carrier: Centennial
Default 12-07-2007, 12:21 PM

Has anyone come up with a solution to the LED blinking problem? Mine works except for that.
   
Reply With Quote
  (#51 (permalink)) Old
KendallParis Offline
Thumbs Must Hurt
 
Posts: 180
Join Date: Oct 2004
Model: 8700g
Carrier: T-Mobile
Default 12-07-2007, 12:31 PM

I read on another board, that you have to disable the LED indicator for the GMail application. It has it's own profile, so it won't disrupt any of the other indicators.
   
Reply With Quote
  (#52 (permalink)) Old
rivviepop Offline
BlackBerry Extraordinaire
 
rivviepop's Avatar
 
Posts: 2,166
Join Date: Dec 2006
Location: san francisco
Model: 8320
PIN: n/a
Carrier: t-mobile
Default 12-07-2007, 01:16 PM

Quote:
Originally Posted by sheepBB View Post
Hint for non-BIS users:
You can use the User Agent Switcher plugin (http://addons.mozilla.org/firefox/addon/59) for the Firefox browser and set up a new User Agent "BlackBerry8700/4.2.1" (replace 8700 with your BB model and 4.2.1 with your OS version if needed) to download practically ANY OTA installer in order to make your own ALX installer. Just switch to this fake BB user agent and open the OTA link, e.g. Gmail, so the web page will believe that your computer is a BlackBerry and happily deliver the .jad file.
(for the masses)

I wrote a nice (well, nice in my opinion ) blog post on how to put this all together for folks, it's exactly what I used to get all those URLs I posted previously.

nokia symbian user agents & phone masquerading « rivviepop phantom

Ignore the whole Nokia aspect of it, I was using a S60 device when it was written - it works the same for anything you're doing, not just Nokia.
   
Reply With Quote
  (#53 (permalink)) Old
rivviepop Offline
BlackBerry Extraordinaire
 
rivviepop's Avatar
 
Posts: 2,166
Join Date: Dec 2006
Location: san francisco
Model: 8320
PIN: n/a
Carrier: t-mobile
Default 12-07-2007, 01:22 PM

BTW one feature that's so small but makes a huge difference in 1.5.1 -- they added spacebar scrolling down in an email! That was the most frustrating thing about 1.1.0, it made scrolling through large stuff a real pain.

The Del key still doesn't delete an email yet and there's no way to label an email/conversation before Archiving it, though. *sigh* The new Contacts feature is pretty neat but lags a bit, kinda unusable.
   
Reply With Quote
  (#54 (permalink)) Old
vandeda Offline
Knows Where the Search Button Is
 
Posts: 16
Join Date: Jan 2007
Model: 8703e
Carrier: Verizon
Default 12-08-2007, 11:04 AM

Quote:
Originally Posted by AnthroMatt View Post
Just tried removing it, pulling battery, installing again, pulling battery, then running the app, and it still doesn't work. Is there any way to get the old one back????
this happened to me when I installed the new google talk. re-register.

Go to:
Options
Advanced
Host Routing Table
Click the scroll wheel and choose "Register Now"

Google talk worked after that.

Give it a try.
   
Reply With Quote
  (#55 (permalink)) Old
ISMPlus Offline
New Member
 
Posts: 14
Join Date: Jul 2007
Model: 8830
PIN: N/A
Carrier: Sprint
Default Hyperlinks? - 12-08-2007, 08:28 PM

I have the new GMail app and it's working. My only (and big) complain is that it does NOT show/highlight hyperlinks. why not? That really sucks! Is there a way to fix this? It clearly highlights the obvious web addresses within an email (www.______.com) but how do I get it to highlight links such as "for more info click here" that have the web address embedded into the "click here". I get a lot of emails that have this. If it can't be done, that's a deal-breaker for me!

Thanks for any help you can offer.

Last edited by ISMPlus : 12-08-2007 at 08:29 PM.
   
Reply With Quote
  (#56 (permalink)) Old
rivviepop Offline
BlackBerry Extraordinaire
 
rivviepop's Avatar
 
Posts: 2,166
Join Date: Dec 2006
Location: san francisco
Model: 8320
PIN: n/a
Carrier: t-mobile
Default 12-08-2007, 08:45 PM

Quote:
Originally Posted by ISMPlus View Post
If it can't be done, that's a deal-breaker for me!
I don't think there's anything we can do, I face the same problem - when I get spam-like newsletters and want to use the Unsubscribe link that's inevitably at the end it's not hyperlinked. I go back to the usual Messages applet where I can click the link to get the job done then... *shrug* (hey it works )
   
Reply With Quote
  (#57 (permalink)) Old
riguez22 Offline
New Member
 
Posts: 4
Join Date: Nov 2006
Model: 8100
Carrier: Cingular
Default 12-08-2007, 09:17 PM

does anyone know how much data this uses to send and receive messages?
   
Reply With Quote
  (#58 (permalink)) Old
tkorpi Offline
Knows Where the Search Button Is
 
Posts: 18
Join Date: Nov 2007
Model: 8130
PIN: N/A
Carrier: Verizon
Default 12-09-2007, 10:20 PM

I had been using the Gmail applet for a while and then I realized that accessing Gmail with the BB Browser is actually a pretty pleasant experience.
   
Reply With Quote
  (#59 (permalink)) Old
Jaime Offline
Talking BlackBerry Encyclopedia
 
Posts: 317
Join Date: Dec 2006
Location: Chile
Model: 8700g
Carrier: movistar chile
Default 12-10-2007, 09:22 AM

It's a bit annoying to enter user and password everytime I reset the bb with v1.5.1

Best,
Jaime


BB 8310
   
Reply With Quote
  (#60 (permalink)) Old
Mark Rejhon Offline
Retired BBF Moderator
 
Mark Rejhon's Avatar
 
Posts: 4,840
Join Date: Aug 2004
Location: Ottawa, Ontario, Canada
Model: 8310
Carrier: Rogers
Default 12-10-2007, 04:03 PM

Quote:
Originally Posted by Spamdumpster View Post
Can someone please explain to me why you'd use this instead of BIS?
I don't buy the keep emails separate thing. What else is there?
This application is also useful for people who don't want to subscribe to a BlackBerry plan, or who use a carrier that does not support BlackBerry (another country, for example).

BlackBerry can work without a BlackBerry plan -- and use generic Internet data instead (like Nokia, etc). GMAIL Mobile works great on this. See the Networking forum for the FAQ on using a BlackBerry on a non-BlackBerry plan.


Thanks,
Mark Rejhon

Questions? New BlackBerry User?
   
Reply With Quote
  (#61 (permalink)) Old
Mark Rejhon Offline
Retired BBF Moderator
 
Mark Rejhon's Avatar
 
Posts: 4,840
Join Date: Aug 2004
Location: Ottawa, Ontario, Canada
Model: 8310
Carrier: Rogers
Default 12-10-2007, 04:04 PM