Auto_LDPlayer 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Auto_LDPlayer --version 1.0.7
NuGet\Install-Package Auto_LDPlayer -Version 1.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Auto_LDPlayer" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Auto_LDPlayer --version 1.0.7
#r "nuget: Auto_LDPlayer, 1.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Auto_LDPlayer as a Cake Addin
#addin nuget:?package=Auto_LDPlayer&version=1.0.7

// Install Auto_LDPlayer as a Cake Tool
#tool nuget:?package=Auto_LDPlayer&version=1.0.7

AutoLDPlayer

Auto ADB LDPlayer Release Bao Gồm

  • KAutoHelpper
  • Emgu.CV.World.dll
  • Auto_LDPlayer.dll

Nuget

Nuget: https://www.nuget.org/packages/Auto_LDPlayer

PM> Install-Package Auto_LDPlayer

List Command

Note:
    param => name, index. NameOrId => "Name LDPlayer Or Index LDPlayer"
    deviceID get form cmd "adb devices" or used void "GetDevices2_Running()" return the variable "adb_id"
  1. Set Path LDPlayer "ldconsole.exe"
    LDPlayer.pathLD = "Your Path ldconsole.exe"; //VD: "C:\LDPlayer\LDPlayer4.0\ldconsole.exe"
    //Set ADB Your Path
    ADBHelper.SetADBFolderPath(@"C:\LDPlayer\LDPlayer4.0");
  1. Initialization
   LDPlayer ldplayer = new LDPlayer();
  1. Manipulation Emulator
    void Open(string param, string NameOrId)

    void Open_App(string param, string NameOrId, string Package_Name) //Mở LD cùng app khi chạy

    void Close(string param, string NameOrId)

    void CloseAll()

    void ReBoot(string param, string NameOrId)
    Exam:   ldplayer.Open("name", "ld0");
            ldplayer.Open("index", "0");
  1. Custom Emulator
void Create(string Name)

void Copy(string Name, string From_NameOrId)

void Delete(string param, string NameOrId)

void ReName(string param, string NameOrId, string title_new)
  1. App
void InstallApp_File(string param, string NameOrId, string File_Name) //File_Name trỏ tới file apk

void InstallApp_Package(string param, string NameOrId, string Package_Name) //Cài qua LD Store, hơi dỏm, tốt nhất tự cài apk

void UnInstallApp(string param, string NameOrId, string Package_Name)

void RunApp(string param, string NameOrId, string Package_Name)

void KillApp(string param, string NameOrId, string Package_Name)
  1. Orther
void Locate(string param, string NameOrId, string Lng, string Lat) //Set Toạ Độ GPS
void Change_Property(string param, string NameOrId, string cmd)
    cmd use: 
    [--resolution ]
    [--cpu < 1 | 2 | 3 | 4 >]
    [--memory < 512 | 1024 | 2048 | 4096 | 8192 >]
    [--manufacturer asus]
    [--model ASUS_Z00DUO]
    [--pnumber 13812345678]
    [--imei ]
    [--imsi ]    
    [--simserial ]
    [--androidid ]
    [--mac ]
    [--autorotate < 1 | 0 >]
    [--lockwindow < 1 | 0 >]

    Exam:   ldplayer.Change_Property("name", "ld0", " --cpu 1 --memory 1024 --imei 123456789");
void SetProp(string param, string NameOrId, string key, string value)

string GetProp(string param, string NameOrId, string key)

string ADB(string param, string NameOrId, string cmd)

void DownCPU(string param, string NameOrId, string rate)

void Backup(string param, string NameOrId, string file_path)

void Restore(string param, string NameOrId, string file_path)

void Action(string param, string NameOrId, string key, string value)

void Scan(string param, string NameOrId, string file_path)

void SortWnd() //Sắp Xếp Tab Giả Lập

void zoomIn(string param, string NameOrId) //Phóng to

void zoomOut(string param, string NameOrId) //Phóng nhỏ lại

void Pull(string param, string NameOrId, string remote_file_path, string local_file_path)

void Push(string param, string NameOrId, string remote_file_path, string local_file_path)

void BackupApp(string param, string NameOrId, string Package_Name, string file_path)

void RestoreApp(string param, string NameOrId, string Package_Name, string file_path)
void Golabal_Config(string param, string NameOrId, string fps, string audio, string fast_play, string clean_mode)
    [--fps <0~60>] [--audio <1 | 0>] [--fastplay <1 | 0>] [--cleanmode <1 | 0>]
    Exam: ldplayer.Golabal_Config("name", "ld0", "60", "0", "0", "0");
  1. Get List Devices
List<string> GetDevices()

List<string> GetDevices_Running()

bool IsDevice_Running(string param, string NameOrId)

List<Info_Devices> GetDevices2()

List<Info_Devices> GetDevices2_Running()
  1. Cmd
void ExecuteLD(string cmd)

string ExecuteLD_Result(string cmdCommand)
  1. Directional
void Back(string deviceID)

void Home(string deviceID)

void Menu(string deviceID)
  1. Tap with OpenCV
void Tap_Img(string deviceID, Bitmap ImgFind)
  1. Change Proxy
    void Change_Proxy(string deviceID, string ip_proxy, string port_proxy)

    void Remove_Proxy(string deviceID)
Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 119 4/7/2024
1.0.9 743 5/16/2023
1.0.8 872 4/14/2022
1.0.7 502 10/19/2021
1.0.6 659 2/6/2021
1.0.5 352 2/3/2021
1.0.4 408 1/5/2021
1.0.3 377 1/4/2021
1.0.2 418 1/2/2021
1.0.1.1 414 1/2/2021
1.0.1 741 1/2/2021
1.0.0 386 1/2/2021

Fix error device