Manager app for JMP SIM
  • Kotlin 82.7%
  • Java 10%
  • C 6.8%
  • Shell 0.3%
  • Makefile 0.2%
Find a file
Peter Cai 514dba0b0e
All checks were successful
Build Debug APKs / build-debug (push) Successful in 6m39s
Build Release / release (push) Successful in 7m43s
Release v1.5.1
Version name is 1.5.1 to synchronize with EasyEUICC releases.
2025-12-31 22:15:35 -05:00
.forgejo/workflows Merge tag 'unpriv-v1.5.1' into jmp 2025-12-26 17:33:47 -05:00
.idea Merge tag 'unpriv-v1.5.1' into jmp 2025-12-26 17:33:47 -05:00
app Fix AOSP build by importing im.angry.openeuicc.util as wildcard 2025-12-14 20:13:49 -05:00
app-common fix: Don't even try to open channels on multiple SEs unless vendor implementation exists 2025-12-18 21:50:20 -05:00
app-deps style: reformat all files (#268) 2025-12-02 04:13:18 +01:00
app-unpriv app-unpriv: Properly enable uncompressed packaging for JNI libs 2025-12-26 17:52:49 -05:00
art style: reformat all files (#268) 2025-12-02 04:13:18 +01:00
buildSrc style: reformat all files (#268) 2025-12-02 04:13:18 +01:00
fastlane/metadata/android/en-US Release v1.5.1 2025-12-31 22:15:35 -05:00
gradle/wrapper chore: Upgrade Android Studio and Gradle 2025-03-15 15:39:04 -04:00
libs lpac-jni: Fix 16KiB page size support 2025-12-26 17:50:33 -05:00
.editorconfig style: reformat all files (#268) 2025-12-02 04:13:18 +01:00
.gitignore refactor: gitignore (#69) 2024-11-27 15:06:32 +01:00
.gitmodules fix: lpac submodule (#206) 2025-07-23 13:33:05 +02:00
Android.bp Android.bp: Fix building on AOSP 14 (finally) 2024-01-21 16:51:18 -05:00
build.gradle.kts refactor: Migrate to build.gradle.kts 2024-01-09 21:01:20 -05:00
gradle.properties chore: suppress gradle warning (#75) 2024-12-01 14:46:42 +01:00
gradlew chore: Upgrade Android Studio and Gradle 2025-03-15 15:39:04 -04:00
gradlew.bat chore: Upgrade Android Studio and Gradle 2025-03-15 15:39:04 -04:00
LAST_RELEASE_VERCODE Release v1.5.1 2025-12-31 22:15:35 -05:00
LICENSE OpenEUICC is now GPLv3 only 2024-06-30 20:08:01 -04:00
prepare_release.sh Prepare F-Droid release 2024-04-13 08:39:52 -04:00
privapp_whitelist_im.angry.openeuicc.xml refactor: Launch profile download task inside EuiccChannelManagerService 2024-09-29 14:09:17 -04:00
README.md Merge tag 'unpriv-v1.5.1' into jmp 2025-12-26 17:33:47 -05:00
settings.gradle.kts Generate Android.bp and dependencies with LineageOS's GenerateBp plugin 2024-01-20 16:36:23 -05:00

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 plugged into the Android device. lpac is available for use on a Linux/Windows/macOS PC.

Releases can be found in the release page.

Copyright

Everything except libs/lpac-jni and art/:

Copyright 2022-2026 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 3.

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-2026 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

art/: Courtesy of Aikoyori, CC NC-SA 4.0.