Posts

Showing posts with the label cyanogenmod

LG G3 for CyanogenMod

Image
I had to ask myself if I was a bit crazy to mess with a perfectly good, brand new (1 year old model) smartphone, shipped to me with Android 5.0 Lollipop...why mess around and install a custom ROM? I have been using a Samsung Galaxy SII i9100 for a few years now, running CM (11-20140916-snapshot-M10-i9100 most recently). While this was a great phone, and still is infact! I have been 'forced' to upgrade to a device with 4G. What's so great about CyanogenMod...Privacy. Not only do you get the latest Android releases, despite manufacturers not sending updates...you get Privacy Gaurd. This is the main reason that I choose to run CM over stock android. I was able to root, get SU, and flash TWPG and CM in a few hours, including my stupid mistake... I followed the following guides: https://wiki.cyanogenmod.org/w/Install_CM_for_d855 http://forum.xda-developers.com/lg-g3/general/guide-root-lg-firmwares-kitkat-lollipop-t3056951 Which led me to download: https://pl...

Resurrecting Galaxy s2 gt-i9100

Image
Before yesterday, I was out playing Ingress , and my external battery wasn't working for some reason. My phone died... and when I got home, I plugged it in. When I tried to turn it back on (while charging) I entered a bootloop ('dead battery boot loop'). I tried some quick fixes pursued in various forums to no avail, and soon found myself in CWM recovery mode doing a factory reset. It seems to have been a blessing in disguise...I managed to get CM11.2 working with gapps for android 4.4 kitkat. (Upgrade from my previous version CM10.2…android 4.2). Rescued my two factor authentication, and restored my (practically empty) btc wallet . I love the new privacy manager that allows fine grained control over every app's permissions! Don't want hangouts reading your SMS's?... that's possible now! Another great feature now available allowed you to trigger profile changes based on WiFi connectivity... So for example when you're home, you can disable t...

App to clear .log files for data/log/

Image
This is a solution to a persistent problem on my SII (running CM10.1)... low storage space error. This handy app replaces the procedure in terminal emulator for clearing log files when low storage space warning appears. This error is due to an accumulation of around 1Gb of log files called " dumpstate_ril_RESET_BY_CP_SILENTRESET"  or something like that. This app can be set to automatically clear the logs directory on boot, among other nice features! https://play.google.com/store/apps/details?id=com.liamw.root.logeraser

Samsung Galaxy SII with Cyanogenmod: 'Storage Space Low'

Image
On my Galaxy SII I've been getting warnings about 'storage space low'. After trying to work through cleaning up apps, removing photos and movies, I wasn't making much headway. In system settings 'storage' there appears to be a large part of the internal memory free...but it is not recognised as free.  I am using Cyanogenmod, and found a forum post about a log file accumulation that eats memory in this way. I followed these instructions with Terminal Emulator: 1. Get superuser access:   su - (and allow access when prompted). 2. Change current directory: (I had to search for the directory...which turned out to be something like /data/logs)   cd /var/log 3. (optional) You can see how much space (in KB) is being used by log files with this command:   du -k . 4. (optional) If you want to see the names of the log files:   ls 5. Delete log files with   rm *.log 6. End superuser session:   exit 7. End terminal se...