Giter Site home page Giter Site logo

android_learning's Introduction

Android_Learning

感谢Alivon老哥的开源,让我重新定义了Python脚本的强大 https://github.com/Alivon/Panda-Learning

开始进入正题,怎么样才能在手机上运行其他的Linux系统?

Android本身是基于Linux所诞生的产物,所以能不能在它现有的基础上安装其他的系统呢?答案当然是可以的。

问题一:我安装其他系统是不是要把手机的最高权限(ROOT)获取了才可以呢?

这个问题是大多数人最关心的,国内许多的手机厂商都是禁止用户获取ROOT权限的,而且内核(BL锁)也被上锁,导致用户无法获取到ROOT权限,比如华为,oppo等。我所提供的安装系统教程是不需要获取ROOT权限的,所以你也不必担心不会操作手机变砖(无法开机)的问题。

问题二:不需要ROOT,那应该怎么安装其他操作系统呢?

通过国外论坛得知谷歌应用市场有一款名为Termux的软件可以实现,因为下载安装后全界面都是英文的,我也汉化了此款APP。下面会提供下载链接.

问题三:还需要其他的什么条件吗?

因为是国外的APP,他的软件源基本上都是国外的,所以在国内下载,更新,安装都会比较慢,推荐想尝试的朋友自备好一点的梯子(VPN,也叫飞机场),没有VPN可能会导致丢包问题,安装失败无法正常运行。购买VPN可以到第九区 https://letslook.net/super/ss 去购买,一元钱体验版足够你安装完成。

PS:最好还要有一定的Linux基础。

本次教程采用的是Ubuntu的ARM64版操作系统,理论上所有Ubuntu操作系统都可以。

一次性完成安装过程完整视频 链接:https://pan.baidu.com/s/1K1n9dA8mQBouXm2jidn5fw 提取码:g48v

第一步:下载安装Termux汉化版

下载地址:https://raw.githubusercontent.com/DyingLight12/Android_Learning/master/Termux.apk

这会进入短暂的安装中。。。。。。。。。。

第二步:开始安装Ubuntu操作系统

复制下面的指令,每次只能复制一条,按回车键运行,按顺序操作

1.下载一键安装脚本:

pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/DyingLight12/Android_Learning/master/install_system.sh && bash install_system.sh

输入2后按回车键自动安装系统,我全程挂VPN,一次成功,安装过程中会有提示(Y/N),一律全部输入Y后按回车键,中途提示获取手机存储权限请点击允许。没有点击允许的请自行到手机安全中心开启存储权限。

安装完成后通过

sh install_system.sh

再次进入脚本 输入1启动系统。

系统启动成功后 前面用户标识 $ 符号会变为 # 符合 用来区分是否为Ubuntu系统。

第三步:一键安装熊猫学习

1.在Ubuntu系统中,输入指令下载安装脚本

hash -r && wget https://raw.githubusercontent.com/DyingLight12/Android_Learning/master/xuexi.sh && bash xuexi.sh

3.在脚本界面输入1开始一键安装

安装过程有些漫长 请耐心等待。。。

安装完成后 可以按提示操作

sh xuexi.sh

指令启用脚本

输入 2 回车 开始学习qiangguo啦

PS:是否保存账号输入Y 后 回车

到此安装完成

登录学习 不能挂VPN 否则 登陆失败

下次运行学习强国只需要输入以下命令

Termux界面输入

sh install_system.sh

输入1启动系统

Ubuntu系统界面输入

sh xuexi.sh

输入2启动熊猫学习

到此完成教程!

android_learning's People

Contributors

dyinglight12 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.