الاثنين، 31 أغسطس 2015

Crow For Twitter v.1.0

Crow for Twitter es un nuevo proyecto que todavia está en sus comienzos con algunos bugs y carencia de caracteristicas para ser una aplicacion de uso diario, pero el creador interesa que la prueben y le dejen sus comentarios para seguir mejorando la misma.


Puedes decargarla aqui y en el enlace emitir tus comentarios al respecto.











Fuente


Move Android Emulator using keyboard, in Windows 10

My Android Emulator on Windows 10 always open with title bar hidden, cannot be moved using mouse.


To move it with keyboard shortcuts:
- Click to select Android Emulator window
- Press Alt + SPACE
- press m
- Up/Down/Left/Right to move the window.


Windows 10 Keyboard Shortcuts: WIN + Left/Right/Up/Down to snap active window


To snap active window Press and Hold WIN key and press Left/Right/Up/Down:
WIN + Left - snap window to left
WIN + Right - snap window to right
WIN + Up - snap window to up
WIN + Down - snap window to down

Scout Launcher v.0.5.6

Bento es ahora Scouts! Scout (Beta) es un lanzador contextual - aprende acerca de usted y se encuentra contenido relevante. Estamos disponibles sólo en Inglés. 

Características principales:



  •  Escuchar música desde SoundCloud. Lea la parte superior de Noticias. Ver videos de YouTube en tu pantalla de inicio
  • Notificaciones priorizada en tu pantalla de inicio para que nunca te pierdas nada importante
  • Scouts mantiene sus aplicaciones organizadas en espacios inteligentes
  • Conseguir una Uber a su próximo destino y obtener recomendaciones de restaurantes de Yelp para cuando llegues allí
  • Cuadro de búsqueda universal para buscar a través de aplicaciones, contactos, Play Store, la web y mucho más
  • Consigue una personalizada recomendaciones de conciertos para artistas que amas
  • Scouts aprende lo que la música que usted juega en Spotify, Google Play Music, etc y te encuentra letra de esas canciones
  • Obtener un hermoso clima y calendario tarjetas en todo momento
  • Obtenga su Tarjeta Reddit personalizada para que nunca te pierdas nada
  • Y mucho más...













Descargalo desde el Play Store > Scout Launcher





Descargalo aquí > Scout Launcher v.0.5.6






Estamos solicitando sus donaciones para continuar adquiriendo equipos, espero puedan entender que ninguna compañía nos apoya y es muy difícil hacerse de todos los equipos para los cual nos preguntan. Puedes hacer la donación en el siguiente enlace

Descarga los fondos de pantalla del Moto X Play


Ya puedes descargar los fondos de pantalla del Moto X Play. Recordemos algunas de sus caracteristicas: 

  • Pantalla de 5.5 pulgadas con resolución FullHD con Gorilla Glass 3
  • Procesador Qualcomm Snapdragon 615


  • Batería de 3.630mAh de capacidad
  • Memoria RAM de 2GB
  • Almacenamiento interno de 16/32GB con 128GB ampliables por microSD
  • TurboPower 15 (Carga rápida)
  • 169g
  • 148.0 x 75.0 mm x 8.9-10.9 mm
  • Cámara trasera de 21MP f/2.0 y cámara frontal de 5MP
  • Android 5.1.1 Lollipop con Moto Voice, Moto Assist, Moto Display y Moto Action
  • Conectividad 4G LTE
  • Protección IPX7 resistente al agua.




Descargalos aquí >  Moto-X-Play-Stock-Wallpapers.zip






Fuente

 
 

Nueva LG G Pad X 10.1 llega el 4 de septiembre a AT&T


La LG G Pad X 10.1 estará disponible en color bronce por 20 pagos de $17.50 por mes con el plan de pago a plazos de  AT&T (AT&T Tablet Installment Plan). Puedes conectar la Tablet a un plan nuevo o existente de Mobile Share Value Plan por solo $10 adicionales.

 

Algunas características del LG G Pad X 10.1 son:




  • Brillante pantalla HD IPS de 10.1 pulgadas
  • Procesador 2.26 GHz Quad-Core
  • Batería 7400mAh
  • Hasta 32GB de almacenaje con tarjeta SD adicional
  • Ventana Dual



 
La LG G Pad X 10.1 llegara a tiendas al detal de AT&T el 11 de septiembre. Más detalles sobre los atributos de la nueva Tablet se encuentran en este comunicado.
 

 





Find my IP and MAC address in Windows 10


Find my IP and MAC address in Windows 10
- click the Network connection icon on status bar
- Click "Network settings"
- Select "Ethernet" tap on left
- Click "Network Connected"



Windows 10 Store not work, fixed by setting Date/Time

In  my new bought Windows 10 notebook with default setting of auto-detect Date/Time, the Store cannot load/install any app. As show in below video; the Store closed when I try to load any app. Then I set Date/Time once, it work properly.

Hello World and create AVD for Android Wear

This video show how to create AVD for Android Wear, create Hello World and run on Android Wear Emulator.

Install Intel x86 Emulator Accelerator (HAXM), on Android Studio/Windows 10

After Install Android Studio on Windows 10, you can install Intel x86 Emulator Accelerator (HAXM).


Refer to Android Developers document "Using the Emulator - Configuring Virtual Machine Acceleration":

Many modern CPUs provide extensions for running virtual machines (VMs) more efficiently. Taking advantage of these extensions with the Android emulator requires some additional configuration of your development system, but can significantly improve the execution speed. Before attempting to use this type of acceleration, you should first determine if your development system’s CPU supports one of the following virtualization extensions technologies:
  • Intel Virtualization Technology (VT, VT-x, vmx) extensions
  • AMD Virtualization (AMD-V, SVM) extensions (only supported for Linux)
The specifications from the manufacturer of your CPU should indicate if it supports virtualization extensions. If your CPU does not support one of these virtualization technologies, then you cannot use virtual machine acceleration.

If your system with Intel's CPU, you can check if the Virtualization Technology is Enabled using Intel® Processor Identification Utility.

To install Intel x86 Emulator Accelerator (HAXM Installer) and run it, read this video.


Most probably, you will encounter the following error and the Android Emulator cannot run!

HAXM is not working and emulator runs in emulation mode
emulator: The memory needed by this AVD exceeds the max specified in your HAXM configuration.
emulator: AVD      RAM size = 1536 MB
emulator: HAXM max RAM size = 512 MB
emulator: You might want to adjust your AVD RAM size and/or HAXM configuration to run in fast virt mode.

Because The HAXM installer suggested a 512MB/1GB RAM by default, and the default AVD created by Android Studio Setup require 1536 MB. To fix it, edit your AVD to require 1GB of RAM.



Or, you can/have to re-install HAXM to increase HAXM max RAM size.


Install Android Studio on Windows 10

Android Studio IDE is the official Android development IDE.


Before install, check if your system meet the System Requirements.

In my system:
OS: Windows 10
Java: JDK 8 (Refer the Java-Buddy post "Install JDK 8 on Windows 10, and set Path")

To download Android Studio IDE, visit http://developer.android.com/sdk/index.html.

By default, the Setup Wizard will create a default AVD (Android Virtual Device) for you, Nexus 5 API 23 x86. (If you encounter error of "HAXM is not working and emulator runs in emulation mode" when run Android Emulator with HAXM, refer to the next post "Install Intel x86 Emulator Accelerator (HAXM), on Android Studio/Windows 10")



After installed, I always run SDK Manager to check if any update and install the suggested packages.


Next:
Install Intel x86 Emulator Accelerator (HAXM)



Create Marshmallow Emulator in Android Studio AVD Manager




Related:
- Download and run Android Studio 2.0 Preview on Windows 10

Android Programming: The Big Nerd Ranch Guide (2nd Edition)

Android Programming: The Big Nerd Ranch Guide is an introductory Android book for programmers with Java experience.

Android Programming: The Big Nerd Ranch Guide (2nd Edition)

Based on Big Nerd Ranch's popular Android Bootcamp course, this guide will lead you through the wilderness using hands-on example apps combined with clear explanations of key concepts and APIs. This book focuses on practical techniques for developing apps compatible with Android 4.1 (Jelly Bean) and up, including coverage of Lollipop and material design.

Write and run code every step of the way, creating apps that integrate with other Android apps, download and display pictures from the web, play sounds, and more. Each chapter and app has been designed and tested to provide the knowledge and experience you need to get started in Android development.

Big Nerd Ranch specializes in developing and designing innovative applications for clients around the world. Our experts teach others through our books, bootcamps, and onsite training. Whether it's Android, iOS, Ruby and Ruby on Rails, Cocoa, Mac OS X, JavaScript, HTML5 or UX/UI, we've got you covered.

الأحد، 30 أغسطس 2015

How to check if your Intel CPU's Virtualization Technology is Enabled? - Intel® Processor Identification Utility

If your CPU is Intel, you can use Intel® Processor Identification Utility to check if your CPU's Virtualization Technology is Enabled or not.

Intel® Processor Identification Utility Download for Windows

Intel® Processor Identification Utility is designed to identify current Intel® Processors and technologies, and it enables you to run and save a processor ID report. The utility also features a frequency test to make sure that the processor is working at the rated speed.




This video walks you through how to download and install the application. It also provides an overview of the most common technologies supported by the processor.


Alternatively, you can check it with Coreinfo.

Retrieve system properties using System.getProperties()

getProperties() method of java.lang.System returns the system properties. Here is a example to retrieve system properties using System.getProperties().


package com.blogspot.android_er.androidsystemproperties;

import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;

import java.util.Enumeration;
import java.util.Properties;

public class MainActivity extends AppCompatActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);

TextView info = (TextView)findViewById(R.id.info);

Properties properties = System.getProperties();
info.append(properties.toString());
info.append("\n----------\n\n");

Enumeration<String> prop =
(Enumeration<String>) properties.propertyNames();

while(prop.hasMoreElements()){
String propName = prop.nextElement();
info.append(propName + " : \n" +
System.getProperty(propName) + "\n\n");

}
}

}


<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="10dp"
android:orientation="vertical"
tools:context=".MainActivity">

<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:autoLink="web"
android:text="http://android-er.blogspot.com/"
android:textStyle="bold" />

<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/info"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</ScrollView>

</LinearLayout>


السبت، 29 أغسطس 2015

On-Screen Keyboard of Windows 10

To run On-Screen Keyboard on Windows 10, simple search "on-screen keyboard".

On-Screen Keyboard run on Windows 10




Related:
- Show touch keyboard button on Task Bar, in Windows 10

Microsoft Visual Studio 2015 Unleashed (3rd Edition)

Microsoft Visual Studio 2015 Unleashed (3rd Edition)

Microsoft Visual Studio 2015 empowers you to write next-generation applications for any modern environment: mobile, web, cloud, universal Windows 10/8.x, database, and beyond. This end-to-end deep dive will help working developers squeeze maximum productivity out of Microsoft’s powerful new toolset.

The authors combine authoritative and detailed information about Microsoft’s latest IDE, with extensive insights and best practices drawn from decades of development experience. Developers will quickly get comfortable with Visual Studio 2015’s updated interface, master its new capabilities, leverage its extensive new support for open standards, and discover multiple opportunities to leverage its .NET 4.6 platform and language improvements.

By focusing entirely on Visual Studio 2015 Professional, the authors go deeper into Microsoft’s core product than ever before. You’ll find expert coverage of everything from debugging through deploying to Azure, IDE extension and automation through cross-platform mobile development. Throughout, this book’s focus is relentlessly practical: how to apply Microsoft’s tools to build better software, faster.

Detailed information on how to...
  • Master Visual Studio 2015’s updated interface and key tools: Solutions, Projects, Browsers, Explorers, Editors, and Designers to improve productivity
  • Develop robust cross-platform mobile apps for Windows, iOS, and Android using Apache Cordova templates for Visual Studio
  • Use the new ASP.NET 5 to build modern web solutions that run on Windows, Mac, or Linux
  • Develop Single Page Applications (SPAs) based on HTML5 and rich client-side JavaScript frameworks such as Knockout, AngularJS, Bootstrap, and more
  • Accelerate cloud development with the Azure SDK, QuickStart templates, and Azure management portal
  • Create mobile service solutions using ASP.NET Web API and WCF
  • Streamline data development across multiple platforms with Entity Framework 7
  • Develop modern Microsoft Office business applications
  • Perform robust, automated unit testing as you code, increasing your confidence in changes and refactoring
  • Extend the VS 2015 IDE and Code Editor by creating custom, productivity-enhancing solutions
Download all examples and source code presented in this book from informit.com/title/9780672337369 as they become available.

Install Movie Maker in Windows 10

Movie Maker is included in the Windows Essentials 2012 program suite, it is not supported for Windows 10 officially, but you can still download Movie Maker if you really want it. (ref: http://windows.microsoft.com/en-hk/windows-10/movie-maker-is-not-available-in-windows-10)


visit http://windows.microsoft.com/en-us/windows-live/movie-maker to download Windows Movie Maker.

Movie Maker run on Windows 10

Free eBook: Visual Studio 2015 Succinctly

Description
Microsoft Visual Studio 2015 is the new version of the widely-used integrated development environment for building modern, high-quality applications for a number of platforms such as Windows, the web, the cloud, and mobile devices. In Visual Studio 2015 Succinctly, author Alessandro Del Sole explains how to take advantage of the most useful of these highly anticipated features. Topics include sharing code between different types of projects, new options for debugging and diagnostics, and improving productivity with other services in the Visual Studio ecosystem, such as NuGet and Azure. Changes to the code editor and XAML editor are also covered, as well as updates for mobile development in Visual Studio.

Table of Contents
Account Management Experience
Shared Projects
Code Editor Improvements
XAML Editor Improvements
IDE Customizations: Window Layout
Error List Revisited and Debugging Improvements
Managing NuGet Packages
Visual Studio 2015 for ASP.NET and Azure Chapter Prerequisites
Visual Studio 2015 for Mobile Development

Visit: https://www.syncfusion.com/resources/techportal/details/ebooks/visualstudio2015, register and download for FREE.

الجمعة، 28 أغسطس 2015

Android Application Development All-in-One For Dummies


Android Application Development All-in-One For Dummies

6 BOOKS IN 1
  • Android Jump-Start
  • Background Material
  • The Building Blocks
  • Programming Cool Phone Features
  • Apps for All Kinds of Devices
  • Publishing and Marketing Your App
No experience? No problem! Start creating Android apps today!

Android is everywhere. Get your piece of the action with this all-in-one guide to creating great apps for this booming market! Six self-contained minibooks provide everything you need to program cool phone features, refine your apps, and add the perfect finishing touches.
  • First, the groundwork — set up your system for app development and create your first basic Android app
  • Android underpinnings — see how Java and XML are necessary and learn to use Android Studio
  • Nuts and bolts — discover the essentials common to every app from simple to complex
  • What phones can do — explore how to take advantage of a mobile device's unique feature set
  • Both big and small — learn to create apps for larger tablet screens, small watch screens, and larger TV screens
  • Make a game of it — investigate Android game development and learn to connect to social media
  • To market, to market — find out how to market your apps
  • The alternative world — learn app development techniques involving C and C++
Open the book and find:
  • Steps to create your first app
  • Major technical ideas behind Android
  • Tips for handling button presses
  • Hints for effective screen layout
  • Android's built-in tools
  • What a fragment is and how to use one
  • Programming tricks essential to building games
  • Posting your app to the Google Play Store
About the Author
Barry Burd, PhD, is a professor of mathematics and computer science at Drew University. He leads training courses for professional programmers in business and industry, and has lectured at conferences around the world. He is the author of the bestselling Java For Dummies and other programming books.

Android 5 Programming by Example

Turn your ideas into elegant and powerful mobile applications using the latest Android Studio for the Android Lollipop platform

Android 5 Programming by Example

About This Book
  • Design and customize GUI using material design to create attractive and intuitive layouts easily
  • Bring your designs to life with Android 5's powerful and extensive Java libraries, new sensors, and new platforms such as TVs, wearables, and cars
  • An example-based guide to learn and develop applications for Android 5
Who This Book Is For
If you have a great idea for a mobile app, and some familiarity with Java, or a similar procedural programming language, then all you need is this book to turn your idea into a reality.

What You Will Learn

  • Set up an effective development environment to create Android apps from scratch
  • Control the layout structure and design and edit code to control screen events
  • Respond to user interaction using Java and XML with your app
  • Keep your users up to date with Android's new notification framework
  • Implement Google APIs such as maps and other Google Services
  • Create apps for televisions, cars, and wearables and build home-screen app widgets
  • Add audio and video playback to your apps using the AudioManager and MediaPlayer classes
  • Program the two new Lollipop widgets, CardView and RecyclerView
  • Compile your apps, distribute them on the Google Play store, and build in a variety of ways to monetize them

In Detail
Android is a mobile operating system that runs on a staggering number of smart phones and tablets. Android offers developers the ability to build rich and innovative applications written using the Java programming language.

Beginning with detailed instructions on how to install and configure the Android SDK, Studio, and Virtual Device Manager, the book moves on to creating a simple, but working, "Hello World" app that can be run on a real device or emulator.

The book then moves on to layouts and the visual design of Lollipop apps. A new app is begun to demonstrate this and expanded as we move further, and, once material design has been introduced, the book moves on to the Java coding aspect and how to write code that responds to user interactions via callback methods such as touchscreen gesture listeners. No book on Lollipop APIs would be complete without explaining how the new Android TV, Wear, and Auto SDK tools work and how they can be utilized to either create new apps or convert those originally written for other platforms.

The book concludes by demonstrating how to package and deploy your finished app on the Google Play store.

Los Simpson: Springfield v.4.16.5 [Mod]


ESTE JUEGO ES DESTERNILLANTE! Homer ha causado una explosión por accidente y ha arrasado con Springfield. ¡Doh! ¡Ahora te toca a ti reconstruirla! De la mano de los guionistas de los Simpson, te ofrecemos un juego de construcción que te permite crear tu propio Springfield... GRATIS.

¿CREES QUE SERÁ DIVERTIDO? ¡PUES ATENCIÓN A LO QUE INCLUYE!


  1. Primero de todo, ¡lo puedes conseguir gratis!
  2. Construye tu Springfield como quieras.
  3. ¡Ayuda a Homer a encontrar a Marge, a Bart y al resto de su familia y amigos! (Incluso a Ned Flanders).
  4. Completa tareas para ganar... mmm, ¡rosquillas!
  5. Haz que Apu trabaje durante un montón de horas en el Badulaque.
  6. Cultiva y cosecha tomaco en la granja de Cletus.
  7. Vete de fiesta con Duffman a la fábrica de cerveza Duff.
  8. Comprueba tus niveles de Indolencia, Consumismo y Glotonería en tu Confórmetro.
  9. Incluye escenas animadas exclusivas e inéditas para disfrute de los aficionados de la comedia más longeva de la televisión.
  10. Visita los Springfields de tus amigos, gástales bromas y consigue dinero.
  11. ¿Hemos dicho que es gratis?

SPRINGFIELD JAMÁS TUVO MEJOR ASPECTO

Gracias a los gráficos en alta definición, los verdes son más verdes, los amarillos más amarillos y así con todos los colores.


¿ES ESO TODO? ¡Pues claro que no! ¿Sabías que puedes jugar a este título en francés, italiano, alemán, español, chino simplificado, coreano, ruso y portugués de Brasil?

Pero ¿a quién le interesa leer todo esto en una pantalla? A nadie, ¿verdad? Así que echa un vistazo a LOS PANTALLAZOS porque son las imágenes las que venden... Incluso cuando no tenemos ni que hacerlo... ¡porque es GRATIS!

**La primera vez que se ejecuta este juego, se descargan contenidos adicionales que pueden llegar a 175 MB dependiendo del dispositivo. Se recomienda una conexión a Internet a través de WiFi la primera vez que juegues. Además, este juego recibe actualizaciones regulares de contenidos, por lo que se necesitan descargas adicionales. Ten paciencia mientras se carga (te prometemos que merece la pena esperar).**







Novedades
 
No hay nada en el mundo como un genuino y auténtico tren eléctrico MONORRAÍL de seis vagones!
 
Springfield vuelve a tener un Monorraíl... ¡Otra vez! ¡Y ahora puede funcionar!
 
Coloca las vías y conduce a tus ciudadanos en una ruta ligeramente elevada por tu ciudad. Gracias a las múltiples opciones de construcción disponibles, tu monorraíl será tan único como tu imaginación (o tu Springfield). ¡No esperes a los permisos de construcción para tener tu monorraíl en la nueva actualización!




Descargalo desde el Play Store > Los Simpson: Springfield





Descargalo aquí (versión modificada) > Los Simpson: Springfield v.4.16.5








Para obtener las modificaciones: Por ejemplo construye un árbol o un edificio al azar - su dinero y donas saltarán a cantidades demenciales de inmediato!


Debes tener internet 



Estamos solicitando sus donaciones para continuar adquiriendo equipos, espero puedan entender que ninguna compañía nos apoya y es muy difícil hacerse de todos los equipos para los cual nos preguntan. Puedes hacer la donación en el siguiente enlace

Record screen on Windows 10

To record a video, just hit the Windows Key + G on your PC when any window is open and the Game DVR menu should pop-up. After that, click on the checkbox “This is a game” and you’ll be navigated to the simple interface where you can capture a screenshot and record your screen. Just hit the red record icon and it’ll start recording your screen.


reference: How to record your screen using the built-in screen recorder on Windows 10

Alternatively, Open Broadcaster Software is free and open source software for video recording and live streaming. Supported features include:

  • Encoding using H264 (x264) and AAC.
  • Support for Intel Quick Sync Video (QSV) and NVENC.
  • Unlimited number of scenes and sources.
  • Live RTMP streaming to Twitch, YouTube, DailyMotion, Hitbox and more.
  • File output to MP4 or FLV.
  • GPU-based game capture for high performance game streaming.
  • DirectShow capture device support (webcams, capture cards, etc).
  • Windows 8 high speed monitor capture support.
  • Bilinear or lanczos3 resampling.


Cyanogen OS 12 App Themer para todas las ROM's CM12.x

La aplicación CyanogenOs App Themer ha sido porteada para utilizarse en las ROM's que soportan CM Themes.

El trabajo lo brinda  @Abhishek y @Sanyam Jain del Forum YU.



Dudo que algunos no lo sepan, pero en resumen el App Themer te permite seleccionar temas específicos para aplicaciones individuales. Accesible desde el Theme Chooser.


Para instalarlo solo tienes que flashear el archivo mediante un Custom Recovery y listo. No olvides hacer un back up previo.



Descarga el archivo aquí > COS12_AppThemer_Port.zip o aquí > COS12_AppThemer_Port.zip




*Fue probado con éxito en un One Plus One con TWRP corriendo en Android 5.1.1 - 12.1 NIGHTLY












Más detalles: Fuente | via


الخميس، 27 أغسطس 2015

Zombies After Me! v.1.1.2 [Mod]


Su ciudad ha sido invadida por hordas de zombies hambrientos, su único objetivo es escapar y ganar tan rápido como puedas antes de ser comido por algunos undead horrible!
 
Ábrete camino a través de los muertos vivientes matarlos con su motosierra y voladura sus cerebros con la escopeta antes de que sea demasiado tarde!Utilice el monopatín y sus habilidades acrobáticas para conseguir a través de obstáculos y evitar que los coches fuera de control, y tomar ventaja de los barriles explosivos repartidos por todo el entorno para crear un infierno de fuego devastadora!
 

Corre como el infierno en esta aventura adrenalínico de horror / atmósfera de la salpicadura, la supervivencia de la raza humana depende sólo de ti!


Características


  • Esquiva los obstáculos y realizar acrobacias de todo tipo deslizando el dedo sobre la pantalla!
  • Usar la motosierra y la escopeta para aplastar a los zombies!
  • Utilice el modo de Skate a correr a toda velocidad entre los zombies y pisotear todo!
  • Gráficos 3D de la más alta calidad y en Full HD !!!
  • Recoger las monedas para comprar varios artículos y power-ups en una tienda virtual bien surtida!
  • Soporta Google Play Games: competir con jugadores de todo el mundo gracias a tablas de clasificación y logros!
  • Soporta ambos smartphones y tablets!









Descargalo desde el Play Store > Zombies After Me!





Descargalo aquí > Zombies After Me! v.1.1.2 [Mod]





POR FAVOR COLABORA! Estamos solicitando sus donaciones para continuar adquiriendo equipos, espero puedan entender que ninguna compañía nos apoya y es muy difícil hacerse de todos los equipos para los cual nos preguntan. Puedes hacer la donación en el siguiente enlace

Inicie cualquier aplicación con la pantalla apagada en tu One Plus One con el gesto de la cámara

Como todos sabemos (bueno los usuarios de un One Plus One mayormente) podemos activar algunas aplicaciones mediante gestos, tales como la cámara, música y linterna, esto con la pantalla apagada, sin la necesidad de desbloquear el equipo.

Para tener la posibilidad de activar o iniciar cualquier aplicación con el gesto de la cámara fue creado LaunchAnyApp, un mod que nos permitirá hacerlo. Luego de instalar el Mod y escoger la aplicación que deseemos, solo tenemos que dibujar el gesto de la cámara y listo!


Para instalarlo necesitaremos tener instalado un Custom Recovery en nuestro equipo.



*Fue probado con éxito con TWRP corriendo en Android 5.1.1 - 12.1 NIGHTLY




Recuerda hacer un back up previo a la instalación!




Descarga el Mod aquí > launchAnyApp.zip








Más detalles: xda