For the sake of completeness (most of you will have noticed this app already): For a change, Samsung have done a fantastic job and released a great app called "Game Tuner". It's simple to use, doesn't even need root, and renders all of the stuff I wrote below obsolete!
What it does is, it renders each game at an individual screen resolution, frame rate, and texture quality (texture quality only working for me since MM upgrade).
All you have to do is install Game Tuner from Google Play (above link), start it, follow the instructions to install GameMode through Galaxy Apps, and you're good to go. Create a custom profile, set default values (e.g. 75% resolution=1080p), activate the profile. Set different resolutions for other games. And if you want to control apps other than games, tap top left menu, and chose "Apps".
I've done the same benchmarks as with the method below, and the results were exactly the same, so it's really working, but without messing up the UI or impairing system apps like the camera.
Hey folks,
I've decided to put together a little wrap-up of the stuff I found regarding the sometimes rather poor 3D performance of the Note 4. This is only for experienced users who are familiar with things as rooting, backups, adb, in general: unbricking their phone if bad things happen. As usual, I don't take any responsibilty if you brick your phone or destroy it in any other way. Just make sure to activate USB debugging, and if anything goes wrong, either follow this guide, or simply reflash your ROM.
Just make sure you make a Nandroid or at least Titanium backup before you try this. Better safe than sorry...
It comes as no surprise that running a cpu at almost 3GHz takes its toll. Demanding games such as Real Racing 3 or XCOM:EW, or emulators such as PPSSPP cause the cpu to heat up rapidly, until it reaches ~80°C, before it gets mercilessly downclocked to cool down. At this point, you start noticing more or less pronounced performance drops. There isn't really much you can do, except using a custom kernel to downclock cpu & gpu, before your phone does.
But apart from that, there is another, even greater performance hog, which is also one of the main reasons for the overheating issue: the QHD resolution of our Note 4's screen. We're talking about a 3.69 megapixel resolution, that's almost twice as much as Full HD (2.07 MP), and exactly four times as much as HD (0.92 MP). Gorgeous and brilliant, beautiful to look at during everyday use, but pushing the Adreno gpu to its limits when it comes to gaming.
So, an ingenious guy called NOMone has created a nifty little tool called "NOMone Resolution Changer", already some time ago. It's available for free at Google Play. It's been widely discussed here on xda and on other forums, but I want to share my experience specifically on the Note 4.
Btw, it seems he only posted here two times, so he's most likely not active anymore, but you should head over and thank him anyway.
Now, if you're thinking "no way, why should I deliberately sacrifice my QHD resolution?", read on nonetheless. Because this tool is extremely easy to use, and if you only switch the resolution before playing a game, and revert afterwards (it's only one click), you won't have to sacrifice any visual quality. The settings stick after a reboot, so make sure to really restore defaults if you want to go back to QHD.
The trick is to use the appropriate resolution and dpi values, so your screen doesn't get mixed up.
The results are impressive, sometimes even staggering. Has anyone ever wondered why PPSSPP doesn't perform better on a Note 4 than it does on a Note 2? Here's the reason. PPSSPP gains so much performance , it's almost unbelievable.
I've also done some benchmark runs to measure the improvements (yeah, I know, benchmarks are bad, but still :angel: ). The improvement is clearly visible and, even more important, reproducable:
GFXBench GL Benchmark 3.1 (Manhattan):
1. 1440p: 449,4 frames, 7.2 fps
2. 1080p: 800,6 frames, 13 fps (+78%)
3. 720p: 1621 frames, 26 fps (+261%)
4. 480p: 2728 frames, 44 fps (+507%)
This is plain awesome. The Note 4 is listed even lower, with 434 frames, in the device list, while the 1080p Galaxy S5 reaches 775 frames.
AnTuTu (gpu score only):
1. 1440p: 16210
2. 1080p: 21253 (+31%)
3. 720p: 22524 (+40%)
4. 480p: 22523 (+40%)
Obviously, by comparing scores 3 and 4, the Note 4 hits the fps limit at HD resolution, so there's no more room for improvement in AnTuTu.
Seascape Benchmark (detail setting: Very High):
1440p: 26.9 fps
1080p: 46.6 fps (+73%)
720p: 53.4 fps (+99%, sometimes hits the frame limit of 59.0 fps)
480p: 59.0 fps (+119%, hits the frame limit constantly).
This is a beautiful OpenGL ES 2.0 test, so no cpu scores interfering with the result. Again the fps limit prevents a higher score, but nonetheless, this is pretty amazing.
Other benefits: if you're using a custom kernel, you can run gpu-intensive games at lower cpu speeds to keep the cpu temperature in check. In my case, XCOM:EW runs smoothly @ 30% (!!) cpu speed. This way, the cpu doesn't heat up to more than 60°C, which means it doesn't get downclocked while playing. If you like, you can also automate the process of setting the cpu speed with the aptly named app "Automate" . Which is fantastic, btw.
Now what about visual quality?
Seriously: it's hard to tell the difference. If you look very closely, you can see the display isn't as sharp in FHD as in QHD. But if you look that closely, you're in constant danger of triggering some random app with the tip of your nose. At normal viewing distance, especially while gaming, it's impossible to tell the difference.
So, are there any drawbacks?
Yes, there are: the UI gets messed up a bit (e.g. bigger status bar, some Samsung apps don't fit on screen anymore), and NOMone Resolution Changer doesn't seem to work with CM12.1. Well, at least for me, and other users reported so as well. I tested it some time ago, while I was on CM12.1, and even thought it was a fake app, which it isn't! Seems that the resolution is somehow hard coded into CM12, and you can only switch dpi. There's probably nothing you can do when you're running CM, except try your luck.
But if you are running a Touchwiz ROM, stock or custom, it should work as intended (Emotion Revolution ROM r10.1 in my case). And you can simply ignore the UI issues, as long as you only switch the resolution for gaming. It's not a real issue then, because the status bar is hidden anyway while the game is running.
If you want to keep your device running at FullHD permanently, it's a bit more complicated: first, you'll need Xposed, so you can use the App Settings module to set Android System and SystemUI to 480 dpi. This'll fix the UI (Not needed. Just reboot)
Some apps like phone, contacts, S-Note scale down to the lower dpi setting, whereas Samsung keyboard and the camera won't (camera works, see post #10 below).
So you'll have to install another keyboard like SwiftKey (if you don't have it already), find a working camera app (3rd party or hacked Note 4 camera), and clear your Google Play data (at least I had to, it wouldn't install any apps after the changes), and you're good to go. There might also be other issues I'm not aware of yet. But apart from the ones I described, everything's working fine so far.
Have fun!
you don't need root to change the dpi and the resolution.
enable usb debugging and adb the following:
adb shell wm density 480
adb shell wm size 1080x1920
adb reboot
if you want to revert back:
adb shell wm size reset
adb shell wm density reset
adb reboot
the changes persist after reboot.
I am using it like that for some time. Everything is much faster. Even the browsing..
the only 2 bugs I noticed is the Samsung keyboard (i switched to swiftkey) and the action memo (c'mon Samsung devs, code properly..)
mitko76 said:
you don't need root to change the dpi and the resolution.
enable usb debugging and adb the following:
adb shell wm density 480
adb shell wm size 1080x1920
adb reboot
if you want to revert back:
adb shell wm size reset
adb shell wm density reset
adb reboot
the changes persist after reboot.
I am using it like that for some time. Everything is much faster. Even the browsing..
the only 2 bugs I noticed is the Samsung keyboard (i switched to swiftkey) and the action memo (c'mon Samsung devs, code properly..)
Click to expand...
Click to collapse
You're right, you don't necessarily need this tool. All it does is simplify the process. And you should really be able to use adb commands to fix your phone when you mess it up. But NOMone's tool comes in very handy when you're away from your pc and need to switch resolutions quickly. In my case, it's when I want to use the camera: the UI is messed up at 1080p and I haven't found a way to fix it yet, except switch back to QHD. Or the other way round: if you want to play a demanding game on the train at lower resolution, but go back to QHD again.
I'm using 1080p resolution permanently now, because I get a smoother UI, a cooler phone, better battery life, and much better performance. I hope they don't give us 5" UHD screens next...
Could you please explain what is wrong with the camera on 1080p 480dpi? I am using these settings and have 0 problems with the camera. Just curious.. If possible please attach a screen shot. Cheers
The UI is messed. I can't see most of the buttons, and can't take a photo, see attached screenshot.
Xelasarg said:
The UI is messed. I can't see most of the buttons, and can't take a photo, see attached screenshot.
Click to expand...
Click to collapse
Using my method and my values, it is absolutely fine for me. Do you restart after changing the resolution and the dpi?
I am on UK BTU 5.1.1
mitko76 said:
Using my method and my values, it is absolutely fine for me. Do you restart after changing the resolution and the dpi?
I am on UK BTU 5.1.1
Click to expand...
Click to collapse
I even wiped /cache and /dalvik. Strange. My device is a Snapdragon N910F. Is yours an Exynos N910C perhaps? If not, would you mind sending me your camera apk for testing?
Thanks!
Xelasarg said:
I even wiped /cache and /dalvik. Strange. My device is a Snapdragon N910F. Is yours an Exynos N910C perhaps? If not, would you mind sending me your camera apk for testing?
Thanks!
Click to expand...
Click to collapse
very strange indeed. My device is n910f as well. Not rooted and fully stock. I used the Debloater app to disable all unused apps (works via adb) and the method descried in my other post to change the resolution and dpi. The camera is working absolutely fine i.e. no visual changes or glitches. As I am not rooted I am not sure if I can give you the camera apk. It is basically the same apk as in the stock 5.1.1 BTU rom. Try my method on the stock rom with my values and I am sure it will work.
Cool
mitko76 said:
very strange indeed. My device is n910f as well. Not rooted and fully stock. I used the Debloater app to disable all unused apps (works via adb) and the method descried in my other post to change the resolution and dpi. The camera is working absolutely fine i.e. no visual changes or glitches. As I am not rooted I am not sure if I can give you the camera apk. It is basically the same apk as in the stock 5.1.1 BTU rom. Try my method on the stock rom with my values and I am sure it will work.
Click to expand...
Click to collapse
Well, I went ahead and downloaded _alexndr's COI3 stock debloated rom base (Deodexed), extracted SamsungCamera3.apk, replaced the one in my /system/app dir, set permissions, rebooted, and everything's working fine now. :good:
No idea what the Emotroid guys did to the camera app.
I've attached the apk to this post in case anyone else is having this issue.
Man, I've been playing XCOM:EW at 720p, and my phone didn't get warmer than 59°C, even after 2+ hours. And the performance boost is just so incredible... Turns out I don't even mind the 720p resolution in 3D games, it didn't bother me at all.
Just a warning:
I just managed to render my phone useless with this. After changing resolution and DPI, the phone did a soft reboot (as it should), startet booting, then, after the initialisation of systemUI reboots. Has been Bootlooping the past hour. ADB doesn't work, as reboot it's unauthorised and boot loop doesn't allow for any authorisation. Tried resetting via build.prop and userinit.sh. Even Direct Script Injection into init.rc didn't work.
Cache wipe -> no chance
System wipe and reflash -> Nope
In the End i ended up factory resetting and reflashing complete rom. This did work. Not to rant or anything, just a little story for those that are not capable to troubleshoot problems: This might screw your Installation!
domsch1988 said:
Just a warning:
I just managed to render my phone useless with this. After changing resolution and DPI, the phone did a soft reboot (as it should), startet booting, then, after the initialisation of systemUI reboots. Has been Bootlooping the past hour. ADB doesn't work, as reboot it's unauthorised and boot loop doesn't allow for any authorisation. Tried resetting via build.prop and userinit.sh. Even Direct Script Injection into init.rc didn't work.
Cache wipe -> no chance
System wipe and reflash -> Nope
In the End i ended up factory resetting and reflashing complete rom. This did work. Not to rant or anything, just a little story for those that are not capable to troubleshoot problems: This might screw your Installation!
Click to expand...
Click to collapse
Hence the warning at the beginning of the thread.
But seriously: which method did you use? The NOMone app or the adb commands? Because only the adb command needs a reboot to take effect, NOMone does not reboot: it changes the resolution on the fly, then waits 10 seconds for confirmation and switches back to default resolution otherwise.
It's impossible to tell what went wrong in your case, might have been anything from a bad adb command to a malfunction of the app or your rom. I guess if you enter bad values, both methods might break your SystemUI. I managed to do so by using Automate to activate the shell commands on app launch (no bootloop, though, only permanent FC of SystemUI), but I was able to fix it with adb easily.
It's a shame it didn't work for you, most people who are using this method are very happy with it.
THANKS !
dooes this improve battery as well /
gonna try this
Boody hegan said:
THANKS !
dooes this improve battery as well
Click to expand...
Click to collapse
Yes, it does, at least a bit. The screen does still burn a lot of juice because it's so big and bright, but the cpu stays much cooler. Less heat=less power consumption.
Thanks alot , i'm on simplrom v5c and googy max kernel v2
can this still work ..
Xelasarg said:
Hence the warning at the beginning of the thread.
But seriously: which method did you use? The NOMone app or the adb commands? Because only the adb command needs a reboot to take effect, NOMone does not reboot: it changes the resolution on the fly, then waits 10 seconds for confirmation and switches back to default resolution otherwise.
It's impossible to tell what went wrong in your case, might have been anything from a bad adb command to a malfunction of the app or your rom. I guess if you enter bad values, both methods might break your SystemUI. I managed to do so by using Automate to activate the shell commands on app launch (no bootloop, though, only permanent FC of SystemUI), but I was able to fix it with adb easily.
It's a shame it didn't work for you, most people who are using this method are very happy with it.
Click to expand...
Click to collapse
It was completely my fault. I knew what i was getting into, so no problem. It's just that, the "mistakes" i did could easily be done by accident by some less experienced users.
First off, i'm on CM12. NOMones Sollution doesn't seem to work there. CM does a "Hot Reboot" to reload the system UI. No matter what you set in NOMones app, the resolution doesn't change. DPI does though. This seems to be a CM related issue. Maybe they hardcode the resolution at build time...
After that i tried another app, which had the Orientation labeled backwards. So it set 1920x1080 landscape instead of portrait. After that the Phone Bootlooped the System UI. It would always boot up to the PIN Enter Screen and then reboot.
As said, no big Problem. I knew what to do and was able to bring my phone back to working state. Just make sure that you are 100% sure about the numbers you put into such apps and keep in mind that even with such "small" changes you should always have a up to date Backup of everything.
Boody hegan said:
Thanks alot , i'm on simplrom v5c and googy max kernel v2
can this still work ..
Click to expand...
Click to collapse
It should, unless SimplROM is CM12-based. NOMone Resolution Changer, as well as similar apps and the adb method, aren't limited to specific devices. In theory, they may all work on all Android phones. You'll have to try it out yourself, just make a backup before you do so!
domsch1988 said:
It was completely my fault. I knew what i was getting into, so no problem. It's just that, the "mistakes" i did could easily be done by accident by some less experienced users.
First off, i'm on CM12. NOMones Sollution doesn't seem to work there. CM does a "Hot Reboot" to reload the system UI. No matter what you set in NOMones app, the resolution doesn't change. DPI does though. This seems to be a CM related issue. Maybe they hardcode the resolution at build time...
After that i tried another app, which had the Orientation labeled backwards. So it set 1920x1080 landscape instead of portrait. After that the Phone Bootlooped the System UI. It would always boot up to the PIN Enter Screen and then reboot.
As said, no big Problem. I knew what to do and was able to bring my phone back to working state. Just make sure that you are 100% sure about the numbers you put into such apps and keep in mind that even with such "small" changes you should always have a up to date Backup of everything.
Click to expand...
Click to collapse
Right, thanks for clarification. I don't remember the hot reboot in CM12, but I know the resolution switch didn't work when I tried it on my Note 2 some time ago. Funny that for once Touchwiz is more customizable than CM.
If you're still interested, but hate the Samsung colour scheme (like me), you can try out Emotion Revolution ROM r10.1. It's based on the latest COI3 TW firmware, but they themed the notifcation/status bar and toggles to somewhat more like stock Android, see attached screenshot. Looks pretty sleek, performance is easily on par with CM12, and the Emotion kernel has tons of great tweaking options. Or you can go for their Port Note 5 r2.1 ROM, also based on COI3, which should offer full Theme Store support. That's the one I'll flash next. :good:
Xelasarg said:
Right, thanks for clarification. I don't remember the hot reboot in CM12, but I know the resolution switch didn't work when I tried it on my Note 2 some time ago. Funny that for once Touchwiz is more customizable than CM.
If you're still interested, but hate the Samsung colour scheme (like me), you can try out Emotion Revolution ROM r10.1. It's based on the latest COI3 TW firmware, but they themed the notifcation/status bar and toggles to somewhat more like stock Android, see attached screenshot. Looks pretty sleek, performance is easily on par with CM12, and the Emotion kernel has tons of great tweaking options. Or you can go for their Port Note 5 r2.1 ROM, also based on COI3, which should offer full Theme Store support. That's the one I'll flash next. :good:
Click to expand...
Click to collapse
Nah, TW is no option... I choose CM because of the straight forward no bllsht Apps approach. Plus Nightly builds via OTA... In no possible way am i going back to TW
AnTuTu Benchmark @ 1080p, performance governor, stock cpu frequency (2.65 GHz): :highfive:
(OK, cpu was also very cool when benchmark started, 28°C).
Samsung Galaxy S7 and galaxy S7 edge have got official Android Nougat Beta release ,I've been using this release for about 7 days and I've decided to do
a detailed review to share with you my experience and to help you decide whether to use it as a daily driver or not.
The review is 7 parts
1-Installation
2-Performance
3-Sensors & GPS
4-Battery Life
5-Gaming Performance
6-Features
7-Bugs
1-Installation
you gonna need a windows PC , USB cable and make sure to download the latest ODIN version, All the links are available in the 2nd post
1-Backup all of your data to your PC or SD card cs this procedures will format your internal storage (My recommendation is to use smart switch to do the backup)
2-Make sure that your battery is more than 50 percent
3-turn off your device
4-enter the download mode by holding the power button+home button+volume down key
5-on your pc extract the firmware package(use Winrar or winzip) It will take some time according to your PC speed
6- You will find 4 files after the extraction process
7-Connect your device to the PC, Make sure to use the Stock cable
8-Open ODIn as administrator ( If ODIN doesn't recognize your device then you need to install USB driver for your device)
9-Now select BL and choose BL file , this is your bootloader file
10-Click AP and choose the AP file, This file will take up to 3 minutes to load so be patient.
11-click CP and select CP file , this is your modem
12-and at last click CSC and select CSC file , this is your country code.
13-hit start
-This process will take 3 to 4 minutes if you are using the Stock usb cable,The device will reboot in order to erase every thing in the internal storage then It will reboot again to start the installation process
Installation FAQ
1- will the installation affect the device warranty? no it won't ,cs it is
an official release from Samsung.
2-Can I downgrade to MM after upgrading to
Nougat? Yes you can
3-Can I Install Android nougat if I'm running Custom ROM?
Yes you can install it whatever custom ROM you have.
Installation Video
2-Performance
-For the first time on Samsung devices you can choose the performance profile you need -There are 4 profiles (normal which is the
default mode, Game,entertainment,and high performance)
-every profile has a different settings to give you the best performance according to your needs but you can modify those settings if you want. -Some of you will ask me if I noticed any changes between the 4 modes modes, and I'm gonna answer your question by doing a simple test
-I've done a benchmarking test using antutu APP While normal mode is active and the score is 90000
-Then I've done the same test while performance mode is Active and the score 130000 which is almost the same like MM
-If you want better performance then choose the performance mode but keep in mind that this will affect your battery life
-According to my experience while using the device in normal mode that everything running flawlessly and the device is very
responsive.
-RAM management is great , you can run more than 5 heavy APPs in the background and switch between them very fast and you also still able to run
more APPs at the same speed regardless how much RAM space you have.
3-Sensors and GPS
Sensors and GPS antenna are very important to your device , I've done sensors test and all the sensors responded very well
(accelerometer , Gyroscope, light sensor, Proximity sensor, etc) and I've never experienced any bugged sensors in the past 7 days
GPS antenna is perfect , It caches a 3D fix while indoor and the accuracy is very very good for navigation.
4-Battery Life
Battery life still the same like MM for me but keep in mind that the battery usage vary from user to another .
while using the device in Normal mode(Making calls, Playing light games,using Common APPs like what's APP telegram and Chrome) Over WIFI, I've got 24 hours on battery and more than 5 hours SOT which is almost the same for me on MM .
While using the device in performance mode (location enabled,using Google MAPs for navigation,Making voice calls over 2 hours) I've got 17 Hours on battery and 4 hours SOT which is also the same for me on MM while heavy usage.
The good part in Nougat that you have the ability to change the screen resolution and Performance Mode to get more battery life.
Power saving mode is available with 2 options
1-Medium power saving mode
2-Maximum power saving mode which is the same like UPSM but with a different user interface.
5-Gaming performance
Gaming performance is awesome as it was in MM ,You still have game launcher and you can adjust gaming performance settings as you used to do before. Game tools have the same features but in this version you can see the recent APPs on the right side of the screen
I've tested some high graphic games (Asphalt 8,NFS most wanted,Asphalt Xtreme )and all of them running nicely no lags or stutters or slow responses You can get the best gaming experience by activating Game Mode , which is completely new feature in Android Nougat.
Features
Lock screen (Same).
Right swipe on home screen for upday (same)
Theme store is not ready yet but looks exactly like Note 7 Theme store
Press and hold any APP on the home screen will show pop up menu which is much easier to control your Apps
Home screen adjustments( Same)
All( Samsung Apps, Google Apps, Microsoft Apps)Same Like MM
System Apps have a different looking icons(Rounded shape)(Grace UX) (Like Note7)
Phone App Same Layout and options with different background while calling (Motion gradient colours)
New APP Called Samsung my galaxy (it gives you some helpful tips offers and news)
Power menu, Volume control menu ( same)
Recent Apps looks slimmer
Split screen (Same as Stock Android Nougat)
just drag any window to the top of the screen then choose any APP that supports multi-window
To activate pop up window drag the window to the center of the screen
Double tab on the menu button will switch between the recent APPs.
POP up view by swiping from both corners on the top of the screen
Notification toggles has been changed completely from Samsung TW UI to be like Stock Android devices
you have 6 toggles in quick access bar ,9 Toggles in landscape
Quick pull down with two fingers still available
There is no auto brightness button and the brightness slider only appears in full toggles pull down.
If you press any title under the toggle you will access to more settings related to the selected toggle
Blue light filter is available ,Private mode,Screen mirroring all those running with out any problem
Android Easter egg toggle is available
The settings menu is just like the Note 7 and it's very informative
All sounds Still the same
Sound Alive is available with the same options.
All the display options ( Auto brightness, blue light filter , screen resolution)
AOD new software with all the new layouts ,all third party icons can appear on AOD ,double tab on any icon to open it
Device maintenance is completely new feature ,It will optimize your device very fast and it is much better than smart manager ,5 shortcuts for (battery , Performance mode , storage , RAM,device security)
You still don't have the ability to format SD card as internal adoptable storage.
Finger print is working ,I didn't notice any improvement or any different response
All language are supported
All keyboard language inputs are supported
Camera software has a different layout and gestures (Like Note 7) but all the options still the same,All the modes are working,Image and video quality are
the same as MM firmware.
Bugs and fixes -I've been using the firmware for almost 7 days , So I'm gonna share with you the problems I've got till now
1-S health is not working , I think cos my device warranty is void , So If your device was rooted before you will got the same issue
2-Some of the Apps didn't work normally like what's App voice messages is too low compared to MM
3-Some of the Apps didn't work at all like Facebook
4-Some users reported that Samsung music crashing but for me every thing working without a problem.
Now you will ask me , can I use it as daily driver? the answer here depends on your needs, if you can find an
alternative for Apps like Facebook and you don't need S health then sure you can use it as daily driver.
Youtube Video Review
Root Your S7 or S7 Edge Running Nougat
-This is the only Method right Now
-You can not write on the data partition
-only simple stuff like Titanium Backup pro .
at the end of my review I hope i covered everything you want to know about
Nougat beta release For Galaxy S7 and galaxy S7 edge.
Downloads
ODIN
S7 Flat Nougat Beta Firmware(G930F&FD)
S7 Edge Nougat Beta Firmware (G935F&FD)
If You Want To downgrade To Marshmallow Please Take A look At this Tutorial
Could you test battery life with lower resolutions? Thanks.
Is there xposed For 7.0?
Enviado desde mi SM-G935F mediante Tapatalk
leboreiro said:
Is there xposed For 7.0?
Enviado desde mi SM-G935F mediante Tapatalk
Click to expand...
Click to collapse
Not yet
Gray44 said:
Could you test battery life with lower resolutions? Thanks.
Click to expand...
Click to collapse
Sure I will
About an hour ago I somehow opened torch brightness settings with 5 levels of adjust and cant find it anymore, anyone knows how to?
NeoDJW said:
About an hour ago I somehow opened torch brightness settings with 5 levels of adjust and cant find it anymore, anyone knows how to?
Click to expand...
Click to collapse
Long press the torch shortcut in notification
Sent from my SM-G930F using Tapatalk
takerhbk said:
Long press the torch shortcut in notification
Click to expand...
Click to collapse
Nothing happens, only black circle around it
NeoDJW said:
Nothing happens, only black circle around it
Click to expand...
Click to collapse
Just one press in (Torch word) it will show torch settings.
Installed the Nougat Update Successfully without any problems on my G930FD. Awesome smooth and great experience. Could somebody please conform me whether I'll receive ota updates or not? My original CSC is INS but the current CSC is BTU.
Thanks guys.
Sent from my SM-G930F using Tapatalk
violin.siva said:
Installed the Nougat Update Successfully without any problems on my G930FD. Awesome smooth and great experience. Could somebody please conform me whether I'll receive ota updates or not? My original CSC is INS but the current CSC is BTU.
Thanks guys.
Sent from my SM-G930F using Tapatalk
Click to expand...
Click to collapse
Not unless you're registered for the Beta
gear vr compatibility
anyone have tested gear vr? does it work properly on this nougat beta?
superleeds27 said:
Not unless you're registered for the Beta
Click to expand...
Click to collapse
Then how can I install future updates? Kindly please guide me.
Sent from my SM-G930F using Tapatalk
violin.siva said:
Then how can I install future updates? Kindly please guide me
Click to expand...
Click to collapse
You'll have to wait until someone upload the new BETA firmware.
Download it and flash with odin.
GUSKOTT said:
You'll have to wait until someone upload the new BETA firmware.
Download it and flash with odin.
Click to expand...
Click to collapse
Hmm yes. Checking up for the firmware but not available.
Sent from my SM-G930F using Tapatalk
shark jungle said:
Sure I will
Click to expand...
Click to collapse
Hey shark, any news regarding that lower resolution battery impact?
un.droid said:
Hey shark, any news regarding that lower resolution battery impact?
Click to expand...
Click to collapse
Hey bro, For me I've got 1 hrs more on FHD resolution , On HD I didn't notice any changes.
awesome, thanks for the info.
Hi all, I bought an m3 a couple of weeks ago and the interface for all my apps show up as they would on a phone display rather than on a tablet.
My question is, if I root the device and just put straight android on, would I be able to specify that this is a tablet device rather than a phone? Or even, are there 2 versions available to install? Or is all this built into the hardware?
I know you can shrink the size of text and the general look within settings but that's not the issue. it's how the apps function .e.g. on some apps if I click on a link it takes me to another page rather than just popping up on a side bar. I had a Samsung previously, identical screen size and I can see the difference.
Any help is much appreciated
Thanks
Dig around on this forum, there are a few threads. If you are rooted there are ways to change the DPI which will trigger the apps to correctly display tablet mode. Less severe than loading a ROM.
Here is one of them:
https://forum.xda-developers.com/mediapad-m3/help/huawei-mediapad-m3-chrome-running-phone-t3487236
portisgreg said:
Hi all, I bought an m3 a couple of weeks ago and the interface for all my apps show up as they would on a phone display rather than on a tablet.
My question is, if I root the device and just put straight android on, would I be able to specify that this is a tablet device rather than a phone? Or even, are there 2 versions available to install? Or is all this built into the hardware?
I know you can shrink the size of text and the general look within settings but that's not the issue. it's how the apps function .e.g. on some apps if I click on a link it takes me to another page rather than just popping up on a side bar. I had a Samsung previously, identical screen size and I can see the difference.
Any help is much appreciated
Thanks
Click to expand...
Click to collapse
Hi!
Unlikely it is a known issue. Nothing you can do except changing the dpi to 325. If you do that all apps run in tablet mode but if you restart the tab it goes back over 400 dpi so it's not a perfect solution.
Thanks for the replies I've managed to root it and I got a really terrible rom (the only one I could find in the forums)
A couple more questions:
1. the density settings don't stay even if you root - it there any way to keep them?
2. are there any better ROMs than this?
Thanks
Greg
Ok!
So here's the latest build from Huawei with Android 7.0.
I accept no liability as it's clearly a pre-release with glitches etc but I've not found any issues yet
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1224/g490/v80058/f2/full/update.zip
I used the Huawei Firmware Finder Team Tool to find it.
https://forum.xda-developers.com/tools/general/huawei-firmware-finder-team-mt-t3469146
portisgreg said:
Thanks for the replies I've managed to root it and I got a really terrible rom (the only one I could find in the forums)
A couple more questions:
1. the density settings don't stay even if you root - it there any way to keep them?
2. are there any better ROMs than this?
Thanks
Greg
Click to expand...
Click to collapse
adb.exe shell wm density 330 && adb reboot
https://forum.xda-developers.com/me...chrome-running-phone-t3487236/page3?nocache=1
famedoro said:
adb.exe shell wm density 330 && adb reboot
https://forum.xda-developers.com/me...chrome-running-phone-t3487236/page3?nocache=1
Click to expand...
Click to collapse
thanks but it doesn't retain the settings after reboot still
Nougat doesn't solve this problem.
Sent from my BTV-W09 using Tapatalk
I got the Android O for my Samsung Galaxy tab S3 here in india. Update size is around 1123 MB.
New features are
1. Experience 9
2. Doldy Atmos enhancements
3. New options to play sound of a particular app on a particular device. Ex : if u have connected a Bluetooth speaker, now u have the ability to select only YouTube audio to be played on Bluetooth speaker.
4. Live messages
5. New notification icons and app icons( I guess part of experience 9 home)
6. Multiple clock faces and colours for clock in lock screen.
That's the S9/S9+ wallpaper. Is that on the device after Oreo or did you put it on your tablet? And if it comes with Oreo is it live like on the S series?
Are there themes? I really really want to have black theme all over instead of blinding white
Well this is my experience:
-Changes mentioned by kmdshoyaib in op
-No themes of course (and i wasn't expecting that)
-The overall experience is smoother than nougat but I have to say many lags and delays specially in samsumg keyboard, and third party apps menus are still there (I did a clean install and factory reset)
-I feel a better response time to S-pen (maybe a placebo effect)
-Other things including batter life needs more time!
how to root T820 oreo?
galaxy4mylife said:
That's the S9/S9+ wallpaper. Is that on the device after Oreo or did you put it on your tablet? And if it comes with Oreo is it live like on the S series?
Click to expand...
Click to collapse
Live messages is now available on Tab S3 oreo.
Other than that, I feel the tablet way more responsive now. Reacts faster when playing around with different apps.
Samsung Pass now requries secure screen lock to work with autofill of usernames and passwords. Fingerprint is still a must with Samsung Pass, but in addtion a screen lock also is needed.
Sent from my SM-T825 using Tapatalk
I got it yest night in India too. agree with all the above comments, but disappointed by 1 thing; no change in the SNote/Samsung Notes fiasco
The Dolby Atmos is awesome. I played a song in the dead of the night and, mighty impressed with the improvement. The output from the speakers also had improved. Good thing the AKG speakers have been used and getting a good workout!
Greetings from India, received Oreo update today, and now tab s3 supports VOLTE. Jio VOLTE calls are working now.
And battery life is better?
Enviado desde mi LG-H990 mediante Tapatalk
Supports it adoptable storage or do I have to hack again?
galaxy4mylife said:
That's the S9/S9+ wallpaper. Is that on the device after Oreo or did you put it on your tablet? And if it comes with Oreo is it live like on the S series?
Click to expand...
Click to collapse
Well that is just the static wallpaper I downloaded from Android authority.com
It would have been a charm if Samsung included s9 live wallpapers with the update
View attachment 4510149
Greetings from China...
The s pen translate app also got an update and now it works just like galaxy note 8.
It can translate from Chinese and Japanese now. It can also translate sentences and currency.
My tablet is currently in for repair so have not had a chance to look at the update personally only watched some videos on YouTube about it I was wondering if anyone could have a look and find out if there's a way to change the resolution to save power yet as I do a lot of typing and office work on my tablet and I was looking for a way to down the resolution to 720 p to save a ton of power and was wondering if this has been added with the Oreo update.
Maybe it's because I am a brand new Tab S3 user and updated almost immediately. But all the apps in Play Store that I already paid for are showing up as unpaid. Here is my post about it. Help is appreciated!
Battery life has been fine for me since I got the update yesterday.
corb06 said:
Live messages is now available on Tab S3 oreo.
Other than that, I feel the tablet way more responsive now. Reacts faster when playing around with different apps.
Samsung Pass now requries secure screen lock to work with autofill of usernames and passwords. Fingerprint is still a must with Samsung Pass, but in addtion a screen lock also is needed.
Sent from my SM-T825 using Tapatalk
Click to expand...
Click to collapse
Updated last night. The process was easy and error free. The changes are really minor, not anything to write home about. In any case, as Android matures, I would not expect substantial changes from one version to a newer one.
poetryrocksalot said:
Maybe it's because I am a brand new Tab S3 user and updated almost immediately. But all the apps in Play Store that I already paid for are showing up as unpaid. Here is my post about it. Help is appreciated!
Click to expand...
Click to collapse
Try to login on a pc to your google account to validate the issue.
On your tab, try to wipe cache, following this steps:
1. Turn off your tab.
2. After that press and hold the Volume Up + Home + Power button for a couple of seconds.
3. Now you should be in the expected mode.
4. You can navigate here by using Volume buttons and select options "wipe cache" by using the Power key.
If this solve your issue don´t forget leave feedback to help other mates.
lukesellwood2 said:
My tablet is currently in for repair so have not had a chance to look at the update personally only watched some videos on YouTube about it I was wondering if anyone could have a look and find out if there's a way to change the resolution to save power yet as I do a lot of typing and office work on my tablet and I was looking for a way to down the resolution to 720 p to save a ton of power and was wondering if this has been added with the Oreo update.
Click to expand...
Click to collapse
You even hear of punctuation?
My dear experts,
how downgrade this beautiful tablet to Android 7 Nougat ?????
WRITE, WRITE WRITE also in Italian.
Niki da Trani said:
Android 7 Nougat
Click to expand...
Click to collapse
Download Odin3 for Windows PC
Downlaod latest firmware of Nougat 7.0 from 2018 for your region Italy named PDA/AP version T820XXU1ARA2
Downlaod instractions
Downlaod How to flash your Samsung phone?