I9300 ads turning the screen black - Galaxy S III Q&A, Help & Troubleshooting

I recently updated my i9300 to paranoid android to 3.97 and I'm having two issues... First one is that apps that have border ads down the bottom.. Facebook.. Cheeseburger.. Astromanager etc if you take your finger Off the screen the screen turns black with only the ad showing..... The other issue is that the screen brightness can't decide if it's full of low. You press the power button the lock screen comes on Instantly dims.. Doesn't matter if light Meter is covered or light shining on it.. Disabled all power options.. Auto brightness is off... Tried lux app set all to 100% still dims.. When you run it after the screen dims it shows still being 100% touch the maximum and it comes back again.... Anyone have ideas. Googled ads but came up with nothing for black screen issue... Tried other solutions for the brightness issue still no luck.
Sent from my GT-I9300 using Tapatalk 4

akoli said:
I recently updated my i9300 to paranoid android to 3.97 and I'm having two issues... First one is that apps that have border ads down the bottom.. Facebook.. Cheeseburger.. Astromanager etc if you take your finger Off the screen the screen turns black with only the ad showing..... The other issue is that the screen brightness can't decide if it's full of low. You press the power button the lock screen comes on Instantly dims.. Doesn't matter if light Meter is covered or light shining on it.. Disabled all power options.. Auto brightness is off... Tried lux app set all to 100% still dims.. When you run it after the screen dims it shows still being 100% touch the maximum and it comes back again.... Anyone have ideas. Googled ads but came up with nothing for black screen issue... Tried other solutions for the brightness issue still no luck.
Sent from my GT-I9300 using Tapatalk 4
Click to expand...
Click to collapse
Go to PA Q&A thread next time: http://forum.xda-developers.com/showthread.php?t=1887819
Due to lack of graphic driver on 4.3, the black screen thing could appear. There are two+ solutions:
1. follow this step by dontwannabehere
dontwannabehere said:
The fix is the following:
On your build prop file
There should be a line that says something like this " hwui.render dirty regions = false "
Just add the word debug at the beginning of the line "debug.hwui. render..... "
Sent from my Paranoid GT-I9300
Click to expand...
Click to collapse
2. Install PA 3.99 Unofficial build.
Download @ G+ Paranoid Android i9300 unofficial Nightly builds
https://plus.google.com/communities/118377552590341742680

akoli said:
I recently updated my i9300 to paranoid android to 3.97 and I'm having two issues... First one is that apps that have border ads down the bottom.. Facebook.. Cheeseburger.. Astromanager etc if you take your finger Off the screen the screen turns black with only the ad showing..... The other issue is that the screen brightness can't decide if it's full of low. You press the power button the lock screen comes on Instantly dims.. Doesn't matter if light Meter is covered or light shining on it.. Disabled all power options.. Auto brightness is off... Tried lux app set all to 100% still dims.. When you run it after the screen dims it shows still being 100% touch the maximum and it comes back again.... Anyone have ideas. Googled ads but came up with nothing for black screen issue... Tried other solutions for the brightness issue still no luck.
Sent from my GT-I9300 using Tapatalk 4
Click to expand...
Click to collapse
for your first problem: the glitches should have been solved with newest cm sources. But look in your build.prop if you have the entry "hwui.render_dirty_regions=false" if yes then change it to "debug.hwui.render_dirty_regions=false" without the " " )
for the second problem I cannot help you, as I am not using paranoid. Look if there is an update or ask in the paranoid Q&A thread http://forum.xda-developers.com/showthread.php?t=1887819 (you could also have asked there your questions )
EDIT: sorry. I am ALWAYS to slow in writing aaargh

Appreciate the quick response... I tried the build.prop editing and this is where it got interesting... I cant edit it ... I've tweaked in the past with ES file explorer or root explorer but on this occasion the apps wont allow it ...does not allow the changes to be saved.... checked the root and thats fine, busybox is installed and working fine... my workaround was to tweak build.prop of the 3.97 rom of PA and apply it it from recovery.... this seems to have fixed the black screen in apps... so thanks for that.
I also just grabbed the 3.99 nightly of PA and build.prop already has the change applied, applying now.... result seems the brightness quirk is still there ... I tried the android sensor app and the lux settings seem to be correct so the light sensor is performing as expected the brightness is just not doing what its told... even if I set it to automatice brightness change the sensitivity and apply 100% to all different lux settings it just ignores it and dims the screen regardless... !!

Related

[App] NoLED - Use the AMOLED screen for incoming notifications

Link to original thread in SGS forum:
http://forum.xda-developers.com/showthread.php?t=730692
Link to app:
http://forum.xda-developers.com/attachment.php?attachmentid=363696&d=1279643523
madmack said:
I saw the idea posted somewhere previously that instead of getting the capacitive lights on, we really should be putting the phone's AMOLED screen to work ! specially that it doesn't consume any backlight energy when displaying a black screen. So I developed an app that does just that, upon receiving a notification, it will display a black screen with a red dot somewhere in the left top corner. Ok, i really should put these in bullet points..
the application does the following:
1. When your phone receives a notification, it switches the screen on and displays a red dot somewhere in the top left corner. The location of this dot is random every time you receive a new notification. This will guarantee using different LEDs so that the same ones won't be burned out ! The reason why I chose red is because it uses the least amount of energy to display.
2. The app runs as a service, after installing, you'll need to lock the screen once and unlock it for it to activate. After this, the application should run automatically after a reboot.
3. To get rid of the red dot, the only key you can use is the home key. Using the capacitive touch buttons will do nothing, and so as clicking anywhere on the screen. Once your screen turns on, the notifications disappear and will not come up until a new notification sound is received.
I have also logged the touch drivers and saw that although I'm displaying a black screen and setting flags to not respond to touch messages, android is still receiving touch messages when you touch any spot on the screen. This, I imagine, consumes resources! So I disabled the touch drivers when the black screen is active. Pressing on the Home button should reactivate it. If your screen is unresponsive to touch even after the notification screen is dismissed, a simple restart should take care of it. Once you've restarted, you can uninstall the app.
Now the touchscreen drivers were a lot easier to mess around with. The sourcecode given by samsung helped me achieve the activation/deactivation of the screen. Things are not the same with the capacitive buttons. You'll notice that when the black screen is on, if you touch any of the soft buttons, they'll light up (although am suppressing them programatically). Am still analyzing the drivers to see if there is an easy way to disable these drivers too when the notification is on.
One more note, make sure the notification sounds that you choose for your different apps (Calendar, Gmail, Gtalk.. etc) are the default samsung notifications or the ones you placed in /sdcard/sd/media/audio/notifications
Any other sound notifications will simply not trigger the program to display the notification screen.
I just want to let you guys know that this is a beta app. Install it at your own risk.
Enjoy ! Comments and feedback will be appreciated
Click to expand...
Click to collapse
Thanks for the heads up, but after reading the thread I think I'll wait till it's been tweak a bit more.
That's a good idea, but if it's going to flash using the screen, why no take advantage of the fact that it's a SCREEN and flash an icon instead of just a little red dot?
For example, use the same system icons that appear in the notification bar when messages are received / calls missed, etc. And if you're worried about burning out pixels you could make it change location every minute or so.
Just my $.02
that was mentioned in the original thread... I think it is a good idea... I cant wait to see how this grows...
Does this require your GS to be rooted?
gravis86 said:
That's a good idea, but if it's going to flash using the screen, why no take advantage of the fact that it's a SCREEN and flash an icon instead of just a little red dot?
For example, use the same system icons that appear in the notification bar when messages are received / calls missed, etc. And if you're worried about burning out pixels you could make it change location every minute or so.
Just my $.02
Click to expand...
Click to collapse
the idea of a full icon was mentioned, but just like a blinking led, the idea here is to keep the notification using as little power as possible. Not sure if the power usage would be more or less showing one pixel or a whole icon.
Obviously 100+ pixels would use more power than just one but the screen is very power conservative. I think it's at least worth a try to see if it really impacts the battery that much.
papawu said:
Does this require your GS to be rooted?
Click to expand...
Click to collapse
I have it on my phone atm, it's not rooted. Seems to be working fine.
doesnt work if you have No Lock installed too
Umm..i have nolock and it works fine. Try turning it off, then lock and unlock your phone, and turn it on again. Should work.
Sent from my Samsung Vibrant
How do you properly remove the app? It is screwing everything up on my phone.
hah2110 said:
How do you properly remove the app? It is screwing everything up on my phone.
Click to expand...
Click to collapse
Just curious...How is it screwing up your phone?
ultra spikey said:
Just curious...How is it screwing up your phone?
Click to expand...
Click to collapse
It was hurting battery leaving the screen on even though it was just red. I uninstalled it from manage applications and now my screen won't turn on once it is off, I have to pull the battery. Anyone know if doing a clear storage wipes the internal SD card?
+1 for icon notifications
If we can't have a real led, lets look cooler than all the other phones and have little icons of e-mail, sms, and missed calls. It would be nice.
and make them loook purrrrdyyyyyyy iphone-esque
Installed this today and so far so good. Sure it would look better with actual icons but if it saves me from having to unlock my phone all the time to look for new messages then I'm happy.
Sent from my SGH-T959 using XDA App
Not sure why this thread is not getting enough attention when there were so many people begging for a notification app to come out?
Thanks for making the app, will try it out soon. Will give feedback as soon as I get it.
Not working for me at all. Tried default sounds, custom sounds, with puzzle piece, without puzzle piece, etc. Even tried a reboot. Yes, the service is running.
Samsung Vibrant
EDIT: Just worked, but seriously took like 10 minutes before the screen flashed and the red LED started blinking.
I'm having a problem with it as well. I see it running, but it doesn't notify me except for the initial notification. Also it seems to just keep the screen on.
I'll keep playing with it to see off I can figured it out.
Sent from my SGH-T959 using XDA App

[Q] HTC Amaze Screen Goes Black After Ending Phone Call

I have Speed Rom 5.1 on my Amaze. When I am finished with a call, the screen stays black. I try to hit the power button, but nothing happens. I have to remove my battery in order to reboot. Can someone shed some light on why this happening? I am thinking that it may have something to do with my CPU Tuner settings, but I am not sure.
mrcash101 said:
I have Speed Rom 5.1 on my Amaze. When I am finished with a call, the screen stays black. I try to hit the power button, but nothing happens. I have to remove my battery in order to reboot. Can someone shed some light on why this happening? I am thinking that it may have something to do with my CPU Tuner settings, but I am not sure.
Click to expand...
Click to collapse
Probably that or a bad flash, just reflash, see if it solves the issue.
Most likely it's something simple, like an issue with your proximity sensor. I know there was an app that could calibrate that but I forgot what the app was.
Stock Rom - Black screen while phoning
There is a similar problem on my wife's phone with a stock rom (not rooted Amaze from T-Mobile). When making or accepting a call, the screen will instantly go off even without leaning the phone against anything and won't turn on unless the power button is pressed. Sometimes the screen would turn on by itself after a while after the other phone was hanged.
I've downloaded AndroSensor app: the proximity value does't change even when touching the area near the earpiece. It keeps showing ( 0.5mA ) 3.5 in.
I've found a thread which is there since april 2012 and describes quite a similar problem.
okay.. i just the original post date for this thread.. please don't bring back threads that are 6 month's old which issues might have been solved already since no ones been posting in it for 6 months...
(anyways) this is what i was gonna say
on my current s3 when my phone is placed to my ear it cuts off the display.. and if you pass your hand anywhere near the sensor's to the top near the camera it cuts off the display.. maybe there's a feature like that enabled on the stock rom also.. or you could possible check with the system settings to see "screen" on/off settings in display or power saving mode.. or something...
Thanks for the answer. I didn't notice that the thread was that old. I think I will keep up a newer one. But the current issue isn't likely to have been solved.
The problem doesn't seem to be triggered by wrong sensor measures (because the screen will go off even after disabling the sensor) nor does it depend on the rom version (same thing on the CM10).
Resolved:
It will sound stupid but I have found a simple solution:
I have just wiped the screen in the upper left corner where the proximity sensor is located and it started behaving normally. Though I don't use any protection tape on the screen it seem to have become less sensitive because of mud or sweat.

[Q] Screen very dim after unlocking?

Hello,
the following problem appears when i try to unlock the phone after some hours: i can see my home screen, but the screen stays extremely dim. When i try to start an app (e.g. browser) the screen turns black. I can unlock it again, but the screen stays dim. after some unlocking the screen becomes normal (normal brightness) and also the apps are startable.
i am using autobrightness, the stock firmware, 4.1.1 (i9300xxdlih) power saver is not turned on.
thx, i hope you can help me solving this problem
fanbayer
Fanbayer said:
Hello,
the following problem appears when i try to unlock the phone after some hours: i can see my home screen, but the screen stays extremely dim. When i try to start an app (e.g. browser) the screen turns black. I can unlock it again, but the screen stays dim. after some unlocking the screen becomes normal (normal brightness) and also the apps are startable.
i am using autobrightness, the stock firmware, 4.1.1 (i9300xxdlih) power saver is not turned on.
thx, i hope you can help me solving this problem
fanbayer
Click to expand...
Click to collapse
i updated mobile phone to android versiopn 4.1.2. this morning. Unfortunately the problem still appears.
Maybe its a hardware defect?
Try to disable somehow light sensor and change settings to non auto brightness.
Sent from my GT-I9300 using xda app-developers app
d0hn said:
Try to disable somehow light sensor and change settings to non auto brightness.
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
i disabled auto brightness and set the brightness to the highest level. But its still same: very dim and after a while a black screen; after a few times of unlocking, the display works normally
I have just seen the same issue on a friend's S3.
Anyone else? I feel like this is a very big issue that is still lurking in a lot of devices.
I tried it myself and I toggled the power button to turn the screen on and off.
It doesn't take long but sometimes when the screen turns back on, it's super dim and you can faintly see the lockscreen image.
You have to cycle the screen several more times to get it to the 'correct' brightness, and no it is NOT a brightness setting.
It's some hardware issue in the phone.
Sorry for the necrobump, but I only found this thread. I have this problem too since about a week back. It makes my phone useless at times. I first thought it was a software issue. I have an app (called Twilight) for dimming the screen more than normal settings and also toning it, for nightime use, and I thought that was the culprit first, but nope. I have flashed rom, recovery, wiped all caches I can think of. Still happens, just now I was in the middle of installing android revolution hd, and the screen ultradimmed on me so I can't finish the process
Thing is, a few months ago I managed to crack my screen by way of gravity and concrete. I let the samsung brand service centre in Stockholm repair it for me (it is out of warranty) and this issue with the dimming never happened before that. Then again, it didn't happen directly afterwards either... but still. So, I am thinking: either me dropping it caused more damages and this is because of that. Or the service center did a bad install of the new screen. Or, the replacement screen that was installed has a defect in itself. I am leaning a bit towards the third explanation... maybe different batches of screens?
Does anyone have any ideas? If I am to contact the service center and complain about their work I would like to be able to point towards a "known problem"...
8Fishes said:
I have just seen the same issue on a friend's S3.
Anyone else? I feel like this is a very big issue that is still lurking in a lot of devices.
I tried it myself and I toggled the power button to turn the screen on and off.
It doesn't take long but sometimes when the screen turns back on, it's super dim and you can faintly see the lockscreen image.
You have to cycle the screen several more times to get it to the 'correct' brightness, and no it is NOT a brightness setting.
It's some hardware issue in the phone.
Click to expand...
Click to collapse
Take it back, if it didn't happen before then the new screen is most likely.
It isn't a common problem

[Q] screen turns off when touching sensor next to front camera

hi all
i have spent almost 2 days for an answer , no luck
my problem is
my phone s3 lte . screen turns of as soon as i obstruct the front camera and the 2 sensors area . it was ok before , since few days it started doing this . now i cant take screen shot pictures by moving my palm across the screen for example , not sure what this is due to
any help please .?
You've posted in the wrong section, questions go in q&a section -those for the i9305 stand more chance of a reply that won't brick your phone in the special q&a for LTE phones.
Report your own post and ask for it to be moved.
Having said all that, you've probably got a corrupt framework or a hardware fault. Flash a fresh official stock rom after a factory reset to test. If it's still the same then send for repair.
Is this when in a call sorry to ask noob question just curious if your covering the proximity sensor
Sent from my GT-I9300 using Tapatalk 4
tonyt3rry said:
Is this when in a call sorry to ask noob question just curious if your covering the proximity sensor
Sent from my GT-I9300 using Tapatalk 4
Click to expand...
Click to collapse
thank you all for helping , i have switched the phone off removed battery and now sorted .
it was not during call only but all the time .
it seems that the problem resolved on its own .phone was scared of me posting in xda lol
thx
Screen Blanks out on Galaxy tab
I ran this test and your screen is only supposed to change color from white to green during the test. My screen blanks out completely during the test.
Not sure if the sensor is bad or if it is a software or and OS issue yet.
you tube.c om /watch?v=N8G6ksaciho
Need advice.
I just received a SM-T705Y, KitKat. When I am in only some applications not all, the screen shuts completely off when my finger passes over the two sensors/camera near the word "SAMSUNG" at the top of the device. I have tested the cause and done it repeatedly by putting a small piece of black electrical tape on the sensor.
With the tape on the sensor, the screen never shuts off. The screen then will come back on several seconds after I remove my finger/tape from the sensor. Also, I do not have to actually touch the sensor to get the screen to turn off. But it activates the lock screen when it does turn off. ANNOYING !!!
My SM-T705Y is not rooted. It is in developer mode.
I think its the sensor that turns the screen off when you take a phone call is still stuck on ???
I have the phone proximity sensor turned off in: Settings> When I'm the phone screen The screen stays on.
Auto adjust screen tone : ON
Auto brightness is off
I have the "Smart Stay" turned off in: Settings>Device>Display.
Screen timeout set to 10 minutes. Screen mode set to "AMOLED Cinema"
I have restarted, not rebooted the SM-T705Y
forums. android central.com/lg-optimus-g-pro/
358206-screen-goes-black-when-front-facing-camera-covered
forums.android central.com/andro
id-4-1-4-2-4-3-jelly-bean/309867-screen-goes-off-when-my-hand-passes-camera
android forums.com/threads/screen-turns
-off-when-camera-blocked.746785
Milwaerinc at gmail.com
.
The proximity sensor is located there. That's why you have that issue. It's normal behaviour.
If you are trying to turn the screen off during calls there is an option to do so in either calls settings or display settings.
If you move the phone away from your head it will turn the screen on. It's a proximity sensor, thats its job!.
Beamed in by telepathy.
Fix
I have same problem with my samsung and I fix it!
Just close all recently used app (press button next to menu button and close all) and you will have normal screen..... Looks like some app, especially call app make problem and activating proximity sensor. So one more time close all recently used app, press button next to menu button and close all app....
Good Luck!
Marko

[Q] Screen Keeps Turning Off as Soon as i Turn it On. Whats wrong With my Phone?

Ive had a rooted Alcatel One Touch Fierce for about a month. Just recently a Tmobile update downloaded and i installed it. My phone rebooted and ever since then my screen turns off or goes black everytime i turn the screen on. For example when i press the lock button to wake my phone it will display for at least a second then go black but the touch is still functional so id have to navigate by guessing where everything is then pop the screen on for a second to see where i am. The only exception is when i bring up my keyboard or edit settings like when a slider pops up for brightness. I can see the android startup screen until its fully rebooted and i can see the recovery mode. Ive reformatted my data and cache. It is also not the timeout setting. I cant find anything about this issue anywhere. Pretty soon i will be taking it to walmart to replace it but until then i want to try and fix it. Anyone know whats wrong?
Go to developers option and disable hw overlays
Sent from my XT890 using Tapatalk
jony5534 said:
Go to developers option and disable hw overlays
Sent from my XT890 using Tapatalk
Click to expand...
Click to collapse
I have the same issue and disabled HW overlays but my screen keeps turning off.
I am running Droid Ultra 4.4 Kitkat rooted.

Categories

Resources