Looking for a good sound M.O.D - Xiaomi Mi MIX Questions & Answers

Hey, everyone I apologise if this has already been discussed. I'm looking to install viper4android or A.R.I.S.E sound M.O.D. The ROM I'm running is RR 7.1.2. Any help would be greatly appreciated!
Sent from my MI MIX using Tapatalk

id suggest checking out Ainur Sauron.

Install via TWRP first file with _gh, and extrack apk from zip with 7.1.x and u all set, pls use supersu instead of magisk

By the way... one of the best solution actully is ARISE Sound Systems™ - Auditory Research in Sound Enhancement
https://forum.xda-developers.com/android/software/r-s-e-sound-systems-auditory-research-t3379709
u can manage what u want from all mod available... and there is a lot of combinaison...

Yes! Thanks
Sent from my MI MIX using Tapatalk

I flashed SuperSU after I flashed my ROM, but RR already had magisk in the ROM. Is there a way I can disable magisk?
Sent from my MI MIX using Tapatalk

Lt. said:
Decompress the rom zip; remove magisk folder and relevant script codes from META-INF » com » google » android » updater-script. Below codes:
Code:
ui_print("Flashing Magisk...");
ui_print(" ");
package_extract_dir("magisk", "/tmp/magisk");
run_program("/sbin/busybox", "unzip", "/tmp/magisk/magisk.zip", "META-INF/com/google/android/*", "-d", "/tmp/magisk");
run_program("/sbin/sh", "/tmp/magisk/META-INF/com/google/android/update-binary", "dummy", "1", "/tmp/magisk/magisk.zip");
ui_print(" ");
THEN recompress the rom zip and flash. After this you can fladh SuoerSU.
Sent from my lithium using XDA Labs
Click to expand...
Click to collapse
Thank you for taking the time to show me how to accomplish this! I will decompile soon.
Sent from my MI MIX using Tapatalk

So I delete that code right?
Sent from my MI MIX using Tapatalk

After I delete the code, I save and when I back out I have 2 updater script files one of those is a .bak file. Do I need to delete the original updater script file?
Sent from my MI MIX using Tapatalk

Also I can use root explorer to do this correct?
Sent from my MI MIX using Tapatalk

I don't think I can use root explorer to decompile then recompile...I'll see if I can find a app in the play store..
Sent from my MI MIX using Tapatalk

BigM69 said:
I don't think I can use root explorer to decompile then recompile...I'll see if I can find a app in the play store..
Click to expand...
Click to collapse
You can just edit an old post with updates instead of making new ones all the time.
There is an official uninstaller that should work ok without having to rebuild the zip.
https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445

BigM69 said:
I flashed SuperSU after I flashed my ROM, but RR already had magisk in the ROM. Is there a way I can disable magisk?
Click to expand...
Click to collapse
Disable magisk just delete magisk folder in zip from windows using winrar
---------- Post added at 08:53 PM ---------- Previous post was at 08:52 PM ----------
BigM69 said:
I don't think I can use root explorer to decompile then recompile...I'll see if I can find a app in the play store..
Click to expand...
Click to collapse
Sure u can use root explorer .. I use it too

Fusionist said:
Disable magisk just delete magisk folder in zip from windows using winrar
---------- Post added at 08:53 PM ---------- Previous post was at 08:52 PM ----------
Sure u can use root explorer .. I use it too
Click to expand...
Click to collapse
I've switched ROMs, thanks for the reply though.

Related

Flashable ZIP

Quick question- how the hell do I make a flashable zip.? thanks lol (its for a rom btw)
XxSHaDoWxSLaYeRxX said:
Quick question- how the hell do I make a flashable zip.? thanks lol (its for a rom btw)
Click to expand...
Click to collapse
lol select all the folders and right click add to archive and select zip bam.
But that's a normal zip.. I mean a zip you can flash from recovery
Sent from my De-Sensed HTC Vivid using xda app-developers app
How do u make a flashable zip to install mods to systemui and framework, etc. I have modified both and want to install without having to push via adb. Just putting in a zip file does not work.
Thanks
Sent from my HOX via Tapatalk 2
verirrte said:
How do u make a flashable zip to install mods to systemui and framework, etc. I have modified both and want to install without having to push via adb. Just putting in a zip file does not work.
Thanks
Sent from my HOX via Tapatalk 2
Click to expand...
Click to collapse
I think I posted a zip in the vivid dev forum for framework-res but idk about system ui
Sent from my De-Sensed HTC Vivid using xda app-developers app
It's all about what updater-script is telling it to do. In edify scripting, there's all sorts of things you can do from the script. Changing this script changes what happens when the zip flashes. You can mount, format, install, set permissions, symlink, reboot - all sorts of fun stuff. I suggest finding a few different flashable zips, reading their updater-scripts, and familiarizing yourself with what exactly they're doing. Don't start with a ROM's updater-script though, as they can be pretty in depth.
homeslice976 said:
It's all about what updater-script is telling it to do. In edify scripting, there's all sorts of things you can do from the script. Changing this script changes what happens when the zip flashes. You can mount, format, install, set permissions, symlink, reboot - all sorts of fun stuff. I suggest finding a few different flashable zips, reading their updater-scripts, and familiarizing yourself with what exactly they're doing. Don't start with a ROM's updater-script though, as they can be pretty in depth.
Click to expand...
Click to collapse
I understand that and I have somewhat familiarized myself with that script. What confuses me is the cert.rsa, cert.sf and manifest.mf that are in the meta-inf folder and the update-binary. Can anyone give input on those? Which are needed and how to edit.
Sent from my HOX via Tapatalk 2
---------- Post added at 04:52 PM ---------- Previous post was at 04:50 PM ----------
XxSHaDoWxSLaYeRxX said:
I think I posted a zip in the vivid dev forum for framework-res but idk about system ui
Sent from my De-Sensed HTC Vivid using xda app-developers app
Click to expand...
Click to collapse
Link???
Sent from my HOX via Tapatalk 2
verirrte said:
I understand that and I have somewhat familiarized myself with that script. What confuses me is the cert.rsa, cert.sf and manifest.mf that are in the meta-inf folder and the update-binary. Can anyone give input on those? Which are needed and how to edit.
Sent from my HOX via Tapatalk 2
---------- Post added at 04:52 PM ---------- Previous post was at 04:50 PM ----------
Link???
Sent from my HOX via Tapatalk 2
Click to expand...
Click to collapse
I just posted a flashable zip in the Google Ears thread in the Dev section. You can use the entire meta-inf folder in there. All you need to do is edit the script to make it do what you want. That one will extract everything from the /system directory in the .zip to /system on the phone. So it's pretty generic. You can add a /framework folder to flash framework-res.apk, etc.
homeslice976 said:
I just posted a flashable zip in the Google Ears thread in the Dev section. You can use the entire meta-inf folder in there. All you need to do is edit the script to make it do what you want. That one will extract everything from the /system directory in the .zip to /system on the phone. So it's pretty generic. You can add a /framework folder to flash framework-res.apk, etc.
Click to expand...
Click to collapse
thanks man that helped me too xD
verirrte said:
How do u make a flashable zip to install mods to systemui and framework, etc. I have modified both and want to install without having to push via adb. Just putting in a zip file does not work.
Thanks
Sent from my HOX via Tapatalk 2
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1885884

[MOD] S6 Debloat Script by Mentalmuso

This is a script i put together to remove a lot of bloat and apps i don't use on my SM-G920f. This hasn't been tested on any other model, but i don't see any issue with using this on other international models.
I recommend using TWRP to flash this zip, busybox needs to be installed. May work with flashfire.
Samsung accounts will work but there will be no Samsung syncing. I use google apps for syncing
As always, you flash at your own risk, i am only supplying a script i use after flashing my preferred rom. Always make a nandroid before flashing so you have something to go back to if things break.
Apps that are removed are as follows..
AdvSoundDetector2015
AntHalService
ANTPlusPlugins
ANTPlusTest
ANTRadioService
AirWakeUp
AllShareCastPlayer
AllshareFileShare
AllshareFileShareClient
AllshareFileShareServer
AllshareMediaShare
BasicDreams
BeaconManager_20
BeamService
BluetoothTest
CarmodeStub
ChocoEUKor
ChromecastFrameworkService
ChromeCustomizations
CoolEUKor
EasymodeContactsWidget
EdmVpnServices
ELMAgent
EmergencyLauncher
EmergencyModeService
EmergencyProvider
FlipboardBriefing
GearManagerStub
MirrorLink
MobilePrintSvc_Samsung
OneDrive_Samsung
PaymentFramework
QuickConnect_20
RemotePlayer
RoseEUKor
SamsungSans
SBrowser_3.0.38
SCONE_Android_ProxyService_Lib
SecHTMLViewer
SecSetupWizard2015
SmartcardManager
SmartcardService
SmartRemote_zero
SPlanner_Material
SPlannerWidget_Material
SPrintSpooler
SPrintSpoolerLMR1
SysScope
WeatherDaemon2015
withTV
WlanTest
YahooLiveWeather
DirectShareManager
EasyLauncher2_Zero
EdgeService
GoogleFeedback
HancomOfficeViewer
HealthService
Kies
MyPlaces
ProxyHandler
S-Voice_Android_phone/sCloudBackupAppZero
sCloudDataRelay
sCloudDataSync
sCloudSyncCalendar
sCloudSyncContacts
SCloudSyncSBrowser
SecEmailComposer
SecEmailProvider
SecEmailSync
SecEmailUI
SecEmailWidget
SecLiveWallpapersPicker
SecMyFiles2015
SetupWizard
SFinder
SHealth4
SHealth4_2
CHANGELOG 1.01: touchwiz launcher and Samsung keyboard removed from the delete list.
DOWNLOAD V1.01 https://www.androidfilehost.com/?fid=24052804347772848
___________________________________________________________________________________________________________
Is there a list of apps you remove with this script? Thanks for yur work....
mortai said:
Is there a list of apps you remove with this script? Thanks for yur work....
Click to expand...
Click to collapse
Its coming, gimme an hour
Sent from my SM-G925F using Tapatalk
mortai said:
Is there a list of apps you remove with this script? Thanks for yur work....
Click to expand...
Click to collapse
Op updated
Sent from my SM-G925F using Tapatalk
Not working on flasfire confirmed.
Johnny camaro said:
Not working on flasfire confirmed.
Click to expand...
Click to collapse
Thanks, what device do you have? I just tested with flashfire and it ran fine for me on SM-G920F. Do you have busybox installed?
Sent from my SM-G925F using Tapatalk
Johnny camaro said:
Not working on flasfire confirmed.
Click to expand...
Click to collapse
What did the error say in flashfire?
Sent from my SM-G925F using Tapatalk
The script erase all? No chance to choice what app want to erase? Thanks
jah2110 said:
The script erase all? No chance to choice what app want to erase? Thanks
Click to expand...
Click to collapse
Yes it erases all, this is a personal setup. I will look into an aroma option in the near future to choose apps.
Sent from my SM-G925F using Tapatalk
Mentalmuso said:
Yes it erases all, this is a personal setup. I will look into an aroma option in the near future to choose apps.
Sent from my SM-G925F using Tapatalk
Click to expand...
Click to collapse
Sure and if you erase all that apps you have in the op post the sistem crash, no keyboard, no samsung acount take a look here in this section are a aroma for erase apps maybe you can take that for example.
jah2110 said:
Sure and if you erase all that apps you have in the op post the sister crash, no keyboard, no samsung acount take a look here in this section are a aroma for erase apps maybe you can take that for example.
Click to expand...
Click to collapse
Good point, thanks
Sent from my SM-G925F using Tapatalk
jah2110 said:
Sure and if you erase all that apps you have in the op post the sistem crash, no keyboard, no samsung acount take a look here in this section are a aroma for erase apps maybe you can take that for example.
Click to expand...
Click to collapse
I will edit the zip so it keeps a launcher and keyboard, of course they are pretty important. Ha.
Sent from my SM-G925F using Tapatalk
Maybe you can do same thing like this with aroma.
http://forum.xda-developers.com/galaxy-s6/themes-apps/aroma-criskelorom-v1-0-t3128317
@Mentalmuso check this treat http://forum.xda-developers.com/showthread.php?p=59158176 this one I always used for my S5, and before 5.1.1 is used this also om my s6 G920F
---------- Post added at 10:10 PM ---------- Previous post was at 10:06 PM ----------
Mentalmuso said:
What did the error say in flashfire?
Sent from my SM-G925F using Tapatalk
Click to expand...
Click to collapse
There was no error at all while flashing, it stays stuck at bootlogo.
Johnny camaro said:
@Mentalmuso check this treat http://forum.xda-developers.com/showthread.php?p=59158176 this one I always used for my S5, and before 5.1.1 is used this also om my s6 G920F
---------- Post added at 10:10 PM ---------- Previous post was at 10:06 PM ----------
There was no error at all while flashing, it stays stuck at bootlogo.
Click to expand...
Click to collapse
Sorry that may be because this deleted touchwiz launcher. Updated
Sent from my SM-G925F using Tapatalk
Op updated, touchwiz launcher and Samsung keyboard no longer deleted.
Sent from my SM-G925F using Tapatalk
Has anyone tried post op update as I don't have nandroid so wanna confirm before flashing
I used it , but also i' ve edited for my usage ...
this is very easy to see what is include or not in script , open with 7zip and edit updater-script with notepad++ and delete or add what u want using an existing model .... save ure edited file somewhere and replace it it in zip (drag and drop)
Beware of extension file renaming by notepad ... simply remove .txt at the end.
thanks for this simple and efficient script :highfive:
Winb33 said:
I used it , but also i' ve edited for my usage ...
this is very easy to see what is include or not in script , open with 7zip and edit updater-script with notepad++ and delete or add what u want using an existing model .... save ure edited file somewhere and replace it it in zip (drag and drop)
Beware of extension file renaming by notepad ... simply remove .txt at the end.
thanks for this simple and efficient script :highfive:
Click to expand...
Click to collapse
No sweat. It really is just a good Base to mod yourself. I have since added a few system sounds etc that I don't like, like the boot sound for example.
Sent from my SM-G920F using Tapatalk
Works perfekt on Stock rootet 5.1.1. Thank you!!

[Z2][MM Beta & .570]Sound Boost for HEADPHONES

Hi,
I have just tried boosting my z2 and was little successful. Just sharing it.
Requirements:
1. Z2 with MM Beta or MM .570
2. Root access
3. File explorer
4. My modified mixer-path
For MM beta you can use mixer_paths.xml
For MM .570 please download the zip file then extract and use.
Just backup your mixer-path before proceeding. Im not responsible for any earthquake :silly:
Just replace the mixer-path in SYSTEM/ETC and restart your machine
It was excellent! I had some problems installing more after all was OK.
Its working.....thanks
Sent from my D6503 using XDA-Developers mobile app
Working very good!!! Thanks!!!
But is'nt working with official MM. Can you make a file for the official one?
can u make for official MM???
Awww yeah! what I was waiting for MM
Sent from my D6503 using Tapatalk
Does it work with Bluetooth headphones too?
xbgerrit92 said:
Does it work with Bluetooth headphones too?
Click to expand...
Click to collapse
No.Bluetooth volume is same. Thanks..
thanks man works as a charm on my .570 z2 .
Does it works on 575?
Sent from my D6503 using Tapatalk
zxspectrun said:
Does it works on 575?
Sent from my D6503 using Tapatalk
Click to expand...
Click to collapse
Yes it isWorking
Sent from my D6503 using XDA-Developers mobile app
can u make it for .291 mm because it is not working anymore?
+1
not working on .291...,
even now i am getting error of failed to start audio engine..
---------- Post added at 01:06 PM ---------- Previous post was at 12:48 PM ----------
medalogii said:
can u make it for .291 mm because it is not working anymore?
Click to expand...
Click to collapse
bro its working, i checked but try to change permissions,
copy file to /system/etc
then change permissions like
rw-r-r (644)
them restart, thats all

Gyroscope for VR

Hi guys if anybody wants to enable the gyroscope here is a little guide to enable it
You must
1. rooted
2. on 6.0 marshmallow
Go to this download link and download https://mega.nz/#!pEEGFLbJ!scUWYUCZ_uGM7TyaaJPu7O8YfVgnk4DyCT7jSWCW35E
Then use root explorer and navigate to /system/etc/permissions and place the xml file inside with permissions of rw-r--r-- (0644) once changed, reboot then gyroscope should be enabled.
I dont want or take any credit for this post or guide as I found the details and links on here.
ENJOY!
Sent from my ALE-L21 using XDA-Developers mobile app
It may also work with lollipop but hasnt been tested
Sent from my ALE-L21 using XDA-Developers mobile app
pdm12021987 said:
It may also work with lollipop but hasnt been tested
Sent from my ALE-L21 using XDA-Developers mobile app
Click to expand...
Click to collapse
maybe 5.1, not on 5.0.1
5.1 no... Only MM
Yes worked well.. Thank you..
Sent from my ALE-L21 using XDA-Developers mobile app
I have root, but i cant put any files in the permissions map, anyone help?
AsunaYuki said:
I have root, but i cant put any files in the permissions map, anyone help?
Click to expand...
Click to collapse
Just put that file in correct directory, then select properties of file and set permission to 644, save.
danvo01 said:
Just put that file in correct directory, then select properties of file and set permission to 644, save.
Click to expand...
Click to collapse
I cant even put the file inthe permissions map, when i try, it says something like "this map is a read only map, do you want to change it to r/w" and if i click yes it says "operation failed"
just copy it to /system/etc/permissions directory with root explorer or total commander. You must give root permission to that app! check it!
Does anyone know if this will work on Sokkoban's custom C532B564 Rooted ROM?
riaanck said:
Does anyone know if this will work on Sokkoban's custom C532B564 Rooted ROM?
Click to expand...
Click to collapse
If you would've read carefully on @sokkoban's Thread, You could see that he fixed Gyroscope for v2.0, so no need for you to do it anymore.
Could you share the fixed gyroscope for stock rom?
Enviado desde mi ALE-L21 mediante Tapatalk
elraffa said:
Could you share the fixed gyroscope for stock rom?
Enviado desde mi ALE-L21 mediante Tapatalk
Click to expand...
Click to collapse
There is no fixed gyroscope drivers, only that one in the beginning of thread.
if I enable this I can watch 360 photos on facebook? I cand watch 360 videos on youtube but not photos
AsunaYuki said:
I cant even put the file inthe permissions map, when i try, it says something like "this map is a read only map, do you want to change it to r/w" and if i click yes it says "operation failed"
Click to expand...
Click to collapse
i hv this prob too
NazwanBinMtNoor said:
i hv this prob too
Click to expand...
Click to collapse
Have you guys have busybox installed?
Thanks, working fine, B564, Rooted.
work fine thnks bro
Szabi01 said:
Thanks, working fine, B564, Rooted.
Click to expand...
Click to collapse
Did u use es file explorer to paste file in system?
I try..but failed
---------- Post added at 11:30 AM ---------- Previous post was at 11:30 AM ----------
Azaradel said:
Have you guys have busybox installed?
Click to expand...
Click to collapse
Nope
NazwanBinMtNoor said:
Did u use es file explorer to paste file in system?
I try..but failed
---------- Post added at 11:30 AM ---------- Previous post was at 11:30 AM ----------
Nope
Click to expand...
Click to collapse
Try "Root browser".

Port [Samsung Music]

Steps to install
1. Download the zip file and extract it.
2. Open and copy the folder "SamsungMusic_20_ESS" to system/app
3. Permissions for SamsungMusic_20_ESS folder is rwxr-xr-x
4. Permissions for SamsungMusic_20_ESS.apk is rw-r-r
5. Reboot and Enjoy
ScreenShots
Its very good
Installed but doesn't show up in the app drawer
Nvm fixed it
I'm currently using sony's music app.
Sent from my SM-J700H using Tapatalk
chinhlevn said:
I'm currently using sony's music app.
Sent from my SM-J700H using Tapatalk
Click to expand...
Click to collapse
Please, you have link to Sony Music app ?
Original link in xda was removed. I have uploaded to other host https://www.fshare.vn/file/Y4DB4DA1YKM7
Flash it via twrp. Disable "update as you play" in setting. Maybe it doesn't work with other soundmod like viper, porn audio, etc
Sent from my SM-J700H using Tapatalk
Thanks Mate
THANKS
GALAXY 12345 said:
Steps to install
1. Download the zip file and extract it.
2. Open and copy the folder "SamsungMusic_20_ESS" to system/app
3. Permissions for SamsungMusic_20_ESS folder is rwxr-xr-x
4. Permissions for SamsungMusic_20_ESS.apk is rw-r-r
5. Reboot and Enjoy
ScreenShots
Click to expand...
Click to collapse
GOOD WORK
---------- Post added at 07:19 AM ---------- Previous post was at 07:14 AM ----------
chinhlevn said:
Original link in xda was removed. I have uploaded to other host https://www.fshare.vn/file/Y4DB4DA1YKM7
Flash it via twrp. Disable "update as you play" in setting. Maybe it doesn't work with other soundmod like viper, porn audio, etc
Sent from my SM-J700H using Tapatalk
Click to expand...
Click to collapse
I wud like to test this
Hello did the sony music worked??
Sent from my SM-J700F using Tapatalk
It did with my stock J700H
Sent from my SM-J700H using XDA-Developers mobile app
Thank you
Still did not understand why the J7 reached without the player?
?
Sent from my SM-J700F using XDA-Developers mobile app
moaud said:
?
Sent from my SM-J700F using XDA-Developers mobile app
Click to expand...
Click to collapse
Hi moaud. Do you have root? If yes, choose root browser by tapping those 3 lines at the top left of your screen and grant esfile explorer root - under tools.
Then try again.
Sent from my SM-J700F using XDA-Developers mobile app
dodo2244 said:
Hi moaud. Do you have root? If yes, choose root browser by tapping those 3 lines at the top left of your screen and grant esfile explorer root - under tools.
Then try again.
View attachment 3776851
Sent from my SM-J700F using XDA-Developers mobile app
Click to expand...
Click to collapse
Thanks dodo , I download it from here and its work now
https://m.youtube.com/watch?v=45d0wiju-_I
Sent from my SM-J700F using XDA-Developers mobile app
Dose it have widget built in this Samsung app?
Yes it does
u
chinhlevn said:
Original link in xda was removed. I have uploaded to other host https://www.fshare.vn/file/Y4DB4DA1YKM7
Flash it via twrp. Disable "update as you play" in setting. Maybe it doesn't work with other soundmod like viper, porn audio, etc
Sent from my SM-J700H using Tapatalk
Click to expand...
Click to collapse
Bro, im unable to downlod from the link.. pls can u uplod somwer else like dropbox or gdrive.. this is in different language n free downlod button is not working
EDIT: im sorry, i downloded it
GALAXY 12345 said:
Steps to install
1. Download the zip file and extract it.
2. Open and copy the folder "SamsungMusic_20_ESS" to system/app
3. Permissions for SamsungMusic_20_ESS folder is rwxr-xr-x
4. Permissions for SamsungMusic_20_ESS.apk is rw-r-r
5. Reboot and Enjoy
ScreenShots
Click to expand...
Click to collapse
it can be installed as apk normally on mm
chinhlevn said:
Original link in xda was removed. I have uploaded to other host https://www.fshare.vn/file/Y4DB4DA1YKM7
Flash it via twrp. Disable "update as you play" in setting. Maybe it doesn't work with other soundmod like viper, porn audio, etc
Click to expand...
Click to collapse
Page is opening but when i try to download, it asks for login details. No use for me to register as i don't know this language. Can you upload it on Google drive or mediafire?
Thanks in advance
---------- Post added at 09:41 PM ---------- Previous post was at 09:40 PM ----------
ShreeshSingh said:
it can be installed as apk normally on mm
Click to expand...
Click to collapse
Can you tell me how to download from that link?
Edit: downloaded after using Google translate
alttafv said:
Page is opening but when i try to download, it asks for login details. No use for me to register as i don't know this language. Can you upload it on Google drive or mediafire?
Thanks in advance
---------- Post added at 09:41 PM ---------- Previous post was at 09:40 PM ----------
Can you tell me how to download from that link?
Edit: downloaded after using Google translate
Click to expand...
Click to collapse
Try this https://drive.google.com/file/d/0ByK0OdlywrUsQ1g2aDl3WFdUWEU/view?usp=drivesdk

Categories

Resources