Hi again I'm not sure I am a programmer enough to implement your suggestion so I have another idea.
1. A different solution to my problem would be to let GPShell produce the necessary APDUs and let GPShell write them to a stream or to a file. Is this possible? 2. Would it be easier to write a program that simply just uses the underlying GlobalPlatform machinery? 3.The Java-wrapper in the GPShell project is for OpenPlatform only, any plans for a Java-wrapper for GlobalPlatform? I have realized that there is some challenge and response involved in communicating with a Nokia 6131 since it has ENC+MAC security demand, but there must be some way to handle that too with the GlobalPlatform code. Regards, Johannes On Oct 29, 2007 8:27 PM, Karsten Ohme <[EMAIL PROTECTED]> wrote: > Johannes Höier Sörensen schrieb: > > > I believe I have understood how to use GPShell to install a .cap file > > on to a Nokia 6131 secure element. > > But I wonder if it would be possible to do this not from a computer > > connected to the phone, but from a midlet installed on the phone. > > > > If it is possible, could anyone please give some directions on how to > > use GPShell from a J2ME midlet on a mobile phone. If it's impossible > > please reply with that so I can disregard this idea. > > This is not possible without modifications. Look at the send method in > GlobalPlatform.c of GlobalPlatform. E.g. this method defines how the > APDU is send. You must replace it with a channel of your choice. Similar > to connect and all other PC/SC functions. This should not be so > difficult. If you can contribute a more flexible structure to use > different channels, this would be fine. > > Regards, > Karsten > > > > > Regards, > > Johannes > > _______________________________________________ > > Muscle mailing list > > [email protected] > > http://lists.drizzle.com/mailman/listinfo/muscle > > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle > _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
