Hi
S4 GT-i9505, rooted, on LOS 15.1 with proximity sensor issue (black screen during and after calls)
how to disable it?
- On nougat (LOS 14.1), I had found there an dialer mod apk mod with proximity disabled but doesn't work on oreo https://forum.xda-developers.com/nexus-4/help/how-to-disable-proximity-sensor-nougat-t3453008
- xposed sensor disabler d'oesn't work on nougat and Oreo.
- already tried to clean up sensor
thanks
bilatche said:
Hi
S4 GT-i9505, rooted, on LOS 15.1 with proximity sensor issue (black screen during and after calls)
how to disable it?
- On nougat (LOS 14.1), I had found there an dialer mod apk mod with proximity disabled but doesn't work on oreo https://forum.xda-developers.com/nexus-4/help/how-to-disable-proximity-sensor-nougat-t3453008
- xposed sensor disabler d'oesn't work on nougat and Oreo.
- already tried to clean up sensor
thanks
Click to expand...
Click to collapse
Hey did you find a fix for this problem??
Unfortunaly no... I asked to the ROM dev to add an option to disable the prox sensor like on cyanogen13 but no answer.
The only solution I found was to go back on 14.1...
bilatche said:
Unfortunaly no... I asked to the ROM dev to add an option to disable the prox sensor like on cyanogen13 but no answer.
The only solution I found was to go back on 14.1...
Click to expand...
Click to collapse
Hey, are you still on 14.1 or did you find a solution with Oreo?
MysticMac said:
Hey, are you still on 14.1 or did you find a solution with Oreo?
Click to expand...
Click to collapse
I remember someone posted here an apk for Oreo.
bilatche said:
I remember someone posted here an apk for Oreo.
Click to expand...
Click to collapse
I don't quite follow?
@bilatche proximity sensor can easily be disabled by running this on your terminal app or using ADB
Code:
echo 0 > /sys/class/sensors/proximity_sensor/prox_cal
this command does not depend on android ROM.it works on all android versions (requires root access)
side said:
@bilatche proximity sensor can easily be disabled by running this on your terminal app or using ADB
Code:
echo 0 > /sys/class/sensors/proximity_sensor/prox_cal
this command does not depend on android ROM.it works on all android versions (requires root access)
Click to expand...
Click to collapse
Wow thanks a lot, do i have to enter this command everytime the phone boots up or is it a one time action? ( sorry for the late reply )
side said:
@bilatche proximity sensor can easily be disabled by running this on your terminal app or using ADB
Code:
echo 0 > /sys/class/sensors/proximity_sensor/prox_cal
this command does not depend on android ROM.it works on all android versions (requires root access)
Click to expand...
Click to collapse
I get an error : Could not find a part of the path 'C:\sys\class\sensors\proximity_sensor\prox_cal'.
At line:1 char:1
max7clouds said:
I get an error : Could not find a part of the path 'C:\sys\class\sensors\proximity_sensor\prox_cal'.
At line:1 char:1
Click to expand...
Click to collapse
Adb shell
First
bilatche said:
I remember someone posted here an apk for Oreo.
Click to expand...
Click to collapse
Can you share this apk?
Related
Hey xda People,
can someone teach me how to enable native call recording on the s7 edge please? I rooted my s7 edge few hours ago and I'm done setting it up how I want minus the call recording... can someone help? also can maybe someone help getting App Lock to work? anyone out there knows how it's done?
cheers
I don't know if anybody else has this but after i have finished a phone call, all my conversations are in the Voice Recorder app on my phone inside the recordings tab. Very clear sound on both sides of the conversation. Try that.
Since you have root, get Xposed Framework, then get xTouchWiz Module, its in the settings. I have call recording through this.
Get Xposed here, then flash it AND ALSO get the APK for the Xposed app there,
http://forum.xda-developers.com/xposed/unofficial-xposed-samsung-lollipop-t3180960
Then get the xTouchWiz module inside Xposed framework, the phone recording can also be configured to on/off toggle or auto record every call.
Both Mods in CSC/Others.xml
Call Recording
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
Click to expand...
Click to collapse
App Lock
<CscFeature_SmartManager_ConfigSubFeatures>roguepopup|autoclean|autorestart|applock|applicationpermission|</CscFeature_SmartManager_ConfigSubFeatures>
<CscFeature_SmartManager_ConfigDashboard>dual_dashboard</CscFeature_SmartManager_ConfigDashboard>
Click to expand...
Click to collapse
Then Move the attached app to System/Priv-App/ and Restart the device
Jomari29 said:
Since you have root, get Xposed Framework, then get xTouchWiz Module, its in the settings. I have call recording through this.
Get Xposed here, then flash it AND ALSO get the APK for the Xposed app there,
http://forum.xda-developers.com/xposed/unofficial-xposed-samsung-lollipop-t3180960
Then get the xTouchWiz module inside Xposed framework, the phone recording can also be configured to on/off toggle or auto record every call.
Click to expand...
Click to collapse
Ive tried this and got it all installed. My only problem is there is nothing in download list in exposed. I flashe the sdk23 64 arm version and it all apprears ok, just nothing in the repo shows up and the the download tab is greyed out.
I tried reflashing but still the same....
any ideas??
Ok I got this fixed just was making a mistake with not restating phone. My bad
neckabutu said:
Ive tried this and got it all installed. My only problem is there is nothing in download list in exposed. I flashe the sdk23 64 arm version and it all apprears ok, just nothing in the repo shows up and the the download tab is greyed out.
I tried reflashing but still the same....
any ideas??
Click to expand...
Click to collapse
Use what I've suggested. This is a small mod which doesn't have to go through Xposed.
I prefer system inbuilt mods rather than depending on an app or xposed.
Mental pleasure of making the rom lightweight.
JazonX said:
Use what I've suggested. This is a small mod which doesn't have to go through Xposed.
I prefer system inbuilt mods rather than depending on an app or xposed.
Mental pleasure of making the rom lightweight.
Click to expand...
Click to collapse
Thanks for quick reply , but my question was more about exposed itself. I couldnt find any one else with same sort of problem until i read this
neckabutu said:
Ive tried this and got it all installed. My only problem is there is nothing in download list in exposed. I flashe the sdk23 64 arm version and it all apprears ok, just nothing in the repo shows up and the the download tab is greyed out.
I tried reflashing but still the same....
any ideas??
Click to expand...
Click to collapse
100% youre rooted? and BusyBox installed?
Yes 100%.
I uninstalled and flashed older version but same deal
Sent from my SM-G935F using XDA-Developers mobile app
Prefer using the built in app
JazonX said:
Both Mods in CSC/Others.xml
Call Recording
App Lock
Then Move the attached app to System/Priv-App/ and Restart the device
Click to expand...
Click to collapse
JazonX said:
Use what I've suggested. This is a small mod which doesn't have to go through Xposed.
I prefer system inbuilt mods rather than depending on an app or xposed.
Mental pleasure of making the rom lightweight.
Click to expand...
Click to collapse
YAAAAAAAAS!!! This is exactly what I was looking for! And I'm 100% on board with u on the Mental pleasure of making the rom lightweight.
I did what u told me. Added the lines in others.xml in the csc folder and and created a AppLock folder in System/Priv-App/ and copied the AppLock.apk in there and set the right permissions.
After reboot nothing.
read thread and installed busybox via playstore and installed busybox from within app. Do I have to keep the busybox app after installing the "framework" or whatever busybox is?
After reboot nothing.
looked at the "code" says something about SmartManager in the beginning. Does this depend on SmartManager? Because I deleted it whilst de-bloating....
trying to get SmartManager to work again right now. In the meantime can someone maybe point out something I could have missed or done wrong please?
http://forum.xda-developers.com/galaxy-s6-edge/general/quick-guide-enabling-hidden-features-t3087506
To
JazonX said:
Both Mods in CSC/Others.xml
Call Recording
App Lock
Then Move the attached app to System/Priv-App/ and Restart the device
Click to expand...
Click to collapse
What is app lock?
Sended from my Samsung Galaxy S7 Edge Gold Platinum
turtuv said:
What is app lock?
Click to expand...
Click to collapse
It's a Samsung native app which allows to lock apps individually. For example you can lock Gallery using this app with fingerprint, pin, password and have to enter one of those to get access to the app. Very good security measurement.
chieco said:
It's a Samsung native app which allows to lock apps individually. For example you can lock Gallery using this app with fingerprint, pin, password and have to enter one of those to get access to the app. Very good security measurement.
Click to expand...
Click to collapse
Thanks, very interesting. But I don't see it on my phone. Where is it?
Sended from my Samsung Galaxy S7 Edge Gold Platinum
For those who can't find Applock - Go to Smart Manager and Swipe once to Left. It's on the Second Dashboard Bottom Row named as App Behavior.
JazonX said:
For those who can't find Applock - Go to Smart Manager and Swipe once to Left. It's on the Second Dashboard Bottom Row named as App Behavior.
Click to expand...
Click to collapse
Doesn't happen anything if I swipe to left.
And where is the CSC/Others.xml?
Sended from my Samsung Galaxy S7 Edge Gold Platinum
I've just followed steps here to and I can't get it to show up.
Strange. I'm running Australia latest firmware debadged
Hey everyone I got it to work! But the instructions from the first page are wrong that's the reason why it's not working for u guys. Right now I'm very busy but I post a guide and maybe video guide on how to do it right. Please be patient.
chieco said:
Hey everyone I got it to work! But the instructions from the first page are wrong that's the reason why it's not working for u guys. Right now I'm very busy but I post a guide and maybe video guide on how to do it right. Please be patient.
Click to expand...
Click to collapse
Thanks! But I still don't understand why in Smart Manager nothing happen if i swipe to the left like JasonX said.
Sended from my Samsung Galaxy S7 Edge Gold Platinum
My screen is broken so the proximity sensor doesnt respond properly.
I want to disable the proximity sensor or mock its value.
Can anybody suggest me some ways to do that without xposed
Because i am using android 7.1.
Please help me with it.
Thanks in advance
ACFH said:
Not the first time
https://forum.xda-developers.com/showpost.php?p=71692561&postcount=2
edit: late ver. https://forum.xda-developers.com/showpost.php?p=71802730&postcount=32
Click to expand...
Click to collapse
Thnku sir
I will try this
Thanx alot for your help
Social Media
ACFH said:
Not the first time
https://forum.xda-developers.com/showpost.php?p=71692561&postcount=2
edit: late ver. https://forum.xda-developers.com/showpost.php?p=71802730&postcount=32
Click to expand...
Click to collapse
So does this work on messenger,whatsapp etc? i want to disable proximity sensor in android pie version. but the sensor disable app only works with xposed not edxposed. xposed is not official in android 9.0. so is there any way to disable in pie? or do i have to roll back to oreo? using oxygen os 9.0 leaked rom in 3t.
In stock camera, getting:
Camera error
Can't connect to camera
Is it possible to have both working together?
heredago said:
In stock camera, getting:
Camera error
Can't connect to camera
Is it possible to have both working together?
Click to expand...
Click to collapse
What did you change to get Google camera working ?
NITRO_100 said:
What did you change to get Google camera working ?
Click to expand...
Click to collapse
Purchased phone running Sept security
Updated to Oct security via OTA
Unlocked bootloader using Mi tool
Rooted with CF auto root
Added 1 line to buildprop
Installed Google camera apk
me too
heredago said:
In stock camera, getting:
Camera error
Can't connect to camera
Is it possible to have both working together?
Click to expand...
Click to collapse
stock camera potret mode working HDR mode not working
google camera uninstall and delete line build pro
still an error
apandi02 said:
stock camera potret mode working HDR mode not working
google camera uninstall and delete line build pro
still an error
Click to expand...
Click to collapse
Flash october update using miflash
Root again using CF-ROOT
Done
It seems since the October update we don't need that line in prop, it works by default even without root, at least on my device
sooti said:
Flash october update using miflash
Root again using CF-ROOT
Done
It seems since the October update we don't need that line in prop, it works by default even without root, at least on my device
Click to expand...
Click to collapse
So you're saying it works without root?
Which port are you using? Is it this one? v.1.4_v3: MGCB_7.0H_C2API_Full_PXL2_v.1.4_60FPS_noburst_v3 (ivanich, 2017-08-27) (stable, no config needed)
heredago said:
So you're saying it works without root?
Which port are you using? Is it this one? v.1.4_v3: MGCB_7.0H_C2API_Full_PXL2_v.1.4_60FPS_noburst_v3 (ivanich, 2017-08-27) (stable, no config needed)
Click to expand...
Click to collapse
No ,latest 5.1014
@sooti Are you sure about that ? What are you results with the camera2 api probe app ?
sooti said:
No ,latest 5.1014
Click to expand...
Click to collapse
How is that even possible?? You require to be on oreo to use that version!! Are u on oreo??
not working
sooti said:
Flash october update using miflash
Root again using CF-ROOT
Done
It seems since the October update we don't need that line in prop, it works by default even without root, at least on my device
Click to expand...
Click to collapse
i am try this step and install gcammod , not working with me..
stock rom working normal
can give me the download link gcam HDR?
zazzy24 said:
How is that even possible?? You require to be on oreo to use that version!! Are u on oreo??
Click to expand...
Click to collapse
Not from appmirror, from gcam mod, here
https://forum.xda-developers.com/on...oogle-camera-hdr-60fps-video-t3658552/page114
heredago said:
Purchased phone running Sept security
Updated to Oct security via OTA
Unlocked bootloader using Mi tool
Rooted with CF auto root
Added 1 line to buildprop
Installed Google camera apk
Click to expand...
Click to collapse
have to note this down... thanks a bunch..
Go to manual mode..u can shoot pic from there. But can't use HDR...
Rakibboss said:
Go to manual mode..u can shoot pic from there. But can't use HDR...
Click to expand...
Click to collapse
For me, stock camera doesn't work consistently anymore even with HDR off. It seems to work in normal lighting situation but not in low light situation where I get the error explained in initial post (very strange).
Same here.
HDR mode is not working on Mi Camera app , says "Camera error - can't connect to camera" everything else works.
heredago said:
For me, stock camera doesn't work consistently anymore even with HDR off. It seems to work in normal lighting situation but not in low light situation where I get the error explained in initial post (very strange).
Click to expand...
Click to collapse
Go to manual mode of stock camera app.. It will work then..
Rakibboss said:
Go to manual mode of stock camera app.. It will work then..
Click to expand...
Click to collapse
Thanks, it works!
And Manual mode with everything auto = auto mode in the end right? (Any difference?)
heredago said:
Thanks, it works!
And Manual mode with everything auto = auto mode in the end right? (Any difference?)
Click to expand...
Click to collapse
Yeah..
This thread is closed due to violation of protocol
I'm using it as a daily driver. Tom is smooth and give me really good baterry backup xD
Steps to install?
I've tried installing with pixel experience (treble), gave me a bootloop.
cichowlasp said:
I'm using it as a daily driver. Tom is smooth and give me really good baterry backup xD
Click to expand...
Click to collapse
Is it has any bugs??? Specifically volte working???
Pavan420 said:
Is it has any bugs??? Specifically volte working???
Click to expand...
Click to collapse
I don't have VoLTE in my country so I can't test it. And the only bug I noticed is that the fingerprint reader not working (button work and swipe right to recently also but fingerprint not)
Sent from my Pixel XL using Tapatalk
cichowlasp said:
I don't have VoLTE in my country so I can't test it. And the only bug I noticed is that the fingerprint reader not working (button work and swipe right to recently also but fingerprint not)
Sent from my Pixel XL using Tapatalk
Click to expand...
Click to collapse
In India, I used Jio SIM and it works sometime perfectly and sometime it just show incoming calls but when you picked up call the call gets cancelled, and you cannot used Volte for outgoing calls normal calls can be made and jio4g app from playstore doesnt work because it recognize your phone as volte enabled
vvijayk1999 said:
ANDROID P DEVELOPER PREVIEW
Dear friends,
Since the unofficial Android P Dev preview ROM has been developed I'm posting the links below.
Note:
its a preview build, So high chances of instability.
I'm not responsible for any damage caused.
And its not a daily driver.
Steps to install:
Click to expand...
Click to collapse
Hey , vvijayk1999, correct me if I'm wrong but do we have Mokee ROM for Zuk z2 plus? or these are the general instructions ?
I searched for Mokee ROM for our device but what I found is this and it says, it's based on 6.0 .
Mokee link that I found is here : https://forum.xda-developers.com/lenovo-zuk-z2/how-to/mokee-romofficial-zuk-z2-t3539558
andromuks said:
Hey , vvijayk1999, correct me if I'm wrong but do we have Mokee ROM for Zuk z2 plus? or these are the general instructions ?
I searched for Mokee ROM for our device but what I found is this and it says, it's based on 6.0 .
Mokee link that I found is here : https://forum.xda-developers.com/lenovo-zuk-z2/how-to/mokee-romofficial-zuk-z2-t3539558
Click to expand...
Click to collapse
Bro use rr 6.1.0 treble
Way to early for some one with sigle Z2 Plus as primary phone to try out.
I shall wait till more of a device specific build is made available !!
I get an error error7 when installing incall2.zip. Do everyone alike?
EldarWap said:
I get an error error7 when installing incall2.zip. Do everyone alike?
Click to expand...
Click to collapse
Mount system and vendor
Noverity zip link?
guyz_ahead said:
Noverity zip link?
Click to expand...
Click to collapse
We don't need it for Z2.
OP actually copied the steps which were meant for OnePlus 5 users.
JashanjotSidhu said:
We don't need it for Z2.
OP actually copied the steps which were meant for OnePlus 5 users.
Click to expand...
Click to collapse
Thanks bro. To all of you wanting to enable Double Tap 2 Wake Dt2w, firstly please thank @optimumpro coz of whom I am aware of the mod kernel aduitor https://forum.xda-developers.com/attachment.php?attachmentid=4484977&d=1524581025 Thanks Optimumpro
? Goto to kernel aduitor grant root and head to wake. Then enable dt2w
how to remove this notice?
EldarWap said:
how to remove this notice?
Click to expand...
Click to collapse
Install magisk, download titanium, remove pixel setup.
EldarWap said:
how to remove this notice?
Click to expand...
Click to collapse
Long press on that notification then i option will come then click on it then tap disable...done
I flashed dp4 but it's lagging and freezing. Can anybody tell me the steps for smooth experience?
Tarunshrm864 said:
I flashed dp4 but it's lagging and freezing. Can anybody tell me the steps for smooth experience?
Click to expand...
Click to collapse
you installed via twrp p-lag-fix.zip? I installed it after aex 5.7 and now I have somehow shown that the version of DP3 is installed
guyz_ahead said:
Install magisk, download titanium, remove pixel setup.
Click to expand...
Click to collapse
Can't you just delete it with the TWRP built-in file manager? That's what I would have done.
Heyya ^^
Anybody got a working Gcam version with latest P update? Almost every version is broken ( Focus issues, green tint etc.. )
If you have a working version please share the link from Celsoz's page please ?
ali-k95 said:
Heyya ^^
Anybody got a working Gcam version with latest P update? Almost every version is broken ( Focus issues, green tint etc.. )
If you have a working version please share the link from Celsoz's page please ?
Click to expand...
Click to collapse
I do, Arnova8G2 v.8.3, though eis seemed to be removed.
WhatzIt2Ya said:
I do, Arnova8G2 v.8.3, though eis seemed to be removed.
Click to expand...
Click to collapse
Link? Android Version? 8.3 or 8.3b1 (Latest?)
WhatzIt2Ya said:
I do, Arnova8G2 v.8.3, though eis seemed to be removed.
Click to expand...
Click to collapse
Not working man. Same focus hunting issue.
AnmolGoyal said:
Not working man. Same focus hunting issue.
Click to expand...
Click to collapse
I installed it since Oreo, but it works fine, at least for me.
---------- Post added at 12:35 AM ---------- Previous post was at 12:34 AM ----------
ali-k95 said:
Link? Android Version? 8.3 or 8.3b1 (Latest?)
Click to expand...
Click to collapse
8.3b1
AnmolGoyal said:
Not working man. Same focus hunting issue.
Click to expand...
Click to collapse
Yeah. But there is a simple workaround. Switch to video mode and then switch back to camera mode. For now that seems to be working for me.
HPRG said:
Yeah. But there is a simple workaround. Switch to video mode and then switch back to camera mode. For now that seems to be working for me.
Click to expand...
Click to collapse
Even this is not working. What version of gcam are you using? And can you link it please?
Did you guys perform a reset from the settings after updating? Because I did and after that the method that uses setprop to enable camera 2 API doesn't work anymore. Do you know a solution? Thanks a lot.
Set camera resolution to 9mp. Works for me on gcam version 6. As for front cam green tint need to use gcam version 5.
^^ Second that.
x-flyer said:
Did you guys perform a reset from the settings after updating? Because I did and after that the method that uses setprop to enable camera 2 API doesn't work anymore. Do you know a solution? Thanks a lot.
Click to expand...
Click to collapse
You just need to add camera2api line via terminal and save it that's all No need for tools or installing anything.
At the mean time almoat everything is giving green tint or Focus Issue, so I'll wait
ali-k95 said:
You just need to add camera2api line via terminal and save it that's all No need for tools or installing anything.
At the mean time almoat everything is giving green tint or Focus Issue, so I'll wait
Click to expand...
Click to collapse
I have tried these two lines using an adb shell from twrp without being rooted and they didn't work.
Code:
setprop persist.camera.HAL3.enabled 1
setprop persist.camera.eis.enable 1
To confirm can you tell me which lines you used?
EDIT:
I think i solved it. I went into recovery. Using adb pull and push commands i edited the persistent_properties found in /data/property. I copied and pasted a random line and changed it into the actual line to enable camera2api. Also i changed the permission of the file after pushing it using "chmod 600 [file]". Now Manual Camera Compatibility shows all green marks.
x-flyer said:
I have tried these two lines using an adb shell from twrp without being rooted and they didn't work.
Code:
setprop persist.camera.HAL3.enabled 1
setprop persist.camera.eis.enable 1
To confirm can you tell me which lines you used?
EDIT:
I think i solved it. I went into recovery. Using adb pull and push commands i edited the persistent_properties found in /data/property. I copied and pasted a random line and changed it into the actual line to enable camera2api. Also i changed the permission of the file after pushing it using "chmod 600 [file]". Now Manual Camera Compatibility shows all green marks.
Click to expand...
Click to collapse
I used a terminal app from the store and just added the lines there with SU permissions, worked just fine, although i do have root
AnmolGoyal said:
Even this is not working. What version of gcam are you using? And can you link it please?
Click to expand...
Click to collapse
V8.3 - https://www.celsoazevedo.com/files/...f/GCam-5.1.018-Pixel2Mod-Arnova8G2-V8.3b1.apk
Switch to video mode. Wait till it sets in at the perfect focus point. Then switch to camera.
---------- Post added at 05:17 PM ---------- Previous post was at 04:32 PM ----------
apecx92 said:
Set camera resolution to 9mp. Works for me on gcam version 6. As for front cam green tint need to use gcam version 5.
Click to expand...
Click to collapse
Yes this works. But compared to Arnova's V8.3b, none of the newer mods (Including Arnova's latest version - 6.xx) seems to produce crispier images as it used to do before. I agree that the older app took too long to process the images. But the reduction in quality is pretty evident. I'd still stick with the older version.