Critically low on storage popup - Fire TV Q&A, Help & Troubleshooting

I keep getting a popup that says the Fire TV is critically low on storage. Here's a df from adb shell:
[email protected]:/storage/emulated/legacy # df
df
Filesystem Size Used Free Blksize
/dev 973M 48K 973M 4096
/mnt/secure 973M 0K 973M 4096
/mnt/asec 973M 0K 973M 4096
/mnt/obb 973M 0K 973M 4096
/storage/usb 973M 0K 973M 4096
/system 756M 721M 35M 4096
/data 5G 2G 3G 4096
/cache 756M 13M 742M 4096
/firmware 63M 7M 56M 16384
/persist 7M 4M 3M 4096
/mnt/shell/emulated 5G 2G 3G 4096
/storage/emulated/legacy 5G 2G 3G 4096
/data/data/com.amazon.avod/files/streaming 400M 0K 400M 4096
[email protected]:/storage/emulated/legacy #
I don't see a problem. I'm running SPMC. That's probably the biggest space hog, but where is the problem?
One thing I'd like to try is clear out all of the plugins. IS there an easy way to do that without disturning the other settings?

Are you using the Zero cache advancedsettings.xml? Looking at your usage, I'm guessing that's the culprit.
Without the Zero cache advancedsettings.xml, XBMC uses the device's RAM for caching videos. But if you use the Zero cache advancedsettings.xml file, it forces all XBMC caching to be done on the hard drive, and ignores RAM. And it will cache the entire video you're watching with no limit on how much hard drive space it uses. So if you start watching an HD movie, and you have a decent internet connection, it's pretty easy to use up all your available hard drive space because it's caching the entire movie to your hard drive as you're watching it. With a decent connection, you'll cache the entire film faster than you're watching it, so you'll run out of hard drive space anytime you watch a video that's of a large file size. That space will be freed up when you quit the video. But if you're watching large HD movies frequently, you can run into this situation all the time, since the AFTV only has ~5GB of usable space in most cases.
This can often be confusing if you don't know how the Zero cache advancedsettings.xml works, because you'll constantly get low space warnings while watching videos, but then when you exit out to check hard drive space, you'll see 2-3GB of free space and wonder why you received the message. The Zero cache advancedsettings.xml file has gotten a nasty undeserved reputation of being a magic fix all for buffering and such. In situations like this it can actually making things worse. I'd only recommend the Zero cache advancedsettings.xml if you have a device with ample hard drive space. And even then, its purpose is to allow you to cache more of the video file, not to cache it faster.
As far as clearing out plugins, I really doubt that is the issue at all. Plugins themselves don't take up any noticeable space. But inside XBMC you can navigate to System\Add-ons\Enabled Addons and see all the plugins that are installed.
Hope that helps.

Thank you! Here's the advancedsettings.xml that I've tried:
Code:
<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>0</cachemembuffersize>
<readbufferfactor>10</readbufferfactor>
</network>
</advancedsettings>
I put it in the /sdcard/Android/data/com.semperpax.spmc/files/.xbmc/userdata directory. I force closed spmc, cleared the program's cache, but not the data, and restarted it. I still got the popup. I then pulled the plug and rebooted the Fire TV and so far, so good.
I used the Amazon Fire TV Utility App to set up my Fire TV back when it was at 0.33 and I don't think it supported SPMC. I just upgraded and it looks like it has settings for SPMC. It has some advancedsettings.xml files in there. The first one is the same as the one I posted above.

KCFish said:
Are you using the Zero cache advancedsettings.xml? Looking at your usage, I'm guessing that's the culprit.
Without the Zero cache advancedsettings.xml, XBMC uses the device's RAM for caching videos. But if you use the Zero cache advancedsettings.xml file, it forces all XBMC caching to be done on the hard drive, and ignores RAM. And it will cache the entire video you're watching with no limit on how much hard drive space it uses. So if you start watching an HD movie, and you have a decent internet connection, it's pretty easy to use up all your available hard drive space because it's caching the entire movie to your hard drive as you're watching it. With a decent connection, you'll cache the entire film faster than you're watching it, so you'll run out of hard drive space anytime you watch a video that's of a large file size. That space will be freed up when you quit the video. But if you're watching large HD movies frequently, you can run into this situation all the time, since the AFTV only has ~5GB of usable space in most cases.
This can often be confusing if you don't know how the Zero cache advancedsettings.xml works, because you'll constantly get low space warnings while watching videos, but then when you exit out to check hard drive space, you'll see 2-3GB of free space and wonder why you received the message. The Zero cache advancedsettings.xml file has gotten a nasty undeserved reputation of being a magic fix all for buffering and such. In situations like this it can actually making things worse. I'd only recommend the Zero cache advancedsettings.xml if you have a device with ample hard drive space. And even then, its purpose is to allow you to cache more of the video file, not to cache it faster.
As far as clearing out plugins, I really doubt that is the issue at all. Plugins themselves don't take up any noticeable space. But inside XBMC you can navigate to System\Add-ons\Enabled Addons and see all the plugins that are installed.
Hope that helps.
Click to expand...
Click to collapse
This is excellent info on why a Zero Cache setting should never be used on a device like the Fire TV with limited hard drive space. Why use the internal hard drive when you can utilize the RAM (2 GB) to buffer a video? Just think of RAM as a free ride and use case to buffer a video.

mjbxx said:
This is excellent info on why a Zero Cache setting should never be used on a device like the Fire TV with limited hard drive space. Why use the internal hard drive when you can utilize the RAM (2 GB) to buffer a video? Just think of RAM as a free ride and use case to buffer a video.
Click to expand...
Click to collapse
So what settings would you suggest? I ask because the default yields problems on the Fire TV apparently.

Sizzlechest said:
So what settings would you suggest? I ask because the default yields problems on the Fire TV apparently.
Click to expand...
Click to collapse
From the Kodi Wiki. I modified the "cachemembuffersize" to 471859200 (157286400 X 3) which increases cache size to 450MB and uses 1200MB of total RAM. This setting works great because the Fire TV has 2GB RAM to work with.
3.4 Example 4
A safe setting for most devices with 1GB of RAM that should help most users "on the edge". All protocols get cached, cache rate fills up pretty much as fast as possible, and cache size is 150MB, using 400MB of ram total.
advancedsettings.xml
=================
<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>157286400</cachemembuffersize> (My Setting: 471859200)
<readbufferfactor>20</readbufferfactor>
</network>
</advancedsettings>

My fire stick is stuck on the critically low on storage screen. When I try to click on the remove apps button, there is no response. I am unable to access any settings. If i unplug the firestick it always comes back to this screen. Any help would be appreciated.

I’m not sure how advanced all of you are but I’ve been annoyed by this low storage message and always to “ delete up to 500 Megs of apps but all the apps uninstalled seems to change little I think the device is broken/corrupt
The contact get a call doesn’t work. Might be the covid19 effecting other things like customer service but chat help is useless.

On my Firestick 2nd. gen the culprit was the /data/data/com.amazon.tv.launcher/databases/mbcache.db which had grown to nearly 1 GB.
My device is not rooted so deleting it is not an option. Somehow it did reset itself after the latest update of the amazon.tv launcher and my space came back.

Related

[Q] 3D Movies on the Fire TV?

One of the things I was most excited about pairing my Fire TV with XBMC was the ability to have on-demand 3D movies. Last night I gave it its first run and, unfortunately, it did not go well. We started a 1080p 3D movie via XBMCtorrent. Things went smoothly for the first ten minutes or so, then a big error message appeared on the screen saying that my Fire TV was nearly full to capacity. XBMC showed that it weighed in at over 6 gigabytes. (My Fire TV has only about 3 repositories and 3 add-ons installed beyond the native Fire TV software and the XBMC software itself.)The only thing I could think of to do was to use a Delete Files command that basically set XBMC back to the drawing board, where I had to reinstall all my add-ons, reset the screen size setup, everything, but at least the error message went away. We started up a new 3D movie, and several minutes in, XBMC completely crashed.
I know the storage on a Fire TV isn't enormous. Does that mean that 3D movies aren't playable on the Fire TV?
Raymondo17 said:
One of the things I was most excited about pairing my Fire TV with XBMC was the ability to have on-demand 3D movies. Last night I gave it its first run and, unfortunately, it did not go well. We started a 1080p 3D movie via XBMCtorrent. Things went smoothly for the first ten minutes or so, then a big error message appeared on the screen saying that my Fire TV was nearly full to capacity. XBMC showed that it weighed in at over 6 gigabytes. (My Fire TV has only about 3 repositories and 3 add-ons installed beyond the native Fire TV software and the XBMC software itself.)The only thing I could think of to do was to use a Delete Files command that basically set XBMC back to the drawing board, where I had to reinstall all my add-ons, reset the screen size setup, everything, but at least the error message went away. We started up a new 3D movie, and several minutes in, XBMC completely crashed.
I know the storage on a Fire TV isn't enormous. Does that mean that 3D movies aren't playable on the Fire TV?
Click to expand...
Click to collapse
It depends on your source I guess.
I have 3D Blurays I ripped to SBS MKV files using AnyDvdHD and BD-rebuilder. They play just fine so far.
But I'll admit I haven't tried playing any Torrents
Just a guess but are you using genesis with fan art enabled? Those thumbnails add up. Lots of people have complained about low memory. I'm rooted and since using advanced settings to store meta data on external drive I've had no space issues.
But, I'm not an expert, however, that doesn't make sense to me. I've watched very large 3d files on devices like atv2 with flash memory.
I don't want to steer you wrong but maybe the zero cache setting would work? I've read lots of posts on low memory and aftv but this is the first time I've heard of a file not playingon a device with apparently enough free space.
KLit75 said:
Just a guess but are you using genesis with fan art enabled? Those thumbnails add up. Lots of people have complained about low memory. I'm rooted and since using advanced settings to store meta data on external drive I've had no space issues.
But, I'm not an expert, however, that doesn't make sense to me. I've watched very large 3d files on devices like atv2 with flash memory.
I don't want to steer you wrong but maybe the zero cache setting would work? I've read lots of posts on low memory and aftv but this is the first time I've heard of a file not playingon a device with apparently enough free space.
Click to expand...
Click to collapse
what advance settings did you use? xml text? and what... dill
Raymondo17 said:
One of the things I was most excited about pairing my Fire TV with XBMC was the ability to have on-demand 3D movies. Last night I gave it its first run and, unfortunately, it did not go well. We started a 1080p 3D movie via XBMCtorrent. Things went smoothly for the first ten minutes or so, then a big error message appeared on the screen saying that my Fire TV was nearly full to capacity. XBMC showed that it weighed in at over 6 gigabytes. (My Fire TV has only about 3 repositories and 3 add-ons installed beyond the native Fire TV software and the XBMC software itself.)The only thing I could think of to do was to use a Delete Files command that basically set XBMC back to the drawing board, where I had to reinstall all my add-ons, reset the screen size setup, everything, but at least the error message went away. We started up a new 3D movie, and several minutes in, XBMC completely crashed.
I know the storage on a Fire TV isn't enormous. Does that mean that 3D movies aren't playable on the Fire TV?
Click to expand...
Click to collapse
i think it just means than any video you try and fully download with sbmctorrent onto the fireTV box is going to be an issue since there isnt room for big movies on the internal storage.
3d movies work fine here, SBS is most common online and is best imo. if your looking to "stream" 3d movies from online, try the addon named after the bird "phoenix" from tvaddons.ag it contains a few of the sources from the old mashup and 3 or 4 of them have a decent 3D section with 20-30 titles in each.
Thanks for the responses here.
KLit75 said:
Just a guess but are you using genesis with fan art enabled?
Click to expand...
Click to collapse
KLit75, Genesis is one of the three add-ons I'm using. I'll have to dive in and see if I can find where to disable the fan art.
nhumber said:
i think it just means than any video you try and fully download with sbmctorrent onto the fireTV box is going to be an issue since there isn't room for big movies on the internal storage.
Click to expand...
Click to collapse
nhumber, are you saying that XBMCtorrent downloads the full movie to the Fire TV itself, while other add-ons do not, they merely stream? Is that correct? XBMCtorrent does seem to operate differently, as a download routine occurs before the movie begins. I wonder, does it discard the movie file once I've finished viewing it, or do I need to go in and manually clear it out somehow?
nhumber said:
3d movies work fine here, SBS is most common online and is best imo.
Click to expand...
Click to collapse
I'm not familiar with SBS. Is that an XBMC add-on, or perhaps a 3D file format?
nhumber said:
if your looking to "stream" 3d movies from online, try the add-on named after the bird "phoenix" from tvaddons.ag it contains a few of the sources from the old mashup and 3 or 4 of them have a decent 3D section with 20-30 titles in each.
Click to expand...
Click to collapse
An excellent idea. I take it that these will stream like other typical XBMC media and won't bog down the Fire TV by trying to store it locally, is that correct?
Raymondo17 said:
Thanks for the responses here.
nhumber, are you saying that XBMCtorrent downloads the full movie to the Fire TV itself, while other add-ons do not, they merely stream? Is that correct? XBMCtorrent does seem to operate differently, as a download routine occurs before the movie begins. I wonder, does it discard the movie file once I've finished viewing it, or do I need to go in and manually clear it out somehow?
I'm not familiar with SBS. Is that an XBMC add-on, or perhaps a 3D file format?
An excellent idea. I take it that these will stream like other typical XBMC media and won't bog down the Fire TV by trying to store it locally, is that correct?
Click to expand...
Click to collapse
from what you are saying i was just assuming that must be how xbmctorrent operates, which wont work well on the fireTV, i dont know if it saves it or if you have to delete stuff yourself, SBS means Side by Side, which is the typical 3d format you will find online. The Phoenix addon has SBS 3d movies in a few catagories and they all work well for me.
dillfever said:
what advance settings did you use? xml text? and what... dill
Click to expand...
Click to collapse
I missed the part about xbmctorrent. Thats completely different. I use it on rpi openelec because I have a large HDD attached. I didn't know xbmctorrent even worked on aftv? But if it does it would need to be playing small files because otherwise your internal space will fill up to your limit then the movie will stop. xbmctorrent (I'm fairly certain) needs to download the entire file while it plays. Once finished it should auto delete unless you tell it not to. Like I said I never tried it on aftv but obviously it works. So if you're rooted you'd need to go into the addon settings and hopefully you can save that file to external (need to be rooted.)
The advanced settings I was thinking about is the zero cache from maintenance tool but it doesn't apply here at all now that I read the full post.
My advanced settings to store to external? Is that what you want? It goes something like this, but you need root. Copy this to a plain text and call it advancedsettings.xml
<advancedsettings>
<pathsubstitution>
<substitute>
<from>/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/Thumbnails/</from>
<to>/storage/usb/drive1/xbmcthumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
Amend it if you're using kodi instead of xbmc AND if you mount with stickmount your usb storage will be in sda (don't recall the exact path but just check it by looking with es file or root explorer. I'd suggest using adbfire to mount the drive. Then you can follow those exactly if you're running xbmc. Create the folder in the external "xbmcthumbnails"
***ALSO if your metadata is completely blank after applying this that means it worked. Just delete the Textures13 in database, restart xbmc and they'll be back.
---------- Post added at 01:56 AM ---------- Previous post was at 01:35 AM ----------
KLit75, Genesis is one of the three add-ons I'm using. I'll have to dive in and see if I can find where to disable the fan art.
I just responded tht that advice doesn't really pertain to your problem. XBMC uses its own scrapers for all the art. Lots of people began complaining of low memory after Genesis was released. It pulls from many other places and you can access trakt collection, imdb, and other accounts then add them to xbmc library. It's an awesome addon really, but all that metadata that gets stored on your internal can amount to a lot and the AFTV don't have a lot.
But like I said xbmctorrent works by downloading the file to your aftv so the space needs to be available. Unless they're compressed to mkv, 3d files are huge. If you have say 2gb of space available and you want to watch an episode of the Walking Dead in HD (around 1 gb) you shouldn't have issues with playback. Plus, in general, everything runs smoother when your internal memory has room to spare.
If you're rooted Id advise you try those advanced settings I posted. I never get the low memory message.
I'm using spmc and stickmont, should just have to change the directory... no
dillfever said:
I'm using spmc and stickmont, should just have to change the directory... no
Click to expand...
Click to collapse
Yes that's right. I've amended it for SPMC, xbmc, helix and when I went from sda to storage/usb/drive1
Remember to create a folder on external "xbmcthumbnails" and like I said all your icons will disappear. Just go into database, delete textures13 and restart. After I do this I usually just delete the thumbnails folder in xbmc. You should see a significant increase in free space after you check.
fire tv
Is there any solution to play 3d movies smoothly without giving error?
anandnitin25 said:
Is there any solution to play 3d movies smoothly without giving error?
Click to expand...
Click to collapse
yes just press the play button.
anandnitin25 said:
Is there any solution to play 3d movies smoothly without giving error?
Click to expand...
Click to collapse
Encode your 3D Movie as a HSBS MKV, put it on a network share, use SPMC to access that network share and play the movie back.
Works fine for me.
Using Plex Server/Player with my same HSBS MKV files works too.
There are tools out there to make them if you have the Bluray.
Clear Maxed Out Storage
This is good info for a newbie like me. So it looks like XBMCtorrent is not the way to go to view movies for those of us limited to the stock Amazon Fire TV hard drive.
Now the question is, how do I delete the data that has accumulated? Right now, my Amazon Fire is unusable because the Manage All Apps screen shows that XBMCtorrent has accumulated over 9GB of data, (isn't that nearly double what the Fire's hard drive is?), so I clearly need to dump that data somehow.
However, if I use the Manage All Apps screen's option to "Delete Data", as Raymondo17 points out, I lose everything I've spent time dialing in just right.
Is there a way to clear the accumulated downloaded movie data without having to start from scratch afterward? Again, I'm a total newbie as of this weekend, so "XBMCtorrent for Dummies" level answers would be greatly appreciated! ; D
PS - Does anyone have a favorite alternative to XBMCtorrent? I really appreciated the work they put into organizing the movie selections by 1080p, 720, 3D, etc..
mrwizzer said:
This is good info for a newbie like me. So it looks like XBMCtorrent is not the way to go to view movies for those of us limited to the stock Amazon Fire TV hard drive.
Now the question is, how do I delete the data that has accumulated? Right now, my Amazon Fire is unusable because the Manage All Apps screen shows that XBMCtorrent has accumulated over 9GB of data, (isn't that nearly double what the Fire's hard drive is?), so I clearly need to dump that data somehow.
However, if I use the Manage All Apps screen's option to "Delete Data", as Raymondo17 points out, I lose everything I've spent time dialing in just right.
Is there a way to clear the accumulated downloaded movie data without having to start from scratch afterward? Again, I'm a total newbie as of this weekend, so "XBMCtorrent for Dummies" level answers would be greatly appreciated! ; D
PS - Does anyone have a favorite alternative to XBMCtorrent? I really appreciated the work they put into organizing the movie selections by 1080p, 720, 3D, etc..
Click to expand...
Click to collapse
I could say something about not stealing movies... but I won't. Well, I guess I just did...
rbox said:
I could say something about not stealing movies... but I won't. Well, I guess I just did...
Click to expand...
Click to collapse
Heh, true.
But on the other hand, it is kind of ironic thinking about how much of a struggle it is to get my massive library of legally purchased blu-ray (23.976) to stream to my TV. That old idea that scene releases are often better created/packaged than their legal counterparts is absolutely true IMHO. This isn't to say that I support piracy; it's just something I've been thinking about the last week as I work with my AFTV.
*continues reading about installing Fedora*
ECEXCURSION said:
Heh, true.
But on the other hand, it is kind of ironic thinking about how much of a struggle it is to get my massive library of legally purchased blu-ray (23.976) to stream to my TV. That old idea that scene releases are often better created/packaged than their legal counterparts is absolutely true IMHO. This isn't to say that I support piracy; it's just something I've been thinking about the last week as I work with my AFTV.
*continues reading about installing Fedora*
Click to expand...
Click to collapse
Sorry for the OT, but you have almost 24000 blurays??
Can you post a picture of the collection? Not that I don't believe you, just to know how this massive amount of BDs look
Btw, I play ripped 3d movies in SBS and OAU and both work (earlier on 13) now on helix played smooth over a nfs share from my synology nas (after I switched from wifi to gb-lan [emoji106]
Gesendet von meinem HTC One_M8 mit Tapatalk
tomoffel said:
Sorry for the OT, but you have almost 24000 blurays??
Can you post a picture of the collection? Not that I don't believe you, just to know how this massive amount of BDs look
Click to expand...
Click to collapse
Haha, forgot to label that. I was referring to the frame rate of uncompressed blu-ray video (23.976 fps). Stock, the Fire TV doesn't support 24hz output, so playback is choppy at times.
ECEXCURSION said:
Haha, forgot to label that. I was referring to the frame rate of uncompressed blu-ray video (23.976 fps). Stock, the Fire TV doesn't support 24hz output, so playback is choppy at times.
Click to expand...
Click to collapse
Haha, okay
Yeah, that 24Hz thing is a really pita.. The only thing I don't like about that box.. And the failure cec..
Gesendet von meinem HTC One_M8 mit Tapatalk
Raymondo17 said:
One of the things I was most excited about pairing my Fire TV with XBMC was the ability to have on-demand 3D movies. Last night I gave it its first run and, unfortunately, it did not go well. We started a 1080p 3D movie via XBMCtorrent. Things went smoothly for the first ten minutes or so, then a big error message appeared on the screen saying that my Fire TV was nearly full to capacity. XBMC showed that it weighed in at over 6 gigabytes. (My Fire TV has only about 3 repositories and 3 add-ons installed beyond the native Fire TV software and the XBMC software itself.)The only thing I could think of to do was to use a Delete Files command that basically set XBMC back to the drawing board, where I had to reinstall all my add-ons, reset the screen size setup, everything, but at least the error message went away. We started up a new 3D movie, and several minutes in, XBMC completely crashed.
I know the storage on a Fire TV isn't enormous. Does that mean that 3D movies aren't playable on the Fire TV?
Click to expand...
Click to collapse
Real Simple... Find an Addon that does NOT use Bittorent. I mean what exactly would you think would happen if you tried to DL a 50GB 1080p 3D BR rip? On to a Device with only 8GBs of shared Storage?
Without naming names, there are a few Add-ons that offer Movies in 3D (Some also in Top Bottom), and outside of a few of these not playing correct on my tv. (The images weren't aligning correctly), these types of Movies have never caused me any problems. Outside of actually sending a proper 3D switching signal to the tv. Thankfully setting the 3D manually isn't that big of an issue.

[Q] FireTV Stick only 494mb ram?

Hello, I just received my fire stick and installed Kodi. In Kodi system info it says it only has 494mb ram so I installed CPU Z and it confirms it only has 494mb total. I know system apps and the os use ram but this thing is advertised as having 1GB of ram and i don't believe it is using a whole gig of ram. Am I missing something or is this thing falsely advertised as having more ram than it really does?
if i remember correctly half of the ram is saved for the gpu so yes it does have a gig of ram
Borincano82 said:
Am I missing something or is this thing falsely advertised as having more ram than it really does?
Click to expand...
Click to collapse
I was wondering about the same thing. I have both the Fire Tv and the Fire TV Stick. On my Fire TV, Kodi say I have 2GB of RAM so I expected Kodi to say I have 1GB of RAM on my Fire TV Stick but Kodi only reported 494MB of RAM in my Fire TV stick so I am a bit puzzled.
The Fire TV aand Fire TV sticks are not really comparable, cause they do not have the same hardware. The only way to compare them are to compare the differences. The Fire TV stick has 1gb of ram so 494MB of available ram is great.
lowbee said:
I was wondering about the same thing. I have both the Fire Tv and the Fire TV Stick. On my Fire TV, Kodi say I have 2GB of RAM so I expected Kodi to say I have 1GB of RAM on my Fire TV Stick but Kodi only reported 494MB of RAM in my Fire TV stick so I am a bit puzzled.
Click to expand...
Click to collapse
Interesting. That may be due to the Fire TV having a dedicated GPU, while the Fire TV Stick does not.
Your available memory means the amount of memory that you have left. In system info on Kodi go to the hardware tab, what does it say for total memory and available memory? I am guessing it will say right around 1000mb for total memory and around 500mb for available memory.
porkenhimer said:
In system info on Kodi go to the hardware tab, what does it say for total memory and available memory? I am guessing it will say right around 1000mb for total memory and around 500mb for available memory.
Click to expand...
Click to collapse
And that your guess would be WRONG. See picture attached.
I too have the FireTV and FireTV Stick and Kodi & CPU Z reports almost 2 gigs on the TV. I have not known the info from those apps to be inaccurate on any other of the devices I have tried them on before. The stick default ui and Kodi's default skin is a little sluggish compared to the TV but not terribly so, that being said streaming is smooth and thats what matters.
So if the stick really does have 1GB ram but only half is really available then should it not be advertised as having 500mb?
Borincano82 said:
I too have the FireTV and FireTV Stick and Kodi & CPU Z reports almost 2 gigs on the TV. I have not known the info from those apps to be inaccurate on any other of the devices I have tried them on before. The stick default ui and Kodi's default skin is a little sluggish compared to the TV but not terribly so, that being said streaming is smooth and thats what matters.
So if the stick really does have 1GB ram but only half is really available then should it not be advertised as having 500mb?
Click to expand...
Click to collapse
No because you are already using the other half. As soon as you start your device it will start using memory. It has 1gb, but running the devices uses the memory so if you were to check your memory it would tell you how much total memory it has and how much is still available to use.
I suppose you are correct, oh well as long as it works I'm happy. Thanks to all for helping clear this up for me.
I just found your answer on amazon.com. The Fire TV stick has 1GB of ram, 512MB of system memory and 512MB of video memory. XBMC/Kodi shows system memory only.
porkenhimer said:
XBMC/Kodi shows system memory only.
Click to expand...
Click to collapse
Ok, then how do you explain the attached screenshoot from a FireTV non-stick running Kodi ?
Following your logic above, do I have more than 2GB of RAM in my FireTV non-stick ?
.
lowbee said:
Ok, then how do you explain the attached screenshoot from a FireTV non-stick running Kodi ?
Following your logic above, do I have more than 2GB of RAM in my FireTV non-stick ?
.
Click to expand...
Click to collapse
Its not logic, its fact. The fire TV stick has 1GB of ram and the Fire TV has 2GB of ram. The two devices are not the same except for the UI. They do not have the same hardware. Some devices use ram as shared memory, which means the system memory is shared for different opperations, the fire TV stick does not share its ram for video, instead it has seperate memory for video/graphics, called a VPU. I will help you understand. Lets say you went out and bought a PC that has 4GB of ram, well the video card may set aside 1GB of that ram to use for Video/Graphics. Then lets say you upgraded the graphics, its may have its own ram so it does not need to set aside ram anymore. Then your PC would have 4GB ram and lets say the upgraded graphics card had 1GB of ram, XBMC would still only show the 4GB of system memory. So its simple, the fire TV shares its memory for everything, but the fire TV stick does not, it instead has video memory to handle video/graphics. This thread here should make people understand that just because two devices have the same name and are made by the same company, does not make them the same. The Fire TV and Fire TV stick are two totally different devices that should never be compared unless you compare the difference, cause there is way more different about the two devices than there are the same.
porkenhimer said:
Its not logic, its fact. The fire TV stick has 1GB of ram and the Fire TV has 2GB of ram. The two devices are not the same except for the UI. They do not have the same hardware. Some devices use ram as shared memory, which means the system memory is shared for different opperations, the fire TV stick does not share its ram for video, instead it has seperate memory for video/graphics, called a VPU. I will help you understand. Lets say you went out and bought a PC that has 4GB of ram, well the video card may set aside 1GB of that ram to use for Video/Graphics. Then lets say you upgraded the graphics, its may have its own ram so it does not need to set aside ram anymore. Then your PC would have 4GB ram and lets say the upgraded graphics card had 1GB of ram, XBMC would still only show the 4GB of system memory. So its simple, the fire TV shares its memory for everything, but the fire TV stick does not, it instead has video memory to handle video/graphics. This thread here should make people understand that just because two devices have the same name and are made by the same company, does not make them the same. The Fire TV and Fire TV stick are two totally different devices that should never be compared unless you compare the difference, cause there is way more different about the two devices than there are the same.
Click to expand...
Click to collapse
You have that backwards its the Fire TV BOX that has the dedicated video ram while the Fire TV STICK shares its memory with the OS and Video chip.

Kodi free memory

I moved Kodi data over to my 16gb Flashdrive and i'm running it from the flashdrive, I did Xunity maintenance 0 cache advanced xml...but Kodi still shows up just over 1gb free memory. Shouldn't it be saying the remaining 8 or so gbs I have on my flashdrive? Or is there something i'm supposed to do?
Memory and storage are two diffent things. Go to system info on Kodi. Click on the hardware tab and it will have storage at the top and memory at the bottom. Having over 1gb of free memory while runnig Kodi is beyond great, but having 1gb of free storage is not the greatest.

AFTV2 Memory issue

Can anyone who has a Fire TV 2 and Fire TV 1 check their available memory in both using Kodi System Info. My AFTV2 shows:
1520 total memory and 350 megs free, while my AFTV1 shows 1946 total and 939 megs free....Is this correct? Seems to be a drastic difference between the 2? If someone knows why there is such a difference I would appreciate hearing from you. Btw my AFTV2 is rooted on 5.0.4 and my AFTV1 is rooted with rbox pre-rooted rom.
thanks
It's simply because the 2ng-gen omits the memory allocated to the GPU, while the 1st-gen doesn't. It's normal. They both have 2GB of memory total, which is shared by both the CPU and GPU.
AFTVnews.com said:
It's simply because the 2ng-gen omits the memory allocated to the GPU, while the 1st-gen doesn't. It's normal. They both have 2GB of memory total, which is shared by both the CPU and GPU.
Click to expand...
Click to collapse
Got it. Appreciate clearing that up for me.

Newbee Here! Forgive my lack of knowledge for now please!

Yes I am a newbee here and I admit this forum looks a bit over my head at the first look. I have a 50" Insignia Amazon Fire TV that I bought a while back from Best Buy. Admittedly I do not watch a lot of things every day or night, but mostly I will sit and watch a TV shows (seasonal series) type of programs. Not into News (fake news) or music all that much.
I am now just educating myself about things like KODI where I can get live TV and ALL the other goodies via using the down loader app and the steps described as from some of the YT video channels gurus!
After initially doing this I began to get the "LOW STORAGE" (aka low memory) 8GB of Internal Storage. I added a USB 8GB thumb-drive on the left side panel and was able to "move" a few of the downloaded apps to the external memory (USB). However unless I get the internal memory "FREED-UP" so there is 500MB of open space on the internal memory the LOW STORAGE WARNINGS (aka "pop-ups") come back! Arrg!
I am wondering what else I can do to not fill up the 8GB of internal memory bank? Some of the Amazon (extra features) packaged goodies like Photos and Music etc. Are things I wish I could delete but there is no "delete" option in the Application Management function. I would like to remove some of the "pre-loaded extras I probably won't ever use .
I know there must be others here who understand the issues -- I have read a couple of the threads -- but they get a bit too technical for me - at least at this point in my learning curve. If someone can give me some third grade level help that would be appreciated here. Thanks!
Rich in KY said:
Yes I am a newbee here and I admit this forum looks a bit over my head at the first look. I have a 50" Insignia Amazon Fire TV that I bought a while back from Best Buy. Admittedly I do not watch a lot of things every day or night, but mostly I will sit and watch a TV shows (seasonal series) type of programs. Not into News (fake news) or music all that much.
I am now just educating myself about things like KODI where I can get live TV and ALL the other goodies via using the down loader app and the steps described as from some of the YT video channels gurus!
After initially doing this I began to get the "LOW STORAGE" (aka low memory) 8GB of Internal Storage. I added a USB 8GB thumb-drive on the left side panel and was able to "move" a few of the downloaded apps to the external memory (USB). However unless I get the internal memory "FREED-UP" so there is 500MB of open space on the internal memory the LOW STORAGE WARNINGS (aka "pop-ups") come back! Arrg!
I am wondering what else I can do to not fill up the 8GB of internal memory bank? Some of the Amazon (extra features) packaged goodies like Photos and Music etc. Are things I wish I could delete but there is no "delete" option in the Application Management function. I would like to remove some of the "pre-loaded extras I probably won't ever use .
I know there must be others here who understand the issues -- I have read a couple of the threads -- but they get a bit too technical for me - at least at this point in my learning curve. If someone can give me some third grade level help that would be appreciated here. Thanks!
Click to expand...
Click to collapse
The simple answer to your question would be to not use kodi on such a low memory device.
Kodi uses a lot of cached space so is not ideal for devices with low storage.
If you are able to use external storage then you can use this to hold most of kodis files.
If not, then.. are you not able to use a couple of movie apks such as cinema HD or Film+ instead as these apks are small in size, use minimal space and do the job well (just install vlc and mx player alongside).
Regards
Duplicate post*****
Bertonumber1 said:
The simple answer to your question would be to not use kodi on such a low memory device.
Kodi uses a lot of cached space so is not ideal for devices with low storage.
If you are able to use external storage then you can use this to hold most of kodis files.
If not, then.. are you not able to use a couple of movie apks such as cinema HD or Film+ instead as these apks are small in size, use minimal space and do the job well (just install vlc and mx player alongside).
Regards
Click to expand...
Click to collapse
Thank you! Yes I will research where I can get the lowest CACHE eating apps. And remove KODI as you are indicating it is not great for a low memory device such as my Insignia Fire TV with it's mere 8GB of internal storage.

Categories

Resources