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

retsaw, that was perfect, thanks!
Forum: Nokia N900 2012-04-27, 15:32
Replies: 10
Views: 3,587
Posted By jamiefuller
Re: BASH script bug?, simple maths...

Thanks Nicolai,

any chance of a code snipet as to how to remove the trailing zero?

Or just a better way of doing what I'm doing =)

Thanks
Jamie
Forum: Nokia N900 2012-04-27, 15:02
Replies: 10
Views: 3,587
Posted By jamiefuller
BASH script bug?, simple maths...

Hi All,

I think i've found a little bug but would love for someone to confirm?

Basically I have this script

IN=00:08:19.12
IN=`echo $IN| cut -d'.' -f 1`

arr=$(echo $IN | tr ":" "\n")
Forum: Nokia N900 2011-10-11, 16:11
Replies: 12
Views: 4,596
Posted By jamiefuller
Re: n900, new life....

if anyone is interested in the easynews python download tool the source code can be found here
...
Forum: Nokia N900 2011-10-11, 13:30
Replies: 12
Views: 4,596
Posted By jamiefuller
Re: n900, new life....

hahaha, nice one HtheB, and thanks for the compliment!
Forum: Nokia N900 2011-10-11, 13:28
Replies: 12
Views: 4,596
Posted By jamiefuller
Re: n900, new life....

thats another good idea skykooler, I could freak my wife out by playing music to her while I'm at work :)
Forum: Nokia N900 2011-10-11, 13:26
Replies: 12
Views: 4,596
Posted By jamiefuller
Re: n900, new life....

Thats a good idea djdas, at the moment I have the device charge and dischage daily. having the battery in there also has the additional advantage of a built in UPS :)
Forum: Nokia N900 2011-10-11, 11:23
Replies: 12
Views: 4,596
Posted By jamiefuller
Re: n900, new life....

yeah I only fire up the service if i'm planning to actually use it. not that I have any use real use for it as all the telephony functions are disabled but it's better to have it and not need it than...
Forum: Nokia N900 2011-10-11, 09:40
Replies: 12
Views: 4,596
Posted By jamiefuller
n900, new life....

Hi All,

Its been a while since I posted, I'm afraid I was drawn to the dark side and purchased a Samsung Galaxy S2.its a fantastic phone but thats not the point of this thread.

I recently...
Forum: Competitors 2011-06-23, 14:04
Replies: 51
Views: 28,028
Posted By jamiefuller
Re: I've fallen for the Galaxy S2 :(

I Just got my S2 yesterday, and I gotta say, some of the things I've been dying to do on my N900 the S2 just does out of the box...

Youtube has always been a bit hit and miss on the N900, works...
Forum: Games 2011-03-17, 19:09
Replies: 60
Views: 25,027
Posted By jamiefuller
Re: [ANNOUNCE] BounceBounce, A Doodle-jump clone.

Hi Guys,

if you have the problem with icon not working and are comfortable with xterm could you try the following...

NOTE: to write to this file you'll need root access.

using ur favorite...
Forum: Games 2011-03-17, 11:32
Replies: 60
Views: 25,027
Posted By jamiefuller
Re: [ANNOUNCE] BounceBounce, A Doodle-jump clone.

You're welcome dude, thats exactly the same as my set up, so I guess that rules out those settings...grrr :( can't find anything on google either.

Maybe its my .desktop file, I'll examine it, do...
Forum: Games 2011-03-17, 09:49
Replies: 60
Views: 25,027
Posted By jamiefuller
Re: [ANNOUNCE] BounceBounce, A Doodle-jump clone.

Hi guys,

I've added a minor update that now shows the last game score as well as the top score as requested. Can be found in extras-testing. (be warned though it will erase your current...
Forum: Games 2011-03-15, 16:31
Replies: 60
Views: 25,027
Posted By jamiefuller
Re: [ANNOUNCE] BounceBounce, A Doodle-jump clone.

shazosbourne: I do intend to add a high-score function (with community) I'm just waiting to find the spare time.

roger_27: Nicely diagnosed. I'd be interested to know which firmware you are...
Forum: Games 2011-03-12, 23:20
Replies: 60
Views: 25,027
Posted By jamiefuller
Forum: Games 2011-03-12, 22:44
Replies: 60
Views: 25,027
Posted By jamiefuller
Re: [ANNOUNCE] BounceBounce, A Doodle-jump clone.

Alfred, Unfortunately there is no solution for that, Nokia really dropped the ball with the rotation handling for the N900.

N900L, hope you like it, its not identical (as I've never played the...
Forum: Games 2011-03-12, 22:29
Replies: 60
Views: 25,027
Posted By jamiefuller
[ANNOUNCE] BounceBounce, A Doodle-jump clone.

Hi Everyone,

I'm pleased to announce my latest game, this was a popular request from this forum.

BounceBounce is a simple accelerometer controlled game, simply bounce your fella as high as...
Forum: Development 2011-03-02, 21:44
Replies: 4
Views: 3,861
Posted By jamiefuller
Re: python/pygame need to disable screen saver

Hi Slocan,

your method works a treat, using that does it mean I need to add osso as a dependency when packaging my game?

Cheers!
Forum: Development 2011-03-02, 17:18
Replies: 4
Views: 3,861
Posted By jamiefuller
python/pygame need to disable screen saver

Hi Guys,

My current app uses the accellerometer which is great but after 30 seconds the screen starts to dim, and then the screen saver kicks in...is there anyway to disable this while the game is...
Forum: Games 2011-03-02, 08:05
Replies: 72
Views: 29,085
Posted By jamiefuller
Re: [ANNOUNCE] Paper toss N900 (Python+pygame)

mattiasbäx

the commands are as follows

sudo gainroot
cd /opt/papertoss
chown user:users game.dat
chmod 666 game.dat

however the newer version in extras-testing should have fixed this...
Forum: Games 2011-03-02, 07:04
Replies: 72
Views: 29,085
Posted By jamiefuller
Re: [ANNOUNCE] Paper toss N900 (Python+pygame)

Glad to hear it f2thak, thanks.
Forum: Games 2011-03-02, 07:01
Replies: 72
Views: 29,085
Posted By jamiefuller
Re: [ANNOUNCE] Paper toss N900 (Python+pygame)

sorry, no I meant to cd to somewhere else for example
"cd /home/user/MyDocs/"
then run
"python /opt/papertoss/game.py"
I wanted to test if it was an issue with relative dir paths.
thanks
Forum: Development 2011-03-01, 14:14
Replies: 22
Views: 5,553
Posted By jamiefuller
Re: To discourage a would-be developer

Hi mno@8,

I completely agree, having suffured the pain that is packaging I can agree it takes longer to figure that stuff out than it does to write an entire app, my first app for the n900 was...
Forum: Games 2011-03-01, 11:48
Replies: 72
Views: 29,085
Posted By jamiefuller
Re: [ANNOUNCE] Paper toss N900 (Python+pygame)

Try going into xterm, change directory to somewhere other than /opt/papertoss/

then run "python /opt/papertoss/game.py" and see if you get any errosr?
Forum: Games 2011-03-01, 11:46
Replies: 72
Views: 29,085
Posted By jamiefuller
Re: [ANNOUNCE] Paper toss N900 (Python+pygame)

Hahaha, then the font is perfect for this game surely :) this game is pretty immature!
Showing results 1 to 25 of 100



 
Forum Jump

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