[APP] Simple Barometer for Galaxy Nexus - Samsung Galaxy Nexus

Hi all,
I just wanted to present you a very simple application,
that shows the barometric pressure in the environment.
It simply reads out the sensor value and also calculates
the approximate altitude based on standart atmospheric
pressure at sea level of 1013.25 hPa and at a standart
temperature of 288.15 K.
Why I made this application, if it was so simple?
There was no such application, that shows the barometric
pressure in a nice way, so there we go:
{
"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"
}
Any suggestions for improvement are welcome =)

Very cool, thanks. Only suggestion would maybe to have a graph so we can keep an eye on the trend.
Sent from my Galaxy Nexus using xda premium

Looks nice in the screenshot but the gauge doesn't display for me. Just the numbers.
Sent from my Galaxy Nexus using xda premium

cmac86 said:
Looks nice in the screenshot but the gauge doesn't display for me. Just the numbers.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Same here - Image is not displaying...

Works great for me, very nice app thx!

Works great. My only suggestion is, can you down a little the scale of the barometer?. I mean I'm in Bogota, Colombia (2600 m over the sea level) so my barometer is always down before 960 hPa

I like the screenshot but as already said I only get the numbers on bigxies build 4.0.3 and Franco's 12
Sent from my Galaxy Nexus using xda premium

Awesome app lol
Sent from my Galaxy Nexus using XDA App

allen2oo3 said:
Very cool, thanks. Only suggestion would maybe to have a graph so we can keep an eye on the trend.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
+1
10 chars

Working fine on mine.
---------- Post added at 02:49 PM ---------- Previous post was at 02:41 PM ----------
Working fine on mine.

gpu
folks finding it dont work try switching forced gpu rendering off and then restart the app
seems to be a common fault of bar preasure apps - i tried this out on the app i use on my xoom and that too requres gpu rendering to be switched off.
just a thought
.
.
.

terminal 7 said:
folks finding it dont work try switching forced gpu rendering off and then restart the app
seems to be a common fault of bar preasure apps - i tried this out on the app i use on my xoom and that too requres gpu rendering to be switched off.
just a thought
.
.
.
Click to expand...
Click to collapse
That fixes it for me.

Yeh. My rendering is that way by default.

Thank you for this App.
I also have one suggestion. Could you add a relative height? I mean that it is possible to set the current height as a reference and make the difference visible. Then it would be possible to meassure the approximately height in a big building or an elevator.
I've already done this in my own app and it works great. Unfortunately I couldn't find time to improve my app, it's very simple and not so nice as yours .

SophîaPêtríllo said:
Thank you for this App.
I also have one suggestion. Could you add a relative height? I mean that it is possible to set the current height as a reference and make the difference visible. Then it would be possible to meassure the approximately height in a big building or an elevator.
I've already done this in my own app and it works great. Unfortunately I couldn't find time to improve my app, it's very simple and not so nice as yours .
Click to expand...
Click to collapse
I doubt the barometer is precise enough to measure the height of a buiding

Thanks, good app.
Improvment : possibility to compute the QNH (sea level pressure) by adding known altitude (inserting altitude in meters, feet or hPa).

Change the graphic to show stormy/fair weather icons for people like me who don't know what a barometer does or how to read one, relatively. Make it fun!

Great app. I love simple apps!

drtrmiller said:
Change the graphic to show stormy/fair weather icons for people like me who don't know what a barometer does or how to read one, relatively. Make it fun!
Click to expand...
Click to collapse
Barometric pressure alone does not reliably predict the weather.

SophîaPêtríllo said:
Thank you for this App.
I also have one suggestion. Could you add a relative height? I mean that it is possible to set the current height as a reference and make the difference visible. Then it would be possible to meassure the approximately height in a big building or an elevator.
I've already done this in my own app and it works great. Unfortunately I couldn't find time to improve my app, it's very simple and not so nice as yours .
Click to expand...
Click to collapse
Could you provide me the formula to calculate the relative height? Would make it much easier for me ^^
Works great. My only suggestion is, can you down a little the scale of the barometer?. I mean I'm in Bogota, Colombia (2600 m over the sea level) so my barometer is always down before 960 hPa
Click to expand...
Click to collapse
Will add this feature aswell.
Change the graphic to show stormy/fair weather icons for people like me who don't know what a barometer does or how to read one, relatively. Make it fun!
Click to expand...
Click to collapse
Will add it, but that won't be accurate for people, who are not living in west european latitudinal lines.
EDIT: There you go =)

Related

[Tip] How to analyze you battery drain

Hello all,
Here is my 2 cents contribution to all the people that are wondering why their batteries are out in 10 hours!
I would like to share my tool, and maybe get help with my code if people are interested.
MARKET LINK: https://market.android.com/details?id=com.WazaBe.android.BatteryDrain
{
"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"
}
The goal of my application is to show the battery drain in percent per hour.
This unit if for me the most important, I don't care about the charge level of my nexus.
So my analysis lead to:
5-10 % lost per hour when normal use.
more than 20% when on Youtube
about 1% (even less) during the night with wifi off.
Does it work on other devices running gingerbread??
Thanks for the app anyways!!
Sent from my GT-I9100 using xda premium
Yes, should work on any device, this app is really basin in term of code.
Please do not quote my whole message, it will decrease the readability of the thread!
Thank for your interest!
profete162 said:
Yes, should work on any device, this app is really basin in term of code.
Please do not quote my whole message, it will decrease the readability of the thread!
Thank for your interest!
Click to expand...
Click to collapse
Thanks!!
I edited my message, didnt realize how big yours was...jeje
I will try it on my sgs2
Enviado desde mi GT-I9100 usando Tapatalk
I just updated the app and removed thhe stupid graphs to have something more easy to read:
https://market.android.com/details?id=com.WazaBe.android.BatteryDrain
Great idea! My suggestion would be to add an option to show how long it takes to lose 1% for each %battery.
Great app, but it doesn't seem to work with Force GPU Rendering On
Great idea, and here are my suggestions:
Feature to show summary
Something like this:
Start logging: [datetime]
Time now: [datetime]
Duration: [?d ?h ?m]
Average drain: 1% per X minutes.
Common phone settings:
* Brightness: ?%
* Airplane mode: ON
* WiFi: ON ?%
* 3G Data: ON ?%
* NFC: ON
* Sync: ON (5 accounts ... ) <--- if possible to check/stats
* etc.
----------------
When measuring WiFi/3G percentage, just check every 1% change whether it is OF or ON
The idea is to be able to make screenshot of this summary to compare with other user when discussing about battery drain.
You know, to make this tool as some kind of "standard" tool for battery drain measurement. That would be nice.
chowy993 said:
Great app, but it doesn't seem to work with Force GPU Rendering On
Click to expand...
Click to collapse
Which device?
gogol said:
Great idea, and here are my suggestions:
(...).
Click to expand...
Click to collapse
A lot of great suggestion, the main problem is to detect when wifi, 3G, Bluetooth, etc.. are ON during a lost of percent.. I will have to make a lot of approximations!
I will create a summary screen next week!
profete162 said:
Which device?
Click to expand...
Click to collapse
I'm using a GSM Galaxy Nexus that is running stock 4.0.2 thats unrooted and has a locked bootloader.
I downloaded the app from the market and initilly it didn't work with GPU Rendering. Since then, I believe you pushed an update? Now the UI is blue rather than white (a good choice) and now it does work with GPU Rendering on
Great start, love to see where this one goes.
DLed it. Will try it now..
Sent from my Galaxy Nexus
As much as I hate to analyze my phone's behavior...
...I still understand that it is necessary to know what drains the battery.
So until we get better batteries in our phones, I applaud efforts like yours. TY.
knutars said:
...I still understand that it is necessary to know what drains the battery.
Click to expand...
Click to collapse
Just to be clear, my app will never try to diagnose wich app is causing the drain, I don't want to make hasardous approximations...
My goal is to display the raw data in the most efficient way and to let the user make his own decisions and compare the drain with or without an app installed or some settings turned on off.
I will try to display only very accurate data only
Just a question...
Do you need a lot of explanation for the summary windows I just created?
I don't want to make a too complicated app and will now work on making the app nicer and more clear to understant, but I would like to know what id the most diffucult to understand from your side.
Thank a lot for your feedback.
profete162 said:
Just a question...
Do you need a lot of explanation for the summary windows I just created?
I don't want to make a too complicated app and will now work on making the app nicer and more clear to understant, but I would like to know what id the most diffucult to understand from your side.
Thank a lot for your feedback.
Click to expand...
Click to collapse
I think those look good, just an easy way to see average drain. It would be quite cool if you could break it down with a couple of averages (kind of like you mentioned in your first post):
%drain during standby
%drain while in use
I like where your app is going so far. Keep up the good work!
+1 on this.
codesplice said:
%drain during standby
%drain while in use
Click to expand...
Click to collapse
Galaxy Sii SKy
Hey,
Thanks for the information.
I will try it on my SKY Ice Cream Sandwich 7.2 custom ROM.
will post when I have several results.
Mike
codesplice said:
%drain during standby
%drain while in use
Click to expand...
Click to collapse
I will of course implement that feature.
But you have to remember that the standby/in use detection will be quite approximative.
I need two consecutive points with screen OFF to start counting standby.
As you may turn on your screen during the interval, I don't like that for my computations... I can add some trigger, but I want my app to be nearly invisible regarding battery...
By the way, please wait one week or 2 and you will have something!
I'm quite good with the standby/in use detection being approximated. I'm primarily interested in seeing a value indicating battery drain in standby for long periods of time (like overnight) versus during the day while I am frequently using the device.
Definitely looking forward to what you can cook up!

[APP] Barometric - Barometer app and widget for Galaxy Nexus

A good while ago, when I got my Xoom I almost finished a barometer app. Unfortunately the project was put away, but inspired by korr92's post today I decided to do some work on the app.
It is in early alpha, and there are still some bugs to iron out (see post below). But, I need feedback, so feel free to try it out.
Beware that I'm planning to release this as a paid app on the Market when (err...if) I finish it. But, it will stay free for a while, and I will post well before an eventual release so that you can download the app for free.
The regular app will update the pressure almost instantly, while the widget will update when the devices wakes up, or every 10 minutes if the device stays awake .
Screenshots:
{
"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"
}
Download:
Application is attached to this post, and can also be downloaded from here.
Changelog:
2012-01-22:
-Widgets are now available in both 2x2 and 3x3 sizes.
2012-01-17:
-Enabled hardware acceleration and made improvements to the application so that hardware acceleration works as it should
-Reduced size of images used. Smaller APK.
2012-01-16:
-Improved graphics both in application and widget. The barometer now contains text ("Stormy", "Rain", "Change", "Fair" and "Very dry") describing the weather associated with the current pressure.
-Reduced size of APK
-Main application now has a "historic dial", which can mark a previous pressure value. To set it just tap the barometer, and it will be set to the current value. It will be stored until you tap the barometer again.
-Widget will now update every 30 second when the device is awake. It will not update when the device is asleep, unless other applications update. If this happens the barometer widget will also be updated.
Known bugs:
-Sometimes the pressure will be show as zero (the dial points straight up). This is some minor bug that I have yet to track down, where the service that updates the pressure is getting killed before the pressure is received.
Update: I think I have solved this now.
Planned features:
-Set the altitude, as this influences the pressure
-Mark in the barometer the corresponding weather for pressure values (e.g. illustration of a sun when the pressure is high) (DONE)
-More widget sizes (DONE)
-Graphing feature
-Trend
-Pressure reading in text
-Whatever you may suggest
pretty neat gunna check this out
great work btw
hiohokaybye said:
pretty neat gunna check this out
great work btw
Click to expand...
Click to collapse
Thanks a lot!
Did you experience the bug I listed in the second post? It seems like it is rather inconsistent, and a little harder to track down than I thought.
I will try to get some work done on the app tonight, hopefully accompanied by the upload of a new build.
Theres no Widget
That's strange. I did a clean install on my Xoom, and the widget is there. It also works in the phone and the emulator(s). Is the widget missing for anyone else?
Hope you iron out this, looks like it could be amazing.
Swyped from my tuna surprise with extra back bacon.
Thanks nitrox1!
New update is out now. See changelog in second post
This is what I see:
Sent from my Galaxy Nexus using Tapatalk
hpe said:
That's strange. I did a clean install on my Xoom, and the widget is there. It also works in the phone and the emulator(s). Is the widget missing for anyone else?
Click to expand...
Click to collapse
I've got the widget on rooted galaxy nexus 4.0.3
I downloaded it but it says "cannot open file" looks awesome though
NPuter said:
This is what I see:
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
I have the same problem
Sent from my Galaxy Nexus using xda premium
It seems to work. I will have to keep an eye on it for the rest of the week, there are supposed to be some big storms this week.
The widget is very large. It would be nice to have one that is 1x1, maybe a digital readout with a trending arrow.
Sent from my GalaxyNexus using XDA App
NPuter said:
This is what I see:
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
dudeimgeorge said:
I have the same problem
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
I'm pretty sure, you must disable "force GPU-Rendering" in your dev-settings like in the other Barometer-App, too
Hardware acceleration is a good thing, so I have now explicitly enabled hardware acceleration, and made the necessary adjustments to the app so that it works with hardware acceleration. In other words, a new build is out.
Regarding failed downloads: I suspect that the downloads from XDA are not always stable. Have uploaded the build to my Dropbox account as well. Download link can be found in the first post.
Now, off to my day job. Next feature coming up is input of your altitude, so that the barometer is calibrated.
Gonna try it. Will report back later this day!
creektrails said:
I downloaded it but it says "cannot open file" looks awesome though
Click to expand...
Click to collapse
Try downloading from the Dropbox link in the first post. I suspect that XDA attachments are not that reliable.
scouter68 said:
It seems to work. I will have to keep an eye on it for the rest of the week, there are supposed to be some big storms this week.
The widget is very large. It would be nice to have one that is 1x1, maybe a digital readout with a trending arrow.
Sent from my GalaxyNexus using XDA App
Click to expand...
Click to collapse
Smaller widgets are on the planning board. What sizes do you think will work?
Here's what I see:
-Michael_ said:
Here's what I see:
Click to expand...
Click to collapse
Hope that's what you wanted to see as well. Now get outside and enjoy the sun, the weather seems to be nice where you are
Haha Yeah! Thanks for the app. Looks good.

[WIDGET]Sense 4 Clock v1 | All Launchers!!

Hey guys.
Here is the sense 4 clock ported for our One X, It has been resized and fully edited by me to look 99% like the real thing.
The only thing missing is the animation and the sense forecast style, you still get a forecast though if you click the weather icon.
You can use this in any launcher you like, Apex,Nova, GO etc etc..
{
"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"
}
To get it scaled correctly, set the homepage grid size to 6x5, horizontal margins set to medium and vertical margins set to small.
Feel free to include it in your ROM's just give me a mention.​
Just try it to galaxy SIII'TWlauncher and works!its almost like the original but the city name its not fit very good to the skin.Dont now if it is because the 4.8inc.
Also why is the date about 3 spaces indented?
http://forum.xda-developers.com/showthread.php?t=1576980 works on one x too
F4M0U569 said:
http://forum.xda-developers.com/showthread.php?t=1576980 works on one x too
Click to expand...
Click to collapse
Not as well as this one
F4M0U569 said:
http://forum.xda-developers.com/showthread.php?t=1576980 works on one x too
Click to expand...
Click to collapse
this is also perfect - thx - but wilkyyys seems better.
How 'bout this one?
Now this one is closer to the real deal http://forum.xda-developers.com/showthread.php?t=1721809
and no indent!
Nice bro. I have a few of these skinned & ready myself.
& to you guys posting links to other threads, that's just rude & flat out disrespectful. He made this in his free time for all to enjoy. If you don't like it, then move on. No need in trolling.
Sent from my HTC One X using xda premium
rayford85 said:
Nice bro. I have a few of these skinned & ready myself.
& to you guys posting links to other threads, that's just rude & flat out disrespectful. He made this in his free time for all to enjoy. If you don't like it, then move on. No need in trolling.
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Check gtalk man
now port sense music and goodbye stock roms
This works perfectly, cheers :good:
I tried the other links but found them clumsy. I like Wilkyyyy's better, its simple and fits perfectly. Here are my shots.
Great work as always wilkyyyy mate
I think this works for all ICS roms. A few posts up showed it working on an SIII and my Desire HD.
Sent from my Desire HD using xda app-developers app
This is a good step forward, still animations and 4x1 and I could jump into CM9
vegetaleb said:
This is a good step forward, still animations and 4x1 and I could jump into CM9
Click to expand...
Click to collapse
There is a 4x1 version available in our suite tools apk wilkkky should have these in his Rom soon and I'm personally looking into adding weather animations & even having it call the stock weather app on press just like the stock clock does.
Sent from my HTC One X using xda premium
I was able to install the widget on a Droid 2 running CM9 ICS 4.0.4. The problem is, that i cannot separate the hour numbers from the minutes numbers. Let me show you, i ve attached a file.
I have set (I am using Nova launcher) 5 rows and 6 columns, with small height margin and width margin at medium.
noastick said:
I was able to install the widget on a Droid 2 running CM9 ICS 4.0.4. The problem is, that i cannot separate the hour numbers from the minutes numbers. Let me show you, i ve attached a file.
I have set (I am using Nova launcher) 5 rows and 6 columns, with small height margin and width margin at medium.
Click to expand...
Click to collapse
set width margin small & resize it with nova. Works 100%
rayford85 said:
set width margin small & resize it with nova. Works 100%
Click to expand...
Click to collapse
He's not on xhdpi device dont think
Sent from my HTC One X using xda premium
hey mate, I am wondering how should i work with this thing?
what i mean is how do i install this thing?
do i need to rename it?
what seems to be certain is that i need to push it into /system/app, right?
can you guide me a little with it?
i really want to give it a try on your reno v3

Lower brightness possible?

Good day everyone,
When using my device in low light surroundings, i tend
to experience the brightness as too high, is there any
way of lowering the minimum brightness?
I'm running the note2core std kernel, stock debloated
dlk7 rom (rooted )
I have tried the following with ROM Toolbox pro;
Go to build.prop editor
Found the value "ro.lcd_min_brightness"
Standard value was 20, lowering this number did
nothing for me, i tried 15, 12, 5 and 0..
I have also tried lowering this value whike using
another kernel like stock, redpill and N.E.A.K.
And also not working on stock ROM..
Any ideas?
Thanks a lot
Shoved from my Note 2 straight up XDA's ***
You can download an app to darken the screen. There are numerous different ones so try them out and see which you you prefer. Personally I user Screen Filter https://play.google.com/store/apps/details?id=com.haxor
Sent from my GT-N7100 using xda app-developers app
Ok thanks i will have a look!
However i would like to know if i can do this manually,
without more programs clogging up my phone..
Thanks in advance
cpm said:
You can download an app to darken the screen. There are numerous different ones so try them out and see which you you prefer. Personally I user Screen Filter https://play.google.com/store/apps/details?id=com.haxor
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
Screen Filter is good, but it doesn't really lower the brightness. It applies a filter which makes the display darker. Any screenshot you take will be darker. But other than that, it's perfect for low light situations
I like this app:
https://play.google.com/store/apps/...251bGwsMSwxLDEsInB0LmJiYXJhby5uaWdodG1vZGUiXQ..
My vote is for Screen Filter. I have used rt every night and every morning for the last 2 years. Never any problems.
Let's change my question;
Is it hardwarewise possible to lower
the minimum brightness? If so, please share
I wondered this too and I'm surprised that there hasn't been a mod/tweak to allow you to get the brightness as low as possible without the use of apps. I've tried everything from editing build.prop to decompiling framework-res.apk, but nothing to seems to really work.
---------- Post added at 01:21 PM ---------- Previous post was at 01:19 PM ----------
The Dutchman said:
Let's change my question;
Is it hardwarewise possible to lower
the minimum brightness? If so, please share
Click to expand...
Click to collapse
I think it has more to do with the software than hardware.
xFrozen said:
Screen Filter is good, but it doesn't really lower the brightness. It applies a filter which makes the display darker. Any screenshot you take will be darker. But other than that, it's perfect for low light situations
Click to expand...
Click to collapse
But on an OLED display, that's the same as lowering the brightness (although what you said about screenshots still stands)
Sent from my GT-N7105 using xda app-developers app
master5hake said:
I wondered this too and I'm surprised that there hasn't been a mod/tweak to allow you to get the brightness as low as possible without the use of apps.
Click to expand...
Click to collapse
This is likely done on purpose. Imagine the frustration of going outdoors and your screen was set so dim that your phone is useless until you can see enough to raise the brightness.
People would be angry.
Sent from my Galaxy Note 2 using Tapatalk 2
I needed an app for this and bought this:
https://play.google.com/store/apps/details?id=com.vito.lux
Very useful app.
+1 for lux, works on hardware level to lower brightness and not by just adding a darkening filter.
{
"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"
}
rendler said:
+1 for lux, works on hardware level to lower brightness and not by just adding a darkening filter.
Click to expand...
Click to collapse
Nope, lux definitely works by adding a filter in sub-zero mode. Not that this matters except when taking screenshots because as I said before, on an OLED screen this is essentially the same thing. But thanks for the recommendation, lux is a very nice app.
Sent from my GT-N7105
You could try edit the build. prop and set the minimum brightness level to something like 10. By default its 20. Quickest way I use is the build. prop Editor in rom toolbox.
Sent from the Rabbit Hole
bushako said:
You could try edit the build. prop and set the minimum brightness level to something like 10. By default its 20. Quickest way I use is the build. prop Editor in rom toolbox.
Sent from the Rabbit Hole
Click to expand...
Click to collapse
I've tried that.. did not work for me unfortunately!
I will have a look at lux, thank you

Best DPI for Galaxy Note 2

I was wondering what is the best DPI for my Galaxy Note 2, I tried other people's suggestions but it didn't work for me so I was wondering how Google decided on their DPI. Considering they're in charge of Android they must know the optimal level so I used the Nexus 7 and the Nexus 4 as reference:
{
"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 if Google designed a 5.5 inch screen device with 720x1280 resolution, it would most likely be at 270 DPI
I know this won't help a lot of you how it helped me but just thought I'd share it just on the hunch that it might at least help the 1% :silly:
Disposable personal income?
DPI is for printer, you are suppose to use the PPI for displays...
FinancialWar said:
Disposable personal income?
DPI is for printer, you are suppose to use the PPI for displays...
Click to expand...
Click to collapse
If you don't know what you're talking about, please please refrain from posting. Wikipedia and 2093718 threads in XDA are your friends
Sent from my Galaxy Note 2 thru XDA app
joyo22 said:
If you don't know what you're talking about, please please refrain from posting. Wikipedia and 2093718 threads in XDA are your friends
Click to expand...
Click to collapse
Obvious you didn't check Wikipedia yourself, not that's academically reliable in any way but DPI is a unit of measurement for printer resolution not for display resolution. It's like saying a football field is 100 litres long er something.
So take your own advice and refrain from further posting. We will appreciate it very much.
FinancialWar said:
Obvious you didn't check Wikipedia yourself, not that's academically reliable in any way but DPI is a unit of measurement for printer resolution not for display resolution. It's like saying a football field is 100 litres long er something.
So take your own advice and refrain from further posting. We will appreciate it very much.
Click to expand...
Click to collapse
Ok. I gave you the chance to research, but well... DPI is the pixel density of your screen that can be soft-modded to make your display "look" different. There are many apps that can actually change your DPI. Note 2's DPI is 320 by default. 240 DPI is the best one IMO for this type of screen size.
With all due respect, there are thousands of forums in XDA where this topic is being discussed.
Sent from my Galaxy Note 2 thru XDA app
FinancialWar said:
Obvious you didn't check Wikipedia yourself, not that's academically reliable in any way but DPI is a unit of measurement for printer resolution not for display resolution. It's like saying a football field is 100 litres long er something.
So take your own advice and refrain from further posting. We will appreciate it very much.
Click to expand...
Click to collapse
Stop arguing and RTFF. You are basically saying something silly like: 'root' is for plants not for a phone.
downloaded texdoider DPI and adjusted to 240 DPI, look so much sharper.
See, I learn something everyday.
Well, the screen is physically 265 DPI, so this is the one I'm using. It looks good. Just set up your launcher to use a 5x7 grid in the drawer.
Sent from my GT-N7100 using Tapatalk 2
Do you have before and after screenshots by anychance?
I'll provide them the next time I change nightly, as the setting gets overwritten when I flash a new version of my rom.
Sent from my GT-N7100 using Tapatalk 2
With 265 dpi is the phone app all messed up.
Do you believe that the stock ROM will work fine with 26t dpi.
I'm rooted but once I tried to change the dpi setting in the build.prop file and after restart my display was great but I've got tooooo many FC's
Sent from my GT-N7100 using XDA Premium HD app
gondsman said:
Well, the screen is physically 265 DPI, so this is the one I'm using. It looks good. Just set up your launcher to use a 5x7 grid in the drawer.
Sent from my GT-N7100 using Tapatalk 2
Click to expand...
Click to collapse
Hmm, I did it through the physical screen and I got 267.02 PPI, so we're still dangerously close to the same number mines just rounded lol, thanks a lot for the input though I really appreciate it :highfive:
nintendolinky said:
With 265 dpi is the phone app all messed up.
Click to expand...
Click to collapse
With any DPI change the phone app loses proportions but with 270 it's easily passable only thing that changes is the dial pad is smaller and more to the left, but yeah nothing "all messed up" :fingers-crossed:
I suggest you try it though, give it some time and it feels premium
Edit: Oh and if it bothers you leave the phone app how it is, I use the Xposed Framework method so I get to pick what I want changed, very useful look it up
How about any other apps that have problems, I have heard there is a problem with the camera app, with a dpi change and the play store.
Change the system ui with the xposed app settings. Then you won't have to worry about apps messing up. You can choose which apps you want to change.
Sent from my Galaxy Note 2 using xda premium
So if we change the systemui to have the dpi of 270, what resolution shall we change it too, (default).
240 dpi, Nova launcher and icons set at 120 % on Nova settings, Look and feel, icons size .
Sent from my GT-N7100 using Tapatalk 2
nintendolinky said:
So if we change the systemui to have the dpi of 270, what resolution shall we change it too, (default).
Click to expand...
Click to collapse
You don't have to change the resolution if you don't want to. I think that gives you tablet ui. Not sure though.
Sent from my Galaxy Note 2 using xda premium
Looks good thanks, I changed the resolution on the Gmail app too, 1280x800 and got the tablet ui, it looks great.
Nova seems to have a small gap between the top of the screen and the notification bar, that's with the systemui's dpi changed to 270 and Nova changed to 270, is this normal.

Categories

Resources