Related
I just flashed WM6.5 21891 M2.5 by b16b[AthineOS].
this rom seems good and fast.
but how can I disable "Quiet ring on pickup" feature this rom carrys?
I dont find any advanced config tool in this rom to disble this,I remember any rom with this feature on have a advanced config tool to diable it.
can we disable through registry?
Hmmm, I don't have that ROM, but isn't the option supposed to be in the Settings>Sound tab of Sense?
ridolfo said:
Hmmm, I don't have that ROM, but isn't the option supposed to be in the Settings>Sound tab of Sense?
Click to expand...
Click to collapse
I think you are probably right, but unfortunately i dont use Sense,I use spb mobile shell.
i dont want to bring Sense back to set this right. maybe will try other rom.
I'd wait with flashing another ROM. Most likely, someone will come along, and tell you where to change it in the registry. Most settings are, indeed a simple registry value.
why not turn on sense, turn off quiet pick up, then turn sense back off?
Apperently, these are the registry keys involved:
Code:
[HKCU\Software\HTC\Manila]
"DisplayBePolite" =00000001
[HKLM\SOFTWARE\HTC\PHONE\PhoneExtendSetting]
"EnableBePolite" =00000000
"SupportBePolite" =00000001
Got it from this thread over at PPCGeeks.
The Jack of Clubs said:
why not turn on sense, turn off quiet pick up, then turn sense back off?
Click to expand...
Click to collapse
Agreed This would be the simplest way with least trouble.
Some time ago, there was a thread about how to disable the soft keys and keyboard lights. I read a lot of ebooks at night and it would be wonderful if there was some way to toggle those on and off. I'm not that knowledgeable about scripting and the like, that thread was beyond me. Is there an easy way to do this?
Another minor issue the CleanGB 1.12 lock screen. Great rom overall, very stable, but I have some trouble with the right to left swipe of the standard lock. Is there some way to change this to the upward swipe method?
Thanks for your help, I always feel a little out of my depth with significant modifications.
Alexdi said:
Some time ago, there was a thread about how to disable the soft keys and keyboard lights. I read a lot of ebooks at night and it would be wonderful if there was some way to toggle those on and off. I'm not that knowledgeable about scripting and the like, that thread was beyond me. Is there an easy way to do this?
Another minor issue the CleanGB 1.12 lock screen. Great rom overall, very stable, but I have some trouble with the right to left swipe of the standard lock. Is there some way to change this to the upward swipe method?
Thanks for your help, I always feel a little out of my depth with significant modifications.
Click to expand...
Click to collapse
Don't know about the lights but the lockscreen is right in the OP. He gave people the choice of lockscreens.
Sorry, I didn't see the checkbox for which lock screen was the default. I guess it's the touchwiz version i'm after. No thoughts about soft lights?
Alexdi said:
Sorry, I didn't see the checkbox for which lock screen was the default. I guess it's the touchwiz version i'm after. No thoughts about soft lights?
Click to expand...
Click to collapse
Mannnyyy have asked about the soft lights (including me) but till now there is noooo way possible to turn them off
Sent from my SPH-D700 using XDA App
Alexdi said:
Sorry, I didn't see the checkbox for which lock screen was the default. I guess it's the touchwiz version i'm after. No thoughts about soft lights?
Click to expand...
Click to collapse
Yeah he has a Touchwiz flashable lockscreen in the OP. As for the lights best solution is 2 words....black tape. I had heard some ROMs I think CM7 had linked those lights to the keyboard timeout.
Sent from my SPH-D700 using xda premium
http://forum.xda-developers.com/showthread.php?t=814375
There were some promising suggestions in the second page of that thread, though I'm unsure how to implement them. Navigating to those files in root explorer and modifying them doesn't seem to do much.
Alexdi said:
http://forum.xda-developers.com/showthread.php?t=814375
There were some promising suggestions in the second page of that thread, though I'm unsure how to implement them. Navigating to those files in root explorer and modifying them doesn't seem to do much.
Click to expand...
Click to collapse
CM developer mkasick has looked into it, and thinks it might be kernel related. But even he isnt sure so we're all doomed for sure rofl
I am Z.
Hi all,
I have a HTC Desire Z running Audacity Beta 4 (+++)
As far as I can tell, there's no way of configuring a volume toggle in the lockscreen unlike previous ROMs which had this by default. I've seen posts in the Audacity development thread (pages 409-) describing how to add the camera to the lockscreen, however I want to reverse this and re-enable a mute/sound toggle on the lockscreen. I've been into the system->settings->lockscreen but that offers no volume toggle options under apps or activities.
I'm currently working around this by using "Mute" but this seems to be an ugly fix to what seems to be a missing system option.
Does anyone have any better solution or ideas?
Thanks in advance
KeepTriin said:
Hi all,
I have a HTC Desire Z running Audacity Beta 4 (+++)
As far as I can tell, there's no way of configuring a volume toggle in the lockscreen unlike previous ROMs which had this by default. I've seen posts in the Audacity development thread (pages 409-) describing how to add the camera to the lockscreen, however I want to reverse this and re-enable a mute/sound toggle on the lockscreen. I've been into the system->settings->lockscreen but that offers no volume toggle options under apps or activities.
I'm currently working around this by using "Mute" but this seems to be an ugly fix to what seems to be a missing system option.
Does anyone have any better solution or ideas?
Thanks in advance
Click to expand...
Click to collapse
Well, since you can't disable access to the notification bar, you can use the toggle there.
I just looked into this myself and you're right. I did find a workaround though. If you have Tasker you can make a task that switches toggle states and then bind that task to a lockscreen slot with Task Cut (selectable on the first page).
Granted that won't update your icon, but it's something.
As mentioned above though, you can also toggle it from the power widget in the notification drawer.
Sent from my HTC Vision using xda premium
Thanks for the responses. As Tasker isn't free I'll stick with the "Mute" app and add that to the lockscreen for now.
The whole point of this was so that I don't have to unlock on the way in/out of appointments etc... I can just wake the screen and swipe left to mute/unmute the phone. Granted it's not a huge amount of effort to unlock and use the power widget in the notifications screen, but it is an extra step and we're all about efficiency (or idleness!)
It just seems odd to me that this should be something that's inbuilt on the lockscreen, but I guess the developers take a different view nowadays. (It would be nice to have options for both camera and mute in the lockscreen options)
I'd like to have a go at creating an app to do this for myself.
Can anyone recommend any threads on how to start development - I'm reasonably ok with programming though I'll freely admit that java's object orientation will be a bit of a learning curve. I'm hoping that this will be a relatively simple task - All I want to do is to mute/unmute from the lockscreen without changing anything else...
I've found these bits of code to play with:
http://stackoverflow.com/a/7318028
http://stackoverflow.com/a/10921268
but where do I start in trying to create an app around this and packaging it? adb? Can anyone point me in the right direction? I'm looking for an "android how to write apps" or something like that...
Thanks in advance
[edit] - found the android developers pages now and am starting "my first app" - If anyone has any hints and tips though, they'd still be appreciated. Thanks
Hi,
I would like to know if there is an add or a mod who will allow to turn on and off the screen on the phone sliding a finger on the hardware button on Sense based rom (like it happen on cyanomod based rom for example).
I already tried the shake to turn screen and the proximity sensor but they aren't working well and personally I prefer the finger slider method.
Any suggestion?
Thanks,
Massimiliano
There is no sense 5 rom on the hox !
Sweep to wake is supported by most kernels these days.
Ok sorry I meant Sense rom (in general) ... I wrote Sense 5 because I was trying to find something about it so I had it in my mind
I'm using Android Revolution HD 22.0 and I can't find a way to use/set the Sweep to turn on/off option ... will there probably be in other Sense rom?
Sweep to wake on/off is not a rom feature but a kernel feature.
Try another kernel, for example XM kernel. In combination with an app called trickster mod you can set different kernel options. Like sweep to wake.
Thanks, I'll try to install another Kernel
Hi everyone!
I can't seem to find any reference here how to activate the Softkey/Navbar of this phone? If you happen to know how, please do let me know.
thanks.
So you want to waste screen for something we already have as hw feature!?
you seem to imply that your definition of "waste" is somehow objective.
IMO, your reply above is a "waste". Why? because it has no value.
Please be respectful on your comments
Taking it the wrong way... And it is a waste... Why do you think people are trying to get rid of it and you are the only one who wants it...
Good luck with that...
Sigh... another wasteful reply from you. NOT all people are trying to get rid of it. Do some research first.
I think you can do this, but need to root your phone.
check http://en.miui.com/thread-27328-1-1.html
Tried it. Unfortunately it didn't work. Thanks though.
navbar or softkey,, that's subjective!!
everyone is different
I prefer navbar..
that is costumizable
not like that softkey,, the looks isn't costumizable.. that glowing softkey is ugly af
IMO
you can argue
but that will not solve our friends above's problem
here you are:
as im using MIUI and some other ROM,, i never be able to activate softkey
with all method all over internet
then i try custom rom,, RR
that is had option to enable navbar
the only thing bother me alot is
1. you can't completely disable softkey,, but xposed addition do,, if you want
2. when you succes disable it,, you can use some app to disable the led of sotkey
3. but you can't disable haptic feedback in softkey,, the only thing i tried is xposed vibration tuner,, to disable ALL vibration on phone..
so you can't completely use vibration
i've never find another solution
that best i can do to DISABLE that softkey
please share here to EVERYONE WANTED and SUCCESS do this
that will be appreciated
BY THE ONE WANTED TO
and please,, everyone that just want to argue or insult,, about the things that not relevant to the QA,, kindly dont post here
Regards
someone fond of NAVBAR
Thanks qzxi. I'm using RR now. I have yet to check the xposed addition, maybe later.
Btw, do you have a non xposed solution to making the navbar transparent? I'm using flat style color bars now for that.
I'm using gravity box to turn the led off for the capacitive buttons as well for the vibrate.
Hello, I ordered a Xiaomi Mi Max, great phone, I`m waiting impatiently. To activate soft keys in the nav bar you can edit the line in /system/build prop, must be rooted, there`s a line that says;
qemu.hw.mainkeys=0 (if 0 put 1, if 1 put 0).
replace that file and give permissions 644 with Rootexplorer.apk for example. With roms cyanogenmod based it works. To deactivate the HW keys you must edit certain files in /system/usr/keylayout but really I don`t know exactly
Hello @SubwayChamp, unfortunately that didn't work for me when i was still using MIUI 8. thanks though
You can try Simple Control.apk from Play Store, in mine works.
Simple control is not really what i am looking for.
It's not an alternative a replacement to NAVBAR. it might be an alternative but not a replacement.
btw, there is a builtin function in MIUI that functions the same as simple control, if i recalled correctly it's Quickball.
In MIUI 8.
Flash TWRP
Flash supersu.
Flash Xposed.
Install Xmiui module.
Switch on Nav Bar.
In my opinion it looks ugly. (button on buttons)
but u can get it if u want it.
Finally, I think that this tuto is perfect, it has the option to enable soft keys and disabled HW keys:
https://youtu.be/2wKANork81Q
I'll try this as soon as i have time to revert to MIUI. thanks for this.
"Finally, I think that this tuto is perfect, it has the option to enable soft keys and disabled HW keys:
https://youtu.be/2wKANork81Q"
That didn't work as well SubwayChamp.
I never try system changing beside Xposed,, unless there is no modules that i expect..
I remember there are some transparent related xposed modules out there..
But it makes the ui looks bad,, imo
Transparent is fancy in launcher,, but when you in app,, that looks ugly,, cos the transparent through the homescreen
But i think i know what you looking for
Transparent,, in all apps,, but not through to the homescreen
That's what i looking for too
Afaik,, fscb is the closest to my need
At least that give the decor as the entire screen app
The bad are: tinted the button to b/w,, and not transparent
-----------------
And thanks for the info bout the gravitybox
Try it