Notices


Reply
Thread Tools
Posts: 2 | Thanked: 0 times | Joined on Mar 2010
#31
Originally Posted by mscarrot View Post
@ arttu: have been doing some research and guess Hotshot is right,
we need PR 1.2 to fix this.

You could have a look at this link
http://talk.maemo.org/showthread.php?t=46785
(a bit too much for me I have to add...) to try to fix it yourself??
Thanks.

Wow! Looks a bit complicated.
 
Posts: 6 | Thanked: 0 times | Joined on Aug 2009
#32
Hello,

Barriosquare is my fav app, it was working well until I installed SW v. 10.2010.16-8..

Now it does not even connect and keeps showing the "foursquare.com Gateway Error" message...
any idea what this could be?

thanks
 
Posts: 10 | Thanked: 2 times | Joined on May 2010
#33
Originally Posted by nokiaisbest View Post
Hello,

Barriosquare is my fav app, it was working well until I installed SW v. 10.2010.16-8..

Now it does not even connect and keeps showing the "foursquare.com Gateway Error" message...
any idea what this could be?

thanks
I had some problems with BarrioSquare so I uninstalled it then had the dependency problems reinstalling it. I overcame these by manually updating my libqt packages from here (look at the last post with the link to the repo files)
http://www.gossamer-threads.com/list...velopers/61018
and I have now reloaded it ok. However, when I try to log in again I get the same "foursquare.com Gateway error", though I can link into my twitter account ok from the app.
 

The Following User Says Thank You to Mad-Halfling For This Useful Post:
Posts: 10 | Thanked: 2 times | Joined on May 2010
#34
I did have my old BarrioSquare connection active on my FS account, and I have removed this, but it still makes no difference. I am on v 4.6.2 of libqt, that's the correct one to be on, yes?
 
mscarrot's Avatar
Posts: 105 | Thanked: 46 times | Joined on Dec 2009 @ The Netherlands
#35
Originally Posted by Mad-Halfling View Post
I had some problems with BarrioSquare so I uninstalled it then had the dependency problems reinstalling it. I overcame these by manually updating my libqt packages from here (look at the last post with the link to the repo files)
http://www.gossamer-threads.com/list...velopers/61018
and I have now reloaded it ok. However, when I try to log in again I get the same "foursquare.com Gateway error", though I can link into my twitter account ok from the app.

Thanks for you solution, could you please tell me wich ones you installed cause I tried to install those that where missing
(what my App manager told me that where missing)
but whatever I try I'll keep getting the error 'not compatible'....

Would love to reinstall Barriosquare too but can't figure out what libqt4 armel deb's I have to download and install to get it up and running...

http://repository.maemo.org/pool/mae...ree/q/qt4-x11/

I've got the debs from this list and the ones I downloaded and tried to install are:

libqt4-xml_4.5.3~git20090723-0maemo4+0m5_armel.deb
libqt4-webkit_4.6.2~git20090723-0maemo1+0m5_armel.deb
libqt4-phonon_4.5.3~git20090723-0maemo4+0m5_armel.deb
libqt4-network_4.6.2~git200907230-0maemo1+0m5_armel.deb
libqt4-sql-dbg_4.6.2~git20100310-0maemo1+0m5_armel.deb
libqt4-gui_4.6.2~git20100310-0maemo1+0m5_armel.deb
libqt4-core_4.6.2~git20100310-0maemo1+0m5_armel.deb

Hope that anybody can help me or point me in the right direction.
__________________


Follow me on Twitter: paulaN900
 
Posts: 3 | Thanked: 4 times | Joined on May 2010
#36
I think I found the solution to the "Gateway Error", the authorization URL has changed, see here
http://talk.maemo.org/showpost.php?p...3&postcount=11

Last edited by stephencarter; 2010-05-04 at 07:07.
 
Posts: 4 | Thanked: 0 times | Joined on May 2010
#37
My head's starting to hurt. Is this correct?

1) This app cannot be installed on fremantle by only enabling the extras-devel repository?
2) The scratchbox component of the fremantle SDK that is available from Nokia has incompatible QT libraries with the version of the same OS on the phone?
3) The PR 1.2 firmware that was referenced is only available through an unauthorized "leak" that left Nokia?

I'm asking these questions because I purchased a N900 last week cause I use Debian as my primary OS for my computers. It's rad to have Debian on my phone. But I'm having trouble understanding the Maemo development process. This app was the first step in that confusion.
 
Posts: 4 | Thanked: 0 times | Joined on May 2010
#38
Never mind, I just noticed Julio put up a source package too! I'm familiar with the Debian development process so I'll pick up some work on this app, as my first Maemo app was going to be a 4sq one
 
Posts: 1 | Thanked: 0 times | Joined on May 2010
#39
I had all the problems listed above, and solved them.
From trial and error it seems that when the extras-devel repository is activated, the App Manager won't resolve dependencies on its own. Solution for barriosquare :
1) Deactivate devels.
2) Download "QtPy Full installation" in the App manager.
3) Activate devels.
4) Download Barriosquare.
5) go to xTerminal
6) type vi /opt/barriosquare/barrioConfig.py
7) skim the file until you find AUTHORIZATION_EXCHANGE_URL = 'http://api.playfoursquare.com/v1/authexchange'
8) go to insert mode (type "i")
9) change to
AUTHORIZATION_EXCHANGE_URL = 'http://api.foursquare.com/v1/authexchange'
10) go out of insert mode (press "ESC" on the touchscreen of your N900)
11) save and quit (type ":wq", then enter.)
12) make sure you have a profile pic on foursquare, otherwise the loading screen will freeze
13) launch barriosquare
14) enjoy.
 
Posts: 6 | Thanked: 0 times | Joined on May 2010
#40
Great tip! Thanks a lot.

To others who will be trying this procedure, you'll also need to install 'rootsh' to have permission to modify the .py file.



Originally Posted by Windyo View Post
I had all the problems listed above, and solved them.
From trial and error it seems that when the extras-devel repository is activated, the App Manager won't resolve dependencies on its own. Solution for barriosquare :
1) Deactivate devels.
2) Download "QtPy Full installation" in the App manager.
3) Activate devels.
4) Download Barriosquare.
5) go to xTerminal
6) type vi /opt/barriosquare/barrioConfig.py
7) skim the file until you find AUTHORIZATION_EXCHANGE_URL = 'http://api.playfoursquare.com/v1/authexchange'
8) go to insert mode (type "i")
9) change to
AUTHORIZATION_EXCHANGE_URL = 'http://api.foursquare.com/v1/authexchange'
10) go out of insert mode (press "ESC" on the touchscreen of your N900)
11) save and quit (type ":wq", then enter.)
12) make sure you have a profile pic on foursquare, otherwise the loading screen will freeze
13) launch barriosquare
14) enjoy.
 
Reply


 
Forum Jump


All times are GMT. The time now is 09:53.