kkamikakoi / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

Btstack keyboard crashes when I try to open the application #271

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Reinstalling mouse, keyboard, any combination
2. btstack mouse works fine.
3.

What is the expected output? What do you see instead?
Force close

What version of the product are you using? On what operating system?
Latest from cydia, 5.1.1 iPad 2 gsm

Please provide any additional information below.

Original issue reported on code.google.com by evanapr...@gmail.com on 5 Jun 2012 at 8:23

GoogleCodeExporter commented 8 years ago
hi. can you try to find a crash log? One way is to install CrashReporter from 
Cydia, another is to connect your iPad to your Mac and find the logs in the 
Organizer of Xcode

Original comment by matthias.ringwald@gmail.com on 5 Jun 2012 at 9:02

GoogleCodeExporter commented 8 years ago
## Crash log
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>AutoSubmitted</key>
    <true/>
    <key>SysInfoCrashReporterKey</key>
    <string>1c8fe2d95451e0a228ff11c87f3beaa23feaf485</string>
    <key>bug_type</key>
    <string>109</string>
    <key>description</key>
    <string>Incident Identifier: 91CBB73D-CF62-4B52-B18E-DA5B568D32D7
CrashReporter Key:   1c8fe2d95451e0a228ff11c87f3beaa23feaf485
Hardware Model:      iPad2,2
Process:         Keyboard [878]
Path:            /Applications/Keyboard.app/Keyboard
Identifier:      Keyboard
Version:         ??? (???)
Code Type:       ARM (Native)
Parent Process:  launchd [1]

Date/Time:       2012-06-05 15:15:20.053 -0500
OS Version:      iPhone OS 5.1.1 (9B206)
Report Version:  104

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x00000001, 0xe7ffdefe
Crashed Thread:  0

Dyld Error Message:
  Library not loaded: /usr/local/lib/libhidsupport.dylib
  Referenced from: /Applications/Keyboard.app/Keyboard
  Reason: image not found
  Dyld Version: 199.6

Binary Images:
    0x1000 -    0x1dfff +Keyboard armv6  <a9c0fda575f13795b4a349872d3c457e> /Applications/Keyboard.app/Keyboard
   0x24000 -    0x24fff +MobileSubstrate.dylib armv6  <d8da1cc9b8ea37cfba03a60549cdac4c> /Library/MobileSubstrate/MobileSubstrate.dylib
   0x27000 -    0x2dfff +libBTstack.dylib arm  <cea3690ee22d3380938f4fabb84f3a7e> /usr/local/lib/libBTstack.dylib
0x2fe72000 - 0x2fe93fff  dyld armv7  <77eddfd654df393ba9c95ff01715fd08> 
/usr/lib/dyld
</string>
    <key>displayName</key>
    <string>Keyboard</string>
    <key>name</key>
    <string>Keyboard</string>
    <key>os_version</key>
    <string>iPhone OS 5.1.1 (9B206)</string>
    <key>system_ID</key>
    <string></string>
    <key>version</key>
    <string>??? (???)</string>
<key>blame</key><array>
</array>
</dict>
</plist>

Original comment by evanapr...@gmail.com on 6 Jun 2012 at 12:42

GoogleCodeExporter commented 8 years ago
solved, reinstalled hid support package. i was looking for libhidsupport.dylib 
lol couldnt find it..any chance on getting scrolling working for the magic 
mouse? 

Original comment by evanapr...@gmail.com on 6 Jun 2012 at 5:09

GoogleCodeExporter commented 8 years ago
Why wasn't hid-support installed? It's listed in the dependencies for sure.

if you mean support of the upper touch side of the magic mouse, this will 
require a proper hid-parser which I stil have to write. If with that, I'm not 
sure how well that would work, but I'll try.

Original comment by matthias.ringwald@gmail.com on 6 Jun 2012 at 10:48

GoogleCodeExporter commented 8 years ago
Sounds good, its just clicking and dragging to scroll is kinda flaky with
long pages. Arrow keys would work aswell. I use both your programs, cheers

Original comment by evanapr...@gmail.com on 7 Jun 2012 at 9:40