[Q] Per-App DPI for Lockscreen - Verizon Galaxy Note 3 Q&A, Help & Troubleshooting

Root: Yes
Rom: Beansrom v6
Does anyone know which app is responsible for drawing the android lockscreen? I set my build.prop DPI down to 320, which is awesome for most of the device, but it makes the lockscreen unlock grid really tiny. I have access to the xposed per-app dpi settings on my phone, and have successfully fixed other problematic applications, but I can't seem to find the lockscreen anywhere. Any input would be appreciated.

Lockscreen is controlled by Android System. I set it to 320 just to test it and it messes up a lot of stuff.
Sent from my SM-N900V using Tapatalk

bigmiketn said:
Lockscreen is controlled by Android System. I set it to 320 just to test it and it messes up a lot of stuff.
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
Really, like what? I've been running like this for a month and the only thing I've noticed was the small unlock grid (and a few samsung apps with weird layouts that I have since fixed individually)
Also, if I adjust android system, it will adjust everything (font, notif. bar, etc...) Any idea on how to adjust only the lockscreen?

I set dpi to 320 and my keyboard blew up to the point I could only see four or five of the keys. TW Launcher on the other hand shrunk to the size of a 4" phone. I could've fixed most of the issues but I didn't feel like messing with it. Also, I don't know how to adjust only the lockscreen. I think that modifying it without some dev experience would be difficult.
Sent from my SM-N900V using Tapatalk

Related

Per App dpi based on orientation?

I'm currently running carbon for mako and I'm using an exposed framework module to handle per App dpi.
I was wondering if there is any way an app can changed its dpi based on if it's in landscape or in portrait.
Sent from my Nexus 4 using Tapatalk 2
first, if you want anything dpi, use PA. xposed/pad is not 1/10 of what hybrid is and does.
PA can do what you want but it must be unlocked,
i would advise against this, you don't change an apps DPI while its running and get away with it.
most app will simply implode.
molesarecoming said:
first, if you want anything dpi, use PA. xposed/pad is not 1/10 of what hybrid is and does.
PA can do what you want but it must be unlocked,
i would advise against this, you don't change an apps DPI while its running and get away with it.
most app will simply implode.
Click to expand...
Click to collapse
Thanks for the answer.
So changing dpi while app is running = bad idea.
I was using PA for quite some time and then I decided to switch over to carbon to try it out again.
Going to switch back to PA soon.
well its against googles compatibility guidelines. apps calculate bounds once and then rely on it. if you change an apps size or worse, change its resource-folder - they will go nuts. thats why i didn't go on with this, its not worth it.
There's App Override (from a XDA-Dev ?) which also can handle per App dpi.
Afaik App Override can be used to set an App to launch either in landscape mode or in portrait mode.
So if you are willing to launch it always in landscape mode you could set the dpi to a value of your desire.
I don't use it but maybe it is possible to set different settings for a single app. As in:
IF portrait mode THEN set dpi TO
ELSE set dpi TO

[Q] Change DPI of Notification Pulldown Menu

I've been using Hypderdrive to change the DPI of most of my apps. Curious if you can change the DPI of the notification pulldown menu? Specifically for notifications (not for quick settings).
Thanks.
That would be the system UI, which would change everything related, unfortunately.
Sent from my GT-N8013 using Tapatalk
harajyuks said:
That would be the system UI, which would change everything related, unfortunately.
Sent from my GT-N8013 using Tapatalk
Click to expand...
Click to collapse
Sorry but can you elaborate on what you mean? (Changing everything related)
ericdmiller said:
Sorry but can you elaborate on what you mean? (Changing everything related)
Click to expand...
Click to collapse
System UI are the graphic elements of Android you interface with, or the graphic parts of Android that would be present or available regardless of the application you are in. For example, you might be reading my reply to you in the gmail or tapatalk .apk, the System UI would be the notifications bar, quick settings, on screen navigation bar (if you were using a device with those enabled, the clock, the battery, the Bluetooth, WiFi, NFC icons, etc, etc. These graphics are not independent .apks or elements of Android they are all part of the UI. You can change any particular image, say you like a circle battery instead of the generic looking traditional representation of the battery, you can change that graphic, but its size and appearance is still determined and handled by the SystemUI. Changing the DPI wouldn't be done to one element of the System UI, but the entire .apk. I hope that is understandable.
Sent from my GT-N8013 using Tapatalk
harajyuks said:
System UI are the graphic elements of Android you interface with, or the graphic parts of Android that would be present or available regardless of the application you are in. For example, you might be reading my reply to you in the gmail or tapatalk .apk, the System UI would be the notifications bar, quick settings, on screen navigation bar (if you were using a device with those enabled, the clock, the battery, the Bluetooth, WiFi, NFC icons, etc, etc. These graphics are not independent .apks or elements of Android they are all part of the UI. You can change any particular image, say you like a circle battery instead of the generic looking traditional representation of the battery, you can change that graphic, but its size and appearance is still determined and handled by the SystemUI. Changing the DPI wouldn't be done to one element of the System UI, but the entire .apk. I hope that is understandable.
Sent from my GT-N8013 using Tapatalk
Click to expand...
Click to collapse
Absolutely, thanks so much.

[Q] Camera/Dialer/LockScreen DPI Fix

Long time lurker here, love XDA and just actually got up and running with my new Note 4. The same thought went through my head with the stock Note 3... "Why the hell do they make a phone so large and just blow the icons up, it does me no good, I'm not a blind man..." So, naturally, one of my first steps after getting root was changing the DPI.
Like with the Note 3, I quickly realized that the Samsung Applications don't play nice with the custom DPI.
I realize this may be a completely stupid question, but my Google-fu has failed me so far. I've tried using Xposed to change the DPI (just on the Camera so far) back to defaults, but nothing seems to change the camera. Is there an alternate method to tell these applications to use the default DPI, are there modded version of these apps released yet, or is there a guide I could use to assist with modding these apps to make them friendly to DPI changes?
did you enable (tick) the (app settings) at module page of xposed? I am using note 4 too, and set default dpi = 480, and notice camera app is not support custom dpi, so i use app setting to assign it back, wish this can help.
Oh samsung, you still haven't made the camera app multi dpi, that's poor
xoo88 said:
did you enable (tick) the (app settings) at module page of xposed? I am using note 4 too, and set default dpi = 480, and notice camera app is not support custom dpi, so i use app setting to assign it back, wish this can help.
Click to expand...
Click to collapse
Yeh I set build prop to 450 and used app settings to change camera to 640 dpi but how to change the lock screen dpi?
Huntyz said:
Yeh I set build prop to 450 and used app settings to change camera to 640 dpi but how to change the lock screen dpi?
Click to expand...
Click to collapse
did you reboot for take xposed take effect? and for the lock screen did you use app ? or default one?
if default one, use build prop set , lock screen will be apply too.
Disregard
Huntyz said:
Yeh I set build prop to 450 and used app settings to change camera to 640 dpi but how to change the lock screen dpi?
Click to expand...
Click to collapse
App settings in xposed then change keyguard to 640 dpi click apply res to widgets.
Works, thanks
Hey thanks for this info, but I don't seem to be able to change dpi of dialer/phone with app settings (camera and lockscreen worked). Am I changing the wrong app? (changed com.sec.phone and com.android.phone back to default 640)
Anyone know how to change recent apps dpi back to normal?
philosophii said:
Hey thanks for this info, but I don't seem to be able to change dpi of dialer/phone with app settings (camera and lockscreen worked). Am I changing the wrong app? (changed com.sec.phone and com.android.phone back to default 640)
Click to expand...
Click to collapse
Nevermind, I forgot it was to change contacts apk. Also, with the new DPI, minimizing apps by drawing in from the corner no longer works. It will show as if it is shrinking the app to pop-up window then it will vanish. However, the window is still active as I tried multiple apps and then it prevented me because it said there is already 5 popups active (which is the maximum). Thanks for any help in advance!
philosophii said:
Nevermind, I forgot it was to change contacts apk. Also, with the new DPI, minimizing apps by drawing in from the corner no longer works. It will show as if it is shrinking the app to pop-up window then it will vanish. However, the window is still active as I tried multiple apps and then it prevented me because it said there is already 5 popups active (which is the maximum). Thanks for any help in advance!
Click to expand...
Click to collapse
I am not a developer, but I like all the work developers done for Android phones. I also had the same problem. Camera problem has been solved using "App Setting" application thru Xposed framework. However, Dialer and Keyboard didn't work.
Then I finally download Google Keyboard , which is the best one to use instead of Samsung Stock Keyboard. So, I am looking for another alternative for Dialer. lets see, I will post here if find anything. Thanks!

Screen Density for the new 5.0 ROM (N9005)

Hi guys...
I wanted to ask is it possible to change the screen density from 460 to 360 without looking weird? Because 460 is too big.
Thank you in advance
I'm not sure, but isn't it possible via build.prop? Though it might require editing certain applications to fix layout issues.
Isn't the default 480? Anyway, of course you can change it, but as always, you'll have to modify some of the stock apps to fit right
You can use any DPI changer app (like textdroider) or edit build.prop to modify your DPI. That will make your touchwiz interface look really wonky, the icons will be smaller, but only about half of the screen will be utilized. What you then can do is to install an alternative launcher like Nova to use instead of the Touchwiz launcher. Unfortunately that means you won't be able to use some Touchwiz features such as the S planner widget.
Another thing you could do is to download a modified touchwiz lollipop launcher here from XDA (under themes\apps). That won't change the DPI, but it will allow for more icons on each screen. These launchers might cause some issues when trying to resize widgets to fit properly on the screen.
Just download Apex or Nova. They allow you to change the size of everything in your launcher, from icons to text.
Yes you'll loose the S Planner widget functionality. There are plenty of replacement apps.
Changing the density will cause more problems than it solves. Try the easy route first.
Sent from my SM-N9005 using Tapatalk 2

Icon size on Pure Nexus

Hello,
so i was wondering if there is any tweak to change the icon size (Home Screen / App Drawer) on Pure Nexus rom.
i know we can modify icon size with xposed, but i don't think i want to installed xposed on my pure nexus.
setul34 said:
Hello,
so i was wondering if there is any tweak to change the icon size (Home Screen / App Drawer) on Pure Nexus rom.
i know we can modify icon size with xposed, but i don't think i want to installed xposed on my pure nexus.
Click to expand...
Click to collapse
You can also use a custom launcher like Nova.
Custom launcher, or change your dpi. There's a simple way to do that by modifying your build.prop, but there's also a free app on the play store called texdroider that'll do it for you. Heads up though, lowering dpi will make everything smaller! Personally, I love that seeing as we have such a sharp, big screen. It allows a lot more to fit without scrolling. Just try different values until you find one you like!

Categories

Resources