{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
sdcard partition vs. emulated sdcard (datamedia)
Let me start off by listing a few facts/assumptions:
ATM we're running our Android TouchPads with a "sdcard" on a separate partition which is in fact the media partition also used by WebOS.
We have the option to extend the data partition by any size necessary (e.g. with jcsullins update.zips).
Mostly, a tablet is used as an additional multimedia device. Therefore most users tend to have a bunch of apps/games/media stored on their tablets.
Storage space is scarce for some and unconvinient to manage - move apps back and forth to and from the sdcard.
Most of the TouchPad users don't utilise WebOS anymore
So, we could resize WebOS' media partition to a rather small size, say 512MB, extend the cm-data partition to the remaining size and use the datamedia method as common on many modern handsets/tablets.
i.e. "sdcard" and /data storage space is shared and self-managed. The sdcard then resides in an emulated fat partition at /data/media.
For reference just have a look at some devices that use this method. e.g. all nexus devices since galaxy nexus.
Let me know what you think about this.
testbuild available. see http://forum.xda-developers.com/showpost.php?p=44344125&postcount=28
Click to expand...
Click to collapse
Click to expand...
Click to collapse
poll is now CLOSED - results: http://forum.xda-developers.com/showpost.php?p=44511112&postcount=60
What would this mean for webOS? Would it take away any kind of performance or anything from that side? I don't use webOS as much as I use to. But any future development that happens on the webOS side, I want to be able to keep up to date with.
milaq said:
--SNIP--
i.e. "sdcard" and /data storage space is shared and self-managed. The sdcard then resides in an emulated fat partition at /data/media.
For reference just have a look at some devices that use this method. e.g. all nexus devices since galaxy nexus.
Let me know what you think about this.
Click to expand...
Click to collapse
What effect will this have on a factory wipe? Will the data and the sdcard both be wiped? One of the distinct advantages of the current separate partition is that data is still available after a factory reset; you can just reload everything using Titanium Backup.
If there was a way to include all webos utilities in android itself (like PmA6Updater/etc):
I would prefer if we could completely nuke webos and directly flash everything directly into partitions like a native android device. (yea that's prob not gonna happen any time soon, if ever)
I know I'm not the only one that doesnt use webos beyond the fact that some TP utilities are only usable in webos.
Summary: all the space goes to android, /data/media makes it easier to manage apps since we use MTP anyway.
I strongly oppose this form of "emulated storage." Here are my reasons:
It's just as easy to resize an unmounted FAT32 filesystem as it is to resize an unmounted ext4 one.
As the developer of nsboot I have made it so you can boot multiple versions of Android from one menu. This would undermine that effort, and possible require hackery like bind mounting or symbolic linking (neither of which I can guarantee to work) for the "SD card"'s contents to appear in all Android versions.
With native OSes like Ubuntu, we can now access the SD card as /mnt/sdcard, mostly following the FHS (Filesystem Hierarchy Standard) for desktop Linux. On Ubuntu at least, I distribute symlinks for ~/Downloads (=> sdcard/Download), ~/Pictures (=> sdcarfd/DCIM), ~/Music, and ~/Videos. This would royally mess that up as well.
IMO, there should be a nonremovable SD card/MMC partition/LVM volume (in our case) mounted at /sdcard, just as it was supposed to be on Android, before Google and all the device makers started going on crusades over where to mount SD cards, crippled them slightly with Honeycomb, and then Google committed the truly evil act of omitting five dollar SD card slots on Nexus devices. The on screen softkeys were bad enough...
webOS is mostly dead, but it still is the only OS you have in certain circumstances, and is not recommended to remove. Let's not abuse it.
This would mean MTP was required to access the contents while running Android, and possibly render mounting from recovery undoable. MTP is a steaming pile of garbage. It's incompatible, and it's slow even when it does work.
I'm willing to try it.
Sent from my TouchPad using xda app-developers app
I never use WebOS and haven't since I installed android.
Now CM 10.1 is (to me) completely stable I can't see myself needing to use it ever again. I don't run multiple OS's so I can't personally see any reason not to give this a go.
At the end of the day it's up to the user to decide if they want to keep multi boot OS support or have a better performing android system.
Sent from my HTC One using Tapatalk 4 Beta
---------- Post added at 01:03 PM ---------- Previous post was at 01:02 PM ----------
[/COLOR]my wish come true!!! please do it I am not use web os anymore android its perfect stable and Smooth,better,fast
jsgraphicart said:
What would this mean for webOS? Would it take away any kind of performance or anything from that side?
Click to expand...
Click to collapse
we wouldn't remove the webOS media partition but resize it to a smaller size; you could choose how small it should be - if you don't use it at all 512mb is enough to boot into webOS, do some stuff (flash battery firmware, test hardware functionality, etc).
shumash said:
What effect will this have on a factory wipe? Will the data and the sdcard both be wiped? One of the distinct advantages of the current separate partition is that data is still available after a factory reset; you can just reload everything using Titanium Backup.
Click to expand...
Click to collapse
/data/media is omitted when doing a factory reset (a newly built cwm required). just like a real sdcard(partition).
castrwilliam said:
As the developer of nsboot I have made it so you can boot multiple versions of Android from one menu. This would undermine that effort, and possible require hackery like bind mounting or symbolic linking (neither of which I can guarantee to work) for the "SD card"'s contents to appear in all Android versions.
With native OSes like Ubuntu, we can now access the SD card as /mnt/sdcard, mostly following the FHS (Filesystem Hierarchy Standard) for desktop Linux. On Ubuntu at least, I distribute symlinks for ~/Downloads (=> sdcard/Download), ~/Pictures (=> sdcarfd/DCIM), ~/Music, and ~/Videos. This would royally mess that up as well.
Click to expand...
Click to collapse
first, thanks for your thoughts, i fully understand your concerns.
but still, every user could decide on his own whether he would like to utilise multiboot functionality or have the maximum convinience on a single-boot device.
if one doesnt wan't to migrate to the newer layout, there's no pressure to actually do so.
what i was thinking of is to actually mount the sdcard partition additionally as "external_sd" so that a portion of the original partition remains for the purposes you mentioned. one would still have additional space on the sdcard partition and store music, videos, etc on it.
castrwilliam said:
IMO, there should be a nonremovable SD card/MMC partition/LVM volume (in our case) mounted at /sdcard, just as it was supposed to be on Android, before Google and all the device makers started going on crusades over where to mount SD cards, crippled them slightly with Honeycomb, and then Google committed the truly evil act of omitting five dollar SD card slots on Nexus devices.
Click to expand...
Click to collapse
well, as i explained, the datamedia storage method is much more convinient on a device without a dedicated sdcard slot (as tenderloin).
castrwilliam said:
The on screen softkeys were bad enough...
Click to expand...
Click to collapse
imagine android on the touchpad without them...
castrwilliam said:
webOS is mostly dead, but it still is the only OS you have in certain circumstances, and is not recommended to remove. Let's not abuse it.
Click to expand...
Click to collapse
as stated above, we wouldn'd ditch webOS completely, we would just shrink its playground to a cozy little size.
castrwilliam said:
This would mean MTP was required to access the contents while running Android, and possibly render mounting from recovery undoable. MTP is a steaming pile of garbage. It's incompatible, and it's slow even when it does work.
Click to expand...
Click to collapse
it has it advantages and disadvantages. running linux and getting mtp to work is a pain in the butt. still, it allows transfering data back and forth w/o having to worry about unmounting any partition from the currently running os (e.g. android).
remember when your ringtone resetted because you have it stored on the sdcard...
I think the this would be great. I would love to have more space for just Android. I cannot remember the last time I booted into webos. With the option to foot in or out, I don't see the negative here.
I never use WebOS anymore, so anything that shrinks the impact it has on my device is worth trying.
it is best to not give up webos as it is still needed for some low compressed 720p and 1080p content.
even today, android on the HP touchpad offers nowhere close to the HD video playback performance as present on webos using a player such as the kalemsoft media player.
same applies to flash performance (eg try 1080p youtube videos on android and then try them on webos)
webOS just has better acceleration and until android can beat webOS in all apsects of performance it is best to not give it up.
Razor512 said:
it is best to not give up webos as it is still needed for some low compressed 720p and 1080p content.
even today, android on the HP touchpad offers nowhere close to the HD video playback performance as present on webos using a player such as the kalemsoft media player.
same applies to flash performance (eg try 1080p youtube videos on android and then try them on webos)
webOS just has better acceleration and until android can beat webOS in all apsects of performance it is best to not give it up.
Click to expand...
Click to collapse
He's not talking about giving webos up. Read the thread again.
Sent from my ADR6400L using xda premium
nickster1 said:
I think the this would be great. I would love to have more space for just Android. I cannot remember the last time I booted into webos. With the option to foot in or out, I don't see the negative here.
Click to expand...
Click to collapse
+1 :good:
I would love to see this
Sent from my ADR6400L using xda premium
nickster1 said:
I think the this would be great. I would love to have more space for just Android. I cannot remember the last time I booted into webos. With the option to foot in or out, I don't see the negative here.
Click to expand...
Click to collapse
+1
Sent from my TouchPad using Tapatalk HD
if I couldn't use Android on the TP and had to resort going back to WebOS I would bury this thing in the yard. Shrink it, nuke it, whatever.
4.3?
nickster1 said:
I think the this would be great. I would love to have more space for just Android. I cannot remember the last time I booted into webos. With the option to foot in or out, I don't see the negative here.
Click to expand...
Click to collapse
+1
Sent from my TouchPad using Tapatalk 2
I think you are inviting trouble messing with WebOS's partition sizes. But as long as this is something one can opt in for or not as you describe, then it's up to each person to decide for themselves if they want to risk their TP in search of the Holy Grail. As one person mentioned, working BT and a 3.xx kernel and all these other little bugs of late squashed would be awesome.
It's a known fact that that either HP or Qualcomm managed to get an Android only version working on the TP. What's not known is how good of a working model it was and if one of these newer versions of Android would even be feasible. And not to mention creating the utilities needed to maintain an Android only TP. That's my vision of the Holy Grail for the TouchPad.
OH, and all of this on a two year old tablet.
I like the kind of trouble that makes my device run android better. +1
Sent from my Nexus 7 using Tapatalk 4 Beta
Related
OK, so I am running Damages latest release, only with the Trev mods. (this alone might be the issue, can you help me find out?)
Every ROM I've ever run, even rooted stock, I've always sat on MINIMUM 110m free internal memory. As you can see, Im barely sitting on 80m. I remove just about EVERYTHING stock other than Sense and its main widgets (clocks, mail, bookmarks, calender, and music) along with all that useless nonsense (stocks, nfl, twitter, flickr, the whole nine yards) I've been sitting on 159m free before, and I like to keep it that way (between 110 and 159). I do what I always do when I install a new ROM, I use Root Explorer, multiselect, and delete EVERRRYTHING. I cannot figure out what is running up my free space. Linda claims I'm using 72m of my 159m free space for apps, which is NOT true, as I've only installed 8 apps outside of what came with the ROM and what I removed. I usually am using about 20-50 (when I go download happy on weekends)
This picture is of the free RAM I have (God I love estrong and the widgets) which seems to be OK-ish, generally I have over 90, 106 when things are real good (back on DCV1 100 was my MIN at all times!!)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is of my SD card and internal storage...yuck!!!
Here's Linda's claim of 45% used up already, with only 8 apps installed.
Heres the 8 apps ive installed
There is something horribly wrong, help?!?!
the OS takes up space and your in the /system partition.
89 mb is fine.
please stop making threads for pointless things.
Avalaunchmods said:
the OS takes up space and your in the /system partition.
89 mb is fine.
please stop making threads for pointless things.
Click to expand...
Click to collapse
i know perfectly well 89 is ok for ram, but what do you mean im in the /system partition?
this not pointless avalaunch, we've always been cool, dont claim there is no reason for my point. all my posts are legitimate. i dont understand what is happening, and would appreciate help over attitude.
im noticing a major lag too, something is wrong. avalaunch, ease, explain to me what im missing. linda has always said ive had 20-50 used up for apps, at its climax, why is it so high now? why is my phone telling me i have less than 90m free internally, when i garuntee if i nandroid back to dcv1, i know all these things will be fixed.
i dont understand, im asking for help, could you please supply it, or just not respond at all?
read the signature
What ever happened to the days where someone had a question and someone had an answer. why does the first douche bag in a forum have to go in someone's post and call it pointless? since when is it pointless to ask questions? douche..
Powers16 said:
What ever happened to the days where someone had a question and someone had an answer. why does the first douche bag in a forum have to go in someone's post and call it pointless? since when is it pointless to ask questions? douche..
Click to expand...
Click to collapse
ok lets.not start flaming. avalaunche os actually a cool guy, hes helped me out before. i guess hes grumpy today or something.
i feel embarassed cause this is such a noob question, but i truely dont understand. can someone help, please?
I actually have noticed the same problem, when using a2sd ive always had only used 30MB or so, but not it says im using almost 3 times as much, Maybe it has something to do with the rom and a2sd being messed up. but it stated with these sprint leaks, before with every rom it was much less internal memory being used up.. dont know what causes it.
digitalscars said:
I actually have noticed the same problem, when using a2sd ive always had only used 30MB or so, but not it says im using almost 3 times as much, Maybe it has something to do with the rom and a2sd being messed up. but it stated with these sprint leaks, before with every rom it was much less internal memory being used up.. dont know what causes it.
Click to expand...
Click to collapse
im not using a2sd
is that automatic in damagedtrev? like if you flash it, no matter what its going to partition and set it up?
ive nevvver used a2sd, i have no need, i keep my phone minimal. how do i tell if im using a2sd, and htf do i stop it?
I would like to know if there is an answer to this as well. I have also always shown over 100 plus meg free after installing all my apps.
redram38 said:
I would like to know if there is an answer to this as well. I have also always shown over 100 plus meg free after installing all my apps.
Click to expand...
Click to collapse
so much for being pointless.
are you running damagedtrev damage, or regaw?
mountaindont said:
i know perfectly well 89 is ok for ram, but what do you mean im in the /system partition?
this not pointless avalaunch, we've always been cool, dont claim there is no reason for my point. all my posts are legitimate. i dont understand what is happening, and would appreciate help over attitude.
im noticing a major lag too, something is wrong. avalaunch, ease, explain to me what im missing. linda has always said ive had 20-50 used up for apps, at its climax, why is it so high now? why is my phone telling me i have less than 90m free internally, when i garuntee if i nandroid back to dcv1, i know all these things will be fixed.
i dont understand, im asking for help, could you please supply it, or just not respond at all?
read the signature
Click to expand...
Click to collapse
My question is...the comparisons you are performing here, are they based on a 1.5 ROM (since I saw stock rom mentioned)? If so, 2.1 has larger files as part of the base system that will take up more space.
I currently have 84.02MB
This is making me wonder also. I am looking at my info and says system is using 97 with 61 free, I am using a2sd and last time similar setup i was well over 120 free. May have to check a diff rom tomorrow to see if there is maybe something with it. and although my busybox df -h shows sdcard/sd if i type a2sd in adb i get a2sd: not found. This is in fresh 2.0d btw
Since you only have 8 apps installed, the OS itself must be using up the rest of the internal memory. My guess is that the ROM's based off the newer Sprint leaks haven't been fully optimized yet to the extent that the Eris-based ROM's were. When the devs have had more time to tweak everything, you'll probably see those numbers go down. Do you need that much internal memory free? The amount of free internal memory you have is not going to affect the performance of your phone (well...maybe if it's completely full). I don't think you really need to worry about it.
tkirton said:
My question is...the comparisons you are performing here, are they based on a 1.5 ROM (since I saw stock rom mentioned)? If so, 2.1 has larger files as part of the base system that will take up more space.
I currently have 84.02MB
Click to expand...
Click to collapse
no man! lol, ive been running 2.1 since damage .9x
any ideas?
tia
mountaindont said:
so much for being pointless.
are you running damagedtrev damage, or regaw?
Click to expand...
Click to collapse
I have actually used all 3 including the new Fresh 2.1 rom and it is the same. I just figured the OS was larger with it being 2.1 but did not know for sure. IMO nothing is pointless if someone wants to know something, esp when you can search for this and find nothing.
dametzg said:
Since you only have 8 apps installed, the OS itself must be using up the rest of the internal memory. My guess is that the ROM's based off the newer Sprint leaks haven't been fully optimized yet to the extent that the Eris-based ROM's were. When the devs have had more time to tweak everything, you'll probably see those numbers go down. Do you need that much internal memory free? The amount of free internal memory you have is not going to affect the performance of your phone (well...maybe if it's completely full). I don't think you really need to worry about it.
Click to expand...
Click to collapse
ok, i can see that. the os is new and not fully optimized and is eating my internal storage. but why is linda claiming im using 45%, when theres just noooo way?
any ideas?
tia
I am comparing roms like darchlegend and eris leaks, all 2.1, but not that im using sprint, my internal memory has been significantly lower. I know a2sd is automatic, but knowing they had problems with it before not sure if something is still messed up. a2sd would be only activated (how its supposed to work) when your sd card is partitioned, which mine is. so you would think using a2sd in my case mine should be even lower than yours.
I know to disable a2sd, make sure your sd card is not partioned with ext file system. Only have swap and fat32. I just checked my phone and have 101 mb free in the system. Have Fresh2.0d (his newest ROM) flashed right now. Will reflash Regaw's and see what I have.
digitalscars said:
I actually have noticed the same problem, when using a2sd ive always had only used 30MB or so, but not it says im using almost 3 times as much, Maybe it has something to do with the rom and a2sd being messed up. but it stated with these sprint leaks, before with every rom it was much less internal memory being used up.. dont know what causes it.
Click to expand...
Click to collapse
DamageControl 2.5 has a newer A2SD that should fix several issues, especially with A2SD not setting things up correctly. But, I can take a look at the issue for you.
Before going into ADB shell, type adb remount to mount your filesystem in read-write mode.
Now, go into ADB shell, at the prompt type:
ls -l /data
Look at the app entry. If it has "-> /system/sd/app" to the right of the entry, then the apps are going to the SD card. If not, you can type the following commands to make it work:
cp /data/app/* /system/sd/app
cp /data/app-private/* /system/sd/app-private
rm -f /data/app
rm -f /data/app-private
ln -s /system/sd/app /data/app
ln -s /system/sd/app-private /data/app-private
Hope that helps.
redram38 said:
I have actually used all 3 including the new Fresh 2.1 rom and it is the same. I just figured the OS was larger with it being 2.1 but did not know for sure. IMO nothing is pointless if someone wants to know something, esp when you can search for this and find nothing.
Click to expand...
Click to collapse
ill be honest, given damage seems to be the most popular rom, searching his threads have become such a hassle, its become a general consensus to post a new.thread with a bug not reported in his OP/change logs. i know its cluttery, but ive asked several questions in his threads, for them to get buried seconds later, and searching only brings up the oroginal question you had posted.
avalaunch said i was in system partition. what does that mean?
I was using DamagedTrev light, and tried everything to get my Hero to sleep but it wouldnt. Using the free memory widget, and checking my phone through out the day at work i could watch the ram get depleted until the phone became unusable and i would have to pull the battery. I never figured out what was causing it, as i had fixed my PRI, and my TWS was 0%. I have since changed ROMs, sorry i couldnt be of more help.
When I install for instance a Gameloft game it downloads data to the SD card, at least in any other device. On here it seems there is a /mnt/sdcard directory but its part of the internal storage? My actual SD card is listed as /mnt/external_SD and is basically blank.
This is nuts is there any way to fix this? If I had known it does this I would not have bought only an 8 gb tab. I am running the ICS update.
GL2SD
It's the best option that I've found without symlinking... I don't know why the manufacturers have to have there own directory structures.
JdgM3NT4L said:
GL2SD
It's the best option that I've found without symlinking... I don't know why the manufacturers have to have there own directory structures.
Click to expand...
Click to collapse
Seriously? I have to root this tab to make it operate the way any normal unrooted phone or tablet work? Surely this has to be a mistake or a bug in how the ICS update was set up. Also this is not just a gameloft problem, EVERY app that has data has dumped it to internal.
I was thinking what if I copied all that sd data to my card, deleted the SD directory, and then renamed my card from external_SD to SDcard. Probably won't work my luck.
A couple of people here even commented in another thread that the card I got (class 4) may affect game performance, how could it if the games don't even go to it!
As for as I know this worked fine prior to ICS....
Rogue Leader said:
Seriously? I have to root this tab to make it operate the way any normal unrooted phone or tablet work? Surely this has to be a mistake or a bug in how the ICS update was set up. Also this is not just a gameloft problem, EVERY app that has data has dumped it to internal.
I was thinking what if I copied all that sd data to my card, deleted the SD directory, and then renamed my card from external_SD to SDcard. Probably won't work my luck.
A couple of people here even commented in another thread that the card I got (class 4) may affect game performance, how could it if the games don't even go to it!
As for as I know this worked fine prior to ICS....
Click to expand...
Click to collapse
If your trying to Move the 300+ mb for the game to your external_sd card and its only a class 4 im willing to bet it would suffer playback issues and more lag than normal since class 4 is on the slower side of things :-\ apps to sd might help solve some of your problems not sure though...
Rogue Leader said:
Seriously? I have to root this tab to make it operate the way any normal unrooted phone or tablet work? Surely this has to be a mistake or a bug in how the ICS update was set up. Also this is not just a gameloft problem, EVERY app that has data has dumped it to internal.
Click to expand...
Click to collapse
Seeing that you have a nook color all cm'd out and stuff, I am wondering why you are reluctant to cram a nice rom on that sucker and be done with it. My games play, my data goes to my external sd card, and I can overclock. Plus the acer ring is pretty sweet. The new tools and stuff make it way easier than the nook was a year ago.
It's either that or dump the tab bro. You don't seem to be having any fun...
gears177 said:
If your trying to Move the 300+ mb for the game to your external_sd card and its only a class 4 im willing to bet it would suffer playback issues and more lag than normal since class 4 is on the slower side of things :-\ apps to sd might help solve some of your problems not sure though...
Click to expand...
Click to collapse
Unfortunately App2SD doesn't work, its for moving the apk to the SD card. Class 4 cards are fine, and the go-to card on my phone for example, which is far slower than the A500 but plays games (like Modern Combat 3) fine with no lag at all. Class 6 is about as fast as you can go as the classes higher than that are made for digital cameras and don't work as well for all I/O operations.
I'm looking for just the game install data to be on there, I'm ok with the physical apks not moving. But it doesn't seem to do that. I find it bizzare that there is a mnt/sdcard directory and yet its on internal memory. Een if I download stuff my download directory points to mnt/sdcard/download instead of mnt/external_SD.
JdgM3NT4L said:
Seeing that you have a nook color all cm'd out and stuff, I am wondering why you are reluctant to cram a nice rom on that sucker and be done with it. My games play, my data goes to my external sd card, and I can overclock. Plus the acer ring is pretty sweet. The new tools and stuff make it way easier than the nook was a year ago.
It's either that or dump the tab bro. You don't seem to be having any fun...
Click to expand...
Click to collapse
Other than this issue I really do love it. Its very fast and seems to work great as is. If this issue was cured I would be perfectly happy with it as-is (although HD youtube playback can be crappy at times, but I don't really watch much youtube anyway).
If I have to I'll go ahead and root it, but It just bothers me that I bought this as new and it has this issue, that I'd rather just fix. Kinda helps to perpetuate the cycle of Android being more complicated than it should be.
So is there any way to have the A500 use the SD card the way any normal non-rooted phone or tab would? It seemed like it worked right on HC, but isn't working right on ICS. Maybe a factory reset and starting over with the SD card in from the start?
Where you been????? This is not an A500 problem, this is an Android Tablet problem. Ever since Google introduced Honeycomb the micro sdcard was taken out of the primary storage loop. That is why phones were never released with HC. Why Google went this route who knows but your sdcard is basically now a media storage card and what not. Games and most apps can't take advantage of it for storage unless you root it and go through a series of hacks. And all those do is disable the internal memory in favor of the sdcard. It really sucks, but an 8gb tablet is worthless. I returned mine and got a 32gb. Everyone hoped that ICS would change this but it didn't.
cruise350 said:
Where you been????? This is not an A500 problem, this is an Android Tablet problem. Ever since Google introduced Honeycomb the micro sdcard was taken out of the primary storage loop. That is why phones were never released with HC. Why Google went this route who knows but your sdcard is basically now a media storage card and what not. Games and most apps can't take advantage of it for storage unless you root it and go through a series of hacks. And all those do is disable the internal memory in favor of the sdcard. It really sucks, but an 8gb tablet is worthless. I returned mine and got a 32gb. Everyone hoped that ICS would change this but it didn't.
Click to expand...
Click to collapse
can you just get a file explorer and move the data yourself?
there was also a soft modding tut to make the external the primary download spot and appear as the internal.
That is one of the mods you can try, my response was to the original OP bashing the A500 for this. I was trying to point out that this is not an A500 problem but an Android tablet problem with HC or ICS. Google should have made the internal memory just, that instead of calling it the sdcard. Forcing the actual sdcard to be called the external sdcard. This is where the problem lies, non of the developers of apps offer an option to save data to an external sdcard since that implies the sdcard will be removed and the app won't have it available.
Sent from my A500 using Tapatalk
My phone (g2x) came set up like this too. Makes no sense. There are work arounds but IMO the best solution is to flash it with a better ROM. It solved the problem and gave me a better all around experience on both phone and tablet.
I know it sucks that you have to "fix" a new tablet...but honestly for me the customization is one of the great pluses of Android. Just my opinion.
cruise350 said:
Where you been????? This is not an A500 problem, this is an Android Tablet problem. Ever since Google introduced Honeycomb the micro sdcard was taken out of the primary storage loop. That is why phones were never released with HC. Why Google went this route who knows but your sdcard is basically now a media storage card and what not. Games and most apps can't take advantage of it for storage unless you root it and go through a series of hacks. And all those do is disable the internal memory in favor of the sdcard. It really sucks, but an 8gb tablet is worthless. I returned mine and got a 32gb. Everyone hoped that ICS would change this but it didn't.
Click to expand...
Click to collapse
Ok finally, this makes sense (well it doesn't because it should just work right, but....). Does stock ICS behave this way on phones too? Aside from a beta of HC on my nook color, the highest version of Android I've used was 2.3.7 which I have now on my nook, so I was unaware of this.
Unfortunately mine is non returnable, I got it on eBay refurb from Acer. It was cheap, and honestly not completely useless with only 8gb, I just won't have much in the way of games. But in reality I play 99% of my games on my Xperia PLAY since thats what it was designed for. I would maybe have gone ahead and tried to set up a game controller on my A500, but now I'll just resolve to having to watch whats on there or.....
gears177 said:
can you just get a file explorer and move the data yourself?
there was also a soft modding tut to make the external the primary download spot and appear as the internal.
Click to expand...
Click to collapse
Got a link to this?
bdkinney said:
My phone (g2x) came set up like this too. Makes no sense. There are work arounds but IMO the best solution is to flash it with a better ROM. It solved the problem and gave me a better all around experience on both phone and tablet.
I know it sucks that you have to "fix" a new tablet...but honestly for me the customization is one of the great pluses of Android. Just my opinion.
Click to expand...
Click to collapse
Thats ridiculous as well. This partially eliminates one of the primary advantages of Android over iOS.
That said yes its nice to be able to customize of course, and I may end up just rooting it and using a custom rom. But theres always tradeoffs with that, and stock it works perfect except for this obviously inherent issue. Every GB rom I've used always had the occasional glitch here or there, where stock ones nailed it every time. Not to knock our devs out there, but in this case I have my nook and phone to screw with if I want to, I was hoping this would just work as is.
gears177 said:
can you just get a file explorer and move the data yourself?
there was also a soft modding tut to make the external the primary download spot and appear as the internal.
Click to expand...
Click to collapse
Got a link to this?
Click to expand...
Click to collapse
Anyone? Bueller?
Rogue Leader said:
Anyone? Bueller?
Click to expand...
Click to collapse
from what i understand though only works on honeycomb as of now so you might have to rollback if you really want it
http://forum.xda-developers.com/showthread.php?t=1445720
totally reversible too
gears177 said:
from what i understand though only works on honeycomb as of now so you might have to rollback if you really want it
http://forum.xda-developers.com/showthread.php?t=1445720
totally reversible too
Click to expand...
Click to collapse
Cool thanks
dont want to bring up old things but class 10 micro sdcards are actually preferred for smartphones and tablets was browsin walmart when i saw this hahaha...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
gears177 said:
dont want to bring up old things but class 10 micro sdcards are actually preferred for smartphones and tablets was browsin walmart when i saw this hahaha...
Click to expand...
Click to collapse
No they definitely aren't. I don't have the link offhand, but Class 10 cards are good for taking video and pictures in cameras, but their I/O speeds are not as good as lower classes. There have been tons of tests on other forums on this site to confirm it.
Rogue Leader said:
No they definitely aren't. I don't have the link offhand, but Class 10 cards are good for taking video and pictures in cameras, but their I/O speeds are not as good as lower classes. There have been tons of tests on other forums on this site to confirm it.
Click to expand...
Click to collapse
Are you saying wall-mart the all powerful money eater of America with their billions of products and customers would ever be wrong.......
correct me if I'm wrong doesn't the class refer to the write/read speed of the SD card....so playing HD video would be quicker and moving files from computer to tablet would be quicker.
so using a class ten card would be beneficial over a class 4 card?(just saying might be wrong)
these micro sd cards are said to be "perfect" for a smartphone all class ten.
http://m.staples.com/mt/www.staples...DHC-Class-10-Flash-Memory-Card/product_366335
http://pocketnow.com/phones/samsung...sd-card-for-smartphones?wpmp_switcher=desktop
Actual testing of a class 4 class 6 and class 10
http://blog.whitesites.com/microSDH...-Class-6-Class-2__634469748755468750_blog.htm
(11-8-2012) UPDATE - bug fixes,TWEAKS by NOBE, still needs GAPPS, needs a 350mb system partition, use the dirty-bean method of installation. 5735 on antutu right out of the gate. GAPPS,FACEBOOK, anything else that runs at startup, will s.........l.........o.........w you down, so just kill the startup process whenever you can to help preserve your high score. Im pretty sure these tweaks will find themselves in a themed rom, but I am gonna focus on making paranoidandroid what it should be, and this I would like this one to be handed off to the guy who pimped it out, but of course I will run the builds from my environment if need be. Here is the update for you guys.
(Tweaked)
http://d-h.st/KPU
P.S.- Did you go buy someone from TeamDRH a beer yet? Did you go buy Fosser some "coffee?"
Or.... you can contribute to nobe's "wife needs her own tablet fund"
and go hit thanks on a post from any of these guys.
_______________________________________________________________________________
THis is pure CM10, built from source. It has one modification, and that is forced tablet UI. You will be in tablet mode no matter what dpi you set in build.prop.
It needs audio policy fix for hdmi audio, and probably some trimming. This is for Nobe to do his SMOOTH thing or Black Jelly thing, it is not to be considered "ready to roll" as much as it is for crack flashers or people who want a blank canvas. This is just pure CyanogenMod10 goodness.
I will answer questions and try to help but please dont expect it to be polished and shiny. It is however nice and fast and capable.
Work calls and I have to go out of town for the rest of the week, so I will not have access to my build machine, but I wanted to get this out for nobe before I left.
Please use install instructions from one of Nobe's roms, or of course you can use teamdrh's 350meg setup as well.
I will probably need a mirror if someone could because I procrastinate and havent set up an account at dev-host yet.
Enjoy.........
(Original non tweaked build)
http://d-h.st/eRZ
As usual, go find a teamdrh member and hit that thanks button, because you know we got nothing without them.
It wouldnt hurt to buy them a couple of beers either.
redeyedjedi said:
THis is pure CM10, built from source. It has one modification, and that is forced tablet UI. You will be in tablet mode no matter what dpi you set in build.prop.
It needs audio policy fix for hdmi audio, and probably some trimming. This is for Nobe to do his SMOOTH thing or Black Jelly thing, it is not to be considered "ready to roll" as much as it is for crack flashers or people who want a blank canvas. This is just pure CyanogenMod10 goodness.
I will answer questions and try to help but please dont expect it to be polished and shiny. It is however nice and fast and capable.
Work calls and I have to go out of town for the rest of the week, so I will not have access to my build machine, but I wanted to get this out for nobe before I left.
Please use install instructions from one of Nobe's roms, or of course you can use teamdrh's 350meg setup as well.
I will probably need a mirror if someone could because I procrastinate and havent set up an account at dev-host yet.
Enjoy.........
https://dl.dropbox.com/u/103503542/cm-10-TAB-UI-ONLY-UNOFFICIAL-smba1002.zip
As usual, go find a teamdrh member and hit that thanks button, because you know we got nothing without them.
It wouldnt hurt to buy them a couple of beers either.
Click to expand...
Click to collapse
Mad scientist at it again. I got. A feeling we are gonna get a gang of rom goodness dropped on us...
(-, N©†£ BLACK ☆ \/ ïïï
I will shoot you a link to Mirror if that is alright. It will be exactly the same as you have posted, except different Host of course if thats is OK.
Now look what I can do in just an hour. That looks like a fine running machine right there.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Yeah a link would be cool, I dont know how long the dropbox will last. Does this one like your tweaks more??? Do you want the regular version of this that will do phone mode too?
redeyedjedi said:
Yeah a link would be cool, I dont know how long the dropbox will last. Does this one like your tweaks more??? Do you want the regular version of this that will do phone mode too?
Click to expand...
Click to collapse
Yes sir it does. I am still rocking the place and have both zram and swapon killing it of course. Haven't applied any gapps yet but will do later to see how she like them.
Sent from My Under Rated Gtablet using XDA Developers app
nobe1976 said:
Now look what I can do in just an hour. That looks like a fine running machine right there.
Click to expand...
Click to collapse
so the spec read out from the Gtab is that the 2D, 3D, Database IO, Sd card Write and Read are all faster than my TF201 running HB and on performance mode clocked at 1400 MHZ. I just have one question, does this little guy run choppy when switching apps? That is the reason I am avoiding JB on my Gtab for my wife. She complains that it would take forever when switching between apps. I have also noticed that when opening an app on JB it would take it forever to load. I was just wondering if you are seeing overall improvement on the system.
feyerbrand said:
so the spec read out from the Gtab is that the 2D, 3D, Database IO, Sd card Write and Read are all faster than my TF201 running HB and on performance mode clocked at 1400 MHZ. I just have one question, does this little guy run choppy when switching apps? That is the reason I am avoiding JB on my Gtab for my wife. She complains that it would take forever when switching between apps. I have also noticed that when opening an app on JB it would take it forever to load. I was just wondering if you are seeing overall improvement on the system.
Click to expand...
Click to collapse
We run out of RAM on big games, everything else FEELS better than tf101, acer a500, in my experience. Nobe has two different roms, and I have paranoidandroid and this one. Out of the four, you are bound to find one that you like. No stock camera is the other negative though.
redeyedjedi said:
We run out of RAM on big games, everything else FEELS better than tf101, acer a500, in my experience. Nobe has two different roms, and I have paranoidandroid and this one. Out of the four, you are bound to find one that you like. No stock camera is the other negative though.
Click to expand...
Click to collapse
I saw paranoidandroid get dropped the other day, but haven't gotten around to flashing it since my wife is busy with her tablet (She doesn't like me taking it away and testing roms on it very often) but I did test both of Nobes and they felt sluggish and choppy. From basic tasks like changing screens opening the app tray checking the play store and checking Facebook... to anything else. I love Jelly bean on my phone and tablet, and I even put Jelly bean on my wife's phone and she loves it. The problem is it hasn't played well with the g-tab yet. I will keep watching though to see what results come of this in the future.
Thank you
Wow... you are a monster!
The gTablet is alive ...again!!!!!!!!!
I got really close to selling mine the other day, now I'm glad I did not. I've had it since November of 2010!
Does this require 350MB or 300MB system partition?
Thank you
Now granted guys that screenshot was done with the modified adjustments that I put in it. Once I see that Google play plays nice with it. I will shoot a upload link to the OP so he can test it and apply it to the post.
Sent from The Darkside via Me...
kozmo2k4 said:
Wow... you are a monster!
The gTablet is alive ...again!!!!!!!!!
I got really close to selling mine the other day, now I'm glad I did not. I've had it since November of 2010!
Does this require 350MB or 300MB system partition?
Thank you
Click to expand...
Click to collapse
Just for the sake of argument, run this with 350 if you plan on gaming or multi tasking. Both work well I just have been testing with 350 and seam to be turi g out well.
(-, N©†£ BLACK ☆ \/ ïïï
JEZZEJAMEZ said:
Just for the sake of argument, run this with 350 if you plan on gaming or multi tasking. Both work well I just have been testing with 350 and seam to be turi g out well.
(-, N©†£ BLACK ☆ \/ ïïï
Click to expand...
Click to collapse
Running a 350m Partition and turned on some things in liberty.cfg. I think that I am just about ready to Black and Smooth this out.
nobe1976 said:
running a 350m partition and turned on some things in liberty.cfg. I think that i am just about ready to black and smooth this out.
Click to expand...
Click to collapse
sob. Thats score is solid.
(-, n©†£ black ☆ \/ ïïï
If we're coming from the team drh setup/rom can we just backup and flash?
rozelle25 said:
If we're coming from the team drh setup/rom can we just backup and flash?
Click to expand...
Click to collapse
As long as it is the Dirty Bean setup. If you are planning on adding gapps then you must have a 350m system for everything to work right.
Sent from The Darkside via Me...
with the smooth version are you going to keep the original AOSP look and feel?
Yes, 350MB on /system is a must: after flashing ROM and gapps-20121011 over 300MB, there was only about 60kb left in system partition, not enough to even update host file.
The interesting thing was, it was running really, REALLY fast and smooth! No lag whatsoever. The extra available RAM made a HUGE difference.
I'm going to try to "trim" some stuff from the ROM (like CMWallpapers.apk is 8MB, VideoEditor.apk and LiveWallpapers stuff), and gapps (Thinkfree is almost 8MB) and then flash again; we'll see if it will flash on 300MB and run stable.
The more available RAM the better!
---------- Post added at 12:38 PM ---------- Previous post was at 11:54 AM ----------
One thing I did notice: when you insert MicroSD card, the system will unmount the internal sdcard....
Nice , full gapps ,tsf shell running..
Sent from a paranoid G [email protected] on the jelly..
Here is the new score..
Sent from a G [email protected] on the jelly..
Evening all. Just wanted to report that I've had good results using the Forever Gone app from the play store to improve lag on my non rooted xt925. It had gotten a bit sluggish lately.
The app essentially "formats" the free space on your ROM memory which seems to restore performance pretty significantly. Made a big difference on my nexus 7 too. It doesn't touch any of your files.
No affiliation, it just got recommended to me and I'm happy with the results. Especially since it doesn't require root.
Sent from my XT925 using xda app-developers app
nice! thanks for sharing.
will try to use this app too
Good app the only thing is that it takes forever to process all your data..
But thanks for the post
Sent from my XT925 using Tapatalk 2
Oscarpr7 said:
Good app the only thing is that it takes forever to process all your data..
But thanks for the post
Sent from my XT925 using Tapatalk 2
Click to expand...
Click to collapse
Yeah, it does take a bit of time to do it's thing. Especially if you have a reasonable amount of free space. But it's definitely worth the wait IMHO.
I started it before I went to sleep one night and just let it do it's thing. I'm not sure how long it took on my Razr, but it was probably about 20 minutes on my Nexus 7. Again, definitely worth the wait though.
It takes for my razr hd with 9GB free space about ~40 min
Sent from my XT925 using xda app-developers app
Giving this a try. Hoping for similar results
Someone tell me how it goes!
What I read from description in playstore: This app cleans already free space on your SDCard similar to writing Nullbytes into the sectors of the SD. No defragmentation.
Every scriptkidd should be able to write an app like this. The purpose of this app is to *hide*/destroy files that were being deleted from your SDCard so that they cannot be recovered by Undelete-/Recovery-Software.
I wonder how someone comes to the conclusion that this app would format and defragment rom memory or increases performance or decreases lags?
Also: Is this app 100% trustable? Nobody can ever know what happens to the data that is being scanned; maybe exaggerating a bit, but who knows if your sdcard-data gets sent to north korea?
sxg75 said:
What I read from description in playstore: This app cleans already free space on your SDCard similar to writing Nullbytes into the sectors of the SD. No defragmentation.
Every scriptkidd should be able to write an app like this. The purpose of this app is to *hide*/destroy files that were being deleted from your SDCard so that they cannot be recovered by Undelete-/Recovery-Software.
I wonder how someone comes to the conclusion that this app would format and defragment rom memory or increases performance or decreases lags?
Also: Is this app 100% trustable? Nobody can ever know what happens to the data that is being scanned; maybe exaggerating a bit, but who knows if your sdcard-data gets sent to north korea?
Click to expand...
Click to collapse
It works on the theory that when a file is deleted or moved off your memory it retains data that allows it to be recovered at a later date by a data recovery app. This retained data may slow down the I/O of your memory, creating lag. Remember that solid state memory works differently to optical storage. On an optical HDD or a DVD this type of thing wouldn't have much (any?) benefit. SSDs work differently though.
So what if every "scriptkidd" could write an app like this? How is that helpful to this discussion? I don't understand that comment...
If you don't trust it or don't believe the theory behind it, don't use it. Personally I don't keep stuff on my phone that I would be terribly worried about the North Koreans getting hold of, but I can't speak for others...
Look, at the end of the day, it's not my app. I couldn't care less if you install it or not. I used it and it improved my lag. It's that simple. I thought others might like to hear about that.
It works on the theory that when a file is deleted or moved off your memory it retains data that allows it to be recovered at a later date by a data recovery app. This retained data may slow down the I/O of your memory, creating lag. Remember that solid state memory works differently to optical storage. On an optical HDD or a DVD this type of thing wouldn't have much (any?) benefit. SSDs work differently though.
Click to expand...
Click to collapse
Hmm. I guess there is something getting pretty mixed up. Everything that this App is doing is cleaning up some bytes/pointers on either the internal or the external sd card memory (by stuffing the sdard's free space with Nullbyte datafiles).
(Strongly simplifying in nearly 99% of "roms" the Android OS system files reside on the system partitions of *internal memory* and most apps reside on the internal "apps"/"data"-partition. Those partitions are not reachable for "Forever Gone" since it doesn't use root privileges, so these partitions (and it's "empty" memory space) cannot be "optimized" by this app. Therefore it *can not* reduce lag for system-apps like e.g. launchers or standard apps. "Performance Improvements" for whole systems are to be regarded as simple placebo effect - no matter how many fivestars this app achieves on playstore.
There's a *slim chance* that it maybe "kind of" works for Apps that make use of Apps2sd, when those Apps (and their data-files/databases e.g) get stocked/moved unto internal or external sdcard space. Or Apps that make frequent permanent use of internal/external SDCard space like games or navigation programs with offline map files on internal/external SDCard. So that those apps "start faster" or "feel more responsive".
Until there's no empiristically satisfying performance measurements ... it is of course allowed for everyone to "believe" in the magic this app is doing ... but only that.
I tried it too and didn't really see a noticeable difference. Theory being that flash memory has to do a wipe before write which slows it down. By wiping the card ahead of time, checksum would already be zero. As someone pointed out it only does the SD card and not the data partition where most writing happens. It would only help someone with specific SD card issues I think. It could actually make things worse if the app isn't wiping correctly. I would imagine that Android does garbage collection and TRIM but I've never looked to see if any partitions have the discard flag enabled.
sxg75 said:
Hmm. I guess there is something getting pretty mixed up. Everything that this App is doing is cleaning up some bytes/pointers on either the internal or the external sd card memory (by stuffing the sdard's free space with Nullbyte datafiles).
(Strongly simplifying in nearly 99% of "roms" the Android OS system files reside on the system partitions of *internal memory* and most apps reside on the internal "apps"/"data"-partition. Those partitions are not reachable for "Forever Gone" since it doesn't use root privileges, so these partitions (and it's "empty" memory space) cannot be "optimized" by this app. Therefore it *can not* reduce lag for system-apps like e.g. launchers or standard apps. "Performance Improvements" for whole systems are to be regarded as simple placebo effect - no matter how many fivestars this app achieves on playstore.
There's a *slim chance* that it maybe "kind of" works for Apps that make use of Apps2sd, when those Apps (and their data-files/databases e.g) get stocked/moved unto internal or external sdcard space. Or Apps that make frequent permanent use of internal/external SDCard space like games or navigation programs with offline map files on internal/external SDCard. So that those apps "start faster" or "feel more responsive".
Until there's no empiristically satisfying performance measurements ... it is of course allowed for everyone to "believe" in the magic this app is doing ... but only that.
Click to expand...
Click to collapse
Look, you're entitled to be skeptical. No dramas. I would agree with your comment that the app obviously can't access the restricted areas of the internal memory. That's pretty clear. But it doesn't claim to do that. The way I see it, any app that accesses free space in the internal memory could potentially see an increase in performance. Anything related to the photo gallery, music, movies, books etc which are all stored in accessible area. Also, I don't know about you, but when I look at the accessible area of my internal memory, most of my apps have created their own folder in there. I don't move any apps to SD, I don't see any point. So I can only assume each app is accessing the accessible internal memory of it's own accord. So whether it makes sense to you or not, many apps are clearly accessing the area of memory in question.
Secondly, of course the Android system and launcher would access the accessible area of the internal memory. They need access to images (wall papers etc), sound files etc etc.
I'm not sure what sort of empirical evidence you're looking for? Should one of the Universities begin a research project on this app? Are there many apps that come scientifically proven?
Again, whether it makes sense to you or not is irrelevant to the whole argument. I can 100% guarantee that this app made a significant improvement to lag issues on my Nexus 7 (not rooted). The difference was very obvious. If you believe it's placebo, great. But I'm happy that my Nexus 7 is performing how it used to in my placebo world. It had become frustratingly laggy lately. The app also made a difference on my Razr HD. Not as much of an improvement as the nexus, but then again, the nexus was much laggier than the razr before hand. If this app is magical, where can I find more magical apps?
I'm not a scientist and I'm not going to perform a peer reviewed experiment on this app. So if you're not keen on apps that aren't scientifically proven, it's probably best to give this one a miss...
larsdennert said:
I tried it too and didn't really see a noticeable difference. Theory being that flash memory has to do a wipe before write which slows it down. By wiping the card ahead of time, checksum would already be zero. As someone pointed out it only does the SD card and not the data partition where most writing happens. It would only help someone with specific SD card issues I think. It could actually make things worse if the app isn't wiping correctly. I would imagine that Android does garbage collection and TRIM but I've never looked to see if any partitions have the discard flag enabled.
Click to expand...
Click to collapse
It definitely accesses the accessible partition of the internal memory.
You'd be better off with this to fix lag but you must be rooted.https://play.google.com/store/apps/details?id=com.grilledmonkey.lagfix
larsdennert said:
You'd be better off with this to fix lag but you must be rooted.https://play.google.com/store/apps/details?id=com.grilledmonkey.lagfix
Click to expand...
Click to collapse
There are plenty of solutions for rooted devices. I hadn't come across anything for non rooted devices that actually made a difference until I used this.
richport29 said:
Giving this a try. Hoping for similar results
Click to expand...
Click to collapse
Gave it a try, no noticeable difference unfortunately.
For anyone interested, it seems like Android 4.3 has a feature built in which is very similar to the function this app performs. The article refers specifically to the Nexus 7, but it's obviously relevant to pretty much an Android device.
http://www.anandtech.com/show/7185/android-43-update-brings-trim-to-all-nexus-devices
I tested this app, and it's really great. But as lobie81 said, android 4.3 do the same thing with the implementation of TRIM
Sent from my XT925 using Tapatalk 4 Beta
OTA is out
http://www.verizonwireless.com/dam/support/pdf/system_update/benefits-note-4-4-2-15.pdf
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This link only takes me to the vzw homepage in spanish...
Sent from my SM-N910V using XDA Free mobile app
rcurtis805 said:
This link only takes me to the vzw homepage in spanish...
Sent from my SM-N910V using XDA Free mobile app
Click to expand...
Click to collapse
you're not alone.. sigh :/ And I'm really happy we're finally getting it but it's a bit too late for me as I'm moving on to the S6 Edge, hopefully it gets rooted or I'll end up returning it and just going back to a Note developer edition perhaps
rcurtis805 said:
This link only takes me to the vzw homepage in spanish...
Sent from my SM-N910V using XDA Free mobile app
Click to expand...
Click to collapse
PDF opened fine here. Here's a screenie: http://imgur.com/a/Agzyc
And did we rely just get 4.4 root and lollipop in the same day? Figures. Lol.
Edit: I uploaded them in reverse order.. Sorry guys
Of course this happens as we are about to get root lol. Looks like I might hold off on the update for a couple days.
Seriously as soon as I get hyped about root coming this week (possibly) now I have to decide if I want to wait around to see how long it takes for lolipop to get rooted.
Dennelly said:
Seriously as soon as I get hyped about root coming this week (possibly) now I have to decide if I want to wait around to see how long it takes for lolipop to get rooted.
Click to expand...
Click to collapse
If his claims regarding root are accurate, he says it supports lollipop as well. Meaning that this would have to be, essentially, a 0 day exploit or leverage the USB connection dealio that got moto/LG root.
easy decision for me... I'll take root first.
Wonderful. Lollipop and root announced the same day!
Nothing in North Carolina yet.
Still nothing here in North Carolina
ugh...nothing in nj yet but do i update when i can or wait for a custom lollipop rom =/
i really do lead a tough life
Anybody able to confirm if the new Theme Engine for TWiz is included in this like it will be on the S6?
The biggest things that made me return my Note 4 were my inability to handle how ugly I found the notifications and color scheming and the bloat. If we have root (soon it sounds) and theming...I may jump back in.
Perhaps a point that the Note 4 is already great, I do not see the point in the update. My Note 4 already has good signal reception, great battery life and performance. These are knowns. The unknown is updating to Lollipop and how it behaves in regards to the things already working fine. The one known is the ART file system will result in about 3GB less overall storage space. $crew that. JMO, so hope everybody that updates is happy. Losing the storage space alone would make me not happy. Need a 64GB device with micro sd before I bother with the ART file system.
Rushmore69 said:
Perhaps a point that the Note 4 is already great, I do not see the point in the update. My Note 4 already has good signal reception, great battery life and performance. These are knowns. The unknown is updating to Lollipop and how it behaves in regards to the things already working fine. The one known is the ART file system will result in about 3GB less overall storage space. $crew that. JMO, so hope everybody that updates is happy. Losing the storage space alone would make me not happy. Need a 64GB device with micro sd before I bother with the ART file system.
Click to expand...
Click to collapse
I think you will be pleased with lollipop especially when root drops so it can be debloated. I've been running beanstalk based off 5.0.1 on my N4 dev-edition and it's much faster than 4.4.4. ART works great. I know TW is entirely different than CM12 but I'm sure the performance will be similar. As for extra space you are not going to get any extra useable space for file storage from removing system apps. The partition size for system will remain the same no matter how many apps are removed. Your storage space and system space are two different partitions. When 5.0 drops then development can finally pick up and will be a win for everyone.
Misterxtc said:
I think you will be pleased with lollipop especially when root drops so it can be debloated. I've been running beanstalk based off 5.0.1 on my N4 dev-edition and it's much faster than 4.4.4. ART works great. I know TW is entirely different than CM12 but I'm sure the performance will be similar. As for extra space you are not going to get any extra useable space for file storage from removing system apps. The partition size for system will remain the same no matter how many apps are removed. Your storage space and system space are two different partitions. When 5.0 drops then development can finally pick up and will be a win for everyone.
Click to expand...
Click to collapse
I have been with Android since the G1 and have modded up until the Note 4. Note 4 works great already, so have no desire to bother modding the Note 4. I used to be compelled to root/mod due to performance issues. I am not at all compelled with the Note 4, since already works great. Will also pass on the update as a result
Rushmore69 said:
Perhaps a point that the Note 4 is already great, I do not see the point in the update. My Note 4 already has good signal reception, great battery life and performance. These are knowns. The unknown is updating to Lollipop and how it behaves in regards to the things already working fine. The one known is the ART file system will result in about 3GB less overall storage space. $crew that. JMO, so hope everybody that updates is happy. Losing the storage space alone would make me not happy. Need a 64GB device with micro sd before I bother with the ART file system.
Click to expand...
Click to collapse
ART is a runtime, not a file system. yaffs2, vfat, ntfs: these are file systems.
ART replaces the Dalvik VM that the platform runs applications on. Your file system handles reading/writing data to and from storage devices.
That being said, ART is much smoother than Dalvik's JIT compiling, so it's all a matter of preference. If you want a choppy, outdated device with hard drive space, go ahead! I have plenty of cloud storage, so performance is key to me.
Source: I manage around 1,000 VZW Note 3 & 1,800 VZQ Note 4 devices for my company.
hoey2011 said:
ART is a runtime, not a file system. yaffs2, vfat, ntfs: these are file systems.
ART replaces the Dalvik VM that the platform runs applications on. Your file system handles reading/writing data to and from storage devices.
That being said, ART is much smoother than Dalvik's JIT compiling, so it's all a matter of preference. If you want a choppy, outdated device with hard drive space, go ahead! I have plenty of cloud storage, so performance is key to me.
Source: I manage around 1,000 VZW Note 3 & 1,800 VZQ Note 4 devices for my company.
Click to expand...
Click to collapse
You're misunderstanding his point. ART uses more storage space because it saves the compiled package from the apk on the NAND, and that is bigger than the apk. I don't know where he got the 3gb figure from, but ART will always take up more space than the same phone/software with DALVIK as the runtime.
Not up for me yet
Rushmore69 said:
Perhaps a point that the Note 4 is already great, I do not see the point in the update. My Note 4 already has good signal reception, great battery life and performance. These are knowns. The unknown is updating to Lollipop and how it behaves in regards to the things already working fine. The one known is the ART file system will result in about 3GB less overall storage space. $crew that. JMO, so hope everybody that updates is happy. Losing the storage space alone would make me not happy. Need a 64GB device with micro sd before I bother with the ART file system.
Click to expand...
Click to collapse
You're probably missing out on some pretty important security updates too, but whatever floats your boat. This thread is probably not the place for you.
I'm seriously looking foreward to lollipop on my note 4. My note felt much faster than my old nexus 7 2013 tablet, until it got lollipop. ..after it got that, I stared using the tablet more often at home, because it out performed my note 4, which was only a month or so old!
I'm expecting to see the same performance gain on my note 4 once we get lollipop.
I'll root, but only so I can finally install an ad blocker. As far as storage space, I've got a 32gb sd card, and I can always replace that with up to a128gb sd card. I couldn't care much at all about losing a little space in the phone itself, and lollipop with fix the external app sd card access, making the SD card much more functional.