Appcelerator Titanium Alloy JPUSH Push Notification Module Android Update – Local Notifications – Custom Layout

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis 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…

ADB Xiaomi Mi Pad start Hardware Test app without Dailer – Calibrate Display, Proximity Sensor

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI 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…

How To: Xiaomi MIUI V6 – Enable Developer Options and turn on and USB Debugging

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis 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…

Titanium Alloy Nice Swipe Menu Functions

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin Weibo// 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();…

Appcelerator Titanium Alloy JPUSH Push Notification Module – iOS and Android, China Push Notification- NON GCM

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboLatest 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 –…

Titanium Alloy iOS Android Modules: Count.ly Analytics, Push Notifications – Events, User Profiles, Messaging – Google Analytics Alternative

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboLatest 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.…

How to: Xiaomi HongMi Note 4G FDD-LTE MIUI V6 install Google Apps – Google Play – Google Services Framework

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis 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…

How to: QR Code – Multi Platform – Apple App Store and Android Google Play Store – redirect PHP

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboBelow 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…

SOLVED: APK download file size not shown – no download percentage – SetEnv – htaccess – PHP Content-Length – Apache Server – CentOS

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboWhen trying to host an APK file on my server I was able to get it to download fine – but I was not able to get the file size to show in…