Skip to content

Commit

Permalink
add nw-a40 to supported model list
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown321 committed Jan 18, 2025
1 parent 749df4d commit 5b55fa0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,18 @@ release-clean:

release: release-clean build-arm server nw-installer/installer/userdata.tar.gz nw-installer/installer/userdata.uninstaller.tar.gz
# first, build and move uninstaller upgs
$(MAKE) -C nw-installer OUTFILE=$(PRODUCT).uninstaller.exe APPNAME=$(PRODUCT)-uninstaller A40=0 A30=0 USERDATA_FILENAME=userdata.uninstaller.tar.gz build
$(MAKE) -C nw-installer OUTFILE=$(PRODUCT).uninstaller.exe APPNAME=$(PRODUCT)-uninstaller A30=0 USERDATA_FILENAME=userdata.uninstaller.tar.gz build
mkdir -p release/uninstaller
cd nw-installer/installer/nw-a40/ && tar -czvf ../../../release/uninstaller/nw-a40.uninstaller.tar.gz NW_WM_FW.UPG && rm NW_WM_FW.UPG
cd nw-installer/installer/nw-a50/ && tar -czvf ../../../release/uninstaller/nw-a50.uninstaller.tar.gz NW_WM_FW.UPG && rm NW_WM_FW.UPG
cd nw-installer/installer/walkmanOne/ && tar -czvf ../../../release/uninstaller/walkmanOne.uninstaller.tar.gz NW_WM_FW.UPG && rm NW_WM_FW.UPG
# second, build installer upgs
$(MAKE) -C nw-installer OUTFILE=$(PRODUCT).exe APPNAME=$(PRODUCT) A40=0 A30=0 build
# next, build installer (with uninstaller included)
$(MAKE) -C nw-installer OUTFILE=$(PRODUCT).exe APPNAME=$(PRODUCT) A40=0 A30=0 win
$(MAKE) -C nw-installer OUTFILE=$(PRODUCT).exe APPNAME=$(PRODUCT) A30=0 build
# next, build Windows installer (with uninstaller included)
$(MAKE) -C nw-installer OUTFILE=$(PRODUCT).exe APPNAME=$(PRODUCT) A30=0 A40MOD_ONLY=1 win
# finally, move installer upg and exe files
mkdir -p release/installer/
cd nw-installer/installer/nw-a40/ && tar -czvf ../../../release/installer/nw-a40.tar.gz NW_WM_FW.UPG
cd nw-installer/installer/nw-a50/ && tar -czvf ../../../release/installer/nw-a50.tar.gz NW_WM_FW.UPG
cd nw-installer/installer/walkmanOne/ && tar -czvf ../../../release/installer/walkmanOne.tar.gz NW_WM_FW.UPG
mv nw-installer/installer/windows/$(PRODUCT).exe release/installer/$(PRODUCT).$(shell date --iso).$(shell git log -1 --format=%h).exe
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ See [BUILD.md](./BUILD.md)

[Making of sound settings](./MAKING_OF_SOUND_SETTINGS.md)

[scrobbler](https://github.com/unknown321/scrobbler)
[Scrobbler](https://github.com/unknown321/scrobbler)

## Support me

Expand Down
8 changes: 5 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- [ ] make llusbdac build everywhere, not just on my machine
- [ ] apply tunings on boot
- [ ] mtk backup is broken on nw-a40, update docs
- [x] export bookmarks
- [x] current volume on volume table graphs
- [x] <s>read skins from sd card</s> a lot of code for like what, 10 mb of skins on sd card? just use internal storage
Expand Down Expand Up @@ -81,12 +82,13 @@

# hard to solve

- [x] cassette tape combo is hidden by screen edge on hagoromo (culling and rotation)
- [x] <s>winamp playlist flicker sometimes (or is it?)</s> not anymore
- [ ] time/cover features are not applied on device boot, only after first toggle
- [ ] font atlases are too big
- [ ] blink/marquee timers are not precise
- [ ] fps limit works after application restart, because you need to reset `lasttime`; don't want to pass it through
everything.
- [ ] first clock update is not visible because it is immediately wiped by volume change (which is needed to get first
volume reading)
- [x] font atlases are too big
- [x] cassette tape combo is hidden by screen edge on hagoromo (culling and rotation)
- [x] <s>winamp playlist flicker sometimes (or is it?)</s> not anymore

2 changes: 1 addition & 1 deletion nw-installer

0 comments on commit 5b55fa0

Please sign in to comment.