Changing dpi - Galaxy Note 10.1 General

Anyone know a way to change the dpi for a specific app, I know there is a way to change the dpi for the whole system but I is there a way to change it for one specific app?
Sent from my SGH-I747M using xda app-developers app

ckavvouras said:
Anyone know a way to change the dpi for a specific app, I know there is a way to change the dpi for the whole system but I is there a way to change it for one specific app?
Sent from my SGH-I747M using xda app-developers app
Click to expand...
Click to collapse
U can use xposed app and modules . There is a thread in xda

Thanks man worked great
Sent from my GT-N8010 using xda app-developers app

Related

Removing default setting on apps?

Anybody know how to remove the default setting from an app? Im trying to set advance launcher pro after setting touch wiz to default....sorry for the dumb question I'm getting back into android.....thanks
Sent from my SGH-T959 using XDA App
Also, how can I open an app if it's not on the program menu?
Sent from my SGH-T959 using XDA App
Never mind, found it...
Sent from my SGH-T959 using XDA App

Changing android pattern

Is there any way to change the the of.android pattern........root wil b no prob
Sent from my GT-N7000 using xda app-developers app
shivil.sahni said:
Is there any way to change the the of.android pattern........root wil b no prob
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
If I understand correctly, you want to change the pattern you draw for your pattern lock?
If so, just go to Settings>Security and do what you would do to enter a new one. You will need to know the old one to change it.
Also, this should really go in the Q&A sections, not General.
Dude not dat i want to know the theme of lock pattern like pacman or smthbg
Sent from my GT-N7000 using xda app-developers app

Change LCD density ?

I used to do this on my vibrant but can't seem to get it to working n4 . is it possible? Default is 320 would like to get a little more on screen figured maybe 280 or so?
Sent from my Nexus 4 using xda premium
if rooted there sine lcd density changers in the google play store
Sent from my Nexus 4 using xda app-developers app
pak-stars said:
if rooted there sine lcd density changers in the google play store
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Much easier just to edit the build.prop.
Sent from my iPad 4
What's the easiest way to edit build?
Sent from my Nexus 4 using xda premium
caliga4221 said:
What's the easiest way to edit build?
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Open it in root explorer/solid explorer and edit the LCD density line.
Sent from my iPad 4
I use ROM toolbox lite. It requires root (duh), reboot afterward. Some Roms will allow per-app DPI changes.
Reboot after change. After changing/updating a ROM you will need to change the DPI again.
I recommend visiting Reddit.com/r/nexus4 for better info (good info gets voted up, bad info gets voted down)
Also check out Reddit.com/r/androidquestions for general info.

Dpi change and quick window case

Anyone found a way to lower the dpi and still have a working window, without it being cut off etc?
Thanks
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
Anyone found a way to lower the dpi and still have a working window, without it being cut off etc?
Thanks
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
You can install xposed framework and install "app settings" I think it's called. It let's you basically have paranoid Android ability in any rom.
Sent from my LG-D800 using Tapatalk 2
Clienterror said:
You can install xposed framework and install "app settings" I think it's called. It let's you basically have paranoid Android ability in any rom.
Sent from my LG-D800 using Tapatalk 2
Click to expand...
Click to collapse
I have that installed mate, but I can't find anything specific for the window/lockscreen feature
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
I have that installed mate, but I can't find anything specific for the window/lockscreen feature
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
change the dpi for the lockscreen app if possible
Sent from my VS980 4G using xda app-developers app
cslingerland said:
change the dpi for the lockscreen app if possible
Sent from my VS980 4G using xda app-developers app
Click to expand...
Click to collapse
Sadly I can't find anything there that works
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
Sadly I can't find anything there that works
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
Hey, I found this in the lockscreen app. looks like this is where it's defined. If you get me the values that are needed, I might be able to hook you up. Feel free to give it a try yourself as well. It's located in /res/values/dimens.xml
<dimen name="quick_cover_window_width">247.0dip</dimen>
<dimen name="quick_cover_window_height">307.54688dip</dimen>​
p.s.
This is also right below it. May need to be changed along with it but im not sure
<dimen name="knock_on_area_left">0.0dip</dimen>
<dimen name="knock_on_area_top">208.0dip</dimen>
<dimen name="knock_on_area_right">360.0dip</dimen>
<dimen name="knock_on_area_bottom">300.0dip</dimen>​
cslingerland said:
Hey, I found this in the lockscreen app. looks like this is where it's defined. If you get me the values that are needed, I might be able to hook you up. Feel free to give it a try yourself as well. It's located in /res/values/dimens.xml
247.0dip
307.54688dip​
p.s.
This is also right below it. May need to be changed along with it but im not sure
0.0dip
208.0dip
360.0dip
300.0dip​
Click to expand...
Click to collapse
Sounds promising!
Can you just edit and save or do you need to repackage file etc?
Also, that directory doesn't exist on my phone ?
Edit, just realised you said about the lockscreen app!
How do you decompile and recompile it? Which tool can I use?
Thanks for your help!!
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
Sounds promising!
Can you just edit and save or do you need to repackage file etc?
Also, that directory doesn't exist on my phone ?
Edit, just realised you said about the lockscreen app!
How do you decompile and recompile it? Which tool can I use?
Thanks for your help!!
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
No problem! You can decompile with apktool -----> https://code.google.com/p/android-apktool/downloads/list
You can recompile with the same tool Here's how to use apktool -----> http://forum.xda-developers.com/showthread.php?t=1891686
Let me know if you need any more help.
cslingerland said:
No problem! You can decompile with apktool -----> https://code.google.com/p/android-apktool/downloads/list
You can recompile with the same tool Here's how to use apktool -----> http://forum.xda-developers.com/showthread.php?t=1891686
Let me know if you need any more help.
Click to expand...
Click to collapse
Thank you!!
If you have the stuff and time, I'm on limited internet so downloading is a pain at moment, would you be able to try it with the following values?
The width at 370.5
The height at 461.32032
Thanks again for your help!
Sent from my GT-N7100 using xda app-developers app
DaveHTC200 said:
Thank you!!
If you have the stuff and time, I'm on limited internet so downloading is a pain at moment, would you be able to try it with the following values?
The width at 370.5
The height at 461.32032
Thanks again for your help!
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Alright, here it is. I've changed only the two lines. I have not tested it. It would be a good idea to backup your current lockscreen app. You may have to uninstall it before installing this one.
Let me know how it goes. Link below
https://www.dropbox.com/s/r82ei9vzfchy3vd/LGLockScreen-signed.apk
cslingerland said:
Alright, here it is. I've changed only the two lines. I have not tested it. It would be a good idea to backup your current lockscreen app. You may have to uninstall it before installing this one.
Let me know how it goes. Link below
https://www.dropbox.com/s/r82ei9vzfchy3vd/LGLockScreen-signed.apk
Click to expand...
Click to collapse
Thanks mate!
I've tied it and sadly the whole lock screen changes and becomes pointless , the quick window doesn't function either
Backup restored and up and running again. It's a shame but thanks for your help :thumbup:
Sent from my LG-D802 using xda app-developers app
DaveHTC200 said:
Thanks mate!
I've tied it and sadly the whole lock screen changes and becomes pointless , the quick window doesn't function either
Backup restored and up and running again. It's a shame but thanks for your help :thumbup:
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
no problem! it was worth a try
cslingerland said:
no problem! it was worth a try
Click to expand...
Click to collapse
It was!! Might not bother with the case
Sent from my GT-N7100 using xda app-developers app
You can also add notifications in the black band below.
http://forum.xda-developers.com/showthread.php?p=49708984

*warning* do not use this app

Do not use this font changer from playstore. I did and it hijacked my default font and will not uninstall..theses are the results.
Sent from my SAMSUNG-SM-N900A using xda app-developers app
Sent from my SAMSUNG-SM-N900A using xda app-developers app
butchieboy said:
Do not use this font changer from playstore. I did and it hijacked my default font and will not uninstall..theses are the results.
Sent from my SAMSUNG-SM-N900A using xda app-developers app
Click to expand...
Click to collapse
And have you tried contacting the app author?
You probably did something wrong, like using an invalid font (no offence intended, but it looks like the font installed fine, it just doesn't look nice on your device).
Liam
Installed it...selected font I wanted to try thats it. After a test drive of the font selected I clicked button that sayst revert to default fonts and thats it. I should have done more reading on the app first. There are numerous numerous people who have the same issue. Whatever font you select in the app it changes to your default font. I did factory reset and it still there.
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Yes I contacted author. But when I started reading up on the app, there were numerous people that contacted author and got no reply
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
So then use the APP and pick a font close to stock then. or one that is better than the one you picked first.

Categories

Resources