universal7885: Add FMRadio app

* Created from scratch by me (Royna) with help of LineageOS repo [1], Sony Xperia Dev repo [2]
* Basic input/output, channel selection is working

[1]: https://github.com/LineageOS/android_hardware_samsung_slsi_fm
[2]: https://github.com/sonyxperiadev/vendor-qcom-opensource-fm

Change-Id: I922bbeb9f86e6a4c7bc993d27d2f9eeb2a712186
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2022-02-18 15:13:52 +09:00
commit 0519231d7b
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
38 changed files with 2164 additions and 0 deletions

View file

@ -0,0 +1,34 @@
<resources>
<string name="app_name">FM Radio</string>
<string name="fm_radio">FM Radio</string>
<string name="output_modes">Output Modes</string>
<string name="turn_on_fm">FM Power</string>
<string name="disabled">Disabled</string>
<string name="enabled">Enabled</string>
<string name="phone_speaker">Speaker</string>
<string name="wired_earphones">Wired Earphones</string>
<string name="select_channel">Radio Channel</string>
<string name="refresh">Refresh</string>
<string name="seek_down">Seek Down</string>
<string name="seek_up">Seek Up</string>
<string name="scan">Scan</string>
<string name="stop">Stop</string>
<string name="mhz">%s Mhz</string>
<string name="quit">Quit</string>
<string name="album_art">Album Art</string>
<string name="previous_radio_channel">Previous Radio Channel</string>
<string name="next_radio_channel">Next Radio Channel</string>
<string name="play_pause">Play Pause</string>
<string name="close_radio">Close Radio</string>
<string name="radio_io_error">Failed to open radio chr device!!</string>
<string name="radio_io_error_desc">The FM radio app needs to call ioctl()
to radio chr device (/dev/radio0). If SELinux is enforcing, try making
it permissive</string>
<string name="tracks_empty_error">Failed to check if array != null!!</string>
<string name="tracks_empty_error_desc">Most likely because FM device couldn\'t
find radio channels, if you are sure it should find channels, contact the devs</string>
<string name="no_headphones_error">Failed to find wired headset</string>
<string name="no_headphones_error_desc">Insert Headphones and try again</string>
<string name="radio_controls">Radio Controls</string>
<string name="fm_radio_frequency">FM Radio Station</string>
</resources>