Hello.
i have an HTC M8 although i think it is not a device related question.
my volume up button is damaged and the volume changes occasionally.
i want to edit the key layout files and disable the volume up button.
i followed this manual:
http://forums.androidcentral.com/lg-optimus-g-pro/284907-how-disable-side-volume-buttons.html
but each time i reset the phone the files returns to their original state and the volume up button is still enabled.
i am using es explorer with root access.
tried to mount the system folder but still no luck.
please help.
i am going crazy...
Related
Hi. I have a problem with Touch Pro 2. There is stock rom, never updated. But system is behaving very bad. Even touch works only when it wants (maybe physical damage, but I want to have new WM). But installation stops at 1% and phone reboots. Problem is that I have set a password on WM. There is a problem with touch in menu, so I can't remove it. May that be the problem that this secure makes flashing even stock roms impossible? I have no free SD, so only flash via RUU.
kubekpop said:
Hi. I have a problem with Touch Pro 2. There is stock rom, never updated. But system is behaving very bad. Even touch works only when it wants (maybe physical damage, but I want to have new WM). But installation stops at 1% and phone reboots. Problem is that I have set a password on WM. There is a problem with touch in menu, so I can't remove it. May that be the problem that this secure makes flashing even stock roms impossible? I have no free SD, so only flash via RUU.
Click to expand...
Click to collapse
Have you tried a hard reset? I believe it's called "Clear Storage" from settings.
Or hold talk/send + power + vol down while the device is OFF.
I can't clear storage because touch is broken in menu. That's why I want to reinstall it.
kubekpop said:
I can't clear storage because touch is broken in menu. That's why I want to reinstall it.
Click to expand...
Click to collapse
Then do my other suggestion...
But it doesn't work. It boots into bootloader. Does it work for you?
kubekpop said:
But it doesn't work. It boots into bootloader. Does it work for you?
Click to expand...
Click to collapse
Perhaps those weren't the right keypresses...
Try this:
A Hard Reset restores the device to its default settings — the way it was when you first purchased it and turned it on. Any programs you installed, data you entered, and settings you customized on the device will be lost. Only Windows Mobile software and other pre-installed programs will remain.
There are 2 ways to perform a Hard Reset on this device:
Menu Path
Access the Settings Tab>All Settings>System>Clear Storage
Follow the onscreen instructions.
Keystroke Method
1. With the device turned off, press and hold the VOLUME DOWN, TALK/SEND, and END/POWER buttons until you see this message on the screen.
2. This operation will delete all your personal data, and reset all settings to manufacturer default. Press Vol Up to restore manufacturer default, or press other keys to cancel.
3. Release the VOLUME DOWN, TALK/SEND, and END/POWER buttons.
4. Press the VOLUME UP button to restore the operating system to the factory default configuration, press the VOLUME DOWN button to restore the factory default configuration and remove any operator customization, or press any other button to cancel the reset.
Click to expand...
Click to collapse
Ok, I will try this when I will heve access to it It's my friend's phone, I wanted to help. GR8 THX, I hope it will help.
I've got an issue with my power button that causes the power button to be super sensitive and occasionally get stuck so that the phone constantly reboots. I want to remap the power function to my volume up button to keep this from happening. I've done some research and everything I've seen tells me to edit open /system/usr/keylayout/gpio-keys.kl but this file does not exist on my phone. I'm running Paranoid Android with android 4.2.2.
In the /system/usr/keylayout folder I have these files instead.
Code:
AVRCP.kp
cyttsp-i2c.kl
fsa9485.kl
Generic.kl
keypad_8960.kl
msm8960-snd-card_Button_Jack.kl
qwerty.kl
sec_key.kl
sec_keys.kl
sec_powerkey.kl
sec_touchkey.kl
sii9234_rcp.kl
and a bunch of kl files that are named Vendor_045e_Product_(somenumber).kl
Which file do I need to edit to fix this problem? Any help is much appreciated, my phone is almost unusable in its current state.
Drisc0 said:
I've got an issue with my power button that causes the power button to be super sensitive and occasionally get stuck so that the phone constantly reboots. I want to remap the power function to my volume up button to keep this from happening. I've done some research and everything I've seen tells me to edit open /system/usr/keylayout/gpio-keys.kl but this file does not exist on my phone. I'm running Paranoid Android with android 4.2.2.
In the /system/usr/keylayout folder I have these files instead.
Code:
AVRCP.kp
cyttsp-i2c.kl
fsa9485.kl
Generic.kl
keypad_8960.kl
msm8960-snd-card_Button_Jack.kl
qwerty.kl
sec_key.kl
sec_keys.kl
sec_powerkey.kl
sec_touchkey.kl
sii9234_rcp.kl
and a bunch of kl files that are named Vendor_045e_Product_(somenumber).kl
Which file do I need to edit to fix this problem? Any help is much appreciated, my phone is almost unusable in its current state.
Click to expand...
Click to collapse
From memory it's sec-keys.kl. Might be sec-key.kl though, one or the other is what I used to edit back when CM didn't have disable wake from home key.
After installing sphinx rom v2 on my e988 i can't wake up my screen by pressing home button any one know how to enable it again ?
mhd.abbas.94 said:
After installing sphinx rom v2 on my e988 i can't wake up my screen by pressing home button any one know how to enable it again ?
Click to expand...
Click to collapse
This will only work if the option was removed from the keylayout, so let's see if the option is there or not:
Use a root file manager and go to System/usr/keylayout
Edit the file "gk-kaypad-8064.kl" (how you edit the file depends on the file manager you are using, so I can't give you exact steps as to how to do this)
You should see stuff like:
key 114 volume_down
key 115 volume_up
etc
look at key 172:
If it was disabled from waking the phone, it will say:
key 172 HOME
If it has the option to wake the phone it should say:
key 172 HOME WAKE
-If it's like this already, then I can't help you further because the button is already set to wake the phone, so something else in the rom is preventing it from working.
-If it isn't already like this, then just add the WAKE (in all caps) part to it after a space and save the file. Make sure the permissions are still 644 (rw-r--r--) after saving. Reboot. Test and hopefully it should work. Again, if not, I can't help you any more because something else is preventing it from working.
BTW, I don't use Sphinx, but I actually hate the Home button waking my phone, so I always disable it after rooting. So I basically just remove the WAKE part.
spexwood said:
This will only work if the option was removed from the keylayout, so let's see if the option is there or not:
Use a root file manager and go to System/usr/keylayout
Edit the file "gk-kaypad-8064.kl" (how you edit the file depends on the file manager you are using, so I can't give you exact steps as to how to do this)
You should see stuff like:
key 114 volume_down
key 115 volume_up
etc
look at key 172:
If it was disabled from waking the phone, it will say:
key 172 HOME
If it has the option to wake the phone it should say:
key 172 HOME WAKE
-If it's like this already, then I can't help you further because the button is already set to wake the phone, so something else in the rom is preventing it from working.
-If it isn't already like this, then just add the WAKE (in all caps) part to it after a space and save the file. Make sure the permissions are still 644 (rw-r--r--) after saving. Reboot. Test and hopefully it should work. Again, if not, I can't help you any more because something else is preventing it from working.
BTW, I don't use Sphinx, but I actually hate the Home button waking my phone, so I always disable it after rooting. So I basically just remove the WAKE part.
Click to expand...
Click to collapse
Thanks a lot man
Does someone has another solution?
i got the same problem but in my file allready was written "WAKE".
Changed "ro.com.google.clientidbase=" on Android. systemui prcocces forced down
Just want to change the ID to do mobile payments with Vodafone (The right ID in the one file in the System folder is required). I changed the entery with an editor and rebooted the Phone. Now the Phone is powerd on (I have set for long press volume up - toggle flashlight, and it works) But the systemui ist shut down, also blinkfeed and the phone process. With soft reboot, the HTC Logo appears. But i cant't force a factory reset or enter the Custom Recovery. Screen is black. Venom Rom 1.8.0.
siwikiwi said:
Just want to change the ID to do mobile payments with Vodafone (The right ID in the one file in the System folder is required). I changed the entery with an editor and rebooted the Phone. Now the Phone is powerd on (I have set for long press volume up - toggle flashlight, and it works) But the systemui ist shut down, also blinkfeed and the phone process. With soft reboot, the HTC Logo appears. But i cant't force a factory reset or enter the Custom Recovery. Screen is black. Venom Rom 1.8.0.
Click to expand...
Click to collapse
hold volume up and power off for 10 seconds to turn the device off.
restart phone by pushing volume down and pressing power button.
select recovery from the menu and reflash your rom or restore a backup.
cr1960 said:
hold volume up and power off for 10 seconds to turn the device off.
restart phone by pushing volume down and pressing power button.
select recovery from the menu and reflash your rom or restore a backup.
Click to expand...
Click to collapse
Could I use a Factory reset?
The data which i changed was the build.prop in the system folder
So I was watching a show on my tablet. and then the tablet just froze. I tried to reboot it. and the screen just stays stuck at the Samsung Load screen. I have Team Win Recovery installed on it. So I used the commands to get into it. and see if I could reboot and reset through there. But when I go to reboot it tells me my System has no OS do I still want to reboot, reset or whatever I try to do.
My PC isn't recognizing my device. So I can open it up at all. I did not have a SD card in my Tablet. but I do have one in my phone and it does fit into my Note III so I believe it should/would work for any steps I may need to do to help fix this problem. Any ideas or suggestions on how to deal with this?
I've seen this before...
...THIS MAY OR MAY NOT work (CAPS for emphasis only).
The way we solve that because the symptoms you are describing are often the result of a corrupted cache that effects that startup of processes in the background. Clearing the cache might help if the following doesn't work, but don't clear it first because going through this process sometimes requires that whatever data is in the cache remain undisturbed...
(Remember, Android is just a portable version of Linux).
Part 1 of 2 - Enter Safe Mode (ignore all other directions except for using the hardware keys to enter safe mode)
Safe mode
Turn on and use safe mode
Safe mode allows you to turn on the device with third-party apps disabled. Then you can easily remove all apps that may be causing a conflict or software problem.
To turn on safe mode and use it to fix app problems, follow these steps:
Turn on safe mode
Turn the device off.
Press and hold the Power key.
When 'GALAXY Note 3' appears on the screen, release the Power key. Immediately after releasing the Power key, press and hold the Volume down key.
Continue to hold the Volume down key until the device finishes restarting.
'Safe mode' will display in the bottom left corner of the screen. Release the Volume down key when you see 'Safe Mode.'
Uninstall third party applications
Turn on Safe Mode.
From any Home screen, tap the Menu key.
Tap Settings.
Tap the General tab.
Tap Application manager.
If necessary, swipe right to the Downloaded screen.
Tap the desired application.
Tap Uninstall and then tap OK.
Turn off safe mode
To turn off safe mode, follow these steps:
Press and hold the Power key.
Tap Restart.
The same steps are located on the following URL for entering Safe Mode:
https://support.t-mobile.com/docs/DOC-9049
Part 2 of 2 :
If you were successful in engaging Safe Mode, it is more than likely you will see an option screen come up that lists "TouchWiz" , KNOX (Possibly, and varies depending on your config and KNOW Counter Status {i.e. "0x0" or "0x1}, and TouchWiz Simple.
Please pick TouchWiz and DO NOT pick TouchWiz Simple.
Your Note 3 should then start without incident; however we would recommend you backup your data and reload your device with fresh installs as soon as possible.
Hope this helps.
The Tablet wont even boot up into Safe Mode. the Tablet doesnt boot at all. It just stays stuck at Samsung Galaxy Tab 3 screen.
I can use the hard keys to enter into Odin Mode and Team Win Recovery thats it.
Thanks for clarifying. Different steps will be required then. Be careful, and read the other two links carefully that are listed in order of importance to get your Note 3 back up and running:
[Step 1]
Hardware reset using Hardware Buttons ( You WILL LOSE ALL OF YOUR DATA {CAPS for emphasis only} )
Master reset with hardware keys
A master reset restores the original factory settings and may delete your personal data on the internal storage, such as downloaded content, ringtones, images, apps, and contacts. It does not delete data stored on the SIM card or SD card.
If the device menus are frozen or unresponsive, you can master reset using hardware keys. To perform a master reset, follow these steps:
Back up all data on the internal memory.
Turn off the device.
Press and hold the following three buttons at the same time:
Volume Up key
Home key
Power key.
When 'GALAXY Note 3' appears on the screen, release the Power key but continue to press and hold the Volume Up key and the Home key.
When the Android System Recovery screen appears, release the Volume Up and Home keys.
Press the Volume down key to highlight 'wipe data / factory reset.'
Press Power button to select.
Press the Volume down key to highlight 'delete all user data.'
Press Power button to select and start the master reset. When the master reset is complete, 'Reboot system now' is highlighted.
Press the Power key to turn the restart the device.
Directions also featured on the following URL: https://support.t-mobile.com/docs/DOC-9049
[Step 2]
Forget about ODIN and you can use Heimdall with the build of your choice provided it is supported by the BootLoader (i.e. KitKat BootLoader will not load JellyBean).
The instructions are in the following URL as are links to the appropriate software:
http://forum.xda-developers.com/showthread.php?t=2545009
IMPORTANT NOTE: DO NOT WASTE YOUR TIME WITH A USB3 Cable. Instead use a USB2 cable because USB3 connections via the Note 3 have been known to not be the most stable, and you will receive much more reliable connectivity using USB2 that is essential to the reload process.
Hope this all helps, and please let us know how successful you were.