Affichage des articles dont le libellé est build. Afficher tous les articles
Affichage des articles dont le libellé est build. Afficher tous les articles

jeudi 27 mars 2014

[Q] Build quality topic




Hi guys,

I have just one question because this is my first tablet. Is it normal that when Im holding the tablet then on the backside I can quite easily push the back so it bends the plastic cover a little bit inside? :confused: I know it is not from metal but...

Thanks.





mercredi 26 mars 2014

[Q] This is my build but can't get it past boot logo topic




This is my current build on SN2. Im on a stock rom but Ive rooted it. I want to upgrade to DN3 custom rom (http://forum.xda-developers.com/show....php?t=2541860) but i'm in a bit of a pickle.

in the instructions, it recommends you to have the Galaxy Note 2 N7105 MK5 kernel. Would i have to flash this kernel first? and then follow the instructions for I317M?

because i've done this before and was stuck at the Samsung boot logo. nothing worked so i had to wipe everything off the phone and start from scratch.

thanks in advance guys! 






mercredi 19 mars 2014

Any way to flash MJ5 rom with NB4 build? topic




Hello, long time lurker. Just wanted to know if flashing an older build is possible at all? Thanks for the help!





mardi 18 mars 2014

CM 10.2 "stable" build crashing topic




I love Cyanogenmod, very much so. I downloaded the stable 10.1 build for my phone and it was mostly rock solid. When 10.2.1 come around I was pumped. I downloaded it and immediately encountered force closes out the bum. I switched back and a month later tried again. It was a slightly better experience as I realized I forgot to flash the 4.3 Gapps with my original attempt, but force closes cluttered my screen daily. I want to be able to upgrade, but the ROM just seems completely unstable for my phone. Has anyone experienced these things on their phone? Has anyone fixed these problems? Can anyone recommend the most stable and most up-to-date ROM even though stable and up-to-date rarely go hand in hand.





[Q] Android Studio build error - Google Drive topic




I'm totally new to android Dev.

I'm trying to create an app that can access Google Drive. I have done all the developer setup on the Google console.
I used SDK manager to install google play services etc.

For some reason I'm getting the following error:

cannot find symbol variable mGoogleApiClient

mGoogleApiClient = new GoogleApiClient.Builder(this)
.addApi(Drive.API)
.addScope(Drive.SCOPE_FILE)
.addConnectionCallbacks(this)
.addOnConnectionFailedListener(this)
.build();


I'm missing a library or something. Can anyone suggest why this would be?





dimanche 16 mars 2014

[Q] Build AOSP ROM topic




Hello Developers

is someone able to create an AOSP (KitKat 4.4) ROM for our Samsung Galaxy S4 Mini? It would be great if we have a "vanilla" Android version for our Smartphone and this can be used as base for other ROMs. Would be great if someone could build it :)

Greetings
Cilenco





dimanche 9 mars 2014

[Q] Build rooted system.img topic




Hello

I am building succesfully system.img for my android device
however , I would like to build a "rooted" version

which files do I need to change in order to obtain that?

thank you





samedi 8 mars 2014

[Q] trying to build cyanogenmod. help needed topic




when i build it throws me the following and stops ...

/home/creator/cm11/out/target/product/i927/obj/APPS/SignatureTest_intermediates
find: `src': No such file or directory
build/core/main.mk:507: TARGET_CPU_VARIANT has been modified: cortex-a9
build/core/main.mk:507: previous value: tegra2
build/core/main.mk:507: *** The following variables have been changed: TARGET_CPU_VARIANT. Stop.

searched a lot found nothing that clears the problem...

please any help appreciated...thank you...





Build CWm from stock recovery topic




i want to build cwm recovery using builder.clockworkmod for my device but i don't know where location of partition stock recovery on my device to dump it.

this's information from adb with command

cat /proc/partitions


 




cat /proc/partitions
major minor #blocks name

179 0 3866624 mmcblk0
179 1 20 mmcblk0p1
179 2 150 mmcblk0p2
179 3 40960 mmcblk0p3
179 4 1 mmcblk0p4
179 5 1000 mmcblk0p5
179 6 500 mmcblk0p6
179 7 2000 mmcblk0p7
179 8 13576 mmcblk0p8
179 9 3072 mmcblk0p9
179 10 3072 mmcblk0p10
179 11 3072 mmcblk0p11
179 12 512000 mmcblk0p12
179 13 1402240 mmcblk0p13
179 14 10240 mmcblk0p14
179 15 102400 mmcblk0p15
179 16 13576 mmcblk0p16
179 17 20 mmcblk0p17
179 18 1643200 mmcblk0p18
179 19 996 mmcblk0p19
179 20 90123 mmcblk0p20
179 32 31166976 mmcblk1
179 33 17077063 mmcblk1p1
179 34 11510572 mmcblk1p2
179 35 2578432 mmcblk1p3





ls -al /dev/block/platform/msm_sdcc.1/by-num/

 




ls -al /dev/block/platform/msm_sdcc.1/by-num/
total 0
drwxr-xr-x 2 0 0 100 Mar 6 10:20 ←[1;34m.←[0m
drwxr-xr-x 3 0 0 140 Mar 6 10:20 ←[1;34m..←[0m
lrwxrwxrwx 1 0 0 20 Mar 6 10:20 ←[1;36mp1←[0m -> ←[1;35m/dev/block/mmcblk1p1←[0m
lrwxrwxrwx 1 0 0 20 Mar 6 10:20 ←[1;36mp2←[0m -> ←[1;35m/dev/block/mmcblk1p2←[0m
lrwxrwxrwx 1 0 0 20 Mar 6 10:20 ←[1;36mp3←[0m -> ←[1;35m/dev/block/mmcblk1p3←[0m
shell@android:/ #





cat proc/mounts

 




cat proc/mounts
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
debugfs /mnt/debugfs debugfs rw,relatime 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mmcblk0p12 /system ext4 ro,relatime,user_xattr,barrier=0,data=ordered 0 0
/dev/block/mmcblk0p13 /data ext4 rw,nosuid,nodev,relatime,user_xattr,barrier=1,data =ordered,noauto_da_alloc 0 0
/dev/block/mmcblk0p14 /persist ext4 rw,nosuid,nodev,relatime,user_xattr,barrier=1,data =ordered 0 0
/dev/block/mmcblk0p15 /cache ext4 rw,nosuid,nodev,relatime,user_xattr,barrier=1,data =ordered 0 0
/dev/block/vold/179:33 /mnt/emmc vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1023,fmask=0702,dmask=0702,allow_utime=0020,cod epage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=continue 0 0
/dev/block/vold/179:18 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1015,fmask=0702,dmask=0702,allow_utime=0020,cod epage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=continue 0 0
/dev/block/vold/179:18 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,g id=1015,fmask=0702,dmask=0702,allow_utime=0020,cod epage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=continue 0 0
tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0





cat /cache/recovery/last_log

 




su
shell@android:/ # cat /cache/recovery/last_log
cat /cache/recovery/last_log
failed to mount /dev/block/mmcblk1p1 (No such file or directory); trying /dev/bl
ock/mmcblk1
E:failed to mount /sdcard (No such file or directory)
mount sdcard fail
starting recovery on Thu Feb 27 10:39:17 2014
set bootloader message:
command=boot-recovery
status=
recovery=recovery

set emmc bootloader message
command= "/sbin/recovery"

==property list==
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=adb
ro.build.id=IMM76I
ro.build.display.id=My403_H0013
ro.build.version.incremental=738
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.date=2013Õ╣┤ 05µ£ê 02µùÑ µÿƒµ£ƒÕøø 12:22:21 CST
ro.build.date.utc=1367468541
ro.build.type=user
ro.build.user=jenkins
ro.build.host=ahong-0A
ro.build.tags=test-keys
ro.build.ahongversion=My403_H0013-user-20130502.122020
ro.product.brand=qcom
ro.product.name=My403
ro.product.model=My Phone
ro.product.ahongmodel=My403
ro.product.device=msm8225
ro.build.product=msm8225
ro.product.board=7x27
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=My Phone
ro.product.manufacturer_code=GH
ro.product.locale.language=in
persist.sys.language=in
ro.product.locale.region=ID
persist.sys.country=ID
ro.wifi.channels=
ro.board.platform=msm7627a
ro.build.description=My403_H0013
ro.build.fingerprint=qcom/msm7627a/msm7627a:4.0.4/IMM76I/738:user/test-keys
ro.build.characteristics=default
ro.build.ahongprojectname=N08-1-INA
ro.build.ahonglcdtype=AHONG_UNCOMPFIT_LCD
persist.sys.gsm.apn.enable=true
persist.sys.emmcsdcard.enabled=1
rild.libpath=/system/lib/libril-qc-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
keyguard.no_require_sim=true
debug.sf.hw=1
debug.composition.7x27A.type=mdp
debug.composition.7x25A.type=mdp
debug.composition.8x25.type=dyn
ro.sf.7x27A.lcd_density=240
ro.sf.8x25.lcd_density=240
dalvik.vm.heapsize=128m
persist.cne.bat.range.low.med=30
persist.cne.bat.range.med.high=60
persist.cne.loc.policy.op=/system/etc/OperatorPolicy.xml
persist.cne.loc.policy.user=/system/etc/UserPolicy.xml
persist.cne.bwbased.rat.sel=false
persist.cne.snsr.based.rat.mgt=false
persist.cne.bat.based.rat.mgt=false
persist.cne.rat.acq.time.out=30000
persist.cne.rat.acq.retry.tout=0
persist.cne.fmc.init.time.out=30
persist.cne.fmc.comm.time.out=130
persist.cne.fmc.retry=false
persist.cne.feature=0
persist.dual.mode.enable=false
media.stagefright.enable-player=true
media.stagefright.enable-meta=false
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
audio.legacy.postproc=true
ro.opengles.version=131072
ro.use_data_netmgrd=true
persist.data.ds_fmc_app.mode=0
persist.ims.regmanager.mode=0
ro.bluetooth.request.master=true
ro.qualcomm.bluetooth.ftp=true
ro.ril.ecclist=110,119,120,112,911,*911,#911,112,9 99,911,*911,#911,112,999
qcom.bt.dev_power_class=2
ro.qualcomm.bluetooth.sap=true
ro.bluetooth.remote.autoconnect=true
persist.sys.strictmode.visual=false
persist.omh.enabled=1
ro.config.ehrpd=true
ro.qualcomm.cabl=1
ro.fm.analogpath.supported=true
ro.fm.transmitter=false
ro.fm.mulinst.recording.support=false
persist.sys.emmcpartition=1
ro.emmc.sdcard.partition=18
ro.screen.layout=normal
debug.enabletr=false
debug.camcorder.disablemeta=0
persist.fuse_sdcard=false
debug.camera.landscape=true
ro.max.fling_velocity=4000
hwui.render_dirty_regions=false
httplive.enable.discontinuity=true
persist.pwroffcharging.enable=1
persist.service.cdrom.enable=1
persist.sys.devinputperm=660
dev.pm.dyn_samplingrate=1
dev.pm.dyn_sample_period=700000
dalvik.vm.checkjni=false
hw.tty.vtdevice=/dev/smd11
ro.security.version=100
persist.sys.boot_silent=0
debug.bt.opp.force_rfcomm=true
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
ro.com.android.dataroaming=false
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.notification_sound=pixiedust.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.vendor.extension_library=/system/lib/libqc-opt.so
dalvik.vm.heaputilization=0.25
dalvik.vm.heapidealfree=8388608
dalvik.vm.heapconcurrentstart=2097152
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=MSM8225QRD5
ro.bootmode=unknown
ro.baseband=msm
ro.carrier=unknown
ro.bootloader=unknown
ro.bootupmode=recovery
ro.hardware=qcom
ro.revision=0
ro.emmc=1
init.svc.recovery=running
init.svc.rmt_storage=running
init.svc.adbd=running
================
prompt and wait
finish_recovery intent=(null)
set bootloader message:
command=
status=
recovery=
set emmc bootloader message

-- Wiping cache...
Formatting /cache...
Creating filesystem with parameters:
Size: 104857600
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 25600
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/6400 inodes and 1438/25600 blocks
Cache wipe complete.
finish_recovery intent=(null)
set bootloader message:
command=
status=
recovery=
set emmc bootloader message
set bootloader message:
command=boot-recovery-factory
status=
recovery=
set emmc bootloader message

-- Wiping data...
Formatting /data...
the inodes num[87639] is too large than 60000,it can't be normal formated
Creating filesystem with parameters:
Size: 1435877376
Block size: 4096
Blocks per group: 32768
Inodes per group: 5456
Inode size: 256
Journal blocks: 5477
Label:
Blocks: 350556
Block groups: 11
Reserved block group size: 87
Created filesystem with 11/60016 inodes and 9787/350556 blocks
Formatting /cache...
Creating filesystem with parameters:
Size: 104857600
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 25600
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/6400 inodes and 1438/25600 blocks
Data wipe complete.
finish_recovery intent=(null)
set bootloader message:
command=
status=
recovery=
set emmc bootloader message
finish_recovery intent=(null)
shell@android:/ #





thanks b4 and sorry for my bad english.





dimanche 23 février 2014

Computer Build topic




I'm building a computer for a friend. They want to stream games such as DayZ and ArmA mods. What do you think of the following build, and how could it be improved? t
Thanks!
Plans are to add a watercooling system for the CPU and a second graphics card for SLI in the future.





vendredi 21 février 2014

[Q] Build Probam (AOSB) Rom for HOX topic




Hello,

I want build a Probam (AOSB) rom for HTC One X.
I installed Ubuntu on my computer and i used this tuto http://forum.xda-developers.com/show....php?t=2464683 for install JDK, SDK and other package...

I downloaded the source code of probam (AOSB) rom :

Quote:









repo init -u https://github.com/AOSB/android.git
repo sync




The source code for HTC Tegra 3 common files
The kernel source code for endeavoru
Where is the local_manifest.xml files ?
should I modify this file? write what?
I need other files for launch compile ?

After i run this command ?


Quote:









vendor/cm/get-prebuilts
source build/envsetup.sh
breakfast endeavoru
brunch endeavoru




Thanks for your help.

Tortellini





mercredi 19 février 2014

[I9500] [AOKP] [4.4.2] Test Unofficial BUILD 20-02-14 topic




1st Test Build for our device, Test and report bugs here. Bugs should be the same as CM.

XDA:DevDB Information
AOKP Development, a ROM for the Samsung Galaxy S 4

Contributors
alvin14
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Wipe Data/Factory Reset if coming from another ROM or Outdated version of AOKP
Based On: AOKP

Version Information
Status: Testing

Created 2014-02-20
Last Updated 2014-02-19





New kitkat build/ US topic




Update to us version (I have US Global GSM 8GB XT1032)


https://www.dropbox.com/s/xrcy2c26xb...tail.en.US.zip





vendredi 31 janvier 2014

[Q] ProBam final build error topic




Hi sorry to be a pain but I can't post in the dev forum. I'm a flashaholic and have just started with the probam KitKat end of the line build. Anyway, when I use instagram and play a video it is all in the top section all bunched up and messy looking, of the allocated square and the rest is grey. Unsure if this applies to all video playback in browsers etc. Not sure why but if someone could help in any way that'd be great. Thanks in advance.

Edit ... Sorry this is the AOSB build. Thanks. P.s. just tried YouTube and it does the same there. Please help! Thanks.





mercredi 29 janvier 2014

[HOW TO] Android Build Environment on Ubuntu 12.04 topic




So my desktop system died after many years and I just finished building my new system. I stopped cooking ROMs some time ago and it was time to setup my Android build environment again. Last time I did that Google's directions were pretty much straight forward and did not run into any issues. Can't say that for this time, AOSP site needs to update their instructions a bit. I made notes during the process and thought to share them in case anyone finds themselves in a spot like me.

Use this guide as you follow the instructions at the AOSP website and you should be fine. You can copy and paste all the terminal commands.

Initializing a Build Environment - Google's Instructions HERE

Python

Python 2.6 -- 2.7 - Install dependencies before installing Python

Code:


sudo apt-get install build-essential
sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev


Download Python

Code:


cd ~/Downloads/
wget http://python.org/ftp/python/2.7.6/Python-2.7.6.tgz


Extract & Change Directory

Code:


tar -xvf Python-2.7.6.tgz
cd Python-2.7.6


Install

Code:


./configure
make
sudo make install


GNU Make 3.81 -- 3.82

Download GNU Make

Code:


cd ~/Downloads/
wget http://ftp.gnu.org/gnu/make/make-3.82.tar.gz


Note: If following guide step by step then "cd .." with no quotes from Python-2.7.6 folder

Extract & Change Directory

Code:


tar -xvf make-3.82.tar.gz
cd make-3.82


Install

Code:


./configure
make
sudo make install


You most likely can use apt-get install for the Python and GNU Make but I just prefer this way...

Oracle JDK 6


Code:


sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java6-installer
sudo update-java-alternatives -s java-6-oracle
sudo apt-get install oracle-java6-set-default


Note: Use arrow keys on keyboard to navigate confirmation dialogues. You can use OpenJDK with some tweaks but I prefer to use Oracle JDK 6

Git
sudo apt-get install git

Installing required packages


Code:


sudo apt-get install git gnupg flex bison gperf build-essential
sudo apt-get install zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev
sudo apt-get install libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386


If you receive:


Code:


The following packages have unmet dependencies:
 libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 8.0.4-0ubuntu0.7)
                        Recommends: libgl1-mesa-dri:i386 (>= 7.2)
E: Unable to correct problems, you have held broken packages.


Then


Code:


sudo apt-get install libglapi-mesa

And


Code:


sudo apt-get install libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386

Note: libgl1-mesa-glx:i386 might be causing the issue so you might be able to omit that in the corresponding sudo apt-get install line so you will not need to do the IF/THEN/AND and then the GUI fix down the road. I did not omit and fixed what it broke after reboot. Instructions are provided below to fix what may break.

Continue


Code:


sudo apt-get install libgl1-mesa-dev g++-multilib mingw32 tofrodos
sudo apt-get install python-markdown libxml2-utils xsltproc zlib1g-dev:i386
sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so


Reboot system here.

If you boot to blank screen with just flashing cursor then:
reboot
CTRL+ALT+F1 as system reboots to enter command line. Type following command:


Code:


sudo apt-get install ubuntu-desktop xorg

Reboot when complete. We are not done yet so keep following guide.

Bring up AOSP Guide HERE

Continue from Configuring USB Access
To create /etc/udev/rules.d/51-android.rules file type in terminal


Code:


sudo gedit /etc/udev/rules.d/51-android.rules

Make sure to follow AOSP instructions on changing "username" to your login name.

Keep following the guide till the end

Make sure to setup .ccache once repo sync (downloading of source) is complete.

When you are done, reboot system. Once booted click on Dash Home (First icon on side bar), if you notice there is nothing in Dash Home then do the following:


Code:


mv ~/.local/share/zeitgeist ~/.local/share/zeitgeist.bak
 kill -s TERM `pidof /usr/lib/unity-lens-applications/unity-applications-daemon`


Your system is now ready to build AOSP.

Good luck and enjoy!





Xperia T and Xperia V get new Android 4.3 build certified (9.2.A.0.295) topic




The Sony Xperia T (LT30a, LT30p) and Xperia V (LT25i) have seen a new Android 4.3 firmware build certified by the PTCRB. Build version 9.2.A.0.295 follows on from the last certified version of 9.2.A.0.290. There is a modest jump in build number suggesting some more bug fixing from the Sony developer team.

Like with the Xperia SP, this is the third Android 4.3 firmware build that has been certified for these devices. Sony has promised that the update will start rolling by early February, so it shouldn’t be too long to wait now. There is no movement for the Xperia TX (LT29i) right now, but we’ll keep you posted.





Build problem! topic




Hey guys, since the last few days, building pac for my Moto G has caused setup wizard to fc... Anybody knows why?





dimanche 26 janvier 2014

مشغل الميديا الرائع MPlayer 2014-01-13 Build 121 : تحميل مباشر مشاهدة





MPlayer 2014-01-13 Build 121







برنامج MPlayer 2013 من افضل مشغلات المالتيمديا علي الاطلاق لما يحوية من اكواد غاية في القوة و الاحتراف ,, فهو منافس محترم بين المشغلات الاخري امثال الميديا بلاير كلاسيك و الريال بلاير ,,
و ما يزيد برنامجنا تألق و جمال هو قدرتة الكبيرة و القوية علي تشغيل كافة ملفات الموسيقة المحمية التي يعجز اي مشغل اخر علي تشغيلها و ذلك يتم عن طريق المشغل الملحق بة SMPlayer و الذي يحتوي علي تلك التكنولوجيا .





MPlayer is a movie player which runs on many systems. It plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, supported by many native, XAnim, and Win32 DLL codecs. You can watch VideoCD, SVCD, DVD, 3ivx, DivX 3/4/5, WMV and even H.264 movies. Another great feature of MPlayer is the wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB, but you can use GGI, SDL (and this way all their drivers), VESA (on every VESA compatible card, even without X11!) and some low level card-specific drivers (for Matrox, 3Dfx and ATI), too! Most of them support software or hardware scaling, so you can enjoy movies in fullscreen.
MPlayer supports displaying through some hardware MPEG decoder boards, such as the Siemens DVB, DXR2 and DXR3/ Hollywood+.
MPlayer has an onscreen display (OSD) for status information, nice big antialiased shaded subtitles and visual feedback for keyboard controls. European/ISO 8859-1,2 (Hungarian, English, Czech, etc), Cyrillic and Korean fonts are supported along with 12 subtitle formats (MicroDVD, SubRip, OGM, SubViewer, Sami, VPlayer, RT, SSA, AQTitle, JACOsub, PJS and our own: MPsub). DVD subtitles (SPU streams, VOBsub and Closed Captions) are supported as well.
For maximum performance the package includes optimized MPlayer binaries for various CPU types. Furthermore the Full-Package includes the Binary Codec Package to enable even more audio/video formats. The Light-Package is a stripped-down version of this package, that includes MPUI and the MPlayer binaries only.






الحجم : 38 ميجا




حساب بريميوم للتحميل من موقع Megauplaod

User : megauplaod
pass : 123456








الموضوع الأصلي :



مشغل الميديا الرائع MPlayer 2014-01-13 Build 121 : تحميل مباشر


   
-||-
   
المصدر :


منتديات عرب سيد

   
-||-
   
الكاتب :

Caiser