Documentation
¶
Index ¶
Constants ¶
View Source
const Sleep = 4 * time.Second
Variables ¶
View Source
var Log format.Log
View Source
var Phone = Config{ Device_Feature: []string{ "android.hardware.location.gps", "android.software.midi", "android.hardware.camera.front", "android.hardware.microphone", "android.software.device_admin", "android.hardware.touchscreen", "android.hardware.wifi", "android.hardware.sensor.gyroscope", "android.hardware.sensor.accelerometer", "android.hardware.opengles.aep", "android.hardware.camera", "android.hardware.location", "android.hardware.screen.portrait", "android.hardware.touchscreen.multitouch", "android.hardware.location.network", "android.hardware.bluetooth", "android.hardware.bluetooth_le", "android.hardware.camera.autofocus", "android.hardware.usb.host", "android.hardware.sensor.compass", "android.hardware.telephony", "android.hardware.screen.landscape", }, Shared_Library: []string{ "org.apache.http.legacy", "android.test.runner", "global-miui11-empty.jar", }, GL_ES_Version: 0x9_9999, GL_Extension: []string{ "GL_OES_compressed_ETC1_RGB8_texture", "GL_KHR_texture_compression_astc_ldr", }, }
View Source
var Platforms = Native_Platform{
0: "x86",
1: "armeabi-v7a",
2: "arm64-v8a",
}
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.2.1
type Config struct { Device_Feature []string GL_ES_Version uint64 GL_Extension []string Hard_Keyboard uint64 Keyboard uint64 Screen_Density uint64 Screen_Layout uint64 Touch_Screen uint64 }
These can use default values, but they must all be included
type Delivery ¶ added in v1.1.9
type Delivery struct { Additional_File []File_Metadata Download_URL string Package_Name string Split_Data []Split_Data Version_Code uint64 }
func (Delivery) Additional ¶ added in v1.9.4
type Details ¶ added in v1.0.1
type Device ¶ added in v1.0.6
func Open_Device ¶ added in v1.9.9
type File_Metadata ¶ added in v1.9.9
type Header ¶ added in v1.6.8
type Header struct { Device_ID uint64 // X-DFE-Device-ID SDK int64 // User-Agent Version_Code int64 // User-Agent Auth string // Authorization }
func (Header) Purchase ¶ added in v1.6.8
Purchase app. Only needs to be done once per Google account.
func (Header) Set_Device ¶ added in v1.9.9
type Native_Platform ¶ added in v1.9.9
func (Native_Platform) String ¶ added in v1.9.9
func (n Native_Platform) String() string
type Split_Data ¶ added in v1.9.9
Click to show internal directories.
Click to hide internal directories.