Indroid: an Automated Online Analysis Framework for Android Applications

Total Page:16

File Type:pdf, Size:1020Kb

Indroid: an Automated Online Analysis Framework for Android Applications InDroid: An Automated Online Analysis Framework for Android Applications Juanru Li Wenbo Yang Junliang Shu Yuanyuan Zhang, Dawu Gu Dept. of Computer Science School of Information Security Dept. of Computer Science Dept. of Computer Science and Engineering Shanghai Jiao Tong University and Engineering and Engineering Shanghai Jiao Tong University Shanghai, China Shanghai Jiao Tong University Shanghai Jiao Tong University Shanghai, China Shanghai, China Shanghai, China Abstract—Online program analysis aims to analyze a program monitor every execution details at the same time the analyzed as it executes. Traditional online program analysis is generally process is executing. And programmable analysis requires interactive and not automated. An automated online program code/script to operate the analyzed object rather than human analysis requires fine-grained yet flexible analyzing infrastructure to support. Android system, although providing many high- based interactive work. In detail, the proposed framework level debugging interfaces, lacks such functionality and is not should contain following features: (i) To achieve the goal of convenient for developing automated analysis tools. monitoring details of execution, the framework should provide In this paper we present InDroid, a flexible and extensible fine grained instrumentation on application for comprehensive framework for automated online analysis of Android appli- analysis. Program analysis is often asked to find the root cations. InDroid contains an introspection monitor and many analysis modules. Based on the introspection monitor and the cause of a problem inside a complex execution and numerous analysis modules, InDroid provides a set of analysis interfaces to instructions are to be analyzed. If the detail of the execution help access various types of runtime information and performs cannot be well monitored, analyst may fail to solve the automated online analysis. Automated program analysis is then problem. (ii) With the framework new analysis modules need accomplished using these interfaces. not to be built from the ground-up. Effective developing styles InDroid can monitor applications’ execution and understand their behavior, which is useful for profiling, debugging and such as using scripts and configuration file are expected to be security analysis. Moreover, InDroid’s analysis interface eases supported. (iii) Due to the weaker processing capability of the task of developing new online analysis functions. the mobile device, it is expected that the framework incurs reasonable overhead. I. INTRODUCTION There are commonly two approaches for Android applica- Android application nowadays are automated analyzed by tion’s online program analysis. The first approach is using many tools with in-depth static analysis techniques. How- bytecode rewriting to monitor sensitive API calls and de- ever, online analysis(a.k.a real-time dynamic program anal- ploying policy enforcement. The advantage of this approach ysis) technique of Android applications is less automated. is that it does not modify original Android system and the Developing automated online program analysis tool is still overhead is reasonable. The disadvantage is that it is less a tough yet attractive task. Unlike binary code instrumen- fine-grained(for bytecode level monitoring) and it breaks the tation and debugging techniques on commodity computer integrity of the application. The second approach is inserting platform[19][10][15] which are well supported by fundamen- analysis component to Android’s Dalvik VM to monitoring tal infrastructure, Android platform’s analyzing infrastructure the interpretation. This approach can monitor details of every such as ADB[1] and DDMS[7] currently lacks such auto- bytecode execution and need no modification of the analyzed mated analysis functionality for assessing and monitoring application. Although VM monitoring requires to modify the applications in a comprehensive way. A supportive framework original system, it contains a number of attractive advantages. is necessary to meet the requirements of automated online Monitoring at the VM layer brings minimal modification, and program analysis. An analysis framework boosts analyst’s makes the architecture of framework compact. Monitoring at work efficiency by providing abundant runtime information the VM layer provides better transparency for online analysis in a concise style. The framework encapsulates most low-level because analyzed app cannot be aware of the low-level mon- details so that even the OS is upgraded frequently, the existing itoring, while bytecode rewriting approach is easier to bring analysis tools are still available. And analysis based on this heisenbugs[17] due to the modification of the code and may specific framework is more robust than analysis that directly perturb application’s behavior. operates on system components. In this paper we present InDroid, an online program analy- Designing an online analysis framework for Android ap- sis framework for Android applications which helps analyst plication faces many challenges. Two essential factors of fulfil automated analysis. In general, InDroid contains an automated online program analysis are real-time monitoring introspection monitor and many analysis modules. Inside the and programmable analysis. Real-time monitoring requires to Dalvik VM of Android runtime, InDroid uses an introspection monitor to collect detail runtime information of application’s efficiency and avoids interactive overhead. bytecode interpretation process at the Dalvik VM layer. The monitoring code is attached to every key processing point of II. INDROID FRAMEWORK Dalvik VM to inspect the execution. Outside the Dalvik VM, A. Overview InDroid introduces analysis modules at the system service Figure 1 shows the overview of InDroid framework. Inside layer of Android to support automated analysis deal with the Dalvik VM is the introspection monitor of InDroid which the raw data collected by the introspection monitor, fulfilling monitors the execution of any analyzed application. The intro- complex task such as encapsulating the raw data into high- spection monitor inserts instrumentation interfaces to wherever level form or analyzing the status of execution. Analysis the bytecode is interpreted, monitors the execution process of modules can also export interfaces for other modules to use. the Dalvik VM. The VM-based monitoring guarantees trans- InDroid provides systematic methodology to achieve auto- parency to the analyzed applications when they are executed mated online program analysis of Android applications. In- with InDroid’s introspection. Connected with the introspection Droid supports automated analysis in two aspects: First, it pro- monitor, analysis modules of InDroid fulfil certain analysis vides different interfaces to help inspect runtime information tasks using the information from interfaces exported by the or manipulate the execution process. Interfaces with simple monitor. The framework is designed for general purpose function are provided by introspection monitor directly. Inter- analysis and can meet the requirements of almost all sorts faces with complex function are exported by modules to keep of automated online analysis on Android applications. introspection monitor compact. Second, the analysis module InDroid framework is compact for it uses one introspection enables analyst to interact with interfaces automatically. The core to monitor all kinds of information. A compact archi- philosophy of InDroid encourages analyst to develop module tecture makes InDroid independent of the change of system to extend the analysis functions based on existing interface. In environment and persists in high consistency. Thus InDroid this manner, InDroid eases the task of developing new analysis can support various kinds of Android devices well and is tools. Analysts need not to constantly re-implement the low- less affected by the upgrading of the operating system. And level analysis functions and may efficiently construct complex monitoring the Dalvik VM is efficient for collecting data with analysis tools to accomplish tasks such as application behavior minimum modification of the system. understanding and security checking. The hierarchy of InDroid(introspection monitor + analysis InDroid can be viewed as an extension of Android’s logging modules) isolates the analysis work and the execution of and debugging service. Rather than simply implementing Dalvik VM. This is important for keeping VM work stable online analysis, the main contribution of InDroid are: and proper. Moreover, analysis module can be extended by • Dalvik VM introspection. One of the most important fea- third party developers. It is much better for a framework tures of InDroid framework is that it analyze application to dynamically load new modules than integrate all sorts of through inspecting the Dalvik VM. Instead of inspecting functions in one module. system events only, InDroid could monitor details of every instruction’s execution. This gives analyst powerful B. Dalvik Introspection observation capability. Based on the introspection moni- InDroid uses an introspection monitor to observe the Dalvik tor, analysis modules can be used as information wrapper VM’s state and to record information during the execution. An to assemble low-level data into high-level semantic-rich online analysis on the Dalvik VM can effectively monitor the events, and perform advanced analysis functions. execution of an application for two reasons:
Recommended publications
  • Living Without Google on Android
    Alternative for Google Apps on Android - living without Google on Android Android without any Google App? What to use instead of Hangouts, Map, Gmail? Is that even possible? And why would anyone want to live without Google? I've been using a lot of different custom ROMs on my devices, so far the two best: plain Cyanogenmod 11 snapshot on the Nexus 4[^1], and MIUI 2.3.2 on the HTC Desire G7[^2]. All the others ( MUIU 5, MIUI 6 unofficial, AOKP, Kaos, Slim, etc ) were either ugly, unusable, too strange or exceptionally problematic on battery life. For a long time, the first step for me was to install the Google Apps, gapps packages for Plays Store, Maps, and so on, but lately they require so much rights on the phone that I started to have a bad taste about them. Then I started to look for alternatives. 1 of 5 So, what to replace with what? Play Store I've been using F-Droid[^3] as my primary app store for a while now, but since it's strictly Free Software[^4] store only, sometimes there's just no app present for your needs; aptoide[^5] comes very handy in that cases. Hangouts I never liked Hangouts since the move from Gtalk although for a little while it was exceptional for video - I guess it ended when the mass started to use it in replacement of Skype and its recent suckyness. For chat only, check out: ChatSecure[^6], Conversations[^7] or Xabber[^8]. All of them is good for Gtalk-like, oldschool client and though Facebook can be configured as XMPP as well, I'd recommend Xabber for that, the other two is a bit flaky with Facebook.
    [Show full text]
  • Iphone/Ipad Apps
    iPhone/iPad apps ICD‐10 Search Tabular mode Look up ICD‐10‐cm code by term or number. For i‐phone or i‐pad Can convert ICD‐9 to ICD‐10 Store favorite codes and look up recently searched 1 month $2.99. I year is $29.99 Last updated Jan 28, 2014 Reviews: o “Great that codes includes and excludes notes that I couldn’t find in other ICD10 apps. Planning on using converter to get icd10 codes for my top used icd9 codes” STAT ICD‐10 Coder Color changes from Gray to Blue when you are at the “end” of options in a given category Tabular mode—initial screen No search options Cannot convert 910 No saving of favorite code, or look‐up history (start fresh every time) Free o “Can upgrade to add the Alphabetic index search option with more than 8000 searchable terms from the official ICD‐10‐CM Index. Also, save frequently‐used codes to a custom list for easy retrieval” $19.99 Reviews: o “I bought this because I like the same company’s version of the ICD9coder. It allows you to search using the name of the syndrome. In this version, however, it only lets you search by the ICD10 code. Therefore, it is uselss. Unless you already know the full ICD code of what you are looking up. For example, looking up complex regional pain syndrome, I get mothering, whereas if I enter G90.512 I get complex regional pain syndrome.” Find a Code Can search ICD 9 and 10 codes Search or Tabular mode Can compare codes from 9 to 10 and vise versa Bookmark favorite codes for easy reference Con: Key board vanishes on iphone when trying to type in search menu Free o Free automatic updates and free download Updated Jun 2012 o “For as straight forward as this app is supposed to be, I can’t believe how ineffective it is.
    [Show full text]
  • Comparison of Mobile Operating Systems
    Not logged in Talk Contributions Create account Log in Article Talk Read Edit View history Search Comparison of mobile operating systems From Wikipedia, the free encyclopedia Main page This is a comparison of mobile operating systems (OS). Only the latest versions are shown in the table below, even though older versions may Contents still be marketed. Featured content Current events Contents [hide] Random article 1 About OS Donate to Wikipedia 2 Advanced controls Wikipedia store 3 Application ecosystem Interaction 4 Basic features Help 5 Browser About Wikipedia 6 Communication and connectivity Community portal 7 Language and inputs Recent changes 8 Maps and navigation Contact page 9 Media playback and controls Tools 10 Peripheral support What links here 11 Photo and video Related changes 12 Productivity Upload file 13 Ringtones and alerts Special pages 14 Security and privacy Permanent link Page information 15 Sound and voice Wikidata item 16 Other features Cite this page 17 See also 18 References Print/export Create a book Download as PDF Printable version About OS [ edit ] Languages Legend 中文 Edit links Yes In later versions Beta Limited Tablet-only 3rd party No open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com About OS Ubuntu Feature iOS Android Firefox OS Windows Phone BlackBerry 10 Tizen Sailfish OS Touch Linux Sailfish Canonical Foundation, Alliance, Mer, Ltd. and Open Handset Mozilla Tizen Jolla and Company Apple Inc. Microsoft BlackBerry Ltd. Ubuntu Alliance Foundation Association, Sailfish
    [Show full text]
  • Manual Update Android 2.3 6 to 4.0 Htc Wildfire S Android,Gingerbread,At/U0026t,O2,Orange,T-Mobile,2.3.3,2.3.4,2.3.5,2.3.6,4.0 Hd
    Manual Update Android 2.3 6 To 4.0 Htc Wildfire S android,gingerbread,at/u0026t,o2,orange,t-mobile,2.3.3,2.3.4,2.3.5,2.3.6,4.0 hd. Transfer your contacts and sms messages from HTC Wildfire S A510e into other phones If you want to transfer contacts from your Android device please use 2.3.5, 2.3.6, 2.3.7), 3.0.1 (Honeycomb and higher e.q. 3.1, 3.2, 3.2.1), 4.0 (Ice But then I gave my Samsung in for a Software update and everthing was deleted. Update your HTC Wildfire S budget Android phone to Jelly Bean (Android 4.1.2) by using this step HTC made Wildfire S is a popular, low-budget Smartphone of 2011. Dear All Plese help now htc rhyme update 4.0 ? Awesome its wroking....thanks dude save m2 from 2.3.5 RAJA HUZAIFA FAIZAN 6 months ago. Huge collection of free Android games for HTC Wildfire S. download Android 2.3 games for HTC Wildfire S. Get any mobile game for HTC Wildfire S totally free with no limits! Android 4.0.4, Android 4.0.3, Android 4.0.2, Android 4.0.1, Android 4.0 Android 2.3.7, Android 2.3.6, Android 2.3.5, Android 2.3.4, Android 2.3.3. Sticky: HTC Marvel/MarvelC (HTC Wildfire S) Shipped Roms (RUUs) (ROM) CyanogenMod 9.1.0 marvel/marvelc ALPHA9 (UPDATE: 2012- 11-06) 1 2 3. For all Samsung Galaxy mini 2 GT-S6500 users who want to update their stock Now you might ask yourself how to manually install S6500XXNI2 on your Galaxy Those who are using the Samsung Galaxy S2 running on Android 4.0.4 (ICS) or Install and update KitKat (Android 4.4.2) to HTC Wildfire S can be achieved.
    [Show full text]
  • Omnirom Boot Animation
    OmniRom Boot Animation 1 / 5 OmniRom Boot Animation 2 / 5 3 / 5 Boot animations are the logo, picture, or movie that plays as your Android phone boots up. Here is a simple boot animation that I made for .... I would try OmniROM because: 1) It is one of the few ROMs left that is AOSP and ... wallpapers, icons, fonts, bootanimation) Our mission is to offer the maximum .... http://dl.omnirom.org/p1/ android kit kat 4.4.4 avec omnirom ... If the device is stuck at boot animation or results in boot loop issues after ... OmniRom 4.4.2 nighlty 2014-02-16 New BootAnimation.. ... of CyanogenMod (now LineageOS ), Slim ROM, Omni ROM, and Original Remix. ... It has a Boot Animation feature and Dual Speaker Mod.. The most common problem that i have faced after flashing a brand new ROM or an Official Android update is a Boot loop, which is nothing serious. While fixing a ... VCE Exam Simulator Crack Pro 2.5.1 with Activation Code 2019 I realized most people find it very difficult to put boot animations onto their device. With the intention ... omniROM.bootanimation 6. OnePlusOne ... Official PA 8. Sony Xperia Pure Black and White bootanimation by Steph310.. OMNI ROM Boot Animation.zip. for the Karbonn Sparkle V, by Utkarsh Tiwari. Click Here to Start Download. No wait time for you! Download .... ... boot Animation, Pixel 2 Launcher, Round Statusbar Icons, and Settings. Follow the below step by step guide to install OmniROM on OnePlus .... [Custom Boot animation] [bootanimation] [lenovo k6 / k6 power] [karate] [k33] ... https://github.com/omnirom/android_v...tanimation.zip Omni bootanimation ...
    [Show full text]
  • Cyanogenmod Muy Innovadoras
    +20 SAMSUNG » HTC » NEXUS » SONY » LG » HUAWEI A PP PROBADAS »100% no oficial N.46 » Pruebas de Apps » Hardware Trucos y consejos Hacking » » el A PRUEBA despertar XIAOMI de los sistemas MI 5 Las mejores versiones ¿Un aspirante a la personalizadas de Android TOP 5 corona del S7? SUPER MÓVILES SAMSUNG VS HTC VS LG VS HUAWEI VS XIAOMI HONOR 5X Gama media con características premium CÓMO SER UN GENIO DE CHROME DOMINA Exprime al máximo el GOOGLE navegador de Google MAPS 10 TRUCOS Para hacer las mejores fotos con tu teléfono ¿QUIÉN ESTÁ CONECTADO A MI WIFI? Descubre quién está usando tu conexión WiFi Bienvenido A PRUEBA a Android Magazine« En este número te presentamos algunos de los últimos d i s p o s i t i v o s l l e g a d o s al mercado Pág 62 Bienvenido Samsung Galaxy S7 “Los nuevos teléfonos Android están llenos de impresionantes especificaciones técnicas y nuevas innovaciones a destacar” a están aquí: los nuevos super teléfonos han comenzado a salir a la venta. Desde el super Samsung BQ Aquaris Galaxy S7 y S7 Edge, al diseño modular del LG G5 y sus amigos. Los últimos dispositivos Android están llenos de X5 impresionantesY especificaciones técnicas y nuevas innovaciones Pág 66 a destacar. Pero, ¿cuál será tu último dispositivo? Consulta nuestras páginas para descubrir todos los detalles de los nuevos super teléfonos y así elegir tu favorito. Y cuando tengas en tus manos el nuevo teléfono, es probable que quieras configurarlo para que se ejecute exactamente de la manera que deseas.
    [Show full text]
  • Custom Android ROM Download Custom Android ROM Download
    custom Android ROM download Custom Android ROM download. Completing the CAPTCHA proves you are a human and gives you temporary access to the web property. What can I do to prevent this in the future? If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware. If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices. Another way to prevent getting this page in the future is to use Privacy Pass. You may need to download version 2.0 now from the Chrome Web Store. Cloudflare Ray ID: 66b3388ff939f210 • Your IP : 188.246.226.140 • Performance & security by Cloudflare. 6 Best Android ROMS for old and new phones. Android phones don’t come with a lifetime warranty. Once the warranty terminates or expires, manufacturers may or may not roll out software updates for the device. If you’ve bought a phone in 2014 (or before that), it is very likely that your phone is running on the outdated Android Jelly Bean or Ice Cream Sandwich OS. The phone manufacturer may not release Android Lollipop, Marshmallow, Nougat, Oreo, or Pie update for your device unless they find some serious security flaws in the existing software. Being an open-source operating system, developers can go through the code or make changes to the Android OS. If the developer has good programming skills, he can launch a forked version of Android with new features.
    [Show full text]
  • The Android Update Problem: an Empirical Study
    The Android Update Problem: An Empirical Study Mehran Mahmoudi and Sarah Nadi University of Alberta, Edmonton, Alberta {mehran,nadi}@ualberta.ca ABSTRACT vendors are able to access Android’s source code, and can imple- Many phone vendors use Android as their underlying OS, but often ment their own device specifications and drivers [1]. Since Android extend it to add new functionality and to make it compatible with is open source, phone vendors can add their own enhancements, their specific phones. When a new version of Android is released, including new hardware capabilities and new software features. phone vendors need to merge or re-apply their customizations and When a new version of AOSP is released, phone vendors need to changes to the new release. This is a difficult and time-consuming obtain the new version and re-apply their modifications to it. Due to process, which often leads to late adoption of new versions. In this the complexity of this task, the majority of devices that use Android paper, we perform an empirical study to understand the nature may not run on the most recent version right away. Based on data of changes that phone vendors make, versus changes made in the collected by Google in July 2017 [4], 27% of Android-based devices original development of Android. By investigating the overlap of run an Android version that is at least three years old, which is different changes, we also determine the possibility of having auto- especially problematic for security updates [39, 40]. mated support for merging them. We develop a publicly available The process of re-applying changes from an independently mod- tool chain, based on a combination of existing tools, to study such ified version of Android to a newer version of Android is atime- changes and their overlap.
    [Show full text]
  • Android Internals::A Confectioner's Cookbook (Volume I)
    RL Android Internals A Confectioner's Cookbook Volume I: The Power User's View With updates for Android M, Preview Release 1 (6/2015) By Jonathan Levin Cambridge, MA In memoriam: Frank R. Dye. I missed you by a day, and will miss you for a lifetime. Android Internals - A Confectioner's Cookbook - Volume I - The Power User's View © 2015 by Jonathan Levin. All rights reserved. No part of this work may be reproduced, transmitted in any form or any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval system, without the prior written permission of the author. Printed in Cambridge, MA, USA First Printing5-Mp1-as ISBN-10: 9910555-2-4 ISBN-13: 978-0-9910555-2-4 Publisher: Technologeeks.com Production Editor: Jonathan Levin Interior Design: Jonathan Levin Technical Reviewers: Moshe Kravchik, Arie Haenel Cover Illustration: Dino Tsiopanos For information on distribution, translations, or bulk sales, please contact Jonathan Levin, at: Jonathan Levin Phone: (617)-3000-667 Email: [email protected] Web: www.NewAndroidBook.com Company and product names mentioned in this work may be trademarked by their respective owners. Any and every such name is used solely in an editorial fashion, to the benefit of the trademark owner, with no intention whatsoever of infringement. The Android robot is reproduced and/or modified from work created and shared by Google, according to the terms of the Creative Commons 3.0 Attribution License. Limit of Liability/Disclaimer of Warranty: The author neither makes or implies any representations or warranties with respect to the accuracy or completeness of the contents of this work.
    [Show full text]
  • An Empirical Investigation of Software Merging Challenges
    An Empirical Investigation of Software Merging Challenges by Mehran Mahmoudi A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science Department of Computing Science University of Alberta ⃝c Mehran Mahmoudi, 2018 Abstract With the rise of distributed and global software development, branching has become a popular approach that facilitates collaboration between software developers. Similarly, forking, the practice of cloning an entire repository and creating an independently modified variant of it, is also common. One of the biggest challenges that developers face when employing these practices is dealing with integration problems such as merge conflicts. Conflicts occur when inconsistent changes happen to the code. Resolving these conflicts can be a cumbersome task as it requires prior knowledge about the changes in each of the versions that are going to be merged. In this thesis, we investigate merge conflicts in different integration contexts to understand what causes them, and we identify possible directions to help developers in the integration process. We perform two empirical studies, each with a different focus. In our first empirical study, we focus on understanding the integration chal- lenges and improvement opportunities in independently modified variants of a repository. As a case study, we investigate the Android operating system and a community-based variant of it, LineageOS. We analyze changes made in LineageOS versus changes made in the original development of Android. By investigating the overlap of different changes, we also determine the possibility of having automated support for merging them. Our findings show that 83% of subsystems modified by LineageOS are also modified in the next release of Android.
    [Show full text]
  • Defensive Code's Impact on Software Performance
    NIST Technical Note 1860 Defensive code’s impact on software performance David Flater This publication is available free of charge from: http://dx.doi.org/10.6028/NIST.TN.1860 NIST Technical Note 1860 Defensive code’s impact on software performance David Flater Software and Systems Division Information Technology Laboratory This publication is available free of charge from: http://dx.doi.org/10.6028/NIST.TN.1860 January 2015 U.S. Department of Commerce Penny Pritzker, Secretary National Institute of Standards and Technology Willie May, Acting Under Secretary of Commerce for Standards and Technology and Acting Director Certain commercial entities, equipment, or materials may be identified in this document in order to describe an experimental procedure or concept adequately. Such identification is not intended to imply recommendation or endorsement by the National Institute of Standards and Technology, nor is it intended to imply that the entities, materials, or equipment are necessarily the best available for the purpose. National Institute of Standards and Technology Technical Note 1860 Natl. Inst. Stand. Technol. Tech. Note 1860, 31 pages (January 2015) This publication is available free of charge from: http://dx.doi.org/10.6028/NIST.TN.1860 CODEN: NTNOEF NIST Technical Note 1860 1 Defensive code’s impact on software performance David Flater January 2015 Abstract Defensive code is instructions added to software for the purpose of hardening it against uncontrolled failures and security problems. It is often assumed that defensive code causes a significant reduction in software performance, which justifies its omission from all but the most security-critical applications. We performed an experiment to measure the application-level performance impact of seven defensive code options on two different workloads in four different environments.
    [Show full text]
  • Android N910t 4.4.4 Kitkat Download Android N910t 4.4.4 Kitkat Download
    android n910t 4.4.4 kitkat download Android n910t 4.4.4 kitkat download. Completing the CAPTCHA proves you are a human and gives you temporary access to the web property. What can I do to prevent this in the future? If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware. If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices. Another way to prevent getting this page in the future is to use Privacy Pass. You may need to download version 2.0 now from the Chrome Web Store. Cloudflare Ray ID: 67d1b0e25e19c3d4 • Your IP : 188.246.226.140 • Performance & security by Cloudflare. The best Android 4.4 custom ROMs: September this year, Google launched its Android 4.4 KitKat OS update - the first to be named after an actual brand, albeit sweet. Android world has been jazzed up since then with 4.4 KitKat features, new OS capabilities, and of course the custom firmwares. Although there haven't been too many Android 4.4 KitKat based custom ROMs so far considering the holiday season that only followed after a couple months of 4.4 KitKat release. Still, there are many and just too many nightlies, weekly builds and almost-stable custom ROMs. Here, we are putting together some of the best Android 4.4 custom ROMs trying to give us some KitKat-ish flavor.
    [Show full text]