Write files to /system

前端 未结 4 1976
失恋的感觉
失恋的感觉 2020-12-17 06:04

I know this has been asked a lot but never answered. I definetly need to write files to root there is no other solution. I currently use this code but it doesn\'t show anyth

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-17 06:47

    You don't see any changes on /system because it's mounted as read-only by default. Please ensure that you remounted it before writing files. Although as others mentioned su should be used with a command.

提交回复
热议问题