Wrong google play services for 5.0.1? - OnePlus 5 Questions & Answers

I thought oreo devices should ship with a google play services version that has code 940 I noticed our devices come with 440.
Is this an oversight?

Oh, haven't noticed this yet, but you're right! Good question....

Version 440 is for Android 6+, so it's for Oreo too. 940 is for Oreo only.
And you can install the "right" version, but i wouldn't if i were you. I did it and mt battery life was much much worse.

Oh that's strange I did install 940 yesterday and I noticed my battery life was worse yesterday this is strange I guess I'll restore this from backup

Hey!
I'm wondering whether my issue isn't linked to what you spot.
https://forum.xda-developers.com/showthread.php?t=3731923
I've updated Google play services from 11.9.51 (440.x) to 11.9.73 beta (440.x).
I'll check if it's better but if not, I'll try 940.x version!

Sinaptik said:
Hey!
I'm wondering whether my issue isn't linked to what you spot.
https://forum.xda-developers.com/showthread.php?t=3731923
I've updated Google play services from 11.9.51 (440.x) to 11.9.73 beta (440.x).
I'll check if it's better but if not, I'll try 940.x version!
Click to expand...
Click to collapse
The best way is to :
- Use the 480 dpi version instead nodpi because OnePlus 5 is a 480 dpi screen, i use the 480 dpi for 8.0+ available here Google Play services 11.9.73 (948-179769395) beta
- Use Amplify (with the lastest Xposed Framework SDK26 Oreo 8.0), Amplify block a lot of Wakeblocks and really improve the battery life drastically

Related

[CLARIFICATION] Xperia Lollipop & "Fix Lollipop Memory Leak"

Hey there, the XperiFirm dev here.
I've seen people that use the official Lollipop on their Xperia devices, yet they also use the "Fix Lollipop Memory Leak" Xposed module.
Let's make something clear: Xperia Lollipop does NOT have that memory leak.
Sony made sure to include the memory leak fix built in (the exact fix that the Xposed module offers) for their Lollipop releases. The Xposed module is pointless.
Basically the Xposed module replaces the AOSP function with exactly the same function but with this additional "release()" line. As you can see in the attached screenshot, Xperia already has this line included.
Hope that stops you from using the highly unstable alpha of Xposed Framework for a module that is totally useless for your Xperia device.
services.jar
smali/com/android/server/display/ColorFade.smali
Line 318
that's what i've been trying to make some members understand
Thank you guy's for the info! i'm uninstalling the module now
thats why i never use xposed modules...it can be unstable and lower ur perfomance of the phone.
See thats why Sony dont rushed with Lollipop
Pandemic said:
See thats why Sony dont rushed with Lollipop
Click to expand...
Click to collapse
Good thing they didn't, I am very satisfied with Lollipop on my Z1, it's smooth, I get 700-800 free RAM, and absolutely NO lag...
cocagenda2 said:
thats why i never use xposed modules...it can be unstable and lower ur perfomance of the phone.
Click to expand...
Click to collapse
... and that's when the picture changes: when I use Xposed (on a properly deodexed and highly stable ROM I made myself) my phones lags awfully, it heats up quickly, and the battery gets drained in a few hours. (no bootloops though)
I'd skip Xposed until the stable version gets released.
IaguCool said:
Good thing they didn't, I am very satisfied with Lollipop on my Z1, it's smooth, I get 700-800 free RAM, and absolutely NO lag...
... and that's when the picture changes: when I use Xposed (on a properly deodexed and highly stable ROM I made myself) my phones lags awfully, it heats up quickly, and the battery gets drained in a few hours. (no bootloops though)
I'd skip Xposed until the stable version gets released.
Click to expand...
Click to collapse
+1
exactly, it runs very smooth, fluid and fast on my Z2 either
No lag at all ^^
Awesome that's why they were late
Thanks for your great info mate you answered my question :good:
Thanks for the explanation, I was wondering about the same. Although I do not agree that Xposed is highly unstable. It doesn't cause any lags, battery drain or any instability to my phone (odexed Z2 .726). Usability of Xposed for LP is close to KK experience.
EDIT #2: I've found the root cause of the problem: see here.
IaguCool said:
Hey there, the XperiFirm dev here.
I've seen people that use the official Lollipop on their Xperia devices, yet they also use the "Fix Lollipop Memory Leak" Xposed module.
Let's make something clear: Xperia Lollipop does NOT have a memory leak.
Sony made sure to include the memory leak fix built in (the exact fix that the Xposed module offers) for their Lollipop releases. The Xposed module is pointless.
Basically the Xposed module replaces the AOSP function with exactly the same function but with this additional "release()" line. As you can see in the attached screenshot, Xperia already has this line included.
Hope that stops you from using the highly unstable alpha of Xposed Framework for a module that is totally useless for your Xperia device.
Click to expand...
Click to collapse
EDIT: please just ignore the rest of the post, I misunderstood the Fix Lollipop Memory Leak bit.
The purpose of xposed-sonyfix is not to fix a memory leak, but to prevent bootloops on the 2nd and subsequent boots with the framework installed. I have no idea whether that's still required with xposed-sdk21-arm-20150426.zip, but it was sure as hell a problem with xposed-arm-20150308.zip.
With stock Z3 LP firmware and xposed-arm-20150308.zip - even without the xposed apk! - one needed to wipe /cache before every boot, and wait until all the apps were compiled again. Not too convenient.
@ondrejvaroscak discovered that if the open file limits were increased during boot, the bootloop didn't happen anymore; and another dude did a .zip (actually 3 ) that increased the file limits on boot.
At that stage, I stepped in, with the goal to provide a complete solution that would 1) get rid of the bootloop, and 2) when boot had finished, attempt to restore the on-init default values to zygote's process tree.
All the discussion about leaks is pure speculation. Here I summarized that - the relevant bits are
mionica said:
And there's one more thing. We like to blame Xposed (or at least you seem to ), but we don't have a clue whether it's Xposed or Android itself. This just occured to me - they recently released 5.1.1, which reportedly fixed some memory leaks that have been in since 5.0.0 - I wonder if memory's all that 5.0.2's leaking... What about handles? What if Xposed LP only works on other platforms because the kernel devels of those devices had figured **** might hit the fan, so they increased the kernel limits to accomodate a leaky Android?... What if Sony's stock app_process does some crazy Sony-specific things to avoid said leaks, or clean up after them, which Xposed's doesn't?... That wouldn't break SU, which only hooks the file entry, but would break Xposed, which replaces app_process altogether...
Click to expand...
Click to collapse
and
mionica said:
...and yeah, that's obviously the thing to do. If we talk to the Xposed devs and say, "it doesn't work on our device", I think a "so what?" answer would be actually appropriate. That's why I haven't approached them do date; when I do, I mean to be able to say, "this is what seems to be wrong, this is my analysis, here are my logs; can I help you (help me ) in any other way?"
Click to expand...
Click to collapse
That said, bootloops are a fact with stock LP firmware, on the stock kernel, and xposed-arm-20150308.zip. I'm actually cleaning the phone ATM in order to have a clean testbed for checking whether xposed-sdk21-arm-20150426.zip is different in this respect.
This is not a blame game. It's sound engineering on my behalf, attempting to fix an observed, and rather inconvenient, problem - which yes, is either caused by, or triggered by, running Xposed Framework (binary version 20150308), on Sony LP devices with a lot of .apk's installed - I expect if either one of these 3 conditions isn't met, the problem doesn't occur. It can't be observed, for instance, on debloated ROMs.
IaguCool said:
Hey there, the XperiFirm dev here.
I've seen people that use the official Lollipop on their Xperia devices, yet they also use the "Fix Lollipop Memory Leak" Xposed module.
Let's make something clear: Xperia Lollipop does NOT have a memory leak.
Sony made sure to include the memory leak fix built in (the exact fix that the Xposed module offers) for their Lollipop releases. The Xposed module is pointless.
Basically the Xposed module replaces the AOSP function with exactly the same function but with this additional "release()" line. As you can see in the attached screenshot, Xperia already has this line included.
Hope that stops you from using the highly unstable alpha of Xposed Framework for a module that is totally useless for your Xperia device.
Click to expand...
Click to collapse
nice to hear, but tell my why xperia home gets reloaded sometimes after browsing etc. and why gets music, spotify kicked out?
mo120697 said:
nice to hear, but tell my why xperia home gets reloaded sometimes after browsing etc. and why gets music, spotify kicked out?
Click to expand...
Click to collapse
I don't know... this is off-topic.
how about xperia c3
My device xperia c3 also get lollipop from Sony. Now I am wondering if this so called 'memory leak fix' is also included in the update?
Was just about to ask this question, good guy search found this thread, thanks for the info OP :good:
IaguCool said:
I don't know... this is off-topic.
Click to expand...
Click to collapse
It's not, I have the issue too. Podcast apps - Pocket Casts, Stitcher AND BeyondPod - all constantly crash while running in the background, and stop playing, since I've upgraded to lollipop. I'm certain it's down to the memory getting full. I've been Googling around for days and uninstalling apps but nothing had made a dent, so far. Rebooting the phone frees up more than half the memory, but it gets taken up again in a few minutes.
I never had this problem with KitKat on my Z1 Compact. If it's not a memory leak, what is it?
NB I have also encrypted my device for the first time. I thought this would use more cpu or slow disk access, but I don't see why it would affect the RAM... right?
Henrald said:
It's not, I have the issue too. Podcast apps - Pocket Casts, Stitcher AND BeyondPod - all constantly crash while running in the background, and stop playing, since I've upgraded to lollipop. I'm certain it's down to the memory getting full. I've been Googling around for days and uninstalling apps but nothing had made a dent, so far. Rebooting the phone frees up more than half the memory, but it gets taken up again in a few minutes.
I never had this problem with KitKat on my Z1 Compact. If it's not a memory leak, what is it?
NB I have also encrypted my device for the first time. I thought this would use more cpu or slow disk access, but I don't see why it would affect the RAM... right?
Click to expand...
Click to collapse
I don't have any app crashes here. Don't know what to tell you. I usually have 700-900 MB of free RAM. On rare occasions it even gets to 1GB of free RAM.
That's probably because my ROM is very clean. Those issues you have might happen because one of your stock or installed apps having a memory leak and force Android to kill tasks to keep your phone up and running.
From which file does this smali come?
Rayman96 said:
From which file comes this smali?
Click to expand...
Click to collapse
services.jar
smali/com/android/server/display/ColorFade.smali
Line 318
Had those same annoying problems. On device start I've got about 1gb of free ram.I don't have much apps installed and I'm cleaning apps I no longer need once per week
Atm I've got about 25 (extra) apps installed with much stuff removed from stock Sony (most google Apps, xperia share stuff)
So far the basis:
As soon as my device is on for about a day I'm having launcher redraws as soon As I'm closing chrome. ChRome is (aside from games) my biggest ram consumer. when opening tabs it gets even worse. Walkman stops playing, SmartBand gets disconnected, games are resetting. Then I need to clear my recent apps, and restart the device.
Now the crux: This happens whether or not there is xposed installed on my device.
Now, you might say that this xposed module is obsolete, but don't say that Sony has fixed the memory leaks by themselves.
Aside From this particular problem I'm happy with lp for xperia
Sony did an awesome job, even more when compared to other manufactures
My device: z1 c6903, 5.0.2 pre rooted with xposed installed.
Quintessential:
Big ram eater=launcher redraw.
As if I'm running an up2date chrome on my Xperia s or arc s. A shame for a device with whooping 2gb ram
That's a relief But still, Lollipop likes to kill app in background. Even one with visible Component in Notification. Yesterday i record an audio with Sony's app and then switch to reading app. but when i switch back to the audio recording app, it stops after some 30s+ in background. That's too much imho so i think Google's the one to blame for Lollipop issues.

New update has just arrived

I have just received new OTA update 1.85.401.5 for European version of M9 Plus.
Please
Can you share with us a copy of your new rom ? Please
What do you mean?
Can you do a zip file to install in recovery ? like tlbade has maded ?
@zazabichi so it's not 5.1, right?
With my s-off, i've just converted to main version 1.08 Europe region 401, all went fine. Now updating to 1.61, then hopefully to 1.85 Then i'll dump system image and look at creating an update for CleanSlate ROM
itskapil said:
@zazabichi so it's not 5.1, right?
Click to expand...
Click to collapse
Nope
tbalden said:
Nope
Click to expand...
Click to collapse
I had the stock 1.61.401.7 unlocked through HTCdev, rooted & installed exposed. I reverted to the stock back up I made (before root/exposed) but the OTA install is not working. I also reverted to stock recovery (only found 1.61.401.6). The attached image is what I get in the stock recovery after I get the red exclamation image. Any idea what am I doing wrong? do I have to re-lock the bootloader first or is it because of the stock recover being for 1.61.401.6 instead of 1.61.401.7?
omar302 said:
I had the stock 1.61.401.7 unlocked through HTCdev, rooted & installed exposed. I reverted to the stock back up I made (before root/exposed) but the OTA install is not working. I also reverted to stock recovery (only found 1.61.401.6). The attached image is what I get in the stock recovery after I get the red exclamation image. Any idea what am I doing wrong? do I have to re-lock the bootloader first or is it because of the stock recover being for 1.61.401.6 instead of 1.61.401.7?
Click to expand...
Click to collapse
I think it will be the difference in recovery.
Unfortunately I don't have that recovery extracted. Maybe someone caught the fota URLs andbacked up the OTA zip, that should contain the recovery, but I don't have them, sorry
Is there an improvement of the performance after the OTA? I'm interested in buying this phone to upgrade my M8. I read some reviews says that M9+ it cannot handle high frame rate games very well. even on switching to other apps on multi tasking.
Are this issues were improved after the latest OTA?
Thanks!
jhannbernas said:
Is there an improvement of the performance after the OTA? I'm interested in buying this phone to upgrade my M8. I read some reviews says that M9+ it cannot handle high frame rate games very well. even on switching to other apps on multi tasking.
Are this issues were improved after the latest OTA?
Thanks!
Click to expand...
Click to collapse
Better stay with the M8 if you're in for gaming. The OTAs didn't change much related to that, and I don't think it's possible. 2K screen and the GPU of iPhone 5S is not meant to be paired for high demand gaming, and no OTA will change that IMHO. For casual gaming still okay.
Antutu seems to score lower. But the ui multitasking seems to be improved overall quite a bit.
tbalden said:
Antutu seems to score lower. But the ui multitasking seems to be improved overall quite a bit.
Click to expand...
Click to collapse
tbalden said:
Better stay with the M8 if you're in for gaming. The OTAs didn't change much related to that, and I don't think it's possible. 2K screen and the GPU of iPhone 5S is not meant to be paired for high demand gaming, and no OTA will change that IMHO. For casual gaming still okay.
Click to expand...
Click to collapse
Thanks for the info. Maybe I'm still upgrading to M9+ since I'm not into gaming. What I really like on HTC devices is the boomsound. I am tempted for the QHD and fingerprint sensor for M9+. For those features, still pretty good to upgrade to M9+.
What really confused me to buy is because of the news that HTC Aero will be coming soon. It would not feel great when you buy a new one then suddenly, another one is released.
Anyone else get this update around the world yet?
Terra1 said:
Anyone else get this update around the world yet?
Click to expand...
Click to collapse
Got it in the UK. S-off superCID
OTA : Taiwanese Update
New update 1.84.709.7
battery improvement,not Android 5.1. :crying:
tbalden said:
Better stay with the M8 if you're in for gaming. The OTAs didn't change much related to that, and I don't think it's possible. 2K screen and the GPU of iPhone 5S is not meant to be paired for high demand gaming, and no OTA will change that IMHO. For casual gaming still okay.
Click to expand...
Click to collapse
games lag because it isn powerful enough for 2k res..... so how bout this?.... Using App Settings (xposed module) we can decrease the resolution
Since i dont hwve any high end games at present... if some1 else tries this do tell if this works
T3snake said:
games lag because it isn powerful enough for 2k res..... so how bout this?.... Using App Settings (xposed module) we can decrease the resolution
Since i dont hwve any high end games at present... if some1 else tries this do tell if this works
Click to expand...
Click to collapse
I only see DPI settings in the feature list of this mod, and that won't change the screen resolution of the game itself. Is it possible to change the screen resolution for games?
tbalden said:
I only see DPI settings in the feature list of this mod, and that won't change the screen resolution of the game itself. Is it possible to change the screen resolution for games?
Click to expand...
Click to collapse
there is a option called screen dp where u can select a different resolution
yvtc75 said:
View attachment 3428130 New update 1.84.709.7
battery improvement,not Android 5.1. :crying:
Click to expand...
Click to collapse
It is strange that the Taiwan update mentions Battery improvements while the Euro update has System improvements, one would think they would be the same kind of upgrades, but they are different & also different in size.
View attachment 3432253

Android M, Protected Apps and ignore battery optimizations

Hello,
since Android M is out for Huawei P8, I am wondering what the difference is between "protected apps" and "ignore battery optimizations".
I know, first is a system from Huawei, and second comes from Google since Android M, but are they working together, or each one for himself?
So, if I want an app to work in background, do I have to activate them at both places?
There are some people who don't get whatsapp messages when phone "sleeps", and still searching for a solution.
Does anyone know how these two things are working?
Best regards
Matthias
Wattsup is working for me properly, is activated in both places: protected apps and ignore battery optimizations
For me whatsapp ist working fine, too.
I am wondering if Android M has some advantage to Android L.
Android L already had "protected apps", and on Android M, I must put my apps in two places.
If google added their own Android Notification Manager (Benachrichtigungsmanager), than there is the problem. That's why has to be activated in both settings.
For me Marshmallow looks like an incomplete firmware. Too many bugs. At least works )
Latest marshmallow EMUI 4 update is much better than Lollipop in any way, faster, less bugs, more stable, much better UI and noticable better battery drain, no reason to stay on EMUI 3.1 what so ever
We are not on Lollipop, problem is on Marshmallow
30adi said:
We are not on Lollipop, problem is on Marshmallow
Click to expand...
Click to collapse
my reaction was to that
30adi said:
For me Marshmallow looks like an incomplete firmware. Too many bugs. At least works
Click to expand...
Click to collapse
i just wanted to point that the phone now with marshmallow works much better than with lollipop did :good:
I disagree
00471 said:
my reaction was to that
i just wanted to point that the phone now with marshmallow works much better than with lollipop did :good:
Click to expand...
Click to collapse
B317 is better than B313, but not better than B200.
B200 is the best stable rom for P8

MIUI Global Stable ROM v9.5.2.0 NAGMIFA Is Released For Mi 5s!

Hi all
It seems the new update 9.5.2.0 NAGMIFA is now released for everybody with a Mi 5s. It's still based on Nougat.
Release notes can be found in the attached pictures.
Most notable change, Game speed booster is now included (http://en.miui.com/thread-1089598-1-1.html) and the new notification bar which (finally) allows direct actions (like replies).
There's also a new Theme engine and some other small changes.
Official thread at Xiaomi: http://en.miui.com/thread-2398717-1-1.html
pato
patoberli said:
Hi all
It seems the new update 9.5.2.0 NAGMIFA is now released for everybody with a Mi 5s. It's still based on Nougat.
Release notes can be found in the attached pictures.
Most notable change, Game speed booster is now included
There's also a new Theme engine and some other small changes.
pato
Click to expand...
Click to collapse
I don't recommend this update.
It's bad nightly update version, working much worst then 9.2.1.
For example: unimportant status bar folder is missing, all applications load at least 4x longer than before - freezing at startup for several seconds!
I've succesfully restored 9.2.1 and waiting for better one.
I haven't found any problems yet, Apps load as fast as with 9.2.1.0 or a tiny bit faster in my case.
patoberli said:
I haven't found any problems yet, Apps load as fast as with 9.2.1.0 or a tiny bit faster in my case.
Click to expand...
Click to collapse
For my phone had also improve the Wi-Fi signal, its better now.
Sent from my MI 5s using Tapatalk
Global:
System/Recovery Update http://bigota.d.miui.com/V9.5.2.0.NAGMIFA/miui_MI5SGlobal_V9.5.2.0.NAGMIFA_5b7e95093d_7.0.zip
Fastboot Image http://bigota.d.miui.com/V9.5.2.0.NAGMIFA/capricorn_global_images_V9.5.2.0.NAGMIFA_20180406.0000.00_7.0_global_b3c6e6a52c.tgz
I am pretty happy with it. For me it looks much more stable than 9.2.
Although I am a bit annoyed that they again changed how 'do not disturbed mode' works it looks like they fixed the problems I had with it. I just changed some settings back to how they were before the update and I think now it works as it should.
Is this still MIUI8?? It is stated on download page that is miui8, but version is for miui9?
It's Miui 9. The Miui version is based on the first number of the release, so 9.5.2.0 = Miui 9.
I've tested almost every ROM for our device, and I think this is the best one around, great improvement in almost everything, I found no bugs on this. I highly recommend this one for everyone
The notifications are already seen in the lock screen?
eNCHANT said:
The notifications are already seen in the lock screen?
Click to expand...
Click to collapse
Yes
Updating to this version caused my battery to drain in half of the time than 9.2.1 . Any suggestions?How can I revert to previous version?
I have 9.5.2, for me it is a lettle better then 9.2. just a lettle, abttery use is same, 2:30 sscreen on, and 58% battery left 7h phone idle (from charger to now), it is like 4-5 sc on time as on old A6.0 as on 9.2 and now. 4g is better on this one (for me, Serbia). i don't like replay in notifcation but i don't care (it uses alote of space). Othere stuff is ok. For now no problems (5-6 days).
google cam port works same. if somone uses one.
Waiting for Official miui oreo, Mi 5/note 2/mix have bugs so delayed and will release again with 5s/5s Plus after bugs fixed.
Anyone experience lag? Stutter? How did you fixed it?

update pie ?

Hello guys, would anyone have information for the update announced since end of the last year, which should take place for the month of March 2019, to pie, by Sony ?
Russian did not pass the beta test, waiting for a test on the Europeans ...
SGS3_0 said:
Russian did not pass the beta test, waiting for a test on the Europeans ...
Click to expand...
Click to collapse
It had to be done 3 days ago, I think that after Russian failure Sony is doing something on the ROM...
Here in Italy no updates
faby GT said:
It had to be done 3 days ago, I think that after Russian failure Sony is doing something on the ROM...
Here in Italy no updates
Click to expand...
Click to collapse
Russian firmwares bricked phones
davidhozic said:
Russian firmwares bricked phones
Click to expand...
Click to collapse
All the phones or just some of them? Was it beta program or "stable"? Thanks for the info
faby GT said:
All the phones or just some of them? Was it beta program or "stable"? Thanks for the info
Click to expand...
Click to collapse
I think it was most but not all idk what kind of program was it, i think it was normal
DThrawn said:
Hello guys, would anyone have information for the update announced since end of the last year, which should take place for the month of March 2019, to pie, by Sony ?
Click to expand...
Click to collapse
50.2.A.0.352 update for XA2, XA2 PLUS, XA2 ULTRA is available in some regions according to xperifirm (mostly for duals)
I already updated. I have troubles with camera, lags on 4k mode with steady shot on and system works slowly than Oreo. Don't install that, but you cant revert Oreo back
R2A revert to Oreo. R1A for now is not
I have updated my XA2 day before yesterday, after getting Android 9 all things seems fine except battery life which is good enough when my device was on oreo, i am not saying its terrible but its noticeable, on standby its working fine but during usage its going to be draining fast, its really painful for me bcz battery power was highlighted feature of XA2 but now its behaving not well, sony should fix this as soon as possible
NumairAdil said:
I have updated my XA2 day before yesterday, after getting Android 9 all things seems fine except battery life which is good enough when my device was on oreo, i am not saying its terrible but its noticeable, on standby its working fine but during usage its going to be draining fast, its really painful for me bcz battery power was highlighted feature of XA2 but now its behaving not well, sony should fix this as soon as possible
Click to expand...
Click to collapse
I notice the same, battery runs out faster than with Oreo, then I had no other inconvenience, the camera app was updated and some say that the video quality worsened, I did not notice yet, but the good thing is that for the first time I managed to run a version of Google Camera (I think it's for XA1) is one of the first to appear on Google if you search "Google cam Xperia".
Enviado desde mi H3123 mediante Tapatalk
nico1983 said:
I notice the same, battery runs out faster than with Oreo, then I had no other inconvenience, the camera app was updated and some say that the video quality worsened, I did not notice yet, but the good thing is that for the first time I managed to run a version of Google Camera (I think it's for XA1) is one of the first to appear on Google if you search "Google cam Xperia".
Enviado desde mi H3123 mediante Tapatalk
Click to expand...
Click to collapse
Yes bro everything seems fine except battery timing, its more sleek and faster than oreo, finger print scanner is now super fast and camera has been improved, over all its good update but battery timing is really an issue, hope they fix it
More about the camera app and android Pie.
They removed the Timeshift function that was the best of the app, is available in the playstore but I can not install.
As I said above you can install a functional version of the Google camera that at a glance takes better photos and videos (without so much postproduction) from here
https://forum.xda-developers.com/xa1/themes/google-camera-t3798683/amp/
I also tried all the portable apps of this link for LG smarthphones, they all worked (with limitations), but the H2O from ONE Plus ascinated me, the manual controls are excellent and it works fluently.
https://forum.xda-developers.com/lg-k10/themes/root-stock-camera-apps-ported-devices-t3573485
Enviado desde mi H3123 mediante Tapatalk
I install the latest firmware,version number is 50.2.A.0.352,adding more functionality,transition animation is smooth!
Kele5404 said:
I install the latest firmware,version number is 50.2.A.0.352,adding more functionality,transition animation is smooth!
Click to expand...
Click to collapse
Did you installed it trough Flashtool ? If so, can you give me a working FSC ?
Niiirvy said:
Did you installed it trough Flashtool ? If so, can you give me a working FSC ?
Click to expand...
Click to collapse
No, I use newflasher
Kele5404 said:
No, I use newflasher
Click to expand...
Click to collapse
I also used newflasher yesterday (flashed the German rom) and it works like a charm :laugh: Thought I had some fingerprint issue's at first but that was caused by my phone case :angel:
sirjohnfalstaff said:
I also used newflasher yesterday (flashed the German rom) and it works like a charm :laugh: Thought I had some fingerprint issue's at first but that was caused by my phone case :angel:
Click to expand...
Click to collapse
I think Android 9.0 fingerprint recognition seems faster,higher success rate,but it doesn't have pie's navigation bar and there's no circular clock
The update is successful. Installed this morning by Xperia companion on my XA2 single SIM, everything is fine and the battery lasts longer. The only thing is that the task manager I did not find the windows with horizontal scrolling but with vertical scrolling as in android 8. For the rest it's fine.
100% battery April 8 at about 2.15pm
1:01 am on April 9th 35% Battery
The only thing is that I wanted to find the task manager with the windows horizontally, otherwise satisfied.
It's fine..
Got 50.2.A.0.352 OTA here in germany and it bricked. Well ota didn't work, download always failed, tried updating via xperia companion after restart screen went black and is now turning on and off. If the phone it self is actualy on, i have no clue.
litteraly just created this account to share the info that even 352 bricked a device.

Categories

Resources