Second Screen Won't Stay on Music - LG V20 Questions & Answers

The title pretty much sums up the issue... I am under the impression that when the main screen is off, and the second screen is on, you can do certain things like control music playback, which I do.
When I am in the car I have my phone connected to the car via bluetooth. My passengers ought to be able to use my phone's second screen to play, pause and skip tracks. But it seems that the default second screen (notifications, date, time and battery level) always shows. So swiping left or right is always needed to find the music controls. If music is already playing, should the music controls automatically become active on the second screen?
When I am in the office on my own I sometimes play music on my phone's speaker. Like in the car, when music is playing, should the music controls come to the front so I have access to them right away? I'm doing this today, and I've noticed that I have to swipe left or right to get to the music controls, but they do not stay. The default screen (notifications, date, time and battery level) takes over after approx. 5 seconds. This is frustrating!

Go into the second screen settings, long press "show second screen when phone is off", now from the list make sure music player is checked and drag it to the top so it's the first screen that is shown. You can do the same when the screen is on.
Edit: never mind it seems that the notification panel takes priority with the screen off.
I had the same annoyance with the v10, wish they would fix it.
It should function like it does when the screen is on, if you set the music player to the top when the screen turns on it immediately appears I wonder why they castrated the screen when off? I would think they would mirror the function of it while it is on.
Sent from my LG-H918 using XDA-Developers Legacy app

Hi. I planned to post before you had made those edits, cos what you have described is different to what I see...
I'm using the V20 H990DS, and upon going into Settings > Second Screen, I have three options, "Show when main screen on", "Show when main screen off" and then "More". First two are enabled, but there's no difference between tapping them or long pressing. Can you confirm if a long press is necessary? When I go into "Show when main screen off" I do not get a list like you describe. Instead I get "Default screen" and "Quick Tools". And then a "Daily timeout". Ignoring the "Daily timeout" for now, going into "Default screen" gives only two options... "Date & time" or ""Signature".
Maybe I should do a system update... I'm running Android 7.0, Android security patch level is 1 Nov 2016, Kernel is 3.18.31, build no. is NRD90M, and Software version is V10b-TWN-XX. There IS an update available, however if anyone else reading this is on a newer version than this and still has the same "bug" I have regarding the second screen not staying on the music controls, what is the point for me?

Its not a bug. Its not supposed to stay on music. There is no option to keep it on music.

Well, that's why I put it in quotation marks. It's not a bug per se, but it is annoying we don't have the option to keep it on that screen.

You actually just have to tap the entry to get the list of options you can put on the second screen, tap "show when the main screen is on", the listing on the "show when the main screen is off" unfortunately is extremely limited.
I wish they'd update the options in the screen off screen to match the on options. The signature option is lame in my opinion and should be replaced with something more functional.
Sent from my LG-H918 using XDA-Developers Legacy app

I agree with you 100%. The signature is not practical at all. It's the sort of feature you might find on a Nokia 3310.

Related

"Mini S2U"

Source Code Finally Posted...
Sorry it took so long to post the source. I haven't been monitoring this thread for some time due to other time demands. A recent email reminded me that I promised to release the source, so here ya go...
Release 6 Notes Below...
About a week ago, I was looking for an app that would lock my wizard when it came out of suspend. I use a bluetooth headset for all my calls, so I rarely remove my phone from its carrier. However, while talking, I tend to move around and frequently the hang-up button would be pressed resulting in a disconnect.
Frustrated, I looked at a few apps. I really like the "Slide to Unlock" feature in the iPhone-like app S2U. It more or less suited my needs. However, my bluetooth headset wouldn't work with S2U installed.
Thus I set about writing an app that would "lock" the phone whenever it came out of suspend mode. The result is the app, LockDown, attached to this post. Once run, LockDown sits in the background waiting for "resume" event. At this time, it locks all keys and prevents any stylus events save one - a "Slide right to unlock" slider control. As with S2U, once the thumb tab is slid all the way to the right, the keys are unlocked and the unit once again responds to the stylus. Also note that LockDown only takes up 5k of memory.
LockDown has been tested on TNT.1933 (WM6) for the Wizard. It's compiled as a PPC 2003 app, so in theory it should also work on WM5 and any PPC 2003 devices. I've tested it with my Visual Studio WM5 and PPC emulators, and it worked fine. However, it couldn't test it on the real deals.
It's a new app. While I'm not experiencing any problems, please consider it beta for now. As such, don't wire it up as an auto-start link until you've run with it awhile and are certain it works as advertised. For now, I suggest just copying it to your \windows folder and linking to it there. If you have any problems, please report them, and I'll address them ASAP.
Release 6 Notes
The slider bug was fixed.
The Message option was fixed.
Application Invocation
Lockdown [-lock] [-close]
With the -lock parameter, the application starts in lock mode.
With the -close parameter, the application is removed from memory (if running).
Registry Options in Folder \HKEY_LOCAL_MACHINE\Software\Lockdown\Slider
Position (DWORD, 0):
If set to 0, the slider is centered.
If > 0, the slider is positioned X pixels below the "Top Taskbar".
If < 0, the slider is positioned X pixels above the "Bottom Taskbar".
Padding (DWORD, 2):
Pixel offsets for slider arrow from the left and right edges of the slider window.
Message (String, "Slide right to unlock.")
The text message displayed in the slider window.
TextColor (DWORD, 00FFFFFF hex):
Color of slider message. Note that the HEX color format is 00BBGGRR where BB is blue, GG is green, and RR is red.
FontPoint (DWORD, 16):
The font size of the slider message.
PenColor (DWORD, 00F04050 hex):
Color of the slider arrow.
BackgroundColor (DWORD, 00CCCCCC hex):
Color of the slider background.
WidthMultiplier (String, .92):
Must be a floating point value. Multiply this value with the lesser value of the desktop height or width (in pixels) to determine the slider width.
For example: If the desktop display is 240 by 320 and the WidthMultiplier is 0.9, the slider width is 216 (240 X .9) pixels.
HeightMultiplier (String, .22):
Must be a floating point value. Multiply this value with the lesser value of the desktop height or width (in pixels) to determine the slider height.
TabWidthMultiplier (String, 1.5):
Must be a floating point value. Multiply this value with the calculated slider height to determine the width of the slider arrow.
Note that the height of the arrow is always equal to the height of the slider.
EnableAnswer (DWORD, 1):
If set to 1, the answer button is enabled during an incoming call period (while the phone is ringing).
If set to 0, the answer button is always disabled.
EnableIgnore (DWORD, 1):
If set to 1, the ignore button is enabled during an incoming call period (while the phone is ringing).
If set to 0, the ignore button is always disabled.
After the installation, only the Position key will be present in the registry. I figure that most users will only tweak this value.
To modify the other parameters, add the appropriate keys with the defined types as shown in parenthesis. The default values are also listed in the parenthesis.
If you decide to tweak these parameters, please remove any shortcut to Lockdown from the StartUp folder. While I've taken steps to prevent "bad" values in these parameters, I still suggest this precaution.
Please note that Lockdown must be terminated and restarted before any changes to registry settings take effect.
As always, if you have any issues, please let me know.
W James
Very Great app...im sure many will find it useful
Does not work on my CDMA Touch
Tried it out but does not run on my CDMA touch.
It work for me on Hermes With schaps wm6 Ver 4.30
thanks.
WJames said:
Greets.
About a week ago, I was looking for an app that would lock my wizard when it came out of suspend. I use a bluetooth headset for all my calls, so I rarely remove my phone from its carrier. However, while talking, I tend to move around and frequently the hang-up button would be pressed resulting in a disconnect.
Frustrated, I looked at a few apps. I really like the "Slide to Unlock" feature in the iPhone-like app S2U. It more or less suited my needs. However, my bluetooth headset wouldn't work with S2U installed.
Thus I set about writing an app that would "lock" the phone whenever it came out of suspend mode. The result is the app, LockDown, attached to this post. Once run, LockDown sits in the background waiting for "resume" event. At this time, it locks all keys and prevents any stylus events save one - a "Slide right to unlock" slider control. As with S2U, once the thumb tab is slid all the way to the right, the keys are unlocked and the unit once again responds to the stylus. Also note that LockDown only takes up 5k of memory.
LockDown has been tested on TNT.1933 (WM6) for the Wizard. It's compiled as a PPC 2003 app, so in theory it should also work on WM5 and any PPC 2003 devices. I've tested it with my Visual Studio WM5 and PPC emulators, and it worked fine. However, it couldn't test it on the real deals.
It's a new app. While I'm not experiencing any problems, please consider it beta for now. As such, don't wire it up as an auto-start link until you've run with it awhile and are certain it works as advertised. For now, I suggest just copying it to your \windows folder and linking to it there. If you have any problems, please report them, and I'll address them ASAP.
W James
Click to expand...
Click to collapse
hi WJames,
any screenshots of your app? it sounds very usefull, but how does it look
like?
today plugin s2u
it was a dream cam true if was a today plugin, to the left...lock, to the right ...unlock, but in the today,
I use my standard windows lock today plugin, without the lock buttons, so when i touch any buttom , the backlight goes on (to see the clock and appointments in one clic).
today plugin s2u is the rigth way.
great work
red.schumi said:
hi WJames,
any screenshots of your app? it sounds very usefull, but how does it look
like?
Click to expand...
Click to collapse
as he said...it sits behind the screen..and waits for the resume event
Here's a screen shot as per request. It's very plain jane. I wasn't looking for the beauty of something like S2U. I merely wanted a functional app that didn't take up much real estate (5kb).
Once it's gone through the paces and looks to be bug-free, I'll release the code and you can tweak to meet your needs.
It gives a black screen with white text in the center of screen saying "Slide right to unlock." There is a box with a plain white slider. You cannot see your today screen.
edit: Sorry, had the page open while I tested it and did not notice your reply before posting.
is it me or do we really need another "slide to unlock" app to mimic the iphone. There's already S2U Pro & S2U2.
What's funny, is that yeah these are cool but are they really needed? If you setup the device button lock correctly, then what's the point of a S2U app? All it does is add one more step to getting to your today page....
smittyofdhs said:
is it me or do we really need another "slide to unlock" app to mimic the iphone. There's already S2U Pro & S2U2.
What's funny, is that yeah these are cool but are they really needed? If you setup the device button lock correctly, then what's the point of a S2U app? All it does is add one more step to getting to your today page....
Click to expand...
Click to collapse
To each his own, but i run S2U2 because it allows me to operate my phone via bluetooth while the buttons are locked. The builtin lock doesn't let me do that.
perasite said:
To each his own, but i run S2U2 because it allows me to operate my phone via bluetooth while the buttons are locked. The builtin lock doesn't let me do that.
Click to expand...
Click to collapse
Hmm, never had that problem with bulit-in lock. Yes, to each their own. I've installed/uninstalled S2U2 soooo many times. I love the app but end up finding that it serves me no real purpose (other then eye candy) and it gets uninstalled. New version comes out, installed for a about 3-4 hours, then uninstalled again.
Very Nice...can i Request something?
Hi
Thanks for the nice application
very small, problem free so far (on Eten M700 with WM6) & useful
Can i have 3 requests please:
1- can you make the slider spring back to the left if it was accidentaly moved to the right, right now it stays half way & i think if you make it spring back it will be more safe as a lock & it will look better too
2- can you make the slider button wider (double) so i can catch it with my fat fingers
3- can you add an icon, so i may put it in my today launcher list & it would look better than the plain white square, something like a lock or key or a hand can do.
I also noticed that sometimes as i come out of the suspend mode, the slider is either late to appear (1-2 sec) & may remain unresponsive for two or three trys to slide it to right (stays in place)
Once started i couldn't figure how to get rid of it & seems that only way is to soft reset to go back to normal wake up without locking
Hope these comments help..thanks again for nice work
smittyofdhs said:
is it me or do we really need another "slide to unlock" app to mimic the iphone. There's already S2U Pro & S2U2.
What's funny, is that yeah these are cool but are they really needed? If you setup the device button lock correctly, then what's the point of a S2U app? All it does is add one more step to getting to your today page....
Click to expand...
Click to collapse
Those apps you mentioned take a ****load of memory and add to battery drain because of all the animations and graphics. His is a simple slide function that sips memory and battery life. Very useful IMO. Sliding is good cuz I find unlocking the WM way to be annoying. I have to touch an icon to lock. Then to unlock, I have to press two buttons. With sliding, it locks automatically and unlocking is accompished in one simple motion.
You're right that there's already enough S2U programs.
I also think S2U2 is an awesome balance between beauty and speed/mem cost. For people who have only tried S2U, you really need to change to S2U2... WAY faster and stable!
In most cases, yes S2U isn't that necessary, as it's similar an extra step to get to your today page, but I need it because:
1) My alarms don't wake if the phone is on standby, so I put it onto S2U2 mode when I sleep
2) My audio manager doesn't go to the next song if the phone is on standby, so I have to lock my phone while listening using S2U2
I question how good it'll be to have Slide 2 Lock as a today plugin, since I don't need some extra waste of space. What I do is set the gesture right-to-left (using FTouchFlo) to execute S2U2 so when I slide right to left, it opens S2U2, then sliding left to right, unlocks it. Love it!
smittyofdhs said:
is it me or do we really need another "slide to unlock" app to mimic the iphone. There's already S2U Pro & S2U2.
What's funny, is that yeah these are cool but are they really needed? If you setup the device button lock correctly, then what's the point of a S2U app? All it does is add one more step to getting to your today page....
Click to expand...
Click to collapse
I hate to say it, but that's not quite true. If you setup the lock all buttons, sure you won't accidentally turn it on, but if you get a phone call, it doesn't just power right off (at least my 6700 doesn't) - it can and has made phone calls like that...
And as for the S2U/2 - they use quite a bit more memory than this. A 5k program use is great, although I won't use it because I like the clock on s2u2.
Great App
This is all I ever really wanted. Just a very simple slide unlock. simple.
Excellent.
thanks.
This simple slide to unlock app is perfect for my needs...Thanks!
The point here is WJames created an application for his own use and shared it with everybody. If someone think that it is not req. they might not use it. Anyway thanks for the nice little app.
Thanks! Great small app. Would be fantastic with a simple white clock above the lock bar though, so we could check the time on the phone without unlocking it. Thanks a bunch!

Help- Wake up to 9 panel page???

My X1 won't wake up to the panels, it wakes up to TF3D i have installed... is there a way to have it wake up to the 9 panel page? Like a cab, reg edit or something?
I've searched and haven't found anything...
Thanks in advance!
create a shortcut of panelmanager.exe in Program Files\PanelManager and put it in windows\startup
edit: noticed you said wake up...the solution i've posted should work when you turn the phone on. Not for wake up though.
yeah, thanks for the insight tho bro... id really like to see wake up in panels view...
If you want your phone to wake up to the panel you used the last:
When you are using S2U2 then switch off the option for "unlock to home".
Also uncheck Start --> Properties --> Today --> Elements --> show today screen after xxx hours.
If you want the phone to wake up into the "Panel selection screen" -this won't be possible, I fear.
found a partial work around... under backlight settings, i uncheck turn odd device after X minutes... that way, if i turn my backlight off when in 9 panel mode, it will always wake up to it... basically it will wake up where u left it! this will work for now til a real fix/tweak comes along
itsallsubliminal said:
found a partial work around... under backlight settings, i uncheck turn odd device after X minutes... that way, if i turn my backlight off when in 9 panel mode, it will always wake up to it... basically it will wake up where u left it! this will work for now til a real fix/tweak comes along
Click to expand...
Click to collapse
I don't think that there will be a "fix" because there is no "issue".
The phone is not meant to wake up to the panel selection screen. This would be as if my home computer would boot to the taskmanager or I would enter a house through the elevator and not through the front door
I don't really want to know why you want your phone to wake up the the panel selection because I'm sure you have your reasons but you seem to be one in a million to like such a behaviour.
If I would have to choose a panel first everytime I wake up the phone to see the clock or the calender or the messages I would bring it back to the store the same day and buy another one.
skycamefalling said:
I don't think that there will be a "fix" because there is no "issue".
The phone is not meant to wake up to the panel selection screen. This would be as if my home computer would boot to the taskmanager or I would enter a house through the elevator and not through the front door
I don't really want to know why you want your phone to wake up the the panel selection because I'm sure you have your reasons but you seem to be one in a million to like such a behaviour.
If I would have to choose a panel first everytime I wake up the phone to see the clock or the calender or the messages I would bring it back to the store the same day and buy another one.
Click to expand...
Click to collapse
well, i wear a wrist watch and tapping a panel to check messages isn't that big of a deal to me... and altho its not a "fix", it will be more of a "Tweak"...
But, i plan on taking a crack at creating my own panels (not sure how difficult it would be) and that way i can put specific programs to launch from panels, for example Opera or a specific media player...
All i can say is "to each his own" mah man....
maybe i feel this way because i've had a Touch Pro for a while now and am kind of tired of TF3D (altho it is nice to have on the X1), but i recieved this x1 as a generous bday gift from a friend today and am infatuated with these panels!

Double-click sound when tapping settings on navbar

Okay, so this is weird. It happens on apps where the settings button (the three dots) is placed on the navbar, next to multi-task (es file explorer, viber etc.) I get the "click noise", but there is almost always either two of them following each other very rapidly - like "click click" in almost a matter of milliseconds - or there is only one click sound, but it's somewhat amplified (probably because it's actually playing the sound twice but simultaneously.) There is no behavioural difference otherwise - the settings dialogue opens (and doesn't close immediately).
Does anyone else have this problem? Running stock jop40c. Really don't want to RMA my otherwise lovely device :/
I happens to me quite often with the xda app with my Nexus 4 and 7. Its either a bug in the build or a bug with apps that use the legacy menu.
No need to RMA.
Thanks, that's a relief

Things you don't know about your HTC one

Just thought I would start a thread that could be useful about things you didn't know about your HTC one
I only found out tonight that if you swipe down your notification bar with 2 fingers it takes you straight to the shortcut tabs
That made me realise there are probably loads of features and gestures I don't know about?
Here is a list compiled from the thread...
1 : Swipe down with 2 fingers on notification bar takes you straight to shortcuts (Android 4.2 version only)
2 : If you scroll with 2 fingers in contacts, gallery, music, and many other apps, it scrolls much faster (using it in the contacts list goes through the alphabet, using it in the text converstaion list goes through dates of conversations)
3 : You can pinch zoom text-messages
4 : Double tap your Bluetooth button with camera active to remotely take a snap
5 : In camera, from the top swipe down and it'll switch from back to front camera and viceversa
6 : Tapping on the statusbar while in the app drawer or blinkfeed, music, people, and message app brings you straight up
7 : You don't have to pull up the lock or the time on the lock screen - swipe up anywhere to unlock your phone. Same goes for answering a call
8 : You can increase the volume on your tv via the volume rocker on your phone instead of the on screen buttons
9 : Quickly double tapping the home button brings up the recent apps list
10 : Three finger swipe from left to right on the homescreen brings you to share files menu
11 : You can adjust the brightness of the torch/flashlight with the volume rocker
12 : Hold down the power button and tap the home key to take a screenshot
13 : Holding the back button in the browser brings you to history
14 : In the photo gallery's edit>effects screen (under the magic wand icon), you can customise every preset by tapping and holding its thumbnail and dragging it to the "customise" bar that appears on the right. You can even start applying custom effects from scratch by doing this with the "no effects" thumbnail. You can then save the created preset
Also on that screen, pressing the 'A' button provides options go change the white balance of the picture (as you would normally pre-select in the camera app). A = 'as shot' but you can change it to cloudy, fluorescent, etc and also a couple of options the camera app doesn't have - shady and tungsten.
15 : If you have the camera app open and turn off the phone, the lockscreen will be inactive, meaning when you press the power button again you go straight back to the camera app, no need to unlock
16 : Select "Show Magnifier" in the Accessibility menu and you get a magnifying lens that pops up when you are editing text
17 : Long press home for google now (depending on setup sometimes home and up also takes you to google now)
18 : In Google play if you are listening to a song and have the album artwork up (the screen where you have your pause/play, next/previous track)
You can swipe right to left to skip the track it left to right to go to the previous track. There's a cool sliding in/out animation too.
The coolest feature though, is that you don't have to press back to get back to your library or playlist. You can swipe down from the songbtitle and your library of songs is waiting behind it.
19 : In the Stock Browser go to Menu>Settings>Labs to switch on "Quick Controls". Slide thumb from left or right edge to open quick controls and hide app and URL bars.
Also swipe across the keyboard to easily switch to the numbers and symbols pages!
20 : You can access HTC's hidden Self diagnostic tool by following steps:
Go to dialer,
Dial *#*#3424#*#*
You will enter HTC's self diagnostic tool
You can check if all the parts and sensors on your device is working.
21 : If you're watching tv and have the tv remote enabled and you're getting a call it automatically mutes the tv.
22 : There's a visualizer and karaoke player embedded in the HTC music app. Just click the musical note icon when playing a popular song that's on Gracenote. The app will automatically download lyrics and sync them to the song.
By default, this only works on Wi-Fi. This can be changed in Music settings.
23 : You can also set a different wallpaper for the lockscreen than for the homescreen by going to settings -> personalize -> lockscreen and then settings for the wallpaper lockscreen.
24 : Rotating your calculator to landscape provides scientific functions like sin cos and tan.
25 : if you leave the TV app open to your remote and you lock your phone...it unlocks right back Into the TV remote. I've also noticed it just turning itself on when I pick it up!
26 : There's a cool trick in the camera app.
If you touch to focus, and hold your finger there for about a second, it will activate Focus and Exposure lock, until you tap on another spot, which will turn it off again. It's a handy feature, especially when you want to recompose. (android 4.2 version only)
wakers said:
Just thought I would start a thread that could be useful about things you didn't know about your HTC one
I only found out tonight that if you swipe down your notification bar with 2 fingers it takes you straight to the shortcut tabs
That made me realise there are probably loads of features and gestures I don't know about?
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
Not trying to rain on your parade but that is a Android feature introduced in 4.2.
You should go to settings and then display and you can now set the home key as the menu button when long pressing.
In the HTC keyboard settings, you can enable Swype and in advanced you can even set the swype colour.
Another one, if you scroll with 2 fingers in gallery, music, and many other apps, it scrolls much faster
Pretty known one.. In the browser menu, you can enable flash player
There are lots of fun features with zoe's after you've made them (comparable to GS4) like sequence shot, removing objects, and waaay more
sent from my HTC One using Tapatalk 4 (VIP)
I don't how the heck my phone got scratch!
Also, turn off HTC-gestures if you want more than 3-point touch capability.
pepporony said:
I don't how the heck my phone got scratch!
Click to expand...
Click to collapse
This.
*deleted mean drunken rambling*
Sorry
ArmedandDangerous said:
Also, turn off HTC-gestures if you want more than 3-point touch capability.
Click to expand...
Click to collapse
Wow, that had stumped me since I got the One. Thanks for that!!!
Too bad you can only give one thanks per post
If you mix alcohol and water and put it in a sandwich bag and freeze it, it will make a handheld icepack which will help you keep your overclocked processor, battery, and hands cold while charging, gaming, and torrenting.
Sent from my HTC One using xda app-developers app
nullkill said:
Not trying to rain on your parade but that is a Android feature introduced in 4.2.
You should go to settings and then display and you can now set the home key as the menu button when long pressing.
Click to expand...
Click to collapse
I'm just wishing Sprint releases this update soon
Sent from my HTCONE using xda premium
nullkill said:
Not trying to rain on your parade but that is a Android feature introduced in 4.2.
You should go to settings and then display and you can now set the home key as the menu button when long pressing.
Click to expand...
Click to collapse
Don't know why you think your raining on my parade just saying didn't know you could use 2 fingers
Knew about the long press on the home key though
Sent from my HTC One using xda premium
Also one more thing many have not realized yet. There is no file limit size when transferring files to the phone. No more FAT32 4GB file restrictions. That's the benefit of having ONLY MTP, but you lose out on faster transfers and universal USB Mass Storage support. You can fit a 20GB movie in if you want and if you have the space.
wakers said:
Just thought I would start a thread that could be useful about things you didn't know about your HTC one
I only found out tonight that if you swipe down your notification bar with 2 fingers it takes you straight to the shortcut tabs
That made me realise there are probably loads of features and gestures I don't know about?
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
Didn't know that two finger pulldown.
On CM it's pulldown from the clock, I couldn't figure out how to do it with Sense.
This is great!
sassafras
sassafras_ said:
Didn't know that two finger pulldown.
On CM it's pulldown from the clock, I couldn't figure out how to do it with Sense.
This is great!
sassafras
Click to expand...
Click to collapse
the two finger pulldown is an AOSP 4.2 built in feature, the CM implementation is an option to swipe from left or right edge, AOKP has it as well, this can be disabled and the 2 swipe feature functions as normal.
djkinetic said:
the two finger pulldown is an AOSP 4.2 built in feature, the CM implementation is an option to swipe from left or right edge, AOKP has it as well, this can be disabled and the 2 swipe feature functions as normal.
Click to expand...
Click to collapse
Now I know. Having used CM10.1 almost exclusively for the last year and change, I sort of forgot that it wasn't exactly the same as AOSP.
To add to this thread: I bet a lot of people don't know that USB Audio out is built in and switches on-demand. I can finally use my phone with my Fiio E7!
sassafras
You can pinch zoom text-messages.
You can mute your phone when you turn it arround ( back to front)
Ringtone goes quieter when you take it out your pocket up to your ear.
Sent from my HTC One using xda premium
Double tap your Bluetooth button with camera active to remotely take a snap.
----------------------o('_')o----------------------
Sent from an HTC One with using xda app:
TrickDroid ROM 5.6
Bulletproof 1.10
In camera, from the top swipe down and it'll switch from back to front camera and viceversa.
Sent from my HTC myTouch 4g using xda premium
Wow I really thought this thread was pointless, no offense op, but some of these tips are really useful! Thanks guys.
Maybe it should be posted here the aroma freeze fix:
I know some people have problems shutting down their phone when this happens
If aroma installer freezes on you do the following:
1. Hold device's light sensor up to a bright light source (any lamp will do)
2. Hold power button down until buttons on bottom begin to blink, keep holding and phone will turn off!
Sent from my Tricked out HTC One
When booting into hboot it isn't necessary to hold both power and volume down
just power the device on and immediately hold the volume down and keep it held down until your in hboot
Sent from my HTC One using xda app-developers app

Lock screen dock/control center

Ha! I've had this phone for a week and a day now, and only just realized yesterday that it has a dock that's available from the bottom of the lock screen that gives you quick access to the voice recorder, calculator, flashlight and camera, in addition to the controls that allow you to work with the picture files that are displayed on the default "magazine"-style lock screen that the phone uses.
Definitely need to sit down and read the user manual I downloaded for this phone. I had thoroughly explored through all the Settings that are available through the phone's main Settings menu, but all of this stuff for the lock screen just doesn't exist there. It seems to only be accessible from this dock on the lock screen itself.

Categories

Resources