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…
Mac Fastboot Flash Xiaomi Hongmi Recovery Rom when all else Fails
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis 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…
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
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboFor 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…
How To: Virtualmin CentOS Upgrade PHP 5.3 to 5.4
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin Weibo1. 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…
SOLVED: iOS APP Webview Arabic Ligature Font Paragraph Overflow – Kerning Issues
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI was recently asked to help find a solution for an iOS App using a Webview to display Arabic Text – the text in the paragraphs where flowing over other elements in the…
SOLVED: APK download file size not shown – no download percentage – SetEnv – htaccess – PHP Content-Length – Apache Server – CentOS
Titanium Alloy iOS Android Modules: Count.ly – Google Analytics, Flurry Alternative – Android Module Updated – Segmentation Event Tracking – Example
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboUPDATED VERSION: Titanium Alloy iOS Android Modules: Count.ly Analytics, Push Notifications – Events, User Profiles, Messaging – Google Analytics Alternative I have recently had to move away from Google Analytics for our Titanium Alloy…
SOLVED: Virtualmin CentOS 5/6/7 Linux Bash Bug – Critical update
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboTo Fix Run yum update as soon as possible! Here is the Bug Report: https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-variables-code-injection-attack/ Links to the actual Centos Bash updates: CentOS-5: http://lists.centos.org/pipermail/centos-announce/2014-September/020582.html CentOS-6: http://lists.centos.org/pipermail/centos-announce/2014-September/020585.html CentOS-7: http://lists.centos.org/pipermail/centos-announce/2014-September/020583.html
SOLVED: CentOS OpenSSL SSL/TLS MITM vulnerability – Virtualmin – Update Version 1.0.1e-16.el6_5.14 – (CVE-2014-0224)
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAs you might have seen on the OpenSSL update stream and new update for OpenSSL was release to address the SSL/TLS MITM vulnerability. As stated in the update stream: An attacker using a carefully crafted…
Appcelerator Titanium Alloy JPUSH 模块 – 安卓推送模块 - 国内可用的安卓推送
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin Weibo你好, 新版本 》 http://kiteplans.info/2015/04/04/appcelerator-titanium-alloy-jpush-push-notification-module-ios-and-android-china-push-notification-non-gcm/ 你们都知道国内安卓的手机几乎不支持谷歌的服务,所以GCM不可用。 对于国内的推送,建议用JPUSH(极光推送)。 我做了很多研究,没有找到任何好的Titanium Alloy JPUSH 模块。我在这个博客上找到了一个几乎不能用的,借鉴了一些,然后写了自己的模块。 所以这是我自己为Titanium Alloy写的JPUSH模块,该模块已经测试,能够直接使用。 因为写出该模块花费了不少精力,所以你需要支付一定费用才能下载使用。 ****本人不提供任何安装或使用支持**** 点击下方来付款并下载Titanium Alloy JPUSH 模块 你支付后会收到一封邮件,邮件中有具体下载链接。 ##安装说明 1. 将已下载的zip放在你APP的root中,build app——Titanium 会自己安装 2. 将这一行添加到tiapp.xml <module platform="android">com.yeshcp.jpush</module> 3. 将这一行添加到tiapp.xml来避免安卓crash bug <property name="ti.android.bug2373.finishfalseroot" type="bool">true</property> ## app 设置…