Showing results 1 to 25 of 60 @ 0.38 seconds. Search: Posts Made By: jamiefuller
Forum: Nokia N900 2012-04-27, 15:37
Replies: 10
Views: 3,649
Posted By retsaw
Re: BASH script bug?, simple maths...

You can use bc to do the maths (you may need to install it)
a=$(echo "( $a * 60 ) + $x" | bc )
Forum: Nokia N900 2012-04-27, 15:19
Replies: 10
Views: 3,649
Posted By nicolai
Re: BASH script bug?, simple maths...

08
Integers with leading "0" are interpreted as octal, so 08 is an illegal
octal number.
Remove the leading "0".

Nicolai
Forum: Nokia N900 2011-10-11, 13:29
Replies: 12
Views: 4,645
Posted By HtheB
Re: n900, new life....

You could add more awesome games of yours in the repositories :D
Forum: Nokia N900 2011-10-11, 13:19
Replies: 12
Views: 4,645
Posted By djdas
Re: n900, new life....

Nice solution, maybe you could substitute the battery with an adapter connected directly to the battery terminals in order to avoid (dis)charging the battery because the device becomes quite hot when...
Forum: Nokia N900 2011-10-11, 11:18
Replies: 12
Views: 4,645
Posted By TiagoTiago
Re: n900, new life....

For VNC i find you need to keep the screenlight on, it won't wake up with VNC input (and it doesn't seem to run the server automaticly, i need to start it myself).
Forum: Nokia N900 2011-10-11, 10:04
Replies: 12
Views: 4,645
Posted By dr_frost_dk
Re: n900, new life....

That's very nice indeed, N900 serving well in the afterlife :)
Forum: Games 2011-03-17, 10:36
Replies: 60
Views: 25,174
Posted By shazosbourne
Re: [ANNOUNCE] BounceBounce, A Doodle-jump clone.

Firmware version 20.2010.36-2
Enhanced kernel version 46
Python and pygame installed prior to installation of bouncebounce.
Can only launch via xterm with python /opt/bouncebounce/bouncebounce.py...
Forum: Games 2011-03-17, 09:57
Replies: 60
Views: 25,174
Posted By ZogG
Re: [ANNOUNCE] BounceBounce, A Doodle-jump clone.

1)latest cssu firmwire
2)tarting from terminal as user (not root) works perfect
Forum: Games 2011-03-12, 22:49
Replies: 60
Views: 25,174
Posted By Bratag
Re: [ANNOUNCE] BounceBounce, A Doodle-jump clone.

Before starting put phone into locked rotation via the applet.
Forum: Development 2011-03-02, 18:16
Replies: 4
Views: 3,878
Posted By Slocan
Re: python/pygame need to disable screen saver

Here is how I did it:

try:
from osso import Context, DeviceState
use_osso = True
except:
use_osso = False

init()
if use_osso:
Forum: Development 2011-03-02, 17:30
Replies: 4
Views: 3,878
Posted By Addison
Re: python/pygame need to disable screen saver

There is an app for Diablo called "more dimming options".

Also, for Diablo it was something like this Jamie.

gconftool-2 --type int --set /apps/osso/applet/osso-applet-display/turn_off_display...
Forum: Games 2011-02-28, 15:01
Replies: 72
Views: 29,222
Posted By debernardis
Re: [ANNOUNCE] Paper toss N900 (Python+pygame)

I have done
/opt/papertoss $ sudo chown user:users game.dat
/opt/papertoss $ sudo chmod 666 game.dat and it doesn't crash any more.
But it would be better if game.dat were somewhere under /home.
Forum: Games 2011-02-27, 12:14
Replies: 7
Views: 5,246
Posted By steve fuller
[ANNOUNCE] Clock game for N900(python+pygame)

Im new to both the N900 and Python and have been trying out a few ideas.

I have created a version of the rubiks clock game as i couldnt find any others.

This is packaged as a zip file as i am...
Forum: Development 2011-02-22, 02:22
Replies: 4
Views: 2,166
Posted By Slocan
Re: Python+PyGame...Portrait Mode...

I haven't looked at it in a while, but when I made my little try with pygame, I left it in landscape fullscreen, and simply inverted the x and y coordinates for most functions.
There is probably a...
Forum: Games 2011-01-17, 17:45
Replies: 68
Views: 20,443
Posted By MiK546
[Maemo5]Pingus - a Lemmings clone (now in Extras-Devel!)

What is this?

As the thread name says I made port of lemmings clone Pingus to N900. Although Lemmings can already be played trough emulation I tough having something native for the N900 would be...
Forum: Nokia N900 2010-12-08, 16:56
Replies: 23
Views: 38,268
Posted By eiffel
Bitcoin server running on an N900

If anyone is using Bitcoin (http://bitcoin.org/), the distributed digital currency, you can now run the Bitcoin server on your N900, thanks to a port by user doublec at the Bitcoin forum.

You can...
Forum: Applications 2010-12-07, 09:56
Replies: 6
Views: 3,775
Posted By pang
(REQUEST) Image editing Application

Anyone has any idea to create some sort of Photoshop on the n900?
The Ansela controls the colour only.
I need something that allows me to edit the picture.
Something like myPaint
Forum: Maemo 5 / Fremantle 2010-10-09, 14:53
Replies: 17
Views: 5,736
Posted By kureyon
Re: Mounting VDI file on the N900

You could try adding these options to the mount command:

-o uid=user,gid=users
Forum: Maemo 5 / Fremantle 2010-10-09, 12:30
Replies: 17
Views: 5,736
Posted By theonelaw
Lightbulb Re: Mounting VDI file on the N900

FileBox (http://talk.maemo.org/showthread.php?t=60159) maybe ?
Forum: Maemo 5 / Fremantle 2010-10-09, 04:49
Replies: 17
Views: 5,736
Posted By kureyon
Re: Mounting VDI file on the N900

You need ntfs-3g to mount ntfs as read/write.
Forum: Maemo 5 / Fremantle 2010-10-08, 19:39
Replies: 17
Views: 5,736
Posted By woody14619
Re: Mounting VDI file on the N900

Great to know it can be done, and thanks for following up with the solution when you found it. You make want to change your title to include the tag [Solution], so others doing a search will look...
Forum: Maemo 5 / Fremantle 2010-10-08, 18:48
Replies: 17
Views: 5,736
Posted By dwaradzyn
Re: Mounting VDI file on the N900

Check if you have loop device on your N900 (ls /dev/loop* should return some of them). If you do not have this try installing kernel-power - this one has loop support for sure (amongst other cook...
Forum: Maemo 5 / Fremantle 2010-10-08, 10:34
Replies: 17
Views: 5,736
Posted By ZogG
Re: Mounting VDI file on the N900

sure have mount command as it's basic linux command. the question is the thing u want to mount is fat or ntfs as not sure there are ntfs-3g driver for maemo
Forum: Nokia N900 2010-08-14, 20:07
Replies: 65
Views: 42,931
Posted By Nano
Re: Sharing files between n900 and Windows 7 PC

That is a BUG :)

Please open x terminal and enter this command to get your wlan ip.

/sbin/ifconfig wlan0 | grep inet

The output is something like this:

inet addr: 192.168.178.100 Bcast...
Forum: Nokia N900 2010-08-14, 16:57
Replies: 65
Views: 42,931
Posted By Nano
Re: Sharing files between n900 and Windows 7 PC

Yes I could, but at the moment I don't know enough about packaging, deploying, distributing and how to upload files to extras...

I have similar speeds as with WINSCP. (about 1.5 MB/s)
Showing results 1 to 25 of 60



 
Forum Jump

All times are GMT. The time now is 08:54.