Dolby Vision with internal MediaPlayer on TCL 50C715? - Philips, Sony, TCL Android TV

Hello, how can I play Dolby Vision Content in the internal mediaplayer of the TCL 50C715? Because MP4 with DL + EL + RPU on 7.06 (two videostreams in the container) don't work and mkv with DL + RPU on 7.06 (only one Videostream in the container) don't work too
Greetings
Piper2603

Related

compiling vlc player for WM6 ? (or precompiled available?)

Hi,
I am trying to compile vlc player (videolan client) for my Hermes with Windows Mobile 6.
Because previously compiled ver.8.5 of VLC Pocket Player does not run on my device and as this project is discontinued, I have to compile it myself.
If anyone has precompiled version of VLC Player which runs on WM6 I'd be interested.
Ottherwise, could you assist me in compiling this thing for WM6 ?
I got the sources from Videolan website and I 've read the following INSTALL.wince file which describes building it for Windows CE.
I got downloaded all the stuff that's described in the explanation and extracted them to the correct folders on my Linux installation. However, I get many errors which state that some header files are missing.
I'd be grateful if anyone could assist me in this or supply the working version of VLC Pocket Player.
I know that there is TCPMP which seems better than this one but when I try to watch the streams from my Dreambox TCPMP says "unsupported format"
Code:
$Id: INSTALL.wince 11166 2005-05-26 13:40:09Z gbazin $
INSTALL file for the WinCE version of the VLC media player
Building VLC from the source code
=================================
If you want to build VLC from sources, you can do it in several ways:
- On GNU/Linux, using the wince gcc cross-compiler.
(Right now we only provide an ARM version of the cross-compiler)
- Natively on Windows, using Microsoft Embedded Visual C++.
Even though we provide some evc project files with vlc, this method is
advised only if you just want to experiment/play with some basic
functionality in vlc. The reason for this is that vlc depends on a lot of
3rd party libraries and building them in EVC is not convenient and
sometimes even impossible.
Getting the right compiler tools
================================
You will need to download our wince gcc cross-compiler package:
http://www.videolan.org/pub/testing/wince/wince-arm-gcc4.0.0-cvs-linux-crosscompiler-20050517.tar.bz2.
Extract this package in your root directory (everything will be extracted in
/usr/local/wince/cross-tools).
The source code for this cross-compiler in also available at the same location.
Getting the additional libraries
=================================
VLC depends on other libraries to provide some features like ac3 audio decoding
or mpeg4 video decoding, etc...
Depending on your needs you will have to compile/install some or all of these
external libraries.
They can be found here (source code):
http://download.videolan.org/pub/testing/contrib/
We also provide a package with all the libraries already compiled so it is
actually really easy to compile a full-featured version of vlc:
http://download.videolan.org/pub/testing/wince/contrib-20050220-wince-xscale-bin.tar.bz2 (Check out fo more recent versions at the same location).
All you need to do is extract it in your root directory (the include files
and libraries will be put in /usr/local/wince/contrib-xscale).
You can do this with the following command:
tar xjvf contrib-20050220-wince-xscale-bin.tar.bz2 -C /
Please note the "-C /".
A complete list of the libraries on which we depend can be found here:
http://developers.videolan.org/vlc/
Configuring the build
=====================
Once you've got all the files you need in place, you need to configure the
build with the `./configure' script.
I'll assume that you are using the pre-compiled 3rd party libraries I'm
providing and that they are in /usr/local/wince/contrib-xscale.
Use something along those lines:
./bootstrap &&
PATH=/usr/local/wince/cross-tools/bin:$PATH \
CFLAGS="-D__stdcall= -D_OFF_T_ -I/usr/local/wince/cross-tools/include" \
CFLAGS="$CFLAGS -I/usr/local/wince/contrib-xscale/include" \
LDFLAGS="-L/usr/local/wince/cross-tools/lib" \
LDFLAGS="-L/usr/local/wince/contrib-xscale/lib" \
CC="arm-wince-pe-gcc -mcpu=xscale" \
../configure --host=arm-wince-pe --target=arm-wince-pe \
--build=i686-linux --prefix=/usr/local/wince \
--disable-sdl --disable-gtk --disable-dvdnav --disable-dvdread \
--disable-nls --disable-sout --disable-vlm --disable-wxwindows \
--disable-a52 --disable-libmpeg2 --disable-freetype --disable-fribidi \
--disable-mad --disable-plugins --enable-optimize-memory \
--with-freetype-config-path=/usr/local/wince-xscale/bin \
--with-fribidi-config-path=/usr/local/wince-xscale/bin \
--enable-tremor --enable-faad
./configure
PATH=/usr/local/wince/cross-tools/bin:$PATH \
CFLAGS="-D__stdcall= -D_OFF_T_ -I/usr/local/wince/cross-tools/include" \
CFLAGS="$CFLAGS -I/usr/local/wince/contrib-xscale/include" \
LDFLAGS="-L/usr/local/wince/cross-tools/lib" \
LDFLAGS="-L/usr/local/wince/contrib-xscale/lib" \
CC="arm-wince-pe-gcc -mcpu=xscale" \
../configure --host=arm-wince-pe --target=arm-wince-pe \
--build=i686-linux --prefix=/usr/local/wince \
--disable-sdl --disable-gtk --disable-dvdnav --disable-dvdread \
--disable-nls --disable-sout --disable-vlm --disable-wxwindows \
--disable-a52 --disable-libmpeg2 --disable-freetype --disable-fribidi \
--disable-mad --disable-plugins --enable-optimize-memory \
--with-freetype-config-path=/usr/local/wince-xscale/bin \
--with-fribidi-config-path=/usr/local/wince-xscale/bin \
--enable-tremor --enable-faad
See `./configure --help' for more information.
Actually Compiling the VLC source
=================================
Once configured, to build VLC, just run:
PATH=/usr/local/wince/cross-tools/bin:$PATH make
Once the compilation is done, you can build self-contained VLC packages with
the following 'make' rules:
make package-win32-base
will create a subdirectory named vlc-x.x.x with all the binaries
'stripped' (ie. without any debugging symbols).
make package-win32-zip
Same as above but will package the directory in a zip file.
Well done, now you're ready to use VLC!
=======================================
anyone interested ?
What format is the Dreambox streaming in?
You know you can add additional codecs in to tcpmp right?
I am not sure about dreambox streaming format but I know that VLC player can play what dreambox streams.
I am aware that additional codecs can be added to tcpmp but tcpmp project is not continued. So I can't find any new or old) codecs for it...
Besides, tcpmp can not connect to streams which need http authentication. so it says "unauthorized"
maybe this helps?
http://rpmfind.net//linux/RPM/freshrpms/fedora/6/vlc/vlc-devel-0.8.6a-4.fc6.ppc.html
papamopps said:
maybe this helps?
http://rpmfind.net//linux/RPM/freshrpms/fedora/6/vlc/vlc-devel-0.8.6a-4.fc6.ppc.html
Click to expand...
Click to collapse
thanks but this is an rpm for Feodora Linux distro.
Sounds to me like you need to get a streaming app that actually works.
Orb is a fantastic streaming app. I can play any of my music/videos on my phone through Orb with the built in Windows Media Player.
I don't want to use any 3rdp party streaming app on my server. Dreambox is already streaming (found out to be MPEG-2)
I just need a MPEG2 codec for TCPMP or Coreplayer.
Or just VLC Player for Windows Mobile.
any other ideas ?
no one interested ?
I have a Dell PDA X51. Do you have any Ideas how to compile VLC for that?
heringh said:
I have a Dell PDA X51. Do you have any Ideas how to compile VLC for that?
Click to expand...
Click to collapse
I guess noone is capable of compiling it.
too bad...
This is an old thread. but...
This is an old thread, but here it is:
http://vlc-media-player-pocketpc.so...tcpmp-plugin-for-flash-video,adobe-flash-lite
Dreambox HD800 streams out using mpeg2 codec, programme called dreamstream is one of the progs that makes streaming easier for this type of streaming...also VLC player for experts...if this helps...
regards
mmm i dont think so... cause we can stream perfectly with youtube app
or codeplayer too. so even that apps
the skyfire streams to direct in the web.
I have managed to stream directly from Dreambox to my PocketPC for about 1-2secs with VLC for PocketPC vlc-0.8.5-svn-20060214-0130-wince. Select File->Open Network Stream and check HTTP/FTP/MMS
<dreambox ip>:31344.
Check what happens.
With Coreplayer 1.3.5
go to
Menu->Open URL
and write -> http://<dreambox ip>:31344
it will give you the message :
CoreMPEG1: MPEG-2 video is not supported! (0201)
With TCPMP is crashing when trying to play stream video ( i have win 6.5 on my X900). It is also crashing and on win 6.1 on my X500.
The version of TCPMP i use is:
TCPMP-0.72RC1-ARM-PPC-SUBTITLES-iriki-repack01.CAB
with normal version of TCPMP 0.72RC1
Go to
File->Open File
and write http://<dreambox ip>:31344
it says :
Player:
http://192.168.1.4:31344
Unknown file format!
When i copy TCPMP Master Codec Pack 4 in TCPMP folder it says the same thing.
It needs some special codec.
If someone finds that codec please post it to the forum.
It seems that the codecs we are looking are mpgv and mpga .
these codecs don't seem to be in my collection pack , or even exist for tcpmp.
SUCCESS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
i have managed to do a succesfull complete streaming from dreambox directly to my phone with the Mplayer-armv4.
This Player don't work on my Glofiish X900 (win 6.5).
But works on my Glofiish X500 (win 6.1 Pro).
When you load the player go to
View->Open URL
and write http://<dreambox ip>:31344
i have mine without password
You have to wait 15-30sec for video to appear.
for low resolutions channels like 352x288 the video is perfect
for high resolution channels like 544x576 video loses frames and audio has sync problems (probably i need a more powerfull mobile like HD2)
link for player
http://forum.xda-developers.com/showthread.php?t=344274
Success Again!!!
With my new Acer S200 Neotouch (1GHz snapdragon), i can complete see from my dreambox without re-encoding the video.
Just use VLC for windows mobile version vlc-1.1.0-git-20091227-0101-wince
or version vlc-0.8.5-svn-20060214-0130-wince
the only problem is , that i can not see fullscreen.

Black box for Windows Mobile

Edit:
Watch post number 4.
Included links to:
AutoDVR.v.2.1.17b.cab
MyDVR.me.5.3.cab
What is it ?
Two programs to record the route.
AutoDVR.v.2.1.17b.cab
https : // rapidshare . com / files / 829434410 / AutoDVR.v.2.1.17b.cab
MyDVR.me.5.3.cab
https : // rapidshare . com / files / 3091089181 / mydvr.me.5.3.cab
If you have a problem with the track record in MyDVR suggest:
[HKEY_LOCAL_MACHINESoftwareSilogMyDVR]
"TargetFolder"=".\Память телефонаВид.рег"
"TargetFolderStill"=".\Память телефонаВид.рег"
Where Память телефонаВид.рег replace the previously created file in Storage Card
for example:
\Storage Card\MyDVR
http : // hotfile . com / dl / 132817704 / 8b16744 / AutoDVR.v.2.1.17b.cab.html
http : // hotfile . com / dl / 132817796 /b66db46 / mydvr.me.5.3.cab.html
mydvr seemsto be a little better-smoother on xperia x1 but for what do i need this app^^
AutoDVR does not work smoothly on HTC HD2.
And for both programs is 30 fps movie recording.
I am waiting for colleagues from Russia, who will tell us how to record in AutoDVR 800x480 without cropping the image.
AutoDVR screen
new version 2.3.3
http://uploading.com/files/26f1947f/AutoDVR.v.2.3.3.eng.crk_igorca.cab
Hello,
Thanks a lot for these apps. But how do I play the captured *.cpt video files from AutoDRV on Windows 7 ?
I think they should be MJPEG but it didn't work on vlc lan player nor wmp.

[APP][4.2+] Latest Sony Music 9.4.8.A.0.13 {Updated 9 March 2021}

[APP][4.2+] Latest Sony Music 9.4.8.A.0.13 {Updated 9 March 2021}
Hello Guys,I Want To Share The Latest Sony Music App 9.4.8.A.0.13 From Sony Mobile
Updated On 9 March 2021
It Should Work On Android 4.2 / 4.3 Jelly Bean / 4.4 KitKat / 5.0 / 5.1 Lollipop / 6.0 Marshmallow / 7.0 / 7.1 Nougat / 8.0 / 8.1 Oreo / 9 Pie / 10 Q / 11 R .
Play Store Link
Music
What's New
Music 9.4.8.A.0.13
- Bug fixes and performance enhancements
Tested on Android 11 and working fine without force stop or pause.
Installation:
Install It As Normal APK
Downloads:
Older Version & Changelog
Music 9.4.5.A.0.7
- Bug fixes and performance enhancements
- Android 10 Support
Music 9.4.4.A.0.3
- Bug fixes and performance enhancements
Music 9.4.4.A.0.2
- Bug fixes and performance enhancements
Music 9.4.3.A.0.3
- Bug fixes and performance enhancements
Music 9.4.2.A.0.1
- Transferring and listening to playlists in Android Wear devices is no longer supported
- Bug fixes and performance enhancements
Music 9.4.2.A.0.0
- Bug fixes and performance enhancements
Music 9.4.1.A.1.1
- Bug fixes and performance enhancements
Music 9.4.0.A.0.1
- Bug fixes and performance enhancements
- Android Pie support
Music Beta 9.3.13.A.1.1
- Bug fixes and performance enhancements
Music Stable 9.3.13.A.0.3
- Bug fixes and performance enhancements
Music Stable 9.3.13.A.0.1
- Bug fixes and performance enhancements
Music Beta 9.3.13.A.1.0
- Google Drive sign in no longer requires Contacts permission
- Bugs fixes and performance enhancements
** Please note that the beta application is not fully translated. **
Music Stable version 9.3.12.A.0.3
- Added album art in songs lists
- Display disc number in album view if available
- Bug fixes and performance enhancements
Contacts permission is needed for us to access your Google Drive account if you use that feature. We will not use it to access your contacts info and if you do not use Google Drive feature, we will not use this permission.
Music Beta version 9.3.12.A.4.3
- Bug fixes for download and playback from Google Drive
** Please note that the beta application is not fully translated. **
Music Beta version 9.3.12.A.4.2
- List more audio types in Google Drive
- Bug fixes
** Please note that the beta application is not fully translated. **
Music Beta version 9.3.12.A.3.1
- Removed Hide Folder beta experiment
- Bug fixes and performance enhancements
** Please note that the beta application is not fully translated. **
Music Beta version 9.3.12.A.3.0
- Bug fixes and performance enhancements
** Please note that the beta application is not fully translated. **
Music Beta version 9.3.12.A.2.0
- Revamped light and dark theme
- Google Drive view showing no songs when there are a lot of songs to list
- Bug fixes and performance enhancements
** Please note that the beta application is not fully translated. **
Music Beta version 9.3.12.A.1.0
- Android O support
- Search History - Showing recent searches when clicking on Search field
- Download artwork while playing and manual download of artist and album art now works again
- Bug fixes and performance enhancements
** Please note that the beta application is not fully translated. **
Music Beta 9.3.11.A.1.0
- bug fixes and performance enhancements
Music Beta 9.3.10.A.2.2
News In this version:
- Fixed Google Drive not listing music files
In 9.3.10.A.2.0:
- Display disc numbers in Album view if available
- Fixed bug with missing HiRes icons
- Bug fixes and performance enhancements
WALKMAN 8.3.A.0.2
WALKMAN 8.3.A.0.5
WALKMAN 8.3.A.0.7
Walkman 8.4.A.1.4
Walkman 8.4.A.1.5
Walkman 8.4.A.3.1
Walkman 8.4.A.4.4 ( Dev-Host )
Walkman 8.4.A.4.4 ( MediaFire )
Walkman 8.4.A.5.3 ( Dev-Host )
Walkman 8.4.A.5.3 ( MediaFire )
Walkman 8.4.A.5.4 ( MediaFire )
Walkman 8.4.A.5.4 ( MEGA )
Walkman 8.4.A.5.4 ( Dev-Host )
Walkman 8.5.A.0.6 ( MediaFire )
Walkman 8.5.A.0.6 ( Dev-Host )
Walkman 8.5.A.2.7 ( Dev-Host )
Walkman 8.5.A.2.8 ( Dev-Host )
Walkman 8.5.A.2.10 ( Dev-Host )
Walkman 8.5.A.3.2 ( Dev-Host )
Music 9.0.1.A.3.1beta ( Dev-Host )
Music 9.0.1.A.4.0beta ( Dev-Host )
Music 9.0.2.A.1.0beta ( Dev-Host )
Music 9.0.3.A.1.0beta ( Dev-Host )
Music 9.0.4.A.1.2beta ( Dev-Host )
Music 9.0.4.A.2.0beta ( Dev-Host )
Music 9.0.5.A.1.0beta ( Dev-Host )
Music 9.1.1.A.1.0beta ( Dev-Host )
Music 9.1.2.A.1.0beta ( Dev-Host )
Music 9.1.3.A.1.0beta ( Dev-Host )
Music 9.1.4.A.1.0beta ( Dev-Host )
Music 9.1.4.A.1.1beta ( Apk Mirror )
Music 9.1.4.A.2.0beta ( Dev-Host )
Music 9.1.4.A.2.1beta ( Dev-Host )
Music 9.1.5.A.1.0beta ( Dev-Host )
Music 9.1.5.A.1.1beta
Music 9.1.5.A.1.2beta
Music 9.1.6.A.1.0beta ( Dev-Host )
Music 9.1.6.A.1.0beta ( ApkMirror )
Music 9.1.6.A.1.0beta ( MediaFire )
Music 9.1.6.A.1.1beta ( MediaFire )
Music 9.1.6.A.2.1 ( MediaFire )
Music 9.1.7.A.1.0 ( MediaFire )
Music 9.1.8.A.1.1 ( MediaFire )
Music 9.1.9.A.1.0 ( MediaFire )
Music 9.1.10.A.1.0 ( Dev-Host )
Music 9.1.10.A.1.0 ( MediaFire )
Music 9.1.11.A.1.1 ( MediaFire )
Music 9.1.11.A.1.2 ( MediaFire )
Music 9.1.11.A.0.2 ( ApkMirror )
Music 9.1.12.A.1.0 ( MediaFire )
Music 9.1.12.A.1.1 ( MediaFire
Music 9.1.12.A.0.1 ( ApkMirror )
Music 9.1.13.A.1.1 ( MediaFire )
Music 9.3.1.A.1.1 ( ApkMirror )
Music 9.3.1.A.1.2 ( MediaFire )
Music 9.3.2.A.1.0 ( MediaFire )
Music 9.3.2.A.1.1 ( MediaFire )
Music 9.3.3.A.1.0 ( ApkMirror )
Music 9.3.4.A.1.0 ( MediaFire )
Music 9.3.4.A.1.1 ( ApkMirror )
Music 9.3.5.A.1.0 ( ApkMirror )
Music 9.3.7.A.1.0 ( ApkMirror )
Music 9.3.7.A.1.1 ( MediaFire )
Music 9.3.7.A.1.1 ( ApkMirror )
Music 9.3.10.A.1.1 ( MediaFire )
Music 9.3.10.A.1.1 ( ApkMirror )
Music 9.3.7.A.0.2 ( MediaFire )
Music 9.3.10.A.2.0 ( MediaFire )
Music 9.3.7.A.0.2 ( ApkMirror )
Music 9.3.10.A.2.0 ( ApkMirror )
Music 9.3.10.A.0.7 ( MediaFire )
Music 9.3.10.A.2.2 ( MediaFire )
Music 9.3.10.A.0.7 ( ApkMirror )
Music 9.3.10.A.2.2 ( ApkMirror )
Music 9.3.11.A.0.2 ( ApkMirror )
Music 9.3.11.A.1.0 ( MediaFire )
Music 9.3.11.A.1.0 ( ApkMirror )
Music 9.3.10.A.0.7 ( MediaFire )
Music 9.3.10.A.0.7 ( ApkMirror )
Music 9.3.12.A.1.0 ( ApkMirror )
Music 9.3.12.A.1.0 ( MediaFire )
Music 9.3.12.A.2.0 ( ApkMirror )
Music 9.3.12.A.2.0 ( MediaFire )
Music 9.3.11.A.0.3 ( ApkMirror )
Music 9.3.12.A.3.0 ( AFH )
Music 9.3.12.A.3.0 ( ApkMirror )
Music 9.3.12.A.0.2 ( AFH )
Music 9.3.12.A.0.2 ( ApkMirror )
Music 9.3.12.A.3.1 ( AFH )
Music 9.3.12.A.3.1 ( ApkMirror )
Music 9.3.12.A.4.2 ( AFH )
Music 9.3.12.A.4.2 ( ApkMirror )
Music 9.3.12.A.0.3 ( AFH )
Music 9.3.12.A.4.3 ( AFH )
Music 9.3.12.A.0.3 ( ApkMirror )
Music 9.3.12.A.4.3 ( ApkMirror )
Universal Stable Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.3.12.A.0.3 ( AFH )
Universal Beta Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.3.13.A.1.0 ( AFH )
Stable Version
Music 9.3.12.A.0.3 ( ApkMirror )
Beta Version
Music 9.3.13.A.1.0 ( ApkMirror )
Music 9.3.13.A.0.1 ( ApkMirror )
Universal Stable Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.3.13.A.0.1 ( AFH )
Stable Version
Music 9.3.13.A.0.3 ( ApkMirror )
Universal Stable Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.3.13.A.0.3 ( AFH )
Universal Beta Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.3.13.A.1.1 ( AFH )
Beta Version
Music 9.3.13.A.1.1 ( ApkMirror )
Universal Stable Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.4.0.A.0.1 ( AFH )
Music 9.4.0.A.0.1 ( ApkMirror )
Universal Stable Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.4.1.A.1.1 ( AFH )
Music 9.4.1.A.1.1 ( ApkMirror )
Universal Stable Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.4.2.A.0.0 ( AFH )
Universal Stable Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.4.2.A.0.1 ( AFH )
Stable Version
Music 9.4.2.A.0.1 ( ApkMirror )
Universal Stable Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.4.3.A.0.3 ( AFH )
Stable Version
Music 9.4.3.A.0.3 ( ApkMirror )
Universal Stable Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.4.4.A.0.2 ( AFH )
Stable Version
Music 9.4.4.A.0.2 ( AFH )
Music 9.4.4.A.0.3 ( AFH )
Stable Version
Music 9.4.4.A.0.3 ( ApkMirror )
Universal Stable Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.4.5.A.0.7 ( AFH )
Latest Version
Universal Stable Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.4.5.A.0.8 ( AFH )
Stable Version
Music 9.4.5.A.0.7 ( ApkMirror )
Latest Version
Universal Stable Version ( Works On Almost Every Device Running Android 4.2+ )
Music 9.4.8.A.0.13 ( AFH )
Music 9.4.8.A.0.13( GDrive )
If you are installing this from a custom rom or other than Sony devices ( CyanogenMod, AOSP & etc ) , you will have to sign the apk using ZipSigner from Play Store in order to install the apk. If it doesn't work, sign it & move it to system/app with a new folder namely"Music" with correct permissions RW-R-R.
Credit
laguCool
For The Album 9.9.A.0.20 Visit Here
Hit Thanks If You Like It ​
Any idea that will it work on JB 4.1.2? I am on Xperia S eXistenZ 2.05.
abhaykelkar said:
Any idea that will it work on JB 4.1.2? I am on Xperia S eXistenZ 2.05.
Click to expand...
Click to collapse
i will try to make it...
Ben Ling said:
i will try to make it...
Click to expand...
Click to collapse
ok..thanks much. So the current one will not work..i was about to try that out.
abhaykelkar said:
ok..thanks much. So the current one will not work..i was about to try that out.
Click to expand...
Click to collapse
try this,install as normal apk or move to system app if don't work by installing as normal apk
http://d-h.st/9KG
Ben Ling said:
try this,install as normal apk or move to system app if don't work by installing as normal apk
http://d-h.st/9KG
Click to expand...
Click to collapse
Ok surely will try it out and report..
Ben Ling said:
try this,install as normal apk or move to system app if don't work by installing as normal apk
http://d-h.st/9KG
Click to expand...
Click to collapse
Thanks for your hardwork but there's a layout issue.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
After flash my phone couldn't reboot,please fix the update-script, I have to take battery out
---------- Post added at 09:36 AM ---------- Previous post was at 09:35 AM ----------
El.Guaje said:
Thanks for your hardwork but there's a layout issue.
Click to expand...
Click to collapse
What's phone are u using,I didn't face this bug
devilmaycry2020 said:
After flash my phone couldn't reboot,please fix the update-script, I have to take battery out
Click to expand...
Click to collapse
It's related to both updater script and recovery. Somehow the commands in the updater-script for the reboot after finish installing the mod don't work on the Philz recovery we are using.
Ben Ling said:
try this,install as normal apk or move to system app if don't work by installing as normal apk
http://d-h.st/9KG
Click to expand...
Click to collapse
Thanks! It's working. But the layout needs fix :/ can you fix it please?
Sent from my LT28h using XDA Premium 4 mobile app
Ben Ling said:
Hello Guys,I Want To Share The Latest Sony WALKMAN 8.3.A.0.2 From Sony Mobile
It Should Work On Android 4.2 / 4.3 Jelly Bean & 4.4 KitKat Too
Screenshots:
Installation:
Flash It Using CWM / TWRP
Or
Install It As Normal APK
Downloads:
Latest Version
WALKMAN 8.3.A.0.2
For The New Album 6.0.A.0.26,Visit Here
Please Hit
Button If You Appreciate It ​
Click to expand...
Click to collapse
Bro album Xperia s 4.1.2 work work work but I want to pls port new walkman pls you wait
Xperia s2
yakupTR said:
Bro album Xperia s 4.1.2 work work work but I want to pls port new walkman pls you wait
Xperia s2
Click to expand...
Click to collapse
@yakupTR
check further and search the thread by @kongaz2
here the walkman for 4.1.2 !!!
http://d-h.st/2wD
Installed as normal .apk and works fine. I don't have layout problems.
I also tried to install via Philz and it doesn't install correctly. At end it just reboots itself and don't update to newest version.
Pandemic said:
@yakupTR
check further and search the thread by @kongaz2
here the walkman for 4.1.2 !!!
http://d-h.st/2wD
Click to expand...
Click to collapse
It's working without layout problems. Thanks!
Sent from my LT28h using XDA Premium 4 mobile app
El.Guaje said:
Thanks for your hardwork but there's a layout issue.
Click to expand...
Click to collapse
LaceeWearsPrada said:
Thanks! It's working. But the layout needs fix :/ can you fix it please?
Sent from my LT28h using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Kindly upload your framework-res.apk
i will see if it works or not to fix the layout although it's been fixed by someone...
Nice
Version from Pandemic is working on my CM11
But there is an issue in all new sony apps like album, walkman, videos - the drawer is opening laggy..
Any solution?
It is fully working on Cm11 Thank @Ben Ling
HTC One kitkat
I'm using a HTC One with kitkat 4.4.2.
I can install this walkman port but when opening the settings I have no access to audio quality or general settings.
I tried ith other versions and they all have the same problem.
Clicking the menu also does not shw clear audio+
Do I need to install anything else than the walkman app?
deboopi2 said:
I'm using a HTC One with kitkat 4.4.2.
I can install this walkman port but when opening the settings I have no access to audio quality or general settings.
I tried ith other versions and they all have the same problem.
Clicking the menu also does not shw clear audio+
Do I need to install anything else than the walkman app?
Click to expand...
Click to collapse
Of course yes, Walkman is not a standalone app, It had a lot of file in system, you just install the app that can play music, If you want to have audio tech, you should install a full port in Android themes app section.
Thx for the update!!
is it just me or the audio quality actually gets better with the update??
i feel quite a lot of audio noise and distortion on my Z1 before the update and there're much less noise after i install it!!!!
I dont know how i could thank you!!

[MOD/PORT][LP] WALKMAN | Music Player for MIUI 7 / 8

Hi all.
after long time no active because of the rush on my work, and I now have a little time to do this. So I want to use it to share with you all.
And this a little of my job. you might want to try it.
by the way,.. now I am a new user of Xiaomi device (Redmi 3). I don't know why the default music player on my device can't display the album art if the file is FLAC. so I returned to this player.
REQUIREMENTs :
• Rooted
• Deodexed
• Custom recovery installed (TWRP, etc)
• Used MIUI 7.x / MIUI 8
FEATUREs :
• Last Walkman build 8.5.A.3.3 by Sony (You can update to latest version "Music" via play store)
• Clear audio setting | SoundEnhancement
• Clear audio+
• Equalizer preset (such as Rock, Easy Listening, Jazz, etc)
• Manual mode of preset (Custom and User-defined)
• Clear bass
• Clear stereo (Active by default)
• S-force Front Surround
• Surround Sound VPT
• Dynamic normalizer
• Adjust background color following album art
• Edit Music Info & Download Music Info (Please update to latest version/Music via Google play store)
• Icon launcher is edited to match with default launcher
SCREENSHOTs :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOADs :
1. WALKMAN for MIUI 7.5 by Xiaomi.eu (this is only for Redmi 3/Pro a.k.a ido used MIUI 7.5 by xiaomi.eu)
2. WALKMAN for MIUI 7 & MIUI 8 Based LP (Universal Xiaomi device) I ( Not tested )
* NOTES :
After flashing walkman above, if you want to update to the latest version (Music) to get more feature like sleep timer, Downlaod/edit music info, etc, Now you can directly update via Google play store. (I personally use the old one because I love its style.. ).
And if you don't use Google Play Store, you can download manually. link below.
Just install the apk.
Download : Music 9.1.11.A.0.2.apk
HOW TO INSTALL :
# This for Redmi 3/Pro using ROM MIUI 7.5 by Xiaomi.eu
• Download WALKMAN, then copy to internal SD/external SD
• Reboot into TWRP
• Wipe cache and dalvik cache/art
• Flash WALKMAN
• Reboot system
# This for universal Xiaomi device using MIUI 7/8 based LP
• Download WALKMAN, then copy to internal SD/external SD
• Then you should insert this into build.prop on your device, place at the very bottom. save and exit.
Code:
# SONY WALKMAN By ibanez7
# SONY_EFFECT_SUPPORTED_EFFECT
# appoint a logical sum of Effect supporting
# DN 0x0001 (support)
# S-Force 0x0002 (support)
# ClearPhaseHP 0x0004 (support)
# ClearAudio 0x0008 (support)
# VPT 0x0010 (support)
# ClearPhaseSP 0x0020 (support)
# xLOUD 0x0040 (support)
# ClearAudio+ 0x0080 (support)
# SpeakerBundle 0x0100 (support)
sony.support.effect=0x1FF
• Reboot into TWRP
• Wipe cache and dalvik cache/art
• Flash WALKMAN
• Reboot system
CREDITs :
• Google
• Sony mobile
• Xiaomi.eu
• Team Twin Recovery
• Chainfire
• apktool
• My brother, Rizal Lovins.
• XDA Developers forum
thanks, it's working on 7.7.17 EU\
but can't update via playstore
i just installed and follow your instruction on my redmi 3 , also i'm on xiaomi.eu miui 7.5 stable.
but clear audio+ option doesn't appear on my walkman, and audio setting looks different than your @ibanez7 screenshot.
why ? or I do something wrong
t-ara said:
thanks, it's working on 7.7.17 EU\
but can't update via playstore
Click to expand...
Click to collapse
Try to search manually "sony music" in play store.
cloud_20 said:
i just installed and follow your instruction on my redmi 3 , also i'm on xiaomi.eu miui 7.5 stable.
but clear audio+ option doesn't appear on my walkman, and audio setting looks different than your @ibanez7 screenshot.
why ? or I do something wrong
Click to expand...
Click to collapse
I think you have another sound effect on your device such as audioFX, etc. Try to delete audioFX or similar app.
ibanez7 said:
I think you have another sound effect on your device such as audioFX, etc. Try to delete audioFX or similar app.
Click to expand...
Click to collapse
thanks for suggestion, i deleted Music.apk and MusicFx.apk.
my sound enhancement and clear audio finally appear, but equalizer is not working and also my clear audio + seems doesn't working too.
is still any system app must be deleted? or just the two apps. I realize that my mi sound enhancer (default miui sound enhancer) still working but i dont know how to delete that
cloud_20 said:
thanks for suggestion, i deleted Music.apk and MusicFx.apk.
my sound enhancement and clear audio finally appear, but equalizer is not working and also my clear audio + seems doesn't working too.
is still any system app must be deleted? or just the two apps. I realize that my mi sound enhancer (default miui sound enhancer) still working but i dont know how to delete that
Click to expand...
Click to collapse
About MIUI enhancer is not affected for this mod, both will work together if you enable.
Are you install walkman for miui 7.5 by xiaomi eu or Walkman for universal xiaomi device (option 2)?
And please check walkman tweak/script at build.prop on your device. If nothing... Please add manually.
ibanez7 said:
About MIUI enhancer is not affected for this mod, both will work together if you enable.
Are you install walkman for miui 7.5 by xiaomi eu or Walkman for universal xiaomi device (option 2)?
And please check walkman tweak/script at build.prop on your device. If nothing... Please add manually.
Click to expand...
Click to collapse
I installed walkman for miui 7.5 by xiaomi.eu and i'm sure build.prop script is installed properly, maybe i'll try to reflash my ROM and install this walkman again
Updated:
After reflash rom again, disabling MusicFx.apk first, and then install walkman, voila all features works now. Thanks @ibanez7 nice works for porting this walkman :good:
Hi @ibanez7, would it be possible for you to dig out / port a version of walkman that works on MM based MIUI 8 (Oneplus 2)? I've tried many versions floating around, some install fine, but won't start...
dansou901 said:
Hi @ibanez7, would it be possible for you to dig out / port a version of walkman that works on MM based MIUI 8 (Oneplus 2)? I've tried many versions floating around, some install fine, but won't start...
Click to expand...
Click to collapse
do you mean Audio Setting(EQ) can't start or no sound? if so, first you need to remove audiofx or something similar, and then edit your original audio_effect.conf from your ROM base
add this sony proprietary
Code:
#load library files
sonyeffect_sw {
path /system/lib/soundfx/libsonysweffect.so
}
vpt51 {
path /system/lib/soundfx/libvpt51wrapper.so
}
#set effect
sonyeffect {
library sonyeffect_sw
uuid af8da7e0-2ca1-11e3-b71d-0002a5d5c51b
}
VPT51 {
library vpt51
uuid 447bdc20-198c-11e2-892e-0800200c9a66
}
and then save it all, replace audio_effect.conf walkman zip in this thread with your own edited.
i have sucessfully ported SONY Music to every device in my home or in my campus (failed only on Infinix Hot 2 device, its cause related to infinix audio enhancer that can't be removed)
long time i didn't post sony apps, but always do it for myself every month since i always change my device or ROM. Goodluck :good:
if you need a guide, maybe i will post later how to port newer MM AudioSetting(EQ) and sony music with all related sony framework
Rizal Lovins said:
do you mean Audio Setting(EQ) can't start or no sound? if so, first you need to remove audiofx or something similar, and then edit your original audio_effect.conf from your ROM base
add this sony proprietary
Code:
#load library files
sonyeffect_sw {
path /system/lib/soundfx/libsonysweffect.so
}
vpt51 {
path /system/lib/soundfx/libvpt51wrapper.so
}
#set effect
sonyeffect {
library sonyeffect_sw
uuid af8da7e0-2ca1-11e3-b71d-0002a5d5c51b
}
VPT51 {
library vpt51
uuid 447bdc20-198c-11e2-892e-0800200c9a66
}
and then save it all, replace audio_effect.conf walkman zip in this thread with your own edited.
i have sucessfully ported SONY Music to every device in my home or in my campus (failed only on Infinix Hot 2 device, its cause related to infinix audio enhancer that can't be removed)
long time i didn't post sony apps, but always do it for myself every month since i always change my device or ROM. Goodluck :good:
if you need a guide, maybe i will post later how to port newer MM AudioSetting(EQ) and sony music with all related sony framework
Click to expand...
Click to collapse
Thanks for this, but as the MIUI 8 I was using isn't stable enough for me (worst thing is, my watch won't connect correctly), I switched back to CM 14 where the universal apk of Sony Music is working just fine. As soon as a new build of MIUI 8 (on MM base) gets published, I'll try what you posted. However, the problem wasn't just the eq, but the whole Sony Music app which didn't start at all (just FC'd after trying to open it). If it happens again on a new build, I'll get you a logcat.
Excuse me sir, I wanna ask, do you have the Uninstaller zip for this music player? It's because my phone got bootloop after I flashed in wrong version Miui, it's my false, I hope you could help me.. Thanks before. Please reply this Asap
Hi, great contribution,
is there any way to install headphones and equalizer in Cm14
Tx
It's working great on Redmi Note 3 running MIUI 8.0.6.0. No issues so far. Default MIUI equalizer in settings is also without any problem. Is it possible to add Xperia xz sound processing and port xloud without breaking default MIUI equalizer?
Tried on latest miui8 global beta but no use, sony sound enhancement did not work at all, Even I try to modify audio_effect.conf manually.. any advice mas bro @ibanez7 ?
Sent from my Xiaomi Redmi 3 using XDA Labs
Does it work at Stock MIUI ROM? No deodex nor odex?!
Tks sir:good:
Cant instal in miui 8.5.Does anyone have the same problem?

[SoundMod] (6.0+) Hana Audio Engine For Xperia M

Hana Audio Engine
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
For Xperia M​Dream, Imagine & Feel What You Can't Hear It Here...​
Hi everyone, i want to share my first soundmod for Xperia M device . First of all give thanks to @PDesire for source sound file and another sound developer . And with this soundmod i will introduce wonderful sound quality with stabilize, clear voice and include optimization for low freq channel (LFE). For now this soundmod work with all custom ROM for Xperia M That based on 6.0+.
This soundmod feature ;
- Qualcomm Audio Effects
- Sony Audio Effects
- Beats Audio with Harman Kardon
- Dolby DAX Audio
- SRS
- Alsa Resampler with 48KHz (96Khz for Experimental)
- SoundAlive Audio
- DTS Eagle
- BBESonicMax
- MaxxAudio and still many more inside
How to install :
- Remove all soundmod that already installed on your system before install my mod
- Download Hana Audio Engine and go to recovery, after that flash this zip
- And try to hear the different from Hana Audio Engine
After installing this soundmod, you can try to play some song to test. Not need to access soundenhancement again, but if you want it you still can access it .
How to access sony soundenhancement
- Go to settings and select apps and click 3 dot buttons
- Choose show system and search audioFX (or maybe you can try to disable this app)
- Search Open by default and choose Clear Defaults option.
- After that you can try to set it with cm music app, and go to equalizer settings with 3 dot buttons and select sony soundenhancement .
How to access Snapdragon Audio+ for video :
- Go to stock gallery app and try to play some video
- Plug in your headset to your phone and try to click 3 dot buttons
- Choose Audio Effects and and you can configure Snapdragon Audio+ in this part
(NOTE: try to disable this effects after you play video, because this will wake conflicts with Hana Audio)
For uninstallation this mod :
- Wipe your system and re-flash back your system with any additional zip in recovery mode
(if you have it and my mod will completely uninstalled)
I'm not make any uninstaller for this mod
Recommended Audio Player :
- Poweramp Audio Player
(For advanced audio configuration)
Or any audio player that you like it
Have Try :laugh:.
- Additional Explanation
How to switch audio engine
How to switch audio frequency and audio channel
This is for Download Link
Android File Host
https://www.androidfilehost.com/?fid=673368273298929695
Nicklas Van Dam said:
Dream, Imagine & Feel What You Can't Hear It Here...
Click to expand...
Click to collapse
Congratulations my friend and good luck with your new mod. [emoji122] [emoji106]
kh34d said:
Congratulations my friend and good luck with your new mod. [emoji122] [emoji106]
Click to expand...
Click to collapse
Your welcome my friend .
Nicklas Van Dam said:
Hana Audio Engine
For Xperia M
How to install :
- Remove all soundmod that already installed on your system before install my mod
Click to expand...
Click to collapse
Nice work ! I installed you mod but when I try to access it I am not able to access it, only audio fx is opening! How to remove audiofx and get ur mod !?
And also if you provide steps to uninstall this mod, it will helpful for people who wants to try some other Mods
FakrudeenAhamed said:
Nice work ! I installed you mod but when I try to access it I am not able to access it, only audio fx is opening! How to remove audiofx and get ur mod !?
And also if you provide steps to uninstall this mod, it will helpful for people who wants to try some other Mods
Click to expand...
Click to collapse
to select sony soundenhancement, go to settings and select apps and click 3 dot buttons and choose show system. After that search audioFX and search Open by default, after that choose Clear Defaults option.
And you can try to set it with cm music app, and go to equalizer settings with 3 dot buttons and select sony soundenhancement .
And for uninstallation i'm not make any uninstaller for this mod, just wipe your system and re-flash back your system with any additional zip if you have it and my mod will completely uninstalled .
Thanks for your suggestion
>.>
hope you took help from viper4arise devs....?
they make awesome mods
Thanks for keeping nicki mods alive
Adarsh Dubey said:
Thanks for keeping nicki mods alive
Click to expand...
Click to collapse
You're welcome , I'm still working on this mod and already solve some problem. But maybe this update will delay until my laptop is back from service center.
Sorry :crying:
Sent from my Sony Xperia M using XDA Labs
New update is released !
New Update is already released with new audio enhancement and new 96Khz audio freq (Experimental).
In this update i'm still enable DSEE-HX feature to make sound quality is good, but this make we can't use Sony Music app.
If someone want to use Sony Music App, then try to use root explorer and go to /system and choose file build.prop.
hold up for a second until new option is pop up, choose open in text editor and find this string.
"ro.somc.dseehx.supported=true" and change it too "ro.somc.dseehx.supported=false"
save and reboot your phone, then we can use Sony Music app again.
In this update i'm re-new sound engine and include 2 new engine , that you can switch it in terminal.
1. Hana Illusion Audio Enhancement (Stock Audio Effects) [AIE]
This audio engine will give you a sound quality with great balance for rock and pop music, include low background effects and great bass sound.
2. Hana Illusion Bass Audio Enhancement [AIBE]
This audio engine based on Hana Illusion, but this is not included low background effects, but have clear voice with great bass sound. This audio engine only support for rock music.
3. Hana Bass Audio Enhancement [HBAE]
This audio engine is based from old engine that have powerful bass and little background effects, my little brother design this effect. This audio engine only for rock and some pop music.
How to switch audio engine
- Download or install terminal emulator app from Playstore
- and type this command
su
cd /system/Hana-audio
sh hana.sh
- you can choose what audio engine that you'll switch it
- and reboot after it
Download available in OP Thread
Other configuration
How to change to 96Khz :
- Download or install terminal emulator app from Playstore
- and type this command
su
cd /system/Hana-audio
sh freq.sh
- you can choose what freq that you'll switch it
- and reboot after it
[NOTE : switch to 96Khz will give higher sound quality, but this will need a lot of cpu process too during sound processing.]
How to enable or disable 6 Audio Channel :
- Download or install terminal emulator app from Playstore
- and type this command
su
cd /system/Hana-audio
sh LFE.sh
- you can choose what channel that you'll switch it
- and reboot after it
[NOTE: Stock already enabled 6 [LFE] channel, if you try to disable it then channel will switch to 3 [LFE] channel.
Disortion
Sound is a little bit disorted on max volume, still great job
Karinica said:
Sound is a little bit disorted on max volume, still great job
Click to expand...
Click to collapse
You're welcome bro , I'll try to look at that problem when I'm finish with my kernel
Will it work on latest Resurrection remix 5.8.2??
nicki sound mod, thanks for that. We need it.
Link update google disk please
Link update google disk please

Categories

Resources