Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Once you know the card is bad, you can probably stop. Keeping it going won't make it better. The speed of the card could have made the process longer. I think Best Buy has some good deals on SD cards right now. You can get a 32GB Samsung EVO or SanDisk Ultra Plus for $13. And if you're willing to spend for a faster card, the SanDisk Extreme Plus at only $17 is a great deal.OK, can you give me a script which would do exactly what you said and clean up/uninstall anything which which isn't necessary?
adb push .\partition.sh /data/local/tmp
adb push .\uninstall.sh /data/local/tmp
adb push .\parted /data/local/tmp
adb shell
su
cd /data/local/tmp
sh partition.sh
rm partition.sh
sh uninstall.sh
rm uninstall.sh
rm parted
exit
exit
del partition.sh
del uninstall.sh
del parted
If you're familiar with Linux command line, you can partition and format without AParted. And BusyBox issues can be tricky. They depend on whether the developer porting it to Android did it correctly and what options were enabled. And for accessing files on ext4 partitions using Linux on USB, there's also LinuxLive USB Creator: http://www.linuxliveusb.com/ .Hey guys, I'm having an issue with AParted. The install gets stuck on "Copying mke2fs", I have the most recent version of BusyBox...It doesn't seem to detect it.
What i found with this card is that minitool sees 2Tb unallocated along with 29.8Gb Fat32. should i be concerned about this?
Without more technical info, I can't comment on your card, but 2TB or 2GB of unallocated space does seem excessive. In general, though, SD cards will have some unallocated space due to partition alignment and reserved space. As far as I know, most of the time alignment on 4MiB boundary like I showed in #403 is fine. In the past few days, while researching your issues, I've learned some newer flash devices using TLC memory might prefer alignment on 3MiB (or its multiple) boundary. Anyway, a complex topic but not a lot of info. Glad you got this to work and hope this storage solution will work smoothly for everyone else who tries it.Still puzzles me why a 32GB card would show 2017MB of unallocated space?
You'd have to reapply the hack after flashing a new rom or restoring a backup which was made before application of this hack. Basically, doing those things "restore" the system files to default, thus removing the hack.Another question, if i upgrade to a kitkat rom, would this bother the hack or would i have to apply the hack again?
Sensor (accelerometer, compass, and magnetic field) issues were brought up in post #205. I'll make a quick summary of the issue here. The sensors access files in the /data folder. If mounting of the /data partition occurs after the sensor service's file accesses, the sensors won't work without being reset. There was a discussion of workarounds in this thread. I didn't choose to use those workarounds because I wasn't certain they would be universally applicable. I find that most of the time, the sensors work fine. One situation when the sensors don't work is when the boot-up process gets delayed. For example, the first time booting up after flashing a rom or wiping caches. Some cached files get recreated and that delay causes mounting of the external partition to be later than the sensors' file access. If that's not your situation and you still get this problem, let me know what rom you're using.Anyone having auto rotation issues ?
Ok, thanks man, I appreciate your help! Take your time, I know that you have a life outside of these forums.@TrevorX5J9 OK, I can take a look when I have some time. If it's an incompatibility problem, I'll try to provide an updated version. A KK rom could restore security contexts (basically some labels) at every boot. Without the proper contexts, the kernel won't allow the hack to work. I'm not sure yet what the problem is at the moment. I have no experience with CarbonROM. Maybe it does something the other KK roms I've tried don't. If the problem is not with my implementation, then you might need to spend some time troubleshooting. I'll check for incompatibility issues first.