nexus S 刷4.4

本文介绍了如何为Nexus S刷入Android 4.4系统。首先从http://downloadandroidrom.com/下载ROM,并通过115网盘获取相关文件。在解锁Bootloader后,使用Recovery.bat进行恢复操作,然后通过adb sideload刷入cm-11-20131117-UNOFFICIAL-crespo.zip和gapps。在系统中激活Developer Options以启用USB调试。
摘要由CSDN通过智能技术生成

使用http://downloadandroidrom.com/上的Rom

http://downloadandroidrom.com/file/NexusS/roms/CM11/cm-11-20131117-UNOFFICIAL-crespo.zip


Nexus S 4.4 
115网盘礼包码:5lbaocw721rf
http://115.com/lb/5lbaocw721rf


我把4个文件都放在礼包里面


2013/08/02  19:13           819,200 adb.exe
2013/08/02  19:13            96,256 AdbWinApi.dll
2013/08/02  19:13            60,928 AdbWinUsbApi.dll
2013/08/02  19:13           160,768 fastboot.exe
2011/12/19  14:22               159 Recovery.bat
2013/10/07  10:51         5,517,312 recovery.img
2011/12/19  14:23               138 加锁.bat
2011/12/19  14:22               140 解锁.bat
               8 File(s)      6,654,901 bytes
               2 Dir(s)  59,357,368,320 bytes free


C:\Users\dengsl\Downloads\111320zepze23uvexvu1k6\CWM touch>Recovery.bat
sending 'recovery' (5388 KB)...
OKAY [  0.677s]
writing 'recovery'...
FAILED (remote: Bootloader Locked - Use "fastboot oem unlock" to Unlock)
finished. total time: 0.682s
                                   按任意键退出。


C:\Users\dengsl\Downloads\111320zepze23uvexvu1k6\CWM touch>fastboot oem unlock
...
OKAY [ 15.348s]
finished. total time: 15.349s


C:\Users\dengsl\Downloads\111320zepze23uvexvu1k6\CWM touch>Recovery.bat
sending 'recovery' (5388 KB)...
OKAY [  0.678s]
writing 'recovery'...
OKAY [  0.676s]
finished. total time: 1.356s
                                   按任意键退出。


C:\Users\dengsl\Downloads\111320zepze23uvexvu1k6\CWM touch>




没有解锁 按照提示解锁


C:\Users\dengsl\Downloads>adb sideload cm-11-20131117-UNOFFICIAL-crespo.zip
sending: 'cm-11-20131117-UNOFFICIAL-crespo.zip'  100%


C:\Users\dengsl\Downloads>adb sideload pa_gapps-full-4.4-20131102-signed.zip
sending: 'pa_gapps-full-4.4-20131102-signed.zip'  100%






进入4.4 没有developer option ,进入settings->about phone  猛点Build number

就出来了 然后再进去Settings 就有 Devloper options 进入选择Android debugging 就行了



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
你好!要在Kubernetes上安装Nexus,你可以按照以下步骤进行操作: 1. 创建一个命名空间(可选): ```shell kubectl create namespace <namespace> ``` 2. 创建一个Nexus的持久存储卷(Persistent Volume)和持久存储卷声明(Persistent Volume Claim)。你可以根据你的需求和Kubernetes集群的配置来选择使用哪种类型的持久存储。 3. 创建一个Nexus的配置文件`nexus.yaml`,并填入以下内容: ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: nexus labels: app: nexus spec: replicas: 1 selector: matchLabels: app: nexus template: metadata: labels: app: nexus spec: containers: - name: nexus image: sonatype/nexus3 ports: - containerPort: 8081 volumeMounts: - name: nexus-data mountPath: /nexus-data volumes: - name: nexus-data persistentVolumeClaim: claimName: nexus-pvc ``` 注意替换`nexus-pvc`为你之前创建的持久存储卷声明的名称。 4. 使用kubectl命令来创建Nexus的Deployment和Service: ```shell kubectl apply -f nexus.yaml -n <namespace> ``` 5. 等待Nexus启动完成,可以使用以下命令检查状态: ```shell kubectl get pods -n <namespace> ``` 6. 创建一个Nexus的Service,使其可以从外部访问: ```shell kubectl expose deployment nexus --type=NodePort --port=8081 --name=nexus-service -n <namespace> ``` 7. 获取Nexus的访问地址和端口: ```shell kubectl describe service nexus-service -n <namespace> | grep "NodePort:" ``` 现在,你可以使用浏览器访问Nexus的地址和端口,进行进一步的配置和使用了。希望对你有所帮助!
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值