RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineLinux offers a nice command to check the size of a Directory The size of a directory and its contents can be determined using the “du” command in Linux. It has a variety of options that you can view via…
ADB Xiaomi Mi Pad start Hardware Test app without Dailer – Calibrate Display, Proximity Sensor
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI recently had some display and button problems and wanted to calibrate the display and Proximity sensor on my Xiaomi Mi Pad. Xiaomi`s MIUI ships with a great app for testing and calibrating all the hardware on the phone, the…
How To: Xiaomi MIUI V6 – Enable Developer Options and turn on and USB Debugging
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a Image how to on how to enable Developer Options and turn on USB Debugging on a Xiaomi Device running MIUI V6 1. Open Settings > About Phone (very Bottom) 2. Tap MIUI Version 7 Times in rapid succession until you…
Titanium Alloy Nice Swipe Menu Functions
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLine// open containerWindow $.containerWindow.open(); // Listen for android back button and close all Views on top that might be displayed $.containerWindow.addEventListener('android:back', closeNavigationView); // add app EventListener to openCloseMenu Ti.App.addEventListener('app:openCloseMenu', function(e) { openDrawer(); }); // START FUNCTION – handleSwipe function…
Appcelerator Titanium Alloy JPUSH Push Notification Module – iOS and Android, China Push Notification- NON GCM
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineLatest Appcelerator Titanium Alloy JPUSH Push Notification Module – iOS and Android, China Push Notification- NON GCM As you may know Chinese Android phones do not ship with the Google Play store – thus Google Cloud Messaging does not work.…
Titanium Alloy iOS Android Modules: Count.ly Analytics, Push Notifications – Events, User Profiles, Messaging – Google Analytics Alternative
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineLatest Titanium Count.ly Modules with Messaging Support: Alloy iOS Android Modules: Count.ly Analytics, Push Notifications – Events, User Profiles, Messaging – Google Analytics Alternative. Countly is an innovative, real-time, open source mobile analytics application. It collects data from mobile phones, and…
Mac Fastboot Flash Xiaomi Hongmi Recovery Rom when all else Fails
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a short guide on how to flash a Recovery Rom to any Xiaomi Device on a Mac Using Fastboot 1. Install Fastboot Use something like this – https://code.google.com/p/adb-fastboot-install/ Or directly from Google – http://developer.android.com/sdk/index.html 2. Download your recovery rom from…
How to: Xiaomi HongMi Note 4G FDD-LTE MIUI V6 install Google Apps – Google Play – Google Services Framework
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a How to on installing Google Services Framework and then Google Play on your Xiaomi HongMi Note 4G MIUI 6. You could always flash to the MIUI V5 4G Global Rom as that would be the best way…
SOLVED: BUG – CentOS – Yum – RPM Broken by nss-softokn-3.14.3-19.el6_6 Update – error: rpmts_HdrFromFdno – error: rpmdbNextIterator – Header V3 RSA/SHA1 Signature, key ID BAD
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineFor CentOS servers an update for the nss-softokn package was release today – nss-softokn-3.14.3-19 However, nss-softokn-3.14.3-19 needs nss-softokn-freebl-3.14.3-19 to operate properly, and vice versa, but those packages do not have checks in place to make sure that a matching version…
How To: Virtualmin CentOS Upgrade PHP 5.3 to 5.4
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLine1. Enable the REMI repo and Upgrade software yum –-enablerepo=remi install mysql The reason for using install mysql is that the yum software utility will install/upgrade all dependencies to ensure that all the software pieces work together. It will also…