maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   WRC App / Formula 1 (https://talk.maemo.org/showthread.php?t=61754)

batman 2010-09-05 17:31

WRC App / Formula 1
 
I saw this app on the WRC web site..

http://www.wrc.com/fanzone/wrc-social/wrc-app/

I wondered it if was possible to get it to work on maemo too?

dchky 2010-09-06 02:09

Re: WRC App
 
Unfortunately no. It's a closed application. Maybe write to them and ask to port it to the N900?

stevomanu 2010-09-26 22:09

Re: WRC App
 
Quote:

Originally Posted by batman (Post 808000)
I saw this app on the WRC web site..

http://www.wrc.com/fanzone/wrc-social/wrc-app/

I wondered it if was possible to get it to work on maemo too?

I have emailed them already you can do it here

http://www.wrc.com/contact-us/

the more the merryer would be a good thing

mr_xzibit 2010-09-26 22:36

Re: WRC App
 
i mailed them too :cool:

stevomanu 2010-09-29 22:57

Re: WRC App
 
have not had a reply thou , very disappointed by that !!

riceboy 2010-09-30 05:26

Re: WRC App
 
this is nifty. reminds me of the F1 app too.

colin.stephane 2010-09-30 07:59

Re: WRC App
 
1 Attachment(s)
Quote:

Originally Posted by riceboy (Post 829828)
this is nifty. reminds me of the F1 app too.

I have ported live-f1 package for the N900 (see attachment) ;).

It feetch datas from http://www.formula1.com/live_timing/

The obligatory screenshots :


Hope you like ...

A++

stevomanu 2010-10-11 14:47

Re: WRC App
 
Quote:

Originally Posted by colin.stephane (Post 829887)
I have ported live-f1 package for the N900 (see attachment) ;).

It feetch datas from http://www.formula1.com/live_timing/

The obligatory screenshots :


Hope you like ...

A++

can you not do this for the wrc then !!

batman 2010-10-24 12:43

Re: WRC App / Formula 1
 
has any one managed to install this?

I get an 'unistallable' message

colin.stephane 2010-10-24 12:53

Re: WRC App / Formula 1
 
Quote:

Originally Posted by batman (Post 849436)
has any one managed to install this?

I get an 'unistallable' message

Can you please try to install it under the console with root access ?

You need to have root access, please have a look to http://wiki.maemo.org/Root_access

When you have root access, copy the '.deb' package somewhere on your device, change to the directory where you have put the package and install it like this :

Code:

dpkg -i live-f1_0.2.10-1maemo1_armel.deb
If it fail, please come back here, and post the error ...

A++

batman 2010-10-24 13:12

Re: WRC App / Formula 1
 
thanks for the help..

I placed the deb file on the root directory of the N900

I entered the code you gave me, and I got the error:

'dpkg: error processing live-f1_0.2.10-1maemo1_armel.deb (--install):
cannot access archive: no such file or directory
Errors were encountered while processing:
live-f1_0.2.10-1maemo1_armel.deb'

colin.stephane 2010-10-24 13:42

Re: WRC App / Formula 1
 
Quote:

Originally Posted by batman (Post 849460)
thanks for the help..

I placed the deb file on the root directory of the N900

I entered the code you gave me, and I got the error:

'dpkg: error processing live-f1_0.2.10-1maemo1_armel.deb (--install):
cannot access archive: no such file or directory
Errors were encountered while processing:
live-f1_0.2.10-1maemo1_armel.deb'

Seem like you are not at the right place when trying to 'dpkg -i live-f1_0.2.10-1maemo1_armel.deb' command.

So, as root, type that, wait until it finish, and come back here to report any error :

Code:

dpkg -i $(find /home/user -name live-f1_0.2.10-1maemo1_armel.deb -type f)
A++

zlatko 2010-10-24 13:46

Re: WRC App / Formula 1
 
@batman
You are not using correct path to file or file name is wrong. Open the file using built in file browser. It will automatically start App Man.
Or use TAB(Ctrl+i) in terminal to pinpoint the .deb file.

batman 2010-10-24 14:10

Re: WRC App / Formula 1
 
ok so the 'live-f1_0.2.10-1maemo1_armel.deb' file is on the root directory of the N900

I then go into xterminal and type:

sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal_losso30+0m5) built_in shell (ash)
Enter 'help' for a list of built_in commands.

/home/user # dpkg -i $(find /home/user -name live-f1_0.2.10-1maemo1_armel.deb -type f)
(Reading database ... 27364 files and directories currently installed.)
Preparing to replace live-f1 0.2.10-1maemo1 (using .../live-f1_0.2.10-1maemo1_armel.deb) ...
Unpacking replacement live-f1 ...
dpkg: dependency problems prevent configuration of live-f1:
live-f1 depends on libneon27 (>= 0.29.3); however:
Package libneon27 is not installed.
dpkg: error processing live-f1 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
live-f1

batman 2010-10-24 14:12

Re: WRC App / Formula 1
 
When I downloaded the file I initially tried to open it using the file browser.. it was uninstallable.

the message given:

'Unable to update 'live-f1'.
Incompatible application package'

so I am trying to install it using command prompts

colin.stephane 2010-10-24 14:20

Re: WRC App / Formula 1
 
Quote:

Originally Posted by batman (Post 849498)
ok so the 'live-f1_0.2.10-1maemo1_armel.deb' file is on the root directory of the N900

I then go into xterminal and type:

sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal_losso30+0m5) built_in shell (ash)
Enter 'help' for a list of built_in commands.

/home/user # dpkg -i $(find /home/user -name live-f1_0.2.10-1maemo1_armel.deb -type f)
(Reading database ... 27364 files and directories currently installed.)
Preparing to replace live-f1 0.2.10-1maemo1 (using .../live-f1_0.2.10-1maemo1_armel.deb) ...
Unpacking replacement live-f1 ...
dpkg: dependency problems prevent configuration of live-f1:
live-f1 depends on libneon27 (>= 0.29.3); however:
Package libneon27 is not installed.
dpkg: error processing live-f1 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
live-f1

Ok, so, no problems here ;):

Always as root, do that :

Code:

apt-get install libneon27 && dpkg -i $(find /home/user -name live-f1_0.2.10-1maemo1_armel.deb -type f)
As usual now, report next error if some more come ...

A++

batman 2010-10-24 14:34

Re: WRC App / Formula 1
 
Once again; thank you very much for the help..

what is libneon27?

when I input the command you gave me this is what it returns..


/home/user # apt-get install libneon27 && dpkg -i $(find /home/user -name live-f1_0.2.10-1maemo1_armel.deb -type f)
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libneon27 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package libneon27 has no installation candidate
/home/user #

colin.stephane 2010-10-24 14:44

Re: WRC App / Formula 1
 
Quote:

Originally Posted by batman (Post 849515)
Once again; thank you very much for the help..

what is libneon27?

when I input the command you gave me this is what it returns..


/home/user # apt-get install libneon27 && dpkg -i $(find /home/user -name live-f1_0.2.10-1maemo1_armel.deb -type f)
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libneon27 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package libneon27 has no installation candidate
/home/user #

Hehehe :D

You need to add the 'Extra-Devel' repository ...

To activate :

Start Application manager –> Application catalogs –> New
Catalog name: Maemo Extras-devel
Web address: http://repository.maemo.org/extras-devel/
Distribution: fremantle
Components: free non-free

Leave the Application manager update the new repository, then come back to console and as root :

Code:

apt-get install libneon27 && dpkg -i $(find /home/user -name live-f1_0.2.10-1maemo1_armel.deb -type f)
As usual now, report next error if some more come ...

A++

batman 2010-10-24 15:27

Re: WRC App / Formula 1
 
done.. :)

but I can't see live-f1 in the application list..

and when I click on the deb file using the nokia file manager it still gives the message:

'Unable to update 'live-f1'.
Incompatible application package'

I also looked for the live-f1 app in the extras-devil repository after running the above command you gave me and I couldn't see anything there either..

I switched the extras-devil repository off now (unless I need to switch it back on?)

colin.stephane 2010-10-24 15:29

Re: WRC App / Formula 1
 
live-f1 is a console application, then just launch the console, and as simple user type :

Code:

live-f1
A++

batman 2010-10-24 15:33

Re: WRC App / Formula 1
 
done..

but I can't see live-f1 in the application list..

and when I click on the deb file using the nokia file manager it still gives the message:

'Unable to update 'live-f1'.
Incompatible application package'

I also looked for the live-f1 app in the extras-devil repository after running the above command you gave me and I couldn't see anything there either..

I switched the extras-devil repository off now (unless I need to switch it back on?)

batman 2010-10-24 15:37

Re: WRC App / Formula 1
 
ok I typed:

live-f1

it requested my email address and password which I enter as prompted. it returns the message:

live-f1: login request failed: Could not resolve hostname 'live-timing.formula1.com': Host not found


is there a way to re-enter my email and password? (its possible that I mistyped it..)

colin.stephane 2010-10-24 15:40

Re: WRC App / Formula 1
 
Quote:

Originally Posted by batman (Post 849555)
done..

but I can't see live-f1 in the application list..

and when I click on the deb file using the nokia file manager it still gives the message:

'Unable to update 'live-f1'.
Incompatible application package'

I also looked for the live-f1 app in the extras-devil repository after running the above command you gave me and I couldn't see anything there either..

I switched the extras-devil repository off now (unless I need to switch it back on?)

live-f1 is a console application, then just launch the console, and as simple user type :

Code:

live-f1
It ask you for your account the 1st you launch it.

Obviously you already created a free account for live timing on the site http://www.formula1.com/live_timing/

If you made a mistake, then in the console type :

Code:

rm /home/user/.f1rc
Hope it help ...

A++

batman 2010-10-24 15:43

Re: WRC App / Formula 1
 
yes :)

I went and registered before I tried to install initially. I am currently logged into http://www.formula1.com/mobile_servi...ve_timing.html
on my PC.. I wonder if that was the problem??

batman 2010-10-24 15:50

Re: WRC App / Formula 1
 
Nope..

I've logged out of the web site on my pc and re-entered my email and password. It is still coming back with the message:

live-f1: login request failed: Could not resolve hostname 'live-timing.formula1.com':Host not found

colin.stephane 2010-10-24 15:54

Re: WRC App / Formula 1
 
Quote:

Originally Posted by batman (Post 849577)
Nope..

I've logged out of the web site on my pc and re-entered my email and password. It is still coming back with the message:

live-f1: login request failed: Could not resolve hostname 'live-timing.formula1.com':Host not found

It's better if you connect your N900 to the internet before launching the program :D

A++

batman 2010-10-24 15:55

Re: WRC App / Formula 1
 
ok.. I restarted :)

it appears to have accepted my email and password now

but now it returns the message:

live-f1: insufficient lines on display

colin.stephane 2010-10-24 16:03

Re: WRC App / Formula 1
 
Quote:

Originally Posted by batman (Post 849583)
ok.. I restarted :)

it appears to have accepted my email and password now

but now it returns the message:

live-f1: insufficient lines on display

:) decrease font size of the console step by step using the volume switcher, also click on the full screen icon of the console toolbar (at the bottom right) ...

Enjoy !!!

batman 2010-10-24 16:10

Re: WRC App / Formula 1
 
Yayyyyy :D

merci beaucoup you are very kind, thank you very much for all the help

colin.stephane 2010-10-24 16:18

Re: WRC App / Formula 1
 
Quote:

Originally Posted by batman (Post 849601)
Yayyyyy :D

merci beaucoup you are very kind, thank you very much for all the help

Ok, no problems.

Next time, ask for that at least one day before the GP Live :D

A++

PS : IIRC live-f1 work also during practices & qualifying sessions ...

batman 2010-10-24 16:30

Re: WRC App / Formula 1
 
I know this is abit cocky after you've been so kind and generous with your time allready :) but do you know if there is any movement on the WRC app?

(sorry I'm not as technical as you - I don't understand how easy or hard it is to port forward an application)

colin.stephane 2010-10-24 16:55

Re: WRC App / Formula 1
 
Quote:

Originally Posted by batman (Post 849621)
I know this is abit cocky after you've been so kind and generous with your time allready :) but do you know if there is any movement on the WRC app?

(sorry I'm not as technical as you - I don't understand how easy or hard it is to port forward an application)

To be honest, I just go to see what you are talking about, and if I understand correctly, it's not something like F1 live timing.

It look like WRC news feetching application (like RSS Feed reader).

I have just search for source code somewhere, but no source code at all ...

It's better to ask them to provide a port for the N900.

A++

batman 2010-10-24 18:02

Re: WRC App / Formula 1
 
on a totaly different note now.. I am trying to make a command line execution widget for this (if its possible)

I wanted to run 2 desktop commands if possible infact.. but I can't figure out how to input the code or if its even possible..

the first was for a command line app live-f1 which logs you into and gives you the stats at http://www.formula1.com/live_timing/
the command for which is just:

live-f1


the second is for a customised kernel:

sudo gainroot
/home/user # /usr/sbin/kernel-load /home/user/MyDocs/kernel.txt

colin.stephane 2010-10-26 00:36

Re: WRC App / Formula 1
 
Quote:

Originally Posted by batman (Post 849722)
on a totaly different note now.. I am trying to make a command line execution widget for this (if its possible)

I wanted to run 2 desktop commands if possible infact.. but I can't figure out how to input the code or if its even possible..

the first was for a command line app live-f1 which logs you into and gives you the stats at http://www.formula1.com/live_timing/
the command for which is just:

live-f1


the second is for a customised kernel:

sudo gainroot
/home/user # /usr/sbin/kernel-load /home/user/MyDocs/kernel.txt

Well, for the 1st thing, I'm working on that right now, it already work, but I can't figure out why the Icon is not displayed properly on the desktop of my N900.

Also I need to find a way to launch it in full screen, with the right font size.

Concerning the 2nd thing, it would be better to search this forum for detailed explanation of custom kernel installation and more ...

Anyhow here is a good starting point with these 2 thread I found :

- http://talk.maemo.org/showthread.php?t=61887
- http://talk.maemo.org/showthread.php?t=64170

I am busy to upgrade my device with pr1.3 update, then working back on 1st thing (don't expect a quick reply) ...

batman 2010-11-16 14:35

Re: WRC App / Formula 1
 
are you creating a icon to launch xterminal in full screen? (are you using queen beecon widget to create this button?)

have you had any success in creating an F1 button to launch the http://www.formula1.com/live_timing/ in xterminal in full screen and with the correct font size?

colin.stephane 2010-11-17 22:30

Re: WRC App / Formula 1
 
Quote:

Originally Posted by batman (Post 875080)
are you creating a icon to launch xterminal in full screen? (are you using queen beecon widget to create this button?)

have you had any success in creating an F1 button to launch the http://www.formula1.com/live_timing/ in xterminal in full screen and with the correct font size?

Ok,

I have created the '.desktop' file to be able to launch the program, I have also prepared an Icon but I'm unable to set this icon for the '.desktop' file :-(

Also I don't know how to specify the full screen & font options when launching xterminal.

A++


All times are GMT. The time now is 07:33.

vBulletin® Version 3.8.8