liquidmass
Well-known member
- Dec 29, 2010
- 49
- 9
- 0
I didn't have issues with restarts on 013 but I only overclock to 750 and I use overclock widget. Most folks use setcpu. I also tried many different things while trying to get 013 to work right.
One thing about this one, I noticed that the init.rc has one too many values entered for the memory management. You put 4096 twice.
The interface is definitely laggy. There is some stutter when scrolling. I applied this mod and it took care of most of the lag:
I'm not sure what portion of it helped, but you may want to put some of these mods in the next release. Here is the source of the mods: [TWEAKS][UPDATED 30/03/2011 - IMPORTANT] Increase performance and battery life - xda-developers
But not all of those apply to the V.
I can't be sure but I feel like the accelerometer/screen rotation has some lag still.
I am using stock rom with xionia 013. where might I find a boot.img with init.d support so I can add the tweak script?
also
sh mytweaks.sh
: not found
: not found
: not found
: not found
mytweaks.sh: 5: Syntax error: word unexpected
#
MTD=`ls -d /sys/block/mtd*`;
LOOP=`ls -d /sys/block/loop*`;
RAM=`ls -d /sys/block/ram*`;
for j in $DM $MTD $LOOP $RAM;
do
echo 0 > $j/queue/rotational;
done
for i in `ls -l /sys/block/mtdblock* | tr -s " "| cut -d " " -f 6`
do
echo "noop" > /sys/block/$i/queue/scheduler
done
echo "noop" > /sys/block/mmcblk0/queue/scheduler
echo "4096" > /sys/devices/virtual/bdi/179:0/read_ahead_kb;
setprop wifi.supplicant_scan_interval 300
setprop ro.lge.proximity.delay 25
setprop windowsmgr.max_events_per_sec 60
setprop dalvik.vm.startheapsize 8m
setprop ro.ril.hep 1
setprop ro.ril.enable.dtm 1
setprop net.tcp.buffersize.default 4096,87380,256960,4096,16384,256960
setprop net.tcp.buffersize.wifi 4096,87380,256960,4096,16384,256960
setprop net.tcp.buffersize.umts 4096,87380,256960,4096,16384,256960
echo 4096 16384 256960 > /proc/sys/net/ipv4/tcp_wmem;
echo 4096 87380 256960 > /proc/sys/net/ipv4/tcp_rmem;
I am using stock rom with xionia 013. where might I find a boot.img with init.d support so I can add the tweak script?
also
sh mytweaks.sh
: not found
: not found
: not found
: not found
mytweaks.sh: 5: Syntax error: word unexpected
#
1. Make sure you are using my script file and not the one posted on XDA.
2. Run as root.
Here are the contents of the script:
It doesn't give me any errors.
I am using the script you posted
export PATH=/data/local/bin:$PATH
$cd sdcard
$ su
# sh mytweaks.sh
: not found
: not found
: not found
: not found
mytweaks.sh: 5: Syntax error: word unexpected
#
The file I uploaded became corrupt. I upped it again:mytweaks.sh
and fixed the original link. This should work.
I've used basically all the V roms plus a few of the S roms but I'm still a big noob and have 2 questions.
Can you switch around with roms/kernals and not have to reinstall every app?
I didn't know so I've been doing it everytime I switch which is time consuming.
Is there any noticeable difference between kernals?
Thanks for having patience with me![]()