Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 #3

Open
wants to merge 2 commits into
base: lineage-19.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions motor/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@
-->
<resources>
<!-- Popup camera settings -->
<string name="popup_title">Front camera settings</string>
<string name="popup_led_title">Camera LED</string>
<string name="popup_led_summary">Enable LED light while the front camera appears and retracts</string>
<string name="popup_sound_title">Sound effects</string>
<string name="popup_sound_muqin">Xylophone</string>
<string name="popup_sound_yingyan">Condor</string>
<string name="popup_sound_mofa">Magic</string>
<string name="popup_sound_jijia">Mecha</string>
<string name="popup_sound_chilun">Gearwheel</string>
<string name="popup_sound_cangmen">Cabin door</string>
<string name="popup_calibration_title">Calibration</string>
<string name="popup_calibration_summary">Calibrate the popup camera motor</string>
<string name="popup_calibration_warning_title">Motor calibration</string>
<string name="popup_calibration_warning_text">Unnecessary use of calibration may cause permanent damage. It is recommended to calibrate the popup camera motor only in case of it not moving properly or it being in incorrect position!</string>
<string name="popup_title">Ustawienia przedniego aparatu</string>
<string name="popup_led_title">Podświetlenie przedniej kamery </string>
<string name="popup_led_summary">Włącz podświetlenie, gdy kamera pojawia się i chowa</string>
<string name="popup_sound_title">Efekty dźwiękowe</string>
<string name="popup_sound_muqin">Ksylopfon</string>
<string name="popup_sound_yingyan">Kondor</string>
<string name="popup_sound_mofa">Magia</string>
<string name="popup_sound_jijia">Mechanizm</string>
<string name="popup_sound_chilun">Kóło zębate</string>
<string name="popup_sound_cangmen">Drzwi kabiny</string>
<string name="popup_calibration_title">Kalibracja</string>
<string name="popup_calibration_summary">Skalibruj wyskakujący silnik kamery</string>
<string name="popup_calibration_warning_title">Kalibracja silinika</string>
<string name="popup_calibration_warning_text">Niepotrzebne użycie kalibracji może spowodować trwałe uszkodzenie. Zaleca się kalibrację silnika kamery wyskakującej tylko w przypadku, gdy nie porusza się on prawidłowo lub znajduje się w niewłaściwej pozycji!!</string>

<!-- Popup camera strings -->
<string name="popup_camera_tip">Warning</string>
<string name="popup_camera_takeback_failed_calibrate">Couldn\'t close front camera. Try calibrating the motor.</string>
<string name="popup_camera_popup_failed_calibrate">Couldn\'t open front camera. Try calibrating the motor.</string>
<string name="popup_camera_calibrate_running">Front camera cannot be used during calibration.</string>
<string name="popup_camera_calibrate_now">Calibrate</string>
<string name="popup_camera_calibrate_failed">Couldn\'t calibrate</string>
<string name="popup_camera_calibrate_success">Calibrated successfully. You can open the front camera now.</string>
<string name="popup_camera_tip">Uwaga</string>
<string name="popup_camera_takeback_failed_calibrate">Nie udało się zamknąć przedniego aparatu. Spróbuj skalibrować silnik.</string>
<string name="popup_camera_popup_failed_calibrate">Nie udało się otworzyć przedniego aparatu. Spróbuj skalibrować silnik.</string>
<string name="popup_camera_calibrate_running">Podczas kalibracji nie można używać kamery przedniej.</string>
<string name="popup_camera_calibrate_now">Skalibruj</string>
<string name="popup_camera_calibrate_failed">Nie można skalibrować</string>
<string name="popup_camera_calibrate_success">Kalibracja pomyślna. Możesz teraz otworzyć przedni aparat.</string>
</resources>
3 changes: 3 additions & 0 deletions proprietary-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ media/audio/ui/popup_muqin_up.ogg
media/audio/ui/popup_yingyan_down.ogg
media/audio/ui/popup_yingyan_up.ogg

# DRM
vendor/lib64/liboemcrypto.so

# Fingerprint
vendor/lib64/hw/fingerprint.goodix_fod.so:vendor/lib64/hw/fingerprint.goodix_fod.sm6150.so
vendor/lib64/libgf_hal.so
Expand Down