LinkinParkBoy
Members
- Feb 15, 2018
- 140
- 40
So the ROM flash successfully, boots, everything works ok except fingerprint?
Maybe it's a hardware issue? Can't think of anything else
Sent from my MI 8 UD using Tapatalk
Which device bro?Yes, everything works fine except fingerprint.
Is not a hardware issue because i install again ( to check if its hardware) android 10 and the sensor works fine!
I.m On 9.8.21 Build on my mi 8.... bt fingerprint scanner is works fine for me
I.m On 9.8.21 Build on my mi 8.... bt fingerprint scanner is works fine for me
Im using the latest build on my Mi8.... and my fingerpr
which rom did you flashed?It works fine for me too, but then i decided to try the new android 10 but realized that i prefer miui 10
After i did a clean flash the fingerprint stop worked, install android 10 and works, go back to miui and don´t work, everything works fine, but not the fingerprint, dont know why though
bro i'm using 9.8.21 build on Mi8... I want to update this build to 9.9.3... how can i update this rom? Thanks in advanceSomeone with 9.9.3 up and running Mi 8
bro i'm using 9.8.21 build on Mi8... I want to update this build to 9.9.3... how can i update this rom? Thanks in advance
I have the Redmi Note 7 Global HMNote7 and i have a question about this
"
ROMs for devices with locked bootloader:
Installation via TWRP:
- Unlock your first bootloader here http://en.miui.com/unlock/
- Install TWRP via Fastboot mode, then install our ROM
- Code:
fastboot flash recovery twrp.img
fastboot boot twrp.img- TWRP Recovery Zip DOWNLOAD or TWRP.ME
- FORMAT /data partition (NEVER wipe System or Persist!)
- Copy our ROM to the internal storage
- Install our ROM
- Reboot
- done
- Download zip to internal storage
- Updater - Menu (...) - Reboot to Recovery
- Install - Select zip
- Reboot
- Done
"
why cant i wipe system and/or persist?
Im using the latest build on my Mi8.... and my fingerpr
which rom did you flashed?
Okay i am currently downloading the rom and magisk.Format your data partition first then try again. Be sure to flash magisk right after flashing rom to keep your custom recovery.
(...)
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$3.done(Unknown Source:27)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
at java.util.concurrent.FutureTask.run(FutureTask.java:271)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:764)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int com.android.internal.widget.VerifyCredentialResponse.getResponseCode()' on a null object reference
at com.android.internal.widget.LockPatternUtils.verifyCredential(Unknown Source:13)
at com.android.internal.widget.LockPatternUtils.verifyPassword(Unknown Source:8)
at com.android.settings.eq.a(Unknown Source:0)
at com.android.settings.ek.b(Unknown Source:8)
at com.android.settings.ek.doInBackground(Unknown Source:2)
at android.os.AsyncTask$2.call(Unknown Source:20)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 3 more
Not trying to be captain obvious, but did you try removing all fingerprints and reregistering them?I was able to get a log from my error!
(...)
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$3.done(Unknown Source:27)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
at java.util.concurrent.FutureTask.run(FutureTask.java:271)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:764)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int com.android.internal.widget.VerifyCredentialResponse.getResponseCode()' on a null object reference
at com.android.internal.widget.LockPatternUtils.verifyCredential(Unknown Source:13)
at com.android.internal.widget.LockPatternUtils.verifyPassword(Unknown Source:8)
at com.android.settings.eq.a(Unknown Source:0)
at com.android.settings.ek.b(Unknown Source:8)
at com.android.settings.ek.doInBackground(Unknown Source:2)
at android.os.AsyncTask$2.call(Unknown Source:20)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 3 more
Not trying to be captain obvious, but did you try removing all fingerprints and reregistering them?
Sent from my MI PAD 4 using Tapatalk
Strange indeed. Ok one last suggestion in case it's a TWRP issue. Download the stock fastboot ROM and flash with Mi Flash Tool. Check if fingerprint works like this and then flash Xiaomi.euWell, i did a clean flash, so all fingerprints registed was deleted!
And in my settings also says that the fingerprint unlock is deactivated ( cant activate because cant put my fingerprint)
NotificationService: Cannot find enqueued record for key: 0|com.android.providers.downloads|1089|3:org.telegram.messenger:success|10069
09-14 12:21:36.182 1621 1621 I
NotificationService: Cannot find enqueued record for key: 0|com.android.providers.downloads|1089|3:com.google.android.apps.photos:success|10069
PostNotificationRunnable
runnable class looks something like this:protected class PostNotificationRunnable implements Runnable {
private final String key;
PostNotificationRunnable(String key) {
this.key = key;
}
@Override
public void run() {
synchronized (mNotificationLock) {
try {
NotificationRecord r = null;
int N = mEnqueuedNotifications.size();
for (int i = 0; i < N; i++) {
final NotificationRecord enqueued = mEnqueuedNotifications.get(i);
if (Objects.equals(key, enqueued.getKey())) {
r = enqueued;
break;
}
}
if (r == null) {
Slog.i(TAG, "Cannot find enqueued record for key: " + key);
return;
}
successfuly updated... Thank you broJust dirty flash the rom.
We use essential cookies to make this site work, and optional cookies to enhance your experience. Cookies are also used for ads personalisation