[MOD][Xposed][EUI 5.8] Control 3rd party music players from ControlCenter - LeEco Le Pro3 ROMs, Kernels, Recoveries, & Other D

Hi!
[EDIT January 10, 2017]
THIS MODULE IS NO LONGER NEEDED SINCE EUI 5.9.020S! (and probably also for newer versions).
As since a few days (finally!) the 5.9.020S version was also released for the LEX720 model (before it was only released for the US model), I updated my phone and can confirm, that with 5.9.20S this module is no longer necessary. Now the buttons also work with 3rd party apps (even when the music app "com.android.music" is disabled or removed).
[/EDIT]
I am using the LeEco LEX720 running the original 5.8.018S EUI firmware. I have disabled or removed some of the pre-installed system apps including the pre-installed audio and video player.
I was hoping that the "Previous" / "Play" / "Next" buttons, which are visible all the time in the EUI control center (see attached screenshot) will also work with 3rd party apps, but unfortunately they do not.
[edit]
For clarification:
Normally these buttons do in fact work with 3rd party apps (without any mod), but they need the LeEco Music player installed to do so. The buttons broadcast special LeEco-specific intents to the LeEco Music player, which then performs the desired actions (start stop the own player or forward the event to a currently running 3rd party player). If you disable or remove the Le Eco Music player (package "com.android.music") then this buttons will stop working. This is what this Xposed module is made for: to make these buttons working even without the LeEco Music player installed.
[/edit]
When tapping these buttons EUI broadcasts one of these 3 intents (which will not be recognized by 3rd party apps):
Code:
new Intent("com.letv.music.musicservicecommand.previous");
new Intent("com.letv.music.musicservicecommand.next");
new Intent("com.letv.music.musicservicecommand.togglepause");
Therefore I created an Xposed module which hooks the methods where these intents get broadcasted and instead broadcast default ACTION_MEDIA_BUTTON events, exactly the same way they will be broadcasted when I press the media control buttons on any external (bluetooth) headset, using these 3 standard keycodes:
Code:
KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE
KeyEvent.KEYCODE_MEDIA_NEXT
KeyEvent.KEYCODE_MEDIA_PREVIOUS
(for details see: OverrideMusicControls.java)
This way, every player which reacts to the buttons on your headset, will now also work with these three buttons in the Control Center.
The module is available with full source code (under the GPL license) here on Github.
A ready to use APK file can be downloaded from the release section on the Github page:
Download Xposed-module-EUI-MusicControls-v1.0.apk
Compatibility:
This module was developed and tested on the following device:
Device: LeEco LePro 3 (LEX720)
Firmware version: 5.8.018S
Build-ID: WAXCNFN5801811012S
It may or may not work on other EUI versions, so just give it a try and look into the Xposed logs. If everything is working as expected you should see the lines below in there, otherwise it should log an error message.
Code:
EUI MusicControls: We are in com.android.systemui application. Will try to place method hooks for the music Play buttons in EUI Control Center. :)
EUI MusicControls: successfully replaced method handlePlayPause() :)
EUI MusicControls: successfully replaced method handleNext() :)
EUI MusicControls: successfully replaced method handlePrevious() :)
Have fun!

Using it and it work very well

The controls work just fine with VLC on 19S without any mods.

NiHaoMike said:
The controls work just fine with VLC on 19S without any mods.
Click to expand...
Click to collapse
Good to hear. Do you have the LeEco player and other LeEco services installed or have you removed/disabled them?
The reason why I ask: as the controls definitely broadcast non-standard Intents, I guess there must be another service which re-broadcasts them in a way that VLC understands.
So maybe they were not working for me in the first place because I removed most of the LeEco packages. Maybe I should clarify this in the OP.
Thanks for the note!

androcheck said:
Good to hear. Do you have the LeEco player and other LeEco services installed or have you removed/disabled them?
The reason why I ask: as the controls definitely broadcast non-standard Intents, I guess there must be another service which re-broadcasts them in a way that VLC understands.
So maybe they were not working for me in the first place because I removed most of the LeEco packages. Maybe I should clarify this in the OP.
Thanks for the note!
Click to expand...
Click to collapse
I did not disable the Le apps, but I did disable the "swipe right to open channels" gesture.

Works fine with Pandora, no mods at all.

Joms_US said:
Works fine with Pandora, no mods at all.
Click to expand...
Click to collapse
im quite off topic here. But how did you change the background to black in the notification area?

Citroon said:
im quite off topic here. But how did you change the background to black in the notification area?
Click to expand...
Click to collapse
It is black by default? Running on 5.8.019s US version if that would help. Launcher is Google Now.

Joms_US said:
It is black by default? Running on 5.8.019s US version if that would help. Launcher is Google Now.
Click to expand...
Click to collapse
Oh, running the 18s but with the chinese version.
I guess that's why, thanks for the answer

Related

[MOD][XPOSED] SpotifyAVRCP - Bluetooth track info from Spotify

SpotifyAVRCP:
Spotify doesn't send track information via bluetooth, in the past there have been patched versions of Spotify floating around to add media metadata over bluetooth. This is an xposed module that does the same thing, it hooks into an internal track change function and broadcasts a standard android media intent.
The Spotify APK is run through proguard so method names are likely to change - which means this may not work with all versions and future updates could break it - in which case I will try and fix asap and upload a new version.
Requirements:
1) Have Xposed Framework Installed
Instructions to install SpotifyAVRCP:
1) Download & Install SpotifyAVRCP from bintray or in the Xposed Installer Downloads section
2) Enable SpotifyAVRCP in Xposed Installer
3) Restart device
4) Play Music
Changelog
Latest: 1.0.0 Beta - 30/11/13 (Download)
Initial Release
Support for Spotify Version 0.7.3.636
Notes
It seems that this mod might only be useful for bluetooth info on android 4.2.x and below. 4.3 introduces AVRCP support and should handle things properly. However this mod might still be useful if you have other legacy applications which rely on the old broadcasts to get track information - this seems to be the case for both Pebble and Gear smartwatches.
If you're reporting problems, please include the Device, OS Version and end device you're trying to get to work.
Works a treat on my Note 3 Now just the album art hahah!
Show me where to deposit beer money for you?
ice_prophecy said:
Works a treat Now just the album art hahah!
Show me where to deposit beer money for you?
Click to expand...
Click to collapse
I'll get the album art working and then think about accepting beer money.
So just further feedback:
When I said it was working a treat, I only tested it on my Galaxy Gear (which displays Media Information) in the media control centre.
I tried it in my Toyota Altara S (2012) and the media head displays
(No Data) for each field.
ice_prophecy said:
I tried it in my Toyota Altara S (2012) and the media head displays
(No Data) for each field.
Click to expand...
Click to collapse
Is there a media player which does work in your Toyota? If so, I can grab it and check which intents its sending. At the moment I'm sending the default android "com.android.music.metachanged" intent which, as far as I understand it, is what the os reads to generate the avrcp data.
jbergler said:
Is there a media player which does work in your Toyota? If so, I can grab it and check which intents its sending. At the moment I'm sending the default android "com.android.music.metachanged" intent which, as far as I understand it, is what the os reads to generate the avrcp data.
Click to expand...
Click to collapse
Yes, the default android music player. I'm running the stock Samsung TouchWiz ROM for Note 3 n9005:
Music 6.0.1
I've also attached the APK made from a TitaniumBackup View attachment com.sec.android.app.music-58e673dbcbf733750a580d16571af5d4.apk
I'll try re coupling the devices again in the meantime
ice_prophecy said:
Yes, the default android music player. I'm running the stock Samsung TouchWiz ROM for Note 3 n9005
Click to expand...
Click to collapse
Out of curiosity does it support album art in the car? Or just to the gear?
jbergler said:
Out of curiosity does it support album art in the car? Or just to the gear?
Click to expand...
Click to collapse
Yes, when using the default music app:
I am able to see the album art and all tag information on both the Car and on the Galaxy Gear. (Edit: Give me 2 seconds to run out and double check)
I am only able to see tag information in the Car. The Gear however displays album art and tag information.
Annoyingly, the car will always autostart the Default Music app over Spotify.... it brings annoyance to no end...
There is one unrelated caveat, which is probably more related to the car's shortcomings is the lack of Unicode-8 for foreign characters. The Gear does not have this issue.
ice_prophecy said:
I've also attached the APK made from a TitaniumBackup View attachment 2423632
Click to expand...
Click to collapse
You're on an odexed rom, can you grab the Music.odex from the app directory on your phone as well?
Actually nevermind - I can't deodex it without grabbing the whole rom, what build are you running, ill download a deodexed copy of your rom and grab the apk.
As requested:
View attachment com.sec.android.app.music-5fa6d510e8cc2d8c98a6c1947cf90481.odex.gz
EDIT: I'm running a completely stock Samsung Note 3 Rom. I've only rooted it, but have never flashed any recovery/rom.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Not working for me either using Nexus 4 with 4.4. As soon as my device connects is says "Nexus 4" and after that it's just empty. If I launch Google Play music it is sending metadata perfectly and if I switch to Spotify after that Spotify is also sending it perfectly. I had this exact behaciour before installing your module or Metafy or the modified Spotify app.
I also tried disabling Google Play music but that doesnt seem to have any effect except for that I cannot use mentioned workaround anymore. If theres anything I can do to help please let me knoe.
Flaiker said:
Not working for me either using Nexus 4 with 4.4. As soon as my device connects is says "Nexus 4" and after that it's just empty. If I launch Google Play music it is sending metadata perfectly and if I switch to Spotify after that Spotify is also sending it perfectly. I had this exact behaciour before installing your module or Metafy or the modified Spotify app.
I also tried disabling Google Play music but that doesnt seem to have any effect except for that I cannot use mentioned workaround anymore. If theres anything I can do to help please let me knoe.
Click to expand...
Click to collapse
So launching google play music means that spotify metadata comes through properly? Can you try and force stop google play music once the spotify metadata is working and see if it continues to work?
jbergler said:
So launching google play music means that spotify metadata comes through properly? Can you try and force stop google play music once the spotify metadata is working and see if it continues to work?
Click to expand...
Click to collapse
Sure. To clarify: Launch spotify -> play song -> no metadata -> launch gplay music -> start playing a song (will pause spotify) -> metadata of that song is dislayed -> switch back to spotify, unpause -> gplay music pauses -> metadata displayed is now the spotify song and will update accordingly when the song changes
Problem is that you need to do this trick again anytime you lose bluetooth connection.
-------------------------------
Tested it, still works after force closing play music and even deactivating it. It seems to me as if Google Play music initializes something that is necessary for metadata transfer.
Flaiker said:
Tested it, still works after force closing play music and even deactivating it. It seems to me as if Google Play music initializes something that is necessary for metadata transfer.
Click to expand...
Click to collapse
Ok, thats super strange but at least it gives us something to work with. To clarify, what the xposed mod currently does is inject the metachanged intent so that a 'standard' intent shares the info systemwide - which seems to trigger things like smartwatches getting their metadata. I didn't realise the previous patches didn't quite achieve what it was described as.
I've just dredged through the spotify apk and as far as I can tell it initialises everything as it should. Admittedly the android docs on how this stuff is meant to work is rather vague.
Could you test a couple more scenarios for me?
What happens if you just open google play music but don't start playing - does Spotify still send the correct metadata then?
What about other media players, I think PowerAmp supports AVRCP these days, could you test it and see how the behaviour compares to Spotify / Google Play Music?
jbergler said:
Ok, thats super strange but at least it gives us something to work with. To clarify, what the xposed mod currently does is inject the metachanged intent so that a 'standard' intent shares the info systemwide - which seems to trigger things like smartwatches getting their metadata. I didn't realise the previous patches didn't quite achieve what it was described as.
I've just dredged through the spotify apk and as far as I can tell it initialises everything as it should. Admittedly the android docs on how this stuff is meant to work is rather vague.
Could you test a couple more scenarios for me?
What happens if you just open google play music but don't start playing - does Spotify still send the correct metadata then?
What about other media players, I think PowerAmp supports AVRCP these days, could you test it and see how the behaviour compares to Spotify / Google Play Music?
Click to expand...
Click to collapse
Just having Google Play Music open or starting it doesnt do anything. I need to start playing a song with it for any metdata transfer to work.
On PowerAmp I have exactly the same behaviour. Doesnt send anything until I play sth in Play music. I even switched some of the settings in the bluetooth section but couldnt get it to work on its own.
Surely the developers of popular music apps who have AVRCP functionality must know about this problem, in he other thread quite a few other people reported the same problematic I have.
Flaiker said:
Just having Google Play Music open or starting it doesnt do anything. I need to start playing a song with it for any metdata transfer to work.
On PowerAmp I have exactly the same behaviour. Doesnt send anything until I play sth in Play music. I even switched some of the settings in the bluetooth section but couldnt get it to work on its own.
Surely the developers of popular music apps who have AVRCP functionality must know about this problem, in he other thread quite a few other people reported the same problematic I have.
Click to expand...
Click to collapse
One would assume so, I'll see what I can dig out of the google play music apk but so far its not obvious what might be causing the problem.
jbergler said:
One would assume so, I'll see what I can dig out of the google play music apk but so far its not obvious what might be causing the problem.
Click to expand...
Click to collapse
I've been trying to get this fixed for a while now. I even made a Tasker profile that would automate the play music trick but that didnt work all too well either.
If you saw the metafy app in the other thread, that doesnt work either for me, the problem seems to be sending metadata via bluetooth, completely unrelated to spotify. If you have anything you want to have tested that could help solving this please dont hesitate to ask me.
Don't work on 4.3 in my S4 neither (stock with root only)
Enviado desde mi GT-N8000 usando Tapatalk 4
Not working on Xperia z 4.2 playing through car stereo Bluetooth. Walkman app works fine though.
Enviado desde mi C6603 mediante Tapatalk
Works with note 3 and pebble!
Works GREAT with VZW Galaxy Note 3 (stock 4.3 MJ7) and Pebble's stock music controller! Thanks so much!!! Put up a beer link soon!

Best Music Player App for truesmart

Hi everybody,
I will be receiving my truesmart this week and like many others, I want to use it for outdoor sports with bluetooth headphones (biking for me )
What is the best music player app that can be used with the omate truesmart? Basically, I need it to work with the small screens and it needs to support playlists. My favorite for my phone is playerpro. Does anyone know how that app works with the truesmart?
Thanks for your help :good:
Try Fusion. It has playlist support and gives you Shoutcast support as well.
Lokifish Marz said:
Try Fusion. It has playlist support and gives you Shoutcast support as well.
Click to expand...
Click to collapse
There are several free ones that work well:
-Apollo (CM music player)
-Google Play Music
-Google Music Player (try the old versions like 3.0 or 2.0)
-MX Player
By far my favorite, though it is paid, is AMP Player.
In the end, doesnt matter much, as the built in speaker sucks and bluetooth connections fail halfway though each song. Hope BT connectivity gets fixed now that Loki and Omate have access to the Mediatek source code
I just spent a nice 3 hours driving with my TrueSmart feeding KCRW Eclectic24 through to my car audio system via Bluetooth using TuneIn Radio Pro and my 5gig T-Mobile sim. The only cut-outs were due to gaps now and then in the T-Mobile network. The Bluetooth connection never failed once.
Sent from my Nexus 5 using Tapatalk
sickysickybrah said:
My favorite for my phone is playerpro. Does anyone know how that app works with the truesmart?
Click to expand...
Click to collapse
PlayerPro is my Truesmart default music player. It works fine :good: .
I received my Truesmart yesterday (yay!) and have tested out both the player pro and fusion music player (Thanks Lokifish-that is a great player and I had never tried it). Here are my results:
Player Pro: Music player works great, but there is no menu button on the truesmart or in the playerpro UI. The menu button is needed to pull in the playlists I brought in from my phone.
Fusion Music Player. When I installed this on my phone, it auto-loaded the playlists I had made in playerpro. When I installed Fusion on the Truesmart, it could not find the playlists.
Has anybody had success with pulling playlists from their phone into their truesmart with any music players (especially if it is one of the two mentioned above)? Also, has anyone learned if it is possible to remap the truesmart buttons so that they can pull up a menu similar to the standard button on almost every android phone? Omate should have included a menu button-this was a poor oversight on their part.
Menu in Player Pro (and other apps)
Hard swipe from the left margin of the phone brings up menus often for me (apparently including in Player Pro).
sickysickybrah said:
Player Pro: Music player works great, but there is no menu button on the truesmart or in the playerpro UI. T
Click to expand...
Click to collapse
Len Meahan said:
Hard swipe from the left margin of the phone brings up menus often for me (apparently including in Player Pro).
Click to expand...
Click to collapse
You are correct-that works perfectly
Edit: Playlists worked fine once they were in the right place, and after installing the Ensec enhanced security the bluetooth seems to be working great!
Thanks to all the developers working on getting this product functional. I'm a noob and my only experience with this stuff was playing around with the HP touchpad.
I tried Google Play Music but on the first startup you have to choose a google account which is not possible because of the low screen density. Is there any workaround for that?
lordscipio said:
There are several free ones that work well:
-Apollo (CM music player)
-Google Play Music
-Google Music Player (try the old versions like 3.0 or 2.0)
-MX Player
By far my favorite, though it is paid, is AMP Player.
In the end, doesnt matter much, as the built in speaker sucks and bluetooth connections fail halfway though each song. Hope BT connectivity gets fixed now that Loki and Omate have access to the Mediatek source code
Click to expand...
Click to collapse
dkremer88 said:
I tried Google Play Music but on the first startup you have to choose a google account which is not possible because of the low screen density. Is there any workaround for that?
Click to expand...
Click to collapse
Yes, you have to root, install xposed framework and change dpi for that specific app to lower than 120 with "app manager" module. 90 dpi works fine for most of these resolution problems.
Gesendet von meinem GT-I9295 mit Tapatalk
Received my TS yesterday. It is the 1GB EU version. Could you link me to the correct root instructions page for that model? Wasn't sure about rooting because it looked as if the model ins't supported so far?

Sound enhancements restricted in lollipop

According to xperia z3 users in xperia mobile forums, lollipop update has limited sound enhancements to movie player + walkman app and a few more playstore apps.
This is because the sound enhancement is no longer system-wide compared to kitkat.The 3rd party app developer has to include code to support sound enhancements otherwise you don't use it with third party apps.
Can any lollipop user open subway surfers, then listen to it's song for a bit and turn clearaudio+ off, return to game and see if there's any difference? I want to confirm if it's the same for us Z2 users.
I have done that in subway surfers using kitkat and it did make a difference in sound.
Bumping thread, I just need someone who's using lollipop to confirm if clearaudio+ or loudness equalazation works in subway surfers. :fingers-crossed:
This is important for me as it confirms that lollipop still enhances 3rd party apps' sounds.
Thanks in advance
I don't particularly have the game, so I can't help with confirming your query.
But I have tried it for the youtube app and found that the sound enhancement does not work. I also tried toggling clearaudio+ on and off and adjusting the equalizer while soundcloud was playing a song in the background and nothing was happening. From this I think that there is no sound enhancement present in 3rd party apps. It was not like this before when I still had kitkat.
Sorry if this doesn't help.
@Arunumeric
I requested info on that particular game because some users said enhancements didn't work for youtube in KK anyway and well it's a commonly played game :silly:
It seems like that was a false information.Enhancements work for me on youtube (on kitkat now) and appereantly it doesn't work on lollipop.
Thank you for confirming
Guess I won't be updating to lollipop until sony changes their mind on this or something worthy comes out (better camera software perhaps)
P.S. to keep yourself updated on this topic read what support team says. : https://talk.sonymobile.com/t5/Xper...blem-after-lollipop-update/td-p/955035/page/5
ottomanhero said:
@Arunumeric
I requested info on that particular game because some users said enhancements didn't work for youtube in KK anyway and well it's a commonly played game :silly:
It seems like that was a false information.Enhancements work for me on youtube (on kitkat now) and appereantly it doesn't work on lollipop.
Thank you for confirming
Guess I won't be updating to lollipop until sony changes their mind on this or something worthy comes out (better camera software perhaps)
P.S. to keep yourself updated on this topic read what support team says. : https://talk.sonymobile.com/t5/Xper...blem-after-lollipop-update/td-p/955035/page/5
Click to expand...
Click to collapse
Here are more informations about this issue:
https://code.google.com/p/android/issues/detail?id=22726
As the sony support stated this is not removed by sony its removed by android. You can call it stupid and it is indeed, but it won't change this in lollipop. There is also no plan to change this in any next releases of android.
So here is the intent every application have to implement to use a system wide equalizer:
http://developer.android.com/reference/android/media/audiofx/AudioEffect.html#ACTION_OPEN_AUDIO_EFFECT_CONTROL_SESSION
you see its not a mess for a developer of a media player to use the system equalizer. This feature was available since Android 2.3 Gingerbread, enough time for everyone.

Disney+ Sound

Not sure if this is the right place but here it goes.
I have both Tanix TX3 mini and TX9 pro
I've installed Disney+ on both but I'm having problems with the sound. Both load and can stream but there is no sound on most of the stuff (seems like newer stuff like starwars stuff, avengers etc.) But older things like early season of "Hannah Montana" stream fine. Strange thing is if you download the episode and then play back it's fine.
I've tried virtually all combinations of audio settings and no joy.
Doing some searching I think I saw something on the lines of its to do with the audio they use when streaming, needs a Dolby chip.
Anyone come across this? Or know a fix?
Or even recommend an Android box that works with Disney+
Thanks
Found this information on another site, seems similar to what your asking ! A long shot but worth a try !!!
Good Luck
Disney+ issues:
I've noticed on some of these boxes, videos won't play without having to first click the download button and then stopping download for it to play a video.
A way to fix that would be doing the following down below in Magisk. Another way is using Google Chrome, but before loading the web page, click the menu from top right hand side (3 dots) and click check box "Desktop site" to view in Google Chrome.
Open Magisk Manager and then go to the downloads section from the top left menu, and in the top right corner in the search bar type liboemcrypto disabler then download and install that module. It will require a reboot after you install the module, so please do so and reboot.
Now you should be able to play videos without having to first click download button and stopping it to play a video.
Remember this isn't the case with all boxes and I don't make the Disney+ app. This is just things I have encountered and found a solution to.
---------- Post added at 02:37 PM ---------- Previous post was at 02:29 PM ----------
maybe your box doesnt support the encoders/decoders for the audio or not supported codecs ?
Thanks for the suggestion but unfortunately it didn't work.
Currently looking for a box that will play Dolby stuff built in.
hobbit666 said:
Thanks for the suggestion but unfortunately it didn't work.
Currently looking for a box that will play Dolby stuff built in.
Click to expand...
Click to collapse
Beelink GT-KING PRO, box i just bought litrelly ! but DOLBY & SUPPORT IS ONBOARD ?
hobbit666 said:
Not sure if this is the right place but here it goes.
I have both Tanix TX3 mini and TX9 pro
I've installed Disney+ on both but I'm having problems with the sound. Both load and can stream but there is no sound on most of the stuff (seems like newer stuff like starwars stuff, avengers etc.) But older things like early season of "Hannah Montana" stream fine. Strange thing is if you download the episode and then play back it's fine.
I've tried virtually all combinations of audio settings and no joy.
Doing some searching I think I saw something on the lines of its to do with the audio they use when streaming, needs a Dolby chip.
Anyone come across this? Or know a fix?
Or even recommend an Android box that works with Disney+
Thanks
Click to expand...
Click to collapse
Honestly the box you have is old try upgrading to beelink or ugoos boxes they run android 9 pie and have dolby and all in it
I decided for the amount of use I just bought a Amazon firestick.

Question Screen recorder with no audio with Redmi Note 10.

Using Redmi note 10. There is no audio when I am using Xiaomi native screen recorder in conjunction with Line App and Zoom App. Mine is MIUI Global 12.0.5 Stable. Any advise?
guilt said:
Using Redmi note 10. There is no audio when I am using Xiaomi native screen recorder in conjunction with Line App and Zoom App. Mine is MIUI Global 12.0.5 Stable. Any advise?
Click to expand...
Click to collapse
Same situation. Try third party?
I tried third party App. No joy. All have the same problem. Unable to record internal or system sounds. Wondering if China ROM will work?
If what the internet is right and Google denies recording of internal system sounds. Note 10 is indeed missing Internal Audio Plugin. We will have to reflash with another ROM. Or... cos note 10 is new... Maybe an earlier ROM from Note 7. But again doing research on the internet. It's does says Android 11 beta have returned native screen recorder the ability to record again. So... I am perplexed. Comments and suggestions please ?
Currently, I am using my old Redmi Note 7 with MIUI 12.0.3 (QFGCNXM) Stable, Android 10 to do all my video audio recorder on Line and Zoom Apps.
guilt said:
If what the internet is right and Google denies recording of internal system sounds. Note 10 is indeed missing Internal Audio Plugin. We will have to reflash with another ROM. Or... cos note 10 is new... Maybe an earlier ROM from Note 7. But again doing research on the internet. It's does says Android 11 beta have returned native screen recorder the ability to record again. So... I am perplexed. Comments and suggestions please ?
Currently, I am using my old Redmi Note 7 with MIUI 12.0.3 (QFGCNXM) Stable, Android 10 to do all my video audio recorder on Line and Zoom Apps.
Click to expand...
Click to collapse
Android 11 has a lot of restrictions and limitations. Using Android 10 would be a smarter move untill its figured out.
OrianPledge said:
Android 11 has a lot of restrictions and limitations. Using Android 10 would be a smarter move untill its figured out.
Click to expand...
Click to collapse
Yes. I think that is a spendid idea. Thank you Orian.
Try to change the settings in Screen Recorder apps. If the sound problem is still, try to use headset/ headphone (plug 3,5mm audio jack) when you use the apps.
Rather than creating new thread, I would ask again here the similar question, although my question is a bit more specific, it's about video-call.
Hopefully someone with valid solution can help explain how.
If my question doesn't get answer here, perhaps I will create a new thread for my question, because my question is more specific and may be different than this thread's original topic.
-------
So;
My question is;
How can we,
–using this Redmi Note 10 & stock MIUI (for me it's version 12.5.4 and Magisk rooted now.. and also I installed ViperAudio, if that maybe influencing the result)–
ScreenRecording a video call
–and record both, the video and also the audio of the video-call session/conversation,
using any video-call app like WhatsApp, Duo, Viber, or etc?
Because everytime I try, it only can record the video, but cannot record the audio, especially the voice of person who talks to me.
Hoping for explanation.
Thank you in advance.

Categories

Resources