Skip to content

seanlis/nexus4-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Installing Debian sid on Nexus 4

  1. Put device in developer mode (if not done already), see for example:
  1. Install adb plus fastboot
  2. Reboot device, hold down volume-down key to get to fastboot screen
  • or adb reboot bootloader
  1. At fastboot screen, fastboot boot boot/mako-boot.img
  • This will not flash this kernel, so next time you reboot you are back to your original kernel.
  1. Run adb push rootfs/ /data
  2. Run adb push busybox /data
  3. Connect to device: adb shell, cd /data
  4. On device, extract files: cat sid-armhf.tar.gz_a* |./busybox tar xvz
  5. Stop android UI and start chroot: stop, /data/sid/start-chroot.sh, ./enter-chroot.sh
  6. start X: LD_LIBRARY_PATH=/usr/local/lib Xorg :0, DISPLAY=:0 LD_LIBRARY_PATH=/usr/local/lib fluxbox
  7. install anything else you need with apt, add users adduser, ...

NOTES:

for more information, refer to: https://github.com/freedreno/nexus4-fedora

About

Debian sid on Nexus 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published