Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi , do not support android5.0 with xposed 3.0 alpha2 #3

Open
0987363 opened this issue Mar 10, 2015 · 1 comment
Open

Hi , do not support android5.0 with xposed 3.0 alpha2 #3

0987363 opened this issue Mar 10, 2015 · 1 comment

Comments

@0987363
Copy link

0987363 commented Mar 10, 2015

rt
do not support android5.0 with xposed 3.0 alpha2

@SneakyWhoami
Copy link

04-19 20:32:46.456 E/Xposed (1858): java.lang.NoSuchMethodError: com.android.nfc.NfcService#checkScreenState()#bestmatch

Uhh in nfcservice theres a thing like this in nfcservice:
Public NfcService(Application nfcApplication) {
...
mContext = nfcApplication;
...
mScreenStateHelper = new ScreenStateHelper(mContext);
...
mScreenState = mScreenStateHelper.checkScreenState();
...
}

Anyway, so doesnt work in android because they moved the interrogation function to another object, right?
All the constants appear to be named the same so hopefully just a matter of renaming and relinking?

either way, beyond me as i dont speak java.
But the problem is a wee change in lollipop's nfc thingy and i bet the nfc lockscreen enabler dev(/s?) Can handle it :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants