<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > Android常見錯(cuò)誤匯總

          Android常見錯(cuò)誤匯總

          作者: 時(shí)間:2016-10-08 來源:網(wǎng)絡(luò) 收藏

          out.write(buffer, 0, read);

          }

          }

          24.判斷是否有root權(quán)限

          [java] view plaincopyprint?

          public static synchronized boolean getRootAhth()

          {

          Process process = null;

          DataOutputStream os = null;

          try

          {

          process = Runtime.getRuntime().exec(su);

          os = new DataOutputStream(process.getOutputStream());

          os.writeBytes(exitn);

          os.flush();

          int exitValue = process.waitFor();

          if (exitValue == 0)

          {

          return true;

          } else

          {

          return false;

          }

          } catch (Exception e)

          {

          Log.d(*** DEBUG ***, Unexpected error - Here is what I know:

          + e.getMessage());

          return false;

          } finally

          {

          try

          {

          if (os != null)

          {

          os.close();

          }

          process.destroy();

          } catch (Exception e)

          {

          e.printStackTrace();

          }

          }

          }

          25.最簡(jiǎn)單的Root 模擬器的方法

          啟動(dòng)一個(gè)模擬器,開始-運(yùn)行-輸入cmd,打開dos,依次輸入

          adb shell

          mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system

          cd /system/bin

          cat sh > su

          chmod 4755 su

          su

          即可獲得root權(quán)限


          上一頁 1 2 3 下一頁

          關(guān)鍵詞:

          評(píng)論


          相關(guān)推薦

          技術(shù)專區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();