hi all,
I am sorry if this was already discussed here,I could not find it.
I would like to switch the back button on the navigation bar from left of the pill to the right of it. I'm used to it that way and changed it on any device I had up until the mi a3 now.
does anybody have an idea how I can achieve it,ideally without rooting the device.?
I heard about the app custom navigation bar but I am hesitant to try it on my new phone as it involves changing some settings via adb.
any help/info appreciated!
best
pr0lz
Swap Navigation Bar
Yep this has already been discussed somewhere and here you can find for ready reference:
adb shell
settings put secure sysui_nav_bar "space,recent;home;back,contextual"
To turn back, you can enter:
settings put secure sysui_nav_bar "space,back;home;recent,contextual"
Ref:
https://forum.xda-developers.com/showpost.php?p=77271176&postcount=4
muneeb_baig said:
Yep this has already been discussed somewhere and here you can find for ready reference:
adb shell
settings put secure sysui_nav_bar "space,recent;home;back,contextual"
To turn back, you can enter:
settings put secure sysui_nav_bar "space,back;home;recent,contextual"
Ref:
https://forum.xda-developers.com/showpost.php?p=77271176&postcount=4
Click to expand...
Click to collapse
thanks muneeb, will try this out later!
pr0lz said:
thanks muneeb, will try this out later!
Click to expand...
Click to collapse
tried it out, worked like a charm. played a little with the possibilities, the suggested layout put the back button too near to the home button.
thanks a lot!
I used to use this app, it even has a Tasker integration (you can for example show music controls when you're playing music etc.).
https://play.google.com/store/apps/details?id=xyz.paphonb.systemuituner&hl=en
Not sure if it still works on Pie, but definitely worth the try
Dear pr0lz
Did you mange to place the back button further to the right? How did you do that please?
BVilllet said:
Dear pr0lz
Did you mange to place the back button further to the right? How did you do that please?
Click to expand...
Click to collapse
This is for the new 2 button Pie navbar:
Code:
adb shell settings put secure sysui_nav_bar "space[0.25WC],contextual;home;back,space[0.25WC]"
You can play with the WC value, it's a width value for the given place holder.
https://forum.xda-developers.com/mi-a3/how-to/adb-swap-contextual-menu-keys-gesture-t3998955
Thank you
_mysiak_ said:
This is for the new 2 button Pie navbar:
Code:
adb shell settings put secure sysui_nav_bar "space[0.25WC],contextual;home;back,space[0.25WC]"
You can play with the WC value, it's a width value for the given place holder.
https://forum.xda-developers.com/mi-a3/how-to/adb-swap-contextual-menu-keys-gesture-t3998955
Click to expand...
Click to collapse
I would like to thank everyone who left instructions and guidance. It worked like a charm on my A3. Thank you again
I have tried this, but it comes up with
/system/bin/sh: home: not found
/system/bin/sh: recent,contextual: not found
Any tips to get it right? Thanks will be given!!
FR Ray said:
I have tried this, but it comes up with
/system/bin/sh: home: not found
/system/bin/sh: recent,contextual: not found
Any tips to get it right? Thanks will be given!!
Click to expand...
Click to collapse
Try second variant: https://forum.xda-developers.com/mi-a3/how-to/adb-swap-contextual-menu-keys-gesture-t3998955
help me
_mysiak_ said:
This is for the new 2 button Pie navbar:
Code:
adb shell settings put secure sysui_nav_bar "space[0.25WC],contextual;home;back,space[0.25WC]"
You can play with the WC value, it's a width value for the given place holder.
https://forum.xda-developers.com/mi-a3/how-to/adb-swap-contextual-menu-keys-gesture-t3998955
Click to expand...
Click to collapse
hello
you know how to edit the design of gestures of navigation of miui and replace it by gesture navigation of android itself (the design) and also change the layout of the navigation buttoms,
all this from the root,
you know something about that you can guide me ??
-Angel said:
hello
you know how to edit the design of gestures of navigation of miui and replace it by gesture navigation of android itself (the design) and also change the layout of the navigation buttoms,
all this from the root,
you know something about that you can guide me ??
Click to expand...
Click to collapse
Not really, gestures are hard coded to the system. Use some alternative app for customization (for example Edge gestures work great).
Related
Hi all,
Given the huge screen size of mega 6.3, i do not mind to use some space for the virtual keys of Android. I also do not want to use the physical home,back,menu keys on the phone.
Is there any way to enable the Android virtual keys so that it will look like the nexus, sony xperia z... etc
Thanks.
xokachung said:
I also do not want to use the physical home,back,menu keys on the phone.
.
Click to expand...
Click to collapse
I have to ask why? What could be easier than the real keys?
The clicky home button is really really annoying to me...
I also want the multi task virtual key so no need to press the clicky home key and wait wait wait...
xokachung said:
The clicky home button is really really annoying to me...
I also want the multi task virtual key so no need to press the clicky home key and wait wait wait...
Click to expand...
Click to collapse
You can use Pie control or Button Saviour from the Play store to have on screen buttons.
Settings > My Device > Accessibility > Under Mobility Enable "Assistant Menu"
thanks all for your replies, i digged around xda forum and found that adding
qemu.hw.mainkeys=0
to system/build.prop can show the softkeys just like stock android
xokachung said:
thanks all for your replies, i digged around xda forum and found that adding
qemu.hw.mainkeys=0
to system/build.prop can show the softkeys just like stock android
Click to expand...
Click to collapse
error message "system ui stopped" when i do that... did anyone enabled the navbar successfully?
ararr said:
error message "system ui stopped" when i do that... did anyone enabled the navbar successfully?
Click to expand...
Click to collapse
Anyone could help on this
Hi,
i am also searching for a solution to enable the soft keys, but failed with the same error massage...:crying:
The mentioned tools are all not completely satisfying me needs.....is it really so difficult to enable the original Android 4.x soft keys
CU,
jonnypille
I don't know if it works, but there's already a thread about the NavBar(virtual keys). I needs a modified SystemUI tho.
http://forum.xda-developers.com/showthread.php?t=2399312
it didnt work for me:crying:
On previous phones including the S5 you could just change the build.prop or use gravity box to add them but every time I try on reboot I get system UI crashing non stop until I undo my changes.
Has anyone gotten them somehow?
What about the side key panel?
Sent from my SM-N910C using XDA Free mobile app
That's in the way and inconvenient. They should have just added pie
Use Xposed and install GravityBox and use Navigation Bar Tweak feature
pcboyy said:
Use Xposed and install GravityBox and use Navigation Bar Tweak feature
Click to expand...
Click to collapse
It doesn't work. My post says that It doesn't.
zgroten said:
It doesn't work. My post says that It doesn't.
Click to expand...
Click to collapse
Had same issue. Use dynamic navbar on playstore or lmt pie. I went for dynamic navbar it's amazing and can be customised to your absolute liking.
I've installed dynamic Navbar but can't seem to figure out how to make it work like a regular Navbar and not sit on top of items on the screen.
I am using lmt pie...loving it
Sent from my SM-N910C using Tapatalk
Nobody can get regular softkeys without system UI crashing?
nope, seems like there's some piece of code missing, so that every time you activate those softkeys it just bootloops. have tried a number of methods, haven't found one that works. missing that soft home button (
eydryan said:
nope, seems like there's some piece of code missing, so that every time you activate those softkeys it just bootloops. have tried a number of methods, haven't found one that works. missing that soft home button (
Click to expand...
Click to collapse
This is a shame. I figured this would be one of the first mods due to the popularity and convenience of on-screen buttons. The bezel on the Note 4 is so small at the bottom that it wouldn't even look like a waste of space to have a navigation bar. The capacitive buttons are so easily pressed due to the small bezel. I don't mind this, but I wish the option for on-screen was included by samsung. I also hate the "back" button on the right side because I'm left-handed and can't reach it with my dominant hand. That should be reversible as well. Is that possible?
I also recommend lmt. The back button is instant.
whittikins said:
but I wish the option for on-screen was included by samsung. I also hate the "back" button on the right side because I'm left-handed and can't reach it with my dominant hand. That should be reversible as well. Is that possible?
Click to expand...
Click to collapse
If device is rooted then you can remap back and menu key by editing generic.kl
Sent from my SM-N910G using xda premium
dr.ketan said:
If device is rooted then you can remap back and menu key by editing generic.kl
Sent from my SM-N910G using xda premium
Click to expand...
Click to collapse
Did exactly that as soon as I got it. Although I actually prefer back key on right, just find note too wide to reach across, being left handed. Turned off the key light, not to cause confusion, and I guess it took a day to train muscle memory.
Sent from my SM-N910W8
dr.ketan said:
If device is rooted then you can remap back and menu key by editing generic.kl
Sent from my SM-N910G using xda premium
Click to expand...
Click to collapse
Ah, thanks! What would I change to simply disable the Recent and Back keys completely? I have on screen keys now. I still want to keep the home button because I don't accidentally press it.
Actually, I just put a # in front of the line for app_switcher, which worked. What do I change or remove to disable the capacitive Back hardware key? Thanks!
EDIT: figured it out!
To disable the Recent and Back hardware keys (capacitive buttons), edit /system/usr/keylayout/Generic.kl and put a # in front of these 2 lines:
key 158 BACK
key 254 APP_SWITCH
Save and reboot!
whittikins said:
Ah, thanks! What would I change to simply disable the Recent and Back keys completely? I have on screen keys now. I still want to keep the home button because I don't accidentally press it.
Actually, I just put a # in front of the line for app_switcher, which worked. What do I change or remove to disable the capacitive Back hardware key? Thanks!
EDIT: figured it out!
To disable the Recent and Back hardware keys (capacitive buttons), edit /system/usr/keylayout/Generic.kl and put a # in front of these 2 lines:
key 158 BACK
key 254 APP_SWITCH
Save and reboot!
Click to expand...
Click to collapse
That's very useful!:good:
marvi0 said:
Had same issue. Use dynamic navbar on playstore or lmt pie. I went for dynamic navbar it's amazing and can be customised to your absolute liking.
Click to expand...
Click to collapse
What is this lmt pie?
kopkiwi said:
What is this lmt pie?
Click to expand...
Click to collapse
It's an amazing app here in xda developed by a recognized member that adds pie control to your phone
drmodify said:
It's an amazing app here in xda developed by a recognized member that adds pie control to your phone
Click to expand...
Click to collapse
The only thing about let and pie control in general is that it auto dissappear. When multiple back key is required, it is a pain.
Which is why I have resorted to using side key panel when I don't want to use capacitive. I edited settings database to add transparency to side panel menu as well as having a hint bar dissappear. I moved it to the comfortable zone for my thumb, and trigger it without fail. It says on till I press outside of the side menu.
It is working great for me. Although I would rather have standard nav bar for purely visual reasons as well as more modding options.
Sent from my SM-N910W8
I too am a lover of a static nav bar on my Galaxy Devices.
I now have a SM-N910P now and am frustrated as heck at not being able to get it functional here, on a rooted stock NK2. I used to run SlimKat 4.4.2 on my SPH-L710 and loved the navbar that they baked into the ROM. SlimLoli is maturing for the Note 4, but it doesn't yet have any S-Pen support baked in. This fact, when coupled with how well Samsung and Sprint have done with TouchWiz on the Note 4 have caused me to hold off on putting a custom ROM on the device.
So, what to do.?. Editing buildprop does indeed cause the looping system UI FC. UDN is an excellent solution barring one issue, and that it is doesn't have a means to dedicate a portion of the display to the nav bar. It just overlays on top of the launcher's/app's UIs. I'd be willing to pay for a solution that fixes this.
Pie controls have never really clicked with me. Not yet being willing to move away from NK2, I find that I am wondering if there is a way to force a portion of the bottom of the screen to be entirely dedicated to a specific app, all of the time. As depicted in this screeny, UDN overlays and it is frustrating as hell.
Anyone have any ideas yet?
-t
I've enabled the navkey, but the capacitive buttons are still working, i have tried editing the key layout settings but its still there.. Also tried gravity box but no luck.. Any help? Thanks
Use gravity box to disable backlight (under display section). Then use a file manager and editor with root access (I used ES File Explorer) and open the file synaptics_dsx.kl (it is located under system>user>keylayout) and then edit it by adding a # in front of the key entries. Save, reboot and your hardware keys should be off
kanagawaben said:
Use gravity box to disable backlight (under display section). Then use a file manager and editor with root access (I used ES File Explorer) and open the file synaptics_dsx.kl (it is located under system>user>keylayout) and then edit it by adding a # in front of the key entries. Save, reboot and your hardware keys should be off
Click to expand...
Click to collapse
Thanks mate, i have disabled the light though editing synaptics didnt work, but i figured it out by editing atmel_mxt_T100_touchscreen.kl,
Now, my problem is switching the back button and recent..
Why do you want to do that?
---------- Post added at 09:23 AM ---------- Previous post was at 09:19 AM ----------
I have enabled the soft keys via buildprop, disabled the hardware keys in the synaptic file, disabled the backlight and added double tap home key to sleep and long press home key for menu using gravity box. Looking good with the Pixel launcher, although unfortunately don't get the transparent white dock background.
Screenshot:
jlou0918 said:
I've enabled the navkey, but the capacitive buttons are still working, i have tried editing the key layout settings but its still there.. Also tried gravity box but no luck.. Any help? Thanks
Click to expand...
Click to collapse
hii can you tell me how u activated navigation bar i have tried several ways including cm13 and gravity box
how did you do it
thanks
[email protected] said:
hii can you tell me how u activated navigation bar i have tried several ways including cm13 and gravity box
how did you do it
thanks
Click to expand...
Click to collapse
You can do it manually if you have root, just need to change a value from 1 to 0 in the buildprop file (it's easy to find the relevant line as it has a description). However, I just use a free root app called Softkey Enabler from the Play Store. This makes it very quick to enable or disable the nav bar.
I leave the hardware keys on (because their long press functions are useful) but in accessibility settings I switch their layout around to match the nav bar. I use another root app called Keyboard Backlight Controller to disable their backlight.
kanagawaben said:
You can do it manually if you have root, just need to change a value from 1 to 0 in the buildprop file (it's easy to find the relevant line as it has a description). However, I just use a free root app called Softkey Enabler from the Play Store. This makes it very quick to enable or disable the nav bar.
I leave the hardware keys on (because their long press functions are useful) but in accessibility settings I switch their layout around to match the nav bar. I use another root app called Keyboard Backlight Controller to disable their backlight.
Click to expand...
Click to collapse
Which rom are u on?
I tried soft key enabler on official 16s and 19s it didn't work
I am on cm13 umbrella and it's really good
Far better fingerprint recognition
Better battery life I lost 3% over night
and finally i tried ur buildprop thing for soft keys it worked thanks for that BTW
Did u get to make the Navbar transparent by any chance
I have used the settings in cm13 to turnoff the backlit of capacitive buttons but there still functional can explain how u disable them or use them as u do for long press
Cheers for the help
[email protected] said:
Which rom are u on?
I tried soft key enabler on official 16s and 19s it didn't work
I am on cm13 umbrella and it's really good
Far better fingerprint recognition
Better battery life I lost 3% over night
and finally i tried ur buildprop thing for soft keys it worked thanks for that BTW
Did u get to make the Navbar transparent by any chance
I have used the settings in cm13 to turnoff the backlit of capacitive buttons but there still functional can explain how u disable them or use them as u do for long press
Cheers for the help
Click to expand...
Click to collapse
I am currently using 17S based Cuoco92. Fingerprint recognition has been just fine for me on Cuoco92, and on stock 16S, 17S and 19S - fast and accurate. The nav bar I have is transparent, just like in stock android. To disable the hard keys, go into system-usr-keylayout and edit the synaptics file (just add a # in front of the lines relating to the keys).
kanagawaben said:
I am currently using 17S based Cuoco92. Fingerprint recognition has been just fine for me on Cuoco92, and on stock 16S, 17S and 19S - fast and accurate. The nav bar I have is transparent, just like in stock android. To disable the hard keys, go into system-usr-keylayout and edit the synaptics file (just add a # in front of the lines relating to the keys).
Click to expand...
Click to collapse
Thanks for the info really appreciate it
I have found a small thing do u have any fix for it?
The notification panel doesn't fully open due to the nav keys
Some other elements get blocked as well
Any solution?
[email protected] said:
Thanks for the info really appreciate it
I have found a small thing do u have any fix for it?
The notification panel doesn't fully open due to the nav keys
Some other elements get blocked as well
Any solution?
Click to expand...
Click to collapse
No, don't think there's anything you can do about that I'm afraid. I have actually gone back to just using the hard keys as they come. The soft nav keys are nice, but bit of a waste of screen space when you have perfectly good hard keys there to use.
kanagawaben said:
No, don't think there's anything you can do about that I'm afraid. I have actually gone back to just using the hard keys as they come. The soft nav keys are nice, but bit of a waste of screen space when you have perfectly good hard keys there to use.
Click to expand...
Click to collapse
Yea your right about that but the screen is big so having on screen buttons help in using the phone with one hand
I am surprised how the hardware buttons completely disappears when not back lit better then even OnePlus one
I have put a request in the feedback app for a feature like OnePlus one for choice between on screen and off screen
[email protected] said:
Yea your right about that but the screen is big so having on screen buttons help in using the phone with one hand
I am surprised how the hardware buttons completely disappears when not back lit better then even OnePlus one
I have put a request in the feedback app for a feature like OnePlus one for choice between on screen and off screen
Click to expand...
Click to collapse
I would love them to add that feature. It was one of the best things about CM13 on my Zenfone 2.
Currently I am using the stock eui launcher (it's so smooth and light, and I don't really need an app drawer because I don't download so many apps) and the soft keys don't go so well with that launcher, but I also have the Pixel launcher installed, and I really like using the soft keys with that.
Hey everyone, I saw adb commands for hiding it but I want to disable it fully, someone knows how to do?
i want that too
serhangelgor said:
Hey everyone, I saw adb commands for hiding it but I want to disable it fully, someone knows how to do?
Click to expand...
Click to collapse
https: // play.google.com/store/apps/details?id=com.gmd.immersive (remove spaces)
I use this and highly recommend it for apps not requiring the keyboard much. Reason for this is that the keyboard will not appear while in full screen mode unless you swipe up, bring back the navigation keys, and then tap in the fillable field again. Otherwise it's the perfect app for long bouts of scrolling in apps like most reddit clients, twitter, google+, etc.
serhangelgor said:
Hey everyone, I saw adb commands for hiding it but I want to disable it fully, someone knows how to do?
Click to expand...
Click to collapse
you can disable it from build.prop
qemu.hw.mainkeys=0
change value from 0 to 1
The way we used to set navigation bar's height to 0 DOES NOT work anymore!!!
Here I want to share a way that I use to remove the annoying nav bar WITHOUT ROOT.
If you are interested, you can try it. I currently have a SAMSUNG NOTE 8 UNLOCKED running Android 8.0
I discovered this method based on luisshnyder's method (https://forum.xda-developers.com/galaxy-s8/how-to/remove-oreo-navbar-completely-t3772217), but I did more to resolve some problems he didn't mention.
===========================================================================================================
Please read everything carefully, read sentences in full before going to the next, otherwise, you may miss some super important messages!
Please read everything carefully, read sentences in full before going to the next, otherwise, you may miss some super important messages!
Please read everything carefully, read sentences in full before going to the next, otherwise, you may miss some super important messages!
===========================================================================================================
After using my method, what's working:
1. A full screen with no navigation bar in any circumstance even in landscape mode or input method pops up.
2. Hard press working all the time, including when the phone is locked, screen off or unlocked status.
3. Screen capture working and also scrolling screen capture working (many users want this!)
4. You can swipe or other gestures to perform go back, home, recent app or many other functions.
What's not working:
The lock screen shortcuts cannot be displayed correctly under WQHD resolution.
Overall, you need the following software
1) Android 8.0 Oreo installed
2) All in one gesture (Free, in PlayStore)
3) FloatingMenu 6.1.9 (Free, but Pro Version works much better, don't use PlayStore version, use the apk attached)
4) All necessary software needed to run adb commands. You may need to learn how to install and use adb command line.
Now let's start:
0. Go back to your phone's default settings if you tried any other methods before (ignore this if you didn't).
1. Go to Seetings -> Display -> Navigation bar, UNcheck "Show and hide button".
2. Install All in one gesture.
2.1. Configure this app's settings in the way you like. I use 12 Hotspots Straight Swipe and make Bottom, Left, Center to be Recent, Home and Back.
2.2. Go to Personalization -> Edge Preference, Leave Opacity as it is, we'll deal with it later. set other scrollbars the way you like, I use the following value: Edge Sensitivity 50px, Edge Width 100%.
3.3. Go back to Personalization, make sure Auto Rotation is checked, while Behind Keyboard is UNchecked. For me, to make it better, I also Unchecked Toast Message and checked Animation.
3. Install FloatingMenu 6.1.9, DO NOT use PlayStore version, use the apk attached.
3.1. Configure your bottom bar the way you like, but make sure the Height is more than 200. You may need to buy the Pro version to use all three bottom bars.
3.2. Go to Settings, make sure you UNcheck "Reposition when IME appears", and set "Auto hide when landscape" to "Hide all".
3.3. Go to Advanced settings, make sure you UNcheck "Max window level", and check "Cover softKeyboard".
4. Plug-in your phone to a computer with adb environment, make sure USB debugging is ON. (Learn more about adb if you don't know this before operating)
5. In the command line, run: adb shell settings put global policy_control immersive.navigation=apps,-com.samsung.android.app.smartcapture
6. In the command line, run: adb shell wm overscan 0,0,0,-168
7. Fully test your phone, then make the bottom bar transparent to make it more beautiful.
8. For users who use WQHD resolution only: Go to Settings -> Lock screen and Security -> App shortcuts, then turn off both shortcuts.
9. Sometimes you need to reboot your devices.
=========================================================================================
If you want to undo the effect you made by the above two adb commands, here are the two "Recover Commands":
adb shell settings put global policy_control null
adb shell wm overscan 0,0,0,0
=========================================================================================
Please reply below if you have any questions. I will come and answer regularly.
Thank you!
Download FloatingMenu: https://drive.google.com/drive/folders/1EG_m4ZL7hWhxMdqlbbAMUliHp_iEcPtZ?usp=sharing
but just disable the navi bar? how can i do it?
galaxtnote2 said:
but just disable the navi bar? how can i do it?
Click to expand...
Click to collapse
follow all the steps then u won't see nav bar any more, but use gestures instead.
frankhuang2013 said:
follow all the steps then u won't see nav bar any more, but use gestures instead.
Click to expand...
Click to collapse
im new to this. do you have any video tutorial please?
Floating Menu
no secure way to upgrade Floating Menu through the version you provided.
Hi Frank,
Did you find any fix or workaround for edge lighting at the bottom?
ok, it works (finally we have a solution also on oreo), the only problem i have is when i use the keyboard. the method i use (iphone x-style bar) cannot g on the keyboard and so ican't go back from the keyboard easily... any suggests?
giamanto said:
ok, it works (finally we have a solution also on oreo), the only problem i have is when i use the keyboard. the method i use (iphone x-style bar) cannot g on the keyboard and so ican't go back from the keyboard easily... any suggests?
Click to expand...
Click to collapse
you can use this https://play.google.com/store/apps/details?id=com.app.skillist.gesturebar&rdid=com.app.skillist.gesturebar
Thanks so much for this. This works perfectly
skewing/cropping problem
I followed all the steps on my Note8 but the homescreen and app drawer appear skewed to the right a little bit like there's an empty space on the left of the icons while the far right column icons are cropped in half, any solution for that ??
Update: I found that this problem is caused by changing the Screen Zoom (in Display settings) to the Small setting. If I set it to normal or Large, then nothing is wrong,,, except that I've grown so used to having small screen items that even the normal setting looks huge now to me. If there is any fix to this, that would be much appreciated.
First of All, thank you so much. Your guide works like a charm.
At one point I'm facing a problem with floatingmenu. It's all in Chinese and exept some basic knowlege about the Charakters. I'm unable to find die right settings.
An way major thanks!
Some app,something is below the navibar,cant display correctly
It ist possible to switch the language. Just go to the last bar in the first page and change the 5th setting. After pressing on the settings a windows appears with the option "English" .
Just use substratum and the system mods theme. I have nav bar hidden and just use gestures
note3userr said:
Just use substratum and the system mods theme. I have nav bar hidden and just use gestures
Click to expand...
Click to collapse
and you have no issue with substratum mod?
Sent from my ASUS_X00QD using XDA Labs
install Navigation gesture from the playstore and it will remove the navigation bar perfectly after than u just use any app you need for gesture control , and remove the gesture bar if you dont need it
j0l6 said:
install Navigation gesture from the playstore and it will remove the navigation bar perfectly after than u just use any app you need for gesture control , and remove the gesture bar if you dont need it
Click to expand...
Click to collapse
Going to try that! Thanks! Paired with good lock is going to be awesome.
I use navigation gestures and one hand operation +. It works flawlessly.