Help - Search - Members - Calendar
Full Version: How To Add Gmail App
SE-NSE Forums > SE Firmware > Newbie Forum
nemanja
I want to know how I must edit menu.ml if I want to add Gmail app into Organzier. I want it to be right after Alarms (so I do not need to go into Aplications). I use that mobile Gmail alot...

Thnx in advance...
KrX
Add this chunk to where you want it.

CODE
            <element id="Gmail">
              <label type="name">
                <text>Gmail</text>
              </label>
              <label type="helptext">
                <text>Runs the Mobile Gmail Java App by Google</text>
              </label>
              <icon pos="left" source="file">GmailIcon.png</icon>
              <link type="java" javasuitename="Gmail" javasuitevendor="Google" javasuitepoint="com.google.gm.MiniGMail" />
            </element>


Along with this icon into your menu.ml location. Click to view attachment
nemanja
thank KrX for the reply.

it puts the Gmail app into the menu, but it does not want to start. nothing is happening.

if it helps, i have Gmail 2 version.
KrX
Hmm... It works on my side with the latest GMail mobile from google.

If you want you can upload your .jar and I'll extract out the needed info.
ThilinaC
use menu editor mate.....

Here
http://se-lifestyle.com/filebase.php?d=1&a...at=c&page=1

nemanja
Yaaaay, it works.

I used the code by KrX, and that menu editor Thilina suggested. The suit point is different. It was the only change I made and now it is working.

Big thank to both of you. thumbsup.gif
KrX
thumbsup.gif!
ThilinaC
np mate
erischmi
QUOTE (nemanja @ 2008-10-26 21:48) *
Yaaaay, it works.

I used the code by KrX, and that menu editor Thilina suggested. The suit point is different. It was the only change I made and now it is working.

Big thank to both of you. thumbsup.gif


Hello!

I have the same problem, that my link til Gmail stopped working after installing Gmail Mobile 2.

Can you please tell me, what is the new javasuitepoint for Gmail Mobile 2?

Thanks a lot!

Erik
Denmark
erischmi
QUOTE (erischmi @ 2008-10-28 23:43) *
Hello!

I have the same problem, that my link til Gmail stopped working after installing Gmail Mobile 2.

Can you please tell me, what is the new javasuitepoint for Gmail Mobile 2?

Thanks a lot!

Erik
Denmark



I found out: javasuitepoint="com.google.mail.ui.midp.GoogleMailMidlet"

Jar-file can be downloaded here: http://gmail.com/app/v2.0.6/L1/gmail-g.jar

Best regards
Erik
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.