Manager app for JMP SIM
Go to file
Peter Cai 8b2cf8cb8d
All checks were successful
/ build-debug (push) Successful in 3m49s
jmp: Add initial fastlane metadata
2024-03-30 18:39:18 -04:00
.forgejo/workflows
.idea
app
app-common
app-deps
app-unpriv
buildSrc
fastlane/metadata/android/en-US
gradle/wrapper
libs
.gitignore
.gitmodules
Android.bp
Android.mk
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
LICENSE
privapp_whitelist_im.angry.openeuicc.xml
README.md
settings.gradle.kts

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