Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
ganovim
Old
#1  
Senior Member - OP
Thanks Meter 5
Posts: 108
Join Date: Jan 2011
Default Rooted Nook Tablet Options

Indirect deserves a salute for rooting the NT
http://forum.xda-developers.com/show....php?t=1354487

Still running a Nook Color with a dpi of 240 in build.prop, I would very much
get any reports on the following
1. Can the same be done on the NT without too many side affects?
2. Has anyone installed skype and tested the built in Mic?
 
ganovim
Old
#2  
Senior Member - OP
Thanks Meter 5
Posts: 108
Join Date: Jan 2011
How about a response as to a rooted Nook Tablet with a higher (240) dpi setting?
 
JoeM01
Old
#3  
Senior Member
Thanks Meter 41
Posts: 390
Join Date: Nov 2011
speaking completely out of curiosity, how can you display a higher dpi onscreen (if I'm understanding what you're asking), if the display is only capable of 169 dpi?

maybe I'm oversimplifying the question and am not understanding you.

---------- Post added at 01:33 PM ---------- Previous post was at 01:31 PM ----------

after doing some searching, are you referring to actual font size?
 
e.mote
Old
#4  
e.mote's Avatar
Senior Member
Thanks Meter 587
Posts: 1,899
Join Date: Feb 2011
Android allows different dp settings independent of the hardware dpi for UI design. Details in below link,

http://developer.android.com/guide/p...s_support.html

Density-independent pixel (dp)

A virtual pixel unit that you should use when defining UI layout, to express layout dimensions or position in a density-independent way.

The density-independent pixel is equivalent to one physical pixel on a 160 dpi screen, which is the baseline density assumed by the system for a "medium" density screen. At runtime, the system transparently handles any scaling of the dp units, as necessary, based on the actual density of the screen in use. The conversion of dp units to screen pixels is simple: px = dp * (dpi / 160). For example, on a 240 dpi screen, 1 dp equals 1.5 physical pixels. You should always use dp units when defining your application's UI, to ensure proper display of your UI on screens with different densities.
The Following User Says Thank You to e.mote For This Useful Post: [ Click to Expand ]
 
jdubr
Old
#5  
Junior Member
Thanks Meter 8
Posts: 27
Join Date: Nov 2011
Quote:
Originally Posted by e.mote View Post
Android allows different dp settings independent of the hardware dpi for UI design. Details in below link,

The density-independent pixel is equivalent to one physical pixel on a 160 dpi screen, which is the baseline density assumed by the system for a "medium" density screen. At runtime, the system transparently handles any scaling of the dp units, as necessary, based on the actual density of the screen in use.
I understand the advantage to a developer laying out UI that needs to run on different display resolutions, but I don't see an advantage for an end-user. Why would you set your dpi to 240 if you can only display 169 dpi on the device? Won't the tablet simply downsize bit-mapped images when they're actually displayed?

Honest question--I'm probably not understanding something here--and I'm certainly not trying to rile anyone. Thanks!
 
e.mote
Old
#6  
e.mote's Avatar
Senior Member
Thanks Meter 587
Posts: 1,899
Join Date: Feb 2011
Per above equation, setting your device's dpi setting to 240 would allow the app to be 150% in size. This aids in legibility, at cost of more screen space.

If you have an NC, you can see this firsthand by adjusting abovesaid dpi setting in build.prop up or down.
The Following User Says Thank You to e.mote For This Useful Post: [ Click to Expand ]
 
jdubr
Old
#7  
Junior Member
Thanks Meter 8
Posts: 27
Join Date: Nov 2011
Quote:
Originally Posted by e.mote View Post
Per above equation, setting your device's dpi setting to 240 would allow the app to be 150% in size. This aids in legibility, at cost of more screen space.
Ah, cool. Thanks for the info!
 
ganovim
Old
#8  
Senior Member - OP
Thanks Meter 5
Posts: 108
Join Date: Jan 2011
All I wanted to know was if the build.prop can be edited on a rooted NT as I have done on the NC.
Also, I will try once more. Did anyone use the Microphone with skype or some other chat app?

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Nandroid Manager Receives Major Update

Do you find yourself obsessively jumping from ROM to ROM? And do you hate having to restore a full … more

Careers in Android: Recruiter Reveals How Resumes are Chosen – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

HttpClient Tutorial to Upload and Download with Your App

Developers wanting to interact with the Internet need to choose a package to do the … more

Profile Flow: A Tasker Alternative

By now, we’re all quite familiar with Tasker, the personal automation app that seems to be able to … more