Fingerprint sensor stops working after I reboot. - Sony Xperia X Performance Questions & Answers

Anybody else have this issue?
I have to keep reprogramming the sensor!

nickcaper said:
Anybody else have this issue?
I have to keep reprogramming the sensor!
Click to expand...
Click to collapse
It's not issue. If rooted.
http://forum.xda-developers.com/xposed/modules/mod-fingerprint-enabler-t3411066

bkk99213 said:
It's not issue. If rooted.
http://forum.xda-developers.com/xposed/modules/mod-fingerprint-enabler-t3411066
Click to expand...
Click to collapse
Ok great info.. Ill try this out.. thanks allot.!
Also... do you think the root may have disabled the audio settings also? The ClearAudio, EQ and Surround has no effect at all.

bkk99213 said:
It's not issue. If rooted.
http://forum.xda-developers.com/xposed/modules/mod-fingerprint-enabler-t3411066
Click to expand...
Click to collapse
Hey it worked ..... so far its working fine now... Thanks!

nickcaper said:
Ok great info.. Ill try this out.. thanks allot.!
Also... do you think the root may have disabled the audio settings also? The ClearAudio, EQ and Surround has no effect at all.
Click to expand...
Click to collapse
I have no this issue. How do you get root? AndroidPlus Kernel?
If yes, you can try to delete below file by Root Explorer.
/data/credmgr/credmgr.db
Edit: I check it and I have no effect also.
Because I can't delete credmgr.db
Everytime I reboot the device.
This file reappear again.
I can confirm .227 no this issue

bkk99213 said:
I have no this issue. How do you get root? AndroidPlus Kernel?
If yes, you can try to delete below file by Root Explorer.
/data/credmgr/credmgr.db
Edit: I check it and I have no effect also.
Because I can't delete credmgr.db
Everytime I reboot the device.
This file reappear again.
I can confirm .227 no this issue
Click to expand...
Click to collapse
You need to follow the instruction that I created about how to root the F8132.
Thats all I can advise...

Related

gsam root companion. anyone using?

how did you guys get this to work? I cant seem to fully install it or copy it to the system folder. HTC one btw. I get the feeling everything root wise is harder with this phone.
Ultimakaiser said:
how did you guys get this to work? I cant seem to fully install it or copy it to the system folder. HTC one btw. I get the feeling everything root wise is harder with this phone.
Click to expand...
Click to collapse
The app get installed in /system/priv-app which require /system to be writable. So you'll need a custom kernel with /system writable feature.
alray said:
The app get installed in /system/priv-app which require /system to be writable. So you'll need a custom kernel with /system writable feature.
Click to expand...
Click to collapse
I don't suppose you can link to one that you trust.
Also I copied the apk to my /system/priv-app using root explorer and it seems to kind of work. Is this bad?
Ultimakaiser said:
I don't suppose you can link to one that you trust.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2233665
http://forum.xda-developers.com/showthread.php?t=2249774
Ultimakaiser said:
Also I copied the apk to my /system/priv-app using root explorer and it seems to kind of work. Is this bad?
Click to expand...
Click to collapse
The question is does it still works after a reboot?
alray said:
http://forum.xda-developers.com/showthread.php?t=2233665
http://forum.xda-developers.com/showthread.php?t=2249774
The question is does it still works after a reboot?
Click to expand...
Click to collapse
thanks bro I owe you one. gonna get this done when I get home hopefully. wish me luck
alray said:
http://forum.xda-developers.com/showthread.php?t=2233665
http://forum.xda-developers.com/showthread.php?t=2249774
The question is does it still works after a reboot?
Click to expand...
Click to collapse
Ok so I installed bulletproof but my battery says it has 1 percent left. But when its off it shows battery correctly. Heard of this?
Ultimakaiser said:
Ok so I installed bulletproof but my battery says it has 1 percent left. But when its off it shows battery correctly. Heard of this?
Click to expand...
Click to collapse
yeah it happens with some custom kernels, either wait for update or try a different one.
Someone on that forum told me I needed to use an updated version. But thanks got it working along with the gsam . You've been great. See you helping tons of people here besides me too. Much appreciated. Hope I can repay one day.
Oops this was for alray. But thanks to you too Nk

[Q] Green led while charging (How to Disable it)?

Hello, I have rooted my phone and tried the lightflow app temporarily and then I happened to deleted it. However since I still can't seem to be able to find a way to disable the Green LED while charging either through wireless or through the wall unit.
Help please.
chiraagt said:
Hello, I have rooted my phone and tried the lightflow app temporarily and then I happened to deleted it. However since I still can't seem to be able to find a way to disable the Green LED while charging either through wireless or through the wall unit.
Help please.
Click to expand...
Click to collapse
Reinstall Lightflow. Disable.
machNex said:
Reinstall Lightflow. Disable.
Click to expand...
Click to collapse
Just tried that, no success.. What shall I do?
Did you use light flow to enable the led?
rootSU said:
Did you use light flow to enable the led?
Click to expand...
Click to collapse
No, Not really.. I just rooted and installed lightflow post rooting and it was not set up yet! However whilst charging the green led persisted to stay on!
chiraagt said:
No, Not really.. I just rooted and installed lightflow post rooting and it was not set up yet! However whilst charging the green led persisted to stay on!
Click to expand...
Click to collapse
What ROM, what kernel?
Your signature says you're on franco kernel. If this is true you can use francos app and disable it under kernel settings
ajhman said:
Your signature says you're on franco kernel. If this is true you can use francos app and disable it under kernel settings
Click to expand...
Click to collapse
Hah.. didn't see that. Franco kernel enables the charging led by default. Search the kernel thread for the command to turn it off, or buy franko.Kernel Updater to turn it off easily.
/sys/devices/leds-qpnp-f002ee00/leds/charging/
If you don't want to type the command into terminal. You can go to this directory with a root enabled file explorer (I use ES file explorer) and change the max_brightness file from 1 to 0
This will do the same as the terminal command, I think however, just like typing it into terminal you will have to redo it on each boot
Use https://play.google.com/store/apps/details?id=com.androguide.universal.init.d to set on boot if you do not have FKU because Franco does not have init.d support.
Turn the switch in the app to ON
Create a file in /system/etc/init.d
Code:
#!/system/bin/sh
#
#Charge LED - Off
echo 0 > /sys/devices/leds-qpnp-f002ee00/leds/charging/max_brightness
Really only need the 4th line.
Cheers, guys problem solved. Love this place...
chiraagt said:
Cheers, guys problem solved. Love this place...
Click to expand...
Click to collapse
Just wondering how did you solve it. Did you buy the Franco app or did you do the file method? I too want to disable this LED.
jtorress said:
Just wondering how did you solve it. Did you buy the Franco app or did you do the file method? I too want to disable this LED.
Click to expand...
Click to collapse
My assumption is because he was using franco kernel, he disabled it with the franco app.
rootSU said:
My assumption is because he was using franco kernel, he disabled it with the franco app.
Click to expand...
Click to collapse
Why in hell would this be enabled by default? I'm just testing the kernel so I don't want to buy a $5 app just yet. At least not until I'm sure this is the kernel I want to use in the long run. So far this LED is my only complaint. I'll look into it. Thank you.
jtorress said:
Why in hell would this be enabled by default? I'm just testing the kernel so I don't want to buy a $5 app just yet. At least not until I'm sure this is the kernel I want to use in the long run. So far this LED is my only complaint. I'll look into it. Thank you.
Click to expand...
Click to collapse
Both methods work perfectly.
However I still have one small query why does it automatically reset when the phone is restarted?
chiraagt said:
Both methods work perfectly.
However I still have one small query why does it automatically reset when the phone is restarted?
Click to expand...
Click to collapse
Yeah is there a way to fix it permanently?
I used the Franco app, sorry lads.. I don't know about any other fixes!
chiraagt said:
Both methods work perfectly.
However I still have one small query why does it automatically reset when the phone is restarted?
Click to expand...
Click to collapse
romdroid. said:
Yeah is there a way to fix it permanently?
Click to expand...
Click to collapse
Everything in /sys reverts to kernel defaults at boot.
From this post:
http://forum.xda-developers.com/showpost.php?p=58426385&postcount=10
Create an init.d script or download script manager or tasker to run that script on boot. Google that if you don't know how.

[Q] Please help. Lockscreen swiping problem.

You guys know Kitkat version has this shiny flaring effect when you swipe to unlock, right? On my machine, this effect suddenly disappeared... I didn't do anything. Theme wasn't changed whatsoever.
Anyone has the same experience??
Help!
do you mean there is no partical effect what so ever or the big flash of particals just before unlock
gavster26 said:
do you mean there is no partical effect what so ever or the big flash of particals just before unlock
Click to expand...
Click to collapse
From the moment when I touch the screen to unlock the screen, there are no partical effect what so ever.
XPZ!1 said:
From the moment when I touch the screen to unlock the screen, there are no partical effect what so ever.
Click to expand...
Click to collapse
try clearing data in /settings/apps/all/lockscreen then reboot
gavster26 said:
try clearing data in /settings/apps/all/lockscreen then reboot
Click to expand...
Click to collapse
Done it, its no good...
htt___ps://w___w____w.youtube.com/watch?v=N6uvB_DiTDU (please delete fisrt three underlinings)
above link is for your better comprehension regarding the problem.
Perhaps factory reset is the only way...??
PS. Rooted the first day I got the phone. partical effect WAS present when I was operating the phone for the some days. Like I said, it suddenly disappeared... No editing was done to my phone what so ever.
XPZ!1 said:
Done it, its no good...
htt___ps://w___w____w.youtube.com/watch?v=N6uvB_DiTDU (please delete fisrt three underlinings)
above link is for your better comprehension regarding the problem.
Perhaps factory reset is the only way...??
PS. Rooted the first day I got the phone. partical effect WAS present when I was operating the phone for the some days. Like I said, it suddenly disappeared... No editing was done to my phone what so ever.
Click to expand...
Click to collapse
Try moving xperia lockscreen.apk to your sdcard from /system/app then reboot then move it back and then give permissions 0644 (rw-r-r)
gavster26 said:
Try moving xperia lockscreen.apk to your sdcard from /system/app then reboot then move it back and then give permissions 0644 (rw-r-r)
Click to expand...
Click to collapse
Its still no good, man...
XPZ!1 said:
Its still no good, man...
Click to expand...
Click to collapse
Is your rom odexd or deodexd
gavster26 said:
Is your rom odexd or deodexd
Click to expand...
Click to collapse
I rooted a stock rom, so it must be odexed, isnt it??
XPZ!1 said:
I rooted a stock rom, so it must be odexed, isnt it??
Click to expand...
Click to collapse
If you have recovery , backup your system . Then head over to this thread and flash / move to system.app the modded file
TRY AT YOUR OWN RISK . If you want to be 100 % safe , backup via recovery
The thread is here http://forum.xda-developers.com/showthread.php?t=2474041
-XperiaMan- said:
If you have recovery , backup your system . Then head over to this thread and flash / move to system.app the modded file
TRY AT YOUR OWN RISK . If you want to be 100 % safe , backup via recovery
The thread is here http://forum.xda-developers.com/showthread.php?t=2474041
Click to expand...
Click to collapse
thank you, bro. Youve been very helpful.
XPZ!1 said:
thank you, bro. Youve been very helpful.
Click to expand...
Click to collapse
Happy you solved it . You re welcome

FIX system permision SM-G925V

Hi:
I want to fix my system app permission, my phone is in a eternal loop in installing app. Right now I have android 6.
Please help.
Did you just recently install the update?
Fix permission
zimgir124 said:
Did you just recently install the update?
Click to expand...
Click to collapse
Yes, a couple of day ago, but the problem is that some permission in "/System/csc/" are corrupted, with TWRP is easy, just click in fix permission, but since we can't installed in a verizon phone I can't fix it. Any idea?
Eulises_flores said:
Yes, a couple of day ago, but the problem is that some permission in "/System/csc/" are corrupted, with TWRP is easy, just click in fix permission, but since we can't installed in a verizon phone I can't fix it. Any idea?
Click to expand...
Click to collapse
The only thing I can think of is getting the PIT file, restoring to stock in ODIN , or a factory reset.
Install TWRP
zimgir124 said:
The only thing I can think of is getting the PIT file, restoring to stock in ODIN , or a factory reset.
Click to expand...
Click to collapse
I already did, but doesn't work, there any way to install TWRP?
Eulises_flores said:
I already did, but doesn't work, there any way to install TWRP?
Click to expand...
Click to collapse
No, not that I know of at least.

Password after hard reset

Hi
After resetting my device via stock recovery it boots up normally. But after logging into my wifi I need to put a code which I don't have (not the wifi password of course). What should I do ?
Did you remove the unlock screen security before restoring?
RiTCHiE007 said:
Did you remove the unlock screen security before restoring?
Click to expand...
Click to collapse
No I didnt.
FroZine said:
No I didnt.
Click to expand...
Click to collapse
Ah, then thats why you have this problem. I have seen a solution tho but cant remember where. Ill do try to see if i can find it later today.
RiTCHiE007 said:
Ah, then thats why you have this problem. I have seen a solution tho but cant remember where. Ill do try to see if i can find it later today.
Click to expand...
Click to collapse
Thanks mate Im searching aswell
Have you tried this? https://www.youtube.com/watch?v=cvg_HXnTYVo or this https://www.youtube.com/watch?v=Njw5e0oOSHw
RiTCHiE007 said:
Have you tried this? https://www.youtube.com/watch?v=cvg_HXnTYVo or this https://www.youtube.com/watch?v=Njw5e0oOSHw
Click to expand...
Click to collapse
I tired everything. I even got the apk on the internal storage but I cant install it .... I click on the apk -click on install and nothing happens
FroZine said:
I tired everything. I even got the apk on the internal storage but I cant install it .... I click on the apk -click on install and nothing happens
Click to expand...
Click to collapse
Hmm try putting the apk on a usb stick and use the otg mode like shown here https://www.youtube.com/watch?v=b4ecYqf8C2M
RiTCHiE007 said:
Hmm try putting the apk on a usb stick and use the otg mode like shown here https://www.youtube.com/watch?v=b4ecYqf8C2M
Click to expand...
Click to collapse
Not yet. Can I only install files from the "external" storage ?
FroZine said:
Not yet. Can I only install files from the "external" storage ?
Click to expand...
Click to collapse
Yea it seems like it.
RiTCHiE007 said:
Yea it seems like it.
Click to expand...
Click to collapse
Its working with an OTG Adapter ! Nice ! Thanks
FroZine said:
Its working with an OTG Adapter ! Nice ! Thanks
Click to expand...
Click to collapse
Good to hear bro

Categories

Resources