Reply
Thread Tools
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#961
Originally Posted by pali View Post
So with your kernel patch and binaries from gst-dsp is possible to play 720p videos (at least with gst-launch)?

And are TI DSP binaries from gst-dsp google code project redistributable?
No, for 720p one still needs DSP codec from some 720p capable Android / WinMo with the same DSP as ours. Anyway there is a page on TI site where free C64+ 720p codecs are marked as "in development". Forget where exactly it was, but there is a big table on TI site with DSPs/codecs functionality, search for it. And once Harmattan is out .. who knows

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.
 

The Following 2 Users Say Thank You to freemangordon For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#962
@pali: [off-topic] - check osso-calculator on gitorious please
 

The Following 2 Users Say Thank You to freemangordon For This Useful Post:
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#963
Originally Posted by freemangordon View Post
@pali: [off-topic] - check osso-calculator on gitorious please
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
 

The Following 2 Users Say Thank You to pali For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#964
Originally Posted by pali View Post
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
Nope, moving to seaside
 
Posts: 458 | Thanked: 136 times | Joined on Jul 2010 @ Holland
#965
@freemangordon:

Will the patch with all options be pushed to the repositories? Or can we install it easily other ways?
 
Posts: 155 | Thanked: 61 times | Joined on Nov 2009
#966
Originally Posted by Hurrian View Post
n00bs, Get the install script!

pali, can I mirror the power48 files on my server?
Couple of issues:
- wget -o outputs log info - you need wget -O
- dpkg -l | grep multiboot will detect if multiboot _had_ been installed but has been removed - use:

dpkg -l | grep "ii multiboot"

So the script should look like:
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 "^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."
 

The Following 6 Users Say Thank You to phedders For This Useful Post:
Posts: 915 | Thanked: 57 times | Joined on Jun 2011
#967
Originally Posted by Carlito View Post
@freemangordon:

Will the patch with all options be pushed to the repositories? Or can we install it easily other ways?
dnt ask nythn like tht..they will kill you
 

The Following User Says Thank You to trisha02 For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#968
Originally Posted by pali View Post
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
Pali, May I have the osso_calculator?
sorry for off topic
 
Posts: 458 | Thanked: 136 times | Joined on Jul 2010 @ Holland
#969
Originally Posted by trisha02 View Post
dnt ask nythn like tht..they will kill you
so asking is killing? will keep that in mind...

Because they're doing great things for this community doesn't mean we don't have questions how to use it...
 
Posts: 309 | Thanked: 456 times | Joined on Jan 2010
#970
Is kernel-power-headers required as well?
 
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:32.