Notices


Reply
Thread Tools
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#421
Originally Posted by travla View Post
Thanks for responding coredumb, I actually worked it out while at the pool watching the kids have a swim, just ran out of power to post the result! Anyway, all good now.

MAG, any reason why Sociality 0.2.0 does not list a dependancy to q-extras >= 1.0.7?
I don't fill in dependencies manually, but rather let dh_shlibdeps fill them in based on what libraries it's linked to, for some reason q-extras doesn't return a version.
I'll add it in a bit.

Originally Posted by fatcobrah View Post
help ! i have a problem :
my n900 keeps searching for connection and when i connect to wifi the small icon of the satellite keeps working.
every time i unlock my phone i find the menu to select the connection.
i'v deleted sociality and install it again and i still have the same problem
GPS is only activated when the places window is open, so close that and the icon should go away.

Sociality expects a connection when it sends the refresh signal (configurable in settings), this means if there isn't a connection the dialog will pop up, this is Qt behaviour, not something I'm explicitly setting.
Either close sociality when you're offline, or disable refresh, or keep an open connection.
 

The Following User Says Thank You to MohammadAG For This Useful Post:
sinaisix's Avatar
Posts: 27 | Thanked: 63 times | Joined on Feb 2011 @ Accra Ghana
#422
Originally Posted by MohammadAG View Post
No, the application has to be open.
I could add an option so the close button actually hides the application, this way notifications would work when the app is "closed".
Great bro, that'd be awesome
__________________
I blog at Ghabuntu, it's a unique African perspective to FOSS in particular and emerging tech in general. Check it out!
 
K9999's Avatar
Posts: 168 | Thanked: 116 times | Joined on Mar 2011 @ Malaysia
#423
Originally Posted by travla View Post
Thanks for responding coredumb, I actually worked it out while at the pool watching the kids have a swim, just ran out of power to post the result! Anyway, all good now.

MAG, any reason why Sociality 0.2.0 does not list a dependancy to q-extras >= 1.0.7?
How did u get it working? cuz my xterminal says q-extras is already the newest version and still having the same error u got
 
travla's Avatar
Posts: 397 | Thanked: 241 times | Joined on Mar 2010 @ Melbourne, Australia
#424
Originally Posted by K9999 View Post
How did u get it working? cuz my xterminal says q-extras is already the newest version and still having the same error u got
Can I presume you have extras-devel still enabled since you installed Sociality? Anyway, make sure it is enabled, and do the following in xterm (note that the -s will not install anything, just simulate an install):

Code:
root
apt-get update
apt-get install -s q-extras
If the response from apt-get says that it will upgrade q-extras, just remove the -s from the last line above and it will install it (or if you're feeling confident, drop the -s from the get-go).

Last edited by travla; 2011-05-30 at 10:35. Reason: Typo
 
Posts: 182 | Thanked: 84 times | Joined on Jul 2010 @ Jordan
#425
Originally Posted by MohammadAG View Post

Sociality expects a connection when it sends the refresh signal (configurable in settings), this means if there isn't a connection the dialog will pop up, this is Qt behaviour, not something I'm explicitly setting.
Either close sociality when you're offline, or disable refresh, or keep an open connection.
i have closed the app and try to catch my location ( using wifi )in the camera app and maps and that doesn't work
i have reboot my device after login the same icon appears :@ so i turn off the wifi then it disappears but i cant tag my location in the camera or even find it in maps now :SS
i have questions :
can u change the background color to the same one in the main menu ?
can we edit notes ?

btw icant find show on map for the new pics :S

Last edited by fatcobrah; 2011-05-30 at 11:45.
 
K9999's Avatar
Posts: 168 | Thanked: 116 times | Joined on Mar 2011 @ Malaysia
#426
PHP Code:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5built-in shell (ash
Enter 'help' for list of built-in commands

~ $ 
root 


BusyBox v1.10.2 
(Debian 3:1.10.2.legal-1osso30+0m5built-in shell (ash
Enter 'help' for list of built-in commands

Nokia-N900:~# apt-get update 
Ign http://www.joikushop.com Release.gpg 
Ign http://www.joikushop.com Translation-en_GB 
Ign http://www.joikushop.com Release 
Ign http://www.joikushop.com Packages/DiffIndex 
Hit http://www.joikushop.com Packages 
Reading package lists... Done 
Nokia
-N900:~# apt-get install -s q-extras 
Reading package lists... Done 
Building dependency tree 
Reading state information
... Done 
q
-extras is already the newest version
0 upgraded0 newly installed0 to remove and 0 not upgraded
Nokia-N900:~# apt-get install q-extras 
Reading package lists... Done 
Building dependency tree 
Reading state information
... Done 
q
-extras is already the newest version
0 upgraded0 newly installed0 to remove and 0 not upgraded
thanx but Both ways lead to the same output and still no success :S
 
travla's Avatar
Posts: 397 | Thanked: 241 times | Joined on Mar 2010 @ Melbourne, Australia
#427
Can you please post the output of:

Code:
sudo dpkg -l q-extras
Note that it is a lower case "L" after the dpkg...
 
coredumb's Avatar
Posts: 92 | Thanked: 74 times | Joined on Nov 2008 @ Indonesia
#428
Originally Posted by K9999 View Post
PHP Code:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5built-in shell (ash
Enter 'help' for list of built-in commands

~ $ 
root 


BusyBox v1.10.2 
(Debian 3:1.10.2.legal-1osso30+0m5built-in shell (ash
Enter 'help' for list of built-in commands

Nokia-N900:~# apt-get update 
Ign http://www.joikushop.com Release.gpg 
Ign http://www.joikushop.com Translation-en_GB 
Ign http://www.joikushop.com Release 
Ign http://www.joikushop.com Packages/DiffIndex 
Hit http://www.joikushop.com Packages 
Reading package lists... Done 
Nokia
-N900:~# apt-get install -s q-extras 
Reading package lists... Done 
Building dependency tree 
Reading state information
... Done 
q
-extras is already the newest version
0 upgraded0 newly installed0 to remove and 0 not upgraded
Nokia-N900:~# apt-get install q-extras 
Reading package lists... Done 
Building dependency tree 
Reading state information
... Done 
q
-extras is already the newest version
0 upgraded0 newly installed0 to remove and 0 not upgraded
thanx but Both ways lead to the same output and still no success :S
it seems you don't enable the extras-devel repo from HAM.
you could download the q-extras from this http://repository.maemo.org/extras-d....0.7_armel.deb and install it using dpkg (dpkg -i).
 

The Following User Says Thank You to coredumb For This Useful Post:
K9999's Avatar
Posts: 168 | Thanked: 116 times | Joined on Mar 2011 @ Malaysia
#429
Originally Posted by travla View Post
Can you please post the output of:

Code:
sudo dpkg -l q-extras
Note that it is a lower case "L" after the dpkg...

PHP Code:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5built-in shell (ash
Enter 'help' for list of built-in commands

~ $ 
sudo dpkg -l q-extras 
Desired
=Unknown/Install/Remove/Purge/Hold 
Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend 
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Erruppercase=bad
||/ 
Name Version Description 
+++-==============-==============-============================================ 
ii q-extras 1.0.5 Library of helpful Qt-based components
~ $ 
Apparently it's still version 1.0.5 .. can I download it manually from wiki or somewhere?
 
travla's Avatar
Posts: 397 | Thanked: 241 times | Joined on Mar 2010 @ Melbourne, Australia
#430
See previous post K9999, you don't have extras-devel enabled. Or enable extras-devel, and do what I told you in this post.
 

The Following User Says Thank You to travla For This Useful Post:
Reply

Tags
facebook, facebook client


 
Forum Jump


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