User:Jebba/Random

(Random: luke leaves purgatory due to git show acf442dc560437858e6a4c904678052616f8226e)
(Random: LEDs)
 
(3 intermediate revisions not shown)
Line 1: Line 1:
=Random=
=Random=
Things to file/organize.
Things to file/organize.
 +
 +
* [[User:Jebba/Keymap]]
* List of packages sorted by size ala pupnik
* List of packages sorted by size ala pupnik
Line 18: Line 20:
* [[Reprepro|Reprepro - managing repos]]
* [[Reprepro|Reprepro - managing repos]]
 +
 +
* [http://wiki.maemo.org/Maemo.org_team]
* [http://mg.pov.lt/maemo-irclog/latest.log.html #maemo IRC logs] - [http://mg.pov.lt/maemo-devel-irclog/ #maemo-devel IRC logs]
* [http://mg.pov.lt/maemo-irclog/latest.log.html #maemo IRC logs] - [http://mg.pov.lt/maemo-devel-irclog/ #maemo-devel IRC logs]
Line 36: Line 40:
* [http://davestechshop.net/sites/davestechshop.net/files/Nokia_N900_Rover_en-US_es-LAM.pdf PDF N900 doc] - [http://nds1.nokia.com/phones/files/guides/Nokia_N900_UG_en.pdf More recent PDF doc] (I think)
* [http://davestechshop.net/sites/davestechshop.net/files/Nokia_N900_Rover_en-US_es-LAM.pdf PDF N900 doc] - [http://nds1.nokia.com/phones/files/guides/Nokia_N900_UG_en.pdf More recent PDF doc] (I think)
-
 
-
* People I /ignore in #maemo IRC (with pidgin plugin that doesn't seem to save the ignores...):
 
-
/ignore +pupnik_ +PaulFertser +Klowner_ +TommyBres
 
* lshal
* lshal
Line 84: Line 85:
* [http://www.topflashers.com/maemo/misc/removetrolls.maemo.user.js Greasemonkey script to ignore talk.maemo.org trolls]
* [http://www.topflashers.com/maemo/misc/removetrolls.maemo.user.js Greasemonkey script to ignore talk.maemo.org trolls]
 +
 +
* LEDs:
 +
* /sys/class/leds # echo 255 > lp5523\:r/brightness  ; while true ; do echo 255 > lp5523\:g/brightness  ; sleep 1 ; echo 0 > lp5523\:g/brightness  ; sleep 1 ; done

Latest revision as of 05:48, 22 January 2010

[edit] Random

Things to file/organize.

  • List of packages sorted by size ala pupnik
dpkg-query --show --showformat='${Package;-50}\t${Installed-Size}\n' | sort -k2 -n
  • irc.freenode.net #maemo #canola
  • Under the battery there are two sets of gold "dots" on the motherboard. What are these for? JTAG? USB? Serial???
  • SDK hung forever after download at: "Preconfiguring packages".
  • Can Maemo be installed on Sharp Netwalker, since Ubuntu on that thing is a terrible dog by comparison?
  • lshal
  • [2] - Core domain architecture
  • Turn on camera LEDs (e.g. for flashlight):
SpeedEvil: jebba: you open the camera file descriptor and send a ioctl(V4L2_TORCH_ON)
SpeedEvil: jebba: well, there may be a dbus thingy for it - there is no need though. mplayer could do it if it could control arbitrary v4l2 controls - but it can't
(07:39:24 PM) cehteh: SpeedEvil: V4L2_CID_INDICATOR_INTENSITY  ... the dim mode is supported in the driver
  • Icons:
(05:13:43 PM) VDVsx: 48x48 for the app menu and 64x64 for the desktop shortcuts
  • To make an icon to be put in debian/control (MUST be 48x48):
openssl base64 -in emacs-48x48.png | sed -e 's/^/ /' >> control
  • Accelerometer:
(12:34:03 PM) DocScrutinizer51: jebba: (accel) it's a lis302. I'm sure on wiki.openmoko.org you find quite some details, and link to datasheet
  • HOWTO ignore lamers on talk.maemo.org: click their Username, click "View Public Profile", click "User lists", click "Add to Ignore list", click "yes" to confirm. (OrangeBox for starters)
  • LEDs:
* /sys/class/leds # echo 255 > lp5523\:r/brightness  ; while true ; do echo 255 > lp5523\:g/brightness  ; sleep 1 ; echo 0 > lp5523\:g/brightness  ; sleep 1 ; done