Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Barnes & Noble NOOK

Notices

Reply
 
Thread Tools Search this Thread
Old Yesterday, 08:17 AM   #1
Nookie.Reader
Junior Member
Nookie.Reader began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jun 2024
Device: Nook Glowlight 4
Unhappy Access Nook Glowlight 4 32gb Storage

Hi, might be a noob question.
is there any way to access the 32gb storage of the GL4?
ive did a few research but none of them worked.
i was able to find the installing android on nook, but is there any cons in doing that? would it affect my battery? because my nooks battery can only last a few days, not even a week (wifi off and brightness off).
im mostly reading manga so the 5gb sideload is not enough.

if there is a way of accessing it without rooting (im scared of issues. i live in the Philippines, not much support on bricked nooks here)

Nookie.Reader is offline   Reply With Quote
Old Today, 11:25 AM   #2
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,696
Karma: 11749035
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5
I hate to even wade into this subject again...

B&N likes that UMS, where you plug in your Nook and it says connected.
What it presents has to be (MS DOS/Windows) FAT-ish because that's the standard.
They give you 5 GB for this area.
You can make this area 20 GB or 1 byte.
B&Ns decision for size was just based on guessing the needs of the customers.
It was not intended to be evil.

There's two ways to proceed from here depending on how you feel.

Keep using the UMS and FAT. Expand the 5,368,709,120 bytes to 20 GB or whatever. You will probably need to be rooted. There is a script for resizing but you'll have to edit this some to get it to do what you want. /system/bin/ums_open_resize.sh

It might be something like this. Backup everything first.
Code:
truncate -s 20G /sdcard/.mass/backingFile.img
fatresize -q -s 20G /sdcard/.mass/backingFile.img
fsck_msdos -y /sdcard/.mass/backingFile.img
The other way is to just keep everything in /sdcard (which is not a physical SD card). The question is if your application can see files there. Then there is how to get files there. You will have to use ADB. The good thing is, you don't even have to be rooted.

FIRST MAKE SURE YOU HAVE NOTHING IMPORTANT SAVED IN THE "NOOK IS CONNECTED" AREA. DOWNLOAD IT TO YOUR DESKTOP. THIS WILL ERASE EVERYTHING THERE.

Code:
C:\>adb shell
$ setprop persist.sys.usb.config adb
$ cd /sdcard/.mass
$ ls -l
-rw-rw---- 1 root sdcard_rw 5368709120 2012-11-02 14:25 backingFile.img
$ echo Hello > backingFile.img
$ ls -l
-rw-rw---- 1 root sdcard_rw 6 2012-11-02 14:46 backingFile.img
So, you just got rid of 5G of wasted space. Keeping a file of some kind prevents it from being recreated without having to disable the scripts.
Code:
$ cd /sdcard
$ mkdir Marvel
^D
C:\>adb push Superman1.epub sdcard/Marvel
Mmm, is Superman DC Comics?

Last edited by Renate; Today at 12:08 PM.
Renate is online now   Reply With Quote
Advert
Reply

Tags
glowlight 4, nook, sideloading


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to access my Nook Glowlight 3 without registration? dntq83 Barnes & Noble NOOK 22 03-15-2021 04:43 PM
2 Devices With 32GB Storage But... 93terp Kobo Reader 15 08-24-2020 08:57 PM
32gb Storage - Why HogDrvr Amazon Kindle 29 08-22-2019 07:51 AM
Ended Nook Glowlight and Oberon Cover (for Nook Touch or Glowlight) puglover333 Flea Market 1 09-20-2012 08:11 AM
Access rooted Nook Color storage as network share KryptoNyte Nook Developer's Corner 1 12-29-2010 10:03 AM


All times are GMT -4. The time now is 01:29 PM.


MobileRead.com is a privately owned, operated and funded community.