Related
as the topic, I found it is very useful in dopod Rom.
anyone got any idea?
On your PC open notepad and paste the following text:
64#"\Windows\mousemode.exe" SETMOUSEMODE
Save the file as mouse.lnk and then copy it to the "\Windows\Start Menu\Programs" folder on your device. Now follow the standard method for adding a program to HTC home and select the Mouse shortcut that you have just created - Easy!
Cheers
Alex
I've put the shortcut in the attached zip file, just copy the mouse.lnk file to the location above.
thanks a lot !
Al66 said:
On your PC open notepad and paste the following text:
64#"\Windows\mousemode.exe" SETMOUSEMODE
Save the file as mouse.lnk and then copy it to the "\Windows\Start Menu\Programs" folder on your device. Now follow the standard method for adding a program to HTC home and select the Mouse shortcut that you have just created - Easy!
Cheers
Alex
Click to expand...
Click to collapse
I do not know, how to "Now follow the standard method for adding a program to HTC home and select the Mouse shortcut that you have just created."
Could you help me, please?
Matti23 said:
I do not know, how to "Now follow the standard method for adding a program to HTC home and select the Mouse shortcut that you have just created."
Could you help me, please?
Click to expand...
Click to collapse
just tap on the + symbol and pick the mouse shortcut from the list.
Al66 said:
just tap on the + symbol and pick the mouse shortcut from the list.
Click to expand...
Click to collapse
I am very sorry, but I do not know, where is + symbol and so on? Could you, please, explain it to me?
Matti23 said:
I am very sorry, but I do not know, where is + symbol and so on? Could you, please, explain it to me?
Click to expand...
Click to collapse
You have the HOME plugin, there are some tabs under the clock, tap on the shortcut tab and tap + symbol, find your aplication or file you want to add. This is all.
PaliFarkas said:
You have the HOME plugin, there are some tabs under the clock, tap on the shortcut tab and tap + symbol, find your aplication or file you want to add. This is all.
Click to expand...
Click to collapse
Do I need to have HOME plugin in order to make this program addition? I have not it now.
Just want to know if there is any Cab for
Mouse Mode in WM6
i saw a video - HERE
If you are like me you are not happy with the power button placement. I modded a few files that will allow any bluetooth keyboard to wake the screen from sleep. Very handy when the Xoom is docked. Requires Reboot.
Modded Files
Push the files via adb to /system/usr/keylayout/
Example:
adb remount
adb push Generic.kl /system/usr/keylayout/Generic.kl
adb reboot
Apple Keyboard (Vendor_05ac_Product_0239.kl) - Wake with eject key
Generic Keyboard (Generic.kl) - Wake with F1
Motorola Keyboard (Vendor_22b8_Product_093d.kl) - Wake with right ctrl key (Not Tested - Sorry do not have one)
Note:
After the keyboard and the Xoom have been asleep for a while, there may be a delay before the Xoom wakes. Bluetooth devices sleep to save power and it takes about 15-30 seconds to wake and sync again.
Thorough Explanation of Key Remapping:
Better explanation of this is here.
Getting back to default:
If you want to return things to default, download the default files and adb push them back to the Xoom.
Sweet! I'm going to give this a try later. Thanks!
Works great with the Motorola BT Keyboard...
edit: I did remap it back to the default CTRL_RIGHT and instead used the unmapped "reserved" key on the keyboard. It is the 4th key from the top right with 3 lines. Since this key is unused, it seemed more appropriate for now. It is key 226 in the mapping.
@triadX1
Sent from my Xoom using XDA App
Maybe someone in this thread can help me. I posted in other threads but nobody replied. I bought a generic BT keyboard with Apple keys. To remap the keys I downloaded a program to get the scancodes for each key and modified the Generic.kl. It di not change anything. The question is now, is there a way to name the .kl file like the other 3 already present, i.e. with a manufacturer-specific name? How else will HC know which file to use when the BT keyboard is connected? I hope I got my point across...Thanks everyone!
[sent with Xooming Android technology]
Just a heads-up: I have what must be an older version of the Apple Keyboard (bought in '97); the VID:DID are 05AC:022C :
Code:
apple 0005:05AC:022C.0001: input,hidraw0: BLUETOOTH HID v1.36 Keyboard [Apple Wireless Keyboard] on 40:FC:89:27:62:5C
I just copied your Vendor_05ac_Product_0239.kl to Vendor_05ac_Product_022c.kl and it works fine. Thanks for the mod!
funnycreature said:
is there a way to name the .kl file like the other 3 already present, i.e. with a manufacturer-specific name? How else will HC know which file to use when the BT keyboard is connected?
Click to expand...
Click to collapse
Can you get the Vendor ID/Device ID from the Keyboard?
"adb shell dmesg" once it's connected should be able to tell you. After that, it's just a matter of naming the file as such. For example a device with VID:DID 1234:ABCD would be named Vendor_1234_Product_abcd.kl .
HTH!
it was easy i just edited one file one line next to menu i put wake
Sent from my Xoom using XDA App
system/ust/keylayout/ and vrdb ....093 something then r/w then right click to edit text and scroll to 125 where it says MENU and make it look like this MENU WAKE and reboot and your good menu key is now wake one press wakes and two presses unlocks
Sent from my Xoom using XDA App
kcrudup said:
Can you get the Vendor ID/Device ID from the Keyboard?
"adb shell dmesg" once it's connected should be able to tell you. After that, it's just a matter of naming the file as such. For example a device with VID:DID 1234:ABCD would be named Vendor_1234_Product_abcd.kl .
HTH!
Click to expand...
Click to collapse
I found out that the generic keyboard uses the Apple layout. I want to post a How-to soon but I have very little time lately Thanks for the info though; how would I find the information? I tried connecting the keyboard to my laptop via BT and opened the device manager. Is there any property that shows the VID:DID?
I'm curious as to why the key 226 isn't being used when there's actually no key used to open the app menu. I would have assumed the key used for menu (two keys to the right of the spacebar) would be used for the app menu and the unused key (three horizontal lines) would've been for the menu since most apps I've seen with the on-screen menu looks the same. Plus the icon for the Apps menu actually looks like what is on the Menu key for the keyboard.
What would I need to add to the keyboard file to make a key open the application menu? After looking over the keymaps in the file I couldn't see any key on the keyboard that would open the app menu.
Use 226 for whatever
You can remap 226 to be menu if you want, but i don't know the command to open the app "drawer" on honeycomb.
Just like they said above, the file you want to edit is in
/system/usr/keylayout/
I use root explorer because it lets me edit easily as well. If you want to do it the way i do just follow the steps below:
1- Mount R/W when you get in the folder
2- Long hold on "Vendor_22b8_Product_093d.kl"
3- Select "Open in Text Editor"
4- Scroll all the way to the bottom where it says 226 and edit the line to read
key 226 MENU (3 spaces between 226 and MENU)
if you simply want it to be another Menu key. (Before editing, it says unused or tbd or something, just erase all of that )
Alternatively try:
key 226 MENU WAKEif you also want it to wake up your tablet.
Personally, I edited key 125 to wake up the tablet as described above, and put
key 226 POWERso that i could also lock the screen, thus using the otherwise useless key.
As a sidenote, Root Explorer *should* automatically make a backup for you when you edit the keylayout file, but doing one manually (aka: copy and paste somewhere else on your sdcard) is always a smart move.
Good Luck!
kcrudup said:
Can you get the Vendor ID/Device ID from the Keyboard?
"adb shell dmesg" once it's connected should be able to tell you. After that, it's just a matter of naming the file as such. For example a device with VID:DID 1234:ABCD would be named Vendor_1234_Product_abcd.kl .
HTH!
Click to expand...
Click to collapse
I tried this command and I get a "error: device not found" message. I am using my droid 1 and the blueputdroid app to use my hard keyboard as a bluetooth one. The keyboard works... I just would like to map some things out to open the app drawer and such. Thank you in advance for any help
Sent from my Droid using Tapatalk
That error means adb can't find your xoom. Make sure you have USB debugging enabled
sangreal06 said:
That error means adb can't find your xoom. Make sure you have USB debugging enabled
Click to expand...
Click to collapse
Hmm I have tried it from the zoom itself with a terminal app as well as from the PC and have made sure debugging is running and have gotten the same result each time :/
Sent from my Xoom using Tapatalk
This requires root. I am assuming those having trouble have rooted their phones and have the moto drivers installed on their PC. If adb devices does not show your device then try running the following:
adb kill-sever
adb start-server
adb devices
See if the device shows up now. I am calling these commands from my memory so I could be wrong about the wording. Running adb /? will give you a list of command line switches.
Sent from my Xoom using XDA Premium App
B Dizzle said:
This requires root. I am assuming those having trouble have rooted their phones and have the moto drivers installed on their PC. If adb devices does not show your device then try running the following:
adb kill-sever
adb start-server
adb devices
See if the device shows up now. I am calling these commands from my memory so I could be wrong about the wording. Running adb /? will give you a list of command line switches.
Sent from my Xoom using XDA Premium App
Click to expand...
Click to collapse
Hmm it STILL doesn't see it. I know I am an unlocked and rooted xoom. I am running rooted apps just fine and browsing all my system files just fine on the computer with Droid explorer. I just can't get it to see my device in adb. Any ideas?
Sent from my Xoom using Tapatalk
Does anyone here have 3.1? I updated to 3.1 which removed the customized file I replaced for the zoom keyboard, but I read in another thread where a person talked with a rep (i'm thinking from either moto or vzw) about the update stating that the update included "Additional shortcut key support for Bluetooth keyboard".
The file I used was from 3.0 and since I didn't know this at the time, I didn't back it up first. I know...it was stupid not to do so, but whatever lol
If anyone could pull the new 3.1 keyboard layout file for the motorola keyboard and post it, that would be great.
SPIDERTECH said:
Does anyone here have 3.1? I updated to 3.1 which removed the customized file I replaced for the zoom keyboard, but I read in another thread where a person talked with a rep (i'm thinking from either moto or vzw) about the update stating that the update included "Additional shortcut key support for Bluetooth keyboard".
The file I used was from 3.0 and since I didn't know this at the time, I didn't back it up first. I know...it was stupid not to do so, but whatever lol
If anyone could pull the new 3.1 keyboard layout file for the motorola keyboard and post it, that would be great.
Click to expand...
Click to collapse
Anyone able to pull this file for me? It's the Vendor_22b8_Product_093d.kl
SPIDERTECH said:
Anyone able to pull this file for me? It's the Vendor_22b8_Product_093d.kl
Click to expand...
Click to collapse
Here ya go http://db.tt/9fAD3NS
Sent from my Xoom using Tapatalk
ruvort said:
Here ya go http://db.tt/9fAD3NS
Sent from my Xoom using Tapatalk
Click to expand...
Click to collapse
Thanks for that. It looks like the 226 key is STILL not being used. I'm curious now as to what the additional shortcuts were supposed to be.
Hi
I install cyanogenmod 10.1 on my device and i enable the hardware keys from setting and restart phone put tge hardware keys not work until now
And i want ask about terminal how i run the terminal as root
http://im35.gulfup.com/nzIqM.png
Upppppp......
s3o86od said:
Hi
I install cyanogenmod 10.1 on my device and i enable the hardware keys from setting and restart phone put tge hardware keys not work until now
And i want ask about terminal how i run the terminal as root
http://im35.gulfup.com/nzIqM.png
Click to expand...
Click to collapse
For terminal emulator, just type su and hit enter..and for hw key, u must be missing some step..
SeNt frOm my A\/\/€$♡/\/\€ NoTE 2 using xDa premium app
mannyvinny said:
For terminal emulator, just type su and hit enter..and for hw key, u must be missing some step..
SeNt frOm my A\/\/€$♡/\/\€ NoTE 2 using xDa premium app
Click to expand...
Click to collapse
Thank you for help
For the hardware i just enable the option in setting
Show action overflow and restart phone put nothing happen
Download SQLite editor
Open SQLite editor and choose apps
Choose Settings Storage
Choose Settings.db
Choose Global
Type in Search "Head"
Change value from 1 to 0 Save
Then Reboot
Big thanks to user AL_IRAQI for this important fix as it was a MAJOR annoyance and privacy issue for me on lollipop!
Are you referring to the notifications on lock screen?
If so, they are super annoying.
Pp.
Would this enable Pandora to be controlled from lock screen?
Nice!
Any idea on how to remove the quick connect and sfinder buttons from the notification panel?
me 2
Sent from my SM-N900T using XDA Free mobile app
PanchoPlanet said:
Are you referring to the notifications on lock screen?
If so, they are super annoying.
Pp.
Click to expand...
Click to collapse
go to settings then go to sound and notifications
you find options to control it there
toyanucci said:
Download SQLite editor
Open SQLite editor and choose apps
Choose Settings Storage
Choose Settings.db
Choose Global
Type in Search "Head"
Change value from 1 to 0 Save
Then Reboot
Big thanks to user AL_IRAQI for this important fix as it was a MAJOR annoyance and privacy issue for me on lollipop!
Click to expand...
Click to collapse
Hello,i had before a Galaxy S5, LG G3, and it worked with the SQlite editor procedure , but when installing SQlite on the M8 (grant supersu acces and all of that) it says that no database found (attached a screenshot below) , the same thing happens on my Moto G 2014, so i thought it can't be that i have the S-ON, i tried also changing SElinux to permissive but no luck :crying:
I solved this :good:
install headsoff from google play store. it works for me to disable heads up notification in my note 3.
goooooooood
it dosenot required root device
Hi, I have Mi Max 32G (Hydrogen) with Resurrection Remix 5.8.3
I saw in this link: https://www.xda-developers.com/android-nougats-freeform-window-mode-what-it-is-and-how-developers-can-utilize-it/ that android 7 has capability of free size multi window without any third part app.
I have tried both methods ("adb shell settings put global enable_freeform_support 1" & Enable "Force activities to be resizable") separately and also together and also rebooted and clear recent apps each time.
New square button appeared in recent app next to close button but it opens apps in full screen mode.
Any body else have this issue or tested this feature successfully?
Is this issue of my costume ROM ?
I accidentally open the freeform wondow and again accidentally closed the app ?? and after that i cant find it again no more...??
Rarely work..