Notices


Reply
Thread Tools
Posts: 462 | Thanked: 550 times | Joined on Sep 2008 @ Moscow
#361
Originally Posted by Saturn View Post
is this what you needed?
Yep
I suppose that you don't have /etc/osso_software_version file.
I'll upload all bugfixes tj extras-devel soon.
 

The Following User Says Thank You to 412b For This Useful Post:
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#362
Originally Posted by Fionn View Post
Hmm.......... got the update notification that updates were available for this last night.

So should I hold off updating or.............?
not seeing a update here...

but i see 0.5.0-4 listed on downloads page...
__________________
Be warned, posts are often line of thoughts at highway speeds...
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#363
Originally Posted by 412b View Post
Yep
I suppose that you don't have /etc/osso_software_version file.
I'll upload all bugfixes tj extras-devel soon.
Hi,

Thanks a lot for following up.

With the last versions (AP 0.4.0-5 and APM 0.5.0-4) I still don't get the taskbar icon..

Here is the result of the profiler:
Code:
Nokia-N800-23-14:/usr/lib/hildon-desktop# python test.py
/usr/lib/hildon-desktop/advanced_power.py:1028: GtkWarning: Attempting to add a widget with type GtkImage to a container of type GtkAlignment, but the widget is already inside a container of type GtkAlignment, the GTK+ FAQ at http://www.gtk.org/faq/ explains how to reparent a widget.
Traceback (most recent call last):
  File "test.py", line 14, in <module>
    cProfile.run('main()', 'main_prof')
  File "/usr/lib/python2.5/cProfile.py", line 29, in run
  File "/usr/lib/python2.5/cProfile.py", line 135, in run
  File "/usr/lib/python2.5/cProfile.py", line 140, in runctx
  File "<string>", line 1, in <module>
  File "test.py", line 6, in main
    p = advanced_power()
  File "advanced_power.py", line 152, in __init__
  File "advanced_power.py", line 178, in full_subscribe
KeyError: 'free-diskspace'
Nokia-N800-23-14:/usr/lib/hildon-desktop#
The monitor restart gave:
Code:
Nokia-N800-23-14:/etc/init.d# ./apmonitord restart
Advanced Power Monitor Daemon: apmonitord
Restarting...
Loading modules...
Nokia-N800-23-14:/etc/init.d# LOADED:   TotalRAM
LOADED: CPUFrequency
LOADED: Uptime
LOADED: CPUGovernor
LOADED: Temperature
LOADED: TotalSwap
LOADED: FreeSwap
LOADED: Diskspace
LOADED: CPUGovernors
LOADED: FreeRAM
FAILED: OSVersion
FAILED: LightSensor
done

Loading wrappers...
FAILED: SmartQx
LOADED: Nokia's BME
FAILED: BME Free
LOADED: Dummy
USING:  Nokia's BME

LOADED: HAL USB
LOADED: Dummy
USING:  HAL USB

LOADED: Dummy
LOADED: Nokia's MCE
FAILED: Powerlaunch
USING:  Nokia's MCE

LOADED: Dummy
LOADED: BlueZ
USING:  BlueZ

done

AdvancedPowerMonitor.apm.get_value(): dbus.String(u'light-sensor', variant_level=1)
AdvancedPowerMonitor.apm.get_value(): dbus.String(u'light-sensor', variant_level=1)

Nokia-N800-23-14:/etc/init.d#
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#364
Originally Posted by tso View Post
not seeing a update here...

but i see 0.5.0-4 listed on downloads page...
I believe it's in extras too.
 
Posts: 462 | Thanked: 550 times | Joined on Sep 2008 @ Moscow
#365
Originally Posted by Saturn View Post
Thanks a lot for following up.
With the last versions (AP 0.4.0-5 and APM 0.5.0-4) I still don't get the taskbar icon.
Ok. I still think you didn't clean up gconf, but wait for build 6. It's gonna be in devel in 10-15 minutes. It gonna solve your problem.

EDIT: Extras is not fast enough in a matter of upgrades, unfortunately.

Last edited by 412b; 2009-10-22 at 18:52.
 

The Following User Says Thank You to 412b For This Useful Post:
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#366
heh, seems app manager considered a -rc* version higher then a -* version...

uninstalled the rc and things showed up in app manager. -4 installed flawlessly.
__________________
Be warned, posts are often line of thoughts at highway speeds...
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#367
Originally Posted by 412b View Post
Ok. I still think you didn't clean up gconf, but wait for build 6. It's gonna be in devel in 10-15 minutes. It gonna solve your problem.

EDIT: Extras is not fast enough in a matter of upgrades, unfortunately.
YES!! 0.4.0-7 fixed it!!

Only one small problem I see with the extra margin on the top and that it shows the reading from the light sensor.

I will clean up the conf and reinstall.

EDIT::

Just purged and removed all entries in gconf (there were 2 sets of entries), reinstalled etc.

So two small bugs for the future:
- The extra margin went away as soon as I deselected several entries and
- the option for the light sensor and the OS version are missing completely so I cannot deselect them (probably related to the fact that they failed?).

Thank you again.
Attached Images
 

Last edited by Saturn; 2009-10-22 at 22:16. Reason: more info..
 
Posts: 183 | Thanked: 18 times | Joined on Jul 2009 @ italy
#368
installed AP v o.4.o-4 and APM 0.5.0-4, it works well, new bluetooth and usb function are beautiful, but when I boot the devices, the apps says "connecing to AMDS (or something like that, i do not remember) and takes forever to load...like 2 mins....then runs flawlessy...

what's the problem??
 
Posts: 462 | Thanked: 550 times | Joined on Sep 2008 @ Moscow
#369
Originally Posted by Saturn View Post
So two small bugs for the future:
- The extra margin went away as soon as I deselected several entries
It seems to be a GTK/Hildon issue since AP does nothing special with menu, so I'll take a dive into it to see if it can be fixed.

Originally Posted by Saturn View Post
- the option for the light sensor and the OS version are missing completely so I cannot deselect them (probably related to the fact that they failed?).
Build 8 fixes it. Failed items now are showed neither in statusbar menu nor in settings dialog
 

The Following User Says Thank You to 412b For This Useful Post:
Posts: 462 | Thanked: 550 times | Joined on Sep 2008 @ Moscow
#370
Originally Posted by pinguino89 View Post
installed AP v o.4.o-4 and APM 0.5.0-4, it works well, new bluetooth and usb function are beautiful, but when I boot the devices, the apps says "connecing to AMDS (or something like that, i do not remember) and takes forever to load...like 2 mins....then runs flawlessy...

what's the problem??
The problem is in lots of processes running at startup and the fact that APM(D) uses CPU a lot at startup. 2 minutes could be provided by jffs2_gcd_mtd4 process (for me it is so).
 
Reply

Tags
applet, battery, python, statusbar


 
Forum Jump


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