Page 1 of 2

Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Sun May 24, 2009 1:59 am
by toothrot
I have the following errors in the log after upgrading to anything past 3.6.1487. I'm using a PS3 Bluetooth remote.
Not sure if this is because of change in the plugin or eventghost itself.
After it throws the error nothing works at all..I can't even save the profile.

Any other info needed let me know.

-toothrot

Code: Select all

---> Welcome to EventGhost <---
Autostart
   Plugin: Zoom Player
   Plugin: Winamp
   Plugin: Media Player Classic
   Plugin: Timer
   Plugin: VLC media player
   Plugin: Keyboard
   Plugin: PlayStation 3 Bluetooth Remote
      Error finding HID device: Vendor ID 1356 HID-compliant game controller
   Plugin: Network Event Receiver
Main.OnInit
   Startup
Error starting plugin: PlayStation 3 Bluetooth Remote
Traceback (most recent call last) (990):
  File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginInfo.py", line 350, in Stop
  File "C:\Program Files (x86)\EventGhost\plugins\PS3\__init__.py", line 1315, in __stop__
  File "C:\Program Files (x86)\EventGhost\eg\Core.py", line 164, in Unbind
KeyError: 'HID.Wake'
HID.Down
Exception in thread \\?\hid#{00001124-0000-1000-8000-00805f9b34fb}_vid&0002054c_pid&0306#8&388873ad&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}:
   Emulate Keystrokes: {Down}
      Emulate Keystrokes: {Down}
         Traceback (most recent call last):
           File "threading.pyc", line 525, in __bootstrap_inner
           File "C:\Program Files (x86)\EventGhost\plugins\PS3\__init__.py", line 1058, in run
           File "C:\Program Files (x86)\EventGhost\plugins\PS3\__init__.py", line 778, in __init__
           File "threading.pyc", line 662, in name
         AssertionError: Thread.__init__() not called

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Thu Jun 25, 2009 11:40 am
by limberly
How do you remove a paired bluetooth device from the Samsung Eternity? I don't want some of the devices that have been paired to show up on the bluetooth screen anymore.
_____________________
yahoo keyword tool ~ overture ~ traffic estimator ~ adwords traffic estimator

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Sat Aug 15, 2009 11:40 am
by jitterjames
I'm also stuck with 1487 because of the ps3 plugin breaking on later versions. Any news here?

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Sat Aug 15, 2009 11:42 am
by Bartman
No developer has such a remote any more.

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Sun Aug 30, 2009 10:50 pm
by nova77

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Mon Aug 31, 2009 11:45 am
by jitterjames
why?

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Sat Sep 05, 2009 11:42 am
by CHeitkamp
I've posted a new version of the plugin here.
It is not fully compatible to the older versions and sniff mode support is still missing.

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Sat Sep 05, 2009 1:16 pm
by jitterjames
thanks. it's working great!

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Thu Jan 28, 2010 10:16 am
by samiya
How do I use my bluetooth to get into other peoples phones? I have heard about people using the bluetooth on their cell phone to look through someone elses phone and take the pics and ringtones that they want. How do I use my bluetooth to do that? (Please tell me, or, give me a website that explains how). I have cingular if that makes a difference.

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Thu Jan 28, 2010 10:26 am
by Bitmonster
samiya wrote:How do I use my bluetooth to get into other peoples phones? I have heard about people using the bluetooth on their cell phone to look through someone elses phone and take the pics and ringtones that they want. How do I use my bluetooth to do that? (Please tell me, or, give me a website that explains how). I have cingular if that makes a difference.
What a stupid question. User banned forever.

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Thu May 06, 2010 6:37 am
by premudriy
CHeitkamp wrote:I've posted a new version of the plugin here.
It is not fully compatible to the older versions and sniff mode support is still missing.
Hello everyone, I have just discovered this wonderful project after trying to make my PS3 remote work with laptop. I really like EventGhost. I have one question about PS3 plugin posted by CHeitkamp. There is one one more action was added after enabling plugin, which is used to get the battery level. In the descripton for the action it says that the action will return 0-5 or None upon execution. When I run "Test" for the action, however, I don't get any return at all. Not even the 'None' return. In the log it says "PS3: Sony ComputerEntertainment Inc BD Remote Control: Get battery level".

So, how do I actually use that action to see the battery level?

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Thu May 06, 2010 1:24 pm
by jitterjames
.

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Thu May 06, 2010 1:56 pm
by CHeitkamp
premudriy wrote:When I run "Test" for the action, however, I don't get any return at all. Not even the 'None' return. In the log it says "PS3: Sony ComputerEntertainment Inc BD Remote Control: Get battery level".

So, how do I actually use that action to see the battery level?
This action returns its result as payload. You can get the result from

Code: Select all

eg.result
The battery level is stored internally by the plugin an gets updated, whenever it receives a keypress from the remote. If you never received a keypress since starting EG - you would only get None.

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Sat May 08, 2010 1:29 am
by premudriy
Thank you, CHeitkamp. It worked. I don't know if I used it the way it was intended, but here is what I did: I assigned a button to invoke Get battery level, then pressed that button. After that I went to help->Python Shell and executed eg.result. It returned "5", which seems to be right.

Re: Problem with ps3 bluetooth plugin...broken since 3.6.1487

Posted: Sat May 08, 2010 1:56 am
by jitterjames
you can use eg.result in another action like the onscreen display like this:

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1194">
    <Macro Name="Show OSD: ps3 battery level: {eg.globals.ps3battery}" Expanded="True">
        <Event Name="PS3.Button.PS+Circle" />
        <Action>
            PS3.GetBatteryLevel()
        </Action>
        <Action Name="Show OSD: battery level: {int(eg.result)}">
            EventGhost.ShowOSD(u'battery level: {int(eg.result)}', u'0;-37;0;0;0;700;0;0;0;0;3;2;1;34;Arial', (128, 255, 128), (0, 0, 0), 0, (0, 0), 0, 3.0, True)
        </Action>
    </Macro>
</EventGhost>
you should be able to copy and paste that directly into your macro tree.