Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've found one solution. Just replace /system/build.prop with this following build.prop - </p> <p>build.prop</p> <pre><code># begin build properties # autogenerated by buildinfo.sh ro.build.id=GINGERBREAD ro.build.display.id=GINGERBREAD.EG14 ro.build.version.incremental=EG14 ro.build.version.sdk=10 ro.build.version.codename=REL ro.build.version.release=2.3.4 ro.build.date=Thu Jul 14 12:16:01 KST 2011 ro.build.date.utc=1310613361 ro.build.type=user ro.build.user=se.infra ro.build.host=SEI-28 ro.build.tags=release-keys ro.product.model=SHW-M250S ro.product.brand=samsung ro.product.name=SHW-M250S ro.product.device=SHW-M250S ro.product.board=SHW-M250S ro.product.cpu.abi=armeabi-v7a # Samsung Specific Properties ro.build.PDA=M250S.EG14.1208 ro.build.hidden_ver=M250S.EG14.1208 ro.b uild.changelist=380592 ro.product.cpu.abi2=armeabi ro.product.manufacturer=samsung ro.product.locale.language=ko ro.product.locale.region=KR ro.wifi.channels= ro.board.platform=s5pc210 # ro.build.product is obsolete; use ro.product.device ro.build.product=SHW-M250S # Do not try to parse ro.build.description or .fingerprint ro.build.description=SHW-M250S-user 2.3.4 GINGERBREAD EG14 release-keys ro.build.fingerprint=samsung/SHW-M250S/SHW-M250S:2.3.4/GINGERBREAD/EG14:user/release-keys # Samsung Specific Properties ro.build.PDA=M250S.EG14.1208 ro.build.hidden_ver=M250S.EG14.1208 ro.build.changelist=380592 ro.build.fota_ver=SSNT11GINGEREG14 ro.tether.denied=false ro.flash.resolution=1080 # end build properties # # system.prop for asop5000 # rild.libpath=/system/lib/libsec-ril.so rild.libargs=-d /dev/ttyS0 ro.sf.lcd_density=240 dalvik.vm.heapsize=64m # Samsung USB default mode persist.service.usb.setting=2 # # ADDITIONAL_BUILD_PROPERTIES # ro.setupwizard.mode=OPTIONAL ro.com.google.gmsversion=2.3_r4 media.stagefright.enable-player=true media.stagefright.enable-meta=true media.stagefright.enable-scan=true media.stagefright.enable-http=true media.stagefright.enable-rtsp=true ro.com.google.clientidbase=android-samsung ro.com.google.clientidbase.ms=android-skt-kr ro.com.google.clientidbase.am=android-skt-kr ro.com.google.clientidbase.gmm=android-samsung ro.com.google.clientidbase.yt=android-samsung ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html ro.com.google.locationfeatures=1 keyguard.no_require_sim=true ro.config.ringtone=Over_the_horizon.ogg ro.config.notification_sound=Sherbet.ogg ro.config.alarm_alert=Good_Morning.ogg ro.config.media_sound=Over_the_horizon.ogg ro.opengles.version=131072 ro.csc.sales_code=MSK ro.secdevenc=true ro.wtldatapassword=true net.bt.name=Android dalvik.vm.stack-trace-file=/data/anr/traces.txt </code></pre> <p>At first connect your Samsung Galaxy s-II with usb and type in command prompt to mount your system - </p> <pre><code>cmd:&gt; adb remount </code></pre> <p>and then replace the file and reboot your device -</p> <pre><code>cmd:&gt; adb shell #reboot </code></pre> <p>I've noticed that by default this device uses opencore framework instead of libstagefright. And opencore has some problem, that's why the nave error is throwing. But libstagefright is already implemented in android version 2.3. Have a look at the build.prop file, the stagefright is disable. It is the best solution to enable to libstagefright framework and do support libstagefright framework. You can play MPEG-2TS file also and it supports to play multiple video file simultaneously without having any problem. Try it and enjoy.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload