Manager app for JMP SIM
Go to file
Peter Cai 02b23ab3db
/ build-debug (push) Successful in 5m25s Details
/ release (push) Successful in 5m24s Details
Release v1.0.0
2024-04-21 17:07:57 -04:00
.forgejo/workflows workflows: Add support for bundle builds 2024-04-21 15:59:25 -04:00
.idea
app
app-common
app-deps
app-unpriv app-unpriv: Set ndkVersion as well for stripping 2024-04-13 15:05:34 -04:00
buildSrc
fastlane/metadata/android/en-US Release v1.0.0 2024-04-21 17:07:57 -04:00
gradle/wrapper
libs Ditch REPRODUCIBLE_BUILD flag and set all prefix maps unconditionally 2024-04-13 11:33:00 -04:00
.gitignore
.gitmodules
Android.bp
Android.mk
LAST_RELEASE_VERCODE Release v1.0.0 2024-04-21 17:07:57 -04:00
LICENSE
README.md
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
prepare_release.sh
privapp_whitelist_im.angry.openeuicc.xml
settings.gradle.kts

README.md

JMP SIM Manager

This is a soft fork and branded version of OpenEUICC for the purpose of the JMP eSIM Adapter.

The eSIM Adapter is a removable eSIM chip that enables the use of downloaded eSIM profiles on any device with a modem. New profiles can be downloaded with the JMP SIM Manager on an Android device, or through a PC/SC smart card reader and lpac on a Linux/Windows/macOS PC.

Releases can be found in the release page.

Copyright

Everything except libs/lpac-jni:

Copyright 2022-2024 OpenEUICC contributors

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation, version 2.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

libs/lpac-jni:

Copyright (C) 2022-2024 OpenEUICC contributiors

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation, version 2.1.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA