View Single Post
Posts: 1,306 | Thanked: 1,697 times | Joined on Dec 2009 @ Durham North-East UK
#611
ok much as i hate posting mostly pointless updates..

phone/data/3g support is being examined, e-yes has partially ported over ofono and its apis and is working to try and get it working but its slow work and not at all useable yet(ie it crashes more than it works etc).

i have been loking at using maemos internal PnatD app that is used for things like bluetooth dun to try and do data only support but again no success as yet their.

also ive been working on getting wifi to calibrate properly and get rid of the annoying random mac address issue we have currently and it should stablise/possibly speed up the wifi also. thats id say about 80-90% completed im just trying to sort few bugs

their will also be a new multiboot and rootfs release once one of the above items is sorted (probably be the wifi one at this time)

i will not give an ETA as i always disagree with trying to offer timescales that may not be kept due to the nature of the work, espically on the phone module since we are in totalyl unprecedented ground here by being the only alternate os not being developed by users close to nokia to get any form of phone support going

cheers.


and just as a bit of good news to users we have had enough users test out the overclock now i think to release the instructions to public to try.

details below: the standard disclaimers apply to this, i dont take responsiblity for any damage you do to your n900 by trying this

mount nitdroid in maemo

all this in root xterm
Code:
mount /dev/mmcblk1p2 /and
download http://downloads.nitdroid.com/power.conf into /and/system/etc
Code:
cd /and/system/etc
wget http://downloads.nitdroid.com/power.conf
edit /and/init.nokia.rc and remove the cpu scaling lines :
remove the entire #power management section
Code:
cd /and
leafpad init.nokia.rc
remove all the lines below

Code:
# Power Management
write /sys/power/sleep_while_idle 1
write /sys/power/enable_off_mode 1
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 250000
write /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold 86
write /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate 46875
write /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq 250000
write /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq 600000
write /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_governor ondemand
 

The Following 8 Users Say Thank You to dj_steve For This Useful Post: