User:Toggles
(8 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
'''The toggle FAQ'''<br> | '''The toggle FAQ'''<br> | ||
<br><br> | <br><br> | ||
- | '''Battery monitor via bme''' | + | '''Battery monitor via bme n8x0''' |
Thanks to qwerty12 for all the help | Thanks to qwerty12 for all the help | ||
+ | |||
<pre> | <pre> | ||
+ | sudo echo "deb http://download.opensuse.org/repositories/Maemo://Mer://Devel://HW://N8x0://Devel/MerDevel_Ubuntu_9.04/ /" > /etc/apt/sources.list.d/mer-n8x0-devel.list | ||
+ | sudo apt-get update | ||
+ | sudo apt-get install hald-addon-bme advanced-power-monitor advanced-power | ||
+ | </pre> | ||
+ | <pre> | ||
+ | old instructions (use the above) | ||
+ | |||
wget http://trac.tspre.org/qwerty12/Toggles-hald-bme/hald-addon-bme_0.1-1_armel.deb | wget http://trac.tspre.org/qwerty12/Toggles-hald-bme/hald-addon-bme_0.1-1_armel.deb | ||
sudo dpkg -i hald-addon-bme_0.1-1_armel.deb | sudo dpkg -i hald-addon-bme_0.1-1_armel.deb | ||
sudo apt-get install advanced-power-monitor advanced-power | sudo apt-get install advanced-power-monitor advanced-power | ||
</pre> | </pre> | ||
+ | There is an issue right now with python/advanced-power-monitor, you need to do the following | ||
+ | <pre> | ||
+ | cd /usr/lib/python2.6/dist-packages | ||
+ | sudo ln -sf ../site-packages/hildondesktop.* . | ||
+ | </pre> | ||
+ | |||
+ | Start the advanced-power applet<br> | ||
+ | Mer->Settings->Settings<br> | ||
+ | Panels<br> | ||
+ | Status Bar<br> | ||
+ | Advanced Power<br> | ||
+ | <br> | ||
+ | Ok and reboot and you should see your battery info. | ||
+ | <br>If you experience problems installing advanced power or monitor (< 0.14 or you upgrade) you may need to do this: | ||
+ | <pre> | ||
+ | sudo echo "deb http://catalogue.tableteer.nokia.com/updates/diablo-2/ ./" > /etc/apt/sources.list.d/temp_updates.list | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | '''Battery monitor via bme smartq''' | ||
+ | (currently broken)<br> | ||
+ | Thanks to zenvoid and qwerty12 for all the help<br> | ||
+ | (as of 0.14 you need to upgrade to Devel)<br> | ||
+ | As root | ||
+ | <pre> | ||
+ | cd | ||
+ | wget http://tommywatson.com/Mer/hald-addon-smartq_0.02_armel.deb | ||
+ | dpkg -i hald-addon-smartq_0.02_armel.deb | ||
+ | apt-get install advanced-power | ||
+ | wget http://tommywatson.com/Mer/AdvancedPowerMonitor.tgz | ||
+ | cd / | ||
+ | tar -zxf /root/AdvancedPowerMonitor.tgz | ||
+ | </pre> | ||
+ | Enable advanced power as above and reboot.<br> | ||
+ | This is currently broken and I would appreciate some help from anyone who has python experience that could help me debug the applet as it's not starting yet. | ||
+ | |||
+ | <br><br> | ||
+ | '''Remove onscreen keyboard on n810''' | ||
+ | <br> | ||
+ | 12:33 < rhuskjr> That reminds me for the n810 is there a way to disable the | ||
+ | onscreen keyboard | ||
+ | 12:34 < Stskeeps> yeah, removing hildon-input-method from /usr/bin/start-hildon | ||
+ | but we're working on a better way. | ||
<br><br> | <br><br> | ||
- | + | '''Debian armel virtual machine for development''' | |
- | + | <br> | |
+ | https://wiki.ubuntu.com/ARM/RootfsFromScratch | ||
+ | http://people.ubuntu.com/~ogra/arm/qemu/README | ||
+ | http://wiki.maemo.org/Mer/Hardware/Freerunner#Debian_Armel_Virtual_Machine_for_Mer_development | ||
+ | |||
<br><br> | <br><br> |
Latest revision as of 16:42, 29 June 2009
The toggle FAQ
Battery monitor via bme n8x0
Thanks to qwerty12 for all the help
sudo echo "deb http://download.opensuse.org/repositories/Maemo://Mer://Devel://HW://N8x0://Devel/MerDevel_Ubuntu_9.04/ /" > /etc/apt/sources.list.d/mer-n8x0-devel.list sudo apt-get update sudo apt-get install hald-addon-bme advanced-power-monitor advanced-power
old instructions (use the above) wget http://trac.tspre.org/qwerty12/Toggles-hald-bme/hald-addon-bme_0.1-1_armel.deb sudo dpkg -i hald-addon-bme_0.1-1_armel.deb sudo apt-get install advanced-power-monitor advanced-power
There is an issue right now with python/advanced-power-monitor, you need to do the following
cd /usr/lib/python2.6/dist-packages sudo ln -sf ../site-packages/hildondesktop.* .
Start the advanced-power applet
Mer->Settings->Settings
Panels
Status Bar
Advanced Power
Ok and reboot and you should see your battery info.
If you experience problems installing advanced power or monitor (< 0.14 or you upgrade) you may need to do this:
sudo echo "deb http://catalogue.tableteer.nokia.com/updates/diablo-2/ ./" > /etc/apt/sources.list.d/temp_updates.list
Battery monitor via bme smartq
(currently broken)
Thanks to zenvoid and qwerty12 for all the help
(as of 0.14 you need to upgrade to Devel)
As root
cd wget http://tommywatson.com/Mer/hald-addon-smartq_0.02_armel.deb dpkg -i hald-addon-smartq_0.02_armel.deb apt-get install advanced-power wget http://tommywatson.com/Mer/AdvancedPowerMonitor.tgz cd / tar -zxf /root/AdvancedPowerMonitor.tgz
Enable advanced power as above and reboot.
This is currently broken and I would appreciate some help from anyone who has python experience that could help me debug the applet as it's not starting yet.
Remove onscreen keyboard on n810
12:33 < rhuskjr> That reminds me for the n810 is there a way to disable the onscreen keyboard 12:34 < Stskeeps> yeah, removing hildon-input-method from /usr/bin/start-hildon but we're working on a better way.
Debian armel virtual machine for development
https://wiki.ubuntu.com/ARM/RootfsFromScratch http://people.ubuntu.com/~ogra/arm/qemu/README http://wiki.maemo.org/Mer/Hardware/Freerunner#Debian_Armel_Virtual_Machine_for_Mer_development
- This page was last modified on 29 June 2009, at 16:42.
- This page has been accessed 5,747 times.