Stagefright disabled?

rich_r

Member
Joined
Mar 8, 2010
Messages
58
Reaction score
0
I have been following a thread over at XDA about enable and disabling stagefright to solve some problems with streaming applications like Pandora and especially SiriusXM. Some uses have reported that permanently disabling stagefright breaks some applications. The preferred solution seems to be to create a script (perhaps using gScript) to toggle stagefright on and off. With stagefright off Quadrant scores take a significant tumble.

I noticed in the changelog for Sapphire that stagefright has been disabled. Can you add a script (scriptybox) or even better a setting in GEM to enable/disable stagefright rather than having it permanently disabled?

thanks,
Rich
 

pdroid

Silver Member
Joined
Mar 4, 2010
Messages
2,252
Reaction score
7
Location
Philly
I have been following a thread over at XDA about enable and disabling stagefright to solve some problems with streaming applications like Pandora and especially SiriusXM. Some uses have reported that permanently disabling stagefright breaks some applications. The preferred solution seems to be to create a script (perhaps using gScript) to toggle stagefright on and off. With stagefright off Quadrant scores take a significant tumble.

I noticed in the changelog for Sapphire that stagefright has been disabled. Can you add a script (scriptybox) or even better a setting in GEM to enable/disable stagefright rather than having it permanently disabled?

thanks,
Rich

Just set media.stagefright.enable-player=true in build.prop.
 
OP
R

rich_r

Member
Joined
Mar 8, 2010
Messages
58
Reaction score
0
Just set media.stagefright.enable-player=true in build.prop.

Thanks. I already have a couple of scripts using gScript to toggle the value.

But it would be nice to have the capability built into the ROM. And my concern is that Sapphire 1.0 will use some other way of disabling stagefright so that I can't toggle it the way I do now.
 

pdroid

Silver Member
Joined
Mar 4, 2010
Messages
2,252
Reaction score
7
Location
Philly
Just set media.stagefright.enable-player=true in build.prop.

Thanks. I already have a couple of scripts using gScript to toggle the value.

But it would be nice to have the capability built into the ROM. And my concern is that Sapphire 1.0 will use some other way of disabling stagefright so that I can't toggle it the way I do now.

You can ask cvpcs in IRC, but my guess is he only set the above to false for 1.0 for the disable. I could be wrong, though.
 

JoelWRX

Member
Joined
Jun 8, 2010
Messages
61
Reaction score
0
I think he has chosen to make stagefright=false since opencore already has FLAC support in 2.2, stagefright just decodes a little quicker... I have yet to see any harm done by disabling the service.
 

chemist109

New Member
Joined
Feb 5, 2010
Messages
14
Reaction score
0
The new mobile site for youtube will not play video with stagefright disabled.
 

TuBitMittens

Member
Joined
Jan 6, 2010
Messages
713
Reaction score
12
Maybe a dumb question but can somebody tell me what this stagefright thing is exactly???
 

phatkat66

Member
Joined
Nov 15, 2009
Messages
520
Reaction score
2
id also love to know why if its so important to be enabled is it naturally disabled on droidX while the youtube mobile site works?
 

StuntinX

New Member
Joined
Sep 3, 2010
Messages
5
Reaction score
0
Just set media.stagefright.enable-player=true in build.prop.

Thanks. I already have a couple of scripts using gScript to toggle the value.

But it would be nice to have the capability built into the ROM. And my concern is that Sapphire 1.0 will use some other way of disabling stagefright so that I can't toggle it the way I do now.

I would like to know what you Gscript looks like to toggle Stagefright on and off. Would you be able to post or explain. Oh and what would the advantages be to having it off at time and on at another.

Thanks in advance
 
Last edited:

Tsusai

Member
Joined
Jul 14, 2010
Messages
37
Reaction score
0
The stagefright component was fixed by Google a while back, and this fix is incorporated into at least Sapphire 1.1.0 and higher. There isn't a real reason to have stagefright disabled anymore.
 
Top