Results 1 to 4 of 4
- 06-16-2012, 08:07 PM #1
Member
- Join Date
- Jun 2012
- Posts
- 8
- Rep Power
- 0
Is there any alternative to digital certificates from Verisign/Thwate ?
I am using java since JDK 1.1 Few days before I purchased one cheap chinese Java enabled mobile for mere US $ 33. I started learning midlets programing. After few small midlets I started to work on real geiger counter using mobile. There are already many android apps on internet which use mobiles camera for this purpose. When camera lens is covered with black tape light can not pass through. But if any radioactive sample is kept near camera, beta and gamma rays pass through and camera sensors give some reading. Although you can not see picture, from alpha, r, g. b values you can co-relate actual accumulated dose. My idea is to take atleast 4 snapshots per second and takr av, reading of 240 photos per minute to get correct reading.
But this app needs permission to take snapshots and also I need write permissions, So, I have to sign this digitaly.
I came to know that min. charges for digital certificate from Thwate is US $ 129/- per annum and that of veisign is US $ 331 per annum.
My phone do not have any facility to add other root C.A, certificates. Other GoDaddy is giving certificates for US $ 19 only per annum.
Instead of sending so much, Iit's better to get Android mobile which I can get around US $ 90/- (MicroMax A 50) I have make it sure that android apps can be self signed.
But before leaving J2ME for this rason, I would like to know if there is ny way to run self signed apps.
I think all the J2ME developers must pressurised Oracle for coming out with Java V.M. which will allow self signed midlets. ( Any way app is asking permission to the user )
- 06-16-2012, 09:57 PM #2
Re: Is there any alternative to digital certificates from Verisign/Thwate ?
Accessing the camera doesn't require digital signing. An unsigned MIDlet *will* ask the user's permission before accessing the camera, but that shouldn't be a problem.But this app needs permission to take snapshots
Some handsets allow the user to set persistent permissions for unsigned MIDlets; most devices ask when the program attempts to access the
camera, with an option to 'allow once' or 'allow for this session'
Permissions for writing to what?and also I need write permissions
Oracle does not have (and never had, nor did Sun before them) any responsibility in respect of Java ME KVMs. The device manufacturers provide their own.I think all the J2ME developers must pressurised Oracle for coming out with Java V.M. which will allow self signed midlets.
Not sure what happened when their mobile unit was sold, but the Java ME spec lead used to be Motorola.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 06-23-2012, 06:52 PM #3
Member
- Join Date
- Jun 2012
- Posts
- 8
- Rep Power
- 0
Re: Is there any alternative to digital certificates from Verisign/Thwate ?
Thanks a lot DarryBurke.
I shall try if I can access camera without specifying permissions in JAD files.
Now another question. If I download JVM on my memory card and run it from there, then I may be able to install self signed certificates in JVMs certificate folder.
But from where can I download JVM binary ( My mobile vendor is not responding to my querries ) 98 % of mobiles use Arm architecture so the binary should run on any Arm processor ?
please shed some light
- 06-23-2012, 09:07 PM #4
Re: Is there any alternative to digital certificates from Verisign/Thwate ?
First off, you need a KVM, not JVM. I haven't heard of anyone installing Java on a mobile device themselves, bu that doesn't mean it can't be done.
I'm certain you can't justIt'll be a lot more complicated than that.download JVM on my memory card and run it from there
dbWhy do they call it rush hour when nothing moves? - Robin Williams
Similar Threads
-
client certificates and jax webservice
By arash in forum Web FrameworksReplies: 0Last Post: 04-11-2012, 04:57 PM -
HTTPS Certificates
By cjtjamandra in forum Advanced JavaReplies: 0Last Post: 09-28-2011, 12:49 PM -
Digital certificates - concepts and implementations
By RodrigoMendes in forum New To JavaReplies: 0Last Post: 08-02-2011, 03:12 PM -
Three certificates and one keystore
By peterv6i in forum Advanced JavaReplies: 0Last Post: 05-05-2011, 02:35 PM -
Configuring trusted SSL Certificates
By jimstapleton in forum New To JavaReplies: 1Last Post: 03-25-2009, 01:59 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks