This repository was archived by the owner on Apr 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +30
-59
lines changed
Expand file tree Collapse file tree 6 files changed +30
-59
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11@ echo off
2- echo Downloading Apktool...
3- wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/windows/apktool.bat -q --show-progress
2+ echo Removing old builds
3+ if exist " out\CaticerCamera.apk" del " out\CaticerCamera.apk"
4+
5+ if not exist " out\" mkdir " out\"
6+
7+ if not exist apktool.bat echo apktool.bat not found. downloading... & wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/windows/apktool.bat -q --show-progress
8+ echo -
9+ if not exist apktool.jar echo apktool.jar not found. downloading... & wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.4.1.jar -q --show-progress
410cls
5- echo Downloading Apktool...
6- wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.4.1.jar -q --show-progress
7- cls
8- move apktool_2.4.1.jar apktool.jar
11+
12+ move apktool*.jar apktool.jar
913del .wget-hsts
1014cls
11- echo Downloading Apktool... done.
15+
1216echo Building App...
1317powershell.exe ./apktool.bat b .\application\
1418echo Building App... done.
15- mkdir out
1619move .\application\dist\MiuiCamera.apk out\CaticerCamera.apk
20+
21+ if exist " out\CaticerCamera.apk" ( echo Build Done.
22+ ) else ( echo PROCESS FAILED.. )
1723pause
Original file line number Diff line number Diff line change 11# getprop ro.product.name | grep daisy || abort "only daisy suported"
2- ui_print " @Caticer"
3- ui_print " - Warning! Beta version may cause some bugs!"
2+ ui_print " -------------------------------------------------------"
3+ ui_print " Developer: @Caticer"
4+ ui_print " Joind my channel for updates: t.me/caticerstuff"
5+ ui_print " Warning! Beta versions may cause some bugs!"
6+ ui_print " -------------------------------------------------------"
47ui_print " - For Android 8.1/9/10/11 Roms and GSI's"
5- ui_print " - V2 version"
6- ui_print " - 32s manuel Shutter speed"
7- ui_print " - 4K video"
8- ui_print " - And more+"
8+ ui_print " - Verison: V3-Beta"
9+ ui_print " -------------------------------------------------------"
10+ ui_print " Changelog:"
11+ ui_print " - Fixed random crash"
12+ ui_print " - New App icon"
13+ ui_print " - Full Hal3 complatible"
14+ ui_print " - Fixed no portraid and HDR pro option whith pixel props"
15+ ui_print " - Added more bugs to fix later"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name=Caticer Camera
33version=3
44versionCode=3
55author=Caticer / FDoop
6- description=Modded Stock Camera for Android 8/9/10/11 GSI/Custom Roms
6+ description=Modded Miui Camera for Android 8/9/10/11 GSI/Custom Roms
Original file line number Diff line number Diff line change 11@ echo off
2- powershell Compress-Archive -Path module\* debug.zip
3- echo Done!
2+ echo wip
3+ echo Create manually lol
44pause
You can’t perform that action at this time.
0 commit comments