|
2011-07-13
, 09:42
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#963
|
|
2011-07-13
, 09:56
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#964
|
|
2011-07-13
, 09:59
|
Posts: 458 |
Thanked: 136 times |
Joined on Jul 2010
@ Holland
|
#965
|
|
2011-07-13
, 10:35
|
Posts: 155 |
Thanked: 61 times |
Joined on Nov 2009
|
#966
|
n00bs, Get the install script!
pali, can I mirror the power48 files on my server?
#! /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 "^ii 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."
|
2011-07-13
, 10:41
|
Posts: 915 |
Thanked: 57 times |
Joined on Jun 2011
|
#967
|
The Following User Says Thank You to trisha02 For This Useful Post: | ||
|
2011-07-13
, 10:58
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#968
|
yes, now I compiled it and tested... But I'm not happy with this hack in Qt code. But offtopic for kernel - move to email
|
2011-07-13
, 11:04
|
Posts: 458 |
Thanked: 136 times |
Joined on Jul 2010
@ Holland
|
#969
|
|
2011-07-13
, 11:06
|
Posts: 309 |
Thanked: 456 times |
Joined on Jan 2010
|
#970
|
Tags |
battery-status, bq27x00_battery, kernel, kernel-power, misiak4king, noobs-cant-read, pali4president, patches, readdirections, revolverspinyou |
|
But those binaries from google are redistributable methinks. There is a license file in the archive, just check it. And on TI site here https://gforge.ti.com/gf/project/openmax/frs/ are much more goodies.