Open GoogleCodeExporter opened 9 years ago
I am using an E71. Same steps above, same version above (3rd Edition).
Getting the same error message "Application is not compatible with this phone"
By the way, gauthj2me is working fine on my phone but since lwuitgauthj2me have
a nice GUI and multiple account support, so I would like to use this app it on
my E71.
Original comment by e...@borbor.com
on 5 Sep 2011 at 8:25
Also had problems with installation on SE k750i. For me worked changing jad
file (I'm talking about manual download-transfer-launch installation, not via
QR-code).
Not shure which of the following did it, but I:
added Manifest-Version: 1.0;
changed MIDlet-1 to GoogleAuthenticatorJ2ME, /MidletIcon44.png,
userclasses.MainMIDlet
changed MicroEdition-Profile to MIDP-2.0;
changed MIDlet-Jar-URL to GoogleAuthenticatorJ2ME_1.0.1.jar.
Not shure why it works or is it even related to this issue - never developed
apps on Java or J2ME, so just lucky guess for me. Obviously, this also means
that it probably won't work in other cases, but thought this could give a hint
to someone else, hopefully, who will actually understand what he's doing.
Modified file for version 1.0.1 attached.
Original comment by TypicalE...@gmail.com
on 27 Sep 2011 at 6:28
Attachments:
Thanks, just downloaded your attached version of
GoogleAuthenticatorJ2ME_1.0.1.jad and now it works on my E71 fine.
Original comment by e...@borbor.com
on 9 Oct 2011 at 10:42
Thanks for resolving this issue. I just replaced the original JAD-file with
your version.
Original comment by Rafael.B...@gmail.com
on 9 Oct 2011 at 11:07
Original comment by Rafael.B...@gmail.com
on 9 Oct 2011 at 11:07
For me none version (jar, jad, jad from this issue) work on my Nokia E51.
Official jar/jad cause "Application is not compatible with this phone". Jad
from this issue starts installing, phone shows that it is fetching jad and then
phone reports "invalid jad file".
Original comment by a.miskie...@gmail.com
on 27 Nov 2011 at 3:56
The problem with E71 (and probaly with E51) is a version of MIDP profile
defined in manifest. With 2.1 it is not work. With 2.0 it's work fine.
You can download .jar rename it into .zip and change string
MicroEdition-Profile: MIDP-2.1
to
MicroEdition-Profile: MIDP-2.0
in META-INF/MANIFEST.MF file.
Rename it back to .jar and use.
// attached file with changed MIDP version.
Original comment by avvolo...@gmail.com
on 11 Jan 2012 at 7:22
Attachments:
Original issue reported on code.google.com by
dmitrij....@gmail.com
on 28 Aug 2011 at 3:58