-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to enter and re-enter download mode (a5 pro cc) #6
Comments
a simple way |
So far it seems to have frozen my phone. Is that normal while it's doing the wipe? Also, where will I change the exec_addr value once the driver is installed? I'm brand new to rooting, so apologies if these are typically simple questions. Edit: Phone remains unresponsive, even to a hard reboot. Now what? |
zadig hard reset by key combination 10 second |
The key combination isn't working right now. :/ |
it reset from download to download |
How do I write splloader back onto it, then? Since it's powered off, MTP is currently disabled and my computer can't find the phone. Edit: Tried plugging it into another phone as well, but it had no reaction. They're not even trying to charge each other. |
that is why i don't use autodloader zadig - list all devices - find 1782 4d00 |
Found it. Which driver should I install, libusb-win32 or libusbK? |
I've tried all four options, and none of them seem to do anything for the phone, despite saying successful installation. The only thing I've noticed is that the phone briefly disappears from Zadig if I attempt to reboot the phone with its buttons. It seems to be doing something, I just don't know what it is. |
Here's my log file from installing the libusbK driver, if it helps. USB ID is 1782 4d00, as expected. Still haven't found where to change exec_addr to 0x3ee8, though. |
readme.txt in tool folder, 3 command |
Cool, got that updated. Only the first one needed to be changed, it seems. Do I need to run something now?
|
run one by one or rename .txt to .bat, double click |
Tried the .bat method, but it doesn't seem to have done much. Seems to have gotten stuck in a loop on the first command. Here's the results.
|
Also tried it with the WinUSB driver installed, same results. |
use power+up 10s to reset |
The key combination reset is still not working, though it does enough to make Zadig deselect it. |
As far as I can tell, it's a hard brick, not a soft brick, but Zadig's reaction is giving me hope that it's still recoverable somehow. |
with working FDL1 and FDL2, there is no hard brick on unisoc driver ok, tool ok, reboot and execute command |
To clarify, I should reboot my computer and then run the .bat file again, or do I need to do anything with FDL1 and FDL2 somewhere as well? Edit: Seems like the reboot is working so far, it's at least getting further than before. |
It got stuck waiting for a connection on the third command, eventually closed itself out, and now it's back to the same loop as before. |
my fault, reuploaded zip,(mistake a byte in uboot-mod) reboot phone, execute all command again |
Okay, reinstalled the package and ran things again after changing the first line to 0x3ee8. The .bat file seems to be running properly now, but it hasn't done anything noticeable to the phone. Still can't reboot it. Just to clarify, which driver should I be using, or does it matter? My options are WinUSB, libusb-win32, libusbK, and USB Serial. Thanks again for the help! |
Also, not sure if this helps to narrow down the issue or not, but if I attempt to run the spd_dump.exe file, it begins to give me the recurring |
power up down is 3f48 |
Okay, cool, I'm currently using the libusbK driver. Rebooting with power and up doesn't work, and neither does power, up, and down. Am I missing something there? I may have also started in the middle of the process by accident, since again, I'm brand new to rooting devices. I started by trying to follow the steps under the Drivers tab, and I'm still not sure if I need to follow all the steps in all the tabs, or only certain ones that vary based on the method I'm using. What steps should I have already finished before trying to do this part? |
the first and second command do the unlock
you said device deselect in zadig , that is exactly a reboot, don't expect device screen lightup |
Okay, here's my log history for each command then, since they look a bit different compared to the logs in issue #5. And I'm glad to hear the device is theoretically operating as expected, since I thought we broke something. To clarify, are these the five commands you're referring to? If so, which file are you editing there? |
yes, the guide is spl method, i compiled binaries directly for a5p(cc). |
Ah, I think I found part of my issue. When I reinstalled the tool folder after you updated it, I didn't re-add the chsize and spd_dump files. For what it's worth, I installed the Ubuntu terminal on my Windows 10 laptop in order to run the commands on the home page. I wouldn't expect that to cause any issues, but it's possible that something went wrong there. It's also still throwing the same Also, would those commands act as a replacement to manually editing the compiler with spreadtrum? I haven't figured out the compiler stuff yet at all, so I just wanted to confirm whether I need to or not. |
Hmm, it looks like the Ubuntu commands might not have worked properly. Checking out the spd_dump file, (converted to .txt so I could upload it), and while much of it is illegible, the parts that are human readable seem to indicate an error in the make. Gonna try to build it again and see if it does any better. |
3rd command without wipe data ubuntu way works on native installation and VMware |
Here's the full result:
|
Update: The phone is booting now? I've got the Vision OS screen and a backlight on. Translation says it's clearing, so I'm guessing it's doing a factory reset. Progress! Edit: Yep, it just booted up and it's showing the initial setup steps. Neat. |
seems uboot still has some check not disabled
wrote spl back |
I'm guessing that's due to the Ubuntu method I was attempting earlier. It saved the files in a different spot entirely, so I'm redoing that now. |
Hmm, maybe not. Deleted and recreated the folder, copied the whole folder to my normal directory, and moved the two files into the |
So, instead of running the Ubuntu commands, what would be the alternate method to create those |
Or maybe it is unlocked, actually. I went to toggle on the OEM Unlocking setting again, and it says |
congratulation |
Now I'm stuck trying to get Magisk to work. I tried running the first command from the same |
Hello! I'm attempting to install the drivers on a Hisense A5 Pro CC, but I'm having issues booting into Download Mode. Using the button combos, I've only managed to get Safe Mode, Recovery Mode, and a classic reboot. Using ADB, running
adb reboot download
does a classic reboot, andadb reboot bootloader
brings up FastBoot Mode.FastBoot seems the most promising, but I'm hesitant because of the USB ID mismatch. Instead of getting 1782 4d00 for Download Mode, I'm getting 18d1 4ee0 for FastBoot Mode. Will this still be a valid method? If not, could you provide more detailed instructions for booting into Download Mode specifically? Thanks so much!
The text was updated successfully, but these errors were encountered: