Posted January 13, 2016

Most likely Windows will never grab a large market share with Mobile. I think another issue would be their DRM which makes Android more attractive. However even Android is starting to clamp down and becoming more like Apple by removing microSD card slots and sealing off the battery compartment with the latest Galaxy Note 5. Eventually they will be mirror images of each other and it will be a choice of interface. Samsung made phones with bigger screens when Apple didn't. Now Apples tries to make phones with big screens and Samsung tries to seal off the back so you can't insert a SD card or swap the internal battery like Apple.

All decryption is either made into being illegal by breaking patents, or is legal - and a blackbox, as part of the driver, OS etc (technically - a "blob") it resides in kernel which is bad. On Android I hear its implemented in userspace (in contrast to privileged OS kernel space), but only the part which supplies the data to hardware - with hardware doing the black-box magic. I am not a big fan of any DRM due to reason of lock-down to media or to company, so I never followed the bluray or hdcp development, sorry.
FAT32 is not a problem and works good. NTFS requires some licenses, but there is a company which specifically works with NTFS on "non-Windows", I think its Tuxera. Except loosing pretty critical features mentioned in previous paragraph, NTFS brings no advantages and quite a lot of disadvantages. Ext can journal both data and metadata, where NTFS only metadata. NTFS fragments pretty badly and its defragmenting is very subpar - windows defrag api leaves a lot holes, perfect defragmentation takes a lot of time, makes no sense and is not available anymore. Linux currently leads towards f2fs on mobile/flash, btrfs and zfs for data, and ext or xfs for generic use.
The distro's I know, which run off FAT32/NTFS were actually running de-compressed image with native filesystem, stored on earlier mentioned filesystems.
Also having NTFS brings a good conflict with Windows, because later loves to hibernate on shutdown and leave FS in inconsistent state.
Its actually not hard to re-solder the li-ion battery. Just work quick and don't overheat. =)
I only used NTFS only because of the > 4GB file sizes and dealing with HD DVR recording that tend to be over 4GB constantly or roughly over 30 minutes of video. If the video recording hits 4GB it stop recording without letting you know. So while the application looks like it is still recording it isn't. It also does not create a new file and start where it left off. However even if they did that it might not cut the video at the appropriate segment like during a commercial break but instead during the actual show. For awhile I stuck with FAT32 as long as I could and stopping the video recording at around 30 minutes and beginning a new one manually. Now I just do a straight 1 hour recording and stop it with NTFS. The other issue made me jump to NTFS was it was forced for Vista and later Windows OS for initial installation in an effort by MS to force people to switch file systems. I still use FAT16 for making a quick 2GB partition for my Multi OS boot.
For awhile file size limit work arounds were built into certain software to chunk files at 1GB file segments. However if you're playing a video it is easier to deal with one file than find some program to link all the video segments as one smooth flowing uninterrupted playback. Some Blu-ray movies do break up videos into smaller segments intentionally rather than as one huge 25-50GB video file. They do this to make it harder for people to pirate their movies since it would be a headache to find a way to play the video segments in order versus one large video file.
Fragmentation has always been an issue even going back to FAT, FAT12, and FAT16. FAT32 also had its own issues but they improved file cluster sizes down to 4KB which meant less wasted space if you had tons of small files of 1byte to under 4KB it would use less space. I never imagined 4GB files would be common place or even we would be dealing with files that large.
Today there is exFAT from MS which can be downloaded and patched into XP easily. I haven't made the jump to use exFAT so I can't state its performance or fragmentation issues compared to NTFS.
https://www.microsoft.com/en-us/download/details.aspx?id=19364
I haven't tested going to stand by mode on NTFS partitions since I usually used FAT32.
As for hibernate you can disable that. I don't use hibernate because it conflicts with my Multi OS boot.
For example if you are in Windows 7 and you hibernate and the computer shuts down after.
When you turn on the computer you are not greeted with the Multi OS boot menu and instead forced to resume where the hibernation left off in Windows 7.
What's worse is if you are using 32GB like me it requires 32GB of space to hibernate. No thank you. I like my hard drive space.
I'm an efficient user and with the extra memory I have I probably don't need any swap file either but I create a very tiny one because certain applications still need to see it is present in order to work properly.
As for resoldering a new battery into an iPhone?
No thanks. I'd rather pop the back lid off and swap a fully charge battery and it takes me only a few seconds. I'm not going to have a soldering iron handy for those situations where I need quick power on the go. Plus because I can take the back off I actually outfitted mine with a triple capacity battery but usually use a dual capacity battery on the go most of the time due to the extra weight.
Post edited January 13, 2016 by TrueDosGamer