[TUTORIAL] CM's Guide for LOW-SOUND VOLUME FIX for MT6589x Phones [Useful for Porter] - Miscellaneous Android Development

CMahendra's Guide for LOW-SOUND VOLUME FIX for MT6589x Phones
[Useful for Porters]​
This guide is for MT65XX rom porters, who want to increase volume of their ported custom roms.
Newbies with little RootExplorer experience can also read carefully all the steps and can increase volume of phone.
WARNING:
This Information is Only for Rooted Phones and people with RootExplorer and flashing experience.
Whoever it is porter or newbie, first take Nandroid Backup before proceeding. If fix does not work you can Restore back your Nandroid Backup.
This is just one of the many methods. If the problem is in more than one places then this fix may not work for you.
DO AT YOUR OWN RISK. I am not responsible for any brick or problems.
​
STEPS OF TUTORIAL FOR ROM PORTERS/DEVS
Step 1)
Download this Flashable zip file "Sound_Permission_Setup_CMahendra.zip" (attached below) and copy on your SDCARD. Also install RootExplorer.
Step 2)
TAKE BACKUP: Take full nandroid backup of your low-volume custom rom in recovery mode, in case of any problem happens in the process, it will be useful.
Step 3)
Now you have to find and BACKUP copy of STRONG SOUND files from Working Stock Rom. So, Flash stock rom with full wipe and start phone and test sound volume, if ok or not.
Step 4)
With any Root Explorer on phone, copy this folder from root of yours phone to your SDCARD.
/data/nvram/APCFG/APRDCL
Copy paste this "APRDCL" folder on your SDCARD. There will be around 15 to 16 or more files inside. Now stock Sound file Backup is done.
Step 5)
Now flash/Restore your custom rom which have low volume problem.
Step 6)
Open RootExplorer and open "APRDCL" folder on your SDCARD and select and copy all following files mentioned below.
================================
Audio_AudEnh_Control_Opt
Audio_CompFlt
Audio_Effect
Audio_Hd_Record_Param
Audio_Hd_Record_Scene_Table
Audio_Sph
Audio_Wb_Sph
Audio_ver1_Vol_custom
Audio_Vol_custom
Audio_Wb_Sph
AUXADC
Headphone_CompFlt
HWMON_ACC
Sph_Dual_Mic
================================
You can also include any file with words "speaker" or "sound" or "volume" or "Mic".
Do not worry if any file is missing.
***IMPORTANT: Do not copy or replace files starting with "Camera" and "File_Ver". Leave them as it is.
{
"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"
}
Step 7)
Now paste these files in following folder location of your phone.
/data/nvram/APCFG/APRDCL
The same folder location from where the files were copied from stock rom.
Step 8)
Now reboot the phone into recovery and flash this Sound_Permission_Setup_CMahendra.zip (attached below)
Restart and you are done. Now you may check the volume.
This worked perfect for many of my A116 MT6589 roms. The Volume in RingTone, Alarm, Music, etc, increased like hell. But if volume does not increased you still can Restore back your Nandroid Backup from Recovery. THIS IS MOST SAFEST WORKAROUND BECAUSE FILES ARE FROM YOUR OWN STOCK ROM. SO PALS, NOT TO WORRY!
Click to expand...
Click to collapse
EXPERIENCED PORTERS CAN MAKE THEIR OWN FLASHABLE ZIPS EASILY.
Hope this helps.
CREDITS:
Thanks to Internet. This is not my own work, I have collected this information some time back which was found on internet. So thought to keep it properly organized in one place. I don't remember the exact page but I saved the information in text file and now sharing all.

Reserved

Sir will it work with A117 Magnus?

anjanbhowmik said:
Sir will it work with A117 Magnus?
Click to expand...
Click to collapse
@anjanbhowmik
All MT6589 and MT6589T roms
BTW all my roms for A116 and A117 will have patch for this.

sir, great tutorial.. had my problem fixed.. my phone now has a load music player.. just made a script to replace the files need.. so even if i wipe data/factory reset it gets the files back in place..

Sir , Is this not a general fix? I mean, is it only for roms with sound problem. ?And can is it necessary to do this using only stock rom?

Related

[GUIDES] [PICTURES!] Doom's-Guides - Howto: Root+CWM, Install a ROM, and MANY more!

Welcome to the Doom's Guides Thread
These guides are fairly cumulative and should be followed in approximate order of Difficulty
Disclaimer: Yada-yada, I'm not responsible for your TF ending the Human-Race and Ect...
UNDER CONSTRUCTION 6/22
Thanks to Team Rouge for the Great Recovery!
Contents:​
Code:
1. How to Install Recovery and Root (Using PERI)
2. How to make a Nandroid backup and restore it
3. How to install a custom ROM
3a. How to install gapps for AOSP ROMs
4. How to install Guevor's Kernel
5. How to apply a custom boot animation
6. How to apply a custom boot audio sound
7. How to apply a Theme using CM9's Theme Manager (For AOSP ROMS)
8. How to set up NvFlash (For TF101s only, no Gs or sliders yet :[)
9. How to recover from a brick using NvFlash
10. How to install blobs using ADB shell/Terminal emulator (blob tools)
11. How to install a custom boot [I]splash[/I] screen
I use ROUGE XM TOUCH V1.5 Recovery for All Guides.
______________________________________________________________
How to Make a Nandroid Backup and Restore it
To Backup:
1. Reboot into recovery in the manner of your choosing (Reboot to recovery app, volume button combination, or integrated into AOSP 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"
}
2. Choose Nandroid Backup
\
3. Choose Backup
4. Confirm that you want to Backup
--
To Restore:
1. WIPE EVERYTHING -- See the ROM install guide if you don't know how.
2. Go back to the Nandroid Backup menu and choose restore
3. Choose the date of the backup you made to restore
4. Confirm that you want to restore
--
5. Hit reboot from the main screen to get back into the ROM you restored.
Done!
By: Thing O Doom
How to install a custom ROM
tba
How to install a custom boot splash screen
http://forum.xda-developers.com/showthread.php?t=1666984
UNDER CONSTRUCTION 6/22
Reserved for me:
Also reserved for me:
and finally, Reserved for other user submitted guides! -- (I highly encourage you to write and submit some, please keep images under 240x180 !)
ycp
Good Post for noobs like me =D
Suggestions for "Error mounting /sdcard"?
Rooted my TF101 and have the rogue/cwm recovery installed. I tried a Nandroid backup, but it anything to do with the SD card gives the above error.
I have a microSD in the tablet, too.
lordkaladar said:
Suggestions for "Error mounting /sdcard"?
Rooted my TF101 and have the rogue/cwm recovery installed. I tried a Nandroid backup, but it anything to do with the SD card gives the above error.
I have a microSD in the tablet, too.
Click to expand...
Click to collapse
Figured it out. Came across a thread I'd missed: http://forum.xda-developers.com/showthread.php?t=1138346&highlight=error+mounting+sdcard afterwards, worked like a charm.

[ROM] Pre-Rooted Stock Rom for Micromax A110Q [CWM FLASHABLE]

{
"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"
}
I know it's not a big thing but It might come handy when upgrading to Stock Rom, no need of Stock recovery..
I am not responsible if you brick your phone or any thing happens with you phone, use at your own risk.
Click to expand...
Click to collapse
Download​
A110Q~Pre-Rooted_Stock_Rom_CWM.zip
Please DO NOT mirror my work.​
Click to expand...
Click to collapse
Installation Steps(FOR CWM):​​
1. Download Any Stock JellyBean Zip from link above.
2. Move it to your sd card
3. Go to cwm recovery
4. Install zip from sd card
5.Wipe data
6. Wipe cache
7. Wipe dalvik cache
8. Reboot
9. Follow phone setup procedure.
10. Reboot , enjoy
If you like my work hit THANKS​
Thanks Bro I Am So Exited Waiting For This From a Long Time I Wants To Know The Method Bro How You Brilliant Devs. Make SP Tools Flash able File CWM Or Any recovery Flash able Please PM Me The Way Or Reply Or Tell Me The Guide's Link You Superb Devs. use To Make A Sp Tools Flash able Zip Cwm Flash able
I Have Successfully Installed Android Kitchen Once Again Millions Of Thanks
superxdbash said:
Thanks Bro I Am So Exited Waiting For This From a Long Time I Wants To Know The Method Bro How You Brilliant Devs. Make SP Tools Flash able File CWM Or Any recovery Flash able Please PM Me The Way Or Reply Or Tell Me The Guide's Link You Superb Devs. use To Make A Sp Tools Flash able Zip Cwm Flash able
I Have Successfully Installed Android Kitchen Once Again Millions Of Thanks
Click to expand...
Click to collapse
Welcome bro
Well no guides seen.... Just created a working folder with kitchen & copied the system folder to some other directory.. Added meta Inf folder and boot.img and made a zip of them
Making the meta-inf was the toughest part, I had to refer many roms of different devices but if you have any working meta-inf folder you can copy and use that directly
I have bro working meta-inf folder just download lewo rom from here http://forum.xda-developers.com/showthread.php?t=2457621 and onething i've already maded stock rooted rom due to lack of net i am unable upload hence thanks for uploading this rom and see my custom rom from this thread http://forum.xda-developers.com/showthread.php?t=2457621
[email protected]=123
THE FIRST LEWO ROM FOR MMX A110Q
This thread needs to be updated soon...
http://www.mobiletor.com/2013/12/30/micromax-canvas-smartphones-get-ready-android-kitkat-4-4-break/
its true i have checked multiple sources...
TeaM DaRkDrOiD said:
I know it's not a big thing but It might come handy when upgrading to Stock Rom, no need of Stock recovery..
Download​
A110Q~Pre-Rooted_Stock_Rom_CWM.zip
Installation Steps(FOR CWM):​​
1. Download Any Stock JellyBean Zip from link above.
2. Move it to your sd card
3. Go to cwm recovery
4. Install zip from sd card
5.Wipe data
6. Wipe cache
7. Wipe dalvik cache
8. Reboot
9. Follow phone setup procedure.
10. Reboot , enjoy
If you like my work hit THANKS​
Click to expand...
Click to collapse
Update link please...
which stock rom
is it stock rom v1 or v2 or v3.

[ROOT][CWM] StarMobile Diamond V7 (JB 4.2.1) MT6589

All credits to all the devs for the tools and utilities that I use to ROOT and install CWM on my newly handheld device...:victory:
StarMobile Diamond V7
{
"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"
}
Before we proceed, let me remind you guys, that you are doing this at your own risk and no one is to be held responsible!!!
This ROOTing procedures and installing of CWM works perfectly on my device, so read and follow all the instructions carefully!!!:fingers-crossed:
We can install CWM without rooting this phone, so feel free to choose where do you want to start...:highfive:
Part 1
Rooting Your Phone
Download files below and do the following procedures.
MT65xx_USB_Driver
RootFiles
Click to expand...
Click to collapse
1.Download RootFiles and MT65xx_USB Driver from the links above and extract on your desktop.
2. Enable USB Debbuging Mode and Unknown Sources of your phone.
3. Connect your phone into your computer and wait until successfully recognized.
You may also want to check on your computers Device Manager if the driver is properly installed.
4. Open the RootFiles that you extracted on your desktop, right click on "run.bat" and run as administrator.
5. Follow on screen instructions...
6. Go to your phone and allow to complete rooting process.
7. Your phone will automatically reboot after rooting, check your apps and there should be SU (superuser apps) installed. Done! You have succesfully rooted your phone.
Part 2
Installing Custom Recovery (CWM)
Download files below and again follow the steps...
ScatterFile
RecoveryImageOnly for Starmobile D7!!!
SP FlashTool
Preloader.bin file
Click to expand...
Click to collapse
By the way I use MTKDroid Tools to create the Scatter File and the Recovery Image. Just head on the LINK, if you want to know more about MTKdRoid Tool thanks to rua1:good:
Moving on...
1. Extract all the files you downloaded from the links above on your desktop, and it's better to put them on same folder.
2. Right cllick on SP Flashtool and run as administrator.
3. Click on Scatter-Loading and look for the "ScatterFile".
4. Uncheck everything except for the recovery and look for "recovery.img" and hit enter, F9, or download button.
5. Click yes then turn off your phone, remove and put back the battery.
6. SP FlashTool will start downloading the custom recovery image.
7. Wait until finish downloading...the next screen will appear and hit enter.
Congratulations!!! You have now a Custom Recovery installed. Turn your phone off, and just press VOL UP + POWER BUTTON to enter into your new recovery.
NOW your phone is ready for customization, but before doing that...SECURE A NANDROID BACKUP !!!
I dont have customROM available for this device yet, but thanks to rovo89 for his great Xposed Framework
With this great application, you can now modify your ROM without modifying any APK's or flashing from recovery!!!
Some customization done on my phone is the APM (advance Power Menu)
Volume option to set independently
I also managed to backup the stock ROM of this device, that can be easily download back to your phone by means of SP FlashTool. (assuming you have messed up your phone system and failed to work properly)
Other purpose of the full backup is for the customROM, (wish that some of our good devs here might find time to take a look and help us make a customROM out of it)
I'm not good of creating customROM, but I'm hoping that I could build one...regards to all!!!:fingers-crossed:
This is my first thread so please consider this , just post any comment if i missed anything...thanks!!!
Full BackUp
Stock Rom Back Up for SP Flash Tool
Nandroid BackUp Extract the zip file then copy and paste the whole folder
on your /sdcard/clockworkmod/backup, then do a nandroid restore from CWM.
Thanks for sharing sir.
I would like ask too if you have unroot procedure?
thanks a lot.:highfive:
makeoutactics said:
Thanks for sharing sir.
I would like ask too if you have unroot procedure?
thanks a lot.:highfive:
Click to expand...
Click to collapse
just flash the stock rom using SP Flashtool ...

Root samsung galaxy a sm t285

{
"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"
}
good afternoon
I root my Samsung tablet t285m
someone knows how i try and root with vroot and kingorot and nothing
I need root please help
I come to this forum because they are the master of the android
[IMG="TABLET SM T-285 TABLET A"]
[/IMG]
please see my PM (private message) maybe set you in some direction maybe not...also need help from you if possible advice/guidance
thanks
needed root file
gencom said:
needed root file
Click to expand...
Click to collapse
http://forum.xda-developers.com/galaxy-tab-s/help/looking-to-direction-root-galaxy-tab-a6-t3390941
(T285M,....modified system image for debloat etc-tar.md5 fails on flash in odin-not sure if some signing is needed-have the system folder if anyone interested...took out some apps, added csc folder with some xmls for control on data on off auto for mms, added two fonts...nothing more than that)
also see page 14 here
http://forum.xda-developers.com/and...ng-tab-e-sm-sm-smnu-smp-t3302935/post66585078
I just got my T285 yesterday. Noticed that in Setting, App manager I can move some app to sdcard but after restart, the moved app disappear.
Sorry if I have mislead anyone.
Now I am also facing memory shortage with this 8G device.
I have lost all hope for root on the SM-T285. Why such a low profile device gets a locked down bootloader annoys me.
However I'm trying to customize its system.img, I'm stuck though as Heimdall fails at 3% upload everytime I try to use a repacked system.img file. Flashing the original image works fine though so it could just be in the way that I repackage the image. tune2fs shows some difference which I am still trying to sort out.
I'm willing to help if there are things that I can try.
jaritico said:
i found this on web, seems fake but, uses a beta root file of cf auto root webpage:
HOW TO ROOT GALAXY TAB A 7.0 (2016)
Note: This is a developing story. As far, we have found only one way to root your phone. But if someone invent more tricks of rooting in future, we will try to share with you.
You can install Chainfire’s SuperSU manually using a custom recovery such as TWRP (In this method we are showing how to install SuperSU.zip file with TWRP). If you are interested, check details below but take a backup of your device’s data first. This method should work with any variant of tab including SM-T280 (Wi-Fi only) and SM-T285 (4G/Wi-Fi)
Step One: Download Chainfire’s SuperSu.zip file.
Step Two: Copy the downloaded zip file to your device.
Step Three: Turn off your Samsung device and boot into recovery mode (boot device by pressing and holding down volume up, home, and power keys at the same time to enter in recovery mode).
Step Four: Take a backup, it is optional but important because if something happen bad in rooting, backup file will help you to restore previous state easily. So press ‘backup’ button, check all the boxes for backing up everything and then swipe to start the game.
Step Five: Once you have taken the backup file, press ‘install’ button, locate the SuperSu.zip file and confirm you want to install it.
Step Six: Reboot the device and your device is rooted.
Credits: http://lifeatsamsung.com/root-galaxy-tab-7-0-2016/
Click to expand...
Click to collapse
Yeah it's fake. To even be able to follow that, you need a custom recovery, but there is no way to install custom recovery right now with a locked bootloader.

[ROM] MarioOS for karbonn A16 custom ROM

[ROM] MarioOS for karbonn A16 Custom ROM
Here i am again with new Port for Karbonn A16.
This time ROM is ported from some Chinese vendor but ROM is fabulous in features and working perfectly in karbonn A16...
based on Android 4.3.0 jellybean.
Have various theme support, fonts, Different wallpapers...Lovely launcher...beautiful interface.
have look in some screen shots
{
"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"
}
using this ROM from last 3 days and didn't found any major issue.
very stable...
Dual SIM support
Battery Saver inbuilt.
But need to be install SuperSU zip through recovery to get proper root access and to use battery saver in best performence mode.
I Dont have word to describe this ROM...This is best ROM i ever ported to any device in all feild....\
Every thing is working....dont think about anything...just flash it..
NOTE"- Make full Backup of your DATA and NVRAM before starting flashing this.
DOWNLOAD LINKS
Download MarioOS for Karbonn A16 Part 1
Download MarioOS for Karbonn A16 Part 2
Download MarioOS for Karbonn A16 Part 3
Download MarioOS for Karbonn A16 Part 4
Download MarioOS for Karbonn A16 Part 5
Download MarioOS for Karbonn A16 Part 6
requirments:
First of all rooted device
CTR / CWM recovery installed.
Make a full backup of your current data, ROM, NVRAM. to know how? check my blog post.
Winrar to extract the RAR file and get flashable zip file
How to flash it.
take backup all of your data and android
Download all these 6 rar files.
Put them in one folder.
if you have winrar software then procced to next step otherwise first download winrar and install it...Winrar download
Now right click on "A16_marioOS-V1.0.part1.rar" and choose extract here (make sure you putted all above 6 files in one same folder.)
Now you will get one more folder there you will find flashable zip file.
Now put that zip file into your internal storage or sdcard.
Now reboot into recovery. volume up with power button.
Now go to mount and storage section.
choose "format system"
now go back
go to wipe menu
choose wipe data
choose wipe delvik cache
go back
choose install
choose zip file where you put it, if internal then choose from internal otherwise choose from sdcard.\
Flsah it.
you will not able to reboot through recovery after successful installation so dont worry if you get some (system bin) error...just pull out battery and reinsert battery and restart...this is just cause due to CTR recovery/
Now reboot.
You have Android 7.0 on your 512 MB RAM device.
Enjoy
HOW TO Root This ROM?
Follow this guide
Download SUperSU zip file from here----> DOwnload
And flash it through CTR/cwm recovery
Thanks!
ROM is working good and fine.
Loved its interference.
Wish i could donate, but i'm still a student.
Good luck!

Categories

Resources