Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Avalaunchmods
Old
(Last edited by Avalaunchmods; 26th May 2010 at 08:32 AM.)
#1  
Avalaunchmods's Avatar
Recognized Developer - OP
Thanks Meter 312
Posts: 1,097
Join Date: Jan 2010
Location: Kentucky

 
DONATE TO ME
Exclamation [FIX] Audiofix. Update as promised

[B]
THE FOUR (4) UPDATE.ZIPS BELOW CAN BE FLASHED IN AN ORDER, ON ANY ROM. IF ONE DOES NOT WORK TRY ANOTHER. IT CANT HURT YOU. APPLY THESE AS UPDATE.ZIPS IN NANDROID







ANY OF THESE FIXES WILL WORK WITH ALL 2.1 ROMS********

[B][SIZE="3"]Ok so after 2 weeks of testing and thanks to everyone who helped in the testing. we now have a FINAL Fix for the Audio loss problem.

Im going to make this simple.

Update------------------------
This is the OC kernel #89. it may or may not work for you but the way toast compiled it, it DOES NOT have audio loss. it is a guarantee fix but it may not work you. i reccomend using set cpu and min 245 max 729. this allows the best stepping of the processor. idk what roms this will and wont work with. im just throwing this out to help some people until EVERYONE WITH THE ISSUE CALLS SPRINT AND TELLS THEM.

PICK ONE

ToastOC kernel #89 audio fix.

Here is the second update. it is the kernel pulled straight from the RUU. some people say this works. it is completely untouched. i had certain files included that fixed audio loss but i had to remove them due to some complications. so try this if the other 3 dont work, or you dont want OC.

PICK ONE

2.1RUU kernel audio fix

Disclaimer, i have not tested either one. NANDROID BACK UP. im not responsible for data loss. although this has never happened i need to tell everyone. hope one of these 4 work.

End Update-------------------------------

PICK ONE

AudiofixRC

PICK ONE

AudiofixERIS

IF ONE DIDNT WORK. TRY THE OTHER. IF YOU EXPERIENCE A HANG AT BOOT, PULL THE BATTERY AND POWER IT BACK ON. GIVE IT 15 MIN TO BOOT. NOTHING IN THE PATCHES WILL LOCK UP THE PHONE.

********IF YOU APPLY THIS TO ANY FRESH TOAST ROM YOU WILL LOSE OVERCLOCKING ABILITY AND IT WILL BECOME FRESH 2.0D. IF YOU FLASH THIS OVER DC 2.08 AND UP THEN YOU WILL LOSE DC CONFIG. AND PLEASE UNDERSTAND IF YOU APPLY THESE FIXES TO A PORTED ROM OR ANY ROM THAT HAS MODIFIED RAMDISKS THEN IT WILL BE REPLACED WITH A NORMAL BOOT.IMG.

IF anyone has a speakerphone issue or something weird just post a comment and i know the fix. but i have tried to generalize the zips for everyone.

Thanks to everyone who tested and beared threw the 7+ updates

special thanks to,Zenulator(er) Gbhil, BeyondInferno, Treve, Flipz, Damageless, Darchstar. for their contributions. All these Devs are incredible and they all helped to solve this issue when it only effected a few people. they deserve alot of respect for doing so.

[B]The issue is caused by audio drivers in the kernel not resetting. we do not have the source for .29 kernel so there is no fix. we dont know why this effects some people and not others. cyanogen has worked on the issue and he does not have fix. many other forums have reported this issue with no fix. i chatted with a google engineer and he does not have fix. there is no fix that we know of except replacing the kernel with an older version that works. in this case i have used the ones from the ALPHA RUU from sprint and the eris kernel that was made by flipz. Since the audio drivers do not reset it does not allow anything to read them. so it continues resetting and resetting and this causes the cpu to be pegged by the constant retry and retry.
Join me and others on my website http://www.Avalaunchmods.weebly.com

Follow me on Twitter!

Have a Question or problems with a rom?
Avalaunchmods@gmail.com GTALK

Did i help solve your problems? If i did then buy my time back
 
beyondinferno
Old
(Last edited by beyondinferno; 3rd April 2010 at 07:57 AM.)
#2  
beyondinferno's Avatar
Senior Member
Thanks Meter 1
Posts: 342
Join Date: Jan 2009
Location: Vallejo
Thanks for the cred! lol
i'll keep you posted, and thanks a ton man.

Edit: some people (including me) have had this problem since the first 100% (not just the current) 2.1 roms, so if this works it'll be pretty big.
Galaxy Nexus (VZW)

Retired
Motorola Photon 4G
Nexus S 4G
HTC Heroc
HTC Mogul
PPC-6700
A900 (still works!)
 
ElAguila
Old
#3  
Senior Member
Thanks Meter 45
Posts: 1,892
Join Date: Mar 2007
Location: San Antonio
I have a quick question. I removed those 2 files after my flash as I use a 3rd party music player. Is this the reason I have not had this issue? If so, do I need to still download and install these 2 files?
AT&T Galaxy Note 2
Rooted - Lite ROM
 
Avalaunchmods
Old
#4  
Avalaunchmods's Avatar
Recognized Developer - OP
Thanks Meter 312
Posts: 1,097
Join Date: Jan 2010
Location: Kentucky

 
DONATE TO ME
Quote:
Originally Posted by ElAguila View Post
I have a quick question. I removed those 2 files after my flash as I use a 3rd party music player. Is this the reason I have not had this issue? If so, do I need to still download and install these 2 files?
try it and see what happens. like i said this had minimal testing and everyone has different circumstances.
Join me and others on my website http://www.Avalaunchmods.weebly.com

Follow me on Twitter!

Have a Question or problems with a rom?
Avalaunchmods@gmail.com GTALK

Did i help solve your problems? If i did then buy my time back
 
casperlt1
Old
(Last edited by casperlt1; 3rd April 2010 at 08:04 AM.)
#5  
Senior Member
Thanks Meter 10
Posts: 173
Join Date: Feb 2010
Wasn't aware of this problem, only had fresh2.0d for a little, guess I'll go ahead and save these just incase another occurs...
 
chaos67731
Old
#6  
chaos67731's Avatar
Senior Member
Thanks Meter 33
Posts: 396
Join Date: Feb 2010
Location: Las Vegas

 
DONATE TO ME
I go to install both files and in says uninstall?

So both are on my phone as is, and I have been unable to uninstall them?
 
Tipharet
Old
#7  
Senior Member
Thanks Meter 31
Posts: 646
Join Date: May 2009
Quote:
Originally Posted by chaos67731 View Post
I go to install both files and in says uninstall?

So both are on my phone as is, and I have been unable to uninstall them?
you have to remove the apk's first. Then back out shell and then adb install both packages.

Quote:
C:\AndroidSDK\tools>adb shell
# su
su
# cd /system/app
cd /system/app
# rm HtcMusic.apk
rm HtcMusic.apk
# rm com.htc.MusicWidget.apk
rm com.htc.MusicWidget.apk
# exit
exit
# exit
exit

C:\AndroidSDK\tools>adb install HtcMusic.apk
1032 KB/s (652781 bytes in 0.617s)
pkg: /data/local/tmp/HtcMusic.apk
Success

C:\AndroidSDK\tools>adb install com.htc.MusicWidget.apk
865 KB/s (259656 bytes in 0.292s)
pkg: /data/local/tmp/com.htc.MusicWidget.apk
Success
 
drsingh530
Old
#8  
Junior Member
Thanks Meter 0
Posts: 1
Join Date: Feb 2010
Quote:
Originally Posted by Tipharet View Post
you have to remove the apk's first. Then back out shell and then adb install both packages.
I kept getting error about file not found, i did the following and it worked..

: cd C:\android-sdk-windows\tools
: adb remount
: adb devices *if everything is set up right this should output a serial number*
: adb push HtcMusic.apk /system/app
: adb push com.htc.MusicWidget.apk /system/app

...then followed

C:\AndroidSDK\tools>adb shell
# su
su
# cd /system/app
cd /system/app
# rm HtcMusic.apk
rm HtcMusic.apk
# rm com.htc.MusicWidget.apk
rm com.htc.MusicWidget.apk
# exit
exit
# exit
exit

C:\AndroidSDK\tools>adb install HtcMusic.apk
1032 KB/s (652781 bytes in 0.617s)
pkg: /data/local/tmp/HtcMusic.apk
Success

C:\AndroidSDK\tools>adb install com.htc.MusicWidget.apk
865 KB/s (259656 bytes in 0.292s)
pkg: /data/local/tmp/com.htc.MusicWidget.apk
Success
 
johndoehizzle
Old
#9  
Senior Member
Thanks Meter 4
Posts: 292
Join Date: Jan 2010
Any chance of gettin this as a flshable zip?..sorry for the bug.im just not too good with adb and wouldnt like to **** the phone up lol...thanks and sorry
 
robchaos
Old
#10  
Senior Member
Thanks Meter 1
Posts: 156
Join Date: Feb 2010
Location: westminster, md
Effing right avalanch! I am installing now!. Thanks very much for the fix. This was the only thing holding me back. I'll report back tonight on whether it works

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Preventing App Piracy: Join the Discussion

The topic of piracy is always a touchy subject, but I feel that the grass roots style of Android … more

Jolla Sailfish OS Flagship Device Makes First Appearance

Given the amount of coverage that Android receives around here, you could almost be … more

XDA University: Porting ClockworkMod Recovery to New Devices

Having a good recovery makes the process of modifying, tweaking, maintaining, … more

One Stop Guide Shop for the Newbie and Dev

It’s been well established that XDA-Developers isthedestination for resources relating to … more