0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Bluestacksで/systemをmountする

Last updated at Posted at 2024-05-12

結論から

  1. C:\ProgramData\BlueStacks_nxt\Engine\**\HypervVm.jsonをエディターで開き、Root.vhdで検索し、以下の箇所を変更する
    HypervVm.json
    {
       /// ...
       /// "Path" : "...Root.vhd"
    -  "Readonly" : true,
    +  "Readonly" : false,
       /// ...
    }
    
  2. adbでデバイスと接続する
  3. 以下を実行する
    $ /system/xvin/bstk/su
    # mount -o rw,remount /system
    

以上で/system以下に書き込みできます
ちなみに、Pie以降の場合以下のpropがありますが、/system/xbin/suが出てくる効果以外よくわかりませんでした

$ setprop bst.config.bindmount 1
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?