Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to install esim in android programmatically

Currently I'm working on a project related to ESim installation in android based devices, so by following Implementing eSIM android documentation I can't understand how can I implement in my application, I searched on internet for complete example or a piece of code by which I install ESim to android device, but didn't succeed.

I tried Implementing eSIM android documentation I can't understand how can I implement in my application, I searched on internet for complete example or a piece of code by which I install ESim to android device, but didn't succeed.

anyone can have example code please share with me or guide me.

like image 828
Ahmed Rehman Avatar asked Oct 31 '25 18:10

Ahmed Rehman


1 Answers

You need to prepare LPA(Local Profile Assistant) app.

LPA app source code : https://github.com/estkme-group/openeuicc

Then build it from AOSP(Android Open Source Project) source code.

Download AOSP source code. Link: https://source.android.com/docs/setup/download

Build AOSP source code. Link: https://source.android.com/docs/setup/build/building

like image 90
Majedul Islam Avatar answered Nov 03 '25 08:11

Majedul Islam