View Single Post
Posts: 1,417 | Thanked: 2,619 times | Joined on Jan 2011 @ Touring
#45
I got some help from proprog
so here is my .cfg be sure to check that use_oscp = False
Code:
[btservice]
address = 00:17:E9:AF:XX:XX
process_sleep = 0.25
connect_sleep = 30
time_sleep = 4
[media]
use_oscp = False
I can now 100% control media from the pebble, I can also see the information from the first song from when I start maebbled

I also get no SMS notification but here is the relevant output form maebbled.py --print_maemo
SMS not-receive
Code:
_send_message
timeout: update time
_send_message
TIME
11
_send_message
sms from andy handy
New sms received
Incoming SMS uses GSM-7 alphabet
Sms from: +12345676543
Sms content: Test4
sms message is Test4
notification_sms
andy handy
Test4
response
size 30
endpoint 49
no notifications at all actually

here is a few songs which work but no notification except the song queued/playing when I start mabbled
Code:
response
size 1
endpoint 17
_phone_version_response
_send_message
PHONE_VERSION
17
_send_message
response
size 30
endpoint 49
response
size 153
endpoint 16
_version_response
{'hw_version': 'V3R2', 'recovery_fw': {'timestamp': 1449278569, 'hardware_platform': 5, 'commit': 'd240e93', 'version': 'v3.8-prf9', 'metadata_ver': 1, 'is_recovery': 1}, 'normal_fw': {'timestamp': 1479505803, 'hardware_platform': 5, 'commit': '4c13672', 'version': 'v3.12.3', 'metadata_ver': 1, 'is_recovery': 0}, 'bootloader_timestamp': 1447134832, 'btmac': '00:17:E9:AF:XX:XX', 'serial': 'Q222222E01CZ'}
v3.12.3
response
size 1
endpoint 32
event 8
media_status
0
Tunes
Guardians of the Galaxy - Awesome Mix Vol.1
07. Jackson 5 - I Want You Back.mp3
_send_message
MUSIC_CONTROL
32
_send_message
response
size 2
endpoint 18
response
size 30
endpoint 49
response
size 30
endpoint 49
response
size 30
endpoint 49
response
size 30
endpoint 49
response
size 1
endpoint 32
event 1
media_playpause
media_status
0
Tunes
Guardians of the Galaxy - Awesome Mix Vol.1
07. Jackson 5 - I Want You Back.mp3
response
size 1
endpoint 32
event 4
media_next
dbus_media 1002, localtagfs::music/songs/%2Fhome%2Fuser%2FMyDocs%2FcuteTube2%2FThe%20Church%20-Under%20The%20Milky%20Way.m4a
1002
MyDocs
cuteTube2
The Church -Under The Milky Way.m4a
timeout: update time
_send_message
TIME
11
_send_message
response
size 1
endpoint 32
event 4
media_next
dbus_media 622, localtagfs::music/songs/%2Fmedia%2Fmmc1%2FTunes%2FNew%20Wave%2080%27s%20-%20Wall%20of%20Voodoo%20-%20Mexican%20Radio.mp3
622
mmc1
Tunes
New Wave 80%27s - Wall of Voodoo - Mexican Radio.mp3
response
size 1
endpoint 32
event 1
media_playpause
media_status
1
mmc1
Tunes
New Wave 80%27s - Wall of Voodoo - Mexican Radio.mp3
^CTraceback (most recent call last):
  File "maebbled.py", line 1064, in <module>
    loop.run()
KeyboardInterrupt
and this is what email looked like

Code:
dbus_email
YahooID1_store
inbox
get_email_updated
YahooID1
could not read email config file
!! Traceback (most recent call last):
!!   File "maebbled.py", line 737, in get_email_updated
    email_updated = int(cfg.get('updated', account))
!!   File "/usr/lib/python2.5/ConfigParser.py", line 511, in get
    raise NoSectionError(section)
!! NoSectionError: No section: 'updated'

dbus_email
Mail for ExchangeID_store
inbox
response
size 1
endpoint 32
event 4
media_next
throws error
"could not read email config file"
in maebble.py line 733
cfg.readfp(open(r'/home/user/.config/maebble/maebble_email.cfg'))
so I need to figure what to put in that

proprog is getting text information to his N900, is anyone else?

Last edited by biketool; 2017-09-04 at 17:13.
 

The Following 2 Users Say Thank You to biketool For This Useful Post: