View Single Post
Old 01-13-2022, 07:04 AM   #20
Renate
Wizard
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 2,526
Karma: 10479009
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
Quote:
Originally Posted by Renate View Post
It's trivial to add to the new Glow '21. You just have to solder a bit.
The photo is my Glow2 with 32GB added.

This is my Glow '21:
Code:
C:\>dir g:
 Volume in drive G is NOOK
 Volume Serial Number is 1234-5678

 Directory of G:\

01/13/2022  19:28    <DIR>          Android
01/13/2022  19:28    <DIR>          .adobe-digital-editions
               0 File(s)              0 bytes
               2 Dir(s)  17,171,333,120 bytes free
Happy now? The easiest way to do this involves deleting everything that you've sideloaded with UMS (not apps, not B&N books).
Code:
# cd /storage/emulated/0/.mass
# rm backingFile.img
# busybox dd if=/dev/zero of=backingFile.img bs=1 count=0 seek=16384M
# sync
# busybox mkfs.vfat -n NOOK backingFile.img
# sync
# reboot
16384M is 16 GB. I prefer:
Code:
               2 Dir(s)      16,509,440 bytes free
Attached Thumbnails
Click image for larger version

Name:	sdcard.jpg
Views:	195
Size:	475.9 KB
ID:	191569  
Renate is offline   Reply With Quote