Skip to main content

标  题: fire phone 无须root 安装谷歌service和play store

http://gengwg.blogspot.com/发信人: riqi (riqi), 信区: PDA
标  题: fire phone 无须root 安装谷歌service和play store
发信站: BBS 未名空间站 (Sun Nov 30 19:55:44 2014, 美东)

Update:

1.

发信人: mrmaja (夏日炎炎), 信区: PDA
标  题: Re: fire phone 无须root 安装谷歌service和play store
发信站: BBS 未名空间站 (Wed Dec  3 01:47:21 2014, 美东)

去小米或者华为的应用商城下个“谷歌应用下载器”,一键安装,不需要root。


2. 设置第三方输入法可以装一个叫nookcolor tools的设置软件,调出隐藏的键盘选择
菜单。其他的系统设置软件应该也行。

3. 用了两周,感觉还不错。缺点是手机略重,同时没有方便的后退键,用起来不太方
便。

//////////////////////////

参考的链接在二楼。

1. 更新fire phone系统到最新的 Fire OS 3.6.8

2. 在amazon市场里面下载es explore 并安装;

3. 从参考链接二里面下载以下几个文件:
------ Google Service Framework
------ Google Login Service
------ Google Play Service
------ Google Play Store
用usb或者其他方法下载到手机上。

4. 在设置里面允许非amazon app的安装。用 es explorer找到以上的apk文件,按照上
述顺序,逐一安装。要求每安装完一个apk重新启动一次手机。在最后安装完play
store之后,重启,打开store 会要求你输入谷歌的帐号和密码。登录进去。

done!

继续优化:
5. 在store里面搜索自己喜欢界面,比如google now;安装。重启手机之后选择默认
launcher即可。
6. 中文输入。现在只能用amazon自带的中文输入法。setting -> keyboard -> change
the keyboard language -> download new language 选择中文即可。

目前的缺点:
7. 无法使用第三方的输入法。帖子里面提示安装andriod的setting apk 但是会提示与
现有的setting冲突无法完成安装。
8. 软键。不晓得如何安装一个后退的软键。帖子说可以装Ultimate Dynamic Navbar
有用过的大神介绍下吗?

amazon自带的后退方法是: 从屏幕左下方,比屏幕边缘下一点点的地方往上一滑,就
是后退了。。。

求各位大神指点并继续完善。

后话:
199-99 算deal么?额 如果上天再给我一次机会,我是肯定不会跳这个deal的。。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...