New Sony Walkman NW-A300 Series (Android 12)
Mar 22, 2023 at 9:59 AM Post #2,416 of 4,126
To disable:

Code:
adb shell pm disable-user --user 0 com.sony.walkman.soundeffectapp

To re-enable:

Code:
adb shell pm enable com.sony.walkman.soundeffectapp
thaank you @rlw6534

I have tried and it didn't work for me, maybe you had DAC setup before disabling the app? I ran the test again on the Japanese device and got the same results
1679493484122.png


This is what I ran:
Bash:
C:\adb>adb shell pm disable-user --user  0 com.sony.walkman.soundeffectapp
Package com.sony.walkman.soundeffectapp new state: disabled-user

Maybe I'm missing something?
 
Mar 22, 2023 at 10:01 AM Post #2,417 of 4,126
For those of you with the low bass issue, I did finally figure out a workaround that resolves it, at the cost of losing sound adjustments. Simply disable the Sound Adjustment app using adb. Of course you can no longer use any of the adjustments, but I used "direct" anyway. Not extensively tested at this point. I do think this proves software versus hardware...

Excellent work ! Then that proves it is software & not a hardware issue.
 
Last edited:
Mar 22, 2023 at 10:13 AM Post #2,418 of 4,126
thaank you @rlw6534

I have tried and it didn't work for me, maybe you had DAC setup before disabling the app? I ran the test again on the Japanese device and got the same results
1679493484122.png

This is what I ran:
Bash:
C:\adb>adb shell pm disable-user --user  0 com.sony.walkman.soundeffectapp
Package com.sony.walkman.soundeffectapp new state: disabled-user

Maybe I'm missing something?

Did you reboot? Let me check again in case something weird is happening.
 
Mar 22, 2023 at 10:20 AM Post #2,419 of 4,126
Did you reboot? Let me check again in case something weird is happening.
I didn't but now I'm testing this:
* Set direct
* Disable the app
* reboot

being an app, I was just thinking that something like this might have happened:

option a)
* you used a certain setting after trying different things
* disabled com.sony.walkman.soundeffectapp because when it runs it reverts that setting you found

option b)
* you didn't set anything
* disabled com.sony.walkman.soundeffectapp because when it runs it starts tampering with the bass :astonished:

option c)
other :D
(this is pure guess!)
 
Mar 22, 2023 at 10:23 AM Post #2,420 of 4,126
Did you reboot? Let me check again in case something weird is happening.

No mine is still measuring dead flat. I have been listening to it for the last hour or so as well before the latest test (Walkman app and Qobuz). It was set to "Direct" prior to disabling.

1679494998158.png
 
Last edited:
Mar 22, 2023 at 10:32 AM Post #2,422 of 4,126
Pressure on rlw6534 :smile:

Haven't got the problem but really interesting if you hunt it down.
 
Mar 22, 2023 at 10:38 AM Post #2,423 of 4,126
right, I've set DIRECT on, disabled the app, reboot, same result :worried::
1679495344347.png

I think maybe there's something extra you might have done but can't remember (?). Sadly, I'm not able to replicate the flat line. I also tried full switch off and on again (can't fail with that :D)

OK. Very odd. I'll keep checking to see if it reverts. Maybe I'll try re-enabling/disabling and see what happens.
 
Mar 22, 2023 at 10:42 AM Post #2,424 of 4,126
Pressure on rlw6534 :smile:

Haven't got the problem but really interesting if you hunt it down.
I can see you reaching the :popcorn: :smile:

I appreciate all the effort from @rlw6534 , no pressure haha. I'd certainly be happy to test and try until I get the same as long as I'm not endangering the nw-306's health which was certainly at risk every time I was listening to something and then the bass issue kicked in
 
Mar 22, 2023 at 10:51 AM Post #2,426 of 4,126
OK. Very odd. I'll keep checking to see if it reverts. Maybe I'll try re-enabling/disabling and see what happens.

That would be an interesting test. Thank you for taking the risk of going back to where you were.

have you tried any other setting or changes before apart from this one? anything else that I should try to take a look at?

here's a list of the sony apps/packages I found in case any rings a bell?
Code:
package:com.sony.songpal.mdr
package:com.sony.walkman.sonyeula
package:com.sony.walkman.reginfoview
package:com.sony.walkman.soundeffectapp (the one)
package:com.sony.walkman.volumectrlpanel
package:com.sony.walkman.preapphider
package:com.sony.walkman.VolumeCtrlAlert
package:com.sony.walkman.highresmediaplayer
package:com.sony.walkman.sonysetupwizard
package:com.sony.walkman.audioinfoextractor
package:com.sony.walkman.systemupdater
package:com.sony.walkman.launcherbookmarks
package:com.sony.walkman.izmaudiomanager
package:com.sony.walkman.DeviceHelpWebSiteJpn
 
Mar 22, 2023 at 10:54 AM Post #2,427 of 4,126
Would you mind detailing how this done (entering that code)?
Essentially, you just consider the walkman an android phone.

A super low quality summary would be:
1. Enter in developer mode
2. Enable usb debugging
3. Plug the walkman and choose MTP transfer mode
4. if you are using mac/win/linux, you will need "adb"installed
5. open a terminal and type the commands
 
Mar 22, 2023 at 11:15 AM Post #2,428 of 4,126
That would be an interesting test. Thank you for taking the risk of going back to where you were.

have you tried any other setting or changes before apart from this one? anything else that I should try to take a look at?

here's a list of the sony apps/packages I found in case any rings a bell?
Code:
package:com.sony.songpal.mdr
package:com.sony.walkman.sonyeula
package:com.sony.walkman.reginfoview
package:com.sony.walkman.soundeffectapp (the one)
package:com.sony.walkman.volumectrlpanel
package:com.sony.walkman.preapphider
package:com.sony.walkman.VolumeCtrlAlert
package:com.sony.walkman.highresmediaplayer
package:com.sony.walkman.sonysetupwizard
package:com.sony.walkman.audioinfoextractor
package:com.sony.walkman.systemupdater
package:com.sony.walkman.launcherbookmarks
package:com.sony.walkman.izmaudiomanager
package:com.sony.walkman.DeviceHelpWebSiteJpn

Well, that wasn't a very good test. After re-enabling of course the bass issue came back. And now disabling isn't making a difference. Very strange. Maybe sequence matters and I somehow did something different. I had debloated Mora and the Google apps from the settings (not adb). Sorry for the apparent misinformation but I will try to reproduce if I can.

Code:
adb shell pm list packages -d
package:com.google.android.youtube
package:com.google.android.googlequicksearchbox
package:com.google.android.deskclock
package:com.google.android.gm
package:com.google.android.apps.tachyon
package:com.google.android.apps.nbu.files
package:com.google.android.apps.docs
package:com.google.android.apps.maps
package:com.google.android.calculator
package:com.google.android.videos
package:com.google.android.apps.photos
package:com.google.android.calendar
package:jp.co.labelgate.moratouch
package:com.google.android.apps.setupwizard.searchselector
package:com.google.android.apps.youtube.music
 
Mar 22, 2023 at 11:17 AM Post #2,429 of 4,126
Good work guys, rlw6534 that may explain why my base went down switching to USB exclusive mode to USB Android. But then went back up after factory reset. I'm reaching but I'm sure it's software related. You're measuring flat now 😀 maybe that's why another person said they had bass before finishing the full setup? Who knows...

No case for me, especially with that scalloped back.
 
Mar 22, 2023 at 11:26 AM Post #2,430 of 4,126
Could be worse, we get threat of being Nuked every week/month :rolling_eyes:

We got your back mate, can't loose fish n chips, English murder mysteries, wicked wit/humor, and Jules 😀

Besides then who would make us feel superior with our super straight teef? Ha ha

France, don't care....... although the pastries...... 😀
 

Users who are viewing this thread

Back
Top