GithubHelp home page GithubHelp logo

androhid's People

Watchers

 avatar

androhid's Issues

Does not work

What steps will reproduce the problem?
1. just an open
2.
3.

What is the expected output? What do you see instead?
See the working interface

What version of the product are you using? On what operating system?
AndroHID 0.5.4, Andorid 4.2.1

Please provide any additional information below.
Chipset MTK6589T

Original issue reported on code.google.com by [email protected] on 13 Nov 2013 at 1:13

Does not work on Evo Froyo Fresh 3.3 Ziggy Kernel

What steps will reproduce the problem?
1. Press Menu
2. Press "Search Device"
3. Pop-up "Bluetooth not enabled!"

What is the expected output? What do you see instead?
Should start searching, bluetooth is actually on

What version of the product are you using? On what operating system?
Evo Froyo Fresh 3.3 Ziggy Kernel

Please provide any additional information below.
None

Original issue reported on code.google.com by skosenko on 18 Dec 2010 at 12:49

Can't control iPhone5s

What steps will reproduce the problem?
1. Connect Android 4.0 device to iPhone5s.


What is the expected output? What do you see instead?
The BT connection is presented as "Connected" on iPhone but the iPhone can't be 
controlled.

What version of the product are you using? On what operating system?
iPhone 5s. Android 4.0.

Please provide any additional information below.
Could you give me some idea about why the iphone can't be controlled?


Original issue reported on code.google.com by [email protected] on 18 Jun 2014 at 7:59

error in excuting (sdptool add --handle=0x5efe5 KEYB)

What steps will reproduce the problem?
1. run app 


i have problem when running this command 

private String REGISTER_SDP_SERVICE = "/system/bin/sdptool add --handle=0x5efe5 
KEYB";

in SdpInterface class 
the returned code of executing this command is 255 

What is the expected output? What do you see instead?
the program run  

What version of the product are you using? On what operating system?
last version 

Please provide any additional information below.
android 2.3.5 


Original issue reported on code.google.com by [email protected] on 30 Mar 2012 at 1:43

Mouse support (feature request)

Hello,
please add mouse support. Drag over display could move with mouse cursor and 
few buttons to click should be easy.

If you need to capture some data from bluetooth communication, just tell me how 
(and which one) and I can record communication between Debian Linux and SE G502 
phone which can emulate both bluetooth mouse and keyboard at once.

Thank you!
Josef Kufner

Original issue reported on code.google.com by [email protected] on 18 Jan 2013 at 1:44

Nexus S - Cyanogen Mod 9 Nightly 20120305

Using AndroHid-v0.5.4.apk

On Nexus S device with Cyanogen Mod9 Nightly,

Computer uses OpenSUSE 12.1 x86_64 GNOME3

--

AndroHid says connected to "unpaired" computers.
Probably there is some kernel incompatibility.

Mouse doesn't move with it.

Regards

Original issue reported on code.google.com by [email protected] on 14 Mar 2012 at 2:51

Compile Problem

Please provide any additional information below.
I use ndk-r6 to build the jni part of your code, and it reports an error:

 ld.exe: cannot find -lbluetooth

Could you help me to how to resolve the problem?

Original issue reported on code.google.com by [email protected] on 28 Sep 2011 at 7:09

Arrows and Return keys behaviour

Hello,
when using arrow keys and return key on my Xperia Mini Pro (with HW qwerty 
keyboard), arrows move with cursor on screen and return clicks buttons. It 
would be nice to disable cursor and send arrows and return to computer like all 
other keys.

The "Enable track ball" option helps a little, but it is not good enough.

Thank you!
Josef Kufner

Original issue reported on code.google.com by [email protected] on 18 Jan 2013 at 1:39

Crashes immediately at startup on Galaxy note 2 GT-N7100

What steps will reproduce the problem?
1. Opening AndroHID
2.
3.

What is the expected output? What do you see instead?
Expected output is the app interface. Instead i see the app being force closed 
with a message 'Unfortunately, androHID has stopped'

What version of the product are you using? On what operating system?
Product Version 0.5.4
Android Version 4.4.4 (DN4) 
Device: Samsung Galaxy Note 2 GT-N7100

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 Feb 2015 at 7:36

androhid app has stopped unexpectedly

What steps will reproduce the problem?
1. run the androhid apk
2. the apk has stopped unexpectedly
3.

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


What version of the product are you using? On what operating system?
android emulator


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Apr 2011 at 5:53

Doesn't work with Android 4.2's new BT stack

There's a new BT stack in Android 4.2 (bluez -> broadcom) which causes your app 
to crash during the start (libbluetooth.so not found).


Some logs:

29418): showStatusIcon on inactive InputConnection
I/ActivityManager(  414): START u0 {act=android.intent.action.MAIN 
cat=[android.intent.category.LAUNCHER] flg=0x10104000 pkg=org.androhid 
cmp=org.androhid/.AndroHid bnds=[733,1920][1149,2180]} from pid 665
I/ActivityManager(  414): Start proc org.androhid for activity 
org.androhid/.AndroHid: pid=29511 uid=10121 gids={50121, 3002, 3001, 1028}
I/dalvikvm(29511): Turning on JNI app bug workarounds for target SDK version 
4...
D/dalvikvm(29511): Trying to load lib 
/data/app-lib/org.androhid-1/libandrohid.so 0x40e19178
E/dalvikvm(29511): dlopen("/data/app-lib/org.androhid-1/libandrohid.so") 
failed: Cannot load library: soinfo_link_image(linker.cpp:1649): could not load 
library "libbluetooth.so" needed by "libandrohid.so"; caused by 
load_library(linker.cpp:747): library "libbluetooth.so" not found
W/dalvikvm(29511): Exception Ljava/lang/UnsatisfiedLinkError; thrown while 
initializing Lorg/androhid/NativeBtHid;
D/AndroidRuntime(29511): Shutting down VM
W/dalvikvm(29511): threadid=1: thread exiting with uncaught exception 
(group=0x40b92930)
E/AndroidRuntime(29511): FATAL EXCEPTION: main
E/AndroidRuntime(29511): java.lang.ExceptionInInitializerError
E/AndroidRuntime(29511):        at 
org.androhid.AndroHid.onCreate(AndroHid.java:77)
E/AndroidRuntime(29511):        at 
android.app.Activity.performCreate(Activity.java:5104)
E/AndroidRuntime(29511):        at 
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
E/AndroidRuntime(29511):        at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2258)
E/AndroidRuntime(29511):        at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2354)
E/AndroidRuntime(29511):        at 
android.app.ActivityThread.access$600(ActivityThread.java:150)
E/AndroidRuntime(29511):        at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1244)
E/AndroidRuntime(29511):        at 
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(29511):        at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(29511):        at 
android.app.ActivityThread.main(ActivityThread.java:5191)
E/AndroidRuntime(29511):        at java.lang.reflect.Method.invokeNative(Native 
Method)
E/AndroidRuntime(29511):        at 
java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(29511):        at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime(29511):        at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/AndroidRuntime(29511):        at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(29511): Caused by: java.lang.UnsatisfiedLinkError: Cannot load 
library: soinfo_link_image(linker.cpp:1649): could not load library 
"libbluetooth.so" needed by "libandrohid.so"; caused by 
load_library(linker.cpp:747): library "libbluetooth.so" not found
E/AndroidRuntime(29511):        at 
java.lang.Runtime.loadLibrary(Runtime.java:371)
E/AndroidRuntime(29511):        at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime(29511):        at 
org.androhid.NativeBtHid.<clinit>(NativeBtHid.java:25)
E/AndroidRuntime(29511):        ... 15 more
W/ActivityManager(  414):   Force finishing activity org.androhid/.AndroHid

Original issue reported on code.google.com by [email protected] on 20 Dec 2012 at 1:39

Does not work on Samsung Galaxy S

What steps will reproduce the problem?
1. Enable Bluetooth
2. Start app

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

Expected: Application should start and become usable.
Actual: 'This application needs bluetooth. Enable it now?' -> Clicking yes and 
(re-)enabling bluetooth, the message stays, clicking no, the app closes.

It looks like the app does not see that Bluetooth is enabled and thus it keeps 
prompting for it.

What version of the product are you using? On what operating system?
androhid 0.5.4, Android 2.3.4 (I9000XXJVP)

Original issue reported on code.google.com by [email protected] on 6 Jul 2011 at 9:10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.