So, there is my own kernel.
Kernel aimed to battery and stabilty with smooth UI. Not for games.
Main features:
Based on OrdenKrieger's B12 kernel source
Build with my own toolchain based on Linaro 7.2.1 with Cortex-a57 optimization
Removed tons of debug
Useless features and drivers were disabled(kernel became smaller and device boots faster)
Includes my CAD Project audio driver
Using my own governor named COFB(Conservative Optimized For Battery), and it optimized for battery
I/O Sched is SioPlus, that was slightly modified by me
Using FQ_Codel sched, which eliminates net's bottleneck problem
Trying not to use strange or unefficient code
Due to reduced amount of logging and debugging, I/O perfomance of Internal memory seriously increased
Boeffla's Wakelock Blocker(Big thanks to him for his great work)
Something that i forgot)
Its beta test, so always make backup of boot.img before flashing of zip.
Its only for AEX 5.6 or higher with B12 bootstack
Source (BETA): https://github.com/Skrem339/CAD_Kernel_B12
Credits:
OrdenKrieger
Francisco Franco
Boeffla Lord
Kranoner
NFound
Frap129
And many more.
If i forgot someone, pls pm me.
Thanks!
Could you give an explanation about the different controls, in particular items 2 and 3?
joaste said:
Thanks!
Could you give an explanation about the different controls, in particular items 2 and 3?
Click to expand...
Click to collapse
Those controls let you set different DAC filters. You could google info what is it if you dont know
Skrem339 said:
Those controls let you set different DAC filters. You could google info what is it if you dont know
Click to expand...
Click to collapse
Is this driver fix call bug (to fix toggle speakerphone)?
atakan33 said:
Is this driver fix call bug (to fix toggle speakerphone)?
Click to expand...
Click to collapse
Nope
Skrem339 said:
Nope
Click to expand...
Click to collapse
Will it allow us to play hi-fi files (192khz and above) and be able to output at 192khz sample rate and above?
Where is the source code? Post a link to your base kernel source and your modifications at minimum, otherwise this violates the GPL.
https://github.com/Skrem339/CAD_Project
Added link to source code
Just curious, where do I find the "defconfig" to change CONFIG_SND_SOC_AK4490_CUSTOM_DRIVER ?
Great work!
Few questions:
How to disable oversampling completely?
If super slow filter is enabled than parameters in "/sys/module/snd_soc_ak4490/parameters/selected_filter" do not affect anything, do they?
dantedakilla said:
Just curious, where do I find the "defconfig" to change CONFIG_SND_SOC_AK4490_CUSTOM_DRIVER ?
Click to expand...
Click to collapse
You want to compile kernel? If no, you dont need it
Cat In Boots said:
Great work!
Few questions:
How to disable oversampling completely?
If super slow filter is enabled than parameters in "/sys/module/snd_soc_ak4490/parameters/selected_filter" do not affect anything, do they?
Click to expand...
Click to collapse
If you want to disable oversampling(but i think it really boost audio quality), you should just change number to 48000 in file.
About filter. It should disable other filters, but I havent tested it
Skrem339 said:
You want to compile kernel? If no, you dont need it
Click to expand...
Click to collapse
Oh okay. Was just curious when I opened the link and read the readme. I found a other issue though...
Whenever I change the settings and reboot, they reset back to their default values. Soft booting seems to make them stay, but I'm not sure if it's working.
dantedakilla said:
Oh okay. Was just curious when I opened the link and read the readme. I found a other issue though...
Whenever I change the settings and reboot, they reset back to their default values. Soft booting seems to make them stay, but I'm not sure if it's working.
Sent from my OnePlus One using XDA Labs
Click to expand...
Click to collapse
Its not a bug, its feature.
If you want that value was changed after reboot you should make script in init.d. For now its the only variant
Skrem339 said:
Its not a bug, its feature.
If you want that value was changed after reboot you should make script in init.d. For now its the only variant
Click to expand...
Click to collapse
Alrighty. Another question...
Do these settings take effect even without a restart?
Sent from my OnePlus One using XDA Labs
dantedakilla said:
Alrighty. Another question...
Do these settings take effect even without a restart?
Sent from my OnePlus One using XDA Labs
Click to expand...
Click to collapse
Yep. You can just change track(its needed to "reopen" audiopath) or stop track for 5-10 seconds. I'll add "auto reopener" in next update
Unfortunately, I can't tell the difference with any of the settings. How does this work when the DAC is not working in any of the Oreo roms? I'm just really wondering how to get the DAC working
Teet1 said:
Unfortunately, I can't tell the difference with any of the settings. How does this work when the DAC is not working in any of the Oreo roms? I'm just really wondering how to get the DAC working
Click to expand...
Click to collapse
It does work. The soundstage changed very noticeably from the version of AEX that didn't have it working vs the one that did, and NFound also says it works.
Hi-fi is another matter though. I suggest you wait for official G/U oreo
Choose an username... said:
It does work. The soundstage changed very noticeably from the version of AEX that didn't have it working vs the one that did, and NFound also says it works.
Hi-fi is another matter though. I suggest you wait for official G/U oreo
Click to expand...
Click to collapse
I see, so DAC is being used then, but hi-fi playback is still not working? I guess we'll see.
Related
Hello Boys and Girls,
Everyone at XDA loves AOSP based projects. However AOSP is designed only for the Nexus devices. For most other devices, a significant ammount of extra code needs to be added for them to run properly. For Qualcomm devices, most of this extra code is supplied by the Code Aurora Forums. Here you can find a variant of AOSP that is not only designed specifically for Qualcomm based devices, but it also includes various tricks and enhancements.
So today I'm introducing a little project I've been cooking up for myself, which might also be interesting for other Xperia SP users.
It's called recaf - adding the CAF optimizations back into your AOSP rom.
This is now based on Android 4.4 KitKat. On the surface, it looks almost exactly like pure AOSP as provided by Google. You wouldn't know just by looking at it, but under the surface there are lots of changes to dalvik, the frameworks and the hardware drivers to massively improve battery life.
However, pure AOSP sometimes feels a little bit featureless compared to advanced roms such as CyanogenMod, so I have included a few basic tweaks that I feel make life easier when using an AOSP-like rom:
CyanogenMod camera app - because AOSP camera app is rubbish
CyanogenMod cLock widget - because it's actually pretty nice
Integrated Superuser - it's right there in the settings menu!
exFAT and NTFS - needed for larger SDCards
Multicoloured notification lights - AOSP gives us white lights only
Quick settings - easily accessible by swiping down the right side of the status bar
Advanced reboot - Always available in the power menu
ADB and SU security - root access is disabled by default
So without further delay, here is your download link:
recaf-4.K1-20131212-huashan.zip
recaf-4.K1-20131207-huashan.zip
recaf-4.K1-20131202-huashan.zip
recaf-4.K1-20131129-huashan.zip
recaf-4.K1-20131127-huashan.zip
I assume you will also want to install GAPPS, the version I recommend is the FULL version created by the Paranoid Android team from THIS THREAD.
For your first install you will need to flash the boot.img from inside the zip - SELinux changes for Android 4.4 will cause the zip to fail on other recoveries.
If you want to chat about recaf, join the Freenode IRC chat room #recaf.
recaf-4.J3-20131110-huashan.zip
recaf-4.J3-20131113-huashan.zip
pa_gapps-full-4.3-GH-20131112.zip
Known Major Bugs
Location services are currently broken for certain apps. fixed in 4.K1.
GSM data sometimes (very rarely) randomly disconnects until reboot - I need help to determine what causes this. If you can reliably reproduce this, let me know.
Android RunTime (ART) will fail at boot time fixed.
Known Minor Bugs
WiFi does not connect to WPA secured networks. WPA2 security works as expected.
For Superuser to work you need to change ADB access to apps and adb (in developer settings)
Language does not change in some parts of Android, most notably the Settings app. Most other apps work fine and I didn't touch the language code, so this is a CAF bug I will need to fix.
Custom notification colours for missed calls and voice mail don't work
LED on charging sometimes gets stuck when disconnected until reboot.
These are features, not bugs
Facebook sync cannot be activated.
Quick Settings poll
I created a poll about Quick Settings (discuss it there)
http://forum.xda-developers.com/showthread.php?t=2550027
some feedback,
flashed rom+gapps= setup wizard FC
flashed rom=boot then reboot then flash gapps= profit
seems like integrated SU is not working properly for me though
Downloading...
One question though, did you manage to fix the "Phone" app battery drain issue?
Ahh yes the setup wizard will crash due to the above bug. You can skip it by pressing the four corners of the screen, start top left then go clockwise.
Sent from my C5303 using XDA Premium 4 mobile app
I will search all bugs and i will post them here. Thank you for your job, I am waiting for Aosp or Cm based on android 4.4. Regards
BUG #1 : Settings language is always English, if you change language it doesnt help ofc, still english on settings.
BUG #2 : There is 2x calendar app xd
BUG #3 : SU dont work, and i dont know how to root this firmware :/
lorkan126 said:
I will search all bugs and i will post them here. Thank you for your job, I am waiting for Aosp or Cm based on android 4.4. Regards
BUG #1 : Settings language is always English, if you change language it doesnt help ofc, still english on settings.
BUG #2 : There is 2x calendar app xd
BUG #3 : SU dont work, and i dont know how to root this firmware :/
Click to expand...
Click to collapse
download superSU from chainfires site
What are you trying to user Superuser for? I tested remounting /system and adding a file with Root explorer and it worked fine
Sent from my C5303 using XDA Premium 4 mobile app
@adfad666 thank you so much for sharing this rom! I have decided to switch to this one as my daily driver, pure stock 4.3 jellybean just the way i like it battery life is significantly better than cm10.2 and lag is non existent. Looking forward to future updates/bug fixes and of course AOSP kitkat roms!
Bug report: The notification light doesnt seem to work when charging via usb but works for notifications. Also, even though ive changed the notification lights to custom color values it still blinks white
ive attached a logcat below hope it helps.
Going to test this out as I'm currently running PAC and my battery ran out in 6 hours with 1 hour tops screen time. Hope this is better like the previous comment stated. Will post a small review afterwards.
Ok first off: battery life seems to be A LOT better than CM10.2/PAC.
Doesn't have SU installed by default, so I had to flash it.
Seems to be smoother than PAC. Might be placebo effect though.
1 question as well. Is there a way to enable facebook sync? I did it on CM10.* with this method: http://forum.xda-developers.com/showthread.php?t=2064859, but the CM10.2 apk doesn't work with AOSP
Storm.Breaker said:
Bug report: The notification light doesnt seem to work when charging via usb but works for notifications. Also, even though ive changed the notification lights to custom color values it still blinks white
Click to expand...
Click to collapse
I noticed it works if you change the default notification colour, so I must have missed some part about the custom colours for apps.
pakatsui said:
Doesn't have SU installed by default, so I had to flash it.
Click to expand...
Click to collapse
Super user is for sure installed, but I think you need to enable developer settings for it to work. It's the exact same code as for CyanogenMod ( I didn't even fork it I just link to their projects) and I think super user is hidden and disabled there until developer mode is enabled. I'll add the code like CM has to hide it unless developer mode is enabled.
pakatsui said:
1 question as well. Is there a way to enable facebook sync?
Click to expand...
Click to collapse
Absolutely not, Facebook needs to die. Immediately. Seriously.
Sahand_N said:
Downloading...
One question though, did you manage to fix the "Phone" app battery drain issue?
Click to expand...
Click to collapse
The phone app battery drain is a CM bug, it works perfectly fine in this.
adfad666 said:
The phone app battery drain is a CM bug, it works perfectly fine in this.
Click to expand...
Click to collapse
Unfortunately I encountered the same issue on this ROM too, I'll re-flash and provide a log tomorrow.
undoubtedly the best work so far
the ram and the battery is what most pleased in this rom
but heating in many aspect
I did return to the stock expecting some solution
or next actulizacion
SuperUser is working fine for me .
-I've some force closes in Drive app; but i disabled this app so the force closes are gone.
-I suffer a reboot when i start the camera for first time -> The screen turns purple and like "melted" and after that turns off. And later turns on again (reboot). Note: i've this bug in CM10.1 and CM10.2 when i was playing HD videos.
avirale123 said:
undoubtedly the best work so far
the ram and the battery is what most pleased in this rom
but heating in many aspect
I did return to the stock expecting some solution
or next actulizacion
Click to expand...
Click to collapse
using wifi will make the phone hot, try turning it off when not using
adfad666 said:
Super user is for sure installed, but I think you need to enable developer settings for it to work. It's the exact same code as for CyanogenMod ( I didn't even fork it I just link to their projects) and I think super user is hidden and disabled there until developer mode is enabled. I'll add the code like CM has to hide it unless developer mode is enabled.
I enabled dev options before flashing, but many apps still said, that there's no root.
Absolutely not, Facebook needs to die. Immediately. Seriously.
Click to expand...
Click to collapse
I do agree with this, but I got all my phone numbers from facebook on stock and CM10.1.
sync all your stuff to google account, you have to login it in any ROMs anyway and facebook app drain battery alot
pakatsui said:
I do agree with this, but I got all my phone numbers from facebook on stock and CM10.1.
Click to expand...
Click to collapse
So what's the difference between this and say CM 10.1 and 10.2
Sent from my C5303 using xda app-developers app
ngoralph said:
using wifi will make the phone hot, try turning it off when not using
Click to expand...
Click to collapse
I do not use wifi and stays warm when charging the battery rather more than normal
I can not start playing as soon starts to overheat
is quite uncomfortable hopefully someone saying if you have the same problem or just
I
Recently the touchscreen of my Z1 (C6902) cracked so I got it repaired by a local service guy as the phone is not worth the genuine screen now, at least IMO. Anyhow that's another matter to discuss.
My problem is that the screen works flawless in Stock Sony Android but if I flash CM or AOSPA the display shows some strange colors when showing animations or playing videos.
I have attached a video for reference.
CLICK ME FOR VIDEO!
Could anyone tell me what is the reason behind this strange behavior?
Is the display faulty or the service guy broke something while replacing the display?
Thank you and Regards
GravityDead said:
Recently the touchscreen of my Z1 (C6902) cracked so I got it repaired by a local service guy as the phone is not worth the genuine screen now, at least IMO. Anyhow that's another matter to discuss.
My problem is that the screen works flawless in Stock Sony Android but if I flash CM or AOSPA the display shows some strange colors when showing animations or playing videos.
I have attached a video for reference.
CLICK ME FOR VIDEO!
Could anyone tell me what is the reason behind this strange behavior?
Is the display faulty or the service guy broke something while replacing the display?
Thank you and Regards
Click to expand...
Click to collapse
Welcome to the club. This is the problem with Chinese aftermarket displays. After struggling with this issue for months, I have good news and bad news.
The good news is the issue is absent in Kitkat and MM AOSP ROMs. So once MM becomes stable you should be good to go.
The bad news is, the issue will be present throughout any LP AOSP ROM you use. BUT, there is a temporary fix. Refer to my post here for details. You have to tweak the color values. This will result in an overall dimmer display, but I think it's worth it.
drakonizer said:
Welcome to the club. This is the problem with Chinese aftermarket displays. After struggling with this issue for months, I have good news and bad news.
The good news is the issue is absent in Kitkat and MM AOSP ROMs. So once MM becomes stable you should be good to go.
The bad news is, the issue will be present throughout any LP AOSP ROM you use. BUT, there is a temporary fix. Refer to my post here for details. You have to tweak the color values. This will result in an overall dimmer display, but I think it's worth it.
Click to expand...
Click to collapse
oh thank you so much for that valuable information.
I can live in peace now.
FYI, I've decided to look for some 4.4 ROMS rather than messing with the kernel which I'm sure will lead me to more bugs/problems.
Really thank you for the solution
BTW, what do you think will be better, Paranoid Android 4 or CM11?
GravityDead said:
oh thank you so much for that valuable information.
I can live in peace now.
FYI, I've decided to look for some 4.4 ROMS rather than messing with the kernel which I'm sure will lead me to more bugs/problems.
Really thank you for the solution
BTW, what do you think will be better, Paranoid Android 4 or CM11?
Click to expand...
Click to collapse
You are not modifying the kernel. You just need to use Kernel Adiutor. In the screen section, you will find sliders to set values for the colors. Unless you want to mess up, you most likely wont. Even if you do, you just need to reboot to reset it. I would recommend LP as it has a better camera and is more secure when it comes to security patches. But if you're hellbent on a KK ROM, you could try optimumpro's Slimkat, which has all the patches upto January. Sure, it has less features, but it has all the necessary features.
drakonizer said:
You are not modifying the kernel. You just need to use Kernel Adiutor. In the screen section, you will find sliders to set values for the colors. Unless you want to mess up, you most likely wont. Even if you do, you just need to reboot to reset it. I would recommend LP as it has a better camera and is more secure when it comes to security patches. But if you're hellbent on a KK ROM, you could try optimumpro's Slimkat, which has all the patches upto January. Sure, it has less features, but it has all the necessary features.
Click to expand...
Click to collapse
OK, I'll try your way first.
But I will have to find the latest FTF for Indian Xperia Z1(C6902).
I will surely reply after I'm done with the process.
drakonizer said:
You are not modifying the kernel. You just need to use Kernel Adiutor. In the screen section, you will find sliders to set values for the colors. Unless you want to mess up, you most likely wont. Even if you do, you just need to reboot to reset it. I would recommend LP as it has a better camera and is more secure when it comes to security patches. But if you're hellbent on a KK ROM, you could try optimumpro's Slimkat, which has all the patches upto January. Sure, it has less features, but it has all the necessary features.
Click to expand...
Click to collapse
OK, I'll try your way first.
But I will have to find the latest FTF for Indian Xperia Z1(C6902).
I will surely reply after I'm done with the process.
P.S. I've C6902_14.5.A.0.242_Customized India.ftf with me, will this ftf be sufficient.
GravityDead said:
OK, I'll try your way first.
But I will have to find the latest FTF for Indian Xperia Z1(C6902).
I will surely reply after I'm done with the process.
P.S. I've C6902_14.5.A.0.242_Customized India.ftf with me, will this ftf be sufficient.
Click to expand...
Click to collapse
No no, you only have to do the last part of that post, not the whole thing, unless you want to switch to MM. Just boot up a LP AOSP ROM, install a kernel with kcal (like M5Kernel), install Kernel Adiutor and switch the color values to what I've mentioned in that post.
drakonizer said:
No no, you only have to do the last part of that post, not the whole thing, unless you want to switch to MM. Just boot up a LP AOSP ROM, install a kernel with kcal (like M5Kernel), install Kernel Adiutor and switch the color values to what I've mentioned in that post.
Click to expand...
Click to collapse
Damn I feel so stupid -_-
Thank you for pointing that out, you have no idea how many google links I opened, searching for the latest FTF.
I did not change any kernel, just flashed SuperSu and installed the app and set the values as told in that post.
It's looking OK for now, will test more tomorrow.
Once again, thank you very much
UPDATE 2 :-
I was using Kernel Adiutor to manage the colors of the display as told by the @drakonizer which was working great but had a small bug.
It's that Kernel Adiutor resets the colors value if I turned on Live Display in CM settings.
So a better way to manage the colors is to use the calibration feature in Live Display settings in CM.
Right now I've disabled Kernel Adiutor and using the 75, 60, 60 values in CM settings and everything is looking great even when Live Display is turned on.
UPDATE 1 :-
I've used it for a day now, here's my feedback.
1. Low brightness is really a problem in sunny day. I've set the colors value to 25 and 23-23, it's looking normal right now, will let you know after day testing.
2. Phone is getting much more warmer than before, the reason could be anything, from faulty display to faulty service of the mobile to buggy software/app.
GravityDead said:
Damn I feel so stupid -_-
Thank you for pointing that out, you have no idea how many google links I opened, searching for the latest FTF.
I did not change any kernel, just flashed SuperSu and installed the app and set the values as told in that post.
It's looking OK for now, will test more tomorrow.
Once again, thank you very much
UPDATE 2 :-
I was using Kernel Adiutor to manage the colors of the display as told by the @drakonizer which was working great but had a small bug.
It's that Kernel Adiutor resets the colors value if I turned on Live Display in CM settings.
So a better way to manage the colors is to use the calibration feature in Live Display settings in CM.
Right now I've disabled Kernel Adiutor and using the 75, 60, 60 values in CM settings and everything is looking great even when Live Display is turned on.
UPDATE 1 :-
I've used it for a day now, here's my feedback.
1. Low brightness is really a problem in sunny day. I've set the colors value to 25 and 23-23, it's looking normal right now, will let you know after day testing.
2. Phone is getting much more warmer than before, the reason could be anything, from faulty display to faulty service of the mobile to buggy software/app.
Click to expand...
Click to collapse
Small price to pay for a (by far) cheaper display in my opinion
Hello recently I have flashed RR weekly and I have been facing a lot of micro shuttering like scrolling on play music, YouTube, Facebook, chrome, album and more... Can anyone help me I'm using beangapps tried lots of kernel stuff didn't help.
Mataujo said:
Hello recently I have flashed RR weekly and I have been facing a lot of micro shuttering like scrolling on play music, YouTube, Facebook, chrome, album and more... Can anyone help me [emoji14] I'm using beangapps tried lots of kernel stuff didn't help.
Click to expand...
Click to collapse
1-Go to
root/vendor/bin and delete "perfd" and "thermal-engine" files
2-Go to
root/system/etc/ and delete "thermal-engine-8996.conf"
3-Reboot
alberto8523 said:
1-Go to
root/vendor/bin and delete "perfd" and "thermal-engine" files
2-Go to
root/system/etc/ and delete "thermal-engine-8996.conf"
3-Reboot
Click to expand...
Click to collapse
Well I deleted them but still the micro shuttering is here..... And it's killing me :silly:
Sorry, maybe I've not understood what you mean with "micro shuttering". Do you mean something like micro lag?
alberto8523 said:
Sorry, maybe I've not understood what you mean with "micro shuttering". Do you mean something like micro lag?
Click to expand...
Click to collapse
Yes frame drops while scrolling on everything and sometime it gets very laggy like 14 fps
You can try to go into developer options and change window/ transition/animator scale to .5x and turn on the force GPU rendering.
zizoty said:
You can try to go into developer options and change window/ transition/animator scale to .5x and turn on the force GPU rendering.
Click to expand...
Click to collapse
I did it, Nothing changed :crying:
Mataujo said:
I did it, Nothing changed :crying:
Click to expand...
Click to collapse
Go here and download this .. https://forum.xda-developers.com/showpost.php?p=70681254&postcount=2549
Install that file and select oneplus 3t since it has the same CPU as the Mi mix. Choose the Ghostpepper profile under balanced and restart your phone. Make sure you give the file root access. Good luck.
zizoty said:
Go here and download this .. https://forum.xda-developers.com/showpost.php?p=70681254&postcount=2549
Install that file and select oneplus 3t since it has the same CPU as the Mi mix. Choose the Ghostpepper profile under balanced and restart your phone. Make sure you give the file root access. Good luck.
Click to expand...
Click to collapse
Did this and phone is running better than when I deleted those thermal files. Ghost pepper rocks, good tip!
zizoty said:
Go here and download this .. https://forum.xda-developers.com/showpost.php?p=70681254&postcount=2549
Install that file and select oneplus 3t since it has the same CPU as the Mi mix. Choose the Ghostpepper profile under balanced and restart your phone. Make sure you give the file root access. Good luck.
Click to expand...
Click to collapse
So yeah this past days I tried everything, and noting fixed it yet.
Mataujo said:
So yeah this past days I tried everything, and noting fixed it yet.
Click to expand...
Click to collapse
Sounds like a damaged device to me. My Mix is smooth as butter.
xxBrun0xx said:
Sounds like a damaged device to me. My Mix is smooth as butter.
Click to expand...
Click to collapse
I think it's a software side problem cause stock ROM works flawless smooth....
Mataujo said:
I think it's a software side problem cause stock ROM works flawless smooth....
Click to expand...
Click to collapse
Maybe a rogue app running in the background that MIUI restricts by default or dumps from ram earlier than RR? I (and many others) have had no issues on RR. Are you using dragonxia kernel with the thermal fixes and ghostpepper?
File Size - 397.23 MB
For more information , go to offciial Asus website :
https://www.asus.com/zentalk/forum.php?mod=viewthread&tid=217213&extra=page=1&mobile=2
xxxxxxxxxxxxxxxxxxxxxxxx
Since the server pushes update notice to different serial numbers by batches, it may take some days for you to receive the FOTA notice. Thanks for your patience. You may tap “System updates” in [Settings] >[System] to check if there is new firmware available. Or, you can also try to manually update firmware by referring to the following link.
How to update firmware on my phone?
【Release Note】
1. Enable IN Airtel/Idea/Vodafone & ID smarfren & TH DTAC/AIS/True 3rd & RU Megafon/MTS VoLTE & RU MTS VoWifi
2. Optimize fingerprint unlock speed.
3. Improve Camera performance.
xxxxxxxxxxxxxxxxxxxxxxxx
Please download and give review about camera and finger print scanner.
PS : Reminding me of my first Motorola Moto G (1st gen) 's frequently updates ( Lenovo killed it though)
Fingerprint scanner is faster now.
Camera slightly better .. especially front camera.
Device is HD capable notification removed with VoLTE icon added in status bar.
New setting under Display named Smart Screen which will prevent screen timeout if you are looking at the screen.
Battery seems to be even better but it's too early to tell.
Face unlock improved slightly.
Yeah the device now supports Airtel Idea and Vodafone VoLTE.
Camera (Especially Front Cam) has improved a lot since last update.
Added VoLTE icon instead of previous 'HD' icon.
Fingerprint sensor is also working more fluidly and efficiently.
Face Unlock is also better than before but still needs a bit fixing maybe with future updates it'll become more secure and efficient.
Attaching a screenshot for those who complained about the Device not supporting Airtel Volte!
We can even alter the temperature of screen within display settings.
Fingerprint and face unlock has surely improved alot.
Camera has now better accuracy in portraits.
But still no support for live wallpapers.
Even, no improvement in audio through wired or bluetooth earphones.
This update removed MusicFX (system equalizer)?
For some reason my MusicFX is gone after this update. Screenshot attached, every music player i have (PowerAmp, Retro Music, Play Music) can't find the system equalizer. How do you report this (and other possible bugs) to Asus anyway?
And yes, fingerprint got better.
pls provide latest xxxxxx309 ota update zip file for
ZB601KL
The multi touch issue still hasn't been fixed. I thought it will be fixed with the May Security patch. Can anyone else check the same?
Wangan_Beginner said:
For some reason my MusicFX is gone after this update. Screenshot attached, every music player i have (PowerAmp, Retro Music, Play Music) can't find the system equalizer. How do you report this (and other possible bugs) to Asus anyway?
And yes, fingerprint got better.
Click to expand...
Click to collapse
Hell Yeah No Equalizer in Play Music! Earlier it had Equalizer settings and although i didn't have any issues regarding the audio quality (I have used K3 Note which has Dolby Atmos) still I changed Equalizer Setting to get more Bass! But Now no Equalizer! No MusicFX. Is there any way to Give Feedback about this to Asus.
**Update** I've found some articles(From BGR) on Google regarding installation of Snapdragon Music App and MusicFX. Originally they were posted for OnePlus 5 but now it shows that the apps can be installed on any Snapdragon Device without Root. So can anyone check whether I should install it or not? will it cause any trouble to my phone afterwards? Please Reply!!!
nrp31 said:
The multi touch issue still hasn't been fixed. I thought it will be fixed with the May Security patch. Can anyone else check the same?
Click to expand...
Click to collapse
Sadly Multi touch issue is still there
Hope they will fix it soon
nrp31 said:
The multi touch issue still hasn't been fixed. I thought it will be fixed with the May Security patch. Can anyone else check the same?
Click to expand...
Click to collapse
RajnishPS said:
Sadly Multi touch issue is still there
Hope they will fix it soon
Click to expand...
Click to collapse
Multitouch is fixed with June security update .. 309 is on May so yes .. next OTA should fix this.
.A.V.i.n.a.S.h. said:
Multitouch is fixed with June security update .. 309 is on May so yes .. next OTA should fix this.
Click to expand...
Click to collapse
The question is.... Will this phone get more updates?
DarkLord007 said:
The question is.... Will this phone get more updates?
Click to expand...
Click to collapse
Yes .. Asus has atleast communicated to reviewers that it will provide bi-monthly security updates.
The updates are minor changes and not major upgrades like MIUI8 to MIUI9 or Nougat to Oreo .. so safe to assume that it will get security patches atleast.
real_sam said:
Hell Yeah No Equalizer in Play Music! Earlier it had Equalizer settings and although i didn't have any issues regarding the audio quality (I have used K3 Note which has Dolby Atmos) still I changed Equalizer Setting to get more Bass! But Now no Equalizer! No MusicFX. Is there any way to Give Feedback about this to Asus.
**Update** I've found some articles(From BGR) on Google regarding installation of Snapdragon Music App and MusicFX. Originally they were posted for OnePlus 5 but now it shows that the apps can be installed on any Snapdragon Device without Root. So can anyone check whether I should install it or not? will it cause any trouble to my phone afterwards? Please Reply!!!
Click to expand...
Click to collapse
Can you provide the link to the Oneplus forum so we can try it?
Hey guys
I unrooted my phone and flashed stock recovery.
But bootloader was still unlocked.
I tried to update but update failed.
What happened here?
Wangan_Beginner said:
Can you provide the link to the Oneplus forum so we can try it?
Click to expand...
Click to collapse
Sorry! I couldn't find any link on OnePlus forum but I did find two links, one on xda and other is an article by BGR.com regarding OnePlus 5/5T. There's another article/guide on themefox.com. I'm posting it all here.
Xda link:- https://forum.xda-developers.com/oneplus-5/themes/app-snapdragon-music-fx-caf-t3638473
Bgr:- http://www.bgr.in/news/oneplus-5-gets-support-for-snapdragon-music-and-musicfx-apps/
Themefox:- https://www.themefoxx.com/2017/07/download-snapdragon-music-player-apk-devices-music-fx.html
---------- Post added at 06:54 PM ---------- Previous post was at 06:35 PM ----------
@Wangan_Beginner Hey! I've installed MusicFX.apk from BGR article and now Equaliser settings are back in Gaana and Play Music! Uptill now I haven't faced any issue. I'll keep updating.
Check the Screenshots.
Temporary fix for missing MusicFX after update
real_sam said:
Sorry! I couldn't find any link on OnePlus forum but I did find two links, one on xda and other is an article by BGR.com regarding OnePlus 5/5T. There's another article/guide on themefox.com. I'm posting it all here.
Xda link:- https://forum.xda-developers.com/oneplus-5/themes/app-snapdragon-music-fx-caf-t3638473
Bgr:- http://www.bgr.in/news/oneplus-5-gets-support-for-snapdragon-music-and-musicfx-apps/
Themefox:- https://www.themefoxx.com/2017/07/download-snapdragon-music-player-apk-devices-music-fx.html
Click to expand...
Click to collapse
Thanks a lot! So i tested it right away, and it works, at least the MusicFX came back and worked without the need to manually push it to system. Once you installed it, you'll be presented with 2 options when you go to the EQ screen, to use Snapdragon Audio+ or just MusicFX (look at my screenshot). Use whichever you want, it will open the same EQ screen with same setting.
I used the XDA link, there you have the option to download 2, APKs: MusicFX.apk, and SnapdragonMusic.apk. The Snapdragon Music didn't work, however. It forces closes. Don't really matter tho.
Wangan_Beginner said:
Thanks a lot! So i tested it right away, and it works, at least the MusicFX came back and worked without the need to manually push it to system. Once you installed it, you'll be presented with 2 options when you go to the EQ screen, to use Snapdragon Audio+ or just MusicFX (look at my screenshot). Use whichever you want, it will open the same EQ screen with same setting.
I used the XDA link, there you have the option to download 2, APKs: MusicFX.apk, and SnapdragonMusic.apk. The Snapdragon Music didn't work, however. It forces closes. Don't really matter tho.
Click to expand...
Click to collapse
You're Welcome! Hey but one thing I've noticed is that my device doesn't show any option for Snapdragon Audio+. Mine just shows Equaliser and MusicFX while choosing Equalizer settings in Play Music.
Guys double tap to wake and swipe to wake is working?
It is enabled in settings but still not working, after the new update..
TechNova said:
Guys double tap to wake and swipe to wake is working?
It is enabled in settings but still not working, after the new update..
Click to expand...
Click to collapse
Try this ..
Go to ZenMotion settings ( System - Gesture -ZenMotion )
Disable it with the Toggle on the top & enable it again.
Disable double-tap-to-wake and enable it again.
See if it is fixed.
DarkLord007 said:
Hey guys
I unrooted my phone and flashed stock recovery.
But bootloader was still unlocked.
I tried to update but update failed.
What happened here?
Click to expand...
Click to collapse
will not work.. you will have to flash the 247 fastboot ROM first and then update using the 309 ROM. Remember that with fastboot 247 ROM the bootloader will get locked again (you can edit the flashall.bat file to remove the commands for locking the bootloader). Unfortunately the fastboot method will reset your phone.
Guys, do you already have the Januar update installed?
Is everything OK? I read somewhere that someone had a problem with applications crashing.
I would like to update via pixelflasher.
Thank you.
I updated with PixelFlasher, and as I posted above, everything is working just fine. I didn't disable any modules or anything, just used PF to patch and flash the update.
ekeppel said:
I updated with PixelFlasher, and as I posted above, everything is working just fine. I didn't disable any modules or anything, just used PF to patch and flash the update.
Click to expand...
Click to collapse
do you have AOSP mods? I'm most worried about this module
thx
efkosk said:
do you have AOSP mods? I'm most worried about this module
thx
Click to expand...
Click to collapse
Yes. In fact I confused your post as being in the AOSPMods thread. (Thus my reference to a non-existent "post above", lol) The XDA mobile app is not very clear at times.
ekeppel said:
I updated with PixelFlasher, and as I posted above, everything is working just fine. I didn't disable any modules or anything, just used PF to patch and flash the update.
Click to expand...
Click to collapse
this sounds incredibly brave. Every guide I've ever read warns to turn off modules. Did you know ahead of time it might work or did you forget to turn them off? I'm tempted to try now.
happynexuss said:
this sounds incredibly brave. Every guide I've ever read warns to turn off modules. Did you know ahead of time it might work or did you forget to turn them off? I'm tempted to try now.
Click to expand...
Click to collapse
I'm used to recovering from boot loops and whatnot, so I haven't really given it a second thought.
FYI, I'm currently running:
AOSPMods
DTSX UItra ZTE A2020G Pro (audio fx mod)
Shamiko
Universal safetynet fix
Zygist - LSPosed
I hope that info is helpful.
ekeppel said:
I'm used to recovering from boot loops and whatnot, so I haven't really given it a second thought.
FYI, I'm currently running:
AOSPMods
DTSX UItra ZTE A2020G Pro (audio fx mod)
Shamiko
Universal safetynet fix
Zygist - LSPosed
I hope that info is helpful.
Click to expand...
Click to collapse
does gpay with nfc payments and banking apps work with that?
regards
Gpay works fine for paying in apps like Dunkin, etc. but I have not tried NFC. I use my watch for that. My banking apps all work well too. Only Chase complains about root and won't let me use fingerprint for sign in, which is typical for their app without jumping through a bunch of hoops.
ekeppel said:
I'm used to recovering from boot loops and whatnot, so I haven't really given it a second thought.
FYI, I'm currently running:
AOSPMods
DTSX UItra ZTE A2020G Pro (audio fx mod)
Shamiko
Universal safetynet fix
Zygist - LSPosed
I hope that info is helpful.
Click to expand...
Click to collapse
Where did you find this audio mod and which one works with the P7
I came across the module when Googling for alternatives to V4A.
The project is here on Github: https://github.com/reiryuki/DTSX-Ultra-ZTE-A2020G-Pro-Magisk-Module
Since Viper4Android doesn't work with my P7 due to unsupported CPU architecture, I use this one instead. It works better than many I've tried. I mostly use it for the built-in compression which is on par with V4A. It's a massive help to smooth out the volume levels in podcasts while I'm out running.
ekeppel said:
I came across the module when Googling for alternatives to V4A.
The project is here on Github: https://github.com/reiryuki/DTSX-Ultra-ZTE-A2020G-Pro-Magisk-Module
Since Viper4Android doesn't work with my P7 due to unsupported CPU architecture, I use this one instead. It works better than many I've tried. I mostly use it for the built-in compression which is on par with V4A. It's a massive help to smooth out the volume levels in podcasts while I'm out running.
Click to expand...
Click to collapse
This version of V4A works on the Pixel 7 series. Not all options are available presently so it might not have what you want, but they are working on bringing full functionality.
Releases · AndroidAudioMods/ViPER4Android
ViPER4Android app configuration files. Contribute to AndroidAudioMods/ViPER4Android development by creating an account on GitHub.
github.com
Lughnasadh said:
This version of V4A works on the Pixel 7 series. Not all options are available presently so it might not have what you want, but they are working on brining full functionality.
Click to expand...
Click to collapse
Thanks for the link! I checked it out, but the Playback gain control and FET Compressor that I was looking for are not operational yet. Still, there is a lot of good functionality there and progress is coming along nicely.
I'll definitely be keeping an eye on the project as more features are added.
ekeppel said:
Thanks for the link! I checked it out, but the Playback gain control and FET Compressor that I was looking for are not operational yet. Still, there is a lot of good functionality there and progress is coming along nicely.
I'll definitely be keeping an eye on the project as more features are added.
Click to expand...
Click to collapse
No problem. Also, AML v.4.2 was released yesterday to support V4A-RE so you can now use other audio mods (I've only tested JamesDSP) with it.
Lughnasadh said:
No problem. Also, AML v.4.2 was released yesterday to support V4A-RE so you can now use other audio mods (I've only tested JamesDSP) with it.
Click to expand...
Click to collapse
By coincidence, I noticed that update to AML this morning. Looking at the changelog, I saw the V4A-RE support but didn't even realize what it was until you brought it to my attention, lol. Perhaps I'll re-enable AML and run it alongside DTSX for a while.
Thanks again.