jaztang 发表于 2016-12-21 10:57

moto相机保存到外置sd卡!

以下内容纯属搬运!
原文地址:http://forum.xda-developers.com/moto-x-style/themes-apps/moto-camera-6-0-43-10-modded-apk-t3459690


Hi Guys,
As Motorola has released an updated version of the Moto Camera app (Updated to V6.0.43.10 on September 6, 2016) i have once again made a modified version of the app that enables the professional and debug modes.

https://drive.google.com/open?id=0Bz...m1ZaU1sZTV0SWs

The "res\raw\app_features.json" file has been modified to enable professional mode for the following devices:
otus - Moto E (2nd gen)
osprey - Moto G (3rd gen)
luk - Moto X Play
clark - Moto X Style
kinzie - Moto X Force
merlin - Moto G Turbo Edition

As churapa pointed out on the "Enjoy Moto G4 Apps on Any Motorola Device" thread, if you are running a custom ROM and want to write to an external SD card you will need to:

1.- In /data/system

look for packages.xml

In there, look for com.motorola.camera1

2.- Add

Code:
<item name="android.permission.WRITE_MEDIA_STORAGE" granted="true" flags="0" />
Right after <perms>

3.- Save and Reboot

Thanks to MK99 for providing the original apk so i could make this update.


以下是翻译内容:
想写一个外部SD卡,你将需要:
1 -在/数据/系统
寻找packages.xml
在那里,找com.motorola.camera1
2 -添加
代码:
<项目名为“Android的许可。write_media_storage”授予=“真实”的旗帜=“0”/>
在<权限>
3 -保存和重新启动


未测试,找了好久没找到com.motorola.camera1。

页: [1]
查看完整版本: moto相机保存到外置sd卡!