Videos in whatsapp doesn't play and it takes a lot of time to load a video in gallery also. Does anyone has a fix to this problem??
The same in Google photos, it would be great if someone will fix this bug! Thanks in advanceVideos in whatsapp doesn't play and it takes a lot of time to load a video in gallery also. Does anyone has a fix to this problem??
Yes this is also the issue which I forgot to mention. And please add a screenshot shortcut in qs tiles instead of power menu because it makes it difficult to take screenshot in hurry, also as my power button is wearing off it makes it more fragile. ThanksThe same in Google photos, it would be great if someone will fix this bug! Thanks in advance
Hi, I found a solution for the video bug! You have to edit build.prop in /system by adb! Heres the link how to do this: https://www.theandroidsoul.com/edit-build-prop-without-root-using-adb-in-twrp-recovery/Yes this is also the issue which I forgot to mention. And please add a screenshot shortcut in qs tiles instead of power menu because it makes it difficult to take screenshot in hurry, also as my power button is wearing off it makes it more fragile. Thanks
Please explain this process in detail I couldn't understand the steps and their synchronisation with the article in the link which you have provided. ThanksPlease note, the build.prop is located in /system/system !! You have to seach for "audio.offload.video" under section ADDITIONAL_BUILD_PROPERTIES and set from true to false. From now on video in WhatsApp; Google Photos, etc works like a charm![]()
I have tried the rooted method and downloaded buildprop editor from play store and I located the audio.offload.video but their it was already set to false, please helpHi, I found a solution for the video bug! You have to edit build.prop in /system by adb! Heres the link how to do this: https://www.theandroidsoul.com/edit-build-prop-without-root-using-adb-in-twrp-recovery/
Please note, the build.prop is located in /system/system !! You have to seach for "audio.offload.video" under section ADDITIONAL_BUILD_PROPERTIES and set from true to false. From now on video in WhatsApp; Google Photos, etc works like a charm![]()
Sorry, my bad! You have to search for another string:Please explain this process in detail I couldn't understand the steps and their synchronisation with the article in the link which you have provided. Thanks
---------- Post added at 07:48 PM ---------- Previous post was at 07:36 PM ----------
I have tried the rooted method and downloaded buildprop editor from play store and I located the audio.offload.video but their it was already set to false, please help
I could not find the buil.prop file in the folder in which I am running adb fastboot after pulling the file successfully to the pc. Where should I search for the file?Sorry, my bad! You have to search for another string:
Steps:
- Boot into recovery
- In recovery mount system
- Now connect with your pc
- Use this command for pushing build.prop to your pc: "adb pull /system/system/build.prop"
- Now edit build.prop and search for audio.deep_buffer.media=true
- Replace "true" with "false" and save
- Now use this command to write back edited file to your tablet: adb push build.prop /system/system/
then type
- adb shell
- cd system/system
- chmod 644 build.prop
That's all, reboot by using TWRP and test it!
I'm using Linux, the file is located in my home folder! If you are using Windows I can't help, sorry!I could not find the buil.prop file in the folder in which I am running adb fastboot after pulling the file successfully to the pc. Where should I search for the file?
I have now executed all steps successfully but the problem still persists. Any other solution? Any help will be greatly appreciatedSorry, my bad! You have to search for another string:
Steps:
- Boot into recovery
- In recovery mount system
- Now connect with your pc
- Use this command for pushing build.prop to your pc: "adb pull /system/system/build.prop"
- Now edit build.prop and search for audio.deep_buffer.media=true
- Replace "true" with "false" and save
- Now use this command to write back edited file to your tablet: adb push build.prop /system/system/
then type
- adb shell
- cd system/system
- chmod 644 build.prop
That's all, reboot by using TWRP and test it!
Please check with buildprop editor if the changes really applied! The tablet from my girlfriend (also LTE variant) works now, too!I have now executed all steps successfully but the problem still persists. Any other solution? Any help will be greatly appreciated
Yes the changes are appliedPlease check with buildprop editor if the changes really applied! The tablet from my girlfriend (also LTE variant) works now, too!
What model do you have? If you have also tb8704x, I can provide my build.prop you can test with!Yes the changes are applied
Yes I have the TB8704X LTE veraion. If you have the file please provide me. ThanksWhat model do you have? If you have also tb8704x, I can provide my build.prop you can test with!
See attachment!Yes I have the TB8704X LTE veraion. If you have the file please provide me. Thanks
I have replaced the build.prop file but nothing changed. Any help?See attachment!
Exactly what model device are you using? A number of us with the TB8704F have reported reboot loop issues with any release past higwaystar_ru's second release on 2020-06-01.This feels l familiar. It has been awhile since I played around with this device. I dont see anyone else reporting this issue here. Any suggestions on what to try next?
I am on TB8704F and will go back to the 2020-06-01 release. THANKS!Exactly what model device are you using? A number of us with the TB8704F have reported reboot loop issues with any release past higwaystar_ru's second release on 2020-06-01.
Any subsequent releases from lancebuks go into the bootloop on TB8704F devices.