Hello!
Is there any method to change my music tracks (next song, prev song) with the volume rocker in stock based ROM?
Thank you?
opticon107 said:
Hello!
Is there any method to change my music tracks (next song, prev song) with the volume rocker in stock based ROM?
Thank you?
Click to expand...
Click to collapse
DISCLAIMER: I'm not responsible for anything you do with your phone and its consequences.
Create a nandroid backup of your phone using CWM or TWRP before you attempt this.
If you've rooted your phone and it's running stock Jelly Bean, you can install a genius of an invention called Xposed Framework (developed by rovo89), which enables you to modify certain framework related mods on the stock ROM without having to flash a custom ROM. You can read more about this on the official thread (http://forum.xda-developers.com/showthread.php?t=1574401). After installing Xposed Framework (follow the instructions provided on the thread carefully), you will have to install a mod called Xposed Tweakbox (http://forum.xda-developers.com/showthread.php?t=1629653). Activate the Tweakbox in the Xposed Framework app. In the Tweakbox app, under Miscellaneous settings, there is an option to 'Skip tracks with volume keys'. Save your preference and reboot. Enjoy. :good:
Related
Hi all!
In my latest rom i was trying to port this usefull features seen in this thread and with a bit of reverse engineering i was able to do it. As i write it's not work properly, only with stock lockscreen and only volume down button works
To do this i first try with the basic code by aerobahn, then with the fixed one by jkay (u can find it after some page), but the result won't change. So by studying the keycode I try to put some modifications in the code's logic and I also decrement the long press time, but again only volume down is working!
So can some developers help me to do this mod pls? U can see my attacched modified files (based on jkay code)
how to install this tweak??
TheKennard said:
how to install this tweak??
Click to expand...
Click to collapse
U can't, in the zip there is the source for developers who want to help to make it completely working
can anyone please explain how to add volume rocker wake like those in cyanogen mod rom to a sense rom (DK custom rom)?
I had tried certain apps like magic locker, lockbot,etc.. but nothing works can anyone explain how to add that feauture directly to the rom instead of suggesting any apps to do that?
however any such apps working very well in our device with a sense rom is also welcome..
I find it strange that none of the s3 4.2 samsung rom has this feature.
this is kindda like standard issue feature for custom roms, wether aosp or samsung.
previous ics, jb 4.1 has this.
do anyone manage to find a 4.2 touch wiz rom with working long press volume key to skip track mod?
I have it enabled on Omega v46 using Nottach.
Installed the Xposed Framework, and used Nottach Xposed.
Nottach Xposed > Sound > Skip Tracks with volume keys.
Works like a charm
EDIT:
It just needs the Xposed framework. So technically, should work on any Rooted Stock rom, if I'm not wrong.
Anik8 said:
I have it enabled on Omega v46 using Nottach.
Installed the Xposed Framework, and used Nottach Xposed.
Nottach Xposed > Sound > Skip Tracks with volume keys.
Works like a charm
EDIT:
It just needs the Xposed framework. So technically, should work on any Rooted Stock rom, if I'm not wrong.
Click to expand...
Click to collapse
my god, that looks so complicated
i just hope in future it will be included in the rom itself.
It will be included when 4.2 is released i guess .
jje
On my neatrom working this :
http://forum.xda-developers.com/showthread.php?t=2356487
So I have a Samsung tablet (SM-T800) and I have it rooted running the stock rom. I really want to enable on-screen buttons and disable the hardware buttons (I keep hitting them by accident all the time when I read comic books. I hate them).
So all the instructions I've see have invovled editing the
Code:
build.prop
and adding
Code:
qemu.hw.mainkeys=0
. When I do that and reboot, I get a black bar at the bottom of the screens in most of my apps with no buttons on it. I assume this is the on-screen nav bar, but for some reason, all the buttons (Home, back, app select) are missing. I know on my phone where I run Cyanogen, you can customize which buttons show up. I was wondering if this was configurable somewhere and if, in Samsung's stock rom, they disable all of them? Or is it something else entirely?
What am I missing?
If you have xposed there is a great app called Ultimate Dynamic Navbar 23.2 that will allow you to have the navbar in portrait or landscape.
To disable the hard keys you need to edit Generic.kl in system/usr/keylayout
ashyx said:
If you have xposed there is a great app called Ultimate Dynamic Navbar 23.2 that will allow you to have the navbar in portrait or landscape.
To disable the hard keys you need to edit Generic.kl in system/usr/keylayout
Click to expand...
Click to collapse
xposed says the framework isn't supported on my architecture. Surely this has to just be a setting somewhere in the stock rom?
djsumdog said:
xposed says the framework isn't supported on my architecture. Surely this has to just be a setting somewhere in the stock rom?
Click to expand...
Click to collapse
Wrong framework, you need Arter97 builds and a deodexed rom.
ashyx said:
Wrong framework, you need Arter97 builds and a deodexed rom.
Click to expand...
Click to collapse
Yea, I don't want to do that. I have the stock rom setup the way I want. I really don't want to wipe it. Surely there must be a way to get the on screen buttons working on the stock rom?
I am currently working on making a custom rom, and I was wondering if anyone had instructions for manually add custom navbar shortcuts, for example to launch an app, or change the volume. thanks
Other have managed to add media controls and volume buttons ...you could probably just port the files from the system ui of that mod .... A user posted it a while back. Search this section and youll find it