Search results

  1. T

    Post [ROM][WIP][Unofficial] LineageOS 13.0 for Wileyfox Swift 2 [Need testing]

    BeYkeRYkt it's very kind of you to develop for this device since you don't have one. How did you get the vendor tree?
  2. T

    Post [ROM][15/07/16][LP][5.1.1] CyanogenMod 12.1 for One Mini (M4) - CM12.1 Kernel

    Interesting. I had the same problem and eventually gave up on the latest CM ROM. Moved to the Resurrection Remix ROM posted by Nous16, which is really good. Although I would not use the boot.img I posted with that. You won't be able to edit it and change it permanently without creating a new...
  3. T

    Post [ROM][15/07/16][LP][5.1.1] CyanogenMod 12.1 for One Mini (M4) - CM12.1 Kernel

    New boot.img: https://www.androidfilehost.com/?fid=745425885120734334 ZiemlichUndead, it has the kernel you want with swap enabled. It also has ZRAM enabled and low RAM improvements as recommended here: https://source.android.com/devices/tech/config/low-ram. Also, battery charging is limited...
  4. T

    Post [ROM][15/07/16][LP][5.1.1] CyanogenMod 12.1 for One Mini (M4) - CM12.1 Kernel

    I plan to reconfigure the boot.img for low RAM as per https://source.android.com/devices/tech/config/low-ram. Wingman2K, do you remember where you got the kernel source for the last build (cm-12.1-20160819-UNOFFICIAL-m4.zip)? I need to rebuild with zram enabled and (if I have understood...
  5. T

    Post [ROM][WIP][Unofficial] LineageOS 13.0 for Wileyfox Swift 2 [Need testing]

    Thank you for doing this. I am watching your progress keenly. I might be able to help if you haven't got there in a couple of weeks time.
  6. T

    Post 4.2.2 fastboot boot recovery.img won't work

    HTC have raised a bug report and may fix this in later updates. In the meantime, I have been inspecting a disassembly of the old and new HBOOT images. The code which handles "fastboot boot" is very different in the two images. There are two specific bugs in the newer version. First, it does not...
  7. T

    Post 4.2.2 fastboot boot recovery.img won't work

    Update: I have downloaded and compared OTAs from before and after the 4.2.2 update. (Old OTA 1.31.651.2, new OTA 2.24.401.1). Comparing the updates, HBOOT has changed from 1.44.0000 to 1.54.0000. Clearly, the new version has a bug in "fastboot boot". I have asked HTC about this - still in the...
  8. T

    Post start

    Unlocking the bootloader can be done through the site HTC provides: http://www.htcdev.com/bootloader/ You need to select "All Other Supported Models" for your phone model. Also be aware that when you unlock the bootloader, everything in /data and /sdcard will be erased. This includes the...
  9. T

    Post 4.2.2 fastboot boot recovery.img won't work

    I have the same problem with the HTC One Mini on 4.2.2. (Thread here: http://forum.xda-developers.com/showthread.php?t=2521197) I am wondering, based on this post whether a different kernel command-line is needed. (Clutching at straws a tad as that bug has different symptoms and is on 4.3). If...
  10. T

    Post [Q] rooting with "fastboot boot"

    Hmm, taking the cue from hwti in this post, it is just possible that the kernel command line gets altered in some way by the bootloader when the recovery or boot image is loaded. Is there someone who has flashed CWM or TWRP who wouldn't mind running "adb shell cat /proc/cmdline" while booted...
  11. T

    Thread [Q] rooting with "fastboot boot"

    I have unlocked the bootloader on my HTC One Mini. Being the super-cautious type, I thought I'd attempt to boot into TWRP or CWM without flashing - I really want to save the stock recovery image before blowing it away. So I attempted the following: fastboot boot <recovery image> I have now...