Skip to content

Commit ce91c28

Browse files
committed
dev commands
1 parent cc53ca0 commit ce91c28

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Makefile

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,12 @@ qrDonate.bmp:
194194
@convert qrDonate.png -type palette qrDonate.bmp
195195
@rm qrDonate.png
196196

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

server/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ build: build/plugins/platforms/libqeglfs.so fast
141141

142142
release: build push
143143

144+
r: release
145+
$(ADB) shell logcat -c
146+
$(ADB) shell hagodaemons.sh restart
147+
144148
libMali_linux.so:
145149
test -f ../libs/libMali_linux.so
146150

@@ -151,4 +155,4 @@ push:
151155

152156
.DEFAULT_GOAL := build
153157

154-
.PHONY: build
158+
.PHONY: build r push release fast clean veryclean prepare

0 commit comments

Comments
 (0)