maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   World Cup Widget - Pelota from Signove funlabs (https://talk.maemo.org/showthread.php?t=55213)

bockersjv 2010-06-10 12:30

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by OVK (Post 708691)
I really like the idea this app. It looks nice and will surely be fun when the games begin.

However, the problem with the notification light is really bad (for me the working LED is really important and one of the core functionalities of N900). The application really should not override the other LED settings this way.

I suppose that something in the mce.ini has got screwed. The problem is, I don't have a slightest idea what and how to fix it.

Have you reported it? I will do later, it's not a big issue for me but I can see why it would be for some. Hopefully the developer will sort it.

pthomas22 2010-06-10 12:30

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by bockersjv (Post 708689)
If you don't like it and are not going to make an effort of giving some constructive feedback/bug report to the developer then just un-install it.

You will see that I thought about my post and removed it.
You are right that we should support developers and offer constructive criticism rather than negative

MohammadAG 2010-06-10 12:32

Re: World Cup Widget - Pelota from Signove funlabs
 
Code:

Nokia-N900:/sys/class/i2c-adapter/i2c-2/2-0032# cat engine1_mode
disabled
Nokia-N900:/sys/class/i2c-adapter/i2c-2/2-0032# cat engine2_mode
disabled

MCE is closed, the app has to disable engines 1 and 2 (my keyboard pattern disables engine 3, then restores it when it finishes). The app should re-enable them when done, but it doesn't. Restarting mce should restore the LEDs and haptic feedback.
stop mce && sleep 1 && start mce as root in terminal

simpu 2010-06-10 12:32

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by pthomas22 (Post 708682)
Yes i have read the thread.
The developers said restart the widget soon (posted at 3.18am today) not tomorrow. The World cup starts tomorrow so i would expect the application to be working by now.

why do you need it up and running before the WC starts anyway?

obviously this app is alive and beeing worked on. if youre unwilling to help or make some constructive comment, disable the widget and wait for tomorrow, as the developers said.

OVK 2010-06-10 12:34

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by bockersjv (Post 708693)
Have you reported it? I will do later, it's not a big issue for me but I can see why it would be for some. Hopefully the developer will sort it.

In this thread, yes. ;)

I could not find the widget in Extras so I could not report the bug there.

Do you have link to where the bugs for this app should be reported? I don't remember if the package description had an bugtracker link (and now that I uninstalled I can't check it). I am more than happy to report this myself.

OVK 2010-06-10 12:39

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by MohammadAG (Post 708695)
Code:

Nokia-N900:/sys/class/i2c-adapter/i2c-2/2-0032# cat engine1_mode
disabled
Nokia-N900:/sys/class/i2c-adapter/i2c-2/2-0032# cat engine2_mode
disabled

MCE is closed, the app has to disable engines 1 and 2 (my keyboard pattern disables engine 3, then restores it when it finishes). The app should re-enable them when done, but it doesn't. Restarting mce should restore the LEDs and haptic feedback.
stop mce && sleep 1 && start mce as root in terminal

Yes, this helped!

So if this problem occurs just launch Xterm and type (as suggested by MuhammadAG)

sudo gainroot
stop mce && sleep 1 && start mce

Thank you!

bockersjv 2010-06-10 12:41

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by OVK (Post 708700)
In this thread, yes. ;)

I could not find the widget in Extras so I could not report the bug there.

Do you have link to where the bugs for this app should be reported? I don't remember if the package description had an bugtracker link (and now that I uninstalled I can't check it). I am more than happy to report this myself.

You could email them via their contact page:-http://www.signove.com/contact-us.html or send a PM to mfpereira who has posted here as the developer.

OVK 2010-06-10 12:50

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by bockersjv (Post 708710)
You could email them via their contact page:-http://www.signove.com/contact-us.html or send a PM to mfpereira who has posted here as the developer.

Actually I can't send private message because he does not have enough messages to have private messages activated in the forum ;)

Well, I think that they will see the message in this thread.

lrn 2010-06-10 14:22

Re: World Cup Widget - Pelota from Signove funlabs
 
I still have problems installings this app.
I've added the new source to apt, and updated it. But I can't see pelota in the application-manager. If I try to install with "apt-get install petola-widget" in the terminal, I get the message: "E: Handler silently failed".

I uninstalled all widgets already and rebootet few times, but the problem still exists...

pthomas22 2010-06-10 14:37

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by OVK (Post 708709)
Yes, this helped!

So if this problem occurs just launch Xterm and type (as suggested by MuhammadAG)

sudo gainroot
stop mce && sleep 1 && start mce

Thank you!

I get "stop not found" message when I try this
Any ideas?

bockersjv 2010-06-10 15:05

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by pthomas22 (Post 708854)
I get "stop not found" message when I try this
Any ideas?


Yes you need to instal "Rootsh" from extras repository first then run the sudo gainroot command. I had the same prob :D

Have a read here:-http://wiki.maemo.org/Root_access

pthomas22 2010-06-10 15:29

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by bockersjv (Post 708908)
Yes you need to instal "Rootsh" from extras repository first then run the sudo gainroot command. I had the same prob :D

Have a read here:-http://wiki.maemo.org/Root_access

Starts getting a bit too technical for me when I have to do stuff like that!

Notification lights seem to work with the application active so i will see it out for the World Cup and see what happens when I don't need the widget anymore

Jezz 2010-06-10 16:18

Re: World Cup Widget - Pelota from Signove funlabs
 
After using the new install file posted earlier, it creates 2 new catalogues then nothing happens?

NokiaRocks 2010-06-10 16:25

Re: World Cup Widget - Pelota from Signove funlabs
 
Why is it showing ARG 4 -0 NGA atm ? Oo
And more and more goals are coming. rofl

tissot 2010-06-10 16:30

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by NokiaRocks (Post 709031)
Why is it showing ARG 4 -0 NGA atm ? Oo
And more and more goals are coming. rofl

They are probally just testing the application. It woke me up yesterday with the alarm sounds and what not. :D
Just disable the widget till we get the games on.

pthomas22 2010-06-10 17:04

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by bockersjv (Post 708908)
Yes you need to instal "Rootsh" from extras repository first then run the sudo gainroot command. I had the same prob :D

Have a read here:-http://wiki.maemo.org/Root_access


I went ahead and just did it
Worked like a charm akthough I had to give my N900 a shake first. Really not surewhy it didn't work till i did that:confused:

many thanks

casper27 2010-06-10 17:12

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by MohammadAG (Post 708505)
Promotion to Extras takes 10 days (and to keep Extras clean no exceptions should be made), so it won't just pop up there right away.

Maybe it will be uploaded to OVI Store there dont seem to be any regulations there. :D

Ryuokii 2010-06-10 17:52

Re: World Cup Widget - Pelota from Signove funlabs
 
Hi Guys. I have read the thread and don't mind the LED problem or the testing phase. I would really like to get this app and follow the WC but I just don't seem to grasp it.

I manage to click on the N900 link on the website and it opens App Manager. Then asks to add 02 catalogues which I do and then nothing happens? Could someone tell me exactly what to do to install it?

Thx,

Russianhaxor 2010-06-10 18:14

Re: World Cup Widget - Pelota from Signove funlabs
 
Just go to their site and download/install from there. That's what I did and it worked fine from the first go.

Ryuokii 2010-06-10 18:33

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by Russianhaxor (Post 709208)
Just go to their site and download/install from there. That's what I did and it worked fine from the first go.

Not working anymore. Just adds 02 more catalogues and does not do anything else... When did you manage to install it?

tissot 2010-06-10 18:39

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by Ryuokii (Post 709232)
Not working anymore. Just adds 02 more catalogues and does not do anything else... When did you manage to install it?

I installed it the day they posted the link here.

neotalk 2010-06-10 18:42

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by Russianhaxor (Post 709208)
Just go to their site and download/install from there. That's what I did and it worked fine from the first go.

same here...never had probs installing it via the site.

widget appears after a reboot once installed.

supposed to be fully working tommorow so hopefuly the tests have proved succesful.

neotalk 2010-06-10 18:44

Re: World Cup Widget - Pelota from Signove funlabs
 
http://funlabs.signove.com/apps-pelota.html

MatMat 2010-06-10 19:16

Re: World Cup Widget - Pelota from Signove funlabs
 
Hope the widget works, because the installation didnt worked for me.
Click the link, added the 2 repositories and nothing.
Disabled extas-testing and extras-devel, restarted, again click the link, added the 2 repositories and nothing.
Removed other widgets installed, tried and same, NOTHING.

Only thing it worked was grabbing the .deb file
Code:

wget http://184.73.182.199/pelota-repo/dists/fremantle-1.2/pelota-widget_1.0.0-1_armel.deb
And installing it by hand with
dpkg -i pelota-widget_1.0.0-1_armel.deb

Also doing this will work for others without having to download the file with wget.

Code:

dpkg -i http://184.73.182.199/pelota-repo/dists/fremantle-1.2/pelota-widget_1.0.0-1_armel.deb
Hope my post helps others who want this widget installed to follow the World cup !! :)

cardiff-blues 2010-06-10 19:31

Re: World Cup Widget - Pelota from Signove funlabs
 
As a Welshman I can't believe I am saying this but here goes, "Come on England!"

Ryuokii 2010-06-10 19:36

Re: World Cup Widget - Pelota from Signove funlabs
 
Ok Finally managed. As I am a low profile user and believe there are others around like me, here's a 101 to install it:

Download the app widget from http://184.73.182.199/pelota-repo/di....0-1_armel.deb and save it to device.

Go to XTerm and get root access by typing "sudo gainroot" w/o quotes (you'll need rootsh, which can be found in extras)

Go to the folder you downloaded the widget and type: dpkg -i pelota-widget_1.0.0-1_armel.deb

Reboot device and you're done.

Hope this helps...

Quote:

Originally Posted by MatMat (Post 709305)
Also doing this will work for others without having to download the file with wget.

dpkg -i http://184.73.182.199/pelota-repo/di....0-1_armel.deb

MatMat, this doesn't seem to work...

Cheers,

[OM] 2010-06-10 20:02

Re: World Cup Widget - Pelota from Signove funlabs
 
i think the repository and the .install file is ****ed up

i mean why is the Distribution field in the catalogue empty?

i have tryed to open the repository tree in webbrowser but i got only 404

leetut 2010-06-10 20:32

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by CepiPerez (Post 705705)
Here's the deb package. Works fine.
http://184.73.182.199/pelota-repo/di....0-1_armel.deb

still... unable to install pelota widget

leetut 2010-06-10 20:34

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by CepiPerez (Post 705637)
Don't click on download icon!
Click over "Nokia N90" or click here

this one just checks for updates after clicking the install file, but nothing ever happens, tried it over and over again,
it does add the repo but petola-widget is not in app mgr and is never installed,
the signove repo has been added, but everytime i try to install it now, it just tries to add the maemo extras repo, so far its added it 6 times!

does the iphone4 install things without problems?
after the day ive had trying to install this and canola2, and trying to get past the barriosquare gateway error,
im seriously considering it, never thought id say that!!

bockersjv 2010-06-10 20:54

Re: World Cup Widget - Pelota from Signove funlabs
 
How long did you wait. I waited about 5 mins before it started downloading and installing.

leetut 2010-06-10 21:17

Re: World Cup Widget - Pelota from Signove funlabs
 
been waiting well over 20mins mate, all it does is install the extras repo again then app mgr stays open but becomes inactive, i know its inactive cos i can immediately open downloads and install something within a few seconds, if app mgr was waiting to install something id get an 'operation in progress' banner,
i give up like

Meelis 2010-06-10 21:26

Re: World Cup Widget - Pelota from Signove funlabs
 
Installed ok. First time I was also too fast and closed the App Manager before the installation started. Next time waited a bit and it did it. After the reboot the little widget is there, will see tomorrow how good it is

sajman 2010-06-10 22:01

Re: World Cup Widget - Pelota from Signove funlabs
 
missing wget.

run apt-get wget and come up with an error, ran as root of course.

dpkg -i dont work either.

DeRRudi 2010-06-11 09:16

Re: World Cup Widget - Pelota from Signove funlabs
 
The app installed successfull. But The notification lights now dont work anymore. Also if i place the widget on the desktop, the notification light is always on in white. More experiencing these problems?

Rudi

!!Nokia N900!! 2010-06-11 09:18

Re: World Cup Widget - Pelota from Signove funlabs
 
Pleeeeeaaaaaaaaaasse , move this app. to Extras.....it need 10 days to approve. right? i can wait....

tissot 2010-06-11 09:28

Re: World Cup Widget - Pelota from Signove funlabs
 
Quote:

Originally Posted by DeRRudi (Post 710090)
The app installed successfull. But The notification lights now dont work anymore. Also if i place the widget on the desktop, the notification light is always on in white. More experiencing these problems?

Rudi

Yes it's definitely doing all kinds of things to the notification light. I'm liking this widget alot, but that should really be fixed.

PipoXtreme 2010-06-11 09:34

Re: World Cup Widget - Pelota from Signove funlabs
 
1 Attachment(s)
soo my is installed ..see s-shot ..

but in app manager there is a update with the same version number .. and when I try to install there comes a failure note...

bockersjv 2010-06-11 09:55

Re: World Cup Widget - Pelota from Signove funlabs
 
Notification light is a known issue, well it's been reported to them. It can easily be fixed by the following, courtesy of Mohammad AG and OVK:-
Quote:

Originally Posted by MohammadAG
Code:
Nokia-N900:/sys/class/i2c-adapter/i2c-2/2-0032# cat engine1_mode
disabled
Nokia-N900:/sys/class/i2c-adapter/i2c-2/2-0032# cat engine2_mode
disabledMCE is closed, the app has to disable engines 1 and 2 (my keyboard pattern disables engine 3, then restores it when it finishes). The app should re-enable them when done, but it doesn't. Restarting mce should restore the LEDs and haptic feedback.
stop mce && sleep 1 && start mce as root in terminal
Yes, this helped!
So if this problem occurs just launch Xterm and type (as suggested by MuhammadAG and you must have rootsh installed)

sudo gainroot
stop mce && sleep 1 && start mce


Thank you!

cattuong89 2010-06-11 11:34

Re: World Cup Widget - Pelota from Signove funlabs
 
aaaaaaa. how come that i have just installed the widget successfully ! but there are nothing ???? i tried to search for the widget in the 'add widget' option and even in the menu, but still no hope to find it. the fifa worldcup is just about to happen in 30 mins....this is really driving me crazyyyyy....

MohammadAG 2010-06-11 11:47

Re: World Cup Widget - Pelota from Signove funlabs
 
Again, for anyone having problems installing this (rootsh has to be installed)
Code:

sudo gainroot
wget http://mohammadag.ucoz.com/maemo/pelota-widget_1.0.0-1_armel-communityfixed.deb
dpkg -i pelota-widget_1.0.0-1_armel-communityfixed.deb
apt-get -f install
rm pelota-widget_1.0.0-1_armel-communityfixed.deb # or keep the file, as you wish, it's in /root

You can use CTRL+I or the on screen tab button to complete filenames


All times are GMT. The time now is 18:48.

vBulletin® Version 3.8.8