Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1306938
  • 博文数量: 478
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4833
  • 用 户 组: 普通用户
  • 注册时间: 2014-06-28 11:12
文章分类

全部博文(478)

文章存档

2019年(1)

2018年(27)

2017年(21)

2016年(171)

2015年(258)

我的朋友

分类: Android平台

2015-11-21 19:20:17

[FAQ14128]L版本如何关闭默认加密
2015-05-12
平台
软件分支...
FAQs 7 of 36

内容

[DESCRIPTION]
 
 L版本手机默认加密,那如何关闭默认加密呢?
  
[SOLUTION]
 关闭加密功能有两种情况:

1      How to disable default encryption in your own image

(1)    Modify fstab.{ro.hardware} in ‘out’ folder

alps\out\target\product\[project]\root\ fstab.{ro.hardware}

Set the flag back to encryptable for /data
 

(2)    Re-pack boot.img

make ramdisk-nodeps; make bootimage-nodpes

(3)    Download the new boot.img by flashtool
 
 
2         How to disable default encryption in your codebase
 
   a)        Modify fstab.{ro.hardware} in your codebase

  device\mediatek\ [project]\ fstab.{ro.hardware}

  If the project doesn’t have it own fstab.{ro.hardware} . Please create it

  Modify device.mk to use the modified fstab.{ro.hardware} .
        
  Set the flag back to encryptable for /data
             b)        Re-build boot.img

make bootimage

c)        Download the new boot.img by flashtool
 
 
 
阅读(1196) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~