Giter Site home page Giter Site logo

easylpac's Introduction

Hi there ๐Ÿ‘‹

ใƒพ(โ€ขฯ‰โ€ข`)o

easylpac's People

Contributors

1ridic avatar creamlike1024 avatar quul avatar septs avatar tennousuathena avatar zach677 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

easylpac's Issues

Problem when scanning and entering certain eSim profiles

The following problem occurs when scanning a QR-code or entering it manually certain eSim profiles from KeepGo and Firsty are not accepted when scanning and are incorrectly accepted when entering it manually. Here is the structure of the affected eSim profiles:

LPA:1$dp-plus-par07-01.oasis-smartsim.com$16972-65675-56112-2T7TD$1.3.6.1.2.1.53860.7.5.1.1

The last sequence ......$1.3.6.1.2.1.53860.7.5.1.1
is not accepted when scanning the QR code and there is no option to enter it when entering it manually.

Unable to cache modules needed for builds

I'm in the process of packaging this project, but I need to build offline so I need to cache the modules, but since

EasyLPAC/go.mod

Lines 38 to 39 in 795b320

golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/exp/shiny v0.0.0-20240506185415-9bf2ced13842 // indirect

makes it impossible for me to cache using go mod vendor

$ go mod vendor
go: EasyLPAC imports
        golang.design/x/clipboard imports
        golang.org/x/mobile/app imports
        golang.org/x/exp/shiny/driver/gldriver: ambiguous import: found package golang.org/x/exp/shiny/driver/gldriver in multiple modules.
        golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 (/home/psheng/go/pkg/mod/golang.org/x/[email protected]/ shiny/driver/gldriver)
        golang.org/x/exp/shiny v0.0.0-20240506185415-9bf2ced13842 (/home/psheng/go/pkg/mod/golang.org/x/exp/[email protected] 9bf2ced13842/driver/gldriver)
go: EasyLPAC imports
        golang.design/x/clipboard imports
        golang.org/x/mobile/app imports
        golang.org/x/exp/shiny/screen: ambiguous import: found package golang.org/x/exp/shiny/screen in multiple modules.
        golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 (/home/psheng/go/pkg/mod/golang.org/x/[email protected]/ shiny/screen)
        golang.org/x/exp/shiny v0.0.0-20240506185415-9bf2ced13842 (/home/psheng/go/pkg/mod/golang.org/x/exp/[email protected] 9bf2ced13842/screen)

About Linux Depedencies

It happened just now that I figured out why I can't use EasyLPAC on my Linux Mint distribution. The error message is provided below.

/home/azote/EasyLPAC/lpac version
SCardEstablishContext() failed: 8010001D
APDU driver init failed

The Linux Mint doesn't included the pcscd in any installation option. So in order to run EasyLPAC( or lpac actually), the Linux must need a pcscd service running in the background.

(Also it needs a card reader inserted to prevent errors below. but actually it isn't a bug for EasyLPAC)

/home/azote/EasyLPAC/lpac version
SCardListReaders() failed: 8010002E
APDU driver init failed

So, please update the README and add some hint when Linux users meet error code 8010001D(pcscd not running or even not installed) or 8010002E(No card reader found)

Processing notification fails

When EasyLPAC wants to processes a notification after installing, enabling or disabling a profile or it sends a command to LPAC like this:
lpac.exe notification process 41 -r

This needs to be changed to
lpac.exe notification process -r 41

Otherwise the command fails when the notification number is not 0.

For more details see my other thread at the lpac project:
estkme-group/lpac#145

`LpacErrDialog` will be popup three times if there's no card while click the refresh button

Description

LpacErrDialog will be popup three times if there's no card while click the refresh button.

Screenshots

iShot_2024-03-06_21.03.25.mp4

Environment

EasyLPAC: 0.6.7
macOS: 14.2

Dive into

It seems happes because of each function below call the ShowLpacErrDialog function

EasyLPAC/control.go

Lines 153 to 155 in f567f7b

RefreshProfile()
RefreshNotification()
RefreshChipInfo()

But due to the lack knowledge of golang, I don't know which is the best practice, so I'm afraid I can't PR. :(
Anyway, just a little bug(

Publish to Homebrew

It would make the installation on Mac devices easier if EasyLPAC is published to Homebrew.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.