New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
MaxWorks
Old
#661  
MaxWorks's Avatar
Senior Member - OP
Thanks Meter 2811
Posts: 1,774
Join Date: Sep 2011
Location: Mykolayiv
MIUIv2 4.7.1 http://d-h.st/ows
(2001) Ericsson R520 => (2006) SE K750 => (2011) SE XPERIA neo (Silver) MIUIv5 (Fusion kernel)
The Following 5 Users Say Thank You to MaxWorks For This Useful Post: [ Click to Expand ]
 
endriuss
Old
#662  
Junior Member
Thanks Meter 5
Posts: 19
Join Date: Apr 2013
Quote:
Originally Posted by broky View Post
can t manage disable auto brightness app to work in MIUIv2...any one with this problem?
For me it works fine. As I remember sometimes there is a problem how to enable it but always it works finally. First you need to check if somehow you don't deny superuser priviliges for this app. If everything is ok with superuser try pressing startup icon for this app many thimes and finally it will run.
The Following User Says Thank You to endriuss For This Useful Post: [ Click to Expand ]
 
MaxWorks
Old
#663  
MaxWorks's Avatar
Senior Member - OP
Thanks Meter 2811
Posts: 1,774
Join Date: Sep 2011
Location: Mykolayiv
Quote:
Originally Posted by endriuss View Post
For me it works fine. As I remember sometimes there is a problem how to enable it but always it works finally. First you need to check if somehow you don't deny superuser priviliges for this app. If everything is ok with superuser try pressing startup icon for this app many thimes and finally it will run.
You don't need any application for that.
Just change several numbers in system file:
find in /system/etc/hw_config.sh
Code:
echo 1,2,2,0 > $dev/lcd-backlight/als/params
change it to
Code:
echo 0,0,0,0 > $dev/lcd-backlight/als/params
It works for ALL ROMs on our device.
That's all.
(2001) Ericsson R520 => (2006) SE K750 => (2011) SE XPERIA neo (Silver) MIUIv5 (Fusion kernel)
The Following User Says Thank You to MaxWorks For This Useful Post: [ Click to Expand ]
 
palimatix
Old
(Last edited by palimatix; 24th April 2013 at 10:43 AM.)
#664  
palimatix's Avatar
Senior Member
Thanks Meter 467
Posts: 1,023
Join Date: Jan 2011
Location: Bangalore
@MaxWorks
Still waiting for the changelog for 4.7.1
In love with neo xda devs
besttt's latest kickass 4.2.2 ROM
 
MaxWorks
Old
#665  
MaxWorks's Avatar
Senior Member - OP
Thanks Meter 2811
Posts: 1,774
Join Date: Sep 2011
Location: Mykolayiv
Quote:
Originally Posted by palimatix View Post
@Max
Still waiting for the changelog for 4.7.1
If you not hard - go to download link and you find it there. Post it here, as I'm don't have access there from work
(2001) Ericsson R520 => (2006) SE K750 => (2011) SE XPERIA neo (Silver) MIUIv5 (Fusion kernel)
The Following User Says Thank You to MaxWorks For This Useful Post: [ Click to Expand ]
 
broky
Old
#666  
Senior Member
Thanks Meter 29
Posts: 110
Join Date: Jan 2009
Quote:
Originally Posted by endriuss View Post
For me it works fine. As I remember sometimes there is a problem how to enable it but always it works finally. First you need to check if somehow you don't deny superuser priviliges for this app. If everything is ok with superuser try pressing startup icon for this app many thimes and finally it will run.
tried lots of times what you said,it works rarely...