Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
arcatarc
Old
#61  
arcatarc's Avatar
Senior Member - OP
Thanks Meter 1116
Posts: 1,004
Join Date: Jun 2007
Location: Anguillara Sabazia (ROMA)

 
DONATE TO ME
I think they are the value the phone use before boot the system,like recovery.
If you like my work make a donation(51% will be donate to UNICEF):
EVERY DAY CHILDREN DIE NEEDLESSY!!!

 
Xperia-Ray
Old
#62  
Senior Member
Thanks Meter 194
Posts: 176
Join Date: Jan 2012
I have tried all you sugestted, but nothing works :(
 
hansip87
Old
#63  
Senior Member
Thanks Meter 1462
Posts: 2,079
Join Date: Jan 2011
Location: Jakarta

 
DONATE TO ME
Quote:
Originally Posted by Xperia-Ray View Post
I have tried all you sugestted, but nothing works :(
Bring it to outside when it's bright at noon. Set the brightness to 25%, and play with your brightness sensor to see the result.
Moving to razr maxx, ray is still around though

Before you ask something about Ray, please READ MY TUTORIAL FIRST!

10in1 Framework Mod for Ray (+ Xperia S theme)

10in1 Framework + SystemUI Mod for ICS

[MOD][ICS&GB][XPERIA 2011]Camera 720p@10Mbps (+100% JPEG in GB)


Freely Given, Freely Give.
May The Most Highest be with you.
 
Xperia-Ray
Old
#64  
Senior Member
Thanks Meter 194
Posts: 176
Join Date: Jan 2012
Quote:
Originally Posted by hansip87 View Post
Bring it to outside when it's bright at noon. Set the brightness to 25%, and play with your brightness sensor to see the result.
I have tried it all- nothing!

on stock settings it was working a little bit but now - nothing
going to restore to stock settings
 
jjdoctor
Old
#65  
Recognized Contributor / Recognized Developer
Thanks Meter 4097
Posts: 2,673
Join Date: May 2011
Location: Rawalpindi

 
DONATE TO ME
It's the hw_config.sh file guys... Check attachment of last post in my hybrid ROM thread...
If you like my work you can or Just hit THANKS..



PLEASE DO NOT MESSAGE (PM) ME 4 QUESTIONS OR REQUESTS. POST IN RELEVANT THREAD & I WILLB GLAD 2 REPLY THERE
 
4EST
Old
#66  
Member
Thanks Meter 0
Posts: 59
Join Date: Nov 2007
Location: Brasov
works well enough for me (4pda firmware). Not instant, but fast enough
 
trankieu.com
Old
#67  
Junior Member
Thanks Meter 0
Posts: 1
Join Date: Apr 2012
Thumbs up good job

work nice!

i use Ray firm 0.62
i've set echo 1.1.1.0 and replace file als_curve

Please test it under strong light like as the sun ,you will see it different
 
j sta
Old
#68  
j sta's Avatar
Member
Thanks Meter 14
Posts: 97
Join Date: Apr 2012
Location: Galway
Works for me. Put 3,1,1,0 and with brightness down to 20% can see difference plain. Even tried 6,1,1,0 but the screen been changing with a slight tilt of the phone from side to side - annoying, 3,1,1,0 is good. Thats tested in a room with a light on, will see tomorrow in daylight.

Sent from my ST18i using XDA
 
j sta
Old
#69  
j sta's Avatar
Member
Thanks Meter 14
Posts: 97
Join Date: Apr 2012
Location: Galway
I think I accidentally changed something in the config while editing on the phone, I dont see it working anymore.
Could someone please copy and paste the whole text for me?
No jokes please :)

Sent from my ST18i using XDA
 
arcatarc
Old
(Last edited by arcatarc; 8th April 2012 at 02:07 PM.)
#70  
arcatarc's Avatar
Senior Member - OP
Thanks Meter 1116
Posts: 1,004
Join Date: Jun 2007
Location: Anguillara Sabazia (ROMA)

 
DONATE TO ME
Quote:
Originally Posted by j sta View Post
I think I accidentally changed something in the config while editing on the phone, I dont see it working anymore.
Could someone please copy and paste the whole text for me?
No jokes please :)

Sent from my ST18i using XDA
# Audio jack configuration
dev=/sys/devices/platform/simple_remote.0
echo 0,201,1600 > $dev/accessory_min_vals # default = 0,200,1600
echo 200,1599 > $dev/accessory_max_vals # default = 200,1600
echo 0,100,280,500,700 > $dev/button_min_vals # default = 0,100,300,600,700
echo 99,199,399,699,5000 > $dev/button_max_vals # default = 99,199,399,699,5000
echo 512 > $dev/btn_trig_period_freq # Button Period Freq(Hz) default = 512
echo 16 > $dev/btn_trig_period_time # Button Period Time(cycle) default = 16
echo 512 > $dev/btn_trig_hyst_freq # Button Hysteresis Freq(Hz) default = 512
echo 16 > $dev/btn_trig_hyst_time # Button Hysteresis Time(Cycle) default = 16
echo 500 > $dev/btn_trig_level # default = 500

# Proximity sensor configuration
dev=/sys/bus/i2c/devices/0-0054/
val_cycle=0
val_nburst=15
val_freq=0
val_threshold=1
val_filter=1

nv_param_loader 60240 prox_cal
val_calibrated=$?
case $val_calibrated in
1)
nv_param_loader 60240 threshold
val_threshold=$?
nv_param_loader 60240 rfilter
val_filter=$?
;;
esac

echo $val_cycle > $dev/cycle # Duration Cycle. Valid range is 0 - 3.
echo $val_nburst > $dev/nburst # Number of pulses in burst. Valid range is 0 - 15.
echo $val_freq > $dev/freq # Burst frequency. Valid range is 0 - 3.
echo $val_threshold > $dev/threshold # sensor threshold. Valid range is 0 - 15 (0.12V - 0.87V)
echo $val_filter > $dev/filter # RFilter. Valid range is 0 - 3.

# LMU AS3676 Configuration
dev=/sys/devices/i2c-0/0-0040/leds/
echo 1,1,1,0 > $dev/lcd-backlight/als/params #[gain],[filter_up],[filter_down],[offset]
echo 1 > $dev/lcd-backlight/als/enable #Sensor on/off. 1 = on, reg 90h
echo 12900 > $dev/torch/max_current

# TI BQ275xx firmware loader
bq275xx_fwloader

#!/system/bin/sh
# Sd Fix

if [ -e /sys/devices/virtual/bdi/179:0/read_ahead_kb ]; then
echo "2048" > /sys/devices/virtual/bdi/179:0/read_ahead_kb
fi

if [ -e /sys/devices/virtual/bdi/default/read_ahead_kb ]; then
echo "2048" > /sys/devices/virtual/bdi/default/read_ahead_kb
fi


Sent from my ST18i using XDA App
If you like my work make a donation(51% will be donate to UNICEF):
EVERY DAY CHILDREN DIE NEEDLESSY!!!


The Following User Says Thank You to arcatarc For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...