| Project: | Multi-factor authentication with CAS |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
J2ME compliant app for generating One Time Password. Initial target platform perhaps can be on Android Platform. To run J2ME midlet one can use the J2ME runner as discussed here http://androidcommunity.com/forums/f3/j2me-midlet-app-runner-emulator-ou...
Another options seems like http://www.netmite.com/android/
#1
By Laxmi narayanhttp://mobiforge.com/testing/story/a-guide-mobile-emulators
this link provides an overview of various mobile emulators available.it also gives step-by-step procedure of downloading and installing the emulators
http://developer.android.com/index.html
this link gives complete information about android emulator.
#2
By Laxmi narayanthis link converts .jad/.jar files into .apk(android compatible) files.you either have to supply the URl or the path of the file(on your PC).
http://www.netmite.com/android/srv/2.0/getapk.php
It is of great help in case your emulator doesn't support Wi-fi connectivity like Android emulator.
#3
By Laxmi narayanFollowing link gives the download of "FreeAuth Midlet",an extended version of Mobile OTP created for "Single Sign On" client.current stable version is 2.4.5
http://freeauth.org/wiki/index.php?title=FreeAuth_MIDLet
use the link from previous post to convert into .apk fromat for android emulator.
#4
By Laxmi narayanFollow these steps to install any downloaded package in android emulator.
1.Go to the folder where android software development kit is stored using command promt.usally it is named as "android-sdk-windows".I stored it in
C:\Program Files\android-sdk-windows>
2.Then go to tools folder and paste the downloaded package.check it by typing following commands.
C:\Program Files\android-sdk-windows>cd Tools
C:\Program Files\android-sdk-windows>Tools>Dir
3.Run this command.you will see a "Success" message telling the package is installed.
C:\Program Files\android-sdk-windows>Tools>adb install
#5
By Laxmi narayanFollowing link provides an app,"android token" which generates OTP of lifetime (10 seconds) on android emulator. currently it's supporting two types of tokens namely, "Event tokens" and "Time tokens".
http://code.google.com/p/androidtoken/source/checkout
how to generate one time password using android otp.
steps to follow:
1.start the emulator.
2.goto menu where you will find androidtoken icon. click on it to run.
3.select token type i.e, whether you need event token or time token.
4.supply token name and serial No. and press next.
5.choose one of the available token seed methods and then click complete.
After finishing these steps you will a get a token message displayed on the emulator screen.run it by clicking the icon.
you will notice that a token(a number) is generated with lifetime of 10 seconds.
#6
By Laxmi narayan#7
By gchtfg