Thinking about leaving Twitter đŸ€”

It is now that I’m realising that there’s so much noise in Twitter. Still I’m staying in Twitter for some reason that I cannot explain. I can post my thoughts via this blog even if I leave that platform. But, I’m only thinking. But, I’ll leave one day for sure. Because, think for a while, “why do we need that platform?”. For sharing our thoughts and ideas? That’s why we can have our own blog....

July 28, 2020 Â· 1 min

What is WebDav | How to implement it in Android

After a very long time, yes I’m back. ;-) Here we’re going to discuss what is a ‘WebDav’ server and how you can implement a ‘WebDav’ server in your system too. Before starting let’s first have a look at what actually is WebDav. BTW, I’m not going to explain how wiki explains; but with my level of knowledge ;-) WebDav actually stands for ’ Web Distributed Authoring and Versioning.’ Well,what that means?...

July 23, 2018 Â· 2 min

Run Windows XP on android without Root

Welcome folks. This tutorial will show you ‘how to run Windows Xp on Android device without root. Normally running a Windows machine on Android is very complicated. But this tutorial will show you how you can easily run Windows machine on Android smoothly & safe. Prerequestie:- *Limbo APK :- https://play.google.com/store/apps/details?id=com.playdead.limbo.full&hl=en *Windows ISO file:- http://www.mediafire.com/file/044jjkysj3unuab/WinLite.iso *BLANK DISC:- https://drive.google.com/file/d/0B1CTJ1RdPN_WWXlJOHB0MUktYW8/view?_e_pi_=7%2CPAGE_ID10%2C4582262770 Alternative link:- https://drive.google.com/file/d/0B7e707nzxn4cYUt6VEx2Y1NjM1k/view?usp=sharing NOTE: If blank disc doesn’t have any file extension,then RENAME it to...

June 2, 2017 Â· 2 min

New update for Groove music app on Windows 10 mobile store

Microsoft updates its groove music app on Windows 10 mobile. The new update brings fluent design to the app . This update was made available to windows insiders earlier. This gives blurry backgrounds which looks much better. Download Groove music update See screenshots below

June 1, 2017 Â· 1 min

Intercepting webpage elements via terminal emulator

Yes,its possible. Terminal can also these kind of stuffs. It can also intercept webpage elements. Same as like a browser could do in a PC.There are also some other easy way to get those. Simply by going to validate.w3.org An other alternative way is by downloading apps like ‘VT Source Viewer’. But think about the terminal window with that cheeky green window. I just love to have it. We are using ‘wget’ command....

May 31, 2017 Â· 2 min

Hacking into android platform by exploiting sqlite database

I had already told you how to access SQLite databases on Android in my previous article. Here in this article, we will have a look how we can exploit those databases to gather more sensitive informations. I felt very interesting by playing around with SQLite databases in Android and it also gives me some knowledge about how android handles databases. Among these databases, there are some highly sensitive information such like...

May 31, 2017 Â· 5 min

A way to access sqlite databases of Android​ platform

Lets have a small look at Android internal structure. Android comes with a different architecture. Android library consist of *surfaces manager *ssl *sql And more. But the way that android stores an application’s data is through sqlite database. It executes through dvm and essential application’s data are stored in the form of sqlite. NOTE: We are not deeply diving into exploit SQL databases. This is just a tutorial on how you can access the databases....

May 30, 2017 Â· 2 min

Create an awesome Navigation Bar using Html & Css

Welcome to yet another coding section of ‘pro coding’. On this article,we are showing you ‘how you can create a ‘Navigation Bar’ using ‘HTML & CSS’ I think you all guys are aware about a navigation bar on a website. When we are getting one to our website,you can notice some categories at the main top (header) which contains options like ‘DISCLAIMER,PRIVACY & POLICY’ and so more. So here, we are making a navigation bar using HTML & CSS,....

May 29, 2017 Â· 3 min

Setup ApkTool environment on android for apk reverse engineering

Apktool is a utility available on android for compile/decompile android applications. It can extract dex (dalvik executable codes into) codes into smali (human readable form of dex code) For viewing dex/smali codes. You need to open those files with 920 text editor. It’s my personal editor and I love it. Download 920 text editor here https://play.google.com/store/apps/details?id=com.jecelyin.editor.v2&hl=en Anyway, I’m thanking the developer of this app. You can meet him on xda....

May 29, 2017 Â· 2 min

[Solution] Couldn't sign in to Google account on android

Past week,one of my friends assisted me for fixing an error in his phone. The problem was about, he wasn’t able to connect to Playstore or Gmail on his android phone. Also,There was a pop up saying ‘‘connection problem,try later ‘’. But after sometime I figured out the solution. And I’m really glad to share it. can’t connect to google,or cant sign in’. Why is it so? Well, there are few reasons for this trouble....

May 28, 2017 Â· 1 min