File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -194,5 +194,12 @@ qrDonate.bmp:
194
194
@convert qrDonate.png -type palette qrDonate.bmp
195
195
@rm qrDonate.png
196
196
197
-
198
- .PHONY : build build-arm docker docker_digital_clock push profile profile-arm valgrind deps release release-clean LICENSE_3rdparty server userdata
197
+ fastinstall :
198
+ cd release/installer/
199
+ tar -C release/installer -xf release/installer/nw-a50.tar.gz
200
+ adb push release/installer/NW_WM_FW.UPG /contents
201
+ adb shell sync
202
+ adb shell nvpflag fup 0x70555766
203
+ adb shell reboot
204
+
205
+ .PHONY : build build-arm docker docker_digital_clock push profile profile-arm valgrind deps release release-clean LICENSE_3rdparty server userdata fastinstall
Original file line number Diff line number Diff line change @@ -141,6 +141,10 @@ build: build/plugins/platforms/libqeglfs.so fast
141
141
142
142
release : build push
143
143
144
+ r : release
145
+ $(ADB ) shell logcat -c
146
+ $(ADB ) shell hagodaemons.sh restart
147
+
144
148
libMali_linux.so :
145
149
test -f ../libs/libMali_linux.so
146
150
@@ -151,4 +155,4 @@ push:
151
155
152
156
.DEFAULT_GOAL := build
153
157
154
- .PHONY : build
158
+ .PHONY : build r push release fast clean veryclean prepare
You can’t perform that action at this time.
0 commit comments