AI手机网,短视频直播 硬改改机 一键新机 群控软件 刷机定制

 找回密码
 立即注册
搜索
查看: 3595|回复: 2

侠客群控 群控软件一键打开任意APP插件源码实例

[复制链接]
发表于 2018-5-18 18:30:22 | 显示全部楼层 |阅读模式
  • using System;
  • using System.Collections.Generic;
  • using System.Linq;
  • using System.Text;
  • using System.Threading;
  • using System.Threading.Tasks;
  • using xcontrol.core.Helper;
  • using System.IO;
  • namespace OpenAPP
  • {
  •     public class Open : AndroidControlSDK.AndroidScript
  •     {
  •         public override string Name()
  •         {
  •             return "打开APP";
  •         }
  •         public override string Description()
  •         {
  •             return "打开APP";
  •         }
  •         public override void RunScript()
  •         {
  •                 RunAdb("am start -n 包名/界面类名");
  •                 //感谢用户@超提供以下常见APP包名和界面类名
  •                 //应用程序名称:信息 包名:com.Android.mms 类名1:com.android.mms.ui.ConversationList
  •                 //应用程序名称:通讯录 包名:com.android.contacts 类名1:com.android.contacts.DialtactsActivity
  •                 //应用程序名称:相机 包名:com.android.camera 类名1:com.android.camera.Camera
  •                 //应用程序名称:相机 包名:com.android.gallery 类名1:com.android.camera.GalleryPicker
  •                 //应用程序名称:日历 包名:com.android.calendar 类名1:com.android.calendar.LaunchActivity
  •                 //应用程序名称:Google Talk 包名:com.google.android.talk 类名1:com.google.android.talk.SigningInActivity
  •                 //应用程序名称:音乐 包名:com.android.music 类名1:com.android.music.MusicBrowserActivity
  •                 //应用程序名称:浏览器 包名:com.android.browser 类名1:com.android.browser.BrowserActivity
  •                 //应用程序名称:时钟 包名:com.android.deskclock 类名1:com.android.deskclock.DeskClock
  •                 //应用程序名称:电子市场 包名:com.android.vending 类名1:com.android.vending.AssetBrowserActivity
  •                 //应用程序名称:Gmail 包名:com.google.android.gm 类名1:com.google.android.gm.ConversationListActivityGmail
  •                 //应用程序名称:设置 包名:com.android.settings 类名1:com.android.settings.Settings
  •                 //应用程序名称:地图 包名:com.google.android.apps.maps 类名1:com.google.android.maps.MapsActivity
  •                 //应用程序名称:DroidEmu 模拟器 包名:com.droidemu.game.lite 类名1:com.droidemu.ui.MainActivity
  •                 //应用程序名称:网秦杀毒 包名:com.nqmobile.antivirus20 类名1:com.netqin.antivirus.AntiVirusSplash
  •                 //应用程序名称:来电通 包名:com.blovestorm 类名1:com.blovestorm.application.CallMaster
  •                 //应用程序名称:搜狗输入法 包名:com.sohu.inputmethod.sogou 类名1:com.sohu.inputmethod.sogou.SogouIMESettings
  •                 //应用程序名称:iReader 包名:com.chaozh.iReaderFree 类名1:com.chaozh.iReader.ui.activity.WelcomeActivity
  •                 //应用程序名称:GO桌面EX 包名:com.gau.go.launcherex 类名1:com.jiubang.ggheart.apps.desks.diy.GoLauncher
  •                 //应用程序名称:Handcent Sms 包名:com.handcent.nextsms 类名1:com.handcent.sms.ui.ConversationExList
  •                 //应用程序名称:手机QQ 包名:com.tencent.qq 类名1:com.tencent.qq.SplashActivity
  •                 //应用程序名称:Windows7桌面专业版 包名:com.jt.androidseven.pro 类名1:com.jt.androidseven.pro.Launch
  •                 //应用程序名称:授权管理 包名:com.noshufou.android.su 类名1:com.noshufou.android.su.Su
  •                 //应用程序名称:SIM 卡工具包 包名:com.android.stk 类名1:com.android.stk.StkLauncherActivity
  •                 //应用程序名称:资讯与天气 包名:com.google.android.apps.genie.geniewidget 类名1:com.google.android.apps.genie.geniewidget.activities.NewsActivity
  •                 //应用程序名称:Documents To Go 包名:com.dataviz.docstogo 类名1:com.dataviz.dxtg.common.launcher.android.LauncherActivity
  •                 //应用程序名称:语音拨号器 包名:com.android.voicedialer 类名1:com.android.voicedialer.SelectorAcitvity
  •                 //应用程序名称:语音搜索 包名:com.google.android.voicesearch 类名1:com.google.android.voicesearch.RecognitionActivity
  •                 //应用程序名称:搜索 包名:com.google.android.googlequicksearchbox 类名1:com.google.android.googlequicksearchbox.SearchActivity
  •                 //应用程序名称:YouTube 包名:com.google.android.youtube 类名1:com.google.android.youtube.HomeActivity
  •                 //应用程序名称:钛备份 包名:com.keramidas.TitaniumBackup 类名1:com.keramidas.TitaniumBackup.MainActivity
  •                 //应用程序名称:AndroZip 包名:com.asrazpaid 类名1:com.asrazpaid.MainView
  •                 //应用程序名称:随手写7 包名:com.suishouxie.freenote 类名1:com.suishouxie.freenote.FreeNote
  •                 //应用程序名称:进程杀手 包名:com.rechild.advancedtaskkillerpro 类名1:com.rechild.advancedtaskkillerpro.AdvancedTaskKiller
  •                 //应用程序名称:豌豆荚守护精灵 包名:com.wd.AndroidDaemon 类名1:com.wd.AndroidDaemon.AndroidDaemon
  •                 //应用程序名称:系统除草机 包名:com.iwidsets.clear.manager 类名1:com.iwidsets.clear.manager.Splash
  •                 //应用程序名称:百度文库 包名:com.baidu.wenku 类名1:com.baidu.wenku.ui.IndexActivity
  •                 //应用程序名称:无线网络管理工具 包名:com.wangyh.android.free.network 类名1:com.wangyh.android.free.network.MainActivity
  •                 //应用程序名称:手电筒 包名:com.xoYu.Flashlight 类名1:com.xoYu.Flashlight.Flashlight
  •                 //应用程序名称:手机加速器 包名:com.tutusw.phonespeedup 类名1:com.tutusw.phonespeedup.IntroActivity
  •                 //应用程序名称:安卓优化大师 包名:cn.opda.a.phonoalbumshoushou 类名1:cn.opda.a.phonoalbumshoushou.MainActivity
  •                 //应用程序名称:天天动听 包名:com.sds.android.ttpod 类名1:com.sds.android.ttpod.EntryActivity
  •                 //应用程序名称:一键清理 包名:cn.com.opda.android.clearmaster 类名1:cn.com.opda.android.clearmaster.MainTabActivity
  •                 //应用程序名称:UC浏览器 包名:com.uc.browser 类名1:com.uc.browser.ActivityUpdate
  •                 //应用程序名称:UCMobile 包名:com.UCMobile 类名1:com.UCMobile.main.UCMobile
  •                 //应用程序名称:RockPlayer 包名:com.redirectin.rockplayer.android.unified 类名1:com.redirectin.rockplayer.android.FileListActivity
  •                 //应用程序名称:RE管理器 包名:com.speedsoftware.RootExplorer 类名1:com.speedsoftware.rootexplorer.RootExplorer
  •                 //应用程序名称:Link2SD 包名:com.buak.Link2SD 类名1:com.buak.Link2SD.Link2SD
  •                 //应用程序名称:360手机卫士 包名:com.qihoo360.mobilesafe 类名1:com.qihoo360.mobilesafe.ui.index.AppEnterActivity
  •                 //应用程序名称:魔兽任务管理器免费版 包名:org.blackbox.android.wtm.free 类名1:org.blackbox.android.wtm.free.MainActivityFree
  •                 //应用程序名称:大自然壁纸 包名:com.fitue.wallpaperview 类名1:com.fitue.japanlovely.ImageViewer
  •                 //应用程序名称:进程管理 包名:com.curvefish.apps.processmanager 类名1:com.curvefish.apps.processmanager.ProcessManager
  •                 //应用程序名称:Bluetooth File Transfer 包名:it.medieval.blueftp 类名1:it.medieval.blueftp.AMain
  •                 //应用程序名称:极速卸载 包名:cn.xg.quickuninstall 类名1:cn.xg.quickuninstall.Main
  •                 //应用程序名称:AppManager Pro 包名:com.think_android.appmanagerpro
  •         }
  •     }
  • }" r1 ]" P% l& S$ _; [
附件源码调试前请先添加对群控安装目录下AndroidModel.dll和xcontrol.core.dll两个文件的引用。

& v9 B  s4 p, e/ c
( c+ ^. W3 q1 t0 S$ z) G/ r
7 f: m0 Z% {& X

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
发表于 2020-7-27 15:21:06 | 显示全部楼层
怎么下载呀:lol:lol:lol
发表于 2020-7-29 21:03:51 | 显示全部楼层
不会用呀
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

技术交流售后群

QQ|小黑屋|手机版|站点找错-建议|AI手机网 |Sitemap



GMT+8, 2024-4-25 13:22 , Processed in 0.152701 second(s), 28 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表