CM Storm Devastator Backlight su Mac OS X

1

Possiedo un CM Storm Devastator e non riesco a far funzionare la retroilluminazione su Mac. Ho seguito le seguenti istruzioni:

  1. Go here: https://developer.apple.com/library/mac/samplecode/HID_LED_test_tool/Introduction/Intro.html
  2. Click the little "Download sample code" button
  3. Open the downloaded folder and go to Build / Release
  4. Drag the HID LED test tool file to your Applications folder
  5. Launch the OS X "Automator" program
  6. Choose "Service" document type
  7. Under "Library", click "Utilities", and drag "Run Shell Script" to the blank area / workflow pane.
  8. For "selected service receives" choose "no input" in "any application" (important)
  9. For "pass input" choose "as arguments" (important)
  10. For "shell" choose "/bin/bash"
  11. Paste in this script:

    /Applications/HID\ LED\ test\ tool & pid=$! sleep 3 kill $pid

  12. Click "run" to test. After 3 seconds, your keyboard should remain in a state with num lock and scroll lock enabled, and all the keys should be lit up. Yay! Continue to assign keyboard shortcut to do this.

  13. Click "File" > "Save", "Save service as" : "Devastator LED Lighter"
  14. Go to System Preferences > Keyboard > Shortcuts > Services > General > "Devastator LED Lighter"
  15. Assign a shortcut. Scroll lock and F keys didn't work for me. I ended up choosing "

I problemi che ho riscontrato:

  1. Il file scaricato si chiama "HID_LED_test_tool". Questo contiene 3 file

    • Strumento di test LED HID: leggimi.txt
    • HID LED test tool.xcodeproj
    • main.c

    Problema: non contiene una cartella build / release, quindi ho trascinato HID LED test tool.xcodeproj nella cartella Applicazioni.

  2. Ho seguito tutte le istruzioni sopra riportate rinominando il file HID LED ... su un HID semplice. Il problema è che quando eseguo il programma di automazione come indicato sopra, ottengo la risposta xxxxx is a directory. Non riesco ad aggirare questo problema; Ho provato a estrarre il file all'interno della cartella degli strumenti di test LED HID e quindi a eseguire l'automazione con quel nome di file, ma succede esattamente la stessa cosa ....

  3. Quando tento di aprire il file project.pbxproj nel Terminale, ottengo la risposta:

    Last login: Sat Feb  7 19:34:21 on ttys000
    /Applications/HID\ LED\ test\ tool.xcodeproj/project.pbxproj ; exit;
    Zakias-MacBook-Pro:~ zakia$ /Applications/HID\ LED\ test\ tool.xcodeproj/project.pbxproj ; exit;
    /Applications/HID LED test tool.xcodeproj/project.pbxproj: line 1: //: is a directory
    /Applications/HID LED test tool.xcodeproj/project.pbxproj: line 3: archiveVersion: command not found
    /Applications/HID LED test tool.xcodeproj/project.pbxproj: line 4: classes: command not found
    /Applications/HID LED test tool.xcodeproj/project.pbxproj: line 6: objectVersion: command not found
    /Applications/HID LED test tool.xcodeproj/project.pbxproj: line 7: objects: command not found
    /Applications/HID LED test tool.xcodeproj/project.pbxproj: line 9: /Applications: is a directory
    /Applications/HID LED test tool.xcodeproj/project.pbxproj: line 10: syntax error near unexpected token '('
    /Applications/HID LED test tool.xcodeproj/project.pbxproj: line 10: '       8DD76F770486A8DE00D96B5E /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; };'
    logout
    
    
    [Process completed]
    
posta Hassan Kajee 07.02.2015 - 19:02
fonte

2 risposte

1

Non hai bisogno della cartella build, hai solo bisogno del file HID LED test tool.xcodeproj.

  1. Assicurati di aver installato Xcode sul tuo Mac. Puoi scaricarlo da App Store.

  2. Aprilo e premi il tasto play su Xcode. Lampeggia sulla tastiera e tocca il pulsante stop quando tutto è illuminato.

risposta data 09.02.2015 - 22:47
fonte
1

Non hai bisogno di Xcode, la fonte è disponibile su un (probabilmente non ufficiale) specchio

Basta aprire il 'build > rilasciare doppio clic' Strumento di test LED HID ', la tastiera inizierà a lampeggiare e poi premere Ctrl-C

    
risposta data 19.02.2015 - 20:39
fonte

Leggi altre domande sui tag