ArthurDeepin
deepin
2014-09-27 03:25 项目地址及更多说明:
https://github.com/vladikoff/chromeos-apk
教程:
linux&mac下的:
http://ippotsuko.com/blog/run-android-app-on-linux/
windows下的:
http://micromacer.lofter.com/post/1c7abf_2677f57
一个转换工具
原微博:
http://weibo.com/1685812072/BoO3ucYWE#_rnd1411976606866
改版全新界面,原微博:
http://weibo.com/1685812072/Bv8Uw1Nou?t ... 5338453840
工具地址&全新apk应用列表(十分劲爆~~~推荐去看看)
http://huodong.ustc.edu.cn/Crx
以下列表仅供参考,由于软件版本的更新,情况会有所不同
失败列表:
mathstudio可以运行,无法计算绘图
新浪微博闪退
暴风影音闪退
微信闪退
中国象棋
多看阅读 需要google play服务
多米音乐
信旺--阿里旺旺
陌陌
迅雷
qq失败
qqhd分辨率排斥
QQhdmini可以运行,无法登陆
QQ轻聊版失败,需谷歌服务支持
QQ邮箱闪退
成功列表:
印象笔记
为知笔记
人人可以运行,登陆时有闪屏
人人HD可以运行,登陆时有闪屏
QQ影音(不知道如何导入文件到sdcard)
WPS(好惊喜,好蛋疼,如何导入文件?)
Wunderlist奇妙清单,很华丽
风行pad版
360yunpan
百度音乐hd
龙卷风收音机
墨迹天气
喜马拉雅听
蜻蜓FM
天气通hd版
京东hd
有道辞典hd
百度贴吧
qq2011
支付宝
bilibili
微软必应辞典
高清手机电视hd http://www.wandoujia.com/apps/com.damiapk.video
极品时刻表
千寻影视HD
搜狐视频(K900定制版) http://shouji.baidu.com/soft/item?docid ... 5%E7%94%B5%
letv云盘 HD完美运行,完美云播
http://huodong.ustc.edu.cn/uploa ... ud.disk.android.crx
cbox
迅雷电视助手
硕鼠视频下载
百度云v6.3.0
修改分辨率,找到运行支持包:
改变一下两个文件的默认值
gen_main.min.js
gen_index.min.js
搜索 tablet: {"long": 1280, "short": 800}, 修改即可 保存完需要在chrome里面重新加载(ctrl+r)
同理修改phone模式分辨率,可以运行人人HD,很华丽(qqhd失败,无论怎么调都提示分辨率不支持)
Reply Like 0 View the author


中文
:
http://jingyan.baidu.com/article/597035 ... 740cc.html
谷歌浏览器下载:
http://pan.baidu.com/s/1eQBz954 (32位)
http://yunpan.cn/cKxqvgrUMVRFj 提取码: 2a78 (32位)
http://pan.baidu.com/s/18PTd8 (64位)
http://yunpan.cn/cKxq5cfVIWsHP 提取码: ef1c (64位)
谷歌浏览器扩展下载:
http://yunpan.cn/cKxYtvDXhIm3F 提取码: 6688 (32位)
http://pan.baidu.com/s/1mgwuo7A (32位)
http://yunpan.cn/cKxYDpV3GvzFr 提取码: 3f2c (64位)
http://pan.baidu.com/s/1mg9l1lY (64位)
我常用的应用有:
http://pan.baidu.com/s/1kT00awf
http://yunpan.cn/cKxYy7e6UicWh 提取码: 0c30
apk转crx在线平台:
http://huodong.ustc.edu.cn/Crx
大家去填这个吧,你期待移植的安卓程序。地址:https://docs.google.com/forms/d/10mlIGJq
ubuntu下运行安卓程序过程(64位):
http://jingyan.baidu.com/article/597035 ... 740cc.html
Hi,
i had the same problem - after enable enableExternalDirectory the app was not running.
When you open the chrome://extensions tab and inspect the view of the main file (app_main.html) in the console i saw error "Operation requires fileSystem.directory permission". Then edited the manifest.json by adding "directory" to the fileSystem part. After reload the app was started with no problems. So check which file system permission you need and add it to manifest.json
Here is how my manifest look like now (default one is only with "write") :
{
"fileSystem": [
"write",
"directory"
]
}
改过之后,在启动360云盘时,会有个提示选择文件夹,在home文件夹中创建yunpan文件夹,选择。ok,可以下载大文件了,下载内容就在yunpan文件夹中,在文件下面不要直接点击下载,比如视频文件,可以点击文件有个播放提示,下面有个下载按钮。
以上具体修改为将打包文件夹中的manifest.json文件打开,修改两处地方
"enableExternalDirectory": true,
"fileSystem": [
"write",
"directory"