Many.. But for this I need commands you tried , error messages, screenshots , anything else ... rare details rare help.@steadfasterX any ideas mate?
Thanks again!
Sent from my OnePlus 6T using XDA Labs
Many.. But for this I need commands you tried , error messages, screenshots , anything else ... rare details rare help.@steadfasterX any ideas mate?
Thanks again!
Just didn't recognize download mode. Windows or Wful, "unknown device" in LGUP, Wful didn't show any messages just keep searching for device.Many.. But for this I need commands you tried , error messages, screenshots , anything else ... rare details rare help.
Sent from my OnePlus 6T using XDA Labs
@steadfasterX it just don't boot into fastboot mode. If I try to mount external SD to upload modified boot image to disable big cores, using dd command, I see "mount: /storage/external_SD: mount point does not exist".Many.. But for this I need commands you tried , error messages, screenshots , anything else ... rare details rare help.
Sent from my OnePlus 6T using XDA Labs
if it states "unlocked" on boot its unlocked.@steadfasterX it just don't boot into fastboot mode. If I try to mount external SD to upload modified boot image to disable big cores, using dd command, I see "mount: /storage/external_SD: mount point does not exist".
SALT shows as H815 ARB 0. The phone shows "unlocked bootloader message" when starts. It's a H815 but I think that unlock bootloader process it wasn't completed.
Recently I unlocked and disabled big cores on locked H810. But this H815 stills in limbo. Maybe I can try to USU the H815 with bootloader "unlocked" (if I can't access via fastbot, it remains locked at practical effects)?
It don't work @steadfasterX. I know the process, in other phone that I have it works but not in this h815.if it states "unlocked" on boot its unlocked.
the fastboot combo is extreme sensitive and the process must be followed 100% exactly:
- disconnect USB
- power off (or take battery out - and back in)
- press volume down (with good pressure!) and KEEP it pressed while connecting the USB cable between your phone and the PC
- wait 2 sec and fastboot should show up
I have two h815's here and both work like that. maybe your firmware is different (too old).It don't work @steadfasterX. I know the process, in other phone that I have it works but not in this h815.
Maybe we can check mounting sd card error on method with dd command to upload modified boot images? Or another way to boot into fastboot?
Thanks for your time!
Or maybe the unlock bootloader process isn't complete or faulty? I can't reboot in fastboot mode from ADB (because in download mode isn't recognized from ADB) or following this thread. It says FAIL on link method. Do you know another method to boot into fastboot? Maybe I can flash something in order to enable it?I have two h815's here and both work like that. maybe your firmware is different (too old).
I can't boot in fastboot mode.I still don't know what COMMANDS you type.
COMMANDS from this thread to upload modified boot.img and rescue my bootloping phone. I can't mount external_SD.what dd command? give screenshots (I told that before) or better: give the full terminal commands you type and the FULL RESULT.
rare details, rare help
.-
Download the kdzHey, anybody know if I can extract a boot.img from 20A H815 firmware file? I've uploaded a wrong one (without backup) and I can't make it following this guide.
In my other phone, a H810 the guide works flawlessly!
Maybe you can help me with this @steadfasterX?![]()
Can you get into the download mode? If so start SALT and share the debug log (adv menu->debug log->upload button)So... I still can't get into fastboot mode in this H815
Key pressing procedure is OK (I did it a couple of times on other H810). Any ideas-? I need to disable big cores in order to rescue the phone.
I think this means it won't boot, so I did not install the new boot image.downloading 'boot.img'...
OKAY [ 0.661s]
booting...
FAILED (remote: unknown command)
finished. total time: 0.679s
fastboot boot is blocked in the v29a bootloader (which is BETA and unofficial).I'm trying to follow this guide to create a custom boot image with 4 cores for the latest lineage-16.0-20200119-UNOFFICIAL-h815.zip. from @steadfasterX.
1. I have extracted only the boot.img out of the zip file.
2. abootimg -i boot.img
3. copied the cmdline = <orig> from the console.
4. updated the boot.img: abootimg -u boot.img -c "cmdline = maxcpus=4 boot_cpus=0-3 + <orig>"
5. Checked with abootimg -i boot.img if the new parameters are in there. Yes.
I enter in the G4 H815 bootloader:
1. adb devices => G4 is listed, OK.
3. abd reboot bootloader => enters in bootloader OK.
4. fastboot devices => list the device, OK.
Testing if the new boot.img will boot:
1. fastboot boot boot.img =>
I think this means it won't boot, so I did not install the new boot image.
Next thing I tried is the same, but instead of the boot.img from the lineage zip file, I tried with the twrp-3.3.1-PREVIEW-207_g4_P.img, to add the maxcpus=4 etc. but the result is the same:
FAILED (remote: unknown command).
So, obviously I'm missing something... I am on stock v29a, officially unlocked bootloader.
Any help is really much appreciated.
Thanks!fastboot boot is blocked in the v29a bootloader (which is BETA and unofficial).
You can not test the boot image like that as long as you stay on v29a. so either flash 20p bootloader stack (there is a zip on my leech server) or just skip the boot test and flash
.-
correctThanks!
Just to be sure: I need to add "maxcpus=4 etc" in both the boot.img from the lineage.zip *and* in the twrp-3.3.1-P.img, correct?
fastboot flash <partition> laf.imgcorrect
edit: you could even extend that and (after testing that TWRP booted) do the same for the laf.img which provides the download mode
.-
Depends on what you wanna flash obviously.fastboot flash <partition> laf.img
Which partition is that ? thanks![]()