Installing Fedora F19 on Nexus 4
molimyi
posted @ 2013年6月06日 21:31
in linux
with tags
Installing Fedora F19 on Nexus 4
, 1320 阅读
Installing Fedora F19 on Nexus 4
- Put device in developer mode (if not done already), see for example:
-
Install adb plus fastboot and optionally abootimg
-
for fedora host,
sudo yum install android-tools abootimg
-
for fedora host,
- Reboot device, hold down volume-down key to get to fastboot screen
-
At fastboot screen,
sudo fastboot boot boot/mako-boot.img
- This will not flash this kernel, so next time you reboot you are back to your original kernel.
-
Run
./install-rootfs.sh
-
Optional (but recommended), enable USB tethering so that you can connect to the device over ssh.
- Settings -> More... -> Tethering & portable hotspot -> USB tethering
-
Connect to device:
adb shell
-
On device, start chroot:
/data/fedora/start-chroot.sh
- NOTE: have a network connection, preferably WiFi.. on first boot, it will try to install X11, gnome-desktop, etc.
2023年4月23日 20:03
crediblebh