Related
i saw this over the Nexus S thread, and thought it would be awesome if we had the Recent Apps on a click of a button, but not by holding the Home button..and since we don't use the Search button (at least i don't) , we could remap it so it could show the Recent Apps..
so.. here is the MOD : [MOD][19 JAN] Search key to ICS recent apps [add CM9, AOKP and Peter Alfonso version]
and the HOW-TO : [HOWTO] Remap hardware button to ICS recent apps
i tried to make it myself, but i couldn't, so i would like to make a request, or a little help for this MOD
Credits: evilisto
The first link is a flashable .zip, did you try it yourself? I feel tempted to... It's for IML74K so it should work I guess.
The second one is just the instructions on how to do it ourselves, I might try this tomorrow, right now I need some sleep.
So is the flashable zip usable with the teamhacksung ics version?
jonnyg1097 said:
So is the flashable zip usable with the teamhacksung ics version?
Click to expand...
Click to collapse
you gotta change the build.prop in the zip file so it would be flashable on i897
jerkysh said:
you gotta change the build.prop in the zip file so it would be flashable on i897
Click to expand...
Click to collapse
Did you get it to work jerkysh?
I am very interested in this. This would make they search key useful, as I never use it.
Sent from my GT-I9000 using XDA App
jerkysh said:
you gotta change the build.prop in the zip file so it would be flashable on i897
Click to expand...
Click to collapse
Or you can just remove the assertions from the update scripts. It seems to work, but it messes up some framework assets, as I was expecting, see the screenshots.
I'll see if I can the file from our build, decompile, make the changes and then recompile but I'm pretty new at this stuff. For instance.... do I have to sign the file to be able to use it, and how do I do that?
and yes, it works beautifully. having the app switcher just one tap away makes this a true multi tasking device to me. You will lose this button functionality though, so if you depend on it this won't work for you.
cumanzor said:
Or you can just remove the assertions from the update scripts. It seems to work, but it messes up some framework assets, as I was expecting, see the screenshots.
I'll see if I can the file from our build, decompile, make the changes and then recompile but I'm pretty new at this stuff. For instance.... do I have to sign the file to be able to use it, and how do I do that?
and yes, it works beautifully. having the app switcher just one tap away makes this a true multi tasking device to me. You will lose this button functionality though, so if you depend on it this won't work for you.
Click to expand...
Click to collapse
I probably can't help you in any way to get the job done, but I'm always willing to beta test while I learn how to do some of this stuff. Let me know if you need a second person to test and debug.
Sent from my SGH-I897 using XDA App
MrOpportunity said:
I probably can't help you in any way to get the job done, but I'm always willing to beta test while I learn how to do some of this stuff. Let me know if you need a second person to test and debug.
Sent from my SGH-I897 using XDA App
Click to expand...
Click to collapse
Cool.
I'm sure someone in this forum has to know what they are doing heh.
So far I'm stuck in here: I have to OneCosmic's source code, but how do I convert the new PhoneWindowManager.java to a smalli file??
LG P880 cm10.1.3 stable
how can I enable On-screen Keys and navbar ?
I already tried to to add "qemu.hw.mainkeys=0" line to build.prop. No success here. Wont boot, not even go to the CM logo. Just black screen.
Any Ideas ?
Thx for your help
BTW,
the reason why I want to enable softkey and (if possible) disable the capacitive buttons is the following:
I have hugh fingers. And so often when I type I accidently hit the home button instead of the space bar. It is really annoying. However, I never had this issue with my old SGS and my GalaxyTab.
And another thing: Sometimes when I hit the upper end of the buttons, it fires the long click action, e.g. it goes directly to RecentApps instead of HOME.
There are actually plenty of tutorials all over XDA (general or software section).
Search for it.
If you want further help you have to tell us details about your current setup.
EDIT: Just to let you know,
I searched for 1 min and found 3 different ways. One last tip: don't use the XDA search but Google, way more reasonable outcome.
Sent from my LG-P880 using XDA Premium 4 mobile app
Well, the problem seems to be limited to cm10.1.3.
Code:
qemu.hw.mainkeys=0
works on cm11 nightlies just fine.
Well, thanks for mentioning google. Always helpful.
I still find no other ways than editing build.prop (or using apps that do that for you)
Omario-242 said:
If you want further help you have to tell us details about your current setup.
Click to expand...
Click to collapse
LG P880 cm10.1.3 stable
Click to expand...
Click to collapse
The qemu.hw.mainkeys=0 just means that your device has no hardware menu buttons.
Whether CM didn't set it so this will enable navigation bar or you did something wrong.
5 Mins of search also got me this build.prop line to add:
ro.show.navigationbar=1
Try it.
Sent from my LG-P880 using XDA Premium 4 mobile app
Omario-242 said:
ro.show.navigationbar=1
Click to expand...
Click to collapse
Same as qemu.hw.mainkeys=0 . Does not boot.
I guess i stick with cm11 nightlies then
but thanks anyway
how are you editing the build.prop?
many file editors give problems with boot after edit, the best option is to copy file, edit and then push to phone through adb
the quemu hw keys is universal on cm to tell if your phone has hw keys or not so it should not be causing problems
(also check if it is already present in the build.prop)
If still it isn't working and don't want to change rom you can always use xposed framework which has a few different modules for nav bar
Rudjgaard said:
how are you editing the build.prop?
many file editors give problems with boot after edit, the best option is to copy file, edit and then push to phone through adb
Click to expand...
Click to collapse
that is how i do it
Rudjgaard said:
If still it isn't working and don't want to change rom you can always use xposed framework which has a few different modules for nav bar
Click to expand...
Click to collapse
ehhh .... i guess i stay with the nightlies ... they seem pretty usable as a dailydriver so far
ok, one last option is edit build.prop then flash
the command is correct, the bootloop is not normal that's why i'm insisting on this point
Take care of line endings. If you are on Windows, there might be incompatibility with Unix formats.
Adam77Root said:
Take care of line endings. If you are on Windows, there might be incompatibility with Unix formats.
Click to expand...
Click to collapse
I forgot about the issues with win you are right.
OP you should edit build.prop with notepad++
open file with n++, add the line, highlight it and check that in the bottom right of the bar it says encoding "Unix"
Adam77Root said:
Take care of line endings. If you are on Windows, there might be incompatibility with Unix formats.
Click to expand...
Click to collapse
Thx for the suggestion.
Actually I am on OSX using Sublime Text 2.
But I am looking into it
zzerozzero1 said:
Thx for the suggestion.
Actually I am on OSX using Sublime Text 2.
But I am looking into it
Click to expand...
Click to collapse
Hmm .... I checked : charset stays us-ascii after editing with ST2
Adam77Root said:
Take care of line endings. If you are on Windows, there might be incompatibility with Unix formats.
Click to expand...
Click to collapse
Adam, thank you very much. You pointed in the right direction.
I adb'd into the device and changed the build.prop via shell nano and viola everything works on cm10.1
I port from rom EXR.Team V1.6 for android 4.4.4, Use audio file from M8 , walkman Z1,asla.... And i think it work perfect in Speaker(Try Phone but don't see defferent) . , And the mod include Xloud, and ClearPhase . Enjoy.. Dont forget press thanks button
Link:
https://www.mediafire.com/?32ls54jn3woia4d
-Copy file into phone
-Install via CWM
-Needed Deodex rom
-Reboot and felling
:laugh:
Good Mod, works perfectly
b3ft said:
Good Mod, works perfectly
Click to expand...
Click to collapse
Bro pls spakers sound in video. Pls YouTube??
yakupTR said:
Bro pls spakers sound in video. Pls YouTube??
Click to expand...
Click to collapse
I don't have 2 xperia z2 to try, you can backup then istall and feel .
Is this only for 4.4.4? Or
iamkani said:
Is this only for 4.4.4? Or
Click to expand...
Click to collapse
Yes, only 4.4.4,
nhoc_huhu said:
Yes, only 4.4.4,
Click to expand...
Click to collapse
Could You help me with translation of flash instructions for 1.6 and are You maybe able to make english version of aroma for that rom?
triggaz said:
Could You help me with translation of flash instructions for 1.6 and are You maybe able to make english version of aroma for that rom?
Click to expand...
Click to collapse
It the same v1.3, you can see eng install in thread http://forum.xda-developers.com/xpe...r-freedom-z2-l50t-mobile-eye-effects-t2874676
can you please provide me download link for 1.6 rom version
because I cant download from Chinese forum it requires registration
thanks
Folks not using a Chinese model Z2 will want to copy the soundtweaks section out of the included build prop otherwise your about/system information will be wrong. I just copied and pasted the #soundtweaks section into my build.prop, threw that in the zip and flashed away.
Mine is a D6503 for example.
mik101 said:
Folks not using a Chinese model Z2 will want to copy the soundtweaks section out of the included build prop otherwise your about/system information will be wrong. I just copied and pasted the #soundtweaks section into my build.prop, threw that in the zip and flashed away.
Mine is a D6503 for example.
Click to expand...
Click to collapse
Oh,sory, i forget change buid.prop to D6503, thanks.
Any noticeable improvement regarding the stock 4.4.4 audio?
murtadha50 said:
can you please provide me download link for 1.6 rom version
because I cant download from Chinese forum it requires registration
thanks
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=56962835&postcount=140
CorzCorry said:
Any noticeable improvement regarding the stock 4.4.4 audio?
Click to expand...
Click to collapse
Works great here. Almost all of the other sound mods are crashing on my phone (well any that use a separate DSPengine.apk to allow a separate equalizer). Like I posted earlier, be wary of the included build.prop. Just copy the sound tweaks section out and add it to your own unless you want your phone to show up as a Chinese Z2 variant.
here is a modified version with D6503 build.prop if you don't want your phone to show as L50w
the mod is working fine, the best so far in term of sound quality.
only issue when rewind/forward the youtube video slider, you lose sound, not sure if it causing by this mod or from the rom. I will check next time I change the rom and report back.
btw you lose sound for the current track/video only, and not ringtones or notification and if you refresh the youtube video the sound is back.
bissa said:
here is a modified version with D6503 build.prop if you don't want your phone to show as L50w
the mod is working fine, the best so far in term of sound quality.
only issue when rewind/forward the youtube video slider, you lose sound, not sure if it causing by this mod or from the rom. I will check next time I change the rom and report back.
btw you lose sound for the current track/video only, and not ringtones or notification and if you refresh the youtube video the sound is back.
Click to expand...
Click to collapse
Thanks for that. I made my own (effectively identical) when you first posted the mod for us, I guess I forgot to share it. Sorry guys.
What Custom EQ settings are you guys using with this mod?
This is still the best soundmod available for 4.4.4/.167 in my opinion too.
mik101 said:
Thanks for that. I made my own (effectively identical) when you first posted the mod for us, I guess I forgot to share it. Sorry guys.
What Custom EQ settings are you guys using with this mod?
This is still the best soundmod available for 4.4.4/.167 in my opinion too.
Click to expand...
Click to collapse
I confirm it is the best audio mod in term of quality but do you know how I can make the sound louder? which text in mixer_paths responsible for external speaker loudness?
bissa said:
I confirm it is the best audio mod in term of quality but do you know how I can make the sound louder? which text in mixer_paths responsible for external speaker loudness?
Click to expand...
Click to collapse
Ive been trying to figure that out too. I did notice the volume is extremely loud for me on the top setting already. I think i just used the mixerpath file out of your package though (i had been playing with the other two or three that were posted on here by okolos and the soundmod 3.1 and the revolution one but all three didnt do anything better for me, or constantly FCed whenever id try to use their dsp settings). Sorry.
mik101 said:
Ive been trying to figure that out too. I did notice the volume is extremely loud for me on the top setting already. I think i just used the mixerpath file out of your package though (i had been playing with the other two or three that were posted on here by okolos and the soundmod 3.1 and the revolution one but all three didnt do anything better for me, or constantly FCed whenever id try to use their dsp settings). Sorry.
Click to expand...
Click to collapse
Yes, it is loud but my brother's note 3 is still louder so I'm trying to match
Unless the note has waterproof external speakers as well that is likely never going to happen.
Can somebody edit build prop or make a flashable zip to disable the minimium 14% volume requirement? A lot of us need it. Thanks in advance.
jatanshah said:
Can somebody edit build prop or make a flashable zip to disable the minimium 14% volume requirement? A lot of us need it. Thanks in advance.
Click to expand...
Click to collapse
You can add these two lines on build prop....
cultofluna said:
You can add these two lines on build prop....
Click to expand...
Click to collapse
doesn't work
alessandro_xda said:
doesn't work
Click to expand...
Click to collapse
Did you add these 2 lines saved and reboot...?..
Works for me.....
I'm on open beta 9...
cultofluna said:
Did you add these 2 lines saved and reboot...?..
Works for me.....
I'm on open beta 9...
Click to expand...
Click to collapse
i added the two lines and rebooted but the minimum volume level is unchanged.
as far as i understand the two lines set the amount of volume levels (how many positions has the volume slider) not the minimum allowed value
cultofluna said:
You can add these two lines on build prop....
Click to expand...
Click to collapse
Doesnt work. I wamt to change minimium value, not the number of volume steps.
SyCreed said:
mixer_path.xml is for you buddy.
It's not a build.prop
Click to expand...
Click to collapse
Hi, thanks for the reply. Do I edit it? If yes, what stuff to edit in it?
SyCreed said:
oh i need to look deep into it.
Try to google it :> but its there
Click to expand...
Click to collapse
i don't think it's there because this constraint has been introduced with Nougat so it shouldn't be there on Marshmallow roms
this is what i've done:
- i've downloaded the old 3.5.4 OxygenOs
- extracted the file mixer_path.xml
- compared with the one coming from the Oxygen 4.1.6
comparing row by row these are the differences:
none of these rows seem to affect the minimum allowed ringer volume...
Warning
#Editing mixer_paths to the extent may blow your Speakers, Headphones, Ears and Mind. Be Careful on what you are doing.
Finally Magisk Modules are here. Thanks to @marshmello_61
#This mod will increase the default volume of headphones(Currently).
#Confirmed working on any device running AOSP ROM.(still may not work on some).
Instructions:-
1.Download any preset of your choice. (from attachments).
2.IMPORTANT- FLASH MODULE IN TWRP. For some reasons the module wont flash in Magisk. Will fix that later.
3. Reboot normally, Done!!
4.To uninstall, just disable module in magisk manager.
Recomended preset is 80, 83, 85!!. 87 and 90 is Lit( Be careful)
#A very big thanks to @marshmello_61 to show interest and came up with a Magisk Module.
If you Like my work, Help me to fill my Thanks Meter!!
Does this work on Mokkee ROM?
Xiaomi R3Pro
Link download ?
ztocker said:
Link download ?
Click to expand...
Click to collapse
All files are in attachment.
strianugraha said:
Does this work on Mokkee ROM?
Xiaomi R3Pro
Click to expand...
Click to collapse
Can't say... Send me your mixer_paths.xml file.
What would the code be, to increase the volume of the handset on call? Oreo.
soulreaver13mejia said:
What would the code be, to increase the volume of the handset on call? Oreo.
Click to expand...
Click to collapse
Same file - mixer_paths.xml - find handset - bump it up
Phazmos said:
Same file - mixer_paths.xml - find handset - bump it up
Click to expand...
Click to collapse
Thanks for the answer.
soulreaver13mejia said:
Thanks for the answer.
Click to expand...
Click to collapse
There's a button for thanx
the doogee mix, android 7.0 nougat, does not have the file mixer_paths.xml.
what file do I have to modify, in order to upload the volume in the conversation of a call?
Danny.69 said:
the doogee mix, android 7.0 nougat, does not have the file mixer_paths.xml.
what file do I have to modify, in order to upload the volume in the conversation of a call?
Click to expand...
Click to collapse
If it's Android it has the file, you just have to find it and this same question was asked, and answered like a couple posts up - learn to read
Phazmos said:
If it's Android it has the file, you just have to find it and this same question was asked, and answered like a couple posts up - learn to read
Click to expand...
Click to collapse
Sorry for not knowing English, and go translating everything with Google translator.
in the routes: system / vendor / etc and system / etc no this.......
I can not find the question, I'm translating everything, but I can not find it
Raj.S said:
All files are in attachment.
Click to expand...
Click to collapse
zip for TWRP?
Danny.69 said:
Sorry for not knowing English, and go translating everything with Google translator.
in the routes: system / vendor / etc and system / etc no this.......
I can not find the question, I'm translating everything, but I can not find it
Click to expand...
Click to collapse
Don't worry, I understand ok.
In 7.0 it should be /system/etc
If not in there I don't know. Sorry
Is there any way to apply this without root ? And if I need root, do I just need to install Magisk ?
championc said:
Is there any way to apply this without root ? And if I need root, do I just need to install Magisk ?
Click to expand...
Click to collapse
You just need root access by whatever means.
Raj.S said:
You just need root access by whatever means.
Click to expand...
Click to collapse
Isn't it easier to install magisk and then install Viper? Then you can easily control audio volume from the viper app independently for speaker, headphones, Bluetooth etc.
@rygle, this mod is to set a _default_ voulme level. Nothing to do with controlling the volume, which you would still do via whatever means you want.
Moto G5S Plus XT1806, GZOSP_PixelExperience, MultiROM, Tapatalk 4.9.3
Would it be possible to use the earpiece speaker as a second speaker?
ztocker said:
zip for TWRP?
Click to expand...
Click to collapse
There's no file zip downloadable ? trying to edit and the sound gone.back to the old files sound on again. On moto g5s plus PE
Any idea ? How it work cous headset is too low and music doesn't feel good need higher volume ?