his post let’s you make your Galaxy Y Menu & Back buttons a small vibrate.
Note : Need Rooted Phone {
Tutorial of vibrating Menu & back keys:
1. Download a Root Browser free version from Play Store Link.
2. Open it & allow SU permissions.
3. Navigate to /system/usr/keylayout/qwerty.kl and open querty.kl in text editor.
4. Now find & change these original values to the bold text below:
+ Change “KEY 158 BACK VIRTUAL“
+ Change “KEY 229 MENU VIRTUAL“
+ Change “KEY 139 MENU VIRTUAL“
+ Change “KEY 59 MENU VIRTUAL“
5. Now save it and wait it grants SU access again.
6. Now reboot or restart your phone & enjoy!
Unvibrate:
1. Edit qwerty.kl and change your values from VIRTUAL to WAKE_DROPPED.
2. Save it and wait till it grants SU access.
3. Reboot your restart your phone.
I am not responsible for any damage so try it at your own risk!
mrappbrain said:
his post let’s you make your Galaxy Y Menu & Back buttons a small vibrate.
Note : Need Rooted Phone {
Tutorial of vibrating Menu & back keys:
1. Download a Root Browser free version from Play Store Link.
2. Open it & allow SU permissions.
3. Navigate to /system/usr/keylayout/qwerty.kl and open querty.kl in text editor.
4. Now find & change these original values to the bold text below:
+ Change “KEY 158 BACK VIRTUAL“
+ Change “KEY 229 MENU VIRTUAL“
+ Change “KEY 139 MENU VIRTUAL“
+ Change “KEY 59 MENU VIRTUAL“
5. Now save it and wait it grants SU access again.
6. Now reboot or restart your phone & enjoy!
Unvibrate:
1. Edit qwerty.kl and change your values from VIRTUAL to WAKE_DROPPED.
2. Save it and wait till it grants SU access.
3. Reboot your restart your phone.
I am not responsible for any damage so try it at your own risk!
Click to expand...
Click to collapse
Is another thread like this,if im not wrong.
funny95 said:
Is another thread like this,if im not wrong.
Click to expand...
Click to collapse
yup there is,
Thnx..
Sent from my GT-S5830i using xda premium
....
Hit ThanX If I helped you !!
Lalit Patil said:
Thnx..
Sent from my GT-S5830i using xda premium
....
Hit ThanX If I helped you !!
Click to expand...
Click to collapse
Talk about revivng a dead thread
PHONE SLOW CLICK ME?
_____________________________________
"No one lives in the slums because they want to. It's like this train. It can't run anywhere except where its rails take it."- Cloud[FFvii]"
TingTingin said:
Talk about revivng a dead thread
Click to expand...
Click to collapse
exactly..lawl
funny95 said:
Is another thread like this,if im not wrong.
Click to expand...
Click to collapse
Don't freaken qoute the op
Sent from my S100 using xda premium
Hmmm, I know this vibrating thing from 7 months.. someone posted it last year..
these noobs! lol!
copy and paste!
He posted like he can edit [.kl] and [.so] files, lol!
we don't need broadcom to release the improved drivers, this noob will do it!
kaustubh.rockstar said:
Hmmm, I know this vibrating thing from 7 months.. someone posted it last year..
these noobs! lol!
copy and paste!
He posted like he can edit [.kl] and [.so] files, lol!
we don't need broadcom to release the improved drivers, this noob will do it!
Click to expand...
Click to collapse
LOL..! :thumbup:
Rom: Hyperion 8
Kernel: Savie's kernel
Theme: My own modification
Trolled !
Related
Hi, all!
It's my first mod and first thread on XDA, so forgive my mistakes.
I really don't like the Xperia S capacitive buttons. After ask a question about the matter on XDA, I decided to try to do it myself. And after a few hours eating some bits, I could finish my work:
Native ICS on-screen buttons on Xperia S!!!
(See screenshots attached)
Short story:
I started reading this post, that led me to this other post that led me to try to use a tool called apktool. Sadly, apktool seems a little buggy and I decided to modify the framework-res.apk without decompile and recompile it. How? Binary diff. I can't say it was easy, but after a few hours I could modify the apk. In the Long story, on the second post, I'll tell how.
Things you need:
1. Root your device (see this post to learn how to unlock and root)
2. adb installed (or a working recovery)
Things I don't need to say (but I will):
YOU are responsible for any damage this mod could cause in your phone. I did exactly what I described below and it worked for me, but only God can make sure it will work for you. I don't think it's a big deal since you can flash you ROM again in case of any problem.
How to backup:
If you really want to backup your original framework-res.apk, run it before installing:
Code:
[email protected]:~/Android/LT26i$ adb pull /system/framework/framework-res.apk framework-res.apk.bkp
And save the file framework-res.apk.bkp.
It's not very important because you can get this file from the ROM package or from here (link from optik19918).
How to install:
Install this mod is as simple as replace the file /system/framework/framework-res.apk by the modified framework-res.apk. Here follow some options to accomplish that:
Option 1 (via adb):
1. Choose a folder on your computer
2. Download framework-res.apk.
For firmware 6.1.A.0.452:
mediafire
my home (slow link)
For firmware 6.1.A.1.58:
my home (slow link)
For firmware 6.1.A.2.45:
my home (slow link)
3. Run the following steps (I did on Ubuntu Linux, but they are easily translatable to Windows):
Code:
[email protected]:~/Android/LT26i$ adb shell
[email protected]:/ $ su
[email protected]:/ # mount -o remount,rw /system
[email protected]:/ # mkdir /system/tmp
[email protected]:/ # ^D
[email protected]:/ $ ^D
[email protected]:~/Android/LT26i$ adb push framework-res.apk /system/tmp/framework-res.apk
4765 KB/s (15874684 bytes in 3.253s)
[email protected]:~/Android/LT26i$ adb shell
[email protected]:/ $ su
[email protected]:/ $ mv /system/tmp/framework-res.apk /system/framework/framework-res.apk
[email protected]:/ # ls -l /system/framework/framework-res.apk
-rw-rw-rw- shell shell 15874684 2012-06-28 03:58 framework-res.apk
[email protected]:/ # rmdir /system/tmp
[email protected]:/ # mount -o remount,ro /system
[email protected]:/ # ^D
[email protected]:/ $ ^D
[email protected]:~/Android/LT26i$ adb reboot
4. Wait your phone to restart
5. Thanks me by clicking 'Thanks' button below
6. Say some bad words to the physical buttons!!!
Option 2 (via recovery):
1. Download the on-screen-buttons.zip
2. Reboot on recovery
3. Apply this zip
4. Restart the phone
5. Thanks me by clicking 'Thanks' button below (and also Soheil_rf for the zip version)
6. Say some bad words to the physical buttons!!!
Option 3 (via file manager):
1. Download the same file of option 1, step 2 (above)
2. Use your favorite file manager to copy the downloaded file to /system/framework/framework-res.apk
3. Restart the phone
4. Thanks me by clicking 'Thanks' button below
5. Say some bad words to the physical buttons!!!
How to uninstall:
Just repeat Option 1 or 3 above, but using the framework-res.apk.bkp you backed up or this one (link from optik19918).
----------------------
Some points:
1. The file is really smaller than the original, and it must be caused by the linux archive app when I copied the patched 'resources.arsc' to the original apk. It worked for me up to now, but I will try to figure out why it happened.
2. I will explain how I patched the 'resources.arsc' and changed the boolean value in the first reply of the thread. It was a pain in the ass, but worth sharing (edit: explained here: http://forum.xda-developers.com/showthread.php?t=1823223).
Long story
Reserved to tell the long story about the patch, If I have time.
EDIT:
And finally had some time! But it was to big for a single answer, I created a new thread:
http://forum.xda-developers.com/showthread.php?p=29979582
Hope you like it!
Thanks a lot! Can u make a flashable zip since now we have recovery in kernel!
Sent from my LT26i using xda premium
WebMuth said:
Thanks a lot! Can u make a flashable zip since now we have recovery in kernel!
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
I don't know how to do it yet, but I can learn.
Let's test it on more devices before, and then we can do it.
Thanks!
but man pls upload it to mediafire or something like that! is to slow 50 minutes to download
Great Work
I make it Flashable on-screen-buttons.zip
@ brunojcm :also I can make smaller buttons if you tell us how to patch resources
Thanks brunojcm
Wow this app is amazing, Awesome work guys....
I now only have to press once to go back or home, BUT there is one little problem. The last botton on the right is not assigned to open the settings menu like the original one. Is this fixable?
thx though grate work!!!!
Also could you make the black border slightly slimmer...
slyevo said:
Wow this app is amazing, Awesome work guys....
I now only have to press once to go back or home, BUT there is one little problem. The last botton on the right is not assigned to open the settings menu like the original one. Is this fixable?
thx though grate work!!!!
Also could you make the black border slightly slimmer...
Click to expand...
Click to collapse
That button is for the task manager if you noticed is not needed the other button becose in apps that require that button now there is a new button with 3 dots that is the settings button
Oh and this thread is not ment for development section, but for themes and apps
Sent from my LT26i using xda premium
WebMuth said:
That button is for the task manager if you noticed is not needed the other button becose in apps that require that button now there is a new button with 3 dots that is the settings button
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
I have just figured that out, A bit late i know. Your mod is amazing i hit the correct button every time now!
Nice!
I've updated my xperia S to ICS. but i didnt find a topic about rooting it...
could you please point me to that topic? thanks
I'm going to unlock BL today just because this hack!
Portugal!
wow, great work I just installed it and it works great thanks:good:
---------- Post added at 03:43 PM ---------- Previous post was at 03:38 PM ----------
one thing, it would be possible to make buttons, auto-hide, as the Galaxy Nexus?
zbuh said:
Nice!
I've updated my xperia S to ICS. but i didnt find a topic about rooting it...
could you please point me to that topic? thanks
I'm going to unlock BL today just because this hack!
Portugal!
Click to expand...
Click to collapse
Are you for real? Cant you see the stickies?
Skickat från min LT26i via Tapatalk 2
Soheil_rf said:
I make it Flashable on-screen-buttons.zip
Click to expand...
Click to collapse
Thanks! I added an option for your method.
Soheil_rf said:
@ brunojcm :also I can make smaller buttons if you tell us how to patch resources
Thanks brunojcm
Click to expand...
Click to collapse
Man, believe me, using the way I used to patch the file, it's impossible to change images... I think we will need to wait until apktool is fixed.
zbuh said:
Nice!
I've updated my xperia S to ICS. but i didnt find a topic about rooting it...
could you please point me to that topic? thanks
I'm going to unlock BL today just because this hack!
Portugal!
Click to expand...
Click to collapse
I've put a link to a DoomLord thread explaining everything about unlock and root. You'll see there that there is two ways for root currently, both need a unlocked bootloader.
robyroby0 said:
wow, great work I just installed it and it works great thanks:good:
Click to expand...
Click to collapse
Good! Just click Thanks on me and that's all right!
robyroby0 said:
one thing, it would be possible to make buttons, auto-hide, as the Galaxy Nexus?
Click to expand...
Click to collapse
Are you talking about the little dots when you're on galery, for example? It's working for me. If you're not, I don't know this feature.
Is it possible to remove the mod from the home screen & just have it appear when is task windows?
slyevo said:
Is it possible to remove the mod from the home screen & just have it appear when is task windows?
Click to expand...
Click to collapse
Don't think so... Have you ever seen a Android with this behavior?
slyevo said:
Is it possible to remove the mod from the home screen & just have it appear when is task windows?
Click to expand...
Click to collapse
Atm nope wait for aokp amd maybe u'r lucky but not sure
Sent from my LT26i using xda premium
i found some bug in camera app, the camera screen button it not in the side of the screen, please fix.
also make the black bar smaller 25%, and the placement of back icon should be more left so it on a line with the dot and transparent bar so does the task manager too, should be more right.
and also please make an option to disable the original touch button
thanks for your effort
is there a way to uninstall this mod?
skydawn1001 said:
is there a way to uninstall this mod?
Click to expand...
Click to collapse
yes use this zip http://www.mediafire.com/?62d7d4c2j2uy19m
or if you made a backup of the original file use the option 1 with the stock file
How to enable volume key wake up in sense ROM [2.3.5], heard that we need to edit android plicy .jar, could anyone say the procedure to edt and make it Volume key wake up enable?????
Its enabled in wildchild rom. I looked up for the android policy edit methods. but they are very difficult and went way over my head. so I gave up.:laugh:
It's a build.prop tweak for sense but I don't have it with me now.
May u please say the steps as i will try tooo.....
rezo609 said:
It's a build.prop tweak for sense but I don't have it with me now.
Click to expand...
Click to collapse
It's more than just a build.prop tweak.
Someone mentioned android.policy.jar and that is correct.
You also have to modify the keyboard layout files.
Take apart WildChild ROM for a reference, or else just scour the XDA forums for specifics (search on "smali editing", which is what you'll need to do for the aforementioned .jar file)
Good luck,
True now I remember
Tigger31337 said:
It's more than just a build.prop tweak.
Someone mentioned android.policy.jar and that is correct.
You also have to modify the keyboard layout files.
Take apart WildChild ROM for a reference, or else just scour the XDA forums for specifics (search on "smali editing", which is what you'll need to do for the aforementioned .jar file)
Good luck,
Click to expand...
Click to collapse
Yeah smali also with some java things i have even downloaded it but seriously i couldn't understand a thing I wanted to use vol rocker as media prev/next
Tigger31337 said:
It's more than just a build.prop tweak.
Someone mentioned android.policy.jar and that is correct.
You also have to modify the keyboard layout files.
Take apart WildChild ROM for a reference, or else just scour the XDA forums for specifics (search on "smali editing", which is what you'll need to do for the aforementioned .jar file)
Good luck,
Click to expand...
Click to collapse
Hi there,
I'm using your Wildchild 2.0 ROM (great work, BTW....:good and I was just wondering if there's a noob-proof way to disable the unlock-with-volume-keys function: phone keeps waking up while it's in my pocket, and battery dries up
TIA
joemontana8 said:
Hi there,
I'm using your Wildchild 2.0 ROM (great work, BTW....:good and I was just wondering if there's a noob-proof way to disable the unlock-with-volume-keys function: phone keeps waking up while it's in my pocket, and battery dries up
TIA
Click to expand...
Click to collapse
1. Navigate to this directory on your phone:
\system\usr\keylayout
2. Modify the file "marvel-keypad.kl" by removing the following lines:
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
(Delete the entire lines)
3. Perform the same mod on the file "qwerty.kl"
4. Reboot.
5. If works, click Thanks and buy me a beer. If you're short on time, just buy me a beer.
My Dear developers and newbees Like me, Finaly I tried this Method and Works like charm..... Thank you thank you thank u.............
I tried in Two Roms
(Stock and Jikantaru, Both Works as No prbm in that.....)
http://forum.xda-developers.com/showthread.php?t=1164777
finance.resat said:
Yeah smali also with some java things i have even downloaded it but seriously i couldn't understand a thing I wanted to use vol rocker as media prev/next
Click to expand...
Click to collapse
I tried as Just to Wake up android using volume keys and It works....
My friend said there is a App name as "Button Mapper" that may help u :laugh:, try that toooooo from Play Store.
Tigger31337 said:
1. Navigate to this directory on your phone:
\system\usr\keylayout
2. Modify the file "marvel-keypad.kl" by removing the following lines:
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
(Delete the entire lines)
3. Perform the same mod on the file "qwerty.kl"
4. Reboot.
5. If works, click Thanks and buy me a beer. If you're short on time, just buy me a beer.
Click to expand...
Click to collapse
Works a treat :good:
Thanks given - beer will follow ASAP
Thanks again, mate
balakrishnan111 said:
I tried as Just to Wake up android using volume keys and It works....
My friend said there is a App name as "Button Mapper" that may help u :laugh:, try that toooooo from Play Store.
Click to expand...
Click to collapse
I know that But I want volume keys too. Means I wanted volume long press to change track.
joemontana8 said:
Works a treat :good:
Thanks given - beer will follow ASAP
Thanks again, mate
Click to expand...
Click to collapse
My pleasure.
Tigger31337 said:
1. Navigate to this directory on your phone:
\system\usr\keylayout
2. Modify the file "marvel-keypad.kl" by removing the following lines:
key 115 VOLUME_UP WAKE
key 114 VOLUME_DOWN WAKE
(Delete the entire lines)
3. Perform the same mod on the file "qwerty.kl"
4. Reboot.
5. If works, click Thanks and buy me a beer. If you're short on time, just buy me a beer.
Click to expand...
Click to collapse
Hello. I just did what you said, and now not only that it doesn t wake when i press vol, but the volume rocker doesnt work at all.
How can i reverse that so at least i can use the vol rocker?
EDIT. I rewrited mannualy those words and the vol rocker works again.
Still, i tried pretty much everything i found here and still my phone dont wake on vol keys.
i m on stock 2.3.5 and my power button is broken.
Please help if you can!
And thanks!
It's not so useful but it's cool. And can complete your ICS/Jelly Bean theme.
What You Need:
Rooted Phone
Root Explorer
Instructions:
1. Open Root Explorer.
2. Go to system/ and long press on build.prop (is better backup this file)
3. Select Open With and then select Text Editor.
4. Find "ro.build.version.release=(your actual android version)" and change how you want. (will look something like this: ro.build.version.release=4.1.1)
5. And if You want change this too: "ro.build.id=GINGERBREAD"
6. Press menu and then Save and Exit.
7. Reboot your Phone.
Ps: You can edit other informations too, but do this at your own risk.
If you liked, press thanks. (it cost nothing!!)
sometimes modifying it causes bootloop
deathnotice01 said:
sometimes modifying it causes bootloop
Click to expand...
Click to collapse
I think it's rare, because never happened to me. But is a good advice, thanks.
ghtheking said:
It's not so useful but it's cool. And can complete your ICS/Jelly Bean theme.
What You Need:
Rooted Phone
Root Explorer
Instructions:
1. Open Root Explorer.
2. Go to system/ and long press on build.prop (is better backup this file)
3. Select Open With and then select Text Editor.
4. Find "ro.build.version.release=(your actual android version)" and change how you want. (will look something like this: ro.build.version.release=4.1.1)
5. And if You want change this too: "ro.build.id=GINGERBREAD"
6. Press menu and then Save and Exit.
7. Reboot your Phone.
Ps: You can edit other informations too, but do this at your own risk.
If you liked, press thanks. (it cost nothing!!)
Click to expand...
Click to collapse
Hey u repost
Thrixter is a member n he post first about it:sly:
Sent from my GT-S5360 using xda premium
AndroidProject said:
Hey u repost
Thrixter is a member n he post first about it:sly:
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
whoever was the one to post this, doesnt really matter..
This is old news:victory:
I bet my pal that i got special edition JB 4.8.3 from japan!!! Using this trick. Hahaha
Sent from my GT-S5360 using xda premium
Changing the version already caused a bootloop on my phone.
How many threads like this will be open.this info so old.
GO AVENGERS+GREEEEETZ!!!
CALIBAN666 said:
How many threads like this will be open.this info so old.
GO AVENGERS+GREEEEETZ!!!
Click to expand...
Click to collapse
i was going to tell it
Sent from my GT-S5360 using Xparent ICS Tapatalk 2
MOD: Search Key as a Power Button
This is my first real contribution to the Defy Android Development and Im very proud to contribute (small contribution) after all this forum has taught me and has make me choose my defy over any latest iPhone or big and new Android phone ^^
This MOD works perfectly on any ROM (cm7 cm9 cm10 miui mokee os.. so I imagine it works in every rom out there) and its pretty easy to do (although if someone knows how to make .zips to directly flash it from cwm I would appreciate it and include it in this post ^^)
This MOD does the following, it turns the seach key to your power button and in my opinion it is a good option because it increased life expectancy of our strong defy's (btw power button will work the same, and it will still be needed to unlock our defy since the touchscreen keys dont work when our defy is off)
If you press the search key your defy will go to sleep, as if you pressed once the power button, and if you do a longpress on the search key the power menu will show up (shut down reboot screenshot etc.. )
you only need a root explorer to edit system files I did it with root explorer btw
go to system > usr > keylayout and open qwerty.kl and X (the one above) with a text editor..
in both files----> key 217 SEARCH WAKE_DROPPED change it to ---> key 217 POWER WAKE
NOTE: make sure after this change that key, POWER and WAKE are in exactly the same collumn as before (insert one spacebar after POWER to move WAKE to the right position!
To end with, check permisions of both files (they didn't change for me but just in case) it should be:
X X 0
X 0 0
X 0 0
X= tick 0=untick
If you don't understand this just compare the permisions with any other file of that folder
RESTART then WALA!
Well, not all roms. Basically, all custom roms. Stock roms use a different set of files to mapping the phone. Still, values are correct and can be applied to any Rom, you just have to know which files mapping hardware keys on your Rom. This kind of things could make that you can even power up your phone with menu button or search with back button or whatever you want
Enviado desde mi MB525 usando Tapatalk 2
espaciosalter20 said:
Well, not all roms. Basically, all custom roms. Stock roms use a different set of files to mapping the phone. Still, values are correct and can be applied to any Rom, you just have to know which files mapping hardware keys on your Rom. This kind of things could make that you can even power up your phone with menu button or search with back button or whatever you want
Enviado desde mi MB525 usando Tapatalk 2
Click to expand...
Click to collapse
well, I read about touchkeys (search home etc..) and if they aren't fisical you can't powerup/unlock etc, in the defy case, it would only be possible to do it with volume or power up button (as we all do) by the way, can anyone link me to a how to create a .zip to do this? or could someone do it and I put it in the first post? ^^ its good to know how to do it but people will find easier to flash the .zip
This awesome idea for save our defy power button life please port to wiui Jb
mariosanoguera said:
well, I read about touchkeys (search home etc..) and if they aren't fisical you can't powerup/unlock etc, in the defy case, it would only be possible to do it with volume or power up button (as we all do) by the way, can anyone link me to a how to create a .zip to do this? or could someone do it and I put it in the first post? ^^ its good to know how to do it but people will find easier to flash the .zip
Click to expand...
Click to collapse
Nah this is just fine I think ..... This is the dev section afterall where we come to learn stuff and do stuff ourselves and anyways your instructions are great ...... anyone that has flashed a rom before must be able to follow this at least I mean it's changing two values with a text editor then resetting the permissions of the files... I mean this is easier than rooting the defy.
But if you still want to make a flashable zip search in the defy general section AL did a great tutorial a while back
Btw great work
I have one question .....
it should me 217 SEARCH WAKE_DROPPED to 217 POWER WAKE
or
217 SEARCH WAKE_DROPPED to 217 POWER WAKE_DROPPED ???????
Please reply....
Euro_Rules said:
I have one question .....
it should me 217 SEARCH WAKE_DROPPED to 217 POWER WAKE
or
217 SEARCH WAKE_DROPPED to 217 POWER WAKE_DROPPED ???????
Please reply....
Click to expand...
Click to collapse
Like the first one 217 POWER WAKE
Sent from my MB526 using xda app-developers app
cyrusct82 said:
Like the first one 217 POWER WAKE
Sent from my MB526 using xda app-developers app
Click to expand...
Click to collapse
Thanks
This is a cool mod, thanks for posting it, but I think it's more appropriate for the General section than Dev. Moved there.
Can we also assigned other 3 buttons ??????
& How.... ?
Euro_Rules said:
Can we also assigned other 3 buttons ??????
& How.... ?
Click to expand...
Click to collapse
Same principle... Just look at the original state of your keymap file (depends on if your have stock or custom Rom) in /system/usr/keylayout and then play with the values.
Enviado desde mi MB525 usando Tapatalk 2
espaciosalter20 said:
Same principle... Just look at the original state of your keymap file (depends on if your have stock or custom Rom) in /system/usr/keylayout and then play with the values.
Enviado desde mi MB525 usando Tapatalk 2
Click to expand...
Click to collapse
How Can you explain ? I am using Custom ROM (Mokee OS)..
Can someone make zip for this pls ???
Would be really helpful in using other cu
stom roms.
It Killed my Search key light
Guys please use this MOD at your own risk.. i tried this nd it killed my search key light... (DEFY+ MB526)
Any one tried in stock rom
Sent from my MB525 using Tapatalk
Joshua_CE said:
Guys please use this MOD at your own risk.. i tried this nd it killed my search key light... (DEFY+ MB526)
Click to expand...
Click to collapse
How can u expect a Key to work for both functions... ?
Just revert back to old config (hope u have taken backup ) your Search key light will work again
Flashable Zips
H! Guys,
I made flashable zips for the above MOD.
Do test and let me know... Will work on almost all Custom Roms.
Thanks,
Ashish
ashish386 said:
H! Guys,
I made flashable zips for the above MOD.
Do test and let me know... Will work on almost all Custom Roms.
Thanks,
Ashish
Click to expand...
Click to collapse
Nice Work.. !!
Hello!
Thank you for this mod, it works on my Desire S as it supposed to!!!
I have a broken power button so i mapped my search key to act as it. Now i was wondering would it be possible to map "long press search button" to "long press power button" ONLY. As i use sweep2wake -> search button wakes the phone and puts the phone to sleep too. I would like that the sweep2wake would do the waking and sleeping, and long pressing the search button would just open the "boot menu" . When i disable the sweep2wake search button doesnt wake my phone again. Which is what i want but then i have to remap my volume controls to wake it up.
Just small things, but i think this is the place to ask?
Peace!
Sweep2wake would be so sweet on our Defy
Sent from my Defy green lense using xda-developers app
Follow the method to make this process easier.
*//I am not responsible for any damage, so try it at your own risk.
1. Open Root Explorer & allow SU permissions.
2. Navigate to /system/usr/keylayout/
qwerty.kl and open qwerty.kl in text
editor.
3. Now find & change these original
values to the bold text below:
[size=+2]+ Change “KEY 158 BACK VIRTUAL“
+ Change “KEY 229 MENU VIRTUAL“
+ Change “KEY 139 MENU VIRTUAL“
+ Change “KEY 59 MENU VIRTUAL“[/size]
5. Now save it and wait it grants SU
access again.
6. Now reboot or restart your phone &
enjoy!
Click to expand...
Click to collapse
Unvibrate:
1. Edit qwerty.kl and change your values from VIRTUAL to WAKE_
DROPPED
2. Save it and wait till it grants SU
access.(rw-r--r--)
3. Reboot your restart your phone.
Click to expand...
Click to collapse
imElectronica said:
Follow the method to make this process easier.
*//I am not responsible for any damage, so try it at your own risk.
Unvibrate:
Click to expand...
Click to collapse
Old trick bro!! I think ever one knows it!! Or we already have one thread about it to!!
But nice one who don't know it!!
Work !
Sent from my GT-S5360 using xda app-developers app
1hewarlock said:
Old trick bro!! I think ever one knows it!! Or we already have one thread about it to!!
But nice one who don't know it!!
Click to expand...
Click to collapse
I know it...i post it again for newbies...some of the xda member only check only new thread, not check the olds so they ignor about some common stuff..
Work !
Click to expand...
Click to collapse
wht is it quesn or feedback.
imElectronica said:
I know it...i post it again for newbies...some of the xda member only check only new thread, not check the olds so they ignor about some common stuff..
wht is it quesn or feedback.
Click to expand...
Click to collapse
By the way this trick is awesome!! by making soft keys vibrate u r confirm that key is presses because our soft keys are irresponsibe!!
great trick!!
1hewarlock said:
Old trick bro!! I think ever one knows it!! Or we already have one thread about it to!!
But nice one who don't know it!!
Click to expand...
Click to collapse
1hewarlock said:
By the way this trick is awesome!! by making soft keys vibrate u r confirm that key is presses because our soft keys are irresponsibe!!
great trick!!
Click to expand...
Click to collapse
Yes...I's true.
Works
Sent from my GT-S5360 using xda app-developers app