Hey friends see here some of the tricks on your Android Operating System/ android OS cellphone.
Please note: Some codes mentioned here can be dangerous.
*#*#4636#*#* - Phone / Battery / USage information
*#*#7780#*#* - factory data reset
*2767*3855# - factory format
*#*#34971539#*#* - information about phone camera
*#*#7594#*#* - End Call / Power
*#*#273283*255*663282*#*#* - File copy / backup
*#*#197328640#*#* - Service mode.
WLAN, GPS and Bluetooth Test Codes:
*#*#232339#*#* OR *#*#526#*#* OR *#*#528#*#* - WLAN test (Use "Menu" button to start various tests)
*#*#232338#*#* - Shows WiFi MAC address
*#*#1472365#*#* - GPS test
*#*#1575#*#* - Another GPS test
*#*#232331#*#* - Bluetooth test
*#*#232337#*# - Shows Bluetooth device address
*#*#8255#*#* - This code can be used to launch GTalk Service Monitor.
GET FIRMWARE VERSION INFORMATION:
*#*#4986*2650468#*#* - PDA, Phone, H/W, RFCallDate
*#*#1234#*#* - PDA and Phone
*#*#1111#*#* - FTA SW Version
*#*#2222#*#* - FTA HW Version
*#*#44336#*#* - PDA, Phone, CSC, Build Time, Changelist number
CODES TO LAUNCH VARIOUS FACTORY TESTS:
*#*#0283#*#* - Packet Loopback
*#*#0*#*#* - LCD test
*#*#0673#*#* OR *#*#0289#*#* - Melody test
*#*#0842#*#* - Device test (Vibration test and BackLight test)
*#*#2663#*#* - Touch screen version
*#*#2664#*#* - Touch screen test
*#*#0588#*#* - Proximity sensor test
*#*#3264#*#* - RAM version
Have fun with these secrets codes .....:)
Stay tune for next tutorial on Android OS rooting and Binding android and Ubuntu (Linux) Together
Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts
Sunday, December 8, 2013
Monday, November 25, 2013
IOS HACKER'S HANDBOOK
Discover all the security risks and exploits that can threaten iOS-based mobile devices
iOS is Apple's mobile operating system for the iPhone and iPad. With the introduction of iOS5, many security issues have come to light. This book explains and discusses them all. The award-winning author team, experts in Mac and iOS security, examines the vulnerabilities and the internals of iOS to show how attacks can be mitigated. The book explains how the operating system works, its overall security architecture, and the security risks associated with it, as well as exploits, rootkits, and other payloads developed for it.
Covers iOS security architecture, vulnerability hunting, exploit writing, and how iOS jailbreaks work
Explores iOS enterprise and encryption, code signing and memory protection, sandboxing, iPhone fuzzing, exploitation, ROP payloads, and baseband attacks
Also examines kernel debugging and exploitation
Companion website includes source code and tools to facilitate your efforts
iOS Hacker's Handbook arms you with the tools needed to identify, understand, and foil iOS attacks.
DOWNLOAD LINK: LINK 1
iOS is Apple's mobile operating system for the iPhone and iPad. With the introduction of iOS5, many security issues have come to light. This book explains and discusses them all. The award-winning author team, experts in Mac and iOS security, examines the vulnerabilities and the internals of iOS to show how attacks can be mitigated. The book explains how the operating system works, its overall security architecture, and the security risks associated with it, as well as exploits, rootkits, and other payloads developed for it.
Covers iOS security architecture, vulnerability hunting, exploit writing, and how iOS jailbreaks work
Explores iOS enterprise and encryption, code signing and memory protection, sandboxing, iPhone fuzzing, exploitation, ROP payloads, and baseband attacks
Also examines kernel debugging and exploitation
Companion website includes source code and tools to facilitate your efforts
iOS Hacker's Handbook arms you with the tools needed to identify, understand, and foil iOS attacks.
DOWNLOAD LINK: LINK 1
DROPBOX 2.4.5 IS NOW THE LATEST STABLE VERSION
Dropbox 2.4.5, a client for an online service that lets you bring all your photos, docs, and videos anywhere, no matter the platform, is now available for download.
A new stable build of Dropbox has been released, but it's a rather conservative version. It only comes with a few changes. For example, the Finder crash at startup has been fixed, a crash when quitting in XP has been corrected, and a few other small fixes have been implemented.
A few other changes have been added in the 2.4 branch, including much faster upload/download speeds for large files. The Dropbox version has remained on 2.4.3 for now, at least on the Ubuntu systems, but that's likely to change soon.
Download Dropbox 2.4.5 for LinuxDownload Dropbox 2.4.5 for WindowsDownload Dropbox 2.4.5 for Mac OS
A new stable build of Dropbox has been released, but it's a rather conservative version. It only comes with a few changes. For example, the Finder crash at startup has been fixed, a crash when quitting in XP has been corrected, and a few other small fixes have been implemented.
A few other changes have been added in the 2.4 branch, including much faster upload/download speeds for large files. The Dropbox version has remained on 2.4.3 for now, at least on the Ubuntu systems, but that's likely to change soon.
Download Dropbox 2.4.5 for LinuxDownload Dropbox 2.4.5 for WindowsDownload Dropbox 2.4.5 for Mac OS
DOWNLAOD : LINK 1
Saturday, November 23, 2013
HOW TO INSTALL UBUNTU TOUCH 13.10 ON YOUR PHONE
Ubuntu Touch 13.10 is a new operating system from Canonical aimed at phones, but it's not as easy installing it on your phone as it is on the desktop.
Canonical provides all the necessary tools for the installation of Ubuntu Touch 13.10. This is very good news because installing the operating system manually can be a hassle.
First of all, the operating system can't be used on just any phone. For development reasons, Canonical limited its use to Nexus 4 devices (maguro and mako), and the phone has to be unlocked.
To install the tools you will need to enter a few easy commands in a terminal:
sudo add-apt-repository ppa:phablet-team/tools
sudo apt-get update
sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot
Users also have to make sure that their phone is set up for development use. Go to Settings / About Phone and tap the Build number 7 times. A short message will let you know if you've taken the right steps.
From the new menu that has been unlocked through the previous method, Developer options, you have to enable USB debugging. When the option is ticked on the phone, a message that informs the user about a paring will appear. Accept, and now you’re almost ready.
The last step before starting the installation is to back up your Android. The same adb tools are used. Just open a terminal and enter the following command:
adb backup -apk -shared -all
If you're going to reinstall Android, open a terminal and run this command:
adb restore backup.ab
The final command should take care of everything and you should run it with sudo, just to make sure. Open a terminal and enter this command:
phablet-flash ubuntu-system --no-backup
The process should run without any problems and the device will eventually boot into Ubuntu Touch. Do not stop the terminal and do not interrupt the process.
These are the simple steps you have to follow, and they should work on the supported devices without any problems.
Canonical provides all the necessary tools for the installation of Ubuntu Touch 13.10. This is very good news because installing the operating system manually can be a hassle.
First of all, the operating system can't be used on just any phone. For development reasons, Canonical limited its use to Nexus 4 devices (maguro and mako), and the phone has to be unlocked.
To install the tools you will need to enter a few easy commands in a terminal:
sudo add-apt-repository ppa:phablet-team/tools
sudo apt-get update
sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot
Users also have to make sure that their phone is set up for development use. Go to Settings / About Phone and tap the Build number 7 times. A short message will let you know if you've taken the right steps.
From the new menu that has been unlocked through the previous method, Developer options, you have to enable USB debugging. When the option is ticked on the phone, a message that informs the user about a paring will appear. Accept, and now you’re almost ready.
The last step before starting the installation is to back up your Android. The same adb tools are used. Just open a terminal and enter the following command:
adb backup -apk -shared -all
If you're going to reinstall Android, open a terminal and run this command:
adb restore backup.ab
The final command should take care of everything and you should run it with sudo, just to make sure. Open a terminal and enter this command:
phablet-flash ubuntu-system --no-backup
The process should run without any problems and the device will eventually boot into Ubuntu Touch. Do not stop the terminal and do not interrupt the process.
These are the simple steps you have to follow, and they should work on the supported devices without any problems.
Labels:
Android
Friday, November 22, 2013
50 ANDROID HACKS{SOFTWARES INCLUDED}
Summary:
The best programming techniques are often the shortest and simplest—the hacks. In this compact and infinitely useful book, Android expert Carlos Sessa delivers 50 hacks that will save you time, stretch your skills, and maybe even make you smile.
About this Book:
Hacks. Clever programming techniques to solve thorny little problems. Ten lines of code that save you two days of work. The little gems you learn from the old guy in the next cube or from the geniuses on Stack Overflow. That's just what you'll find in this compact and useful book.
The name 50 Android Hacks says it all. Ranging from the mundane to the spectacular, each self-contained, fully illustrated hack is just a couple of pages long and includes annotated source code. These practical techniques are organized into twelve collections covering layout, animations, patterns, and more.
What's Inside:
Hack 3 Creating a custom ViewGroup
Hack 8 Slideshow using the Ken Burns effect
Hack 20 The Model-View-Presenter pattern
Hack 23 The SyncAdapter pattern
Hack 31 Aspect-oriented programming in Android
Hack 34 Using Scala inside Android
Hack 43 Batching database operations
Plus 43 more hacks!
Most hacks work with Android 2.x and greater. Version-specific hacks are clearly marked.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Author
Carlos Sessa is a passionate professional Android developer. He's active on Stack Overflow and is an avid hack collector.
DOWNLOAD LINK (Including Softwares): LINK1
Saturday, May 11, 2013
Smartphone Pentest Framework v.0.1
The Smartphone Pentest Framework (SPF) is an open source tool designed to allow users to assess the security posture of the smartphones deployed in an environment. The tool allows for assessment of remote vulnerabilities, client side attacks, social engineering attacks, post exploitation and local
privilege escalation. This is an initial release, with a subset of features from each section. SPF is the
product of DARPA Cyber Fast Track grant.
SPF is made up of several parts that may be mixed and matched to meet users' needs. SPF v0.1 includes the following:
• SPF Console
• SPF Web based GUI
• SPF Android App
• SPF Android Agent
Download: https://github.com
Demo: http://vimeo.com
• SPF Console
• SPF Web based GUI
• SPF Android App
• SPF Android Agent
Download: https://github.com
Demo: http://vimeo.com
Thursday, May 9, 2013
dSploit - An Android network penetration suite
dSploit is an Android network analysis and penetration suite which aims to offer to IT security experts/geeks the most complete and advanced professional toolkit to perform network security assesments on a mobile device.
Once dSploit is started, you will be able to easily map your network, fingerprint alive hosts operating systems and running services, search for known vulnerabilities, crack logon procedures of many tcp protocols, perform man in the middle attacks such as password sniffing ( with common protocols dissection ), real time traffic manipulation, etc, etc .
This application is still in beta stage, a stable release will be available as soon as possible, but expect some crash or strange behaviour until then, in any case, feel free to submit an issue here on GitHub.
Requirements:
An Android device with at least the 2.3 ( Gingerbread ) version of the OS.
The device must be rooted.
The device must have a BusyBox full install, this means with every utility installed ( not the partial installation ).
Available Modules
RouterPWN
Launch the http://routerpwn.com service to pwn your router.
Port Scanner
A syn port scanner to find quickly open ports on a single target.
Inspector
Performs target operating system and services deep detection, slower than syn port scanner but more accurate.
Vulnerability Finder
Search for known vulnerabilities for target running services upon National Vulnerability Database.
Login Cracker
A very fast network logon cracker which supports many different services.
Packet Forger
Craft and send a custom TCP or UDP packet to the target.
MITM
A set of man-in-the-middle tools to command&conquer the whole network .
Download: GitHub
RouterPWN
Launch the http://routerpwn.com service to pwn your router.
Port Scanner
A syn port scanner to find quickly open ports on a single target.
Inspector
Performs target operating system and services deep detection, slower than syn port scanner but more accurate.
Vulnerability Finder
Search for known vulnerabilities for target running services upon National Vulnerability Database.
Login Cracker
A very fast network logon cracker which supports many different services.
Packet Forger
Craft and send a custom TCP or UDP packet to the target.
MITM
A set of man-in-the-middle tools to command&conquer the whole network .
Download: GitHub
Subscribe to:
Posts (Atom)






