Related
since i do a lot of reflashing, trying various operating systems or changing the partition sizes and reflashing my favorite os (which is cyanogen atm, since its about double as fast as all the sense roms), i do a lot of writing to the internal memory.
usually flash memory got about 200.000 write cycles - beeing increased by intelligent hardware which balances writing between all blocks.
does anyone have actual experience when you start gaining bad blocks? i mean, if i continue testing roms this way, i might one day end up with a defective internal storage...
Isn't /data on the same memory chip as /system?
Because if it is I doubt it would make much difference how many roms you flash as data is constantly being written to /data in normal use.
mad-murdock said:
since i do a lot of reflashing, trying various operating systems or changing the partition sizes and reflashing my favorite os (which is cyanogen atm, since its about double as fast as all the sense roms), i do a lot of writing to the internal memory.
usually flash memory got about 200.000 write cycles - beeing increased by intelligent hardware which balances writing between all blocks.
does anyone have actual experience when you start gaining bad blocks? i mean, if i continue testing roms this way, i might one day end up with a defective internal storage...
Click to expand...
Click to collapse
dont worry about it, the old nand chips htc used to use could take a battering, so im sure the new ones can, i bought a htc touch dual (htc nike) about 7 or 8 years ago and i flashed it contstantly for atleast 5 of them, my mum uses it now and its still going strong
mercianary said:
Isn't /data on the same memory chip as /system?
Because if it is I doubt it would make much difference how many roms you flash as data is constantly being written to /data in normal use.
Click to expand...
Click to collapse
thats right in one way, but wrong in another. android uses YAFFS2 (yet another flash file system) which is specially developed for flash systems.
one advantage is, it doesnt flush each write access directly to the flash chip. another is, it cares to use all blocks equally. so some hours running android might only write a few blocks to data.
on the other hand, flashing a system (or using the recovery restore function) writes a lot of blocks each time.
AndroHero said:
dont worry about it, the old nand chips htc used to use could take a battering, so im sure the new ones can, i bought a htc touch dual (htc nike) about 7 or 8 years ago and i flashed it contstantly for atleast 5 of them, my mum uses it now and its still going strong
Click to expand...
Click to collapse
that acutally sounds great^^ still wonder, why some people have bad blocks. production failure? or did this appear while using?
mad-murdock said:
thats right in one way, but wrong in another. android uses YAFFS2 (yet another flash file system) which is specially developed for flash systems.
one advantage is, it doesnt flush each write access directly to the flash chip. another is, it cares to use all blocks equally. so some hours running android might only write a few blocks to data.
on the other hand, flashing a system (or using the recovery restore function) writes a lot of blocks each time.
that acutally sounds great^^ still wonder, why some people have bad blocks. production failure? or did this appear while using?
Click to expand...
Click to collapse
devices can come shipped with bad blocks on the nand chip thats how common they are, also htc take this into account when developing the partition table, especially in the boot sector because too many bad blocks might mean not enough space for the boot .img, then your screwed lol also A Bad Block does not affect the performance of valid blocks because it is isolated from the bit line by a select transistor.
AndroHero said:
devices can come shipped with bad blocks on the nand chip thats how common they are, also htc take this into account when developing the partition table, especially in the boot sector because too many bad blocks might mean not enough space for the boot .img, then your screwed lol also A Bad Block does not affect the performance of valid blocks because it is isolated from the bit line by a select transistor.
Click to expand...
Click to collapse
i see - if bad blocks are shipped, no need to worry. only if you get a "new" bad block, total failure isnt far from my experience with flash chips. thanks for your info^^
Our phones have Samsung kby00u00vm-b450 NAND pre-installed from factory.
With all frequent flashing and wiping, I am worried about how long this NAND will last and does it have a limit on read/writes/wipes.
I am looking for someone to develop an app which analyzes health of the NAND and also possibly predicate number of read/writes completed and remaining.
Any thoughts/ideas??
Ummmmmm....no offense intended but are you serious?
The only way to analyze the "health" of memory would have to be something along the lines of an app that would be able to determine bad disk sectors.
There really isn't a way to just say "Hey, you have a hundred writes left and then kiputz." Its just not feasible....
I could be wrong though....
~Jasecloud4
LMAO.. Funny... i have never thought about it in terms of an app, but i have often wondered if there is a limit to how long the NAND would last... i am a flashaholic!!
sshark said:
Our phones have Samsung kby00u00vm-b450 NAND pre-installed from factory.
With all frequent flashing and wiping, I am worried about how long this NAND will last and does it have a limit on read/writes/wipes.
I am looking for someone to develop an app which analyzes health of the NAND and also possibly predicate number of read/writes completed and remaining.
Any thoughts/ideas??
Click to expand...
Click to collapse
all RAM has read write limits, and likely flashing/wiping every damn day (like some of us) was not taken into account when creating android phones.
actually not a terrible idea, something like SMART status would be kinda nice...
typical "ram testing" type applications for PCs would not work because they actually read/write to the sectors, and of course we dont want that... hm.
and likely it would have to be run in recovery too.
also, for future reference, try posting this kinda stuff in the Q&A, or general threads.
Every nand is good for exactly 9999 flashes, so just start keeping track of flashes.
jasecloud4 said:
Ummmmmm....no offense intended but are you serious?
The only way to analyze the "health" of memory would have to be something along the lines of an app that would be able to determine bad disk sectors.
~Jasecloud4
Click to expand...
Click to collapse
It does not have to be Android app, it could be low-level memory management/analyzer that could be run from recovery or just from PC.
kingdazy said:
all RAM has read write limits, and likely flashing/wiping every damn day (like some of us) was not taken into account when creating android phones.
actually not a terrible idea, something like SMART status would be kinda nice...
typical "ram testing" type applications for PCs would not work because they actually read/write to the sectors, and of course we dont want that... hm.
and likely it would have to be run in recovery too.
also, for future reference, try posting this kinda stuff in the Q&A, or general threads.
Click to expand...
Click to collapse
Yes, something in recovery would be nice, which at least can assess number of good/bad sectors.
Also, if all of the devs agree on a common format, then with each flash or wipe, a cookie/text file can be updated to the SD CARD to reflect dates of all flash/wipes.
Since this is a development request I posted in this section, I know the general rules.
flash destroyer
dangerousprototypes.xxx/2010/05/25/prototype-flash_destroyer
ustream.xxx/channel/flash-destroyer
11,494,060 was the final write count
edit: dont have enough posts for url, replace xxx with com in urls
zoydberg said:
dangerousprototypes.xxx/2010/05/25/prototype-flash_destroyer
ustream.xxx/channel/flash-destroyer
11,494,060 was the final write count
Click to expand...
Click to collapse
What is this and how did you get it?
Joekrim would be the canidate for this project
snandlal said:
Joekrim would be the canidate for this project
Click to expand...
Click to collapse
Ok, I will need to get hold of him.
Challenge would be to get everyone (all developers) buy into this common format or something which can really keep track of flash/wipes.
The way we flash is safe, the whole nand corrupt thing correlates to something like a jtag xbox. When I flash through with a lpt (printer) cable, you have to watch the nand, the way we do it is safe and nothing to worry about. If it were an xbox itS recommended to flash as few to one as possible to prevent damage, flash away!
The nand has about 10000 write cycles. If you flash twice a day on average thats almost 15 years.
Sent from my PC36100 using XDA Premium App
sounds like a challenge, lets see who can overflash their NAND first, award TBA at successful brick
sshark said:
Since this is a development request I posted in this section, I know the general rules.
Click to expand...
Click to collapse
my bad.
woot! 400 posts.
NewZJ said:
sounds like a challenge, lets see who can overflash their NAND first, award TBA at successful brick
Click to expand...
Click to collapse
*Raises Hand With Barney Stinson Voice* Challenge accepted!
You know what? This IS a really good idea! I've noticed that all 5 of the EVOs I've gone through (dont ask, long story) have had diminished performance the more I flash... I've grown past flashing EVERY ROM I see, and stuck to a really reliable ROM, and outside of a bad camera sensor (EVO #6 on the way) this one has performed flawlessly. I tried un/rerooting a few times, and that cleared bad/conflicting code, but didn't completely address the issues I was having... not until now did I think about connecting these dots. That being said, 1: THANKS for the eye opener!
2: I'd buy this app! (as I think many devs/ROM free basers would)
Nice work!
sent killing time on my EVO while she watches desperate housewhores...
IP IHI II IL said:
You know what? This IS a really good idea! I've noticed that all 5 of the EVOs I've gone through (dont ask, long story) have had diminished performance the more I flash... I've grown past flashing EVERY ROM I see, and stuck to a really reliable ROM, and outside of a bad camera sensor (EVO #6 on the way) this one has performed flawlessly. I tried un/rerooting a few times, and that cleared bad/conflicting code, but didn't completely address the issues I was having... not until now did I think about connecting these dots. That being said, 1: THANKS for the eye opener!
2: I'd buy this app! (as I think many devs/ROM free basers would)
Nice work!
sent killing time on my EVO while she watches desperate housewhores...
Click to expand...
Click to collapse
an app that tells us something we already know? Why doesn't a dev make an app to tell me what phone i have, I think it's an Evo but i want to make sure
iitreatedii said:
Why doesn't a dev make an app to tell me what phone i have, I think it's an Evo but i want to make sure
Click to expand...
Click to collapse
Check out ROM Manager. When you click on flash cwm recovery it tells you what phone you have and asks you to confirm it. I don't know if it works for all phones but I can confirm it correctly identifies my phone as a CDMA Evo and correctly identifies my Nook Color.
doesn't recognize my nook color! it keeps calling it a encore, wtf!
Thread moved to Q&A.
Why is it that all of a sudden people are leaving journaling on in their roms, or rather, why did they turn it off to begin with? I know what journaling is and everything, but why is it that most ROMS said no to journaling and all of a sudden out of the blue they are starting to say yes?
Turning Journaling off lead to a very slight gain in performance, but comes with the risk of data corruption if you improperly shut down your phone, because of this Devs are offering a choice between slightly improved performance or increased stability.
Give me Stability. I was on a rom once like that, seemed after a few weeks it would become unstable. I didnt realize it was from not shutting down properly. Just thought it became corrupt over time.
If you give me a stable application set and stable OS, then I'll happily exist on no-journaling, however since we are often on custom roms, with exploits, and there is always a chance of a kernel crash, there is a higher risk of unexpected reboots, and sometimes it is better to have a journaling FS.
That said, flash devices are prone to write wear and expedited hardware failures when the same block same is rewritten too many times.
Developers are just trying to accommodate everyone. To many people complained about data corruption so they implemented journal enabled
Sent From My Evo Killer!
musclehead84 said:
Developers are just trying to accommodate everyone. To many people complained about data corruption so they implemented journal enabled
Sent From My Evo Killer!
Click to expand...
Click to collapse
im glad they did ........
I haven't had an issue with journalling off that I didn't do to my self. So I don't care on or off w.e.
Sent from my SPH-D700 using XDA App
It's probably old news, if so I couldn't find it.
Anyhow for those who aren't rooted, myself included (say what!!!) I hate the fact that there is no reboot option on our phones.
After scouring the net & testing it myself rebooting is as simple as long pressing the power button (about 7-10 seconds).
This is not one of those "ooooh-ahhhh" moments but I like the fact that I no longer have to wait for my phone to shut down completely before turning it back on.
Holding the power button is the equivalent to pulling the plug on your PC when it's still running. It's harmful to the phone. If it turns off mid-write, it could do damage to the point where it won't turn back on unless you root it.
Sent from my Transformer TF101 using Tapatalk
Possibly can't say for sure. I've searched the net & couldn't come to an answer for any smartphone using this method but you never know...
Gary13579 said:
Holding the power button is the equivalent to pulling the plug on your PC when it's still running. It's harmful to the phone. If it turns off mid-write, it could do damage to the point where it won't turn back on unless you root it.
Sent from my Transformer TF101 using Tapatalk
Click to expand...
Click to collapse
You're half wrong on this. Yes there is the possibility of data corruption due to something being in mid-write, however in modern file systems for android it tends to be quite rare due to effective methods of journaling and write-protection.
The method described by the OP is the effective equivalent of pulling the battery, which is of course Android's soft reset, and an endorsed action.
Sent from my SPH-D710 using xda premium
squshy 7 said:
You're half wrong on this. Yes there is the possibility of data corruption due to something being in mid-write, however in modern file systems for android it tends to be quite rare due to effective methods of journaling and write-protection.
The method described by the OP is the effective equivalent of pulling the battery, which is of course Android's soft reset, and an endorsed action.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
This +1 You could do this on the OG Epic no problem, but if you had journaling turned off you almost always had to restore a backup or flash your ROM again. Still nice to see people putting out actually useful info
squshy 7 said:
You're half wrong on this. Yes there is the possibility of data corruption due to something being in mid-write, however in modern file systems for android it tends to be quite rare due to effective methods of journaling and write-protection.
The method described by the OP is the effective equivalent of pulling the battery, which is of course Android's soft reset, and an endorsed action.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Journaling isn't 100% effective. I've seen it happen myself on ext3 desktops. It will save you most of the time, but it's still not something I'd recommend doing unless you HAVE to (eg due to a hard lock). Would you crash your car into a wall just because the air bags will save you? (I know, that's a terrible analogy, sorry!)
Sent from my Transformer TF101 using Tapatalk
Journaling doesn't save you from data corruption. It saves you from the super long fsck. The reason why you usually don't have a problem is the OS is read-only.
sfhub said:
Journaling doesn't save you from data corruption. It saves you from the super long fsck. The reason why you usually don't have a problem is the OS is read-only.
Click to expand...
Click to collapse
Which still isn't a complete fail safe as there can be corruption in system /data files which results in boot loops and requires a wipe to fix.
Sent from my SPH-D710 using Tapatalk
I have been yanking batterys and holding down the power button to restart phones for years. Never had 1 single problem. I wouldnt worry about it
Sent From My Epic Touch 3g
bluefire808 said:
I have been yanking batterys and holding down the power button to restart phones for years. Never had 1 single problem. I wouldnt worry about it
Sent From My Epic Touch 3g
Click to expand...
Click to collapse
Anecdotal evidence can't really compare to the fact of how file systems work. Just because the chance of dying for sticking your finger in an electrical outlet is small doesn't mean you should do it.
Sent from my SPH-D710 using Tapatalk
Gary13579 said:
Anecdotal evidence can't really compare to the fact of how file systems work. Just because the chance of dying for sticking your finger in an electrical outlet is small doesn't mean you should do it.
Sent from my SPH-D710 using Tapatalk
Click to expand...
Click to collapse
Still i'll take YEARS of my own personal experience over anything else.
whatyoujustsaid said:
Listen doctor, I know you have decades of experience and education in this, and it is your career, but there is no way smoking causes cancer! I've been smoking for YEARS and I don't have cancer!
Click to expand...
Click to collapse
Sent from my Transformer TF101 using Tapatalk
I have done a general search on Google and found several articles relating to this subject, but when I searched XDA I didn't find anything conclusive or useful or even informative. The Samsung Galaxy S4 was supposed to be at least a 16GB phone. To me, that means 16GB of usable space to install apps. I knew there would be some bloatware, but when I got my SGS4, I was annoyed to see that the device memory total space was only 9.72 GB, and the bloatware was installed in that space! That left me with only a measly 8GB to install my apps. So where did the other 6.28 GB go? From what I read, it was used by the "system" and hidden "Samsung recovery partitions".
Well, I do not care about recovery partitions. I would rather trust Titanium Backup and my Nandroid backups and have more usable space than have a recovery partition I can't access. I am stingy with my storage, which is at a premium on mobile devices. I like to have control over every megabyte and I don't like the manufacturer deciding how my space is used. I already got an SD card for it, but I still want that missing space back.
So here is my question; how does one re-partition or re-size the partitions of the internal memory of the Samsung Galaxy S4? I know that linux has some amazing partition editors like gparted that can re-size partitions without destroying them, and Android is based on linux, so is there anything like an "aparted"?
I think in the system partition aside from the actual OS there's an odd 2-3 gigs of temp space to be utilizing during updates via Kiev etc. Since the size of TW roms are so big it makes sense in some weird way.
However anything I've read regarding repartioning is supposed to be pretty risky procedure. A lot of us that have gone to the Google Edition rom are also stuck with the original partitions even though GE rom nearly a gig smaller than TW rom. So especially wasted space for us.
Sent from my GT-I9505G using Tapatalk 4 Beta
Please read forum rules before posting
Questions and Help issues go in Q&A and Help section
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator
lazaro17 said:
I think in the system partition aside from the actual OS there's an odd 2-3 gigs of temp space to be utilizing during updates via Kiev etc. Since the size of TW roms are so big it makes sense in some weird way.
However anything I've read regarding repartioning is supposed to be pretty risky procedure. A lot of us that have gone to the Google Edition rom are also stuck with the original partitions even though GE rom nearly a gig smaller than TW rom. So especially wasted space for us.
Sent from my GT-I9505G using Tapatalk 4 Beta
Click to expand...
Click to collapse
See, that's exactly what I am talking about. I don't plan to ever update my stock rom via Kiev, assuming I ever update it at all, since I flashed a modified stock kernel to get root. Where did you read about repartitioning being risky? I couldn't even find that much. Is it equally risky for all devices, or do the more modern devices have more options? I also flashed the Google Edition rom hoping to get the space back, but nope! It really sucks that a non-touchwiz, non-samsung rom would still allow a wasted partition.
Zaron DarkStar said:
See, that's exactly what I am talking about. I don't plan to ever update my stock rom via Kiev, assuming I ever update it at all, since I flashed a modified stock kernel to get root. Where did you read about repartitioning being risky? I couldn't even find that much. Is it equally risky for all devices, or do the more modern devices have more options? I also flashed the Google Edition rom hoping to get the space back, but nope! It really sucks that a non-touchwiz, non-samsung rom would still allow a wasted partition.
Click to expand...
Click to collapse
In order to partition that internal memory you have to wipe it. And that means everything. System, recovery, download mode, boot loader, everything.
The connection with Odin or adb at this point would be totally housed in RAM. It would need to maintain that connection in order to complete the task of adding the new partition, adding the download mode back, adding recovery, and finally the ROM itself.
If the phone lost its connection during that process or lost power or the update process got pushed out of ram for any reason the phone would be hard bricked as there would be no way to reestablish communication with it to restart the process. You couldn't power it on or boot it to anything. It would be a $600 paper weight.
Meanwhile the alternative option is to just go buy an $8 external 16gb SD card or a $20 external 32gb SD card. That carries no risk whatsoever and expands your phone's storage well beyond the original 9gb of usable space you started with.
Sent from your phone. You should be careful where you leave that thing.
Skipjacks said:
In order to partition that internal memory you have to wipe it. And that means everything. System, recovery, download mode, boot loader, everything.
The connection with Odin or adb at this point would be totally housed in RAM. It would need to maintain that connection in order to complete the task of adding the new partition, adding the download mode back, adding recovery, and finally the ROM itself.
If the phone lost its connection during that process or lost power or the update process got pushed out of ram for any reason the phone would be hard bricked as there would be no way to reestablish communication with it to restart the process. You couldn't power it on or boot it to anything. It would be a $600 paper weight.
Meanwhile the alternative option is to just go buy an $8 external 16gb SD card or a $20 external 32gb SD card. That carries no risk whatsoever and expands your phone's storage well beyond the original 9gb of usable space you started with.
Sent from your phone. You should be careful where you leave that thing.
Click to expand...
Click to collapse
Thanks! And yes I also hit the thanks button . I had no idea that partitioning the internal memory was THAT risky. I am surprised nobody has come up with a better way, like how you would boot from a CD to partition your computer. Maybe a way to boot from external SD or something? It also makes me curious; if the manufacturer started with blank internal memory, how did they write the initial recovery and ROM to it in the first place? What are they able to do that we can't do?
Zaron DarkStar said:
Thanks! And yes I also hit the thanks button . I had no idea that partitioning the internal memory was THAT risky. I am surprised nobody has come up with a better way, like how you would boot from a CD to partition your computer. Maybe a way to boot from external SD or something? It also makes me curious; if the manufacturer started with blank internal memory, how did they write the initial recovery and ROM to it in the first place? What are they able to do that we can't do?
Click to expand...
Click to collapse
Your computer has a bios that exists on a saparate chip from everything else. The bios is like a pre-boot that waits for you to hit the power button, then it looks for a hard drive with an OS to get going the rest of the way. If it doesn't find a hard drive it will look to a CD ROM drive that will take the next step.
The operating sysem resides on your hard drive. So you can wipe your hard drive and the bios will at least let the computer physically turn on.
On your cell phone all that stuff resides on the same internal memory. So if you wipe it clean, it doesn't even have something like a bios that can look for a secondary boot option on an SD Card.
Samsung probably programs the memory chips on a separate machine before they even put them on the mother board. Think of an old 8 bit Nintendo. Super Mario Bros. exists entirely on the game cartridge. It's pre programed to hold the game. You then take that game cartridge (which is essentially just a memory chip on a circuit board inside the plastic case) and insert it into the Nintendo in order to boot up the game. Without the game inserted the power button just blinks and the Nintendo doesn't know what to do. Same thing with your phone. Samsung programs the memory chip somewhere else, then puts the fully prgrammed chip onto the mother board and it boots up. (This is a VERY generic example. There are about 500 things that are different about how these two sysems boot. I am well aware of this. I jus used it as an example to help clarify the concept.)
Skipjacks said:
On your cell phone all that stuff resides on the same internal memory. So if you wipe it clean, it doesn't even have something like a bios that can look for a secondary boot option on an SD Card.[/I]
Click to expand...
Click to collapse
Ugh that seems like a bad design choice. And all manufacturers are doing this? Nobody has managed to squeeze in a separate chip for the recovery, even on tablets?
Skipjacks said:
Samsung probably programs the memory chips on a separate machine before they even put them on the mother board.[/I]
Click to expand...
Click to collapse
So what you are saying is that the process Samsung probably used can't be used after the chip has been placed in the phone without extreme risk? Got it.
Zaron DarkStar said:
Ugh that seems like a bad design choice. And all manufacturers are doing this? Nobody has managed to squeeze in a separate chip for the recovery, even on tablets?
So what you are saying is that the process Samsung probably used can't be used after the chip has been placed in the phone without extreme risk? Got it.
Click to expand...
Click to collapse
You probably need to unsolder the chip from the board and use a chip programmer to write everything back to the chip.
macaumen said:
You probably need to unsolder the chip from the board and use a chip programmer to write everything back to the chip.
Click to expand...
Click to collapse
I don't think I'll be attempting something like that. That would make me even more nervous than wiping the internal memory. I'm a GTAW welder, and I still don't think I would have steady enough hands to go messing with the physical chips inside my phone.
Sent from my SGH-M919 using xda app-developers app
One chip?
Anyway my other question still remains. Android software/hardware is all designed to run off of one internal chip that holds everything? Even on tablets? And nobody has attempted to break this mold?
You can actually adjust the partition details through what is called a pit file (partition information table)
There is a thread where someone was able to create the pit files flashable through Odin. While they are flashable, I have tried everything on my s3 to get it to work. I think there is some bootloader code which ignores unsigned or not genuine pit files. There is just something preventing them from taking effect even though it says it flashed successfully.
You should easily be able to take some blocks from system partition and add them to data without and risks.
Btw it's impossible to hard brick this and the s3. You would just need a jtag device to rewrite the bootloader back to the device. Some people have said that the USB jigs you see on eBay work. And for 5 bucks what the heck lol.
But generally speaking, playing with pit files and partitions can get costly.
Sent from my SGH-M919 using Tapatalk 2
I'm still very interested in this. I intend to only use the Google Play ROM's, which are 500MB, rather than 2GB
Samsung said that the S4's system only uses 1GB more than the S3, yet consumes 2GB more in total :/
DON'T TRY THIS. OTHERWISE IT'LL BRICK YOUR DEVICE
There's a solution for S4 i9500, but apparently it was officially released by samsung. I don't believe samsung or t-mobile will do the same, but I hope so. Or if anything could be done from this to be adapted to m919 would be great.
http://forum.xda-developers.com/showthread.php?t=2429309
Zaron DarkStar said:
Ugh that seems like a bad design choice. And all manufacturers are doing this? Nobody has managed to squeeze in a separate chip for the recovery, even on tablets?
Click to expand...
Click to collapse
I strongly suspect this goes to how ARM Systems-on-a-Chip work. These devices don't expect to encounter any kind of hardware intermediary between the processor and the chips. That's what the drivers are for. These devices are designed for simple bootstrapping, and the best way to do that is to connect the CPU to a single internal store of flash memory. Also, no device manufacturer expects to need to repartition their internal flashes within the device's working life. The partition sizes were chosen very carefully so it isn't necessary. They trade in some leeway space to be able to "set it and forget it." In the end, they don't expect anyone (including themselves) to tinker with it after it's been all set up. Normal users won't be in a position to encounter the recovery system, and even skilled amateurs trying to fix something mildly serious would find the stock recovery system sufficient. If that doesn't work, it's probably going back to the manufacturer.
Still a bad design.
WhosAsking said:
Also, no device manufacturer expects to need to repartition their internal flashes within the device's working life.
Click to expand...
Click to collapse
So when they advertise a device as having a certain amount of storage, yet the actual user controlled usable storage space is almost half that, they don't think people are going to have a problem with that and will want to get that storage space back, through re-partitioning if necessary?
WhosAsking said:
The partition sizes were chosen very carefully so it isn't necessary.
Click to expand...
Click to collapse
The partition sizes weren't chosen by ME, the consumer, owner, and end-user of the device, so it is quite necessary I have control over the storage I paid for.
WhosAsking said:
They trade in some leeway space to be able to "set it and forget it."
Click to expand...
Click to collapse
You mean they trade so of MY hardware's capability for the current/future needs of whatever services they might decide to implement, even if I will never use said services.
WhosAsking said:
In the end, they don't expect anyone (including themselves) to tinker with it after it's been all set up.
Click to expand...
Click to collapse
I tinker with all my electronics to suit my needs. I change the partition structure of my computer occasionally when my storage allocation needs change enough that it becomes necessary.
WhosAsking said:
Normal users won't be in a position to encounter the recovery system, and even skilled amateurs trying to fix something mildly serious would find the stock recovery system sufficient.
Click to expand...
Click to collapse
This isn't about trying to fix a problem. This is about being able to control and use ALL of the storage I expected to have on a device I paid for.
It just sounds like you are making excuses for Samsung. Please don't. It is bad enough that we have to deal with bloatware, but for a manufacturer to reduce a device's functionality, knowing that it is risky/difficult to reverse, for the sake of their proprietary services that the user may not want is just unacceptable.
If I wanted a device where the manufacturer makes the decisions for me the I would buy an Apple. I choose Android for its openness and customizability, so I get annoyed when I see manufacturers deliberately reduce a device's customizability to make way for their proprietary services. I think manufacturers should respect the spirit of the platform they are making devices for, otherwise they are making devices for the wrong platform. More specifically, I think Samsung should respect the spirit of Android, and stop trying to shove their proprietary bloatware down our throats.
Zaron, let me put it another way. The sizes you hear advertised on TV and ads and so on are much like hard drive sizes and the "up to" internet speeds you also see; you're not expected to actually get every last bit that's advertised. The only way you'll fix that is to change advertising laws; good luck trying to get something like that through a legislature.
There's also the fact that those of us here do not represent the typical user of these phones. The average person wants to be able to just get their apps done and be done with it. Quite simply, you can't please everyone, so it's better to annoy a small number of diehard geeks than a larger number of less-technically-literate buyers. As for the "spirit of Android," I don't see any such thing. Android is what manufacturers make of it (like with Amazon). We're talking companies here; not bleeding hearts. For Samsung, Android just happens to be the non-Apple system best at hand. It's not like they're betting the farm on it, either; they're developing Tizen, too, which will be going into their Gear 2 line of smartwatches.
WhosAsking said:
Zaron, let me put it another way.
Click to expand...
Click to collapse
Ok let's break this down since it sounds like once again you are making excuses.
WhosAsking said:
The sizes you hear advertised on TV and ads and so on are much like hard drive sizes and the "up to" internet speeds you also see; you're not expected to actually get every last bit that's advertised.
Click to expand...
Click to collapse
I have gotten nearly ALL of the storage space I paid for on EVERY hard drive I have ever bought. There is a miniscule loss for the formatting overhead and partition table, and maybe a couple hundred megabytes for the Windows recovery partition if I CHOOSE to have one. This is quite minor compared to the 500GB - 3TB of space my drives have. On the GS4, I got nearly half, HALF of the usable storage I thought I was buying. There is a huge difference between minor overhead cost and HALF. Also, most of the time I get exactly the amount of bandwidth I pay for as well, for both my home internet and mobile data. It is rare I get any slowdown. So don't give me this nonsense about not expecting to get what is advertised.
WhosAsking said:
The only way you'll fix that is to change advertising laws; good luck trying to get something like that through a legislature.
Click to expand...
Click to collapse
I don't need to change any laws to vote with my wallet, which is the only thing Samsung should be concerned with: how customers vote with their money.
WhosAsking said:
There's also the fact that those of us here do not represent the typical user of these phones. The average person wants to be able to just get their apps done and be done with it.
Click to expand...
Click to collapse
Really? Because everyone I know who has an Android got one for the ability to customize/tinker with it. But even assuming there is a larger user base I haven't seen that doesn't care as much about customizing, what if said "average people" want to install many apps on their phone? Maybe they want to try out one of the many relatively large Android games on the market. Even an "average" user of a mobile device can do simple math. If they install a few games that are a couple GB each and then run out of space, and then add up the total space they used and compare it to how much their device should have, they would notice they got cheated real quick. All they have to do is go into the app manager in the settings and look at the amount of space used/free to see they don't have as much space as they thought.
WhosAsking said:
Quite simply, you can't please everyone, so it's better to annoy a small number of diehard geeks than a larger number of less-technically-literate buyers.
Click to expand...
Click to collapse
I do agree that it is difficult to please everyone. However, who exactly are they pleasing by cutting the usable storage space in half? Answer: nobody but themselves, in order to exert control over their customers. That is all. I have not heard a single person say, "I am so happy with all of Samsung's built-in services, and I don't mind at all that I have only half the space listed on the box!"
WhosAsking said:
As for the "spirit of Android," I don't see any such thing.
Click to expand...
Click to collapse
When I say spirit of Android, what I mean is the desire to make a useful device that puts the power of customization in the hands of the user. I mean a device that is the opposite of an Apple device. I mean a device that can be used independently of its creator company. I mean the ability to change the ROM, the launcher, the dialer, the SMS app, and allowing pretty much every other part of the device's software to be modular and customizable. I mean the ability to sideload apps, install other market apps, and not be tied down to one marketplace. I mean the ability to have a device that doesn't make you feel beholden to any entity. That is the spirit of Android. So when a company makes an Android device with features that deliberately move away from customization and towards proprietary dependence, aka dedicating almost half of the SGS4's internal storage for proprietary services, while advertising it as having the full 16GB, that pisses me off. If Android was a religion, it would be the equivalent of blasphemy. When I am in the market for a new device, a company gets my attention by having a more powerful device with more customization options. Also, nothing makes me switch manufacturers faster than when I feel like they are trying to lock me in to their economy.
Now, if you respond to me in the same manner as your last two posts, full of industry excuses and reasons why we shouldn't criticize our corporate overlords, then I will assume you are just a shill, and I will ignore you. I have better things to do than argue with a shill, so prove to me you aren't one.
You're right. It sucks. You should get the entire cell phone industry (valued at several hundred billion dollars) to change its' marketing systems.
Let me know how that works out for you.
The rest of us don't like it either, but we've moved on because we learned how to interpret the manufacturer's claims into what we can actually except to see. Now stop yelling at everyone on XDA who is just trying to explain it to you. We're not the ones who came up with these shadey marketing practices. And just because we understand the shadey marketing practices doesn't mean we support them.
You are preaching to the chior. We all agree with you.
Skipjacks said:
You're right. It sucks. You should get the entire cell phone industry (valued at several hundred billion dollars) to change its' marketing systems.
Let me know how that works out for you.
The rest of us don't like it either, but we've moved on because we learned how to interpret the manufacturer's claims into what we can actually except to see. Now stop yelling at everyone on XDA who is just trying to explain it to you. We're not the ones who came up with these shadey marketing practices. And just because we understand the shadey marketing practices doesn't mean we support them.
You are preaching to the chior. We all agree with you.
Click to expand...
Click to collapse
You were helpful to me before, why do you sound so angry now? I wasn't yelling at "everyone". I was disagreeing with one person about the premise that no matter what we do, we should expect to get screwed in some way every time we buy a phone. I don't accept that. I don't even have a problem with people who do accept it, but I do have a problem when people explain it to me, and then sound like they are trying to get me to accept getting screwed. This thread started with me asking if there was a way to easily re-partition the internal memory of the SGS4, and when the answer was basically "no", the purpose of this thread was pretty much served. However, it went on to become a discussion about why things are the way they are, which inevitably led to the business practices of Samsung, at which point it started to feel like I was being told to just accept the situation, which got me riled up. Big corporations wouldn't be big without their customers, so I intend to stay a customer who cares. I won't give in to apathy or complacency, and I won't accept corporate control, even if I can't directly do anything about it. I appreciate the explanations, and I am sorry offended anyone.