Difference between revisions of "Application:Precorder"
Line 17: | Line 17: | ||
Easiest installation method is by installing [http://ipkg.preware.org/feeds/webos-internals/testing/armv7/org.webosinternals.gstservice_0.2.3_armv7.ipk GstService] and [http://ipkg.preware.org/feeds/webos-internals/testing/all/org.webosinternals.precorder_0.2.0_all.ipk Precorder] with [http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method WebOS Quick Install]. | Easiest installation method is by installing [http://ipkg.preware.org/feeds/webos-internals/testing/armv7/org.webosinternals.gstservice_0.2.3_armv7.ipk GstService] and [http://ipkg.preware.org/feeds/webos-internals/testing/all/org.webosinternals.precorder_0.2.0_all.ipk Precorder] with [http://www.webos-internals.org/wiki/Tutorials_webOS_Installing_An_Ipk#WebOS_Quick_Install_Method WebOS Quick Install]. | ||
− | Alternatively, you can install the ipk files manually via commandline: | + | Alternatively, you can install the .ipk files manually via commandline: |
<br> | <br> | ||
ipkg -o /var install http://ipkg.preware.org/feeds/webos-internals/testing/armv7/org.webosinternals.gstservice_0.2.3_armv7.ipk | ipkg -o /var install http://ipkg.preware.org/feeds/webos-internals/testing/armv7/org.webosinternals.gstservice_0.2.3_armv7.ipk | ||
Line 23: | Line 23: | ||
ipkg -o /var install http://ipkg.preware.org/feeds/webos-internals/testing/all/org.webosinternals.precorder_0.2.0_all.ipk | ipkg -o /var install http://ipkg.preware.org/feeds/webos-internals/testing/all/org.webosinternals.precorder_0.2.0_all.ipk | ||
<br> | <br> | ||
− | <p> then run post install script | + | <p> then run post install script: |
<br> | <br> | ||
sh /var/usr/lib/ipkg/info/org.webosinternals.gstservice.postinst | sh /var/usr/lib/ipkg/info/org.webosinternals.gstservice.postinst |
Revision as of 07:38, 24 November 2009
Precorder - Version: Alpha 0.2.0
(23 Nov 2009)
Summary
Status
Installation
Easiest installation method is by installing GstService and Precorder with WebOS Quick Install.
Alternatively, you can install the .ipk files manually via commandline:
ipkg -o /var install http://ipkg.preware.org/feeds/webos-internals/testing/armv7/org.webosinternals.gstservice_0.2.3_armv7.ipk
ipkg -o /var install http://ipkg.preware.org/feeds/webos-internals/testing/all/org.webosinternals.precorder_0.2.0_all.ipk
then run post install script:
sh /var/usr/lib/ipkg/info/org.webosinternals.gstservice.postinst
License
Operating notes
Recent enhancements
Known bugs
First run on any phone will cause a blank output. Simply start recording, wait a moment, and stop recording, wait a moment. After that, it should be fine. Getting the video light to work may cause 2 starts. Should be a 1-time-only process.
Source Code
Source at git.webos-internals.org
Packages in the webos-internals testing feed