{"id":128603,"date":"2020-06-26T04:35:06","date_gmt":"2020-06-25T20:35:06","guid":{"rendered":"http:\/\/4563.org\/?p=128603"},"modified":"2020-06-26T04:35:06","modified_gmt":"2020-06-25T20:35:06","slug":"%e7%94%a8-bat-%e8%b0%83%e7%94%a8-adb-%e5%91%bd%e4%bb%a4%ef%bc%8c%e7%ac%ac%e4%b8%80%e6%9d%a1%e8%83%bd%e8%bf%90%e8%a1%8c%ef%bc%8c%e7%ac%ac%e4%ba%8c%e6%9d%a1%e6%98%be%e7%a4%ba%e4%b8%8d%e6%98%af%e5%86%85","status":"publish","type":"post","link":"http:\/\/4563.org\/?p=128603","title":{"rendered":"\u7528 BAT \u8c03\u7528 ADB \u547d\u4ee4\uff0c\u7b2c\u4e00\u6761\u80fd\u8fd0\u884c\uff0c\u7b2c\u4e8c\u6761\u663e\u793a\u4e0d\u662f\u5185\u90e8\u547d\u4ee4\uff0c\u8bf7\u95ee\u600e\u4e48\u5f04\u3002\u3002\u3002"},"content":{"rendered":"<div>\n<div>\n<div>\n<h1>                  \u7528 BAT \u8c03\u7528 ADB \u547d\u4ee4\uff0c\u7b2c\u4e00\u6761\u80fd\u8fd0\u884c\uff0c\u7b2c\u4e8c\u6761\u663e\u793a\u4e0d\u662f\u5185\u90e8\u547d\u4ee4\uff0c\u8bf7\u95ee\u600e\u4e48\u5f04\u3002\u3002\u3002               <\/h1>\n<p> <\/p>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : AzsharR <\/span>  <span><i><\/i> 11<\/span> <\/div>\n<div> <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div isfirst=\"1\"> <\/p>\n<p>\u6211\u5728 bat \u8fd9\u65b9\u9762\u662f\u4e2a\u65b0\u624b\uff0c\u4e0d\u662f\u5f88\u4e86\u89e3\uff0c\u7f51\u4e0a\u67e5\u4e86 \u4e5f\u67e5\u4e0d\u5230 \u5c31\u60f3\u505a\u4e2a\u534a\u81ea\u52a8\u5b89\u88c5\u7684 bat \u811a\u672c<\/p>\n<p>adb devices ::adb shell ::\u67e5\u8be2\u624b\u673a\u8fde\u63a5\u60c5\u51b5<\/p>\n<p>@set \/p path=APK path:<\/p>\n<p>adb install %path%<\/p>\n<p>::echo end pause<\/p>\n<\/p><\/div>\n<div> <b>\u5927\u4f6c\u6709\u8a71\u8aaa<\/b> (<span>6<\/span>)        <\/div>\n<div> <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<ul>\n<li data-pid=\"2127548\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : greed1is9good <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u81ea\u5df1\u770b\u4e0b adb \u547d\u4ee4+linux shell \u547d\u4ee4                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"2127549\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : hu8245 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u7528 powershell \u5427\uff0c \u5f88\u597d\u7528\u3002                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"2127550\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : ye4tar <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u4f60\u8c03\u7528\u4e86 adb shell<br \/>\u4e4b\u540e\u6267\u884c\u7684\u547d\u4ee4\u56de\u663e\u7ba1\u9053\u5df2\u7ecf\u6ca1\u6709\u4e86<br \/>\u4f60\u53ef\u4ee5\u8bd5\u7740\u5982\u4e0b<br \/>\u4e3e\u4f8b<\/p>\n<p>@echo off<br \/>:begin<br \/>adb disconnect<br \/>set input=<br \/>set \/p input=please input your device IP:<br \/>adb connect %input%<br \/>echo rooting this device!<br \/>adb root<br \/>echo remounting<br \/>adb remount<br \/>adb shell content query &#8211;uri content:\/\/telephony\/carriers\/preferapn<br \/>echo replace APNs config file<br \/>adb push apns-conf.xml \/system\/etc<br \/>adb push apns-conf.xml.bakforspec \/system\/etc<br \/>echo restoring default APN<br \/>adb shell &#8220;content delete &#8211;uri content:\/\/telephony\/carriers\/restore&#8221;<br \/>echo this device id is<br \/>adb shell &#8220;settings get secure android_id&#8221;<br \/>echo show file stat<br \/>adb shell &#8220;busybox stat \/system\/etc\/apns-conf.xml&#8221;<br \/>adb shell &#8220;busybox stat \/system\/etc\/apns-conf.xml.bakforspec&#8221;<br \/>echo press any key for continue!<br \/>pause&gt;nul<br \/>goto begin                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"2127551\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : no1xsyzy <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u8ddf ADB \u6ca1\u5173\u7cfb\uff0c\u4f60\u8986\u76d6\u4e86 PATH \u73af\u5883\u53d8\u91cf                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"2127552\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : RIcter <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @set \/p path=APK path:<br \/>&#8230;                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"2127553\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : dingwen07 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             set \/p apkpath=APK path:<\/p>\n<p>adb install %apkpath%                                                            <\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li>\n","protected":false},"excerpt":{"rendered":"<p>\u7528 BAT \u8c03\u7528 ADB \u547d\u4ee4\uff0c\u7b2c&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[],"tags":[],"_links":{"self":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/128603"}],"collection":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=128603"}],"version-history":[{"count":0,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/128603\/revisions"}],"wp:attachment":[{"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=128603"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=128603"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=128603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}