New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
kennyglass123
Old
#3761  
kennyglass123's Avatar
Forum Moderator - OP
Thanks Meter 17913
Posts: 21,338
Join Date: Nov 2010
Location: Right behind you!

 
DONATE TO ME
Quote:
Originally Posted by sonza View Post
I have the FC09 modem running with this rom on the wifes phone. I did have it clocked to 1.1G but she has been getting random lockups the last couple of days, so I reset the clock to stock 1.0G.

Hopefully that gets rid of the lock ups before she kills me!
If they continue add the V6 Supercharger.

Sent from my SPH-L710 using xda premium

Help increase my dropbox size here if I have helped you. Twitter: @kennyglass123
Support Autism Awareness by voting for Ptfmedic's blog on Autism by clicking here
 
chzeckmate
Old
#3762  
chzeckmate's Avatar
Member
Thanks Meter 26
Posts: 59
Join Date: Dec 2010
Location: Houston
Quote:
Originally Posted by kennyglass123 View Post
Boot up sound files were deleted not sound muted.

Sent from my SPH-L710 using xda premium
This was my assumption so here is what I did and I hope you can tell me where I went wrong:

#!/system/bin/sh

bprop=/system/build.prop

play=$(cat $bprop | egrep -c -i -o ro.config.play.bootsound=1)
if [ "$play" = "1" ]; then
stagefright -a -o /system/media/android_audio.mp3
fi
exit 0
#!/system/bin/sh

bprop=/system/build.prop

play=$(cat $bprop | egrep -c -i -o ro.config.play.bootsound=1)
if [ "$play" = "1" ]; then
stagefright -a -o /system/media/android_audio.mp3
fi
exit 0


I then added the corresponding audio file to system/media with the appropriate permissions. I'm not very good at these things so any help would be appreciated.

Thanks again.
 
flastnoles11
Old
#3763  
flastnoles11's Avatar
Senior Member
Thanks Meter 3154
Posts: 7,000
Join Date: Nov 2011
Location: columbia
Quote:
Originally Posted by chzeckmate View Post
This was my assumption so here is what I did and I hope you can tell me where I went wrong:

#!/system/bin/sh

bprop=/system/build.prop

play=$(cat $bprop | egrep -c -i -o ro.config.play.bootsound=1)
if [ "$play" = "1" ]; then
stagefright -a -o /system/media/android_audio.mp3
fi
exit 0
#!/system/bin/sh

bprop=/system/build.prop

play=$(cat $bprop | egrep -c -i -o ro.config.play.bootsound=1)
if [ "$play" = "1" ]; then
stagefright -a -o /system/media/android_audio.mp3
fi
exit 0


I then added the corresponding audio file to system/media with the appropriate permissions. I'm not very good at these things so any help would be appreciated.

Thanks again.
Try converting the boot audio to .ogg format and try again

New to the SprintGS3??? Click the link below to get started!!!

 
wolfen1086
Old
#3764  
wolfen1086's Avatar
Senior Member
Thanks Meter 212
Posts: 637
Join Date: Apr 2011
Location: Va Beach
Quote:
Originally Posted by orlzzt View Post
Yeah, if it weren't for that pesky "USB Connect" notification icon...



Sent from my SPH-D700 using xda premium
what pesky USB connected notification icon? Mine isn't pesky, it just sits there in case I lose my mind and forget I have the cable plugged in
Samsung Galaxy SIII
Rooted, running TPR
 
Naddict
Old
(Last edited by Naddict; 22nd July 2012 at 02:53 PM.)
#3765  
Naddict's Avatar
Forum Moderator
Thanks Meter 8883
Posts: 5,859
Join Date: Nov 2011
Location: Northern Hemisphere
OK,

how the heck do you thank a poster with this new dang XDA theme?

EDIT;;;NVM NOOB Move..fixed...have a glorious, no, EPIC day
Read the Rules! --- Search Before You Post! --- Learn about XDA --- Need A Moderators Help? --- Get the Most out of XDA!
The Following User Says Thank You to Naddict For This Useful Post: [ Click to Expand ]
 
wolfen1086
Old
#3766  
wolfen1086's Avatar
Senior Member
Thanks Meter 212
Posts: 637
Join Date: Apr 2011
Location: Va Beach
Quote:
Originally Posted by Naddict View Post
OK,

how the heck do you thank a poster with this new dang XDA theme?

EDIT;;;NVM NOOB Move..fixed...have a glorious, no, EPIC day
LOL get more coffee
Samsung Galaxy SIII
Rooted, running TPR
 
kennyglass123
Old
#3767  
kennyglass123's Avatar
Forum Moderator - OP
Thanks Meter 17913
Posts: 21,338
Join Date: Nov 2010
Location: Right behind you!

 
DONATE TO ME
Quote:
Originally Posted by flastnoles11 View Post
Try converting the boot audio to .ogg format and try again
It actually has to be WAV file.

Help increase my dropbox size here if I have helped you. Twitter: @kennyglass123
Support Autism Awareness by voting for Ptfmedic's blog on Autism by clicking here
The Following User Says Thank You to kennyglass123 For This Useful Post: [ Click to Expand ]
 
mynewepic10
Old
#3768  
mynewepic10's Avatar
Senior Member
Thanks Meter 8
Posts: 515
Join Date: Oct 2010
Location: Houston, TX
I tried to download The People's ROM v2.21 BML version from the first post on my phone. It showed download completed and when I tried to install it from CWM it said it was a bad copy. Do I need to download onto my PC and then move over?
 
edfunkycold
Old
(Last edited by edfunkycold; 22nd July 2012 at 05:25 PM.)
#3769  
edfunkycold's Avatar
Recognized Contributor
Thanks Meter 2913
Posts: 3,797
Join Date: Jul 2011
Location: Outside the Hammocks
Quote:
Originally Posted by mynewepic10 View Post
I tried to download The People's ROM v2.21 BML version from the first post on my phone. It showed download completed and when I tried to install it from CWM it said it was a bad copy. Do I need to download onto my PC and then move over?
You can try that, some people feel it's safer that way. In the last 2 years anything that has gone on my phone has been downloaded from my phone, so I personally would just try re downloading it again and maybe checking the md5 sum.

Sent from a phone...
The Following User Says Thank You to edfunkycold For This Useful Post: [ Click to Expand ]
 
Tirregius
Old
#3770  
Senior Member
Thanks Meter 17
Posts: 149
Join Date: Feb 2011
Hey guys,

Love this ROM ....coming back from AOKP....but I'm having issues with flash video in-browser....often doesn't play anything but audio or has a strange behavior that when I swipe my finger around the screen, the video starts to display frames, but otherwise, just plays audio and maybe a frame every 10 seconds. Had this issue before, then went back to FC09 from FC19 and thought I had it solved, and here it is again.

Totally clean install, full wipe. FC09. Default kernel. No issues like this on ICS...any ideas?

Sent from my SPH-D700 using xda app-developers app

Tags
bml, fc09, mtd, rom, the people's bacon, the people's rom