├── BoardConfigMT6753_common.mk ├── LICENSE ├── MediaTek ├── Android.mk ├── FmRadio │ ├── Android.mk │ ├── Android.mk~ │ ├── AndroidManifest.xml │ ├── NOTICE │ ├── README │ ├── bsp │ │ └── com │ │ │ └── mediatek │ │ │ └── fmradio │ │ │ └── ExtensionUtils.java │ ├── ext │ │ ├── Android.mk │ │ ├── NOTICE │ │ ├── README │ │ └── src │ │ │ └── com │ │ │ └── mediatek │ │ │ └── fmradio │ │ │ └── ext │ │ │ ├── DefaultProjectStringExt.java │ │ │ └── IProjectStringExt.java │ ├── res │ │ ├── drawable-hdpi │ │ │ ├── bg_rec_infobar.9.png │ │ │ ├── bottom_bar.9.png │ │ │ ├── btn_fm_decrease.png │ │ │ ├── btn_fm_decrease_disable.png │ │ │ ├── btn_fm_favorite_off.png │ │ │ ├── btn_fm_favorite_on.png │ │ │ ├── btn_fm_increase.png │ │ │ ├── btn_fm_increase_disable.png │ │ │ ├── btn_fm_list.png │ │ │ ├── btn_fm_list_disable.png │ │ │ ├── btn_fm_nextstation.png │ │ │ ├── btn_fm_nextstation_disable.png │ │ │ ├── btn_fm_overflow.png │ │ │ ├── btn_fm_overflow_disable.png │ │ │ ├── btn_fm_prevstation.png │ │ │ ├── btn_fm_prevstation_disable.png │ │ │ ├── btn_fm_rec_playback_disabled.png │ │ │ ├── btn_fm_rec_playback_enabled.png │ │ │ ├── btn_fm_rec_stop_disabled.png │ │ │ ├── btn_fm_rec_stop_enabled.png │ │ │ ├── btn_fm_record_disabled.png │ │ │ ├── btn_fm_record_enabled.png │ │ │ ├── btn_fm_start.png │ │ │ ├── btn_fm_start_disable.png │ │ │ ├── btn_fm_stop.png │ │ │ ├── btn_fm_stop_disable.png │ │ │ ├── fm_anim.png │ │ │ ├── fm_title_icon.png │ │ │ └── ic_launcher.png │ │ ├── drawable-ldpi │ │ │ ├── btn_fm_decrease.png │ │ │ ├── btn_fm_decrease_disable.png │ │ │ ├── btn_fm_favorite_off.png │ │ │ ├── btn_fm_favorite_on.png │ │ │ ├── btn_fm_increase.png │ │ │ ├── btn_fm_increase_disable.png │ │ │ ├── btn_fm_list.png │ │ │ ├── btn_fm_list_disable.png │ │ │ ├── btn_fm_nextstation.png │ │ │ ├── btn_fm_nextstation_disable.png │ │ │ ├── btn_fm_overflow.png │ │ │ ├── btn_fm_overflow_disable.png │ │ │ ├── btn_fm_prevstation.png │ │ │ ├── btn_fm_prevstation_disable.png │ │ │ ├── btn_fm_rec_playback_disabled.png │ │ │ ├── btn_fm_rec_playback_enabled.png │ │ │ ├── btn_fm_rec_stop_disabled.png │ │ │ ├── btn_fm_rec_stop_enabled.png │ │ │ ├── btn_fm_record_disabled.png │ │ │ ├── btn_fm_record_enabled.png │ │ │ ├── btn_fm_start.png │ │ │ ├── btn_fm_start_disable.png │ │ │ ├── btn_fm_stop.png │ │ │ ├── btn_fm_stop_disable.png │ │ │ ├── fm_anim.png │ │ │ ├── fm_title_icon.png │ │ │ └── ic_launcher.png │ │ ├── drawable-ldrtl-hdpi │ │ │ ├── btn_fm_decrease.png │ │ │ ├── btn_fm_decrease_disable.png │ │ │ ├── btn_fm_increase.png │ │ │ ├── btn_fm_increase_disable.png │ │ │ ├── btn_fm_list.png │ │ │ ├── btn_fm_list_disable.png │ │ │ ├── btn_fm_nextstation.png │ │ │ ├── btn_fm_nextstation_disable.png │ │ │ ├── btn_fm_prevstation.png │ │ │ ├── btn_fm_prevstation_disable.png │ │ │ ├── btn_fm_rec_playback_disabled.png │ │ │ ├── btn_fm_rec_playback_enabled.png │ │ │ └── fm_anim.png │ │ ├── drawable-ldrtl-ldpi │ │ │ ├── btn_fm_decrease.png │ │ │ ├── btn_fm_decrease_disable.png │ │ │ ├── btn_fm_increase.png │ │ │ ├── btn_fm_increase_disable.png │ │ │ ├── btn_fm_list.png │ │ │ ├── btn_fm_nextstation.png │ │ │ ├── btn_fm_nextstation_disable.png │ │ │ ├── btn_fm_prevstation.png │ │ │ ├── btn_fm_prevstation_disable.png │ │ │ ├── btn_fm_rec_playback_disabled.png │ │ │ ├── btn_fm_rec_playback_enabled.png │ │ │ └── fm_anim.png │ │ ├── drawable-ldrtl-mdpi │ │ │ ├── btn_fm_decrease.png │ │ │ ├── btn_fm_decrease_disable.png │ │ │ ├── btn_fm_increase.png │ │ │ ├── btn_fm_increase_disable.png │ │ │ ├── btn_fm_list.png │ │ │ ├── btn_fm_list_disable.png │ │ │ ├── btn_fm_nextstation.png │ │ │ ├── btn_fm_nextstation_disable.png │ │ │ ├── btn_fm_prevstation.png │ │ │ ├── btn_fm_prevstation_disable.png │ │ │ ├── btn_fm_rec_playback_disabled.png │ │ │ ├── btn_fm_rec_playback_enabled.png │ │ │ └── fm_anim.png │ │ ├── drawable-ldrtl-xhdpi │ │ │ ├── btn_fm_decrease.png │ │ │ ├── btn_fm_decrease_disable.png │ │ │ ├── btn_fm_increase.png │ │ │ ├── btn_fm_increase_disable.png │ │ │ ├── btn_fm_list.png │ │ │ ├── btn_fm_list_disable.png │ │ │ ├── btn_fm_nextstation.png │ │ │ ├── btn_fm_nextstation_disable.png │ │ │ ├── btn_fm_prevstation.png │ │ │ ├── btn_fm_prevstation_disable.png │ │ │ ├── btn_fm_rec_playback_disabled.png │ │ │ ├── btn_fm_rec_playback_enabled.png │ │ │ └── fm_anim.png │ │ ├── drawable-ldrtl-xxhdpi │ │ │ ├── btn_fm_decrease.png │ │ │ ├── btn_fm_decrease_disable.png │ │ │ ├── btn_fm_increase.png │ │ │ ├── btn_fm_increase_disable.png │ │ │ ├── btn_fm_list.png │ │ │ ├── btn_fm_list_disable.png │ │ │ ├── btn_fm_nextstation.png │ │ │ ├── btn_fm_nextstation_disable.png │ │ │ ├── btn_fm_prevstation.png │ │ │ ├── btn_fm_prevstation_disable.png │ │ │ ├── btn_fm_rec_playback_disabled.png │ │ │ ├── btn_fm_rec_playback_enabled.png │ │ │ └── fm_anim.png │ │ ├── drawable-ldrtl │ │ │ └── anim.xml │ │ ├── drawable-mdpi │ │ │ ├── bg_rec_infobar.9.png │ │ │ ├── bottom_bar.9.png │ │ │ ├── btn_fm_decrease.png │ │ │ ├── btn_fm_decrease_disable.png │ │ │ ├── btn_fm_favorite_off.png │ │ │ ├── btn_fm_favorite_on.png │ │ │ ├── btn_fm_increase.png │ │ │ ├── btn_fm_increase_disable.png │ │ │ ├── btn_fm_list.png │ │ │ ├── btn_fm_list_disable.png │ │ │ ├── btn_fm_nextstation.png │ │ │ ├── btn_fm_nextstation_disable.png │ │ │ ├── btn_fm_overflow.png │ │ │ ├── btn_fm_overflow_disable.png │ │ │ ├── btn_fm_prevstation.png │ │ │ ├── btn_fm_prevstation_disable.png │ │ │ ├── btn_fm_rec_playback_disabled.png │ │ │ ├── btn_fm_rec_playback_enabled.png │ │ │ ├── btn_fm_rec_stop_disabled.png │ │ │ ├── btn_fm_rec_stop_enabled.png │ │ │ ├── btn_fm_record_disabled.png │ │ │ ├── btn_fm_record_enabled.png │ │ │ ├── btn_fm_start.png │ │ │ ├── btn_fm_start_disable.png │ │ │ ├── btn_fm_stop.png │ │ │ ├── btn_fm_stop_disable.png │ │ │ ├── fm_anim.png │ │ │ ├── fm_title_icon.png │ │ │ └── ic_launcher.png │ │ ├── drawable-sw1024dp-ldpi │ │ │ ├── btn_fm_favorite_off.png │ │ │ └── btn_fm_favorite_on.png │ │ ├── drawable-xhdpi │ │ │ ├── bg_rec_infobar.9.png │ │ │ ├── bottom_bar.9.png │ │ │ ├── btn_fm_decrease.png │ │ │ ├── btn_fm_decrease_disable.png │ │ │ ├── btn_fm_favorite_off.png │ │ │ ├── btn_fm_favorite_on.png │ │ │ ├── btn_fm_increase.png │ │ │ ├── btn_fm_increase_disable.png │ │ │ ├── btn_fm_list.png │ │ │ ├── btn_fm_list_disable.png │ │ │ ├── btn_fm_nextstation.png │ │ │ ├── btn_fm_nextstation_disable.png │ │ │ ├── btn_fm_overflow.png │ │ │ ├── btn_fm_overflow_disable.png │ │ │ ├── btn_fm_prevstation.png │ │ │ ├── btn_fm_prevstation_disable.png │ │ │ ├── btn_fm_rec_playback_disabled.png │ │ │ ├── btn_fm_rec_playback_enabled.png │ │ │ ├── btn_fm_rec_stop_disabled.png │ │ │ ├── btn_fm_rec_stop_enabled.png │ │ │ ├── btn_fm_record_disabled.png │ │ │ ├── btn_fm_record_enabled.png │ │ │ ├── btn_fm_start.png │ │ │ ├── btn_fm_start_disable.png │ │ │ ├── btn_fm_stop.png │ │ │ ├── btn_fm_stop_disable.png │ │ │ ├── fm_anim.png │ │ │ ├── fm_title_icon.png │ │ │ └── ic_launcher.png │ │ ├── drawable-xxhdpi │ │ │ ├── bg_rec_infobar.9.png │ │ │ ├── bottom_bar.9.png │ │ │ ├── btn_fm_decrease.png │ │ │ ├── btn_fm_decrease_disable.png │ │ │ ├── btn_fm_favorite_off.png │ │ │ ├── btn_fm_favorite_on.png │ │ │ ├── btn_fm_increase.png │ │ │ ├── btn_fm_increase_disable.png │ │ │ ├── btn_fm_list.png │ │ │ ├── btn_fm_list_disable.png │ │ │ ├── btn_fm_nextstation.png │ │ │ ├── btn_fm_nextstation_disable.png │ │ │ ├── btn_fm_overflow.png │ │ │ ├── btn_fm_overflow_disable.png │ │ │ ├── btn_fm_prevstation.png │ │ │ ├── btn_fm_prevstation_disable.png │ │ │ ├── btn_fm_rec_playback_disabled.png │ │ │ ├── btn_fm_rec_playback_enabled.png │ │ │ ├── btn_fm_rec_stop_disabled.png │ │ │ ├── btn_fm_rec_stop_enabled.png │ │ │ ├── btn_fm_record_disabled.png │ │ │ ├── btn_fm_record_enabled.png │ │ │ ├── btn_fm_start.png │ │ │ ├── btn_fm_start_disable.png │ │ │ ├── btn_fm_stop.png │ │ │ ├── btn_fm_stop_disable.png │ │ │ ├── fm_anim.png │ │ │ ├── fm_title_icon.png │ │ │ └── ic_launcher.png │ │ ├── drawable │ │ │ ├── anim.xml │ │ │ ├── btn_fm_decrease_frequency.xml │ │ │ ├── btn_fm_favorite_off_selector.xml │ │ │ ├── btn_fm_favorite_on_selector.xml │ │ │ ├── btn_fm_increase_frequency.xml │ │ │ ├── btn_fm_list_selector.xml │ │ │ ├── btn_fm_next.xml │ │ │ ├── btn_fm_overflow_selector.xml │ │ │ ├── btn_fm_powerdown_selector.xml │ │ │ ├── btn_fm_powerup_selector.xml │ │ │ ├── btn_fm_previous.xml │ │ │ ├── btn_fm_rec_play.xml │ │ │ ├── btn_fm_rec_stop.xml │ │ │ └── btn_fm_record.xml │ │ ├── layout-ldrtl │ │ │ ├── addstation.xml │ │ │ ├── editstation.xml │ │ │ ├── fm_recorder_dialog.xml │ │ │ └── main.xml │ │ ├── layout-sw1024dp-land │ │ │ └── main.xml │ │ ├── layout-sw1024dp-port │ │ │ └── main.xml │ │ ├── layout │ │ │ ├── addstation.xml │ │ │ ├── editstation.xml │ │ │ ├── favorite.xml │ │ │ ├── fm_recorder_dialog.xml │ │ │ ├── fm_rx_em.xml │ │ │ ├── main.xml │ │ │ ├── simpleadapter.xml │ │ │ └── test_view.xml │ │ ├── menu │ │ │ ├── fm_action_bar.xml │ │ │ └── fm_menu.xml │ │ ├── values-af │ │ │ └── strings.xml │ │ ├── values-am │ │ │ └── strings.xml │ │ ├── values-ar │ │ │ └── strings.xml │ │ ├── values-bg │ │ │ └── strings.xml │ │ ├── values-bn │ │ │ └── strings.xml │ │ ├── values-ca │ │ │ └── strings.xml │ │ ├── values-cs │ │ │ └── strings.xml │ │ ├── values-da │ │ │ └── strings.xml │ │ ├── values-de-rAT │ │ │ └── strings.xml │ │ ├── values-de │ │ │ └── strings.xml │ │ ├── values-el │ │ │ └── strings.xml │ │ ├── values-en-rGB │ │ │ └── strings.xml │ │ ├── values-en-rIN │ │ │ └── strings.xml │ │ ├── values-en-rUS │ │ │ └── strings.xml │ │ ├── values-es-rUS │ │ │ └── strings.xml │ │ ├── values-es │ │ │ └── strings.xml │ │ ├── values-et-rEE │ │ │ └── strings.xml │ │ ├── values-fa │ │ │ └── strings.xml │ │ ├── values-fi │ │ │ └── strings.xml │ │ ├── values-fr-rCA │ │ │ └── strings.xml │ │ ├── values-fr │ │ │ └── strings.xml │ │ ├── values-hi │ │ │ └── strings.xml │ │ ├── values-hr │ │ │ └── strings.xml │ │ ├── values-hu │ │ │ └── strings.xml │ │ ├── values-hy-rAM │ │ │ └── strings.xml │ │ ├── values-in │ │ │ └── strings.xml │ │ ├── values-it │ │ │ └── strings.xml │ │ ├── values-iw │ │ │ └── strings.xml │ │ ├── values-ja │ │ │ └── strings.xml │ │ ├── values-ka-rGE │ │ │ └── strings.xml │ │ ├── values-kk │ │ │ └── strings.xml │ │ ├── values-km-rKH │ │ │ └── strings.xml │ │ ├── values-ko │ │ │ └── strings.xml │ │ ├── values-lo-rLA │ │ │ └── strings.xml │ │ ├── values-lt │ │ │ └── strings.xml │ │ ├── values-lv │ │ │ └── strings.xml │ │ ├── values-mn-rMN │ │ │ └── strings.xml │ │ ├── values-ms │ │ │ └── strings.xml │ │ ├── values-my-rMM │ │ │ └── strings.xml │ │ ├── values-my-rZG │ │ │ └── strings.xml │ │ ├── values-nb │ │ │ └── strings.xml │ │ ├── values-nl │ │ │ └── strings.xml │ │ ├── values-pl │ │ │ └── strings.xml │ │ ├── values-pt-rPT │ │ │ └── strings.xml │ │ ├── values-pt │ │ │ └── strings.xml │ │ ├── values-ro │ │ │ └── strings.xml │ │ ├── values-ru │ │ │ └── strings.xml │ │ ├── values-sk │ │ │ └── strings.xml │ │ ├── values-sl │ │ │ └── strings.xml │ │ ├── values-sr │ │ │ └── strings.xml │ │ ├── values-sv │ │ │ └── strings.xml │ │ ├── values-sw │ │ │ └── strings.xml │ │ ├── values-th │ │ │ └── strings.xml │ │ ├── values-tl │ │ │ └── strings.xml │ │ ├── values-tr │ │ │ └── strings.xml │ │ ├── values-uk │ │ │ └── strings.xml │ │ ├── values-ur │ │ │ └── strings.xml │ │ ├── values-vi │ │ │ └── strings.xml │ │ ├── values-zh-rCN │ │ │ └── strings.xml │ │ ├── values-zh-rHK │ │ │ └── strings.xml │ │ ├── values-zh-rTW │ │ │ └── strings.xml │ │ ├── values-zu │ │ │ └── strings.xml │ │ └── values │ │ │ ├── strings.xml │ │ │ ├── strings_test.xml │ │ │ └── styles.xml │ ├── src │ │ └── com │ │ │ └── mediatek │ │ │ └── fmradio │ │ │ ├── FmRadioActivity.java │ │ │ ├── FmRadioActivity.java~ │ │ │ ├── FmRadioContentProvider.java │ │ │ ├── FmRadioEmActivity.java │ │ │ ├── FmRadioFavorite.java │ │ │ ├── FmRadioListener.java │ │ │ ├── FmRadioNative.java │ │ │ ├── FmRadioService.java │ │ │ ├── FmRadioService.java~ │ │ │ ├── FmRadioStation.java │ │ │ ├── FmRadioUtils.java │ │ │ ├── FmRecordDialogFragment.java │ │ │ ├── FmRecorder.java │ │ │ ├── TestFM.java │ │ │ ├── TestFM.java~ │ │ │ └── dialogs │ │ │ ├── AddFavoriteDialog.java │ │ │ ├── DeleteFavoriteDialog.java │ │ │ ├── EditFavoriteDialog.java │ │ │ ├── NoAntennaDialog.java │ │ │ └── SearchChannelsDialog.java │ ├── tests │ │ ├── Android.mk │ │ ├── AndroidManifest.xml │ │ ├── NOTICE │ │ ├── README │ │ └── src │ │ │ └── com │ │ │ └── mediatek │ │ │ └── fmradio │ │ │ └── tests │ │ │ ├── FmRadioActivityTest.java │ │ │ ├── FmRadioFavoriteTest.java │ │ │ ├── FmRadioFunctionRunner.java │ │ │ ├── FmRadioLaunchPerformance.java │ │ │ ├── FmRadioPerformanceRunner.java │ │ │ ├── FmRadioPerformanceTest.java │ │ │ └── FmRadioTestCaseUtil.java │ └── turnkey │ │ └── com │ │ └── mediatek │ │ └── fmradio │ │ └── ExtensionUtils.java ├── fmaudioplayer │ ├── Android.mk │ ├── FMAudioPlayer.cpp │ ├── FMAudioPlayer.h │ └── rtpm_prio.h ├── fmradiolibs │ ├── Android.mk │ ├── autofm │ │ ├── Android.mk │ │ ├── NOTICE │ │ ├── README │ │ ├── autofm.c │ │ ├── autofm.h │ │ ├── fm_cust_cfg.h │ │ ├── fm_ioctl.h │ │ ├── fm_main.h │ │ └── fm_rds.h │ └── fmnative │ │ ├── Android.mk │ │ ├── NOTICE │ │ ├── README │ │ ├── config │ │ ├── mt6620 │ │ │ └── mt6620_fm_cust.cfg │ │ ├── mt6626 │ │ │ └── fm_cust.cfg │ │ ├── mt6627 │ │ │ ├── mt6627_fm_cust.cfg │ │ │ ├── mt6627_fm_v1_coeff.bin │ │ │ ├── mt6627_fm_v1_patch.bin │ │ │ ├── mt6627_fm_v2_coeff.bin │ │ │ ├── mt6627_fm_v2_patch.bin │ │ │ ├── mt6627_fm_v3_coeff.bin │ │ │ ├── mt6627_fm_v3_patch.bin │ │ │ ├── mt6627_fm_v4_coeff.bin │ │ │ ├── mt6627_fm_v4_patch.bin │ │ │ ├── mt6627_fm_v5_coeff.bin │ │ │ └── mt6627_fm_v5_patch.bin │ │ ├── mt6628 │ │ │ ├── fm_cust.cfg │ │ │ ├── mt6628_fm_rom.bin │ │ │ ├── mt6628_fm_v1_coeff.bin │ │ │ ├── mt6628_fm_v1_patch.bin │ │ │ ├── mt6628_fm_v2_coeff.bin │ │ │ ├── mt6628_fm_v2_patch.bin │ │ │ ├── mt6628_fm_v3_coeff.bin │ │ │ ├── mt6628_fm_v3_patch.bin │ │ │ ├── mt6628_fm_v4_coeff.bin │ │ │ ├── mt6628_fm_v4_patch.bin │ │ │ ├── mt6628_fm_v5_coeff.bin │ │ │ └── mt6628_fm_v5_patch.bin │ │ └── mt6630 │ │ │ ├── mt6630_fm_cust.cfg │ │ │ ├── mt6630_fm_v1_coeff.bin │ │ │ ├── mt6630_fm_v1_coeff_tx.bin │ │ │ ├── mt6630_fm_v1_patch.bin │ │ │ ├── mt6630_fm_v1_patch_tx.bin │ │ │ ├── mt6630_fm_v2_coeff.bin │ │ │ ├── mt6630_fm_v2_coeff_tx.bin │ │ │ ├── mt6630_fm_v2_patch.bin │ │ │ ├── mt6630_fm_v2_patch_tx.bin │ │ │ ├── mt6630_fm_v3_coeff.bin │ │ │ ├── mt6630_fm_v3_coeff_tx.bin │ │ │ ├── mt6630_fm_v3_patch.bin │ │ │ ├── mt6630_fm_v3_patch_tx.bin │ │ │ ├── mt6630_fm_v4_coeff.bin │ │ │ ├── mt6630_fm_v4_coeff_tx.bin │ │ │ ├── mt6630_fm_v4_patch.bin │ │ │ ├── mt6630_fm_v4_patch_tx.bin │ │ │ ├── mt6630_fm_v5_coeff.bin │ │ │ ├── mt6630_fm_v5_coeff_tx.bin │ │ │ ├── mt6630_fm_v5_patch.bin │ │ │ └── mt6630_fm_v5_patch_tx.bin │ │ ├── custom │ │ ├── Android.mk │ │ ├── Android.mk~ │ │ ├── NOTICE │ │ ├── README │ │ ├── custom.cpp │ │ ├── custom.cpp~ │ │ ├── fm.h │ │ └── fmlib_cust.h │ │ └── fmr │ │ ├── Android.mk │ │ ├── Android.mk~ │ │ ├── NOTICE │ │ ├── README │ │ ├── ar1000.cpp │ │ ├── bt_ctrl.cpp │ │ ├── common.cpp │ │ ├── fm.h │ │ ├── fmr.h │ │ ├── fmr.h~ │ │ ├── fmr_core.cpp │ │ ├── fmr_err.cpp │ │ ├── libfm_jni.cpp │ │ ├── mt519x.cpp │ │ ├── mt6616.cpp │ │ ├── mt6620.cpp │ │ ├── mt6626.cpp │ │ ├── mt6627.cpp │ │ ├── mt6628.cpp │ │ ├── mt6630.cpp │ │ └── target.cpp ├── gralloc_extra │ ├── Android.mk │ ├── GraphicBufferExtra.cpp │ ├── GraphicBufferExtra_hal.cpp │ ├── NOTICE │ ├── README │ └── include │ │ ├── hardware │ │ ├── gralloc_extra.h │ │ ├── gralloc_mtk_defs.h │ │ ├── graphics_mtk_defs.h │ │ └── hwc_priv.h │ │ └── ui │ │ ├── GraphicBufferExtra.h │ │ └── gralloc_extra.h ├── lib_driver_cmd_mt66xx │ ├── Android.mk │ ├── mediatek_driver_cmd_nl80211.c │ └── mediatek_driver_nl80211.h ├── libbt-vendor-mtk │ ├── Android.mk │ └── libbt-vendor-mtk.c ├── libifaddrs │ ├── Android.mk │ ├── ifaddrs.c │ ├── ifaddrs.h │ └── netlinkaccess.h ├── libxlog │ ├── Android.mk │ └── xlog.c └── wifi │ ├── Android.mk │ ├── NOTICE │ ├── README │ ├── common.cpp │ ├── common.h │ ├── cpp_bindings.cpp │ ├── cpp_bindings.h │ ├── gscan.cpp │ ├── link_layer_stats.cpp │ ├── rtt.cpp │ ├── sync.h │ └── wifi_hal.cpp ├── README.md ├── cm.dependencies ├── configs ├── agps_profiles_conf2.xml ├── apns-conf.xml ├── audio_device.xml ├── audio_effects.conf ├── audio_policy.conf ├── ecc_list.xml ├── egl.cfg ├── hostapd │ ├── hostapd.accept │ ├── hostapd.deny │ └── hostapd_default.conf ├── media_codecs.xml ├── media_profiles.xml ├── platform.xml ├── spn-conf.xml └── thermal │ ├── .ht120.mtc │ ├── .thermal_policy_00 │ ├── thermal.conf │ └── thermal.off.conf ├── device_mt6753.mk ├── include ├── cutils │ ├── alelog.h │ └── xlog.h └── hardware │ ├── gps.h │ └── include │ ├── gralloc_mtk_defs.h │ ├── graphics_mtk_defs.h │ ├── hwc_priv.h │ ├── mmsdk │ ├── effect_device.h │ ├── gesture_device.h │ ├── heartrate_device.h │ ├── imageTransform_device.h │ └── mmsdk_common.h │ ├── mmutils │ └── IGrallocHelper.h │ └── mtkcam │ ├── BasicTypes.h │ ├── BuiltinTypes.h │ ├── Errors.h │ ├── IImageBuffer.h │ ├── IPlatform.h │ ├── ImageFormat.h │ ├── Log.h │ ├── Modes.h │ ├── Trace.h │ ├── TypeManip.h │ ├── UITypes.h │ ├── acdk │ ├── AcdkCommon.h │ ├── AcdkIF.h │ ├── AcdkTypes.h │ ├── CctIF.h │ └── MdkIF.h │ ├── common.h │ ├── device │ ├── Cam1Device.h │ ├── Cam1DeviceBase.h │ ├── Cam3Device.h │ ├── Cam3DeviceBase.h │ ├── CamDeviceManagerBase.h │ ├── ICamDevice.h │ ├── ICamDeviceManager.h │ ├── device1.h │ └── module.h │ ├── exif │ ├── CamExif.h │ ├── IBaseCamExif.h │ ├── IDbgInfoContainer.h │ └── StdExif.h │ ├── hal │ ├── IHalMemory.h │ ├── IHalSensor.h │ ├── IResManager.h │ ├── aaa_hal_base.h │ └── sensor_hal.h │ ├── metadata │ ├── IMetadata.h │ ├── IMetadataConverter.h │ ├── IMetadataProvider.h │ ├── IMetadataTagSet.h │ ├── ITemplateRequest.h │ ├── client │ │ ├── TagMap.h │ │ ├── mtk_metadata_tag.h │ │ └── mtk_metadata_tag_info.inl │ └── mtk_metadata_types.h │ ├── mmp │ ├── Profile.h │ └── mmp.h │ ├── utils │ ├── CpuCtrl.h │ ├── Format.h │ ├── ImageBufferHeap.h │ ├── Misc.h │ ├── Profile.h │ ├── Property.h │ ├── SensorListener.h │ ├── Sync.h │ ├── common.h │ └── imagebuf │ │ ├── BaseImageBufferHeap.h │ │ ├── IDummyImageBufferHeap.h │ │ ├── IGrallocImageBufferHeap.h │ │ ├── IGraphicImageBufferHeap.h │ │ └── IIonImageBufferHeap.h │ ├── v1 │ ├── ExtImgProc │ │ ├── ExtImgProc.h │ │ └── IExtImgProc.h │ ├── ICamAdapter.h │ ├── ICamClient.h │ ├── IDisplayClient.h │ ├── IParamsManager.h │ ├── PriorityDefs.h │ ├── camutils │ │ ├── CamFormat.h │ │ ├── CamFormatTransform.h │ │ ├── CamInfo.h │ │ ├── CamMisc.h │ │ ├── CamProfile.h │ │ ├── CamProperty.h │ │ ├── IBuffer.h │ │ ├── ICameraBuffer.h │ │ ├── IImgBufQueue.h │ │ └── ImgBufQueue.h │ ├── client │ │ ├── IFDClient.h │ │ ├── IOTClient.h │ │ ├── IPreviewClient.h │ │ ├── IPreviewFeatureClient.h │ │ └── IRecordClient.h │ ├── common.h │ ├── featureio │ │ ├── 3DF_hal_base.h │ │ ├── autorama_hal_base.h │ │ ├── motiontrack_hal_base.h │ │ └── utility_hal_base.h │ └── sdkClient │ │ └── IGestureClient.h │ └── v3 │ ├── app │ ├── AppStreamBuffers.h │ ├── Cam3ImageStreamInfo.h │ ├── IAppStreamManager.h │ └── StreamId.h │ ├── device │ └── default │ │ └── Cam3DeviceCommon.h │ ├── pipeline │ ├── DefaultPipelineModel │ │ ├── DefaultPipelineModel.h │ │ └── DefaultStrategy.h │ ├── IPipelineBufferSetFrameControl.h │ ├── IPipelineDAG.h │ ├── IPipelineFrameControl.h │ ├── IPipelineFrameNumberGenerator.h │ ├── IPipelineModel.h │ ├── IPipelineNode.h │ └── IPipelineNodeMapControl.h │ ├── stream │ ├── IStreamBuffer.h │ ├── IStreamBufferSet.h │ ├── IStreamInfo.h │ └── IUsersManager.h │ └── utils │ ├── streambuf │ ├── IStreamBufferPool.h │ ├── IStreamBufferSetControl.h │ ├── StreamBufferPool.h │ ├── StreamBufferPoolImpl.h │ ├── StreamBuffers.h │ └── UsersManager.h │ └── streaminfo │ ├── BaseStreamInfoImp.h │ ├── IStreamInfoSetControl.h │ ├── ImageStreamInfo.h │ └── MetaStreamInfo.h ├── patches ├── apply-patch.sh ├── framework_av │ ├── 0001-libmedia-stub-out-MTK-specific-bits-audio-working.patch │ ├── 0001_engineering_mode_audio_settings_frameworks_av.patch │ ├── 0002-camera.patch │ ├── 0003-frameworks_av_fmradio_patch.patch │ └── frameworks_av_videorecording_fix.patch ├── framework_base │ ├── 0001-fingerprint_frameworks_base.patch │ ├── 0001-location-support-GNSS-extension-presumably-from-MTK.patch │ ├── 0001_engineering_mode_audio_settings_frameworks_base.patch │ ├── 0002-fingerprint_frameworks_base.patch │ ├── 0002-location-add-some-logs-just-to-be-confident.patch │ ├── 0003-location-style-fix.patch │ ├── 0004_minimal_xlog_frameworks_base.patch │ └── 0005-Update-for-mtk.patch ├── framework_opt_telephony │ └── 0001-Update-for-mtk.patch ├── hardware_libhardware │ ├── 0001_engineering_mode_audio_settings_hardware_libhardware.patch │ └── fix-gps-light-audio.patch ├── hardware_libhardware_legacy │ └── patch-for-mtk.patch ├── packages_apps_Settings │ └── 0001-multisim.patch ├── packages_services_telephony │ └── NeedsFakeIccid.patch ├── system_core │ ├── fix-boot-for-mtk.patch │ └── prevent-MTK-audio-and-silead-fingerprint-libs-from-spamming-log.patch └── system_netd │ └── hotpost-fix.patch ├── prebuilt ├── Android.mk └── app │ └── EngineerMode │ └── EngineerMode.apk └── sepolicy ├── BGW.te ├── GoogleOtaBinder.te ├── MtkCodecService.te ├── aal.te ├── adbd.te ├── af7133e.te ├── akmd09911.te ├── akmd8963.te ├── akmd8975.te ├── ami304d.te ├── app.te ├── atci_service.te ├── atcid.te ├── audiocmdservice_atci.te ├── autokd.te ├── batterywarning.te ├── bluetooth.te ├── bmc156d.te ├── bmm050d.te ├── bmm056d.te ├── bmx056d.te ├── boot_logo_updater.te ├── bootanim.te ├── br_app_data_service.te ├── ccci_fsd.te ├── ccci_mdinit.te ├── ccci_rpcd.te ├── clatd.te ├── cmddumper.te ├── device.te ├── dex2oat.te ├── dhcp.te ├── dhcp6c.te ├── disableswap.te ├── dm_agent_binder.te ├── dmlog.te ├── dnsmasq.te ├── domain.te ├── drmserver.te ├── dualmdlogger.te ├── dumpstate.te ├── eemcs_fsd.te ├── eemcs_mdinit.te ├── em_svr.te ├── emdlogger.te ├── enableswap.te ├── epdg_wod.te ├── factory.te ├── file.te ├── file_contexts ├── flashlessd.te ├── fota1.te ├── fs_use ├── fuelgauged.te ├── genfs_contexts ├── geomagneticd.te ├── gpsd.te ├── gsm0710muxd.te ├── gsm0710muxdmd2.te ├── guiext-server.te ├── hci_attach.te ├── healthd.te ├── hostapd.te ├── icusbd.te ├── init.te ├── init_shell.te ├── inputflinger.te ├── install_recovery.te ├── installd.te ├── ipod.te ├── ipsec.te ├── isolated_app.te ├── ist8303.te ├── kernel.te ├── keys.conf ├── keystore.te ├── launchpppoe.te ├── lmkd.te ├── logd.te ├── matv.te ├── mc6420d.te ├── mc6470d.te ├── md_ctrl.te ├── mdlogger.te ├── mdnsd.te ├── mediaserver.te ├── memsicd.te ├── memsicd3416x.te ├── memsicp.te ├── meta_tst.te ├── mmc3524xd.te ├── mmc_ffu.te ├── mmp.te ├── mnld.te ├── mobicore.te ├── mobile_log_d.te ├── mpud6050.te ├── msensord.te ├── mtk_6620_launcher.te ├── mtk_agpsd.te ├── mtk_file.te ├── mtkbt.te ├── mtkrild.te ├── mtkrildmd2.te ├── mtp.te ├── muxreport.te ├── net.te ├── netd.te ├── netdiag.te ├── nfc.te ├── nvram_agent_binder.te ├── nvram_backup_binder.te ├── nvram_daemon.te ├── orientationd.te ├── permission_check.te ├── platform_app.te ├── poad.te ├── ppl_agent.te ├── ppp.te ├── pppd_dt.te ├── pppd_via.te ├── pq.te ├── program_binary.te ├── property.te ├── property_contexts ├── pvrsrvctl.te ├── qmcX983d.te ├── racoon.te ├── radio.te ├── recovery.te ├── resmon.te ├── ril-3gddaemon.te ├── rild.te ├── runas.te ├── s62xd.te ├── sbchk.te ├── sdcardd.te ├── service.te ├── service_contexts ├── servicemanager.te ├── shared_relro.te ├── shell.te ├── sn.te ├── st480.te ├── statusd.te ├── surfaceflinger.te ├── system_app.te ├── system_server.te ├── te_macros ├── tee.te ├── terservice.te ├── thermal.te ├── thermal_manager.te ├── thermald.te ├── tiny_mkswap.te ├── tiny_swapon.te ├── tunman.te ├── ueventd.te ├── uncrypt.te ├── untrusted_app.te ├── usbdongled.te ├── vdc.te ├── viarild.te ├── vold.te ├── volte_imcb.te ├── volte_stack.te ├── volte_ua.te ├── vtservice.te ├── watchdogd.te ├── wifi2agps.te ├── wmt_loader.te ├── wpa.te ├── wpa_supplicant.te ├── xlog.te ├── zpppd_gprs.te └── zygote.te /BoardConfigMT6753_common.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/BoardConfigMT6753_common.mk -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/LICENSE -------------------------------------------------------------------------------- /MediaTek/Android.mk: -------------------------------------------------------------------------------- 1 | include $(call all-subdir-makefiles) 2 | -------------------------------------------------------------------------------- /MediaTek/FmRadio/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/Android.mk -------------------------------------------------------------------------------- /MediaTek/FmRadio/Android.mk~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/Android.mk~ -------------------------------------------------------------------------------- /MediaTek/FmRadio/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/AndroidManifest.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/NOTICE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/FmRadio/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/README -------------------------------------------------------------------------------- /MediaTek/FmRadio/bsp/com/mediatek/fmradio/ExtensionUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/bsp/com/mediatek/fmradio/ExtensionUtils.java -------------------------------------------------------------------------------- /MediaTek/FmRadio/ext/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/ext/Android.mk -------------------------------------------------------------------------------- /MediaTek/FmRadio/ext/NOTICE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/FmRadio/ext/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/ext/README -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/bg_rec_infobar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/bg_rec_infobar.9.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/bottom_bar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/bottom_bar.9.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_decrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_decrease.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_decrease_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_decrease_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_favorite_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_favorite_off.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_favorite_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_favorite_on.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_increase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_increase.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_increase_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_increase_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_list.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_list_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_list_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_nextstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_nextstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_nextstation_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_nextstation_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_overflow.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_overflow_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_overflow_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_prevstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_prevstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_prevstation_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_prevstation_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_rec_playback_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_rec_playback_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_rec_playback_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_rec_playback_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_rec_stop_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_rec_stop_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_rec_stop_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_rec_stop_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_record_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_record_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_record_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_record_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_start.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_start_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_start_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_stop.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/btn_fm_stop_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/btn_fm_stop_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/fm_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/fm_anim.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/fm_title_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/fm_title_icon.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_decrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_decrease.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_decrease_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_decrease_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_favorite_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_favorite_off.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_favorite_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_favorite_on.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_increase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_increase.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_increase_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_increase_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_list.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_list_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_list_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_nextstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_nextstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_nextstation_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_nextstation_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_overflow.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_overflow_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_overflow_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_prevstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_prevstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_prevstation_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_prevstation_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_rec_playback_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_rec_playback_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_rec_playback_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_rec_playback_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_rec_stop_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_rec_stop_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_rec_stop_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_rec_stop_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_record_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_record_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_record_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_record_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_start.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_start_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_start_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_stop.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/btn_fm_stop_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/btn_fm_stop_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/fm_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/fm_anim.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/fm_title_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/fm_title_icon.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldpi/ic_launcher.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_decrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_decrease.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_decrease_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_decrease_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_increase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_increase.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_increase_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_increase_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_list.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_list_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_list_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_nextstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_nextstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_prevstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-hdpi/btn_fm_prevstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-hdpi/fm_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-hdpi/fm_anim.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_decrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_decrease.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_decrease_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_decrease_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_increase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_increase.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_increase_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_increase_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_list.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_nextstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_nextstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_prevstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-ldpi/btn_fm_prevstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-ldpi/fm_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-ldpi/fm_anim.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_decrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_decrease.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_decrease_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_decrease_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_increase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_increase.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_increase_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_increase_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_list.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_list_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_list_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_nextstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_nextstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_prevstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-mdpi/btn_fm_prevstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-mdpi/fm_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-mdpi/fm_anim.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/btn_fm_decrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/btn_fm_decrease.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/btn_fm_increase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/btn_fm_increase.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/btn_fm_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/btn_fm_list.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/btn_fm_list_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/btn_fm_list_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/btn_fm_nextstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/btn_fm_nextstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/btn_fm_prevstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/btn_fm_prevstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/fm_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xhdpi/fm_anim.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/btn_fm_decrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/btn_fm_decrease.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/btn_fm_increase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/btn_fm_increase.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/btn_fm_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/btn_fm_list.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/btn_fm_list_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/btn_fm_list_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/btn_fm_nextstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/btn_fm_nextstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/btn_fm_prevstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/btn_fm_prevstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/fm_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl-xxhdpi/fm_anim.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-ldrtl/anim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-ldrtl/anim.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/bg_rec_infobar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/bg_rec_infobar.9.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/bottom_bar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/bottom_bar.9.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_decrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_decrease.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_decrease_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_decrease_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_favorite_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_favorite_off.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_favorite_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_favorite_on.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_increase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_increase.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_increase_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_increase_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_list.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_list_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_list_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_nextstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_nextstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_nextstation_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_nextstation_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_overflow.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_overflow_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_overflow_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_prevstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_prevstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_prevstation_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_prevstation_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_rec_playback_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_rec_playback_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_rec_playback_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_rec_playback_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_rec_stop_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_rec_stop_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_rec_stop_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_rec_stop_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_record_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_record_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_record_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_record_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_start.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_start_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_start_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_stop.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/btn_fm_stop_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/btn_fm_stop_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/fm_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/fm_anim.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/fm_title_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/fm_title_icon.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-sw1024dp-ldpi/btn_fm_favorite_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-sw1024dp-ldpi/btn_fm_favorite_off.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-sw1024dp-ldpi/btn_fm_favorite_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-sw1024dp-ldpi/btn_fm_favorite_on.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/bg_rec_infobar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/bg_rec_infobar.9.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/bottom_bar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/bottom_bar.9.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_decrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_decrease.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_decrease_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_decrease_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_favorite_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_favorite_off.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_favorite_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_favorite_on.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_increase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_increase.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_increase_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_increase_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_list.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_list_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_list_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_nextstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_nextstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_nextstation_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_nextstation_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_overflow.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_overflow_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_overflow_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_prevstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_prevstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_prevstation_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_prevstation_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_rec_playback_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_rec_playback_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_rec_playback_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_rec_playback_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_rec_stop_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_rec_stop_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_rec_stop_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_rec_stop_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_record_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_record_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_record_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_record_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_start.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_start_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_start_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_stop.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_stop_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/btn_fm_stop_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/fm_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/fm_anim.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/fm_title_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/fm_title_icon.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/bg_rec_infobar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/bg_rec_infobar.9.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/bottom_bar.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/bottom_bar.9.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_decrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_decrease.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_decrease_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_decrease_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_favorite_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_favorite_off.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_favorite_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_favorite_on.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_increase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_increase.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_increase_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_increase_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_list.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_list_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_list_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_nextstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_nextstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_nextstation_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_nextstation_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_overflow.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_overflow_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_overflow_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_prevstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_prevstation.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_prevstation_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_prevstation_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_rec_playback_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_rec_playback_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_rec_stop_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_rec_stop_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_rec_stop_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_rec_stop_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_record_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_record_disabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_record_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_record_enabled.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_start.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_start_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_start_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_stop.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_stop_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/btn_fm_stop_disable.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/fm_anim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/fm_anim.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/fm_title_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/fm_title_icon.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/anim.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/anim.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/btn_fm_decrease_frequency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/btn_fm_decrease_frequency.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/btn_fm_favorite_off_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/btn_fm_favorite_off_selector.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/btn_fm_favorite_on_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/btn_fm_favorite_on_selector.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/btn_fm_increase_frequency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/btn_fm_increase_frequency.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/btn_fm_list_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/btn_fm_list_selector.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/btn_fm_next.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/btn_fm_next.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/btn_fm_overflow_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/btn_fm_overflow_selector.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/btn_fm_powerdown_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/btn_fm_powerdown_selector.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/btn_fm_powerup_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/btn_fm_powerup_selector.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/btn_fm_previous.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/btn_fm_previous.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/btn_fm_rec_play.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/btn_fm_rec_play.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/btn_fm_rec_stop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/btn_fm_rec_stop.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/drawable/btn_fm_record.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/drawable/btn_fm_record.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout-ldrtl/addstation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout-ldrtl/addstation.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout-ldrtl/editstation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout-ldrtl/editstation.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout-ldrtl/fm_recorder_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout-ldrtl/fm_recorder_dialog.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout-ldrtl/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout-ldrtl/main.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout-sw1024dp-land/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout-sw1024dp-land/main.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout-sw1024dp-port/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout-sw1024dp-port/main.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout/addstation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout/addstation.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout/editstation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout/editstation.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout/favorite.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout/favorite.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout/fm_recorder_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout/fm_recorder_dialog.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout/fm_rx_em.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout/fm_rx_em.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout/main.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout/simpleadapter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout/simpleadapter.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/layout/test_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/layout/test_view.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/menu/fm_action_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/menu/fm_action_bar.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/menu/fm_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/menu/fm_menu.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-af/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-af/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-am/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-am/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-ar/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-ar/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-bg/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-bg/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-bn/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-bn/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-ca/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-ca/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-cs/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-cs/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-da/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-da/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-de-rAT/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-de-rAT/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-de/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-de/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-el/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-el/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-en-rGB/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-en-rGB/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-en-rIN/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-en-rIN/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-en-rUS/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-en-rUS/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-es-rUS/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-es-rUS/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-es/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-es/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-et-rEE/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-et-rEE/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-fa/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-fa/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-fi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-fi/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-fr-rCA/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-fr-rCA/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-fr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-fr/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-hi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-hi/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-hr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-hr/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-hu/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-hu/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-hy-rAM/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-hy-rAM/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-in/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-in/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-it/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-it/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-iw/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-iw/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-ja/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-ja/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-ka-rGE/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-ka-rGE/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-kk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-kk/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-km-rKH/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-km-rKH/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-ko/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-ko/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-lo-rLA/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-lo-rLA/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-lt/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-lt/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-lv/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-lv/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-mn-rMN/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-mn-rMN/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-ms/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-ms/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-my-rMM/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-my-rMM/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-my-rZG/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-my-rZG/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-nb/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-nb/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-nl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-nl/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-pl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-pl/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-pt-rPT/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-pt-rPT/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-pt/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-pt/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-ro/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-ro/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-ru/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-ru/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-sk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-sk/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-sl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-sl/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-sr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-sr/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-sv/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-sv/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-sw/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-sw/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-th/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-th/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-tl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-tl/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-tr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-tr/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-uk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-uk/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-ur/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-ur/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-vi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-vi/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-zh-rCN/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-zh-rCN/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-zh-rHK/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-zh-rHK/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-zh-rTW/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-zh-rTW/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values-zu/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values-zu/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values/strings.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values/strings_test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values/strings_test.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/res/values/styles.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioActivity.java -------------------------------------------------------------------------------- /MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioActivity.java~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioActivity.java~ -------------------------------------------------------------------------------- /MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioEmActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioEmActivity.java -------------------------------------------------------------------------------- /MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioFavorite.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioFavorite.java -------------------------------------------------------------------------------- /MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioListener.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioListener.java -------------------------------------------------------------------------------- /MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioNative.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioNative.java -------------------------------------------------------------------------------- /MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioService.java -------------------------------------------------------------------------------- /MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioService.java~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioService.java~ -------------------------------------------------------------------------------- /MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioStation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioStation.java -------------------------------------------------------------------------------- /MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/src/com/mediatek/fmradio/FmRadioUtils.java -------------------------------------------------------------------------------- /MediaTek/FmRadio/src/com/mediatek/fmradio/FmRecorder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/src/com/mediatek/fmradio/FmRecorder.java -------------------------------------------------------------------------------- /MediaTek/FmRadio/src/com/mediatek/fmradio/TestFM.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/src/com/mediatek/fmradio/TestFM.java -------------------------------------------------------------------------------- /MediaTek/FmRadio/src/com/mediatek/fmradio/TestFM.java~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/src/com/mediatek/fmradio/TestFM.java~ -------------------------------------------------------------------------------- /MediaTek/FmRadio/tests/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/tests/Android.mk -------------------------------------------------------------------------------- /MediaTek/FmRadio/tests/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/tests/AndroidManifest.xml -------------------------------------------------------------------------------- /MediaTek/FmRadio/tests/NOTICE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/FmRadio/tests/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/tests/README -------------------------------------------------------------------------------- /MediaTek/FmRadio/turnkey/com/mediatek/fmradio/ExtensionUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/FmRadio/turnkey/com/mediatek/fmradio/ExtensionUtils.java -------------------------------------------------------------------------------- /MediaTek/fmaudioplayer/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmaudioplayer/Android.mk -------------------------------------------------------------------------------- /MediaTek/fmaudioplayer/FMAudioPlayer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmaudioplayer/FMAudioPlayer.cpp -------------------------------------------------------------------------------- /MediaTek/fmaudioplayer/FMAudioPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmaudioplayer/FMAudioPlayer.h -------------------------------------------------------------------------------- /MediaTek/fmaudioplayer/rtpm_prio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmaudioplayer/rtpm_prio.h -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/Android.mk -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/autofm/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/autofm/Android.mk -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/autofm/NOTICE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/autofm/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/autofm/README -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/autofm/autofm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/autofm/autofm.c -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/autofm/autofm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/autofm/autofm.h -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/autofm/fm_cust_cfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/autofm/fm_cust_cfg.h -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/autofm/fm_ioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/autofm/fm_ioctl.h -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/autofm/fm_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/autofm/fm_main.h -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/autofm/fm_rds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/autofm/fm_rds.h -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/Android.mk -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/NOTICE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/README -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6620/mt6620_fm_cust.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6620/mt6620_fm_cust.cfg -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6626/fm_cust.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6626/fm_cust.cfg -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_cust.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_cust.cfg -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_v1_coeff.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_v1_coeff.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_v1_patch.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_v1_patch.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_v2_coeff.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_v2_patch.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_v3_coeff.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_v3_patch.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_v4_coeff.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_v4_patch.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_v5_coeff.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6627/mt6627_fm_v5_patch.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6628/fm_cust.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6628/fm_cust.cfg -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_rom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_rom.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v1_coeff.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v1_coeff.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v1_patch.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v1_patch.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v2_coeff.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v2_coeff.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v2_patch.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v2_patch.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v3_coeff.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v3_coeff.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v3_patch.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v3_patch.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v4_coeff.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v4_coeff.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v4_patch.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v4_patch.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v5_coeff.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v5_coeff.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v5_patch.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6628/mt6628_fm_v5_patch.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_cust.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_cust.cfg -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v1_coeff.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v1_coeff.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v1_patch.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v1_patch.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v2_coeff.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v2_coeff.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v2_patch.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v2_patch.bin -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v3_coeff.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v3_coeff_tx.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v3_patch.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v3_patch_tx.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v4_coeff.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v4_coeff_tx.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v4_patch.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v4_patch_tx.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v5_coeff.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v5_coeff_tx.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v5_patch.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/config/mt6630/mt6630_fm_v5_patch_tx.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/custom/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/custom/Android.mk -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/custom/Android.mk~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/custom/Android.mk~ -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/custom/NOTICE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/custom/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/custom/README -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/custom/custom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/custom/custom.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/custom/custom.cpp~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/custom/custom.cpp~ -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/custom/fm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/custom/fm.h -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/custom/fmlib_cust.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/custom/fmlib_cust.h -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/Android.mk -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/Android.mk~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/Android.mk~ -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/NOTICE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/README -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/ar1000.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/ar1000.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/bt_ctrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/bt_ctrl.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/common.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/fm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/fm.h -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/fmr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/fmr.h -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/fmr.h~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/fmr.h~ -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/fmr_core.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/fmr_core.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/fmr_err.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/fmr_err.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/libfm_jni.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/libfm_jni.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/mt519x.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/mt519x.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/mt6616.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/mt6616.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/mt6620.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/mt6620.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/mt6626.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/mt6626.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/mt6627.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/mt6627.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/mt6628.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/mt6628.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/mt6630.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/mt6630.cpp -------------------------------------------------------------------------------- /MediaTek/fmradiolibs/fmnative/fmr/target.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/fmradiolibs/fmnative/fmr/target.cpp -------------------------------------------------------------------------------- /MediaTek/gralloc_extra/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/gralloc_extra/Android.mk -------------------------------------------------------------------------------- /MediaTek/gralloc_extra/GraphicBufferExtra.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/gralloc_extra/GraphicBufferExtra.cpp -------------------------------------------------------------------------------- /MediaTek/gralloc_extra/GraphicBufferExtra_hal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/gralloc_extra/GraphicBufferExtra_hal.cpp -------------------------------------------------------------------------------- /MediaTek/gralloc_extra/NOTICE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MediaTek/gralloc_extra/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/gralloc_extra/README -------------------------------------------------------------------------------- /MediaTek/gralloc_extra/include/hardware/gralloc_extra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/gralloc_extra/include/hardware/gralloc_extra.h -------------------------------------------------------------------------------- /MediaTek/gralloc_extra/include/hardware/gralloc_mtk_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/gralloc_extra/include/hardware/gralloc_mtk_defs.h -------------------------------------------------------------------------------- /MediaTek/gralloc_extra/include/hardware/graphics_mtk_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/gralloc_extra/include/hardware/graphics_mtk_defs.h -------------------------------------------------------------------------------- /MediaTek/gralloc_extra/include/hardware/hwc_priv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/gralloc_extra/include/hardware/hwc_priv.h -------------------------------------------------------------------------------- /MediaTek/gralloc_extra/include/ui/GraphicBufferExtra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/gralloc_extra/include/ui/GraphicBufferExtra.h -------------------------------------------------------------------------------- /MediaTek/gralloc_extra/include/ui/gralloc_extra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/gralloc_extra/include/ui/gralloc_extra.h -------------------------------------------------------------------------------- /MediaTek/lib_driver_cmd_mt66xx/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/lib_driver_cmd_mt66xx/Android.mk -------------------------------------------------------------------------------- /MediaTek/lib_driver_cmd_mt66xx/mediatek_driver_cmd_nl80211.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/lib_driver_cmd_mt66xx/mediatek_driver_cmd_nl80211.c -------------------------------------------------------------------------------- /MediaTek/lib_driver_cmd_mt66xx/mediatek_driver_nl80211.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/lib_driver_cmd_mt66xx/mediatek_driver_nl80211.h -------------------------------------------------------------------------------- /MediaTek/libbt-vendor-mtk/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/libbt-vendor-mtk/Android.mk -------------------------------------------------------------------------------- /MediaTek/libbt-vendor-mtk/libbt-vendor-mtk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/libbt-vendor-mtk/libbt-vendor-mtk.c -------------------------------------------------------------------------------- /MediaTek/libifaddrs/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/libifaddrs/Android.mk -------------------------------------------------------------------------------- /MediaTek/libifaddrs/ifaddrs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/libifaddrs/ifaddrs.c -------------------------------------------------------------------------------- /MediaTek/libifaddrs/ifaddrs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/libifaddrs/ifaddrs.h -------------------------------------------------------------------------------- /MediaTek/libifaddrs/netlinkaccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/libifaddrs/netlinkaccess.h -------------------------------------------------------------------------------- /MediaTek/libxlog/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/libxlog/Android.mk -------------------------------------------------------------------------------- /MediaTek/libxlog/xlog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/libxlog/xlog.c -------------------------------------------------------------------------------- /MediaTek/wifi/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/wifi/Android.mk -------------------------------------------------------------------------------- /MediaTek/wifi/NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/wifi/NOTICE -------------------------------------------------------------------------------- /MediaTek/wifi/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/wifi/README -------------------------------------------------------------------------------- /MediaTek/wifi/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/wifi/common.cpp -------------------------------------------------------------------------------- /MediaTek/wifi/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/wifi/common.h -------------------------------------------------------------------------------- /MediaTek/wifi/cpp_bindings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/wifi/cpp_bindings.cpp -------------------------------------------------------------------------------- /MediaTek/wifi/cpp_bindings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/wifi/cpp_bindings.h -------------------------------------------------------------------------------- /MediaTek/wifi/gscan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/wifi/gscan.cpp -------------------------------------------------------------------------------- /MediaTek/wifi/link_layer_stats.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/wifi/link_layer_stats.cpp -------------------------------------------------------------------------------- /MediaTek/wifi/rtt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/wifi/rtt.cpp -------------------------------------------------------------------------------- /MediaTek/wifi/sync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/wifi/sync.h -------------------------------------------------------------------------------- /MediaTek/wifi/wifi_hal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/MediaTek/wifi/wifi_hal.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/README.md -------------------------------------------------------------------------------- /cm.dependencies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/cm.dependencies -------------------------------------------------------------------------------- /configs/agps_profiles_conf2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/agps_profiles_conf2.xml -------------------------------------------------------------------------------- /configs/apns-conf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/apns-conf.xml -------------------------------------------------------------------------------- /configs/audio_device.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/audio_device.xml -------------------------------------------------------------------------------- /configs/audio_effects.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/audio_effects.conf -------------------------------------------------------------------------------- /configs/audio_policy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/audio_policy.conf -------------------------------------------------------------------------------- /configs/ecc_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/ecc_list.xml -------------------------------------------------------------------------------- /configs/egl.cfg: -------------------------------------------------------------------------------- 1 | 0 0 android 2 | 0 1 mali 3 | -------------------------------------------------------------------------------- /configs/hostapd/hostapd.accept: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/hostapd/hostapd.accept -------------------------------------------------------------------------------- /configs/hostapd/hostapd.deny: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/hostapd/hostapd.deny -------------------------------------------------------------------------------- /configs/hostapd/hostapd_default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/hostapd/hostapd_default.conf -------------------------------------------------------------------------------- /configs/media_codecs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/media_codecs.xml -------------------------------------------------------------------------------- /configs/media_profiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/media_profiles.xml -------------------------------------------------------------------------------- /configs/platform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/platform.xml -------------------------------------------------------------------------------- /configs/spn-conf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/spn-conf.xml -------------------------------------------------------------------------------- /configs/thermal/.ht120.mtc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/thermal/.ht120.mtc -------------------------------------------------------------------------------- /configs/thermal/.thermal_policy_00: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/thermal/.thermal_policy_00 -------------------------------------------------------------------------------- /configs/thermal/thermal.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/thermal/thermal.conf -------------------------------------------------------------------------------- /configs/thermal/thermal.off.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/configs/thermal/thermal.off.conf -------------------------------------------------------------------------------- /device_mt6753.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/device_mt6753.mk -------------------------------------------------------------------------------- /include/cutils/alelog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/cutils/alelog.h -------------------------------------------------------------------------------- /include/cutils/xlog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/cutils/xlog.h -------------------------------------------------------------------------------- /include/hardware/gps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/gps.h -------------------------------------------------------------------------------- /include/hardware/include/gralloc_mtk_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/gralloc_mtk_defs.h -------------------------------------------------------------------------------- /include/hardware/include/graphics_mtk_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/graphics_mtk_defs.h -------------------------------------------------------------------------------- /include/hardware/include/hwc_priv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/hwc_priv.h -------------------------------------------------------------------------------- /include/hardware/include/mmsdk/effect_device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mmsdk/effect_device.h -------------------------------------------------------------------------------- /include/hardware/include/mmsdk/gesture_device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mmsdk/gesture_device.h -------------------------------------------------------------------------------- /include/hardware/include/mmsdk/heartrate_device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mmsdk/heartrate_device.h -------------------------------------------------------------------------------- /include/hardware/include/mmsdk/imageTransform_device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mmsdk/imageTransform_device.h -------------------------------------------------------------------------------- /include/hardware/include/mmsdk/mmsdk_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mmsdk/mmsdk_common.h -------------------------------------------------------------------------------- /include/hardware/include/mmutils/IGrallocHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mmutils/IGrallocHelper.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/BasicTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/BasicTypes.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/BuiltinTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/BuiltinTypes.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/Errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/Errors.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/IImageBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/IImageBuffer.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/IPlatform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/IPlatform.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/ImageFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/ImageFormat.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/Log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/Log.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/Modes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/Modes.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/Trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/Trace.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/TypeManip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/TypeManip.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/UITypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/UITypes.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/acdk/AcdkCommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/acdk/AcdkCommon.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/acdk/AcdkIF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/acdk/AcdkIF.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/acdk/AcdkTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/acdk/AcdkTypes.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/acdk/CctIF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/acdk/CctIF.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/acdk/MdkIF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/acdk/MdkIF.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/common.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/device/Cam1Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/device/Cam1Device.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/device/Cam1DeviceBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/device/Cam1DeviceBase.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/device/Cam3Device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/device/Cam3Device.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/device/Cam3DeviceBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/device/Cam3DeviceBase.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/device/CamDeviceManagerBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/device/CamDeviceManagerBase.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/device/ICamDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/device/ICamDevice.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/device/ICamDeviceManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/device/ICamDeviceManager.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/device/device1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/device/device1.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/device/module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/device/module.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/exif/CamExif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/exif/CamExif.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/exif/IBaseCamExif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/exif/IBaseCamExif.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/exif/IDbgInfoContainer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/exif/IDbgInfoContainer.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/exif/StdExif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/exif/StdExif.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/hal/IHalMemory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/hal/IHalMemory.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/hal/IHalSensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/hal/IHalSensor.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/hal/IResManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/hal/IResManager.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/hal/aaa_hal_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/hal/aaa_hal_base.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/hal/sensor_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/hal/sensor_hal.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/metadata/IMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/metadata/IMetadata.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/metadata/IMetadataConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/metadata/IMetadataConverter.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/metadata/IMetadataProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/metadata/IMetadataProvider.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/metadata/IMetadataTagSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/metadata/IMetadataTagSet.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/metadata/ITemplateRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/metadata/ITemplateRequest.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/metadata/client/TagMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/metadata/client/TagMap.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/metadata/mtk_metadata_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/metadata/mtk_metadata_types.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/mmp/Profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/mmp/Profile.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/mmp/mmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/mmp/mmp.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/utils/CpuCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/utils/CpuCtrl.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/utils/Format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/utils/Format.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/utils/ImageBufferHeap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/utils/ImageBufferHeap.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/utils/Misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/utils/Misc.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/utils/Profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/utils/Profile.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/utils/Property.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/utils/Property.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/utils/SensorListener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/utils/SensorListener.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/utils/Sync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/utils/Sync.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/utils/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/utils/common.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/ExtImgProc/ExtImgProc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/ExtImgProc/ExtImgProc.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/ExtImgProc/IExtImgProc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/ExtImgProc/IExtImgProc.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/ICamAdapter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/ICamAdapter.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/ICamClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/ICamClient.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/IDisplayClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/IDisplayClient.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/IParamsManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/IParamsManager.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/PriorityDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/PriorityDefs.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/camutils/CamFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/camutils/CamFormat.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/camutils/CamFormatTransform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/camutils/CamFormatTransform.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/camutils/CamInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/camutils/CamInfo.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/camutils/CamMisc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/camutils/CamMisc.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/camutils/CamProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/camutils/CamProfile.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/camutils/CamProperty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/camutils/CamProperty.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/camutils/IBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/camutils/IBuffer.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/camutils/ICameraBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/camutils/ICameraBuffer.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/camutils/IImgBufQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/camutils/IImgBufQueue.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/camutils/ImgBufQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/camutils/ImgBufQueue.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/client/IFDClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/client/IFDClient.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/client/IOTClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/client/IOTClient.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/client/IPreviewClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/client/IPreviewClient.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/client/IPreviewFeatureClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/client/IPreviewFeatureClient.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/client/IRecordClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/client/IRecordClient.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/common.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/featureio/3DF_hal_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/featureio/3DF_hal_base.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/featureio/autorama_hal_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/featureio/autorama_hal_base.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/featureio/utility_hal_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/featureio/utility_hal_base.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v1/sdkClient/IGestureClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v1/sdkClient/IGestureClient.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v3/app/AppStreamBuffers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v3/app/AppStreamBuffers.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v3/app/Cam3ImageStreamInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v3/app/Cam3ImageStreamInfo.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v3/app/IAppStreamManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v3/app/IAppStreamManager.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v3/app/StreamId.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v3/app/StreamId.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v3/pipeline/IPipelineDAG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v3/pipeline/IPipelineDAG.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v3/pipeline/IPipelineModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v3/pipeline/IPipelineModel.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v3/pipeline/IPipelineNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v3/pipeline/IPipelineNode.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v3/stream/IStreamBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v3/stream/IStreamBuffer.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v3/stream/IStreamBufferSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v3/stream/IStreamBufferSet.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v3/stream/IStreamInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v3/stream/IStreamInfo.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v3/stream/IUsersManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v3/stream/IUsersManager.h -------------------------------------------------------------------------------- /include/hardware/include/mtkcam/v3/utils/streambuf/UsersManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/include/hardware/include/mtkcam/v3/utils/streambuf/UsersManager.h -------------------------------------------------------------------------------- /patches/apply-patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/apply-patch.sh -------------------------------------------------------------------------------- /patches/framework_av/0002-camera.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/framework_av/0002-camera.patch -------------------------------------------------------------------------------- /patches/framework_av/0003-frameworks_av_fmradio_patch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/framework_av/0003-frameworks_av_fmradio_patch.patch -------------------------------------------------------------------------------- /patches/framework_av/frameworks_av_videorecording_fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/framework_av/frameworks_av_videorecording_fix.patch -------------------------------------------------------------------------------- /patches/framework_base/0001-fingerprint_frameworks_base.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/framework_base/0001-fingerprint_frameworks_base.patch -------------------------------------------------------------------------------- /patches/framework_base/0002-fingerprint_frameworks_base.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/framework_base/0002-fingerprint_frameworks_base.patch -------------------------------------------------------------------------------- /patches/framework_base/0003-location-style-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/framework_base/0003-location-style-fix.patch -------------------------------------------------------------------------------- /patches/framework_base/0004_minimal_xlog_frameworks_base.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/framework_base/0004_minimal_xlog_frameworks_base.patch -------------------------------------------------------------------------------- /patches/framework_base/0005-Update-for-mtk.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/framework_base/0005-Update-for-mtk.patch -------------------------------------------------------------------------------- /patches/framework_opt_telephony/0001-Update-for-mtk.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/framework_opt_telephony/0001-Update-for-mtk.patch -------------------------------------------------------------------------------- /patches/hardware_libhardware/fix-gps-light-audio.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/hardware_libhardware/fix-gps-light-audio.patch -------------------------------------------------------------------------------- /patches/hardware_libhardware_legacy/patch-for-mtk.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/hardware_libhardware_legacy/patch-for-mtk.patch -------------------------------------------------------------------------------- /patches/packages_apps_Settings/0001-multisim.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/packages_apps_Settings/0001-multisim.patch -------------------------------------------------------------------------------- /patches/packages_services_telephony/NeedsFakeIccid.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/packages_services_telephony/NeedsFakeIccid.patch -------------------------------------------------------------------------------- /patches/system_core/fix-boot-for-mtk.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/system_core/fix-boot-for-mtk.patch -------------------------------------------------------------------------------- /patches/system_netd/hotpost-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/patches/system_netd/hotpost-fix.patch -------------------------------------------------------------------------------- /prebuilt/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/prebuilt/Android.mk -------------------------------------------------------------------------------- /prebuilt/app/EngineerMode/EngineerMode.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/prebuilt/app/EngineerMode/EngineerMode.apk -------------------------------------------------------------------------------- /sepolicy/BGW.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/BGW.te -------------------------------------------------------------------------------- /sepolicy/GoogleOtaBinder.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/GoogleOtaBinder.te -------------------------------------------------------------------------------- /sepolicy/MtkCodecService.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/MtkCodecService.te -------------------------------------------------------------------------------- /sepolicy/aal.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/aal.te -------------------------------------------------------------------------------- /sepolicy/adbd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/adbd.te -------------------------------------------------------------------------------- /sepolicy/af7133e.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/af7133e.te -------------------------------------------------------------------------------- /sepolicy/akmd09911.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/akmd09911.te -------------------------------------------------------------------------------- /sepolicy/akmd8963.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/akmd8963.te -------------------------------------------------------------------------------- /sepolicy/akmd8975.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/akmd8975.te -------------------------------------------------------------------------------- /sepolicy/ami304d.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/ami304d.te -------------------------------------------------------------------------------- /sepolicy/app.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/app.te -------------------------------------------------------------------------------- /sepolicy/atci_service.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/atci_service.te -------------------------------------------------------------------------------- /sepolicy/atcid.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/atcid.te -------------------------------------------------------------------------------- /sepolicy/audiocmdservice_atci.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/audiocmdservice_atci.te -------------------------------------------------------------------------------- /sepolicy/autokd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/autokd.te -------------------------------------------------------------------------------- /sepolicy/batterywarning.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/batterywarning.te -------------------------------------------------------------------------------- /sepolicy/bluetooth.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/bluetooth.te -------------------------------------------------------------------------------- /sepolicy/bmc156d.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/bmc156d.te -------------------------------------------------------------------------------- /sepolicy/bmm050d.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/bmm050d.te -------------------------------------------------------------------------------- /sepolicy/bmm056d.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/bmm056d.te -------------------------------------------------------------------------------- /sepolicy/bmx056d.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/bmx056d.te -------------------------------------------------------------------------------- /sepolicy/boot_logo_updater.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/boot_logo_updater.te -------------------------------------------------------------------------------- /sepolicy/bootanim.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/bootanim.te -------------------------------------------------------------------------------- /sepolicy/br_app_data_service.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/br_app_data_service.te -------------------------------------------------------------------------------- /sepolicy/ccci_fsd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/ccci_fsd.te -------------------------------------------------------------------------------- /sepolicy/ccci_mdinit.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/ccci_mdinit.te -------------------------------------------------------------------------------- /sepolicy/ccci_rpcd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/ccci_rpcd.te -------------------------------------------------------------------------------- /sepolicy/clatd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/clatd.te -------------------------------------------------------------------------------- /sepolicy/cmddumper.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/cmddumper.te -------------------------------------------------------------------------------- /sepolicy/device.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/device.te -------------------------------------------------------------------------------- /sepolicy/dex2oat.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/dex2oat.te -------------------------------------------------------------------------------- /sepolicy/dhcp.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/dhcp.te -------------------------------------------------------------------------------- /sepolicy/dhcp6c.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/dhcp6c.te -------------------------------------------------------------------------------- /sepolicy/disableswap.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/disableswap.te -------------------------------------------------------------------------------- /sepolicy/dm_agent_binder.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/dm_agent_binder.te -------------------------------------------------------------------------------- /sepolicy/dmlog.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/dmlog.te -------------------------------------------------------------------------------- /sepolicy/dnsmasq.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/dnsmasq.te -------------------------------------------------------------------------------- /sepolicy/domain.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/domain.te -------------------------------------------------------------------------------- /sepolicy/drmserver.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/drmserver.te -------------------------------------------------------------------------------- /sepolicy/dualmdlogger.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/dualmdlogger.te -------------------------------------------------------------------------------- /sepolicy/dumpstate.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/dumpstate.te -------------------------------------------------------------------------------- /sepolicy/eemcs_fsd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/eemcs_fsd.te -------------------------------------------------------------------------------- /sepolicy/eemcs_mdinit.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/eemcs_mdinit.te -------------------------------------------------------------------------------- /sepolicy/em_svr.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/em_svr.te -------------------------------------------------------------------------------- /sepolicy/emdlogger.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/emdlogger.te -------------------------------------------------------------------------------- /sepolicy/enableswap.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/enableswap.te -------------------------------------------------------------------------------- /sepolicy/epdg_wod.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/epdg_wod.te -------------------------------------------------------------------------------- /sepolicy/factory.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/factory.te -------------------------------------------------------------------------------- /sepolicy/file.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/file.te -------------------------------------------------------------------------------- /sepolicy/file_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/file_contexts -------------------------------------------------------------------------------- /sepolicy/flashlessd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/flashlessd.te -------------------------------------------------------------------------------- /sepolicy/fota1.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/fota1.te -------------------------------------------------------------------------------- /sepolicy/fs_use: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/fs_use -------------------------------------------------------------------------------- /sepolicy/fuelgauged.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/fuelgauged.te -------------------------------------------------------------------------------- /sepolicy/genfs_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/genfs_contexts -------------------------------------------------------------------------------- /sepolicy/geomagneticd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/geomagneticd.te -------------------------------------------------------------------------------- /sepolicy/gpsd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/gpsd.te -------------------------------------------------------------------------------- /sepolicy/gsm0710muxd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/gsm0710muxd.te -------------------------------------------------------------------------------- /sepolicy/gsm0710muxdmd2.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/gsm0710muxdmd2.te -------------------------------------------------------------------------------- /sepolicy/guiext-server.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/guiext-server.te -------------------------------------------------------------------------------- /sepolicy/hci_attach.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/hci_attach.te -------------------------------------------------------------------------------- /sepolicy/healthd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/healthd.te -------------------------------------------------------------------------------- /sepolicy/hostapd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/hostapd.te -------------------------------------------------------------------------------- /sepolicy/icusbd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/icusbd.te -------------------------------------------------------------------------------- /sepolicy/init.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/init.te -------------------------------------------------------------------------------- /sepolicy/init_shell.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/init_shell.te -------------------------------------------------------------------------------- /sepolicy/inputflinger.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/inputflinger.te -------------------------------------------------------------------------------- /sepolicy/install_recovery.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/install_recovery.te -------------------------------------------------------------------------------- /sepolicy/installd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/installd.te -------------------------------------------------------------------------------- /sepolicy/ipod.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/ipod.te -------------------------------------------------------------------------------- /sepolicy/ipsec.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/ipsec.te -------------------------------------------------------------------------------- /sepolicy/isolated_app.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/isolated_app.te -------------------------------------------------------------------------------- /sepolicy/ist8303.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/ist8303.te -------------------------------------------------------------------------------- /sepolicy/kernel.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/kernel.te -------------------------------------------------------------------------------- /sepolicy/keys.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/keys.conf -------------------------------------------------------------------------------- /sepolicy/keystore.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/keystore.te -------------------------------------------------------------------------------- /sepolicy/launchpppoe.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/launchpppoe.te -------------------------------------------------------------------------------- /sepolicy/lmkd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/lmkd.te -------------------------------------------------------------------------------- /sepolicy/logd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/logd.te -------------------------------------------------------------------------------- /sepolicy/matv.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/matv.te -------------------------------------------------------------------------------- /sepolicy/mc6420d.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mc6420d.te -------------------------------------------------------------------------------- /sepolicy/mc6470d.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mc6470d.te -------------------------------------------------------------------------------- /sepolicy/md_ctrl.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/md_ctrl.te -------------------------------------------------------------------------------- /sepolicy/mdlogger.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mdlogger.te -------------------------------------------------------------------------------- /sepolicy/mdnsd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mdnsd.te -------------------------------------------------------------------------------- /sepolicy/mediaserver.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mediaserver.te -------------------------------------------------------------------------------- /sepolicy/memsicd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/memsicd.te -------------------------------------------------------------------------------- /sepolicy/memsicd3416x.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/memsicd3416x.te -------------------------------------------------------------------------------- /sepolicy/memsicp.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/memsicp.te -------------------------------------------------------------------------------- /sepolicy/meta_tst.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/meta_tst.te -------------------------------------------------------------------------------- /sepolicy/mmc3524xd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mmc3524xd.te -------------------------------------------------------------------------------- /sepolicy/mmc_ffu.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mmc_ffu.te -------------------------------------------------------------------------------- /sepolicy/mmp.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mmp.te -------------------------------------------------------------------------------- /sepolicy/mnld.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mnld.te -------------------------------------------------------------------------------- /sepolicy/mobicore.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mobicore.te -------------------------------------------------------------------------------- /sepolicy/mobile_log_d.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mobile_log_d.te -------------------------------------------------------------------------------- /sepolicy/mpud6050.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mpud6050.te -------------------------------------------------------------------------------- /sepolicy/msensord.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/msensord.te -------------------------------------------------------------------------------- /sepolicy/mtk_6620_launcher.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mtk_6620_launcher.te -------------------------------------------------------------------------------- /sepolicy/mtk_agpsd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mtk_agpsd.te -------------------------------------------------------------------------------- /sepolicy/mtk_file.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mtk_file.te -------------------------------------------------------------------------------- /sepolicy/mtkbt.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mtkbt.te -------------------------------------------------------------------------------- /sepolicy/mtkrild.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mtkrild.te -------------------------------------------------------------------------------- /sepolicy/mtkrildmd2.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mtkrildmd2.te -------------------------------------------------------------------------------- /sepolicy/mtp.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/mtp.te -------------------------------------------------------------------------------- /sepolicy/muxreport.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/muxreport.te -------------------------------------------------------------------------------- /sepolicy/net.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/net.te -------------------------------------------------------------------------------- /sepolicy/netd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/netd.te -------------------------------------------------------------------------------- /sepolicy/netdiag.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/netdiag.te -------------------------------------------------------------------------------- /sepolicy/nfc.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/nfc.te -------------------------------------------------------------------------------- /sepolicy/nvram_agent_binder.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/nvram_agent_binder.te -------------------------------------------------------------------------------- /sepolicy/nvram_backup_binder.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/nvram_backup_binder.te -------------------------------------------------------------------------------- /sepolicy/nvram_daemon.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/nvram_daemon.te -------------------------------------------------------------------------------- /sepolicy/orientationd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/orientationd.te -------------------------------------------------------------------------------- /sepolicy/permission_check.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/permission_check.te -------------------------------------------------------------------------------- /sepolicy/platform_app.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/platform_app.te -------------------------------------------------------------------------------- /sepolicy/poad.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/poad.te -------------------------------------------------------------------------------- /sepolicy/ppl_agent.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/ppl_agent.te -------------------------------------------------------------------------------- /sepolicy/ppp.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/ppp.te -------------------------------------------------------------------------------- /sepolicy/pppd_dt.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/pppd_dt.te -------------------------------------------------------------------------------- /sepolicy/pppd_via.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/pppd_via.te -------------------------------------------------------------------------------- /sepolicy/pq.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/pq.te -------------------------------------------------------------------------------- /sepolicy/program_binary.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/program_binary.te -------------------------------------------------------------------------------- /sepolicy/property.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/property.te -------------------------------------------------------------------------------- /sepolicy/property_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/property_contexts -------------------------------------------------------------------------------- /sepolicy/pvrsrvctl.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/pvrsrvctl.te -------------------------------------------------------------------------------- /sepolicy/qmcX983d.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/qmcX983d.te -------------------------------------------------------------------------------- /sepolicy/racoon.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/racoon.te -------------------------------------------------------------------------------- /sepolicy/radio.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/radio.te -------------------------------------------------------------------------------- /sepolicy/recovery.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/recovery.te -------------------------------------------------------------------------------- /sepolicy/resmon.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/resmon.te -------------------------------------------------------------------------------- /sepolicy/ril-3gddaemon.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/ril-3gddaemon.te -------------------------------------------------------------------------------- /sepolicy/rild.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/rild.te -------------------------------------------------------------------------------- /sepolicy/runas.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/runas.te -------------------------------------------------------------------------------- /sepolicy/s62xd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/s62xd.te -------------------------------------------------------------------------------- /sepolicy/sbchk.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/sbchk.te -------------------------------------------------------------------------------- /sepolicy/sdcardd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/sdcardd.te -------------------------------------------------------------------------------- /sepolicy/service.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/service.te -------------------------------------------------------------------------------- /sepolicy/service_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/service_contexts -------------------------------------------------------------------------------- /sepolicy/servicemanager.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/servicemanager.te -------------------------------------------------------------------------------- /sepolicy/shared_relro.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/shared_relro.te -------------------------------------------------------------------------------- /sepolicy/shell.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/shell.te -------------------------------------------------------------------------------- /sepolicy/sn.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/sn.te -------------------------------------------------------------------------------- /sepolicy/st480.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/st480.te -------------------------------------------------------------------------------- /sepolicy/statusd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/statusd.te -------------------------------------------------------------------------------- /sepolicy/surfaceflinger.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/surfaceflinger.te -------------------------------------------------------------------------------- /sepolicy/system_app.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/system_app.te -------------------------------------------------------------------------------- /sepolicy/system_server.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/system_server.te -------------------------------------------------------------------------------- /sepolicy/te_macros: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/te_macros -------------------------------------------------------------------------------- /sepolicy/tee.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/tee.te -------------------------------------------------------------------------------- /sepolicy/terservice.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/terservice.te -------------------------------------------------------------------------------- /sepolicy/thermal.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/thermal.te -------------------------------------------------------------------------------- /sepolicy/thermal_manager.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/thermal_manager.te -------------------------------------------------------------------------------- /sepolicy/thermald.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/thermald.te -------------------------------------------------------------------------------- /sepolicy/tiny_mkswap.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/tiny_mkswap.te -------------------------------------------------------------------------------- /sepolicy/tiny_swapon.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/tiny_swapon.te -------------------------------------------------------------------------------- /sepolicy/tunman.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/tunman.te -------------------------------------------------------------------------------- /sepolicy/ueventd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/ueventd.te -------------------------------------------------------------------------------- /sepolicy/uncrypt.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/uncrypt.te -------------------------------------------------------------------------------- /sepolicy/untrusted_app.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/untrusted_app.te -------------------------------------------------------------------------------- /sepolicy/usbdongled.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/usbdongled.te -------------------------------------------------------------------------------- /sepolicy/vdc.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/vdc.te -------------------------------------------------------------------------------- /sepolicy/viarild.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/viarild.te -------------------------------------------------------------------------------- /sepolicy/vold.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/vold.te -------------------------------------------------------------------------------- /sepolicy/volte_imcb.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/volte_imcb.te -------------------------------------------------------------------------------- /sepolicy/volte_stack.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/volte_stack.te -------------------------------------------------------------------------------- /sepolicy/volte_ua.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/volte_ua.te -------------------------------------------------------------------------------- /sepolicy/vtservice.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/vtservice.te -------------------------------------------------------------------------------- /sepolicy/watchdogd.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/watchdogd.te -------------------------------------------------------------------------------- /sepolicy/wifi2agps.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/wifi2agps.te -------------------------------------------------------------------------------- /sepolicy/wmt_loader.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/wmt_loader.te -------------------------------------------------------------------------------- /sepolicy/wpa.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/wpa.te -------------------------------------------------------------------------------- /sepolicy/wpa_supplicant.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/wpa_supplicant.te -------------------------------------------------------------------------------- /sepolicy/xlog.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/xlog.te -------------------------------------------------------------------------------- /sepolicy/zpppd_gprs.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/zpppd_gprs.te -------------------------------------------------------------------------------- /sepolicy/zygote.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/janengelmohr/android_device_mt6753_common/HEAD/sepolicy/zygote.te --------------------------------------------------------------------------------