Lapdock resolution change HOW-TO. - RAZR HD General

I've pulled this together from multiple sources, all will be acknowledged and linked to.
Basically, I've figured out how to setup a better DPI for lapdock use. Razr HD is 320DPI by default, and so far only 240dpi works for me. Home pages are still only displaying 4x4 grid, you'd have to change your grid settings through a replacement launcher.
Script credit goes to Dadooms, from this post: http://forum.xda-developers.com/showpost.php?p=34065014&postcount=88, his is credited to others in the same thread.
I've only modified the DPI settings from it.
Code:
#!/system/bin/sh
initdensity=320
tabletdensity=240
density=`getprop qemu.sf.lcd_density`
echo $density
if [ $density -eq $initdensity ]
then
echo "tablet"
setprop qemu.sf.lcd_density $tabletdensity
else
echo "telephone"
setprop qemu.sf.lcd_density $initdensity
fi
stop
sleep 1
start
You must be rooted for this to work! Root instructions here: http://forum.xda-developers.com/showthread.php?t=1943845
Next, install SManager and SMWidgets (only if you want to make a toggle widget for the script)
Create a file called TabletMode in /data directory, and paste the code from above into it.
Open TabletMode in SManager, select SU for superuser(root) access, and run. Your phone will quick-reboot and will come back in 240DPI with smaller icons and text. To clear the settings, run the script again, or just reboot the phone normally.

thanks for the post. any chance of getting some pics?
this is a good step towards making the lapdock useful again.

great, thank you! the only missing thing now is the native resolution, instead of hd mirroring.
but a great step into the right direction

Pics, as requested. Before and After with similar icons, same background. The circles widget behaves weirdly, not sure why.
Phone boots up at 120dpi, looks like tablet mode is enabled, but system ui crashes so softkeys and the dock doesn't load. I'm going to keep trying dpi settings to see if I can find one that'll boot into tablet mode properly. 120dpi DOES alter the icon grid to 6x8 I believe from 4x4, and it clears all the pages, so you can maintain your "phone" icon/widget layout and save your "lapdock" icon/widget layout separately.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Some progress. While the stock launcher seems to throw a fit if the DPI is set to anything other than 240 or 320, Apex Launcher works just fine with 200. Here's some screenshots for you to look at. Settings: Autorotate on, icons 7 rows 10 columns.
I'm thinking of setting up Apex for Lapdock only mode once I get mine, and keep the stock launcher for phone mode. To change modes, I just swap launchers, then run the batch file.

I spent some time to figure out another improvments, using the razr hd with the lapdock:
- using apex launcher, you can disable the status bar using a widget -> gives some more space on the home screen
- apex also supports a "tablet ui" for more tablet ui feel. As it won't affect the system dpi, it's worth a try but not comparable with 240dpi build.prop setting
- "hide bottom bar" (available at play) is compatible with razr hd (root needed!). It is hiding the softkeys and also disables the status bar. This gives nearly the native
resolution of the lapdock and is really great for browsing and office At least for me, a major advance.
Have fun

EdwardN said:
Some progress. While the stock launcher seems to throw a fit if the DPI is set to anything other than 240 or 320, Apex Launcher works just fine with 200. Here's some screenshots for you to look at. Settings: Autorotate on, icons 7 rows 10 columns.
I'm thinking of setting up Apex for Lapdock only mode once I get mine, and keep the stock launcher for phone mode. To change modes, I just swap launchers, then run the batch file.
Click to expand...
Click to collapse
When i change the dpi to 200 via your script I still have pretty large black bars on top and bottom of my lapdock screen and the picture seems to be stretched though im not positive of this. Changing the dpi really only seems to change the size of the icons. Am I doing something wrong? It would be so so cool to have this replace my netbook but as it stands its going to remain unused.

JBmfG said:
When i change the dpi to 200 via your script I still have pretty large black bars on top and bottom of my lapdock screen and the picture seems to be stretched though im not positive of this. Changing the dpi really only seems to change the size of the icons. Am I doing something wrong? It would be so so cool to have this replace my netbook but as it stands its going to remain unused.
Click to expand...
Click to collapse
Try playing with the HDMI overscan settings. Display > Overscan. I read that someone else had it set to center of the bar for a decent display.
The lapdock is 1366x768, I believe, vs the phone's native resolution of 1280x720. Overscan should be able to adjust for the difference.

EdwardN said:
Try playing with the HDMI overscan settings. Display > Overscan. I read that someone else had it set to center of the bar for a decent display.
The lapdock is 1366x768, I believe, vs the phone's native resolution of 1280x720. Overscan should be able to adjust for the difference.
Click to expand...
Click to collapse
Thanks Edward. I thought i had already tried that and didnt see any overscan option in the display section but I will try again when i get home to my lapdock.

Yes, just as i thought. When i plug in my razr to my lapdock i have no hdmi settings available in the display section. I have brightness, wallpaper, auto-rotate screen, sleep, Font size, Roaming banner. Im on the leaked JB, not sure if that matters. I tried googling for a solution but didnt find much.

JBmfG said:
Yes, just as i thought. When i plug in my razr to my lapdock i have no hdmi settings available in the display section. I have brightness, wallpaper, auto-rotate screen, sleep, Font size, Roaming banner. Im on the leaked JB, not sure if that matters. I tried googling for a solution but didnt find much.
Click to expand...
Click to collapse
I don't have my Razr HD on JB yet. I'm waiting for either the Rogers JB release or the Cyanogen10 to mature a little more before trying it. Overscan IS an option in ICS.

EdwardN said:
I don't have my Razr HD on JB yet. I'm waiting for either the Rogers JB release or the Cyanogen10 to mature a little more before trying it. Overscan IS an option in ICS.
Click to expand...
Click to collapse
Yeah, hdmi is messed up in the Jelly Bean leaks. There is no overscan option. I am really having a hard time believing the newest leak 9.1.41 is actually going to be the official since it is missing such a key feature. Kind of pissing me off actually.

coolestmage said:
Yeah, hdmi is messed up in the Jelly Bean leaks. There is no overscan option. I am really having a hard time believing the newest leak 9.1.41 is actually going to be the official since it is missing such a key feature. Kind of pissing me off actually.
Click to expand...
Click to collapse
Sadly it appears to be the case even in the final versions, 4.1 for motorola means half-assed hdmi support, worse than 4.0
I suggest you to write to them! I did too.

I saw that ubuntu for android was released yesterday. Havent read up on it much yet but maybe this would be a way to make the lapdocks useful?

JBmfG said:
I saw that ubuntu for android was released yesterday. Havent read up on it much yet but maybe this would be a way to make the lapdocks useful?
Click to expand...
Click to collapse
Possibly. I'd prefer to have android still be the OS though, just for app convenience. I did manage to run ubuntu gui on my razrhd through a VNC window but it was slow as hell, so I terfed it.

In order to get my atrix lapdock working with my RAZR HD XT925 JB, i tried the solution suggested here.
But it didn't really fix the problem. The two black bars above and below the displayed area on the lapdock stayed there. The overscan option did completely disappear in 4.1.2 as already said here. This is quite frustrating.
Is there any other possibility to do an overscan, e.g. per build.prop?
It would be really nice, getting the (atrix) lapdock useable/working with jellybean!

andreas5232 said:
In order to get my atrix lapdock working with my RAZR HD XT925 JB, i tried the solution suggested here.
But it didn't really fix the problem. The two black bars above and below the displayed area on the lapdock stayed there. The overscan option did completely disappear in 4.1.2 as already said here. This is quite frustrating.
Is there any other possibility to do an overscan, e.g. per build.prop?
It would be really nice, getting the (atrix) lapdock useable/working with jellybean!
Click to expand...
Click to collapse
You are on 4.1.2 and changing the dpi with the script here affected your hdmi out resolution? That is further than I can get. I get ****ty 480 since 4.1.2. I have tried other roms and the only one different is CM10 which displays sideways so that is a huge deprovement.
Lack of support for lapdock is infuriating. With VPN and RDP I was able to leave my laptop at home most days.

gsdev said:
You are on 4.1.2 and changing the dpi with the script here affected your hdmi out resolution? That is further than I can get. I get ****ty 480 since 4.1.2. I have tried other roms and the only one different is CM10 which displays sideways so that is a huge deprovement.
Lack of support for lapdock is infuriating. With VPN and RDP I was able to leave my laptop at home most days.
Click to expand...
Click to collapse
I am angry about lapdock not working well. Can we all do something about it? HDMI as a whole isn't working well either. This is the Razr HD and it's advertised for having HDMI. But since jelly bean it's not working as it should.
Let's try fixing lapdock first, though. I really want to use it. Maybe webtop won't work, but there might be alternatives, right?

mtvdeo said:
I am angry about lapdock not working well. Can we all do something about it? HDMI as a whole isn't working well either. This is the Razr HD and it's advertised for having HDMI. But since jelly bean it's not working as it should.
Let's try fixing lapdock first, though. I really want to use it. Maybe webtop won't work, but there might be alternatives, right?
Click to expand...
Click to collapse
The solution might be to return to ICS, unfortunately. I don't know enough about how the hdmi works to really make any progress that way. There IS an app in market called Tablet Mode for samsung, but it does work to change the dpi setting without too much effort. HOWEVER. You must use a replacement launcher to use it, if you set the dpi to 192 it will cause constant forceclose of the stock launcher. You also need root. So far I've only tested it with ICS, and since I reinstalled jelly bean from full I don't have root to test it.

EdwardN said:
The solution might be to return to ICS, unfortunately. I don't know enough about how the hdmi works to really make any progress that way. There IS an app in market called Tablet Mode for samsung, but it does work to change the dpi setting without too much effort. HOWEVER. You must use a replacement launcher to use it, if you set the dpi to 192 it will cause constant forceclose of the stock launcher. You also need root. So far I've only tested it with ICS, and since I reinstalled jelly bean from full I don't have root to test it.
Click to expand...
Click to collapse
Whenever i've messed with the DPI it just looks like it makes everything smaller on the same portion of the screen. Until overscan is working i dont think there is anything to be done.

Related

[HowTo][7"] Tablet UI (and MORE!) on Stock JB Based (up to 4.1.2 only)

I must say that the new official JB from Samsung is a great rom, really snappy and beautiful, but my enjoyment of it has been hampered (until now!) with the silly "phablet" interface and its ridiculous placement of buttons, etc. The flashable mods kicking around on the forum do not work for me on this build, and have their own caveats anyway...
So... A new way:
First let me say that this method is a little tedious but the final results are well worth it IMO.
*If you want the quickest, easiest TabletUI on rooted stock then see this post*
Secondly, I will not be responsible for any damage to your device. The modifications work for me. You use them at your own risk.
Ok. Now what you'll all want to see! Here are several thousand words worth of pictures:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So how did I do this you ask? Well my friends come along and I'll explain.
First my device info: P3113 running stock 4.1.1 from here, rooted with CF-Auto-root and running official CWM 6.0.2.3.
**This should work for anyone with a P31XX tablet running a rom with a stock samsung JB kernel. (Probably won't have good results with a rom that has been heavily graphically modified already.)See confirmations below.**
Prerequisites:
Your device Must be rooted and have busybox. (Edit: Having a backup launcher installed before you start is a good idea in case TouchWiz craps out temporarily)
1> We are going to install the Xposed Framework. Follow these instructions completely(steps 1-6) and if you want check out the original thread here and don't forget to thank these guys as all the credit goes to them!
Don't be afraid that this was originally for the GSII it works perfectly on my Tab 2.
2> Now that you have the Xposed framework all set up run Xposed App Settings and navigate to Touchwiz Home, select it and in the next window enable the toggle in the top right to allow modification of its properties. Now set the DPI to 160, leave the other options, click save, then yes.
3> Follow the process in 2> to set Google Play Store to 160 DPI. (This is important. We are going to change the system DPI and this will kinda break Play Store otherwise!)
4> Using your method of choice edit your build.prop. Modify this entry and only this entry:
Code:
ro.sf.lcd_density=160
to read:
Code:
ro.sf.lcd_density=133
5> Now reboot your device (I also wiped cache/dalvik but I don't think its necessary).
I don't think you should have any of the issues i did with Touchwiz. But if you do have it FC repeatedly you can do like I did: used Search gesture from home screen (swipe up from buttons back/home/etc) searched for Nova Launcher and installed via Play Store, opened, tapped "Just Once" when asked about default launcher. Then killed Touchwiz App, wiped its cache/data and rebooted then set Touchwiz as default again.​6> Disable the Quick launch softkey by Settings/Display/Quick launch. This is to avoid graphical overlap in portrait mode, but it is purely cosmetic and you can keep quick launch active if you prefer. (If you want to instead remove the mini app launcher arrow check out this post. Thanks ketut.kumajaya!) Also you may want to set large font by Settings/Display/Font Size.
7> Go through your apps 1 by 1 to see if they look alright with the 133 DPI or if you need to revert to the default 160. Follow the procedure in step 2> for each app you wish to change. For some system apps (Settings for example) you will need to reboot for the changes to take effect.
8> Enjoy your tablet again! And you can even have some fun playing around with app-specific DPI settings. You may find, like I did, that you prefer almost all of your apps in the 133 DPI mode, ie Gmail, Youtube, Contacts, Calendar, Maps, Browser, Settings.
Some additional info:
As an added bonus with Xposed App Settings you can now control the screen DPI and size for almost any application independently of the system/OS. This means that in some cases you can use an app in either tablet or phone mode and use the different resources for each! Have fun playing around with applications and get them tweaked to your preference!
If you want to you can adjust the DPI for System UI. This can get you larger system buttons and notifications/shade. However the width of the nav bar does not scale with the buttons so there are graphical inconsistencies.
Don't adjust any settings for Android System with Xposed as this will lead to System UI FC's (which are a pain in the ass!)
I have only tested this on Stock P3113UECLK7 but my gut tells me that this procedure should work on all 7" Tab 2's running stock. You will just have to be brave like I was and try it out for yourself!
Update: working on P3100 as well(thanks sozofriend1234!)
Update: working on P3110! Thanks haller!
Update: working (and looking sweet!) on kwbr espresso 3110! Thanks artoner974!
Update: Working with KK-Boot Custom Boot Image! Big thanks to karaern for being brave and trying this! (I was too chicken myself, but I am running it now and it is Awesome! Thanks ketut.kumajaya for KK!)
FYI, I set the following additional apps to 160 DPI:
Camera (necessary, I think)
Polaris Office (highly recommended)
Peel Smart Remote (highly recommended)
Internet (put it back because quick control was just too small)
MiniTaskcloserService (fixes transparent line through popup task closer!)
Photo Editor (Had an FC while editing that went away after I set it bak to 160)
Probably some other system apps need to be changed but I have a lot of them frozen or uninstalled.
Update: Using Xposed App Settings, set System UI to 134 DPI and reboot, to make your notification shade (popup) look like it should...
...again! (notice the filled bar for screen brightness, "indicator lights" under power control toggles)
Update: Check this post to see how to get back ALL the filled slider bars!(ie: volume popup indicator)
The only graphical irregularities I see are the mini apps dock being funny looking/cut in landscape and small mini app launcher arrow. (*if you use the filled slider fixes here)
Check out my 170 Dpi TouchWiz! I think it fills the screen nicely at this scale.
Get the Split or Floating keyboard from the Tab2 10.1! Check this post!
Update: Now that you have Xposed Framework running on your device there are other modules besides Xposed App Settings that you have at your disposal. Check them out right here. I am currently using the Alternate App Picker from here. It replaces the popup that asks about default apps which in JB requires you to tap "Just Once" every time with the one from ICS that just has the "Default" tick box! Install any modules like with Xposed App Settings, ie: Install apk, then enable it in Xposed Framework Installer and reboot. :highfive:
Edit: Changed the recommended dpi setting for build.prop from 130 to 133. This is the highest you can set it and keep the tablet ui and,to me, it just seems like everything looks good at this setpoint. Updated Screens with 133 dpi.
I did this and now Touchwiz now force closes, I have the 3113. Any suggestions?
Here is a screen shot
Sezmar said:
I did this and now Touchwiz now force closes, I have the 3113. Any suggestions?
Click to expand...
Click to collapse
Did you try this?
Caldair said:
I don't think you should have any of the issues i did with Touchwiz. But if you do have it FC repeatedly you can do like I did: used Search gesture from home screen (swipe up from buttons back/home/etc) searched for Nova Launcher and installed via Play Store, opened, tapped "Just Once" when asked about default launcher. Then killed Touchwiz App, wiped its cache/data and rebooted then set Touchwiz as default again.
Click to expand...
Click to collapse
The same thing happened to me the first time I booted but I had not set the DPI for TouchWiz to 160 with Xposed App Settings. Make sure that you set the DPI value to 160 for touchwiz (once you have another launcher temporarily installed) then wipe cache/data for TouchWiz, reboot and then activate Touchwiz again.
Caldair said:
6> Disable the Quick launch softkey by Settings/Display/Quick launch. This is to avoid graphical overlap in portrait mode, but it is purely cosmetic and you can keep quick launch active if you prefer. Also you may want to set large font by Settings/Display/Font Size.
Click to expand...
Click to collapse
I don't see this setting (Quick launch) on rooted stock, will it appear at some point?
pupochek said:
I don't see this setting (Quick launch) on rooted stock, will it appear at some point?
Click to expand...
Click to collapse
I guess I didn't look to see if the setting was there before the dpi change. But it was definitely there after I had the tablet UI running. Do you have the extra (4th) button on the nav bar all the time? I don't know what to tell you if the screenshot button is there but not the option to set it. You could maybe try to set the dpi of the Settings apk to 160dpi with Xposed App Settings, reboot and see if it shows up then.
Edit: The option is not there until you have tablet ui active.
Clearing the data from touchwiz worked, thanks!
Error flashing zip in 1st step
Caldair said:
1> Follow these instructions completely(steps 1-6) and if you want check out the original thread here and don't forget to thank these guys as all the credit goes to them!
Don't be afraid that this was originally for the GSII it works perfectly on my Tab 2.
Click to expand...
Click to collapse
Hi,
I have 3100 on stock 4.1.1 but I could not install the zip file in step 1 using CWM. 1st the sig verification failed and after that warning the installation aborted. Disabled the sig verification as well but the installation aborts as soon as it starts. :crying::crying::crying:
Any help would be much appreciated. :good:
Got it working by installing the APK attachment from original thread. Thanks a ton.
Can you please help me with the dpi settings for the phone app please. As I made the settings for phone to be 160 dpi but it still shows a bit compressed.
sozofriend1234 said:
Hi,
I have 3100 on stock 4.1.1 but I could not install the zip file in step 1 using CWM. 1st the sig verification failed and after that warning the installation aborted. Disabled the sig verification as well but the installation aborts as soon as it starts. :crying::crying::crying:
Any help would be much appreciated. :good:
Got it working by installing the APK attachment from original thread. Thanks a ton.
Can you please help me with the dpi settings for the phone app please. As I made the settings for phone to be 160 dpi but it still shows a bit compressed.
Click to expand...
Click to collapse
I am glad that you got it working! :good: Unfortunately My device does not have calling/wireless so I do not have a visible phone app to expiriment on. Possibly setting the dpi to 160 and set the screen resolution (with the drop down list next to dpi in Xposed App Settings) to 600x1024? Sorry but other than that I think you will just have to expiriment yourself. Good luck :fingers-crossed:.
PS Good to know that this will work on devices other than p3113. Thanks for diving in and trying it out!
The Xposed Framework is a very powerfull mod with add on modules available allowing you to control many facets of your device. Check out the updated first post to learn more, including how to get the ICS style default app picker screen and never tap "Just Once" again!!
Updated screen shots to reflect 133 screen density.
[How To][P31XX] Tablet UI on Stock JB rooted
It work perfectly on P3110 kwbr espresso clean 3.0 and nova launcher.
Thx!
Uploaded with ImageShack.us
Fixed transparent line in Popup Task Manager!
Just use Xposed App Settings to set MiniTaskcloserService DPI=160.
Updated first post/screenshots.
P.S. I have been running Music Player at 120dpi and I really like the look! Bigger album art in now playing window! Lookin' good.
Re: [How To][P31XX] Tablet UI on Stock JB / Stock Based (+ Per App DPI Control AND MO
Hey to all
Got this going on the gtab2, pretty sic
Was wondering if there is a way to get the vol bar to light up instead of the dot?
Sent from my GT-P3113 using Tapatalk HD
sickysticky said:
Hey to all
Got this going on the gtab2, pretty sic
Was wondering if there is a way to get the vol bar to light up instead of the dot?
Sent from my GT-P3113 using Tapatalk HD
Click to expand...
Click to collapse
I hadn't noticed before but you are right; the volume indicator popup doesn't have the filled bar like it should! I will look into this... but don't hold your breath because I bet that is part of systemui...:fingers-crossed:
Good job thanks
sickysticky said:
Was wondering if there is a way to get the vol bar to light up instead of the dot?
Click to expand...
Click to collapse
So... I can get the volume bar to light up by increasing the dpi of Android System... but doing this breaks System UI so you have no buttons or notification area. Sorry, I don't see a fix coming for that.
See down a couple posts!
But! You can get the filled slider back for screen brightness in the notification shade by setting System UI to 134 dpi with xposed app settings!:laugh: going to add this to first post
I like TouchWiz. But it always bothered me how much of the screen it wasted, left completely blank except for wallpaper.
Well I decided to take that space back! (Some of it anyway!!) :silly:
Say Hello to TouchWiz @ 170 DPI:
If you want this then use the method in the first post to set TouchWiz Home to DPI: 170 with Xposed App Settings. Preempt Touchwiz's FC by using the link to settings for TouchWiz in the top corner of Xposed App Settings to clear data and Force Stop TouchWiz Home. (after saving your changes in Xposed of course)
Also, if you update Xposed Installer and Xposed App Settings you can set the font scale on a per app basis! In the pictures above TouchWiz is set to 120%.
Anyone Feel Like Sliders??
Scratch that last about not being able to get this
back!
To get back your volume pop filled slider you must do this:
1. Using newest version (0.2 now) of Xposed Application Settings; Set System UI to 134 DPI and set Screen (dp,px): to 800x1280 and Save. (you can tick xlarge res also, not sure if it makes a dif. and not necessary)
2. Use Xposed A.S. to set Android System to 134 DPI and Save. (xlarge res optional again)
3. Reboot. (With the option to wipe cache/dalvik)
Just be prepared for the regular TouchWiz nonsense, but I think I avoided it!
Now the "cost" of this change is that the Mini App Laucher Dock ends up looking like this in landscape:
Weird spacing and shifted right and cut of 3/4's of the way across the screen.
Plus the Mini App Launcher arrow that resides on the nav bar shrinks
I actually see this as a positive though!
Also as a result of setting System UI to 800x1280 you will get the following improved appearances (in addition to the vol slider):
Improved Portrait Mini App Launcher appearance;
and Improved Notification Shade appearance (larger text/better icons);
Now, for my next trick... Every Other Filled Slider I could find!
There are a couple in Settings. First Settings/Sound/Volume:
and Second, Settings/Display/Brightness:
To get these back you need to use Xposed A.S. to set Settings DPI to 134, Save and reboot(/kill settings)!*
And, Last but definitely not least Task Manager has a filled slider in the RAM manager tab:
(and 2 other ones in the Storage tab, not pictured, that this fixes too!)
To see these bars again use our best friend Xposed App Settings to set Task manager to 134 DPI and Save. Done.*
*As a side note you could set Settings and/or Task manager anywhere from 134 to 160 DPI, if you prefer the larger "stock" appearance, and still have the filled slider bar.
Enjoy! :victory:
Re: [How To][P31XX] Tablet UI on Stock JB / Stock Based (+ Per App DPI Control AND MO
Nice work bro :thumbup:
Sent from my GT-P3113 using Tapatalk HD

PA? Whats the hype?

Ok so I prefer AOKP, sometimes CM if an official final release ever comes out. I've been sniffing about at the Paranoid Android ROM some. I'd like some feedback on what the special deal is that brings everyone over to it.
I'm aware of the ability to change the DPI and color of each individual apps which sounds nice if you are into that - but what other things draw people to it besides that? If it's just that it has AOKP and CM features along with the dpi/app color stuff then I'd just prefer to stick with AOKP. Is there anything else?
How's the battery life with the included kernel? Are other kernels better to go with?
The kernels pretty much a stock Google kernel ... I prefer to use other kernels like trinity and faux but the ROM is nice .
Although I'm a big fan of Steve's aokp
Sent from my Nexus 4 using Tapatalk 2
if you like aokp and are thinking of switching roms try codefirex if you havent. it has some form of all aokp features but its super optimized with the latest linaro and google optimizations and you can tell the difference over aokp/cm. im not a fan of PA because i think its just too customizable and is overwhelming because i would be so worried about getting everything "just right." i like most of the stock feel and a good amount of customization but to pick a color and density and ui mode for every app is just too much for me. the rom ends up feeling clunky and just wrong, but many people like it, but it sounds like its not your thing either
Where is the thread for codefirex? .. Does it have the bionic optimisations ?
Sent from my Nexus 4 using Tapatalk 2
mbucks911 said:
if you like aokp and are thinking of switching roms try codefirex if you havent. it has some form of all aokp features but its super optimized with the latest linaro and google optimizations and you can tell the difference over aokp/cm. im not a fan of PA because i think its just too customizable and is overwhelming because i would be so worried about getting everything "just right." i like most of the stock feel and a good amount of customization but to pick a color and density and ui mode for every app is just too much for me. the rom ends up feeling clunky and just wrong, but many people like it, but it sounds like its not your thing either
Click to expand...
Click to collapse
Yeah thanks, I was thinking that same thing for the most part. I don't want to nit pick around and screw with DPI settings, my eyes are bad enough I don't need things smaller and the stock colors work fine for me.
italia0101 said:
Where is the thread for codefirex? .. Does it have the bionic optimisations ?
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
What are these bionic optimizations that I keep seeing come up all about?
VoiD_Dweller said:
Yeah thanks, I was thinking that same thing for the most part. I don't want to nit pick around and screw with DPI settings, my eyes are bad enough I don't need things smaller and the stock colors work fine for me.
What are these bionic optimizations that I keep seeing come up all about?
Click to expand...
Click to collapse
There specific optimisations for krait which drastically improve memory management etc on the s4 pro
Sent from my Nexus 4 using Tapatalk 2
VoiD_Dweller said:
Yeah thanks, I was thinking that same thing for the most part. I don't want to nit pick around and screw with DPI settings, my eyes are bad enough I don't need things smaller and the stock colors work fine for me.
What are these bionic optimizations that I keep seeing come up all about?
Click to expand...
Click to collapse
Here's another good explanation: http://forum.xda-developers.com/showpost.php?p=37767038&postcount=1825
I am a tinker. So thats what PA gives me.
I change shyte all day, everyday. Then I add Franco Kernel. I get to tinker with that also.
if all you want is vanilla, stay with what ya got. If you want Everything your way. Then BK this mofo and install PA.
Its only daunting at first. Once you understand where the settings are you are all good.
Truthfully, if you are installing a Custom rom, I can't personally understand why you would install any else.
VoiD_Dweller said:
screw with DPI settings, my eyes are bad enough I don't need things smaller
Click to expand...
Click to collapse
we get this a lot. but its wrong. many people have mixed it up with "tablet mode" before and build.prop system dpi nonsense. none of this stuff applies. theres nothing getting smaller unless you want it small, seperate from the UI you choose ofc. in fact pa is sometimes used by the elderly with bad eye sight, since you can make apps big as well. not that this is pa's premise, but just for reference.
usually people who havent tried hybrid engine have no clue what it is - for me personally its androids most important modification, because i know what it can do. i doubt theres anything in the rom scene that comes close to it in complexity and practicability. and the latter point is important. its not a toy. it makes a phone better in so many productive ways, far beyond anything you can achieve through typical customization.
its one of many unique features btw,
here's another,
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
if youre a gamer you'll love pie. all features we make are meant for actual use of the phone, not just fooling around with 2-3 quick access settings a couple of seconds every day, although we have it as well.
One of the best things pa did was ditch cm as their base.
Its refreshing to see the nexus ROM scene as a whole seems to pulling away from all the cm10 and aokp based / kanged Roms.
Nothing wrong with those roms if that's your thing. Others like close to aosp with some tweaks. Not let's toss in every single thing we can think off.
Yea I LOVE pie ... I'll give you that
Sent from my Nexus 4 using Tapatalk 2
Paranoid android is awesome!
Sent from my Nexus 4 using xda app-developers app
I have tried PA a few times but each time I've been surprised by the LACK of of customization features. I can easily find the hybrid engine settings and edit the hell out of them but I don't find it useful at all. I'm not sure if I've just missed or if they really just don't exist.
Here's a list of some great small AOKP features that I couldn't find in PA. I would be happy if someone more familiar with PA could confirm if they exist or not.
- Clock position (center/right/dont show)
- Clock color
- Navbar & Statusbar opacity
- Kill-all button on recents menu
- Option to hide the hints of left and right widgets when opening lockscreen
- Volume music controls (long press to next/prev)
- Allow all widgets in lockscreen
- Navbar longpress actions
- LED notification customization (has to be in ROM, not a buggy 3rd party app)
- Less frequent notification sounds
I can live without one or two of these functions but since I couldn't find any of them in PA I just had to uninstall it after a few minutes.
Jiia said:
I have tried PA a few times but each time I've been surprised by the LACK of of customization features. I can easily find the hybrid engine settings and edit the hell out of them but I don't find it useful at all. I'm not sure if I've just missed or if they really just don't exist.
Here's a list of some great small AOKP features that I couldn't find in PA. I would be happy if someone more familiar with PA could confirm if they exist or not.
- Clock position (center/right/dont show)
- Clock color
- Navbar & Statusbar opacity
- Kill-all button on recents menu
- Option to hide the hints of left and right widgets when opening lockscreen
- Volume music controls (long press to next/prev)
- Allow all widgets in lockscreen
- Navbar longpress actions
- LED notification customization (has to be in ROM, not a buggy 3rd party app)
- Less frequent notification sounds
I can live without one or two of these functions but since I couldn't find any of them in PA I just had to uninstall it after a few minutes.
Click to expand...
Click to collapse
Try revolt jb.
It is AOKP + CM + PA
Sent from my Nexus 4 using xda app-developers app
Jiia said:
I have tried PA a few times but each time I've been surprised by the LACK of of customization features. I can easily find the hybrid engine settings and edit the hell out of them but I don't find it useful at all. I'm not sure if I've just missed or if they really just don't exist.
Here's a list of some great small AOKP features that I couldn't find in PA. I would be happy if someone more familiar with PA could confirm if they exist or not.
- Clock position (center/right/dont show)
- Clock color
- Navbar & Statusbar opacity
- Kill-all button on recents menu
- Option to hide the hints of left and right widgets when opening lockscreen
- Volume music controls (long press to next/prev)
- Allow all widgets in lockscreen
- Navbar longpress actions
- LED notification customization (has to be in ROM, not a buggy 3rd party app)
- Less frequent notification sounds
I can live without one or two of these functions but since I couldn't find any of them in PA I just had to uninstall it after a few minutes.
Click to expand...
Click to collapse
yes
yes (best implementation in the rom scene -> per app color)
yes (best implementation in the rom scene -> per app color)
yes (from us originally, best implementation in the rom scene -> elegant android 4.2 solution, all UI's, even PIE)
yes
yes
no, we dont want it
yes
yes
anyway. most of this stuff, thats toys. how often did i screw around with silly quick options today? 2 seconds maybe. i switched on bluetooth. meanwhile i've actually used my phone, written mails in the best email client possible. i've talked to people via the best gtalk client possible. i've set settings in the best settings app possible. an entire market with thousands of apps is simply not accessible to you: https://play.google.com/store/apps/collection/tablet_featured you're locked out.
the fact is, youre using apps that were made to run on pocket watches. the sdk is years old and does not reflect contemporary technology anymore. your nexus4 was simply left behind. it falls back to 360p, which was used on the tiny htc wildfire xx years ago. keep in mind, 360p is WAY too small for your n4, but since the sdk is so old the next margin is 600p, you reach it almost but not quite, so back to 360. and with that you sift through unbelievable clumsy, unintuitive non-optimized apps. not to mention things like PIE, per app color, per app expanded dektop, the only rom on android that has a flawless tabletUI and a flawless phabletUI - and who knows what. i dont count anymore.
Thanks molesarecoming, I really need to give it another try. Clearly I just couldn't find the proper place for the settings.
molesarecoming said:
in fact pa is sometimes used by the elderly with bad eye sight, since you can make apps big as well. not that this is pa's premise, but just for reference.
usually people who havent tried hybrid engine have no clue what it is - for me personally its androids most important modification, because i know what it can do. i doubt theres anything in the rom scene that comes close to it in complexity and practicability. and the latter point is important. its not a toy. it makes a phone better in so many productive ways, far beyond anything you can achieve through typical customization.
if youre a gamer you'll love pie. all features we make are meant for actual use of the phone, not just fooling around with 2-3 quick access settings a couple of seconds every day, although we have it as well.
Click to expand...
Click to collapse
Awesome reply and thanks for putting the time into an explanation like that. I had flashed PA onto my phone earlier and clearly didn't give it the time deserved to determine if it was worth keeping. I'll give it a few days and see how it goes.
molesarecoming said:
anyway. most of this stuff, thats toys. how often did i screw around with silly quick options today? 2 seconds maybe. i switched on bluetooth. meanwhile i've actually used my phone, written mails in the best email client possible. i've talked to people via the best gtalk client possible. i've set settings in the best settings app possible. an entire market with thousands of apps is simply not accessible to you: https://play.google.com/store/apps/collection/tablet_featured you're locked out.
Click to expand...
Click to collapse
I didn't realize I could use tablet apps. Out of curiosity what is the best email and gtalk client you are referring to, in your opinion?
Thanks for everyone's input on my original question..
the same gmail and the same gtalk thats installed on your phone. the problem is, yours looks like this: http://www.abload.de/img/2013-01-04-15.02g2z5f.jpg
mine looks like this: http://www.abload.de/img/n4-product-heroe5z5zbaj5a.jpg
that means i can actually see who writes me and switch back and forth. im not locked into one puny view.
your gmail: http://www.chip.de/ii/1/1/2/4/9/1/4/7/1bbccb0a376e8d44.jpg
my gmail: http://www.abload.de/img/shots_12pk0x.png (last row)
as you see, your apps are crippled beyond repair. thats how they look on my pocket watch.
that gtalk screenshot shows tablet mode all around but again, its separate, it doesnt matter, can be anything you want. same as for stuff being small, one tap and its bigger (last screenshot shows you the controls, slider controls size, dropdownbox lets you pick the UI). my gmail for instance displays in the exact same fontsize as in phoneUI. since nex4 is technically close to a tablet it can pull it off beautifully.
same holds true for tablet apps. most of these wouldnt even run on your phone, but do on mine. apps, thats what you are actually using and interacting with, 99% of the time you use your phone. here's where i see potential for customization. the last 1% where i wanna quicktoggle bluetooth is important, too - but thats fairly standard. every rom has it.
I can't justify using PA myself to be fair.
While my girlfriend though PIE was cool, I find it slow and a poor alternative to the notification bar outside of looking cool, so found myself not using it except to show off. When I actually wanted to do stuff with my phone, the on screen buttons were much faster coupled with the notification bar.
All the DPI stuff I tried, then set back to default. The colours everyone is raving about, I absolutely hate, and I simply cannot live without holding the home button to turn off the screen lol. I don't know why but using the power button or a quick toggle on the notification bar is just so 1980.
Aside from those things, and in all fairness, there is nothing really wrong with PA I just always go back to AOKP as it really does seem more customisable than PA when you take away useless DPI editing which adds nothing to the experience of using a phone.
molesarecoming said:
the same gmail and the same gtalk thats installed on your phone. the problem is, yours looks like this: http://www.abload.de/img/2013-01-04-15.02g2z5f.jpg
mine looks like this: http://www.abload.de/img/n4-product-heroe5z5zbaj5a.jpg
that means i can actually see who writes me and switch back and forth. im not locked into one puny view.
your gmail: http://www.chip.de/ii/1/1/2/4/9/1/4/7/1bbccb0a376e8d44.jpg
my gmail: http://www.abload.de/img/shots_12pk0x.png (last row)
as you see, your apps are crippled beyond repair. thats how they look on my pocket watch.
that gtalk screenshot shows tablet mode all around but again, its separate, it doesnt matter, can be anything you want. same as for stuff being small, one tap and its bigger (last screenshot shows you the controls, slider controls size, dropdownbox lets you pick the UI). my gmail for instance displays in the exact same fontsize as in phoneUI. since nex4 is technically close to a tablet it can pull it off beautifully.
same holds true for tablet apps. most of these wouldnt even run on your phone, but do on mine. apps, thats what you are actually using and interacting with, 99% of the time you use your phone. here's where i see potential for customization. the last 1% where i wanna quicktoggle bluetooth is important, too - but thats fairly standard. every rom has it.
Click to expand...
Click to collapse
I see.. Thanks, I'll give it a whirl for sure now..

S-View Cover DPI

I used ROM toolbox and xposed to modify the DPI on my phone. The systemwide build.prop setting is 320 with a few apps manually adjusted to be the native 480. My issue is that the S-view cover window has now correspondingly shrunken, but I can't identify an app in xposed that looks to drive the S-view window. Does anyone know if this is a standalone apk or perhaps built in with another apk I can adjust. I don't want to lose my 320 DPI on the lock screen, status bar, notification bar, etc. but would ideally increase the S-view window back up to 480.
Thanks in advance for any info!
Sent from my SM-N900V using Tapatalk
bball840 said:
I used ROM toolbox and xposed to modify the DPI on my phone. The systemwide build.prop setting is 320 with a few apps manually adjusted to be the native 480.
Click to expand...
Click to collapse
Did you do the system wide 320 with ROM toolbox? Which apps did you feel like you had to restore to 480? Was it just because of looks or was it affecting functionality in some apps?
I really like 320 and did use ROM Toolbox to apply it to the build.prop. I ran my Note 2 between 220 and 240, and 320 on the Note 3 is pretty similar. Most apps work well, but I put the camera back to 480 using Xposed because the text for some of the menu options was overlapping at 320. Also, I'm using the AOSP browser for quick control capabilities and prefer those to be a little larger than 320 so bumped it up to around 400.
Sent from my SM-N900V using Tapatalk
Darn... If I set it to 320 I get that stupid weather widget on my lock screen... any way to get rid of that?
b00mb00mchuck said:
Darn... If I set it to 320 I get that stupid weather widget on my lock screen... any way to get rid of that?
Click to expand...
Click to collapse
My gear bypasses the lock screen, so I don't have a weather widget issue. I think I saw a thread by someone else asking about that question, though, so you may want to do a quick forum search.
b00mb00mchuck said:
Darn... If I set it to 320 I get that stupid weather widget on my lock screen... any way to get rid of that?
Click to expand...
Click to collapse
That was exact same thing I ran into. Nothing I froze fixed it. In the end I switched lockscreen to pin version and all is well.
Sent from my SM-N900V using Tapatalk 2
As FYI to anyone else with my original question, it sounds like the S-view cover code is embedded in the android package and thus not accessible by Xposed App Settings. So, if it is even possible to fix the issue, it is way above my head. My workaround, which gets pretty close to a solution but is a major pain, is to leave the system DPI alone at 480 in the build.prop but to then manually change most of the apps I use to be around 320. This scales the apps nicely, and I then shrunk what I could in Nova to size my home screen to my liking and then used Xposed Status Bar Mods GE to clean up the excess size in the status and navigation bars. Perhaps someday someone a lot smarter than me will come up with mods for the actual s-view window size and maybe even additional functionality additions!
Sent from my SM-N900V using Tapatalk
Subscribing for a solution. I would LOVE to figure this out as well.
bball840 said:
As FYI to anyone else with my original question, it sounds like the S-view cover code is embedded in the android package and thus not accessible by Xposed App Settings. So, if it is even possible to fix the issue, it is way above my head. My workaround, which gets pretty close to a solution but is a major pain, is to leave the system DPI alone at 480 in the build.prop but to then manually change most of the apps I use to be around 320. This scales the apps nicely, and I then shrunk what I could in Nova to size my home screen to my liking and then used Xposed Status Bar Mods GE to clean up the excess size in the status and navigation bars. Perhaps someday someone a lot smarter than me will come up with mods for the actual s-view window size and maybe even additional functionality additions!
Sent from my SM-N900V using Tapatalk
Click to expand...
Click to collapse
I used the same method, but it requires many changes within App Settings.
A solution to force 480 DPI for the S View lockscreen would be great !
+1, been looking like an animal for a solution.
subcribe to thread!
need s-cover window in 320dpi
It's probably packed with system ui and see it tgat changes it.
Sent from my SM-N900V using xda app-developers app
Hi Guys, i have a Galaxy Note 3 (SM-N9005) from Germany.
My S-View Cover is in delivery Status so i cannot test it but i have following find out:
The S_View File (XML, Smali and so on) are in the com.android.setings.
I have changed my DPI to 320 via buildprop and i use the app "Appsettings" to change the DPI on many Apps (eg. Phonecontacts)
When i change "com.android.settings" to original DPI the Systemsettings from Samsung are in this DPI.
I think its the Control of S-View Window.
You can test it.
I will test it when i have my S-View Cover
Hope that helps anybody
Sorry for my english
PS. The Notification Pulldown is still in 320 DPI
I found a new app in the battery usage list after buying a s view cover. GlanceViewmk
Maybe that has something to do with the s view window?
I am using the sprint version of the note 3, but I am looking for a similar solution to the dpi for the S-View Window. As a test to the theory below, I used Appsettings to change the dpi of com.android.settings to 320 since I am using the default dpi and it did change the dpi for the settings app, but did not make a difference to the dpi of the S-View Window. Hopefully we'll get this figured out soon.
dj alex z said:
Hi Guys, i have a Galaxy Note 3 (SM-N9005) from Germany.
My S-View Cover is in delivery Status so i cannot test it but i have following find out:
The S_View File (XML, Smali and so on) are in the com.android.setings.
I have changed my DPI to 320 via buildprop and i use the app "Appsettings" to change the DPI on many Apps (eg. Phonecontacts)
When i change "com.android.settings" to original DPI the Systemsettings from Samsung are in this DPI.
I think its the Control of S-View Window.
You can test it.
I will test it when i have my S-View Cover
Hope that helps anybody
Sorry for my english
PS. The Notification Pulldown is still in 320 DPI
Click to expand...
Click to collapse
i have my whole system at 360 dpi... install per app dpixposed and search for sview and set that to 480... that fixes the main screen the pain ins fixing the camera and action note... if u do the same thing with them it sort of fixes it but gets jacked up in other ways.. o also need to set phone app to 480 and that somewhat fixes it... u will see what i mean by somewhat when u try.. but its still better than it was....
benji667 said:
i have my whole system at 360 dpi... install per app dpixposed and search for sview and set that to 480... that fixes the main screen the pain ins fixing the camera and action note... if u do the same thing with them it sort of fixes it but gets jacked up in other ways.. o also need to set phone app to 480 and that somewhat fixes it... u will see what i mean by somewhat when u try.. but its still better than it was....
Click to expand...
Click to collapse
Can you elaborate? Is the app called "dpixposed" ? I've searched the xposed framework modules area in the app for "dpi" and do not see a module by that name. I have the "App Settings" xposed module installed, which allows users to tinker with dpi on a per-app basis, but "sview" doesn't turn up any results.
Maybe we can help you fix the other problems you're having, too? Can you elaborate on those? Screenshots, maybe?
Please give us more info, like a step by step with links to where we can download any required apps/modules/etc. Thanks!
DrPhant0m said:
Can you elaborate? Is the app called "dpixposed" ? I've searched the xposed framework modules area in the app for "dpi" and do not see a module by that name. I have the "App Settings" xposed module installed, which allows users to tinker with dpi on a per-app basis, but "sview" doesn't turn up any results.
Maybe we can help you fix the other problems you're having, too? Can you elaborate on those? Screenshots, maybe?
Please give us more info, like a step by step with links to where we can download any required apps/modules/etc. Thanks!
Click to expand...
Click to collapse
My bad app settings is what I was talking about
benji667 said:
My bad app settings is what I was talking about
Click to expand...
Click to collapse
Cool... so, what did you search for to change the DPI of the S-View window? Many have tried... none have succeeded.
DrPhant0m said:
Cool... so, what did you search for to change the DPI of the S-View window? Many have tried... none have succeeded.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
u have to restart your phone after too

Changing Note 4 DPI settings and what to change back to stock *Updated 4/25/2015*

originally for KITKAT roms only. Settings should work fine on lollipop.
OK, so I love changing the DPI of my phone and apps. so i thought why not share what I know with others.
These are the apps that I feel are needed to be changed , so if you think i missed one just tell me and I'll add it.
another note i don't use the touchwiz launcher and different roms can use one that's modded.
of course your phone needs to be ROOTED
you can use whatever app you like to change your DPI, I used xposed app settings and would suggest the same
NOTE 4 default DPI is 640
In xposed app settings to change your system DPI you turn on
android system & system ui
and change it to your desired DPI (320 for me).
(you can also change it using the build.prop)
I guess its necessary to say this:
IF YOU CHANGE YOUR DPI IN ANY WAY, DO AS STATED BELOW
These apps you will need to change back to stock: 640
camera
camera test
com.sec.android.gallery3d.panorama360view
com.sec.android.ofviewer
com.sec.android.sviewcover
com.sec.phone
contacts
gallery
incallui
com.android.mms
phone
photo studio
s health
samsung camera filter
touchwiz home
video trimmer
not changing some can cause it to not function properly or FC
These setting are recommended if you use them:
S-Voice
- you don't have to change the dpi to stock unless you want to but if you get a FC change the screen dp to 480x854
Samsung Keyboard
- you can leave it the same as your new DPI or change it to stock DPI if the secondary icons alignment bothers you, check the box 'apply res to widgets',
Lockscreen (com.android.keyguard)
- you don't have to change this one back to stock but if you use lockscreen security the bottom will look weird
- to change it to stock, enter the stock DPI (640) and check the box 'apply res to widgets'. A reboot will be requried
Smart Remote
-change dpi back to stock and change screen dp to 320x480
Calendar
-if you use it I recommend you change it back to stock because the on screen notification size will be off
Wink app
-it will think your using a tablet and causes issues so change to stock
Swiftkey
-resize using keyboards builtin resizer
PLEASE DON'T FORGET TO HIT SAVE ON EACH ONE AND REBOOT YOUR PHONE AFTER
IF I MISSED ANYTHING OR YOU WANT ANYTHING ADDED PLEASE TELL ME
THIS ARE MY PERSONAL SETTINGS AND IF YOU CHOOSE TO DO THE SAME ITS AT YOU OWN FREE WILL
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hey, thanks for the expansive list! I wanted to do something with the DPI as well but I didn't know what it would look like.
Would you mind sharing some screenshots of your modified UI. Just want to get a good idea of what it looks like before I jump in. :laugh:
xfachx said:
Hey, thanks for the expansive list! I wanted to do something with the DPI as well but I didn't know what it would look like.
Would you mind sharing some screenshots of your modified UI. Just want to get a good idea of what it looks like before I jump in. :laugh:
Click to expand...
Click to collapse
sure just give me a bit I am actually at work lol. I will try to do a before and after.
my launcher is google now btw and i should probably turn off my wanam too lol
Any idea what to change so that the fingerprint scanner stuff on the lockscreen lines up properly? At 540 the text and the arrow are moved over to the left. I haven't been able to find the magic setting.
xfachx said:
Hey, thanks for the expansive list! I wanted to do something with the DPI as well but I didn't know what it would look like.
Would you mind sharing some screenshots of your modified UI. Just want to get a good idea of what it looks like before I jump in. :laugh:
Click to expand...
Click to collapse
images uploaded
abn.geek said:
Any idea what to change so that the fingerprint scanner stuff on the lockscreen lines up properly? At 540 the text and the arrow are moved over to the left. I haven't been able to find the magic setting.
Click to expand...
Click to collapse
i addressed that. if you use the fingerprint scanner and change its DPI it wont line up. you either have to live with it or change it to stock
Thank you for the visual comparisons! Definitely gonna play with it for sure. I feel that the UI elements are just too large and its confusing since its a large phone with higher resolution! Appreciate the screenshots!
kendonsh said:
images uploaded
i addressed that. if you use the fingerprint scanner and change its DPI it wont line up. you either have to live with it or change it to stock
Click to expand...
Click to collapse
Man I don't know why it doesn't work for you - see my fingerprint lockscreen attached - build.prop is set to 480 and modifying keyguard worked for me (setting via appsettings to 640 and apply res to widgets checked and then full reboot). This was when I was setting up my phone so I did clear cache and dalvik cache in TWRP at some point, though I'm pretty sure this worked before doing that.
dawheat said:
Man I don't know why it doesn't work for you - see my fingerprint lockscreen attached - build.prop is set to 480 and modifying keyguard worked for me (setting via appsettings to 640 and apply res to widgets checked and then full reboot). This was when I was setting up my phone so I did clear cache and dalvik cache in TWRP at some point, though I'm pretty sure this worked before doing that.
Click to expand...
Click to collapse
That's what I said. You have to change keyguard back to stock (640) or it won't line up. I showed examples in the first post. Lol
Sent from my SM-N910T using XDA Premium 4 mobile app
kendonsh said:
That's what I said. You have to change keyguard back to stock (640) or it won't line up. I showed examples in the first post. Lol
Sent from my SM-N910T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
My bad - the way you phrased your response to that guy was a bit unclear.
dawheat said:
My bad - the way you phrased your response to that guy was a bit unclear.
Click to expand...
Click to collapse
all is good
what is your screen resolution?? full hd 1080 ??
i use other app , set to full hd , 401 dpi , all things look normal , except camera (the left and bottom side have black screen)
a_tumiwa said:
what is your screen resolution?? full hd 1080 ??
i use other app , set to full hd , 401 dpi , all things look normal , except camera (the left and bottom side have black screen)
Click to expand...
Click to collapse
Did you even read the first post? I even added pictures
Sent from my SM-N910T using XDA Premium 4 mobile app
thanks~ Was wondering why the incall pop up wasn't lined, i wasn't thinking to search for "incall" lmao
kendonsh said:
Did you even read the first post? I even added pictures
Sent from my SM-N910T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
i read it and view your images, but i didnt find u mention the resolution in width x height , only dpi
a_tumiwa said:
i read it and view your images, but i didnt find u mention the resolution in width x height , only dpi
Click to expand...
Click to collapse
Well you ended up changing your DPI from the default 640 so you must correct the apps I listed. Thats why your camera doesn't look right.
Cuz notice you said your DPI changed to 401 hense a change in DPI
Sent from my SM-N910T using XDA Premium 4 mobile app
I have been changing DPI for my android phones since the first Galaxy One. I changed to an iPhone and now back to Galaxy Note 4. I really don't get why the screen elements are so big which render a big screen useless unless you have sight issues. They should at least give us options to do this officially instead of having to fiddle with rooting>exposed framework>changing dpi>setting each app up or even having to find specially sized apk files.
Come on Samsung! Is there a way to fix the S Health Pedo Widget after changing the DPI?
Thanks for the guide :good:
Amazing guide! Thanks for this :highfive:
Hey kendonsh. I implemented all your DPI changes (at 480) and really loving it. Can you please point me in the right direction how to fix these two minor issues - see screenshots:
1. Meeting notification from calendar is not centred
2. When I add a frame to a photo it appears broken and too small
this one isnt working when setting it back to 640.. (com.sec.android.sviewcover) when i close my sview case Im only seeing have the image buttom half is black out where sliders are...
Any suggestions??
quantumtraveler said:
Hey kendonsh. I implemented all your DPI changes (at 480) and really loving it. Can you please point me in the right direction how to fix these two minor issues - see screenshots:
1. Meeting notification from calendar is not centred
2. When I add a frame to a photo it appears broken and too small
Click to expand...
Click to collapse
1. I forgot about that one you have to change calender back to stock sadly enough
2. I am not having that issue, I'll attach a screenshot. I have been editing my settings this past week since I had a rom update. I'll double check the setting difference and let you know

No root and want to modify your DPI? You can!

Make use of that super saturated 2k panel!
1. Download the Android SDK
2. Extract it to a desired location
3. Navigate through the extraction to SDK > Platform Tools
4. SHIFT+RIGHT CLICK anywhere inside this folder and click "open command window here"
6. Make sure you have the correct drivers for your phone
5. Turn on USB Debugging and plug your phone into the computer
6. Tell your phone to trust the computer
7. In the command window, run the following command but replace *** with the desired DPI (I use 540)
Adb shell wm density ***
8. Reboot phone to have changes fully take effect.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is wonderful news. Do you know what the stock DPI was?
isosunrise said:
This is wonderful news. Do you know what the stock DPI was?
Click to expand...
Click to collapse
Tis 640
PizzaSauce said:
Tis 640
Click to expand...
Click to collapse
Isn't 640 DPI better than 540? What do you gain from changing it to less dots per inch? Bit of a n00b since I always left displays stock on phones.
will.bates94 said:
Isn't 640 DPI better than 540? What do you gain from changing it to less dots per inch? Bit of a n00b since I always left displays stock on phones.
Click to expand...
Click to collapse
It changes the dots per inch.
The benefit is you can fit way more stuff on the screen and force apps into tablet mode on a non tablet device.
E. G. Dpi is 640 and the dialer may display 5 contacts. You change the DPI to 540 and it may display 7-8 on the same screen. It is almost necessary with a phone this big unless you have bad eye site because the phone utilizes the screen real estate so badly in Stock dpis
will.bates94 said:
Isn't 640 DPI better than 540? What do you gain from changing it to less dots per inch? Bit of a n00b since I always left displays stock on phones.
Click to expand...
Click to collapse
The setting determines what size the phone will make elements on the screen.
If the DPI setting is low like that, the device thinks it's a tablet and will scale things smaller for the bigger screen.
The device knows the screen's resolution. The device needs a setting to scale screen elements to a good size for the size of the screen.
So lower DPI effectively tricks the phone into thinking the screen is bigger than 5.7" and scales elements smaller for the bigger screen.
kimdoocheol said:
It changes the dots per inch.
The benefit is you can fit way more stuff on the screen and force apps into tablet mode on a non tablet device.
E. G. Dpi is 640 and the dialer may display 5 contacts. You change the DPI to 540 and it may display 7-8 on the same screen. It is almost necessary with a phone this big unless you have bad eye site because the phone utilizes the screen real estate so badly in Stock dpis
Click to expand...
Click to collapse
I SEE what you are saying! I was thinking we were reducing the amount of dots or pixels that will be used in the display, overall changing the resolution! Thanks for clearing that up bruh.
@PizzaSauce thanks man, this cleared up a lot. Thank god you made this happen, first time with a note and it felt like I was on a Playskool phone from fisher price.
will.bates94 said:
I SEE what you are saying! I was thinking we were reducing the amount of dots or pixels that will be used in the display, overall changing the resolution! Thanks for clearing that up bruh.
Click to expand...
Click to collapse
Yeah, you got it. If root ever comes out definitely get xposed framework and app settings which allows individual dpi settings for apps. I'm guessing this workaround does it on everything, which is still really cool cause the only way I know to do it manually is by editing the build.prop. Similar to how you can add capacitive buttons
Dialer app is missing logo and things seem odd. Can't add anymore apps to the screen, everything is just more smushed together. Running ART should I wipe cache via SDK?
Nothing is lined up either.
will.bates94 said:
Dialer app is missing logo and things seem odd. Can't add anymore apps to the screen, everything is just more smushed together. Running ART should I wipe cache via SDK?
Nothing is lined up either.
Click to expand...
Click to collapse
I noticed the stock dialer thing too. Ended up using a different dialer app; ExDialer w/ Android L theme
I don't know about not being able to add apps, I use Nova launcher though.
Not sure about the ART thing, I'm on Dalvik myself
Does this chance persist through reboots?
Just a heads up, the stock samsung apps bug out when you change the DPI. They are still usuable but for instance the dialer and camera apps no longer use the entire screen.
Dan1909 said:
Does this chance persist through reboots?
Click to expand...
Click to collapse
It will persist until you manually change it or do a factory reset
bobbarker2 said:
Just a heads up, the stock samsung apps bug out when you change the DPI. They are still usuable but for instance the dialer and camera apps no longer use the entire screen.
Click to expand...
Click to collapse
If a lower DPI setting is more important than using stock apps, there's a lot of great replacements out there.
If not, you're better off waiting for root and Xposed
AWESOME!!! Everything looks so much better now. The camera and phone thing is a bit annoying, but worth it to have everything else look so good. Thank you
Thank you, this was one of the only things i missed about my rooted Note 3.
Main reason for missing root on this phone. Thank you so much for sharing this information!
One of the four things I wanted root for
Thank you so much!
The dialer doesn't bother me in the least, but does any one know how to change the default camera (it is not in the default app settings) I found a great alternative, DSLR Camera, but I can't set it to be the default camera on the lock screen.
Thanks again!
Thanks! The size of this phone is pretty useless without this. The stock apps look weird but still work fine.
Can you post some pics of the stock apps? I ran like a 300DPI on my N3 and would like to see how the stock apps look when changed.
Sent from my SM-N910V using XDA Free mobile app

Categories

Resources