TeamHorizon / vendor_xenonhd

Other
10 stars 16 forks source link

Locate internal audio folder #11

Closed Echolon closed 5 years ago

Echolon commented 5 years ago

Hi,

normally the internal audio file of android can be found here:

/system/media/audio/ui (I was looking for lock.ogg and unlock.ogg)

For my HTC Once M7 unfortunately I could find any file in there. Have you changed somehting about it?

Used TWRP to access the folders.

Cheers & thanks for your work!

danparidae commented 5 years ago

Hey, all sounds are being stored in /system/media/audio like you correctly said. I guess you probably didn't mount /system in TWRP and that's why it's empty. BTW here is the easier way to get the sounds we use - https://github.com/TeamHorizon/frameworks_base/tree/p/data/sounds/material

Echolon commented 5 years ago

Thanks guys, worked!

I guess you probably didn't mount /system in TWRP and that's why it's empty.

Guilty :smile_cat: