-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Samsung Lockscreen Denies My Password #1794
Comments
Logcat would be most helpful Find magisk log catcher module, flash in TWRP, boot and capture the issue z than reboot to TWRPA and pull the logs from /data/local/boot |
Update: Here's the logcat: There's an interesting line: I think the pattern I set doesn't save that's why it's not working on lockscreen. Also, I still can't login to my samsung account. Always "Processing failed." Sorry for my bad english. Thank you in advance! |
Do you use Android 9? Because since Android 9 I need to use a custom kernel for my s9 and before I hade the exact same problem |
Yeah I think there is a compatibility issue with magisk and my device's custom kernel. Sadly, there's no custom kernel for my device. I'll stick around with custom rom for now. Hopefully they can fix it in the near future. Yes, I'm on android pie btw |
Unfortunately I cannot fix weird Samsung kernel issues without the device on my hand. S10 is directly supported because I had the device on hand, I know what files I need to patch to make it work properly. |
no way ??? bl destroy keystore 🥺 please give us guide or tell us what to do .?? today , I managed to crack lockscreen .. there is something will prevent open phone , deleting lockscreen.db and .key wasn't enough . Here is logs : please tell us what should we do ? and thanks . |
I know it isn't magisk issue but please help . This also failed 🥺🥺🥺: geckyn/android_device_samsung_j4primelte@595912f && create empty file in /etc . |
You have to talk to your rom developer on xda. Not here |
it is stock rom . in custom rom lockscreen was fixed . Issue with stock rom . rom dev is Samsung 😂😂😂😂😂 |
@ilovecookieee chmod 0 /vendor/lib/hw/keystore.*.so then reboot and set lockscreen . |
Well this falls back to software AOSP keymaster instead of using
hardware keymaster, that's not as fix, more of a workaround.
Le jeu. 12 déc. 2019 à 14:11, Mohamed Omar <[email protected]> a écrit :
…
@ilovecookieee
This solved issue with me but face unlock , doesn't work , I will see it later .
chmod 0 /vendor/lib/hw/keystore.*.so
then reboot and set lockscreen .
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@Kopra159 Nice. I already gave trying to root my phone but I'll try your workaround. Though I have a question, can you use the Galaxy store? |
unfortunately samsung acount doesn't work after installing twrp until now . |
Thanks . Replacing hardware keymaster with aosp keymaster . I am trying since july 2018 until now and matter happened today at the morning 😂😂. Thanks and please if u get anyfix tell it to us . |
Very nice! Thanks bro. So, I'll just run |
@ilovecookieee Test this by twrp and send me result of check command |
sorry guys call come when edit and my finger click on refer as issue by mistake |
Thanks for this Fix_Temp_lockscreen.zip @Kopra159 . It flashed successfully. But after rebooting, it asked me for password. The phone is encrypted even if I didn't set any password. |
maybe u set password before that . anyway easy flash this by twrp : then flash fix temp : and give me result of check command . |
Nope, I just flash a stock rom then root it. After changing the permission using
Okay, I'll try it |
@Kopra159 The
The fix temp was flashed successfully. After rebooting, the same problem on start up: Your phone is encrypted for security. To start up your device, enter your password. Again, I didn't add any password or pattern. |
ok , in twrp , try manually rm -f /data/system/locksettings.db then reboot and see if password is there ... also send pictures about lock if it will be there , maybe it is relate to payment service or others . |
@Kopra159 failed. It asked me again for password. i think I'm just gonna buy a new phone and it's not samsung lol. Anyway, thanks for all the help. |
ok dude ☹☹ |
give me files (u will find it in internal storage after excuting in terminal ): |
@ilovecookieee https://play.google.com/store/apps/details?id=tk.hack5.treblecheck |
@Kopra159 https://drive.google.com/file/d/1-QQXmNsVs8TGvSSJhNI6m0sigzlMZ-cB/view?usp=drivesdk I've uprooted my phone using stock rom I'll send you the same file of my rooted in some time cuz I've a exam to appear today... |
no need to it without root . I added su command mean root .....dude also that file I don't need it , I asked for another files . I need vendor.txt and system.txt |
ok no problem here . I need commands : from root device . and send files from internal storage . |
@ilovecookieee try to flash that file : https://androidfilehost.com/?fid=1395089523397964680 after rmm bypass v3 then try lockscreen 🤔. Maybe knox guard apk and payment service libs is the cause . Try ....and tell me . |
rats Tried su
chmod 0 /vendor/lib/hw/keystore.*.so
rm -f /data/system/locksettings.db
rm -f /data/system/*.key as root on my Tab A 10.5. The chmod definitely worked; I had to Likewise, 'ls' showed the locksettings.db and *.key files were gone. Rebooted, and now I have a friendly
Neither of those things are true, i.e. the device is not encrypted (and the reboot was waaay too fast for it to have applied encryption at that point), never has been, and no password has ever been set (I did the above shenanigans so I could (hopefully) set a password. latest Magisk, su, hidden, running stock 9 Anyone? |
I tried Magisk with stock kernel and it gave me problems like this :( |
same issue on j4+ stock kernel. twrp v3.6.1 |
I patched boot.img and flashed it using odin. After successfully rooting my device, I can't login to my samsung account and the lockscreen denies my pattern/pin. After rebooting, the device bootloops. My device is SM-J810F Pie and I used Magisk Canary 19.4. Please. fix it. Thanks in advanced!
The text was updated successfully, but these errors were encountered: