Showing posts with label Light. Show all posts
Showing posts with label Light. Show all posts

Sunday, 31 July 2016

Light speaker distortion

Hi all,

I have the P9 since a few days. I've noticed a quite light distortion (a little 'crank') but only with a particular sound, that one that sounds when you click on the microphone button to enable voice recognition, for example on google now or play store. When I press that microphone button, sometimes it starts with a very very short and light 'crank' (I don't know how to call it). It doesn't happen always, only sometimes.
Has anyone noticed?

Regards

Thursday, 28 July 2016

Disable Light Sensor



Is there any good solution to disable that annoying ambient light sensor?

Turning off Adaptive and Bravia Engine does nothing, that sensor still switches my screen backlight on a whim.
I don't use Xposed and also do not want to. Best would be a solution such that I can use the brightness slider in the noticiation bar to control the display brightness. Other apps with widgets and what not are unhandy. :/



Wednesday, 27 July 2016

[Xposed] [Testers needed] Trying to solve Light sensor bug



Hi, may be some of you have experienced the bug when an auto-brightness is on and you're in the dark place or light sensor is covered by your hand or cardboard and you're trying to watch 360 video on youtube or other required gyroscope thing and there are lags. Watch them on video - https://www.youtube.com/watch?v=XYudbTzIdHU
May be it's already been discussed but I haven't found the solution except turning auto-brightness off which isn't like a perfect solution to me :)
On 4pda user GODKIMOVSK have shared some info regarding this problem. Here few things you should know:
1. There are two different kind of light sensor installed on our devices:
a) Liteon LTR55X ALSPRX
b) Sensortek stk3x1x alsprx
A lot of users with gyro bug have Liteon sensor but there are people with second one as well.
To check what sensor is installed on your device use Sensor Box application.
2) The limits of light sensor usually are 0 - 10000 lux and gyro lags exist only when the data from the sensor is less than 10 lux.
So, the solution is quite simple seems to me. When the sensor read value that is less than 10 lux it becomes 10 lux on the out of the sensor.

I found a xposed module http://repo.xposed.info/module/com.m...er.disableprox - which able to mock all sensor 's values on your device. But I haven't tried it yet cause my boot is still locked and I don't want to unlock it unofficially so I'm waiting for xiaomi to allow the unlocking.
The module doesn't able to change light sensor measurement limits but it can replace it with one number. And if it actually does that's almost the solution.

THE FIRST TASK.
I need people which have the described gyro bug to test the Sensor Disabler xposed module.
1. Install the module, activate it in xposed installer. Go to the module setting, find the light sensor and mock its values to 50-100 lux . Reboot.
2. Turn on auto-brightness. Install Sensor Box or any other application which can measure light sensor data. If it shows exactly the same value in lux that you set up in the module then it works.
3. Try to experience gyro lag. Go to youtube and try to watch any 360 video with your hand covering light sensor.
4 . Share your results in this thread. Does the module work or not? Does the lags are gone?
Share xposed log too (/data/data/de.robv..../log/ and the file is error.log or something like that) so if the module doesn't work we can identify what is the reason.


THE SECOND TASK.
I saw source code of Sensor Disabler module and built my own module (Light_Fix.apk) with following code which is aimed to solve the gyro bug.
Test my module as well and share log.
Steps are almost the same except 2nd step:
2. If the data can not go less then 10 lux then my module works.


PHP Code:







private void ChangeSensorValues(final LoadPackageParam lpparam) {
      
         
XC_MethodHook mockSensorHook = new XC_MethodHook() {
                @
SuppressWarnings("unchecked")
                @
Override
                
protected void beforeHookedMethod(MethodHookParam param)
                        
throws Throwable {
                                        
                    
int type=(Integer) param.args[0];
                    
float[] sensor_values=(float[]) param.args[1];
                    
                    if ((
type==) & (sensor_values[0]<=10)) //type 5 - LIGHT_SENSOR afaik
                    
{
                        
XposedBridge.log("SOMETHING WORKS!");
                        
XposedBridge.log("type= "param.args[0]);
                        
XposedBridge.log("values= "param.args[1]);
                        
                        
sensor_values[0]=(float) 10;
                        
param.args[1]=sensor_values;
                    }
                    
                }
            };
            
XposedHelpers.findAndHookMethod("android.hardware.SystemSensorManager$SensorEventQueue"lpparam.classLoader"dispatchSensorEvent"int.class, float[].class, int.class, long.class, mockSensorHook);
 } 









I am also open for help from devs and other people. It's just sad that no one hasn't even tried somehow to solve the gyro bug despite so much people have the phone.

To mods: please move that thread if it is not in appropriate place














Attached Files






File Type: apk LightFix_v2.apk -
[Click for QR Code]
(433.0 KB)







Saturday, 23 July 2016

Led Light not working properly after downgrade from 6.0.1 - e2306



Hey all,

I recently upgraded to 6.0.1 using flashtool only to find out that root is going to be tricky to gain for locked bootloaders. So I downgraded back to 5.0 build 26.1.A.3.111. After the downgrade I noticed my LED wasn't lighting properly anymore. When i do a test through #*#*7378423*#*# it lights all three test colours, but when I get a message or plug my phone in to charge it seems to light sometimes and not others. I tried using pc companion to repair my device but still had no luck getting my LED to work. It seems as if marshmallow left something behind that won't go away and is wrecking led functionality.

Anyone have a possible solution?



Thursday, 21 July 2016

Xperia Z stuck on red light



What happened to my phone?

Im on XOPS android 6 rom, and wanted to restart into recovery (power menu)


Now my phone stucks on black screen, and red light is on for the whole time.


Cant do anything, powerbutton + volumeup doesnt work (pressed it like 1000x times and holded for minutes), computer doesnt recognize anything when pluged in.
and red light is always on.


can anyone help me? its my daily phone :(((((



Wednesday, 20 July 2016

Does the usb jig work for Samsung Galaxy Light?



Hi, I have a problem with my T399n.
My phone doesn't turn on, I installed CM12 and it was good, then I flashed the stock ROM from metro again, everything was good about a month, one day I made a call, whatsapp, text and then I put it in my pocket, then when I pulled it out like 10 minutes later and it was rebooting, I didn't pay attention to this because sometimes my phone reboots itself, later It was power off. I pulled the battery, reinserted it and nothing, connected usb cable, nothing, tried to charge it and nothing, Its like my phone died. Looking for a fix, there is the usb jig that work with others galaxy's.

So I just want to know if I'm fried or if there's a last hope to revive this phone with the usb jig

Thanks!



Huawei P9 light problem with Play Store



Hi all,

I have the Huawei P9 light, model: VNS-AL00.
Everything seems to be working fine but when I try to download something bigger than 100 MB the Play Store suddenly closes itself.
It does not crash, just closes and canceled the download.
It happens when the download is at 50-60-70-90 %.
I added an SD card of 64 GB so storage is not an issue.
I tried clearing the cache of the play store and force close it and it didn't help.

What else can I do?

Thank you in advance!



Sunday, 17 July 2016

OP3 rebooting to blank screen (with white notification light)?



Hi all, my unlocked and rooted (for the purpose of titanium etc) 5 day old OP3, running latest stock Oxygen is rebooting itself several times a day, but not rebooting back into the OS. It shows a blank screen and the notification light is lit white.

To get back into the OS, I have to power it down and restart. Sometimes it doesnt make it past the boot animation. It freezes, and reboots (again, to a blank screen with white notification light).

I've spent a couple of hours this morning wiping it (all apart from internal storage), and re-flashing.

The problem then got worse, as when flashing the stock ROM from recovery, or side loading it, the phone would reboot when it got to 90%. Whether I use TWRP (3.0.3-0), or stock recovery, I encounter the same problem.

I tried flashing a slimmer ROM (AICP), which flashed successfully, but I'm still getting reboots to blank screen with white notification light.

Any ideas?

P.s. I took a nandroid backup before encountering any issues, however the phone reboots (to the same state) when about 50% through restoring it.



Saturday, 16 July 2016

Strange light next to camera



Hello guys,
I foun a strange red "light" next to my front camera. Will upload a picture very soon, but has someone an idea, what it is? It is red, but only lights up, if screen is locked. When the screen is off, or unlocked the "light" is off to.
I have not found something similar here...
Please tell me it is not dangerous :D








Attached Thumbnails


Click image for larger version<br/><br/>Name:	IMG_20160715_231255_01.jpg<br/>Views:	N/A<br/>Size:	253.2 KB<br/>ID:	3814303
 














Blue light Brick [XPosed]



Aloha guys,

I was trying to install Xposed and, regrettably, I didn't look into it as much as I should've before trying to install it; I'm inexperienced with all this.

Long story short, I installed the apk, went to install the framework through TWRP and then when I tried to restart the phone afterwards, it will show the Samsung screen and then a pulsating Blue LED light with a pitch black screen. From there, I am able to get it back into Odin mode and TWRP but I havent been able to get the phone to actually restart. I have no clue, but maybe I didnt install the correct framework? I just chose the most recent version in Arm64 v. 86. Super worried here that I ruined my phone and would appreciate any suggestions!

Mahalo

Model: SMG92P
Build: F2
Firmware: 6.0.1
APK from here: http://forum.xda-developers.com/show....php?t=3034811



Thursday, 14 July 2016

Front camera in bad light.



A while ago i noticed that when there is good light the front camera is smooth and the vids recorded are okay, but when the light is bad the front camera become quite laggy and the vids recorded are in really bad quality. Is there a way to fix this? Becouse it is really annoying. Apprecitate all the help. :)

I'm on P8 Lite ALE-L21 B574.



Monday, 11 July 2016

[SOL]Moto E led light continuously on during charging



Guys I've a solution for those who are bothered by the continuous LED light on during charging or when battery falls to 15% in MM.
Steps to follow:
Go to Settings>Display&Lights>Battery light.
Just turn off it.
That's it.
I've tested it on Temasek 9.8 & it works.
Don't worry the LED will be blinked on when notification arrived.
Thanks.:)



Q: How to disable indicator light when charging?



upgraded to MM and wanted to find out whether there is a way to disable the indicator LED when the phone is on the charger.
There is a setting under display that allows one to disable the indicator light for notifications. That doesn't affect the charging behavior though and the light is still red/orange when charging and green when charged. Pretty annoying at night.
is there an app or hack for this?
thanks



Help rooted note 3 now no wifi button does not light up!!!!



I rooted my note 3 but when i press the wifi icon on the drop down menu it goes dark green and i cannot activate anything to do with wireless everything else though i functioning well :).
Thankyou for helping:)



Sunday, 10 July 2016

outdoor light screen always on



sorry, now I've tried everything but in no forum you can figure out where does the problem of the difficulty of the automatic brightness of this phone . in short, if someone has turned on the network more than I could tell if it's a hardware or software problem ? It could be solved by future upgrades or we have to get used to this problem ?
what gained me the most is the impossibility to use dell'always on outdoors ! Incredible !



Wednesday, 6 July 2016

Letv x800 cuoco92 14s: Blue Led Notification Light always on



Hi all

I'm new around here so can't comment in the ongoing dev thread for the cuoco92 ROM.

After flashing this ROM, the notification led light became blue (not an issue) but more worryingly it is always on. It is continously on from the moment the phone is turned on till it is shut down.

Anyone have the same issue? Any solutions?



Tuesday, 5 July 2016

Nook HD+ red blinking light



Replaced the battery in my Nook, it wouldn't come on or charge, now it goes to green, amber, and red blinking light. Can someone help me with getting this to work? What should I look for etc.?



Monday, 4 July 2016

Light flow



Has anyone figured out to get light flow to overwrite the settings for the notification light in settings? It seems like my settings from both are working.


Sent from my iPhone using Tapatalk



black screen, power button = flash light, unrecognized by computer,



Hello!!! I've got some problems with my phone. In fact, there's a black screen and sometime the logo fastboot but it's bloqued and impossible to enter in recovery mode. When I try, at each time I press the power button the flash light is on!!! My phone is not recognised by my pc. So what can I do? Buy another one?
Thank you in advance



Sunday, 3 July 2016

is possible to set light of screen always on?



is very poor of light this function... in galaxy s7 edge it is more visible in outdoor... how can i set??? thanks