How to hide app icon from launcher

**This project requires Xposed module ,note that the concept for hiding app from drawer is same.

I used this method for my latest app .you can use the below method to hide app icon  from launcher and keep use from Xposed Installer Module section.I think this gives more privacy for the user when they hide what software … Read more

Local json parsing using LoganSquare

I always like to try new methods and tools.Everyone talking about Gson and Jackson and my latest try is with LoganSquare, JSON parsing and serializing library from bluelinelabs.I tried it for location based Blood Donation charity app .This is an old project.

In this JSON is inside my asset folder.This is only a sample app.

Untitled (1)

About LoganSquare

The fastest … Read more

Don’t believe what they say,Believe what you see

Breach

Want to analyse app’s network requests..Here is the solution..

Sandbox and Analyse the dirty App..You only need Xposed framework

I  always think about where these apps crawl,what data they fetch,what analytic tool,what ad tool..etc.I care more about dirty api calls.Here is the good news :) ,I finally created a Xposed module for scratching each url request from our device.It can … Read more

Posted in Android Leave a comment

How to break PatternLock in Android

**Root Permission required !!!

First of all,there are many ways to do this.I am only showing one method using a python script.This is really easy to do.You need Python compiler and rooted phone.Here,we need .key file for decoding the gesture code.

1) If you don’t have access to device,then you need to download Android SDK from here.Then from … Read more

IMEI Editor [Xposed]

imei_ffHappy to announce my brand new IMEI Editor (Free version and Paid Version).This is Xposed module for faking your IMEI number.Please purchase paid version for unlocking all the  features like Hiding launcher Icon,Random output for each request.

This APP will only fake your original IMEI number.This will help for your keeping your privacy.

Free Version : 

Pro Version : … Read more

Flip like Flipboard using Retrofit

Flipper
Have you ever wondered about how  app works.Do you ever think bout doing that project?.Now,its time.In this project,i am using FlipLibrary and our Retrofit project :) .It’s really simple and easy to implement.

https://github.com/basil2style/FlipperView


Introduction

This tutorial project is mainly focused on creating flip animation with network call using retrofit.Firstly,We deploy a sample json to myjson.Please make note that this … Read more

Xposed Demo Project for Android Studio

Added Xposed android studio project to Github.You just need to import the project and start coding.

Library Used : XposedBridgeApi-54.jar

Your project structure look like this:

xposed

For Tutorial:

https://github.com/rovo89/XposedBridge/wiki/Development-tutorial

Github:

https://github.com/basil2style/Xposed-Android-Studio-Project

… Read more