Skip to main content

Posts

Android Common Codes

# Part1 Testing Menu *#*#4636*#*# Display Info about device *#*#4636*#*# Factory Restore *#*#7780*#*# Camera Information *#"#34971539*#*# Completely Wipe device, install stock firmware 2767*3855# * Backup all media files *#*#273283*255*663282*#†# Wireless LAN Test ##232339## OR ##526## Change Power button behavior ##7594## Quick GPS Test ##1472365## Test mode for service activity ##197328640## Wi-Fi Mac Address ##232338## Another GPS test ##1575## Packet Loopback Test ##0283## Audio Test ##0673## OR ##0289## Vibration and Backlight test ##0842## Check touch screen version ##2663## LCD test ##0*## Touch Screen test ##2664## Proximity sensor test ##0588## RAM version ##3264## Bluetooth test ##232331## Field Test ##7262626## Check Bluetooth device address ##232337## Google Talk service monitoring *##8255## PDA, Hardware, Phone and RF Call Date info ##4986*2650468## PDA and Phone firmware check ##1234## FTA hardware version ##2222## FTA software version *##1111## Displays IMEI number ...

BillCipher

Today I will be showing you how to use BillCipher since i never add any read.me to my repo. Note: Script can be updated at anytime. Command apt update && apt upgrade -y pkg update && pkg upgrade -y pkg install git pkg install pip pkg install pip2 pkg install pip3 pkg install python pkg install python2 pkg install python3  git clone https://github.com/dan998/BillCipher cd BillCipher   pip install -r requirements.txt pip3 install -r requirements.txt python3 billcipher.py

How to Move, Copy & Delete files in Termux

How to Move, Copy & Delete files in Termux How to Move, Copy & Delete files in Termux How to Move, Copy & Delete files in Termux.         Hello friends, in this post I am going to tell you how you can move and copy and delete any file and folder in termux. We saw the basic commands of termux in the previous post. Now we will see the commands that copy, move and delete files. Important things for this 1.     Termux Apk: -    Download 2. Termux Apk:- Download How to move files and folders in Termux?           So let us first see how to move files and folders. we use the move and cut option to move a file to another folder in the file manager. So in that way we use 'mv' command to move a file in termux. With this command, you can move any files, apk, song, movie, folder.          So how to use this command. For this, you have to see the steps given b...