RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI recently purchased a Redmi Note 3 (SnapDragon/Qualcomm) in China and wanted to Flash from a Chinese Rom to Global Rom. I quickly learnt that because of the Locked Bootloader you can not simply Flash from a Chinese Rom to a Global…
Appcelerator Titanium Alloy JPUSH Push Notification Module Android Update – Local Notifications – Custom Layout
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is an update to the ANDROID Appcelerator Titanium Alloy JPUSH Push Notification Module You can find the main post about these modules here: http://dieskim.me/2015/04/04/appcelerator-titanium-alloy-jpush-push-notification-module-ios-and-android-china-push-notification-non-gcm/ I have added two new functions – Local Notification, to enable easy local notification as natively provided…
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…
How to: QR Code – Multi Platform – Apple App Store and Android Google Play Store – redirect PHP
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineBelow is a simple PHP script to detect the users device type and then redirect them to the appropriate Apple iTunes App Store or Google Play store – in my case I actually just give the Android User the APK…