-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken build due to JCenter/Bintray shutdown #4
Comments
Hello, did you succeed to solve it? I've got the same issue and cannot build aram applet. |
What's a fix? |
The issue still is "Could not resolve fr.bmartel:gplatform:2.1.1." |
I can make a compiling version if you need? |
It will be great! Thank you Martin! |
I've got a very special behavior with a Gemalto eSIM, adding a rule on ARA-M doesn't work even if everything seems ok (SCP02 secure channel opens well and I tried with two methods : direct way and via INSTALL for personalization) BTW it works well with sysmocom SJA2 |
So my idea is to install the applet, adding the rule inside it and check if it could works... (I'm afraid I should desinstall the original ARA-M because of course they share the same AID) |
Hi, did you succeed to build the applet? |
Here's a minimal diff to make it build (produces ./aram/build/javacard/applet.cap) https://github.com/martinpaljak/aram-applet/tree/martin I'd recommend changing the build infra tho.. |
Thank you Martin!
|
This comes from deep in the gradle toolchain I guess. It needs a hefty update. That's a different endeavour. |
I'll keep you updated when install for install succeed and tested in my particuliar Thales javacard issue. |
Hi @Gigithecode, were you ever able to build out the repository? I got to the same point you did and also got the same error message. |
@ATran001, yes, you have to modify aram/build.gradle changing remote 'fr.bmartel:gplatform:2.1.1' to remote 'org.globalplatform:javacard:1.1' |
The applet is ruuning flawless on a THALES eUICC (ex. GEMALTO). |
I've also made a buildable tree a while ago https://github.com/z3ntu/aram-applet/commits/patches @Gigithecode Could you share how you got the |
Sure! (to be passed on the appropriate DOM with SecurityDomain, TrustedPath, AuthorizedManagement - on my smartcard this isn't the ISD because the ARA-M was first installed with install for extradition on a specific ARA-M managment DOM) where 4475ea9c85fc482fb177501fb7d349ba212bfcd9 is the sha1 of the APK's sign you need to acquire carrier privilege on. |
Thanks! Not sure when I next have the need / opportunity to try this, but when the time comes I'll definitely give it a shot! (we currently have some other SIM cards which we bought from somewhere that can be used in CTS) |
You're welcome! feel free to ask if you encounter some troubles. |
Hi, it seems that the build is broken now, since dependencies can no longer be resolved:
I've checked what's available on MavenCentral, but that specific package (fr.bmartel:gplatform:2.1.1) is not there :(
I guess this is related to the shutdown of JCenter / Bintray. Is it possible to have the dependencies pushed to GitHub / MavenCentral?
The text was updated successfully, but these errors were encountered: