Git Product home page Git Product logo

updater-kmp's Introduction

Updater-KMP

This is an application that gets MIUI/HyperOS ROM information. With the Compose Multiplatform UI framework. Android / Desktop(JVM) / iOS are fully supported. Web(WASM) is also basically supported.

Usage:

When obtaining the Pubilc Release Version (F), the suffix of the system version can be automatically completed using AUTO
For example: OS1.0.26.0.AUTO / V14.0.4.0.AUTO

When obtaining the Beta Development Version (X), please enter the complete system version
For example: OS1.0.23.12.19.DEV / V14.0.23.5.8.DEV

Notes:

Only supported MIUI9 and above versions. The most extreme case is: Redmi 1S (armani), MIUI9, Android4.4.

Only devices in the list of DeviceInfoHelper are supported use AUTO to complete automatically, other devices still need to manually enter the full system version.

When you are not logged in with a Xiaomi account, you can use the miotaV3-v1 interface to obtain any detailed information of the Pubilc Release Version of any model.

After logging in to your Xiaomi account, you will use the miotaV3-v2 interface to obtain detailed information about the Beta Release Version or the Public Development Version, corresponding to the internal test permissions you have.

Credits:

updater-kmp's People

Contributors

dependabot[bot] avatar hosizoraru avatar isning avatar nekoouo avatar yukonga 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

Watchers

 avatar  avatar

updater-kmp's Issues

有时打开应用会立刻崩溃

android.os.BadParcelableException: Parcelable protocol requires a Parcelable.Creator object called CREATOR on class J.k0
	at android.os.Parcel.readParcelableCreatorInternal(Parcel.java:5015)
	at android.os.Parcel.readParcelableInternal(Parcel.java:4861)
	at android.os.Parcel.readValue(Parcel.java:4621)
	at android.os.Parcel.readValue(Parcel.java:4390)
	at android.os.Parcel.readListInternal(Parcel.java:5399)
	at android.os.Parcel.readArrayListInternal(Parcel.java:5418)
	at android.os.Parcel.readValue(Parcel.java:4651)
	at android.os.Parcel.readValue(Parcel.java:4390)
	at android.os.Parcel.-$$Nest$mreadValue(Unknown Source:0)
	at android.os.Parcel$LazyValue.apply(Parcel.java:4488)
	at android.os.Parcel$LazyValue.apply(Parcel.java:4447)
	at android.os.BaseBundle.unwrapLazyValueFromMapLocked(BaseBundle.java:415)
	at android.os.BaseBundle.getValueAt(BaseBundle.java:401)
	at android.os.BaseBundle.getValue(BaseBundle.java:381)
	at android.os.BaseBundle.getValue(BaseBundle.java:364)
	at android.os.BaseBundle.getValue(BaseBundle.java:357)
	at android.os.Bundle.getParcelableArrayList(Bundle.java:1046)
	at u0.M.a(Unknown Source:253)
	at u0.g1.l(Unknown Source:249)
	at R.a.l(Unknown Source:51)
	at J.d.a(Unknown Source:232)
	at u0.g1.l(Unknown Source:212)
	at R.a.l(Unknown Source:51)
	at J.d.I(Unknown Source:14)
	at J.q.p(Unknown Source:202)
	at J.v.k(Unknown Source:32)
	at J.A0.a(Unknown Source:43)
	at J.v.l(Unknown Source:8)
	at J.v.d(Unknown Source:2)
	at p.k0.m(Unknown Source:427)
	at u0.h1.d(Unknown Source:15)
	at u0.h1.c(Unknown Source:18)
	at androidx.lifecycle.u.a(Unknown Source:22)
	at androidx.lifecycle.v.a(Unknown Source:250)
	at p.k0.m(Unknown Source:398)
	at u0.q.onAttachedToWindow(Unknown Source:109)
	at android.view.View.dispatchAttachedToWindow(View.java:22334)
	at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3544)
	at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3551)
	at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3551)
	at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3551)
	at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3551)
	at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3508)
	at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2933)
	at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:10224)
	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1634)
	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1643)
	at android.view.Choreographer.doCallbacks(Choreographer.java:1172)
	at android.view.Choreographer.doFrame(Choreographer.java:1076)
	at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1607)
	at android.os.Handler.handleCallback(Handler.java:958)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:224)
	at android.os.Looper.loop(Looper.java:318)
	at android.app.ActivityThread.main(ActivityThread.java:8767)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:561)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
Caused by: java.lang.NoSuchFieldException: CREATOR
	at java.lang.Class.getField(Class.java:2337)
	at android.os.Parcel.readParcelableCreatorInternal(Parcel.java:4992)
	... 57 more

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.