Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
View Poll Results: Should I Continue Maintaining xKernel for Ray, What Say You?
No. You done enough 18 6.02%
Yes you should 276 92.31%
Not necessary 11 3.68%
Multiple Choice Poll. Voters: 299. You may not vote on this poll

 
Post Reply+
Tip us?
 
sirkay
Old
#11  
sirkay's Avatar
Recognized Contributor - OP
Thanks Meter 2099
Posts: 1,633
Join Date: Mar 2011
Location: KL

 
DONATE TO ME
using root explorer, goto /system/etc/init.d, create new file name it as "75sdcard". paste this script and save. set permission to 777 (rwxrwxrwxr using root explorer). then reboot.
let see if it remove your soundbug.

Quote:
#SD Card Tweak
echo 16 > /sys/block/mtdblock0/bdi/read_ahead_kb
echo 16 > /sys/block/mtdblock1/bdi/read_ahead_kb
echo 16 > /sys/block/mtdblock2/bdi/read_ahead_kb
echo 16 > /sys/block/mtdblock3/bdi/read_ahead_kb
echo 512 > /sys/devices/virtual/bdi/7:0/read_ahead_kb
echo 512 > /sys/devices/virtual/bdi/7:1/read_ahead_kb
echo 512 > /sys/devices/virtual/bdi/7:2/read_ahead_kb
echo 512 > /sys/devices/virtual/bdi/7:3/read_ahead_kb
echo 512 > /sys/devices/virtual/bdi/7:4/read_ahead_kb
echo 512 > /sys/devices/virtual/bdi/7:5/read_ahead_kb
echo 512 > /sys/devices/virtual/bdi/7:6/read_ahead_kb
echo 512 > /sys/devices/virtual/bdi/7:7/read_ahead_kb
echo 4096 > /sys/block/mmcblk0/queue/read_ahead_kb
echo 128 > /sys/block/mmcblk0/queue/max_sectors_kb
echo 4096 > /sys/block/mmcblk1/queue/read_ahead_kb
echo 128 > /sys/block/mmcblk1/queue/max_sectors_kb
echo 4096 > /sys/devices/virtual/bdi/179:0/read_ahead_kb
echo 97 > /sys/devices/virtual/bdi/179:0/max_ratio
echo 4096 > /sys/devices/virtual/bdi/default/read_ahead_kb
echo 97 > /sys/devices/virtual/bdi/default/max_ratio
echo 4096 > /sys/devices/virtual/bdi/mmcblk0p2/read_ahead_kb
echo 100000 > /sys/block/mmcblk0/queue/nr_requests
echo 100000 > /sys/block/mmcblk1/queue/nr_requests
echo 16 > /sys/devices/virtual/block/mtdblock3/queue/iosched/read_ahead_kb
echo 16 > /sys/devices/virtual/block/mtdblock2/queue/iosched/read_ahead_kb
echo 16 > /sys/devices/virtual/block/mtdblock1/queue/iosched/read_ahead_kb


Sent from my ST18i using xda premium

HTML Code:
[IMG]https://dl.dropbox.com/u/39034447/sigs.png[/IMG]
| Sony Ericsson W880i
xKernel Ray | xKernel Arc | xKernel Neo | xKernel V?? coming soon | Git | Basebands
The Following User Says Thank You to sirkay For This Useful Post: [ Click to Expand ]
 
hansip87
Old
#12  
Senior Member
Thanks Meter 1462
Posts: 2,079
Join Date: Jan 2011
Location: Jakarta

 
DONATE TO ME
Quote:
Originally Posted by [SIC] View Post
I noticed that the touch recovery is set at 4mb sd cache, what's the best way to find out whats the best for my card? I'm using a class 4 32gb and I get those annoying soundbugs whilst listening to music in every set, 128, 1024, 2048 and 4096.
Thanks in advance
You got that sound bug? I thought it only resides on slower CPU phone :/ I don't get a sound bug with 2048 kb set (only when the CPU is too stressed, some audio bug may occured, but not as bad as my old X10 Mini Pro)

Some general rule of thumb, SD class 6 and/or faster, 2048 kb and up. SD class 4 and/or slower, 1024kb and less.
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.
 
sirkay
Old
#13  
sirkay's Avatar
Recognized Contributor - OP
Thanks Meter 2099
Posts: 1,633
Join Date: Mar 2011
Location: KL

 
DONATE TO ME
Quote:
Originally Posted by noowb00 View Post
I wish there's a touch recovery kernel for Neo V....
sorry i dont have neo v, cant test. there's probably someone capable to install this touch recovery on neo v kernel

Sent from my ST18i using xda premium

HTML Code:
[IMG]https://dl.dropbox.com/u/39034447/sigs.png[/IMG]
| Sony Ericsson W880i
xKernel Ray | xKernel Arc | xKernel Neo | xKernel V?? coming soon | Git | Basebands
The Following 2 Users Say Thank You to sirkay For This Useful Post: [ Click to Expand ]
 
hansip87
Old
#14  
Senior Member
Thanks Meter 1462
Posts: 2,079
Join Date: Jan 2011
Location: Jakarta

 
DONATE TO ME
Hey sirkay, you need to add some caution though when flashing these kernels. It seems that the kernel.is preloaded with busybox and root, but not the newest one. So it was lagging my phone (sudden freeze). My solution is to uninstall and reinstall busybox from market and fix root by updating it.

Sent from my ST18i using XDA
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.
 
slasherzx
Old
#15  
slasherzx's Avatar
Senior Member
Thanks Meter 2
Posts: 112
Join Date: Feb 2012
Location: Zamboanga City
Does this work only on ICS? Can it be used on GB custom roms like rayonium?
 
sirkay
Old
#16  
sirkay's Avatar
Recognized Contributor - OP
Thanks Meter 2099
Posts: 1,633
Join Date: Mar 2011
Location: KL

 
DONATE TO ME
Quote:
Originally Posted by hansip87 View Post
Hey sirkay, you need to add some caution though when flashing these kernels. It seems that the kernel.is preloaded with busybox and root, but not the newest one. So it was lagging my phone (sudden freeze). My solution is to uninstall and reinstall busybox from market and fix root by updating it.

Sent from my ST18i using XDA
ahh forgot about that. will disable it and reupload. thanks for remind

HTML Code:
[IMG]https://dl.dropbox.com/u/39034447/sigs.png[/IMG]
| Sony Ericsson W880i
xKernel Ray | xKernel Arc | xKernel Neo | xKernel V?? coming soon | Git | Basebands
The Following 3 Users Say Thank You to sirkay For This Useful Post: [ Click to Expand ]
 
sirkay
Old
#17  
sirkay's Avatar
Recognized Contributor - OP
Thanks Meter 2099
Posts: 1,633
Join Date: Mar 2011
Location: KL

 
DONATE TO ME
Quote:
Originally Posted by slasherzx View Post
Does this work only on ICS? Can it be used on GB custom roms like rayonium?
this is for ICS

HTML Code:
[IMG]https://dl.dropbox.com/u/39034447/sigs.png[/IMG]
| Sony Ericsson W880i
xKernel Ray | xKernel Arc | xKernel Neo | xKernel V?? coming soon | Git | Basebands
The Following 3 Users Say Thank You to sirkay For This Useful Post: [ Click to Expand ]
 
jjdoctor
Old
(Last edited by jjdoctor; 13th March 2012 at 03:05 PM.)
#18  
Recognized Contributor / Recognized Developer
Thanks Meter 4097
Posts: 2,673
Join Date: May 2011
Location: Rawalpindi

 
DONATE TO ME
Sirkay, You just WON.... ...Awesome...

Touch Recovery ?? .... You didnt let Ray users bow to Arc users... Thumbs up mate...

---------- Post added at 07:00 PM ---------- Previous post was at 06:31 PM ----------

Btw.. Is there anyway you can remove that Back and maybe Menu button...?

Not necessary but just asking coz ARC users have the benefit as they dont have touch keys but we Ray users already have touch and Menu back button.....


EDIT: Sorry That circle button is for click.. Thats Great.. I always hated pressing home key for a tap... I guess Back button is fine to remove...
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
 
ijama
Old
#19  
ijama's Avatar
Senior Member
Thanks Meter 30
Posts: 416
Join Date: Oct 2010
Location: Johor Bahru
Thank you for a great works. Working perfect here..init.d now working..

none
 
jjdoctor
Old
#20  
Recognized Contributor / Recognized Developer
Thanks Meter 4097
Posts: 2,673
Join Date: May 2011
Location: Rawalpindi

 
DONATE TO ME
Sirkay, I cant mount card in Touch recovery...
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

 
Post Reply+
Tags
ray, ray kernel, sirkay, urushi, xperia ray
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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...