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
Related
My touch screen is not working, it's a new replacement, before I chuck the phone I want to try to reload original Rom or a newer one.
main key to do this is to be able to use adb or HTC Sync, which I cannot do since my toruch screen is unresponsive.
Is there a way to run the phone with the keyboard keys ?
Trackball isn't doing what you need to do? If not, not sure if reassigning your keys would help out. I think there is a tutorial on replacing the digitizer for this phone somewhere in forum. Use the search. Might be easier than trying to restore your phone to trade it in.
Sent from my T-Mobile myTouch 3G Slide using XDA App
OPTION 1
He can also install the apk from he's PC to he's phone
This app lets you change your keys
http://www.appbrain.com/app/buttonremapper/com.beansoft.buttonremapper
open cmd/command prompt and type
abd install -r NAMEPFAPLICATION.apk
idk how you could go into it.. but if you find a way, this would be much easier.
OPTION 2
Install Droid explorer
You can control your phone with it
go to tools >> screencast
OPTION 3
use both
I have no adb since I cannot change to USB debug
valv507 said:
I have no adb since I cannot change to USB debug
Click to expand...
Click to collapse
It was already mentioned, but you should be able to navigate the menus with the trackpad and select things by pressing it. It worked for me on CM7 just now, at least.
Yeah using the trackpad should suffice. Even if you can't push down to select with the trackpad you can use "enter" on the keyboard.
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.
does anyone know how to disable the cdrom function when plugging in usb?
poncho524 said:
does anyone know how to disable the cdrom function when plugging in usb?
Click to expand...
Click to collapse
Dial ##7764726
Hit Call
Type Password is 000000 (6 zeros)
Hit Feature Settings
Choose CD ROM
Click Disable
Hit menu, commit modifications (it will say no item changed)
Back out to home
andybones said:
Dial ##7764726
Hit Call
Type Password is 000000 (6 zeros)
Hit Feature Settings
Choose CD ROM
Click Disable
Hit menu, commit modifications (it will say no item changed)
Back out to home
Click to expand...
Click to collapse
that prevents the ISO from being mounted, but the virtual CD drive still shows up. is there a way to kill that too? so that the only thing that shows up is the SD card?
Root your phone
Sent from my ADR6350 using Tapatalk
shoman24v said:
Root your phone
Click to expand...
Click to collapse
i'm rooted, but just running stock...
poncho524 said:
i'm rooted, but just running stock...
Click to expand...
Click to collapse
Ah. After I rooted I flashed the debloated ROM which didn't have it. Use root explorer to search for a file with the extension .iso if its anything like the original Inc, that should be it and just delete or rename the file.
Sent from my ADR6350 using Tapatalk
hi,im new here,i just wanna seek some help regarding to my xplay multifunctional key button(the third key beside home button.)its always stock when i wanna use that key.sometimes working and sometimes most of the time not functioning.you need to push it a lot of times until it works again.any idea why its happening in xplays or only just for me?thank for any help
I think you mean the Menu key. Perhaps its broken. If you have root, you can edit the file "/system/usr/keylayout/keypad-zeus.kl" to change the function of each physical buttons. You could for example remap the Search button to Menu.
eksasol said:
I think you mean the Menu key. Perhaps its broken. If you have root, you can edit the file "/system/usr/keylayout/keypad-zeus.kl" to change the function of each physical buttons. You could for example remap the Search button to Menu.
Click to expand...
Click to collapse
thanks buddy i have a root but problem is i dont know how to remap each button.im noob and only basic knowledge iknow regarding that.can you help me how to do that step by step.i check system/usr/keylayout/keypad-zeus.kl using es file xplorer.i dont know what to type and to do.a big help from you is much appreciated.
please i need help.now my home bu
tton stuck also when i try to tap on it.but when my play are open i mean the gamepad is visible,the home button works fine and the menu button also working.is this some kind of hardware issues/malfunction?please any help would be appreciate
Sent from my R800i using Tapatalk 2
By malfunctioning you mean your buttons are broken then yes. Of you want to avoid this issue in the future, buy a Nexus.
Enable root permission for ES File Explorer, copy the file to your sdcard, tap and hold on the file and choose Open As -> Text -> Es text editor. Edit the file to remap the button to how you like it. Copy it back to its original location. Tap and hold on the file again and choose Permission. Set the permission to rw-r-r.
Also if you know how to install custom roms, with Slim Bean rom you can enable onscreen button.
Sent from XDA app
eksasol said:
By malfunctioning you mean your buttons are broken then yes. Of you want to avoid this issue in the future, buy a Nexus.
Enable root permission for ES File Explorer, copy the file to your sdcard, tap and hold on the file and choose Open As -> Text -> Es text editor. Edit the file to remap the button to how you like it. Copy it back to its original location. Tap and hold on the file again and choose Permission. Set the permission to rw-r-r.
Also if you know how to install custom roms, with Slim Bean rom you can enable onscreen button.
Sent from XDA app
Click to expand...
Click to collapse
I DO WHAT YOU TUTORIAL.but it seems its the same thing happened.still doesnt workwhen you slide up the play i mean gaming buttons are visible,the home button is working even i used it for CWM.but also the search menu.but when i close the lid,agin it doesnt work.
hey friends plz use this only for learning purpose and don't commit any crime
cause i won't be responsible if you are stuck with SWAT or any cyber police.
THINGS REQUIRED
1. Rooted android phone
2. wpa wps tester
3. terminal emulator by jackpal
3. busybox
4. brain (most important)
links
1. wpa wps tester
2. busybox [url]http://www.apk4fun.com/apk/1203/[/URL]
3. terminal emulator [url]http://www.apk4fun.com/apk/1203/[/URL]
steps:
1. open terminal emulator and type su then allow the prompt
2. open busybox wait for the initialization then press install..
3. open wpa wps tester turn on gps and wifi as well.., click refresh button select desired wifi and choose pin one by one followed by pressing root..
voilla! cracked
enjoy and thumbs up if it worked else comment..
Link busybox?
shyampandey said:
hey friends plz use this only for learning purpose and don't commit any crime
cause i won't be responsible if you are stuck with SWAT or any cyber police.
THINGS REQUIRED
1. Rooted android phone
2. wpa wps tester
3. terminal emulator by jackpal
3. busybox
4. brain (most important)
links
1. wpa wps tester http://apkbox.in/apk/download-wps-wpa-tester-premium-2-6-2-1-apk/
2. busybox http://www.apk4fun.com/apk/1203/
3. terminal emulator http://www.apk4fun.com/apk/1203/
steps:
1. open terminal emulator and type su then allow the prompt
2. open busybox wait for the initialization then press install..
3. open wpa wps tester turn on gps and wifi as well.., click refresh button select desired wifi and choose pin one by one followed by pressing root..
voilla! hacked
enjoy and thumbs up if it worked else comment..
Click to expand...
Click to collapse
4th requirement is not fulfilled by yourself ?
1. Buddy this is not hacking, this app is accessing wifi passwords using wpa pins.
2. No need to install terminal emulator.
3. This app can install busybox itself, no need to install busybox separately.
4. No need to turn on gps.
5. This app can only access passwords from those modems having wps pin enabled.
6. No any credits mentioned to the developers of this app.
luchosback said:
Link busybox?
Click to expand...
Click to collapse
see once again
gdjindal said:
4th requirement is not fulfilled by yourself ?
1. Buddy this is not hacking, this app is accessing wifi passwords using wpa pins.
2. No need to install terminal emulator.
3. This app can install busybox itself, no need to install busybox separately.
4. No need to turn on gps.
5. This app can only access passwords from those modems having wps pin enabled.
6. No any credits mentioned to the developers of this app.
Click to expand...
Click to collapse
it requires all these these things cause I'm using marshmallow so it requires gps too.. you're a noob perhaps so really know nothing about Marshmallow.. and if you really know then just ignore whatever is not required. and last it can hack too as you can kill other networks through wifi kill..
shyampandey said:
it requires all these these things cause I'm using marshmallow so it requires gps too.. you're a noob perhaps so really know nothing about Marshmallow.. and if you really know then just ignore whatever is not required. and last it can hack too as you can kill other networks through wifi kill..
Click to expand...
Click to collapse
Lol, you're a professional N00b. ??
Eminem Success
shyampandey said:
hey friends plz use this only for learning purpose and don't commit any crime
cause i won't be responsible if you are stuck with SWAT or any cyber police.
THINGS REQUIRED
1. Rooted android phone
2. wpa wps tester
3. terminal emulator by jackpal
3. busybox
4. brain (most important)
links
1. wpa wps tester http://apkbox.in/apk/download-wps-wpa-tester-premium-2-6-2-1-apk/
2. busybox http://www.apk4fun.com/apk/1203/
3. terminal emulator http://www.apk4fun.com/apk/1203/
steps:
1. open terminal emulator and type su then allow the prompt
2. open busybox wait for the initialization then press install..
3. open wpa wps tester turn on gps and wifi as well.., click refresh button select desired wifi and choose pin one by one followed by pressing root..
voilla! hacked
enjoy and thumbs up if it worked else comment..
Click to expand...
Click to collapse
only 3 pins.. not connecting to a single network..
how i hake wi fi password
hi
how to change my phones mac id to use wifi my processor is mt 6582
aq4501 model
I don't know
I'm using kingroot/superroot and I've downloaded the wps tester. Are there anymore requirements to bypass secured WiFi networks using this apk I downloaded? Contact me through email if you would @dreadysol[email protected]
noob
shyampandey said:
it requires all these these things cause I'm using marshmallow so it requires gps too.. you're a noob perhaps so really know nothing about Marshmallow.. and if you really know then just ignore whatever is not required. and last it can hack too as you can kill other networks through wifi kill..
Click to expand...
Click to collapse
everything GDjindal said was perfectly correct you noob . you know nothing and still talk like this.
1 .you dont require gps on in marshmallow 6.0.1.
2. this app doesnt hacks anything, just tries 3 or more common pins in wps enabled routers which are very rare now.
atleast show some manners when taking to a senior member.
When it asks for gps just press no. It works without gps. I have already hacked some wifi.
Sent from my Micromax AQ4501 using XDA-Developers mobile app
dreadysol said:
I'm using kingroot/superroot and I've downloaded the wps tester. Are there anymore requirements to bypass secured WiFi networks using this apk I downloaded? Contact me through email if you would @[email protected]
Click to expand...
Click to collapse
Also download busy box and SuperSU for Superuser Grant
You are too professional?
Lol , Actually,
You just need "wpswpa tester" app only. Anything else not required tho.
P/S: You know what, wpawps tester can work without root for Android 6.0
Danial4299 said:
Lol , Actually,
You just need "wpswpa tester" app only. Anything else not required tho.
P/S: You know what, wpawps tester can work without root for Android 6.0
Click to expand...
Click to collapse
but can't access passwords lol?
Kya bola
old version of this tester hack gery well
i personally tried them just download
oops versions from uptodown
How can i do it
It's real and works good