|
2011-02-03
, 23:50
|
|
Posts: 148 |
Thanked: 216 times |
Joined on Jul 2010
@ Yerevan
|
#2
|
|
2011-02-14
, 19:46
|
|
Posts: 148 |
Thanked: 216 times |
Joined on Jul 2010
@ Yerevan
|
#3
|
|
2011-04-29
, 21:15
|
Posts: 44 |
Thanked: 89 times |
Joined on Oct 2009
|
#4
|
|
2011-04-29
, 21:31
|
|
Posts: 148 |
Thanked: 216 times |
Joined on Jul 2010
@ Yerevan
|
#5
|
|
2011-04-29
, 22:29
|
Posts: 44 |
Thanked: 89 times |
Joined on Oct 2009
|
#6
|
The Following User Says Thank You to toninikkanen For This Useful Post: | ||
|
2013-10-01
, 03:55
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#8
|
$ cat /home/user/MyDocs/bin/lux.sh lux=0 while [ 1 == 1 ]; do new=`cat /sys/bus/i2c/drivers/tsl2563/2-0029/lux` if [ "$lux" != "$new" ] then lux=$new echo `date '+%y%m%d_%H%M%S'`" "$lux fi
The Following User Says Thank You to int_ua For This Useful Post: | ||
|
2013-10-01
, 07:21
|
|
Posts: 148 |
Thanked: 216 times |
Joined on Jul 2010
@ Yerevan
|
#9
|
|
2014-03-25
, 20:17
|
Posts: 1 |
Thanked: 1 time |
Joined on Mar 2014
|
#10
|
The Following User Says Thank You to olives For This Useful Post: | ||
Download deb file from here: https://garage.maemo.org/projects/lightmeter
Besides, this app is written by using FreePascal and Lazarus. In order to prepare development environment right on n900 and then build a .deb file I've been written two manuals:
how to setup Lazarus/FreePascal on maemo device (no crosscompilation)
http://wiki.maemo.org/Compile_FreePascal_on_device
how to setup checkinstall on maemo
http://wiki.maemo.org/Checkinstall_on_Maemo (lots of ugly hacks, dangerous, but works for me)
update: I've written a spec file and was able to generate a MeeGo/ARM rpm installer package for the MeeGo competition.
I've tested it on MeeGo, so it works now under MeeGo as well. Get rpm at the competition page entry.
Last edited by norayr; 2011-04-29 at 21:34.