I recently purchased the Sony Xperia Touch, and Android-based projector, that uses IR sensors and a camera for gesture inputs and touch functionally. However, I realized, officially, Sony does not offer a Bluetooth remote control nor a companion app of any sorts. Luckily, I am still able to pair a Bluetooth keyboard and mouse to the unit.
My question is, is there a specific keyboard shortcut/command that would summon the "Power Off" menu on Android? Strangely, upon accidentally brushing the keyboard with my arm, I was able to somehow bring up the power off screen, presenting me with the options to either "Power Off," "Restart," or "Take a screenshot,"yet I have been unable to replicate this shortcut.
Would anyone know if such a function exists?
Thanks heaps!
Related
Hi everyone. I have this bluetooth mouse and tried to use it with my sensation (running stock ics shared by rmk40 here.
But i'm having two issues:
1) When connected to the mouse, my onscreen keyboard never appears. I think my phone recognizes it as both mouse and keyboard (it says connected to bluetooth mouse in bluetooth settings, though).
2) Left and right clicks of the mouse performs the same action (the normal left click action) while the right click is supposed to perform as "back" button.
Any ideas, fixes?
I'm experiencing the same issues with a bluetooth mouse from A4Tech, model BT-310.
The right button does not go back, instead it performs the same action as a normal click.
No on screen keyboard while using the mouse.
Did you find any fixes for this?
I am using ViperSs 1.0.0 ROM.
Nope. Found nothing.. Asked on general android section here . Hope there's someone knows the solution!
It's just so silly that ICS didn't get at least basic mouse & keyboard configuration panel : D
Google's approach to software projects is one of the worst in the entire world
Hey all,
I repurposed an old Android 2.3 phone (rooted HTC Wildfire S [marvelc]) as the navigation device for my motorcycle.
My motorcycle has a 4-way handlebar control for the factory navigation (which I don't feel like paying $900 for...)
I'm in the process of debugging the interface of that control on my motorcycle, and eventually I want to interface it to the marvelc via USB.
I was thinking on buying a cheap tablet keyboard and use the wires of that to access the functions that I need (I would need to "scroll" between UI elements, also to "click" on them, and use the "back" button somehow. I don't know if all of these are possible with a physical keyboard or not, but some very old Android devices had controls like this.)
I'm just trying to ask the community, if this option is even feasible?
Also, since I'll need a microcontroller for capturing the input of the 4-way control from the motorcycle, I was thinking on implementing the Android keyboard USB interface on that same microcontroller, but I couldn't find any documentation or protocol description on that. If you could point me in the right direction, I'd greatly appreciate it
Step one: Figure out which keys your nav app responds to.
Does it use arrow keys? volume keys? DPAD?
Use adb and the shell. For example, this sends ESCAPE
Code:
input keyevent 111
You can probably use a gutted keypad and wire up the switches.
It would probably make sense to have it wired for 4 arrow keys and enter.
That way you can test it easily on a desktop system.
If you need keys that are different, edit /system/usr/keylayout/qwerty.kl
Use my UsbMode.apk (in signature) to identify keyevents.
It's designed for something else for the Nook but it will display key events on any Android.
The only problem with gutted keypads is that they use matrix scanning.
If you need/want contacts to ground you'd be better off with a uP.
I like a Teensy 2.0 because it's small and has hardware USB.
This all presumes that your device support USB host mode.
Hi guys,
I'm looking for suggestions for a specific type of remote control software, I used something long ago during the Gingerbread days but I cannot find it at all...
I want to be able to use my phone as a mouse using the accelerometer (something like this app) for a computer over LAN but with the added option of having an on screen button or something which opens up a keyboard on my phone for typing on the computer. I don't need to see the computer screen on my phone such as in TeamViewer. I tried using a regular bluetooth keyboard and mouse but somehow the range suffers in certain spots where I sit, and I have battery issues...
Feature Wishlist: Any added functionality like also working over the internet, volume button support, not needing a server application, good ui, etc will be a bonus.
Thank you!
I recently bought a lenovo s580 phone. It has android 4.2.2 installed. I was able to pair an apple bluetooth keyboard with the phone and the keyboard is working fine. But there are several keys not working.
I found out that the phone has TouchPanel Gesture. I have never seen this feature before. This feature has an alphabet gesture in it. There are several keys in alphabet gesture including: o,w,m,e,c,s,v,z, left, right, up, down. These keys when pressed from bluetooth keyboard, it flashes a window saying Invalid Application: Application not set.
Basically this flash window keep on poping up and won't allow normal typing on bluetooth keyboard.
I tried to delete tpgesture app from system app list, it removed the window messaging, but the keys are still not working.
I've been trying to tackle this problem for a week now and could not find any other post about this issue.
Can any one help me solve this issue?
By the way, the touchpanel gesture otherwise works fine, I can assign any app to 's' key and pressing physical s key will launch the app. But this effectively makes the physical keyboard completely useless. I really want this feature be entirely gone so I can type normally.
Hello XDA community!
I've done brief google-fu trying to work around issue I have found myself struggling with with nothing to show for it so I come to ask experts because surely, this being such a fundamental problem someone must've already tackled it, right?
So my problem is, I try to use my Android device (in this case POCO X3 NFC, but considering getting Android tablet specifically for this purpose if there is a workaround to issue I'm about to describe since my iPad is nothing more than expensive paper weight it seems) as a client device to access remote desktop and use BT mouse and keyboard to go along with it. Everything is sorta kinda working... except it doesn't as soon as you get to interact with it. ESC and few other keys prioritise Android shortcuts over application, same with right mouse button. I don't think I need to explain why right mouse button closing remote desktop app (Parsec and Moonlight) and booting me back to app launcher instead of opening the context menu on remote desktop is a MAJOR problem. I've found TeamViewer to work alrightish, it catches mouse clicks and button inputs and prevent app from closing itself... if it only wasn't a steaming pile of dog**** to work on - obviously desire here is to keep using VASTLY superior remote desktop experience that either Parsec or Moonlight provides with the benefit of using BT mouse and keyboard.
Is there ANY way that Android system button shortcuts could be completely disabled? I don't want my F-keys to adjust volume... Nor do I want my ESC key or mouse right click boot me back into app launcher...
Also, as a bonus if there's a way to significantly decrease mouse cursor sensitivity it would be greatly appreciated because holy **** moving mouse 1 inch on a desk on lowest setting Android allows for would scroll through several dozen screens worth of content...
I've found this to be a problem on iOS as well but unlike iOS being left at Apple's mercy I kinda expect Android to be more maliable by end-user.
Any takers?