Notices


Reply
Thread Tools
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#171
Originally Posted by MarkyboyUK View Post
What changed in most recent update please? (received update notice today)
The dependency to python-dbus?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 
m750's Avatar
Posts: 249 | Thanked: 345 times | Joined on Aug 2010 @ Italy
#172
Yes.

Ciao.
__________________
maxcpu : change cpu's clock with a TAP!
savecpu : overheating control for overclocked n900.
shaketowake2 : Enable/Disable wake up/rest by shaking.
tilt2control : control mediaplayer by tilting your n900.
gpstracker-c : easy handle your gpstracker tk102.
pyOBD for maemo (OBD-II cars diagnostic)
 

The Following 2 Users Say Thank You to m750 For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#173
It's worth pointing out that ported packages should contain "maemo" in the package version.

As per Debian guidelines here:-

http://wiki.maemo.org/Port_an_existing_Debian_package

Also as I explained here:-

http://talk.maemo.org/showpost.php?p...50&postcount=6

So pyobd should ideally be "0.9.2-maemo29" in order not to break "dpkg compare version"

Code:
dpkg --compare-versions 0.9.2-28 lt 0.9.2-0maemo29
echo $?
1 (fail)
dpkg --compare-versions 0.9.2-28 lt 0.9.2-1maemo29
echo $?
1 (fail)
dpkg --compare-versions 0.9.2-28 lt 0.9.2-29maemo0
echo $?
0 (success)
dpkg --compare-versions 0.9.2-28 lt 0.9.2-maemo29
echo $?
0 (success)
This way if the package is upstreamed it doesn't break the changelog and versioning etc.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 3 Users Say Thank You to sixwheeledbeast For This Useful Post:
Posts: 25 | Thanked: 4 times | Joined on Jan 2009
#174
When I try to connect ELM327 with PyOBD started from terminal, I get, among others, this
Code:
sh: cannot create /home/opt/pyobd/pyobd.conf: permission denied
. After this, connection to ECU is not created. No error, no message, only this in terminal. Does someone have any idea, please?
 
m750's Avatar
Posts: 249 | Thanked: 345 times | Joined on Aug 2010 @ Italy
#175
Why you try to start pyobd from terminal?
__________________
maxcpu : change cpu's clock with a TAP!
savecpu : overheating control for overclocked n900.
shaketowake2 : Enable/Disable wake up/rest by shaking.
tilt2control : control mediaplayer by tilting your n900.
gpstracker-c : easy handle your gpstracker tk102.
pyOBD for maemo (OBD-II cars diagnostic)
 
Posts: 25 | Thanked: 4 times | Joined on Jan 2009
#176
Because if I start from menu classic way, I get no details about why it cannot be connected. Still only Connecting is showed, no error, no message and for more than 5 minutes with no progress. The ELM327 is paired with phone.
 
m750's Avatar
Posts: 249 | Thanked: 345 times | Joined on Aug 2010 @ Italy
#177
you need to start pyobd with Administration rights (root):

# python /home/opt/pyobd/pyobd.py
__________________
maxcpu : change cpu's clock with a TAP!
savecpu : overheating control for overclocked n900.
shaketowake2 : Enable/Disable wake up/rest by shaking.
tilt2control : control mediaplayer by tilting your n900.
gpstracker-c : easy handle your gpstracker tk102.
pyOBD for maemo (OBD-II cars diagnostic)
 
Posts: 101 | Thanked: 15 times | Joined on Jul 2011
#178
Hi,

So I have pyOBD installed on my n900. Everything is working just fine except for the GET CODE option (when the “check engine” light pops on). The pyOBD canīt give me the exact code for check engine light but when I press the button to clear the error the "check Engine"- light on my dashboard disappears. I also have Carman installed on n900 and when I use that app I can see what the code is for my check engine problem but not with the pyOBD. Also one more question if thatīs OK?…how do I clear the check engine light with the carman app? I only found where to look in the app to see the error code but canīt seem to find out how to get it cleared.I use elm327 to connect to a Saab 9-3 ss with OBD II connection Thanks in advance for all the answers/help.

Best regards and a Happy New Year to you all
Miro

Last edited by miroslav_s; 2014-01-09 at 00:25.
 
m750's Avatar
Posts: 249 | Thanked: 345 times | Joined on Aug 2010 @ Italy
#179
Hi,
Happy New Year to you too.

Try to start pyObd from shell and look what append when you select the "GET CODE" option.
For the second question i can't help you.

By
__________________
maxcpu : change cpu's clock with a TAP!
savecpu : overheating control for overclocked n900.
shaketowake2 : Enable/Disable wake up/rest by shaking.
tilt2control : control mediaplayer by tilting your n900.
gpstracker-c : easy handle your gpstracker tk102.
pyOBD for maemo (OBD-II cars diagnostic)
 

The Following 2 Users Say Thank You to m750 For This Useful Post:
Posts: 101 | Thanked: 15 times | Joined on Jul 2011
#180
H m750, thanks for answering my question. I will try what you wrote and see what happens.
Thanks again


Originally Posted by m750 View Post
Hi,
Happy New Year to you too.

Try to start pyObd from shell and look what append when you select the "GET CODE" option.
For the second question i can't help you.

By
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 01:08.