Reply
Thread Tools
Posts: 309 | Thanked: 456 times | Joined on Jan 2010
#911
Installed it yesterday - no issuies or crashes. Running fast and smooth. in comparison to power47. not overclocked but undervolted. Still testing but it's looking good.. will see if there is better power saving.

Last edited by [DarkGUNMAN]; 2011-07-11 at 07:59.
 

The Following 3 Users Say Thank You to [DarkGUNMAN] For This Useful Post:
Posts: 915 | Thanked: 57 times | Joined on Jun 2011
#912
Originally Posted by [DarkGUNMAN] View Post
Installed it yesterday - no issuies or crashes. Running fast and smooth. in comparison to power47. not overclocked but undervolted. Still testing but it's looking good.. will see if there is better power saving.
so i will i ipdate my 47 to 48? can you give me the instructions on how to update from 47 to 48 in a safe way..jst tell me when to update it,..so what are the advantages u hav encountered? mkv playback? 720p playback?? reply soon
GOD bless u all
 
Posts: 1,225 | Thanked: 1,905 times | Joined on Feb 2011 @ Quezon City, Philippines
#913
Originally Posted by trisha02 View Post
so i will i ipdate my 47 to 48? can you give me the instructions on how to update from 47 to 48 in a safe way..jst tell me when to update it,..so what are the advantages u hav encountered? mkv playback? 720p playback?? reply soon
GOD bless u all
Code:
#! /bin/sh

#kernel-power48 upgrade script by Hurrian
#DON'T BLAME ME IF THIS BLOWS UP YOUR DEVICE

echo "Downloading packages."

#prepare arena
mkdir /home/.arena/

#check for multiboot
chkmltibt=$(dpkg -l | grep multiboot)
if [ "$chkmltibt" ]; then
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power-modules_1:2.6.28-10power48_armel.deb -o /home/.arena/modules.deb
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power-bootimg_1:2.6.28-10power48_armel.deb -o /home/.arena/bootimg.deb
    dpkg -i /home/.arena/bootimg.deb
    dpkg -i /home/.arena/modules.deb
else
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power_1:2.6.28-10power48_armel.deb -o /home/.arena/kernel.deb
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power-modules_1:2.6.28-10power48_armel.deb -o /home/.arena/modules.deb
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power-flasher_1:2.6.28-10power48_armel.deb -o /home/.arena/flasher.deb
    dpkg -i /home/.arena/kernel.deb
    dpkg -i /home/.arena/modules.deb
    dpkg -i /home/.arena/flasher.deb
fi

#cleanup
rm -r /home/.arena

echo "Installation finished. Please reboot your device."
EDIT: Fixed up code as per vi_'s advice.
__________________
N9 PR 1.3 Open Mode + kernel-plus for Harmattan
@kenweknot, working on Glacier for Nemo.

Last edited by Hurrian; 2011-07-12 at 09:56.
 
Posts: 915 | Thanked: 57 times | Joined on Jun 2011
#914
Originally Posted by Hurrian View Post
Code:
#! /bin/sh

#kernel-power48 upgrade script by Hurrian
#DON'T BLAME ME IF THIS BLOWS UP YOUR DEVICE

echo "Downloading packages."

#check for multiboot
chkmltibt=$(dpkg -l | grep multiboot)
if [ "$chkmltibt" ]; then
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power-modules_1:2.6.28-10power48_armel.deb -o /tmp/modules.deb
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power-bootimg_1:2.6.28-10power48_armel.deb -o /tmp/bootimg.deb
    dpkg -i /tmp/bootimg.deb
    dpkg -i /tmp/modules.deb
    rm -f /tmp/modules.deb
    rm -f /tmp/bootimg.deb
else
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power_1:2.6.28-10power48_armel.deb -o /tmp/kernel.deb
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power-modules_1:2.6.28-10power48_armel.deb -o /tmp/modules.deb
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power-flasher_1:2.6.28-10power48_armel.deb -o /tmp/flasher.deb
    dpkg -i /tmp/kernel.deb
    dpkg -i /tmp/modules.deb
    dpkg -i /tmp/flasher.deb
    rm -f /tmp/modules.deb
    rm -f /tmp/flasher.deb
    rm -f /tmp/kernel.deb
fi

echo "Installation finished. Please reboot your device."
do i have to write all this?..isnt der a simple way?isnt it stable?y will it blow my device?
 
towhatend's Avatar
Posts: 230 | Thanked: 185 times | Joined on Jul 2010 @ Sweden
#915
Originally Posted by trisha02 View Post
do i have to write all this?..isnt der a simple way?isnt it stable?y will it blow my device?
Itīs a script.... Save "all this" as something like updatekernel.sh and make it executable, chmod +x updatekernel.sh (be sure that you stand in the right directory.

Are you sure that you are ready for this? Can you flash the kernel if something goes wrong?
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#916
Originally Posted by trisha02 View Post
do i have to write all this?..isnt der a simple way?isnt it stable?y will it blow my device?
I just don't get it. WHY ARE YOU SO DESPERATE TO BRAKE YOUR N900???
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following User Says Thank You to vi_ For This Useful Post:
Posts: 915 | Thanked: 57 times | Joined on Jun 2011
#917
i installed kernel 47 in a easier way.no i cant flash it.so it means that its not stable.so i will wait i gess....i installed 47 via thehandheldblog.com/2010/07/27/how-to-easily-overclock-your-n900-in-under-two-minutes/
 
niqbal's Avatar
Posts: 474 | Thanked: 368 times | Joined on Jan 2010
#918
hey Pali thx a bunch, i installed power kernel v48 this morning using files from your webpage. Its much much improved version than v47 was. Its much more stable and smooth. In couple of days, i can say how the battery life remains, so far excellent

wl1251 injection wifi drivers and speedpatch are working.

Last edited by niqbal; 2011-07-11 at 14:31.
 

The Following 2 Users Say Thank You to niqbal For This Useful Post:
Posts: 156 | Thanked: 239 times | Joined on Sep 2009 @ Finland
#919
Thanks Pali, seems to work fine. Now we just need to wait for Tigerite to release the Compcache files.
 
Posts: 135 | Thanked: 75 times | Joined on Apr 2011 @ Buenos Aires, Argentina
#920
Originally Posted by Hurrian View Post
Code:
#! /bin/sh

#kernel-power48 upgrade script by Hurrian
#DON'T BLAME ME IF THIS BLOWS UP YOUR DEVICE

echo "Downloading packages."

#check for multiboot
chkmltibt=$(dpkg -l | grep multiboot)
if [ "$chkmltibt" ]; then
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power-modules_1:2.6.28-10power48_armel.deb -o /tmp/modules.deb
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power-bootimg_1:2.6.28-10power48_armel.deb -o /tmp/bootimg.deb
    dpkg -i /tmp/bootimg.deb
    dpkg -i /tmp/modules.deb
    rm -f /tmp/modules.deb
    rm -f /tmp/bootimg.deb
else
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power_1:2.6.28-10power48_armel.deb -o /tmp/kernel.deb
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power-modules_1:2.6.28-10power48_armel.deb -o /tmp/modules.deb
    wget http://atrey.karlin.mff.cuni.cz/~pali/kernel-power-flasher_1:2.6.28-10power48_armel.deb -o /tmp/flasher.deb
    dpkg -i /tmp/kernel.deb
    dpkg -i /tmp/modules.deb
    dpkg -i /tmp/flasher.deb
    rm -f /tmp/modules.deb
    rm -f /tmp/flasher.deb
    rm -f /tmp/kernel.deb
fi

echo "Installation finished. Please reboot your device."
Output of your script:

Code:
/home/user/MyDocs/.documents # ./update.sh 
Downloading packages.
dpkg-deb: `/tmp/bootimg.deb' is not a debian format archive
dpkg: error processing /tmp/bootimg.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
 /tmp/bootimg.deb
dpkg-deb: `/tmp/modules.deb' is not a debian format archive
dpkg: error processing /tmp/modules.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
 /tmp/modules.deb
Installation finished. Please reboot your device.
 
Reply

Tags
battery-status, bq27x00_battery, kernel, kernel-power, misiak4king, noobs-cant-read, pali4president, patches, readdirections, revolverspinyou


 
Forum Jump


All times are GMT. The time now is 22:51.