Search results

  1. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    My problem is not unable to boot windows but after a few minutes of running windows the phone would auto reboot, loosing everything. Thanks for your reply anyways.
  2. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Righto! I thought because there are no virtio kernel modules so I cant use virtio in script. I'll use the original script and post detailed installion steps and a video if everything works out. If not a peep that means something wrong with my phone iso Linux etc. Thank you.
  3. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    I have flashed your kvm lineage os build. It runs smoother and faster than android m. Everything works. However when running windows 10 in Linux deploy, the phone would often freeze for about one minute then hard reboot. In my start up script, I remove balloon virtio, replace net nic model...
  4. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Thanks very much. I'll try it out and give a report.
  5. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    How to install the rom and kernel?
  6. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Yes please upload. I am running Windows 10 on Android m and have lineage 14 stored in SD card as alternative rom because lineage 14 kernel is not kvm enabled. Lineage 14 is like fast almost 30% faster. Thanks in advance.
  7. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Yeah can you post the whole procedure no matter how many pages?
  8. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Refer pg 12 of this thread connecting USB device
  9. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    there is something wrong with your script. Did you create a qemu hard disk? Did you type ./start -cdrom? Double check your startup script. You don't need a cracked iso. Incidentally I downloaded Windows 10 creators update and it got installed out of the box.
  10. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Congratulations! I have been trying on and off to hackintosh zf2 for two years with no success. If you were to install mac os sierrra the hackintosh community will take notice if they had not already. This is a minor footnote in the history of Android and hackintosheering. Good hack!
  11. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Are you using the correct vnc viewer. Only few vnc viewer support mac os. The one I am using is bvnc. Also because there are no mac tablets maybe you can plug in a PC's mouse and keyboard via USB hub to ZF2 to get it working. Also in qemu version 2.9 they have applied a patch by Dennis Jordan...
  12. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    USB problem I can get iTunes in win 10 in zf2 to recognise my iPhone by USB otg so much so that iTunes offered to upgrade it to iOS 10. But my Nexus 5 and another zf2 is completely not detected. I have installed USB utilities and tried all the fixes but nothing worked. Has anyone success...
  13. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Have you tried without kvm enabled just to get a feel of how it works. Windows may run at one fifth speed making it unusable. Also it may be harder, instead of taking out -enabled kvm, you may have to install qemu instead of qemu kvm. Also the kernel needs features like bridge networking...
  14. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Check if your cpu has Intel VT-x technology to support kvm type, in Linux: egrep -c '(vmx|svm)' /proc/cpuinfo if Linux returns 1 means you can run kvm if 0 means the kernel does not support Intel Virtualisation technology no point in trying to add the kernel modules. You can also type...
  15. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Since you are running the Octodex kernel you don't have the kvm modules in the phone itself. You have to download the modules from the Web. Never done that before. You have to google it. If you are impatient you can try running without kvm. That is take out kvm-enabled from the start-up...
  16. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Have you flashed ycavan's custom kernel? It contains the kvm modules. However if you are running the latest build eg android m beta this may result in boot loop as ycavan's kernel are compiled for build 2.19 and build 2.20. Refer this thread page 1 step 2: Start up terminal emulator Type...
  17. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    If you see error messages like incorrect file format you probably type format=raw wrongly like with space - or capital letters. Cannot find USB tablet again typos. No such device monitor studio which should be typed as monitor stdio. You get the drift.
  18. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    I am not using zen fone at the moment it is quite difficult for me to retrieve the phone and send you a screen shot. What kind of errors are you seeing when you run the script? Took me two weeks averaging 3 hours daily to get the script to run. After that just Windows logo and win 10...
  19. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    I think you better add /mnt/0 /mnt/MicroSD as mount points too. That's what I did. Works for me. No harm in adding mount points. That means total 5 mount points. Also you mentioned mnt/Media_rw/MicroSD1. Zenfone ze550 is different from ze551. You may have to change your script...
  20. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    My start script is exactly the same as ycavan's letter for letter. Only change -m 1G to -m 2G. The mount points to add to Linux deploy are: /System /mnt/media_rw/MicroSD /storage/emulated/0 This two paths are mentioned in the start script so you add them as mount points so that Linux can...
  21. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    You have to add /system /mnt/0 and /mnt/MicroSD ---------- Post added at 11:05 AM ---------- Previous post was at 11:04 AM ---------- That is 3 total
  22. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    How it is going? You have to create mount points for whatever directories you are using in qemu script. Ie /mnt/0 /mnt/MicroSD /System or Linux will return message no such file or directory. So in Linux deploy under configuration, Mount points, add the above mount points. Ycavan only...
  23. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    In Linux chroot type qemu-img create - f raw/mnt/0/machine1.img 15G This create a 15G hard disk image in /mnt/0 Ycavan mentioned this only on page 8 of this thread. Refer to it. The disk size is up to you. ---------- Post added at 05:35 PM ---------- Previous post was at 05:22 PM...
  24. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Did you type sudo chmod a+x or a+s start_win.sh.sh first to make the run script executable. Also type sudo start_win.sh instead of just start_win.sh after that.
  25. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    In your Linux chroot prompt: type nano or sudo nano start_win.sh (this will call up the text editor in Linux and create a new file start_win.sh. Your Linux chroot may not have nano it may have vi text editor. If you want to install any text editor just type lets say you are using arch Linux...
  26. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    You may have enter 5900 and port 22 in the wrong column in aspice or connectbot or Linux chroot. Failing which reinstall all three apps. I have to reinstall Linux chroot to get it right. Forget which column not carrying zf2 at the moment.
  27. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    I don't know. But having 350 Ram left for running Android services seems not enough. Maybe you need at least half the ram of your phone to maintain running services ie 1g. I try to allocate 3g Ram to win 10 on 4g Ram zf2 but the Linux chroot connection keep on dropping. I cannot get...
  28. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Sys req for win 8 32 bit is 1g Ram and 2g Ram for win8 64 bit. Also hard disk space req is 16g. If Ram is not enough win 8 wont install.
  29. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Please post your Tasker profile on automatic access to Windows. Also win 10 in my zf2 cannot detect my rooted nexus 5 android 6.0 with elemental kernel. It is because of the kernel. Here's a tip. I try to hackintosh zf2. It seems that ycavan kernel is set to ignore msrs it possible to...
  30. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Hey anybody know how to install Mac os x el Capitan using qemu kvm. You just need a way to insert fake smc kext.
  31. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Have you flashed ycavan kvm enabled kernel. Beware of boot loop of you are running a newer build than ycavan kernel Are you using terminal emulator not Linux distro The command is lsmod not ismod You should see kvm intel and kvm Ko modules listed if you type lsmod
  32. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    I think you better not install spice drivers. I am getting error messages from qemu console regarding spice worker and also windows is leggy and jumpy and freezes. I subsequently uninstall spice tools exe and everything go back to normal. Maybe spice drivers are not up to date yet.
  33. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Yes you can run 64 bit windows on zen phone 2 because the processor architecture support x86_64 support 32 and 64 bit. Also the amd64 drivers in the virtio win iso actually refer to the historically generic name for 64 bit drivers and not specifically the AMD brand of processor, so you can use...
  34. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    I did some googling and found out that zen phone 2 x86-64 processor theoretically can run 32 bit or 64 bit. But the android os on zen phone 2 is 32 bit. You cannot run 64 bit android apps. However you can run 64 bit os on x86_64 bit processor. I am quite confused and need more time to...
  35. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Also wish to add that for Windows 10 you need to change qemu img create hard disk to 20G and also change to 2 G ram in the qemu start up script. (Windows 10 installation sys req). If you want success as a beginner you must follow ycavan script to the letter and get a sd card. I started...
  36. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Windows 10 Pro 64 bit build 10586 I erroneously downloaded windows 10 pro 64 bit build 10586 from Microsoft website. Zen phone 2 can only run 32 bit windows. However the iso go ahead and installed. I then installed virtio win 0.1.112 x86 drivers. There was no Internet connection. Then I...
  37. G

    Post BootLoader Unlock (both ZE551ML and ZE550ML)

    Not very sure. I'm sort of a noob too. My build is 2.20.40.139.197. Maybe you can Ota to that build.
  38. G

    Post BootLoader Unlock (both ZE551ML and ZE550ML)

    If your splash screen is white then your bootlocker is unlocked. If your splash screen remains black then try Windroid another time. Anything else is dicey. ---------- Post added at 05:24 AM ---------- Previous post was at 05:20 AM ---------- I have used Windroid then flash twrp and ycavan's...
  39. G

    Post BootLoader Unlock (both ZE551ML and ZE550ML)

    Unlock zen fone2 2 Sorry I meant the latest Nov 2015 build 2.20.49.139.197 got unlocked. But whether this disqualify from a ota Android m I don't know.
  40. G

    Post BootLoader Unlock (both ZE551ML and ZE550ML)

    Unlock zen fone I tried everything to unlock zf2 bootloader. Then I found windroid Android universal toolkit by xda member windy city rocker. My zf2 on build 2.20.40.139 got unlocked.
  41. G

    Post ZF2 Running Windows 7, 8 & 10 using KVM

    Hackintosh zen fone 2 Sir can you try and hackintosh zen fone 2?