Notices


Reply
Thread Tools
Posts: 18 | Thanked: 1 time | Joined on Jun 2011
#651
Hy dear all,
i update my nokia N900 and after update at tittle bar bettry icon show ''start APDM'' and below this written APDM disconnected.and bettry icon gray and not working as earliear ITS WORK. How can i solve this problum. I read old post in maemo forum at 49 page but i cannot understand it how to solve this in step wise and simple way. Plz give me a good solution in step wise and simple way
tx
 
Posts: 18 | Thanked: 1 time | Joined on Jun 2011
#652
Originally Posted by teamer View Post
Thanks , actually i tried to uninstall the a-p-monitor it said i can't , i uninstalled ap monitor (the one that sticks to the menu) the battery icon just disappeared , i rebooted and everything works fine now
Hy dear all,
i update my nokia N900 and after update at tittle bar bettry icon show ''start APDM'' and below this written APDM disconnected.and bettry icon gray and not working as earliear ITS WORK. How can i solve this problum. I read old post in maemo forum at 49 page but i cannot understand it how to solve this in step wise and simple way. Plz give me a good solution in step wise and simple way
tx
 
Posts: 18 | Thanked: 1 time | Joined on Jun 2011
#653
Originally Posted by RiD View Post
I can translate it to portuguese (PT-PT, not brazillian), if you want.


EDIT: Translated it, file attached. I only did the msgid's, because i wasn't sure about those first lines (Team, revision, etc)
Hy dear all,
i update my nokia N900 and after update at tittle bar battery icon show ''start APDM'' and below this written APDM disconnected.and battery icon gray and not working as earliear ITS WORK. How can i solve this problum. I read old post in maemo forum at 49 page but i cannot understand it how to solve this in step wise and simple way. Plz give me a good solution in step wise and simple way
tx
 
Posts: 462 | Thanked: 550 times | Joined on Sep 2008 @ Moscow
#654
Originally Posted by cool View Post
Hy dear all,
i update my nokia N900 and after update at tittle bar battery icon show ''start APDM'' and below this written APDM disconnected.and battery icon gray and not working as earliear ITS WORK. How can i solve this problum. I read old post in maemo forum at 49 page but i cannot understand it how to solve this in step wise and simple way. Plz give me a good solution in step wise and simple way
tx
In XTerm run as root
Code:
stop apmonitord
start apmonitord
stop apmonitord
and post /home/user/apmonitord.log
 
Posts: 18 | Thanked: 1 time | Joined on Jun 2011
#655
Originally Posted by 412b View Post
In XTerm run as root
Code:
stop apmonitord
start apmonitord
stop apmonitord
and post /home/user/apmonitord.log
Nokia-N900-51-1:~# stop apmonitord
stop: Job not changed: apmonitord
Nokia-N900-51-1:~# start apmonitord
apmonitord (start) waiting
apmonitord (start) starting
apmonitord (start) pre-start
apmonitord (start) spawned, process 2460
apmonitord (start) post-start, (main) process 2460
apmonitord (start) running, process 2460
Nokia-N900-51-1:~# stop apmonitord
stop: Job not changed: apmonitord
Nokia-N900-51-1:~#


dear i cannot understand the last step,how can i do this....
post/home/user/..........
i dont know where is this and how to do this.....

Last edited by cool; 2011-06-13 at 23:39.
 
Posts: 462 | Thanked: 550 times | Joined on Sep 2008 @ Moscow
#656
Originally Posted by cool View Post
dear i cannot understand the last step,how can i do this....
post/home/user/..........
i dont know where is this and how to do this.....
There's a space It's a file called apmonitord.log located in directory /home/user
 
Posts: 18 | Thanked: 1 time | Joined on Jun 2011
#657
Originally Posted by 412b View Post
There's a space It's a file called apmonitord.log located in directory /home/user
my dear i m really sorry but i still cannot understand and confused plz elaborate as i m new user and have little know how of these things......
 
Posts: 462 | Thanked: 550 times | Joined on Sep 2008 @ Moscow
#658
Originally Posted by cool View Post
my dear i m really sorry but i still cannot understand and confused plz elaborate as i m new user and have little know how of these things......
Ok... Then just post output of running
Code:
cat /home/user/apmonitord.log
in Xterm
 

The Following User Says Thank You to 412b For This Useful Post:
Posts: 3 | Thanked: 0 times | Joined on Jun 2011
#659
Hi,

I have the same problem.

apmonitord.log

Code:
Advanced Power Monitor 0.5.3
RX-51_2009SE_20.2010.36-2_PR_MR0

Loaded modules (2/2): OSVersion_Maemo DeviceName

Loading wrappers...

LOADING battery
Loading packages list...
[L] Nokia's BME
[L] Dummy
[U] Nokia's BME


LOADING device_mode
[L] Dummy
[L] Nokia's MCE
[L] Powerlaunch
This is the output of "exec python -OO /opt/maemo/usr/lib/advanced-power-monitor/apmdaemon.py start"

Code:
Advanced Power Monitor 0.5.3
RX-51_2009SE_20.2010.36-2_PR_MR0

Loaded modules (2/2): OSVersion_Maemo DeviceName

Loading wrappers...

LOADING battery
Loading packages list...
[L] Nokia's BME
[L] Dummy
[U] Nokia's BME


LOADING device_mode
[L] Dummy
[L] Nokia's MCE
[L] Powerlaunch
Traceback (most recent call last):
  File "/opt/maemo/usr/lib/advanced-power-monitor/apmdaemon.py", line 21, in <module>
    daemon.run()
  File "/opt/maemo/usr/lib/advanced-power-monitor/apmdaemon.py", line 16, in run
    self.apm = AdvancedPowerMonitor.apm()
  File "/opt/maemo/usr/lib/advanced-power-monitor/AdvancedPowerMonitor.py", line 91, in __init__
    self.__init_wrappers()
  File "/opt/maemo/usr/lib/advanced-power-monitor/AdvancedPowerMonitor.py", line 161, in __init_wrappers
    self.change_wrapper(key, self.get_available_wrappers(key)[0])
  File "/opt/maemo/usr/lib/advanced-power-monitor/AdvancedPowerMonitor.py", line 201, in change_wrapper
    self.__wrappers[key]['object'] = self.__wrappers[key]['list'][self.__wrappers[key]['available'][new_wrapper]](self.__bus)
  File "/opt/maemo/usr/lib/advanced-power-monitor/wrappers/device_mode/AbstractDeviceMode.py", line 13, in __init__
  File "/opt/maemo/usr/lib/advanced-power-monitor/wrappers/AbstractWrappers.py", line 26, in __init__
    self.__end_init()
  File "/opt/maemo/usr/lib/advanced-power-monitor/wrappers/AbstractWrappers.py", line 36, in __end_init
    self.get_status()
  File "/opt/maemo/usr/lib/advanced-power-monitor/wrappers/device_mode/DeviceModePowerlaunch.py", line 19, in get_status
  File "/usr/lib/pymodules/python2.5/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/pymodules/python2.5/dbus/connection.py", line 622, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "GetDeviceMode" with signature "" on interface "org.maemo.Powered" doesn't exist

Connection to 192.168.51.4 closed.
Any idea?

Thanks

Carlos
 
Posts: 462 | Thanked: 550 times | Joined on Sep 2008 @ Moscow
#660
Originally Posted by cbaptista View Post
Any idea?
What version of APM are you using?
If it's not 0.5.3-6, then first update APM.
If you've got the latest version it seems really weird.
 
Reply

Tags
applet, battery, python, statusbar


 
Forum Jump


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