This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <module type="JAVA_MODULE" version="4"> | |
| <component name="FacetManager"> | |
| <facet type="android" name="Android"> | |
| <configuration> | |
| <option name="GEN_FOLDER_RELATIVE_PATH_APT" value="/../../MyTvOnline_v1.08.06-r1361_source_from_JADX/gen" /> | |
| <option name="GEN_FOLDER_RELATIVE_PATH_AIDL" value="/../../MyTvOnline_v1.08.06-r1361_source_from_JADX/gen" /> | |
| <option name="MANIFEST_FILE_RELATIVE_PATH" value="/../../MyTvOnline_v1.08.06-r1361_source_from_JADX/AndroidManifest.xml" /> | |
| <option name="RES_FOLDER_RELATIVE_PATH" value="/../../MyTvOnline_v1.08.06-r1361_source_from_JADX/res" /> | |
| <option name="ASSETS_FOLDER_RELATIVE_PATH" value="/../../MyTvOnline_v1.08.06-r1361_source_from_JADX/assets" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK" /> | |
| </project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget https://downloads.openwrt.org/releases/21.02.5/targets/mvebu/cortexa9/openwrt-sdk-21.02.5-mvebu-cortexa9_gcc-8.4.0_musl_eabi.Linux-x86_64.tar.xz | |
| tar -xf openwrt-sdk-21.02.5-mvebu-cortexa9_gcc-8.4.0_musl_eabi.Linux-x86_64.tar.xz | |
| cd openwrt-sdk | |
| echo "src-git cups https://github.com/TheMMcOfficial/lede-cups.git" >> feeds.conf.default | |
| ./scripts/feeds update -a && ./scripts/feeds install -a |