forked from SecurityCompass/android_emulator_spoofing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
35 lines (22 loc) · 1.28 KB
/
Copy pathREADME
File metadata and controls
35 lines (22 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
THIS IS THE SPOOFING BRANCH!
This is a fork of the android emulator that allows you to spoof IMEI, IMSI, and phone number. You should be using this with r10 of the Android SDK.
Use the command line options -imei, -imsi, and -phone-number
Don't forget to set the ANDROID_SDK_ROOT environment variable to wherever the rest of the SDK is.
-- Maxim Veytsman
Original README below
----------------
This package contains the sources to the Android emulator program.
This program emulates a virtual ARM board that can be used to run Android
system images on a typical developer machine. To do so, you'll need additionnal
files provided with the public Android Software Development Kit (SDK).
To download them, go to http://code.google.com/android/
Emulator-specific documentation is available at the following page:
http://code.google.com/android/reference/emulator.html
Please read the INSTALL file to see how you can rebuild the emulator, or
build a source distribution package tarball.
Read the CHANGES.TXT file to see what important changes were added since
the last release.
Note: This program is distributed under the terms of the GNU General Public
License, which exact licensing conditions are available in the COPYING
file found within this package.
- Android Emulator Team