What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[ROM]{PORT} Eclipse ICS 1.2

Status
Not open for further replies.
The people on XDA seem to be okay with it since it sends info (not personal) when there is a crash, and some who deleted it say SMS stopped working. I'm going to reboot my phone and see if anything goes wrong, otherwise I'll leave it as a bak file and enjoy the extra battery life.
 
Interesting. I ran the patch and will be stoked about better battery life. Once again Fishbear great job! Running the newest version @1320 and stable. One thing though the Google now seemed to give me problems. I didn't reflash it when I updated. That would be my only complaint in a sea of compliments.

DROID 4 currently running eclipse.
 
This might have been answered before and if so please forgive me. Is there any chance of getting a reboot option on the power menu? That would be awesome!!
 
and this is a final speed scrip i merge first and second speed script in one :


#!/system/bin/sh
echo "500,512000,64,2048" > /proc/sys/kernel/sem
echo "3072" > /proc/sys/kernel/msgmni
echo "74000" > /proc/sys/kernel/msgmax
echo "3072" > /proc/sys/kernel/shmmni
echo "2268435456" > /proc/sys/kernel/shmmax
echo "16777216" > /proc/sys/kernel/shmall
echo "256" > /proc/sys/kernel/random/write_wakeup_threshold
echo "256" > /proc/sys/kernel/random/read_wakeup_threshold
echo "5" > /proc/sys/kernel/panic
echo "575810" > /proc/sys/kernel/threads-max
echo "1" > /proc/sys/kernel/panic_on_oops
echo "25" > /proc/sys/kernel/hung_task_timeout_secs
echo "2000000" > /proc/sys/kernel/sched_wakeup_granularity_ns
echo "0" > /proc/sys/kernel/sched_child_runs_first
echo "0" > /proc/sys/vm/oom_kill_allocating_task
#end of /kernel , start of /fs
echo "10240" > /proc/sys/fs/inotify/max_user_watches
echo "256" > /proc/sys/fs/inotify/max_user_instances
echo "32000" > /proc/sys/fs/inotify/max_queued_events
echo "15" > /proc/sys/fs/lease-break-time
echo "165164" > /proc/sys/fs/file-max
echo "1053696" > /proc/sys/fs/nr_open
#end of /fs, start of /vm
echo "4" > /proc/sys/vm/min_free_order_shift
echo "1" > /proc/sys/vm/overcommit_memory
echo "2" > /proc/sys/vm/panic_on_oom
echo "0" > /proc/sys/vm/laptop_mode
echo "0" > /proc/sys/vm/block_dump
# Load SIO I/O and hotplugx governor
echo "700000" > /proc/sys/kernel/sched_latency_ns
echo "300000" > /proc/sys/kernel/sched_min_granularity_ns
#writes more pages to disc, when given oppurtunity
echo "8" > /proc/sys/vm/page-cluster
#drop all cahces when given oppurtunity
echo "3" > /proc/sys/vm/drop_caches
#Keep 4MB in memory
echo "4096" > /proc/sys/vm/min_free_kbytes
#Dump Vfs cache less
echo "20" > /proc/sys/vm/vfs_cache_pressure
echo "80" > /proc/sys/vm/dirty_background_ratio
#How much dirty data there must be to write to disc
echo "90" > /proc/sys/vm/dirty_ratio
#How often writeback daemons wakeup to write data to disc.
echo "900" > /proc/sys/vm/dirty_writeback_centisecs
#How old 'dirty" data has to be to be written to disc
echo "800" > /proc/sys/vm/dirty_expire_centisecs
#^^^^^^Both expressed in 100th of second^^^^^^
echo "20" > /proc/sys/vm/swappiness
#faster sdcard read speed
echo "2048" > /sys/devices/virtual/bdi/179:0/read_ahead_kb
# file system speedups
mount -o remount,noauto_da_alloc /system /system
mount -o remount,noauto_da_alloc /data /data
mount -o remount,noauto_da_alloc /cache /cache
# disable logcat - performance boost & save memory,comment, reboot for logcat.
rm /dev/log/main
#sets cpu governor to hotplug, is most intelligent
echo "hotplugx" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
#decreases sampling rate, stops lag and saves battery
echo "500000" > /sys/devices/system/cpu/cpufreq/hotplug/sampling_rate
echo "75" > /sys/devices/system/cpu/cpufreq/hotplug/up_threshold
echo "45" > /sys/devices/system/cpu/cpufreq/hotplug/down_threshold
echo "15" > /sys/devices/system/cpu/cpufreq/hotplug/hotplug_out_sampling_periods
echo "5" > /sys/devices/system/cpu/cpufreq/hotplug/hotplug_in_sampling_periods
#sets I/O scheduler to SIO, considered best
echo "sio" > /sys/block/mmcblk0/queue/scheduler
echo "sio" > /sys/block/mmcblk1/queue/scheduler
#Sets read and write on I/O sceduler to max.
echo "2048" > /sys/block/mmcblk0/queue/read_ahead_kb
echo "2048" > /sys/block/mmcblk1/queue/read_ahead_kb
#will merge tasks if able
echo "1" > /sys/block/mmcblk0/queue/nomerges
echo "1" > /sys/block/mmcblk1/queue/nomerges
echo "1" > /sys/block/mmcblk0/queue/low_latency
echo "1" > /sys/block/mmcblk1/queue/low_latency
echo "256" > /sys/block/mmcblk0/queue/nr_requests
echo "256" > /sys/block/mmcblk1/queue/nr_requests
echo "2048" > /sys/block/mmcblk0/bdi/read_ahead_kb
echo "2048" > /sys/block/mmcblk1/bdi/read_ahead_kb
echo "256" > /sys/block/zram0/bdi
#cache cleaner
rm -r /cache/*.apk
rm -r /cache/*.tmp
rm -r /data/dalvik-cache/*.apk
rm -r /data/dalvik-cache/*.tmp
#doesn't verify bus info, faster I/O
echo "N" > /sys/bus/hid/drivers/motorola/module/parameters/mot_pass_through_mt_input
echo "256" > /sys/class/bdi/default/read_ahead_kb
#faster scroll speed
echo "64" > /sys/bus/hid/drivers/magicmouse/scroll_speed
#performance boost in read/write when heap is at 4MB.
echo "4096" > /sys/block/mmcblk0/queue/optimal_io_size
echo "4096" > /sys/block/mmcblk1/queue/optimal_io_size
#better memory mangement
echo "2048,4096,43008,47104,51456,55808" > /sys/module/lowmemorykiller/parameters/minfree
#OOM fixes , shoould see awesome increase in multitasking
echo "0,3,6,10,12,15" > /sys/module/lowmemorykiller/parameters/adj
#net speed tweaks
echo "0" > /proc/sys/net/ipv4/tcp_timestamps
echo "1" > /proc/sys/net/ipv4/tcp_tw_reuse
echo "1" > /proc/sys/net/ipv4/tcp_sack
echo "1" > /proc/sys/net/ipv4/tcp_tw_recycle
echo "1" > /proc/sys/net/ipv4/tcp_window_scaling
echo "5" > /proc/sys/net/ipv4/tcp_keepalive_probes
echo "30" > /proc/sys/net/ipv4/tcp_keepalive_intvl
echo "30" > /proc/sys/net/ipv4/tcp_fin_timeout
echo "404480" > /proc/sys/net/core/wmem_max
echo "404480" > /proc/sys/net/core/rmem_max
echo "256960" > /proc/sys/net/core/rmem_default
echo "256960" > /proc/sys/net/core/wmem_default
echo "4096,16384,404480" > /proc/sys/net/ipv4/tcp_wmem
echo "4096,87380,404480" > /proc/sys/net/ipv4/tcp_rmem
# Enable ZRAM compressed memory.
if [ -e /sys/block/zram0/disksize ] ; then
$LOG -p i "Enabling compressed RAM functionality (ZRAM)"
echo $((120*2048*2048)) > /sys/block/zram0/disksize
busybox mkswap /dev/block/zram0
busybox swapon /dev/block/zram0
fi
 
What does the 1.2.3b version have? Are the scripts to remove that file and the overclock scripts included or do we still have to manually do them? Currently on v1.1 because I've found the battery on this version to be the best. Any insight on a changelog would be appreciated :)
 
What does the 1.2.3b version have? Are the scripts to remove that file and the overclock scripts included or do we still have to manually do them? Currently on v1.1 because I've found the battery on this version to be the best. Any insight on a changelog would be appreciated :)
i dont do change logs lol! but i can tell you it is much more refined and flash works well if you set the icsbrowser+ agent to desktop and install flash. i have new governors in with the oc files... i recommend hotplugx i can make a undervolted/underclocked one in a bit. just have to play with it. believe me you will like 1.2.3b with the 1320 oc and speedscript... believe me i am aware of battery life... thats why 1.1 was good with the battery.... i even removed a disputed file which recorded your actions(drains batt)..
 
I've been using hotplugx and OC to 1400, no problems. I'll try the speed script and later today 1450.

The speed script looks interesting; I/O, memory, file system, network, cache etc. tweaks.
 
had a crash a 1425 when multitasking... may also be due to my case heating up...
heres what im running rt now... 1100 undervolted underclocked made a patch in the op

0 300 975
1 500 1150
2 700 1280
3 900 1300
4 1100 1365

compared to stock
0 300 1025
1 600 1200
2 800 1325
3 1000 1388
4 1200 1398

** voltage min : 830mV, max : 1410mV
if you have a good ov or uc post it here!
 
Last edited:
Hi orangechoochoo

Max overclock is 1425 with this voltage.
ont 1450 i have problem with stabilities and reboot phone.
I recommend to use this voltage and Mhz:


echo x Mhz Voltarge

echo 0 300 850 > /proc/cpu_control/tweak_cpu
echo 1 600 950 > /proc/cpu_control/tweak_cpu
echo 2 900 1025 > /proc/cpu_control/tweak_cpu
echo 3 1200 1150 > /proc/cpu_control/tweak_cpu
echo 4 1425 1300 > /proc/cpu_control/tweak_cpu

This is final stabiliti and work without problem.
 
just did a uc ulv one
echo 0 300 850 > /proc/cpu_control/tweak_cpu
echo 1 500 925 > /proc/cpu_control/tweak_cpu
echo 2 700 975 > /proc/cpu_control/tweak_cpu
echo 3 900 1025 > /proc/cpu_control/tweak_cpu
echo 4 1100 1140 > /proc/cpu_control/tweak_cpu
 
Ran bench mark, got 3428!

Running speed script OC @ 1320.

EDIT:

3327 @ 1400

3019 @ 1425

Looks like 1320 is my phone's sweet spot.

Question: should I flash the speedscript every time after I flash an OC tweak?
 
Last edited:
Status
Not open for further replies.
Back
Top