Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "android nougat"
-
Just today I noticed how Android Oreo (8.1) on my Nexus 6P can actually see my Bluetooth headset's remaining battery capacity. I didn't even know that my headset could send out this information! Windows never presented this information to me, and neither did my tablet which runs Nougat 7.0. Apparently there's multiple implementations of that battery level reporting too.. so lack of support in Microsoft's driver makes sense. Especially given that the Bluetooth standard already counts several thousands of pages. Compare that to Wi-Fi which is far more complex (with - some of - its 7 OSI layers, 2.4GHz and 5GHz frequencies, MIMO etc) which counts only 400-ish pages. I'm surprised that Google actually supports this Bluetooth battery reporting at all.. implementing all the standards must've been quite the chore.
TL; DR: Bluetooth is an overengineered piece of shit, and is in dire need of refactoring.26 -
Me: *Trying to get the mobile banking app*
App: Nope, you have a rooted device
Me: *disables root access for apps and adb*
App: Nope, you have a rooted device
Me: *Maybe a xposed module would help*
Xposed: Nope, you have android nougat
Me: *Maybe there's some LineageOS marshmallow rom for my phone*
LineageOS: Nope, just android 7.1
fml9 -
Wow, I didn't expect this! My phone brand (Huawei) actually updated my phone from Marshmallow to Nougat! I was so used to OEMs letting their customers die with old versions :)2
-
Hmm. Not sure if this was the best screenshot to show off Android 7's (Nougat) improved Doze mode. 95% = 59mins2
-
!Rant
Just resurrected my old Galaxy Nexus with LineageOS. It's still shiny af even on Android Nougat.
Speaking about almost 6 years old device. 😍2 -
@dfox feature request: Multi-window support for Android Nougat so I can read rants and watch YouTube at the same time.2
-
after having a pretty bad experience with nougat and the android O beta on my nexus 6p I've decided to try a custom rom again. went for pure nexus and now my phone is blazzing fast again :) pretty amazed by the progress this rom made in 1 year5
-
When Nougat came out a month ago and you still don't have it on your S7. Nougat= Android 7.0. My background pic is me..9
-
My OP5 got a system update to Android Oreo today. FUCK YOU Google for removing the cute blob emojis! I'm not using emojis that often, hell I normally wouldn't care at all, but the new ones are so ugly I wanna rip my eyeballs out everytime I see them. I already miss those adorable blobby bastards so much that I'm considering going back to Nougat :(
By the way: hello Devrant and the best wishes for 2018 to everyone!2 -
Devrant bug: If the screen size is changed (by resizing app in multi-view) content disappear.
Apps should be able to cope with screen size changes during runtime - check android documentation, especially for Nougat.
@dfox10 -
Bug Report:
When I hit on notifications from my phone, I'm not directed to the rant or comment that is related to that particular notification. I realized that it simply takes me to where I was before I closed the app.
Using Android app. Nougat.
Phone model: MI 55 -
In android 7.1, I've seen a lot of conflicting reports about crypto security.
If I do something like the following in the default android 7.1 browser...
var array = new Uint32Array(n);
window.crypto.getRandomValues(array);
How secure would the resulting numbers be overall? I'm asking because I've seen a lot of articles talking about it, but they never specifically mention the default 7.1 android *browser* and what or how it obtains secure random numbers. They only ever talk about the api, sdk, and developers working in java.4 -
Hey guys, perhaps some of you might be able to help me out.
My current task in my job is to implement an OAuth2 client in Android. I know there are a lot of out-of-the-box solutions for like Twitter, Facebook, Google etc. but I need to make it work with a generic OAuth2 server.
So I tried several frameworks for Android like AppAuth, Scribejava, etc. and most of them are buggy/outdated or aren't working with the Android version I have to use (API 24, Nougat).
I already asked for help in the android-dev IRC channel, but to no avail. Also looked up dozens of repositories on Github.
I'm rather desperate right now, because I'm running out of time :(
Any help/pointers are appreciated!
Thanks!1 -
Has anyone tired resurrection remix rom for Android? its really great with so many mods and customisations.
you don't even think of installing xposed mods, once you've got it.
just installed official nougat build for my oneplus one1 -
Am I the only to have bad mojo with Android 7? It loses 4g network all the time, restarts, is generally slow... It's like they follow the Microsoft release model, one version stable (4), next one buggy and bad (5), then nice again (6), and now bad (7)...
-
whenever I take extended brakes from reading whats on devrant the initial reopen of the app leads to a immediate crash. Android nougat.1
-
I got android nougat on my phone and of course my root was gone
It was dearly easy, but along the step of doing it I had to format some partitions (like /data), after that I flashed some zips and put the backup of my data partition back on my phone
Pictures where missing, some app data where missing, also WhatsApp pictures and videos
Turns out, twrp saves pretty much everything, but leaves out the user data folder, where all of that stuff would've been
I'm just happy that I'm not one of those people who don't need to keep thousands of pictures
I don't really know what kind of stuff I lost, probably not too important