[PORT][4.0+] Sound Enhancements from Walkman F800 [V2]

Search This thread

BPaul

Inactive Recognized Developer
May 9, 2011
2,355
8,117
31
Astana
empireb.ml
Hello everyone.
Most recently, I got the firmware from the Walkman F800. And trying to port application from this player, but to no avail. But accidentally earned "Sound Enhancements". I am no expert on editing "layout" so this app looks bad.

Installing
Install this zip via CWM Recovery or TWRP. Make backup before installing.
Then you need after boot ROM clear data in Walkman app and Sound Enhancements
Apps > Walkman and Sound Enhancements > Clear Data
This zip contain special libs for work this EQ and also Google Music form F800

Features:
DSEE(Sound enhance) - Work very good on song with bitrate lover than 256 kbps
Clear Phase on Headphones
Matrix in VPT
Other things like stock 4.1 EQ

Download:
se_wm_v2.zip - 16.97 MB
se_wm.zip - 17.67 MB

Screenshots attached
 

Attachments

  • Screenshot_2014-05-19-02-49-56.png
    Screenshot_2014-05-19-02-49-56.png
    119.6 KB · Views: 2,948
  • Screenshot_2014-05-19-02-50-03.jpg
    Screenshot_2014-05-19-02-50-03.jpg
    57.8 KB · Views: 2,469
Last edited:

carlito-lt26i

Senior Member
Nov 1, 2012
211
345
yeah working fine to me

thank you very much, mate


but i have a bug
the clearaudio+ don't work.
hope you fix.
thanks again...
Sent from my LT26i using xda app-developers app
 
Last edited:

Rizal Lovins

Recognized Developer / Themer / Inactive RC
May 30, 2012
1,618
15,948
Bandung
LG V30
Hi mate ...

Great work, can you send me system dump F800? So i can take a look everything

Thanks for sharing mate :)
 

xperia-z

Senior Member
Mar 9, 2013
90
5
ha noi
mucinhanoi365.com
v2 error :((
1 : flash zip wm v2 > wipe cache, wipedav..... > reboot
2 : go seting > app > sound.. cleardata > open player > adj EQ > good > exit walkman player
3 : reopen walkman player > adj EQ not working, clearaudio + not working, DSEE not working...... ???????
help
my device : xperia acro s
rom : 4.12 extensz ultra
 
Last edited:

BPaul

Inactive Recognized Developer
May 9, 2011
2,355
8,117
31
Astana
empireb.ml
v2 error :((
1 : flash zip wm v2 > wipe cache, wipedav..... > reboot
2 : go seting > app > sound.. cleardata > open player > adj EQ > good > exit walkman player
3 : reopen walkman player > adj EQ not working, clearaudio + not working, DSEE not working...... ???????
help
my device : xperia acro s
rom : 4.12 extensz ultra

Possible no work on this rom, because need add some lines from F800 to framework.jar in the future I'll do that

Just wait, and thanks for test ;)

Changelog?

Sent from my Xperia Sola using XDA Premium 4 mobile app

Check second post ;)
 
  • Like
Reactions: ChinmayKunkikar

evil.demon_s

Senior Member
Jan 2, 2013
646
721
Possible no work on this rom, because need add some lines from F800 to framework.jar in the future I'll do that

Just wait, and thanks for test ;)

Can you make a guide or write down the changes you make in files of framework.jar and other files so that this mod will be universal for all Xperia devices

Sent from my Xperia Live with Walkman using XDA Premium 4 mobile app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 13
    Hello everyone.
    Most recently, I got the firmware from the Walkman F800. And trying to port application from this player, but to no avail. But accidentally earned "Sound Enhancements". I am no expert on editing "layout" so this app looks bad.

    Installing
    Install this zip via CWM Recovery or TWRP. Make backup before installing.
    Then you need after boot ROM clear data in Walkman app and Sound Enhancements
    Apps > Walkman and Sound Enhancements > Clear Data
    This zip contain special libs for work this EQ and also Google Music form F800

    Features:
    DSEE(Sound enhance) - Work very good on song with bitrate lover than 256 kbps
    Clear Phase on Headphones
    Matrix in VPT
    Other things like stock 4.1 EQ

    Download:
    se_wm_v2.zip - 16.97 MB
    se_wm.zip - 17.67 MB

    Screenshots attached
    5
    Bugs:

    Changelog:
    V2
    Update: Cleanup in zip
    Update: Support on LGE Phones
    Fixed: Spontaneous disabling EQ
    Fixed: Sometimes EQ does not work, need clear data in app

    V1
    Release 19/05/14
    3
    Ya..thats ok but when you do some changes in framework.jar...even upload the changes you made so that others can port it to other devices

    just try this, but i don't know it will work or not, i have tried compare this file (AudioEffect.smali)

    go to smali/android/media/audiofx/AudioEffect.smali

    look for red color and add that

    Code:
    .field public static final EXTRA_PACKAGE_NAME:Ljava/lang/String; = "android.media.extra.PACKAGE_NAME"
    
    [COLOR="Red"].field public static final EXTRA_SONY_ICON_ENFORCEMENT:Ljava/lang/String; = "com.sony.walkman.intent.EXTRA_SONY_ICON_ENFORCEMENT"
    
    .field public static final EXTRA_SONY_PANEL_ENFORCEMENT:Ljava/lang/String; = "com.sony.walkman.intent.EXTRA_SONY_PANEL_ENFORCEMENT"
    
    .field public static final EXTRA_SONY_PREEFFECT_SETTING_ID:Ljava/lang/String; = "com.sony.walkman.intent.EXTRA_PREEFFECT_SETTING_ID"[/COLOR]
    
    .field public static final NATIVE_EVENT_CONTROL_STATUS:I = 0x0
    
    .field public static final NATIVE_EVENT_ENABLED_STATUS:I = 0x1
    
    .field public static final NATIVE_EVENT_PARAMETER_CHANGED:I = 0x2
    
    [COLOR="Red"].field public static final SONY_PANEL_EQ_PRE_POST:I = 0x0
    
    .field public static final SONY_PANEL_POST:I = 0x1
    
    .field public static final SONY_PREEFFECT_SETTING_ID_0:Ljava/lang/String; = "_id_0"
    
    .field public static final SONY_PREEFFECT_SETTING_ID_1:Ljava/lang/String; = "_id_1"[/COLOR]

    i'm only found that (just a little different with Xperia smartphone VS WALKMAN F800)

    and other thing for app WALKMAN F800 is on smali/com/sony/walkman and linked to some others smali in smali/android/media/AudioManager.smali and more in that folder

    and if i succes i will make guide for all Xperia ICS+ :D
    1
    Hi mate ...

    Great work, can you send me system dump F800? So i can take a look everything

    Thanks for sharing mate :)

    Hi

    I send you in PM ;)
    1
    v2 error :((
    1 : flash zip wm v2 > wipe cache, wipedav..... > reboot
    2 : go seting > app > sound.. cleardata > open player > adj EQ > good > exit walkman player
    3 : reopen walkman player > adj EQ not working, clearaudio + not working, DSEE not working...... ???????
    help
    my device : xperia acro s
    rom : 4.12 extensz ultra

    Possible no work on this rom, because need add some lines from F800 to framework.jar in the future I'll do that

    Just wait, and thanks for test ;)

    Changelog?

    Sent from my Xperia Sola using XDA Premium 4 mobile app

    Check second post ;)