Related
i try to root or flash my vodafone 32b magic by the gold card metod because no other way i can, with this guide
http://forum.xda-developers.com/showpost.php?p=4289899
when i come to step
11) Go to QMAT again http://revskills.de/pages/goldcard.html to generate your goldcard (this is free for G1 phone, Thanks to Viper!)
igot PLEASE ENTER VALID CID
i doo exactly by the guide and try four diferent card and nothing
any help is welcome
tanks in advance
sorry for bad english
1. go to http://revskills.de/pages/download.html
2. download QMAT 4.36 ( it works only for 10 mins so be quick).
3. u can used adb to do this or u can use terminal
if adb go to shell
4. type ‘ cat /sys/class/mmc_host/mmc1/mmc1:*/cid ‘ without the quote sign.
5. now open QMAT.exe
6. Click on Cyptoanalysis Tools > Crypto Toolbox
7. Look way below, there is a text box (beside “Reverse String” button. Key in the cid number you’ve got earlier
Click on the “Reverse String” button, the result is reversed…
Example: 532600bd227d9c0347329407514d5402
8. Copy the reversed cid
9. Go to QMAT again http://revskills.de/pages/goldcard.html to generate your goldcard (works for magic as well)
10. Enter your email. For the CID, enter the reversed cid you’ve got earlier. However you need to replace the first 2 characters to 00.
Example: From “532600bd227d9c0347329407514d5402” to “002600bd227d9c0347329407514d5402”
now follow steps 13 to 21
from http://forum.xda-developers.com/showpost.php?p=4289899
several times i'v try exactly as you explane and wen try to generate number got with qmat replacet first
two numbers with 00 i got ENTER VALID CID
thanks
several times i'v try exactly as you explane and wen try to generate number goten by qmat replacet first two numbers with 00 i got ENTER VALID CID
maybe you find help here:
http://theunlockr.com/2010/03/10/how-to-create-a-goldcard/
Before I start, you do this at your OWN RISK!
For this to work you need to have ADB and an understanding of how to use it and you need root privileges (although I didn't test this). You also need a hex editor of some sort like HxD.
Ok, enough of that. Here goes:
1. Go to the directory that you have adb in.
2. Plug your device in and make sure that debugging is enabled.
3. Type "adb shell" and hit enter.
4. Once at the shell prompt type "su" and hit enter.
5. Then type "dd if=/dev/block/mmcblk0p23 of=/sdcard/misc" and hit enter. It should say "blah records in, blah records out, blah in blah seconds . This will put a file on your "sdcard" that you will need to edit.
6. Next type "exit" and hit enter. Type "exit" and hit enter again.
7. Type "adb pull /sdcard/misc"
8. Now, open your hex editor and browse to the directory that adb is in. Open the misc file that you just pulled from your device.
9. Look for offset 000000A0. It should have 1.xx.xxx.x or something like that.
10. Change this to 1.00.000.0 and save the file as miscMOD.
11. Go back to your command prompt and adb directory. Type "adb push miscMOD /sdcard/miscMOD" and hit enter.
12. Now go back to the android shell. Type "adb shell" and hit enter then type "su" and hit enter again.
13. Now type "dd if=/sdcard/miscMOD of=/dev/block/mmcblk0p23" and hit enter. It should say "blah records in, blah records out, blah in blah seconds . This will overwrite the misc partition with your edited file and effectively tell it that it is version 1.00.000.0.
14. To make sure that this worked you can restart the phone, go to settings, about phone, and software information. Software number should say 1.00.000.0.
15. You can now downgrade your software via RUU.
Enjoy!
easier than expected ... tks for the writeup...
Cheers!!! hope this works for the Rogers HOX
edit will post back shortly
wow! nice to see this.Thanks for your contribution .
Probably not the place for this, but just saw this on JCase twitter feed:
Justin Case @TeamAndIRC
If you are stuck on the 1.85.x.x firmware for the HTC One X (AT&T), have ADB setup, and are fairly confident hit me up
Collapse
Reply
Retweet
Favorite
12:54 PM - 24 May 12 via TweetDeck · Details
Great write up, this will help a lot of people
No go for me. Software number stayed the same.
akvtiger said:
No go for me. Software number stayed the same.
Click to expand...
Click to collapse
Were you trying to do it as root?
grankin01 said:
Were you trying to do it as root?
Click to expand...
Click to collapse
Correct as root. I did another pull and can confirm that change is there. It's just not showing up under Software number.
This process may be made obsolete. Have you tried the bootloader unlock yet. That was the only reason the I even tried to downgrade but I don't think it will affect the way I did the other process at all.
This does not work for some reason. The file was pushed correctly. I pull it back down and the hex was changed to show 1.0.000.0. However, the software still stays 1.82. Any ideas? I also tried using the complete file path to include the two other sub dicrectories /dev/block/platform/msm_sdcc.1. This made no difference as well.
The number should be in this format: 1.00.000.0
That may be your problem.
I have not tried to bootloader unlock. I was just trying to get it back to stock.
akvtiger said:
Correct as root. I did another pull and can confirm that change is there. It's just not showing up under Software number.
Click to expand...
Click to collapse
Same thing for me earlier
Sent from my HTC One X using XDA
That's a typo from me. How do you downgrade even if you unlock the bootloader?
I would say you still need to make it think the main version is lower than the RUU version. I'm not exactly sure what is going wrong with your. :O
odd, this didn't work when I was testing out the first leak and trying to downgrade to the shipped ruu.
Ok two things I figured out. First you need to put your CID back to CWS rather than Rogers. Or use superCID . This fixed my problem. Also if you follow the directions here you dint need to check the software version. Just ADB reboot bootloader and run RUU . It will tell you there which revision you are on. I went from 1.82 to 1.73.
At the top of my "misc" file in my hex editor it says;
CWS__001..
--
Or however many periods. I already unlocked my bootloader [changed to SuperCID(11111111)] so I found that odd that it remained CWS and not 111.
Anywho, I just unlocked my BL and ran the 1.73 [shipping RUU] installer to hopefully downgrade. It went as far as to the "waiting for bootloader" message on the 1.73 installer then displayed an error. I'm not really in the mood to mess around with it, But I'm just sharing my results here. The CWS at the top of my copied over "misc" file still seems odd..
This process will allow you to unlock your bootloader without having to register your imei with the htcdev website.
Thanks to niceppl for making a one click out of this, and adding ROGERS SUPPORT, and also windows, mac & linux ready. Please see his thread herehttp://forum.xda-developers.com/showthread.php?p=27917723
VERY IMPORTANT:
Please read over all instructions before attempting this process.If you are not 100% sure you can follow these instruction then.
DO NO ATTEMPT.
DO NOT SHORTCUT ANY STEPS. FAILURE TO COMPLETE THE PROCESS WILL LEAVE YOUR DEVICE UNUSABLE UNTIL ALL STEPS ARE COMPLETED.
Pre-requisites:
1. Must have AT&T Evita HTC One x rooted with superCID (sorry, no rogers)
2. Windows only, and have htc drivers installed, with adb and fastboot working
3. USB debugging enabled, and fastboot disabled in settings>power menu
4. SIMCARD REMOVED....(DO IT NOW)
^^^^^^^^^^^^^^^^
CANNOT REINSERT UNTIL PROCESS IS COMPLETED.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The Steps
Download the zip file from below and save it to your desktop. Go ahead and extract it to your desktop also.
Power on and Plug in device to USB and make sure you have CHARGE ONLY selected
Open a command prompt and cd to your adb fastboot folder.
enter these commands prompts one at a time, or copy paste (until i get script written, sorry)
adb shell
su
your command prompt should now look like this "[email protected]:/ #"
Now enter or copy/paste one command at a time
dd if=/dev/block/mmcblk0p4 of=/sdcard/mmcblk0p4
dd if=/dev/block/mmcblk0p5 of=/sdcard/mmcblk0p5
dd if=/dev/block/mmcblk0p6 of=/sdcard/mmcblk0p6
dd if=/dev/block/mmcblk0p13 of=/sdcard/mmcblk0p13
dd if=/dev/block/mmcblk0p26 of=/sdcard/mmcblk0p26
after each command you should see something like 234+0 in 234+0 out, 234 being a random number.
You now have these original partitions from your device backed up on your sdcard
Now close out of the command prompt and mount usb mass storage to open up your sdcard on the desktop
once open, create a new folder and name it "mypartitions"
you will see the 6 partitions you dd from your device, called mmcblk0p4,5,6,13,26. Move them to the folder you just created.
Go to the zip you extracted earler on your desktop, open it and you will see a folder named "spoofpartitions". copy or drag it to the root of your sdcard.
Go back to your folder with the extracted contents on the desktop, you will see a file named "unlock_code.bin". copy it the the same folder you have your fastboot and adb files in on your pc.
Now unmount your usb mass storage and select CHARGE ONLY again on your device
open up a new command prompt and cd to your adb fastboot folder again
type the commands one at a time or copy paste (again, will get a script as soon as i get time)
adb shell
su
command prompt again should now look like "[email protected]:/ #"
now enter the following again one at a time
dd if=/sdcard/spoofpartitions/mmcblk0p4MOD of=/dev/block/mmcblk0p4
dd if=/sdcard/spoofpartitions/mmcblk0p5MOD of=/dev/block/mmcblk0p5
dd if=/sdcard/spoofpartitions/mmcblk0p6MOD of=/dev/block/mmcblk0p6
dd if=/sdcard/spoofpartitions/mmcblk0p13MOD of=/dev/block/mmcblk0p13
dd if=/sdcard/spoofpartitions/mmcblk0p26MOD of=/dev/block/mmcblk0p26
once all those successfully pushed to your device, we're going to disconnect from the pc, close command prompt and power down device.
We need to now boot to bootloader so, press and hold your power button and volume down (-) buttons, wait a couple seconds and release
the power button while continuing to hold volume down. Once it powers on you'll be in your boot loader. plug in your usb, and using your vol. up vol. down highlight
"fastboot" and press power button to select. right above, wait until you see "fastboot USB"
Now, go ahead and open up another command prompt and cd to your fastboot adb folder.
type "fastboot devices" you should see a serial number under the list of attached devices.
now enter "fastboot flash unlocktoken unlock_code.bin"
you should get a readout that says successful or something and a screen from HTC will appear on your device. If not, just redo the fastboot flash command again. Once the screen is up, you'll see the warning about yada yada blah blah. press your volume up to highlight the yes i wanna unlock button and press power to confirm. THIS WILL WIPE YOUR DEVICE FYI.
once the device boots back up go thru all your setup stuff until you get back to your home screen, go back into your settings and disable fastboot from the power menu and enable usb debugging again in developer options.
plug back in usb CHARGE ONLY mode, open up a command prompt and cd to adb fastboot folder. enter the commands ONE LAST TIME
adb shell
su
dd if=/sdcard/mypartitions/mmcblk0p4 of=/dev/block/mmcblk0p4
dd if=/sdcard/mypartitions/mmcblk0p5 of=/dev/block/mmcblk0p5
dd if=/sdcard/mypartitions/mmcblk0p6 of=/dev/block/mmcblk0p6
dd if=/sdcard/mypartitions/mmcblk0p13 of=/dev/block/mmcblk0p13
dd if=/sdcard/mypartitions/mmcblk0p26 of=/dev/block/mmcblk0p26
once you have them all pushed successfully reboot device, reinsert simcard and enjoy your htcdev free unlocked bootloader.
NOTE: If ever you need to relock your bootloader to ruu you will need to do these steps again to re unlock it. As soon as I get time i will make this much simpler for everybody.
Please, if anyone wants to step in i'm really busy with school and family. Feel free to tidy this up with a script.
DOWNLOAD: http://db.tt/Bd0UUKHH
ADDED: The unlock token included is for evita devices. Rogers and Telstra use files from 1click linked at the top. Or, after pushing the spoof partitions, generate a new token in fastboot and submit to htcdev. Unlock and then send UNMODIFIED partitions back to your device per the instructions.
Sent from my HTC One X using xda premium
Will the bootloader still say relocked after we do this and relock?
Sent from my HTC One X using XDA
Yes, it will will still be the same. Its just an option for anybody who would prefer to keep their imei off the HTC database. Some people who outright buy it with no contract or are out of their first 30 days, their warranty falls under htc.
Sent from my HTC One X using xda premium
damn, wish I would have waited another day. I just unlocked mine the HTC way yesterday. this is awesome.
Too bad it's not good for rogers too, but that's awesome anyway thanks
SENT FROM MY COBRA 1.2 HOX XDA PREMIUM
WOW
See this right here? This is some talent.
Nice job!
Good job man. I contacted the portal writers. IMO, this is a big deal.
Sent from my HTC One X using xda premium
Wow!!
Nice job
Sent from my Nocturnalized Beast
How in the name of god and the holy spirit did you figure this out?!
Very nice!
I don't mean to rain on your hard work but....
isn't everyone who flashes this going to wind up with your serial number, your imei, and your MAC addresses? I think this could cause some real problems (blacklisting, etc.) for you and anyone else who flashes these files.
I would recommend taking this offline until you do some testing with another user or two......
Its a temporary SPOOF imei, and when its finished the user has their exact same imei, s/n, mb, and Mac address. It simply modifies them to accept the unlock token, then returns the phone to its EXACT factory state. As long as the simcard is removed as stated, there is nothing wrong.
Sent from my HTC One X using xda premium
To be clear on how this process works, htcdev takes an imei number and a model # and generates a key from them. It doesn't care what the imei # as long as its the correct length and the model# is a recognized model say ht23 or ht24. So all this is doing is changing the imei and model # to match the token included in the download. Then after unlocking, the user takes their STOCK partitions I had them backup in the first set of instructions and pushes them back to their device, which then sets the phone back to 100% stock. If there are any questions feel free to ask as.
Sent from my HTC One X using xda premium
OK I get it, but you are relying on users dd'ing back their info. If you are willing to continue to risk your IMEI, etc. I'd at least call that out in bold/red/etc. If anyone shortcuts the process you are going to have problems. Also, it's risky in general to have your imei and s/n out there. Just fyi.
The imei and info are spoofs. They are not associated, and are just made up to generate a HTC token
Sent from my HTC One X using xda premium
Pardon my ignorance, but what advantages does this process have, as compared to unlocking via htcdev?
rohandhruva said:
Pardon my ignorance, but what advantages does this process have, as compared to unlocking via htcdev?
Click to expand...
Click to collapse
HTC dev voids your warranty, this won't cause your imei Is not being registered with HTC dev.
Sent from my HTC One X using XDA
Added warning to op
Sent from my HTC One X using xda premium
Tried this and keep getting:
sending 'unlucktoken' (0 KB)...
OKAY [ 0.142s]
writing 'unlucktoken'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 0.151s
I'm rooted, on 1.85, replaced the partitions, not sure what's up.
derekedw said:
Tried this and keep getting:
sending 'unlucktoken' (0 KB)...
OKAY [ 0.142s]
writing 'unlucktoken'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 0.151s
I'm rooted, on 1.85, replaced the partitions, not sure what's up.
Click to expand...
Click to collapse
Should be unlocktoken, not unlucktoken
oh...is it monday???? it should be...thanks for checking my dumba$$ work.
I HATE (ERROR [190] ROM IS NOT UPDATED)
After a countless number of try and error searching for a solution to unlock my HTC ChaCha after the latest OTA I found the solution and it was pretty simple and straight forward
All Thanks & Credit to:
adlx.xda (I start looking from his topic [Unlock ] Official Unlock via HTCdev! )
theq86 (Unlocking process from his topic [TUTORIAL][S-ON] Unlock Bootloader using HTCDEV.com)
HTCDev (although they lack of support is the main reason for the problem they have a nice unlocking tutorials )
Follow this steps (Windows Only):
download your PH06XXXXX_Chacha_hboot_1.10.0000.exe from htcdev.com
run PH06XXXXX_Chacha_hboot_1.10.0000.exe
Press CTRL+ALT+DELETE (to open Task Manager)
Select Processes Tab then go to ARUWizerd.exe
Right-Click then Select (Open File Location)
Copy everything into somewhere else lets Say "D:\Unlock"
I'm not sure but the following files is what I used "YOU CAN KEEP ALL"
adb.exe
AdbWinApi.dll
AdbWinUsbApi.dll
fastboot.exe
rom.zip - this is the most important file :laugh:
Copy rom.zip to your the SDCard and rename it into PH06img.zip
Disable the fastboot (settings>power>fastboot then uncheck) then power off the phone(you can just unplug the battery but it's NOT recommended)
Keep Pressing down (Volume Down + Power Button) you will see white screen with few color lines just wait
the device will start checking the SDCard and will ask you to press the Volume Key to install the PH06img.zip
If it's said installed successful we good to go other than that then sorry it didn't work for your mobile
reboot again to the fastboot and plug the USB
open the "Command Prompt" or (Start Menu > Run > cmd.exe)
go to the work directory "D:\Unlock"
D:
cd unlock
fastboot oem get_identifier_token
copy the output (text to be copied similar to the highlighted one in red below)
Code:
... INFO
INFO< Please cut following message >
INFO[COLOR="Red"]<<<< Identifier Token Start >>>>[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF[/COLOR]
INFO[COLOR="Red"]<<<<< Identifier Token End >>>>>[/COLOR]
OKAY
don't close the CMD window (we will need it later)
go back to HTCDev.com at the in of the download page click on (Process to Step 1)
just click on (Process to Step 5)
just click on (Process to Step 8)
paste the coped token from the cmd to the textbox at the end of this page (My Device Identifier Token)
you will receive an email from HTCUnlockbootloader to your account email (I received it immediately) with an attachment Unlock_code.bin
copy Unlock_code.bin from the email to the work folder "D:\unlock"
in the cmd write
Code:
fastboot flash unlocktoken Unlock_code.bin
Read the message at your phone
Press Volume Up to chose Yes
Press the Power button to Unlock your phone
Congratulation your phone is officially unlocked
Installing Recovery
download CMW 5.0.2.7 for ChaCha
Unzip the file
Copy the recovery.img to the work folder "D:\unlock"
in the cmd write
Code:
fastboot flash unlocktoken Unlock_code.bin
To lock your phone again in the cmd write
Code:
fastboot oem lock
reserved for pics
hello,
does this also work for a different software number... let say my current software # is 1.57.707.3 and the only available RUU file is 1.57.707.2 from HTCDEV......
i've tried ur step, it did read the file in recovery - but its failed to run it.... i am stuck again... hope you will be able to assist. thanks !!!
OMG , it worked, thank you man , i really forgot about the rom.zip trick . you're a saviour
MEAKU15 said:
hello,
does this also work for a different software number... let say my current software # is 1.57.707.3 and the only available RUU file is 1.57.707.2 from HTCDEV......
i've tried ur step, it did read the file in recovery - but its failed to run it.... i am stuck again... hope you will be able to assist. thanks !!!
Click to expand...
Click to collapse
please instruct me how to unlock bootloader with rom stock 1.57.707.3
Best regards,
vinamaru said:
please instruct me how to unlock bootloader with rom stock 1.57.707.3
Best regards,
Click to expand...
Click to collapse
Come on. Really? Another question about unlocking bootloader? Have you read this forum a little or just this thread? Here you go: http://forum.xda-developers.com/showthread.php?t=1816834
Great job
Great job mate! I unlocked my girlfriends HTC Chacha. Running on stock plus rom.
maybe 3 little things for new users:
"reboot again to the fastboot and plug the USB"
has to be: reboot again, delete the file from the sd-card, power down and boot into fastboot and plug the USB.
Copy the recovery.img to the work folder "D:\unlock"
in the cmd write
Code:
fastboot flash unlocktoken Unlock_code.bin
Code has to be: fastboot flash recovery recovery.img
last step: get root
Download su-2.3.6.1-ef-signed.zip
put it on your sd-card and install it with CWM.
But anyways, you did a really great job!
Kind regards,
Frank van Weert
Holland
This worked for me. The only problem I kept running into was the pasting part on the HTC dev page. It kept saying wrong info. When I looked at the info, it was pasting what was on the htc page. So I minimised everything except the htc page, pasted and finished, got the unlock code from HTC. Just a tidbit of info in case someone else has that issue.
It worked for me too. I have ATT status goldcard-flashed to Asia WWE.
I was able to flash cingular hboot and unlock bootloader while on Asia WWE.
thank you so much ....
Update: after a break for a couple of days, this appears to work again. But probably not for long -- so better try it if and while it's still up ;-)
I was able to do just that (and unlock the bootloader on my phone) some two months ago (in February 2023).
I did by using this perl script of mine to simulate the https requests performed by the deep testing app.
My phone was a Realme 9 5G (RMX3474), the EU/GDPR variant.
A dry run with bogus serial num and imei strongly suggests that they haven't "fixed" it yet and it may still work.
I also suspect that it may work with other Realme phones not supported by the deep testing app.
But I don't have any spare phone (and I will not test my luck by locking it back ;-)), so I'll be grateful if anyone with a locked Realme phone would give it a try (the deep testing app would still ask you for confirmation, you don't have to unlock your phone if you don't want to).
turistu said:
I was able to do just that (and unlock the bootloader on my phone) some two months ago (in February 2023).
I did by using this perl script of mine to simulate the https requests performed by the deep testing app.
My phone was a Realme 9 5G (RMX3474), the EU/GDPR variant.
A dry run with bogus serial num and imei strongly suggests that they haven't "fixed" it yet and it may still work.
I also suspect that it may work with other Realme phones not supported by the deep testing app.
But I don't have any spare phone (and I will not test by luck by locking it back ;-)), so I'll be grateful if anyone with a locked Realme phone would give it a try (the deep testing app would still ask you for confirmation, you don't have to unlock your phone if you don't want to).
Click to expand...
Click to collapse
Thank You!
It realy works!
Thanks,
Worked for me with Android 13/RealMe UI 4.0.
Now to magisk...
After unlocking the phone, I'm looking for the boot.img.
I can find firmware update package for UI3.0, but none seems available for 4.0.
Could someone point me to it ? (either boot.img or ofp package)
Is there a way to use this script on realme 9 pro 5g eu rmx3472?
Edit: It works perfectly and i was also able to change my region to ru.
mister_slowhand said:
After unlocking the phone, I'm looking for the boot.img.
I can find firmware update package for UI3.0, but none seems available for 4.0.
Could someone point me to it ? (either boot.img or ofp package)
Click to expand...
Click to collapse
Try https://rms01.realme.net/sw/RMX3472GDPR_NN.X.NN_YYYYMMDDHHMM0000.zip,
(replacing the N, Y, etc with the actual version of the firmware).
Also the variants with .7z instead of .zip.
hatbo said:
Thank You!
It realy works!
Click to expand...
Click to collapse
Hey lads,
Could you post me here some steps how to install and unlock bootloader using that script PERL ?
I'd really appreciate it. Cheers.
Thanks. Rob
RobertoSt25 said:
Hey lads,
Could you post me here some steps how to install and unlock bootloader using that script PERL ?
I'd really appreciate it. Cheers.
Thanks. Rob
Click to expand...
Click to collapse
As already mentioned at the end of that github page, you can use the "Strawberry Perl" distro to run that perl script on Windows.
1) First install strawberry perl
2) download the deeptesting-junk.pl script
3) start the "perl command prompt" (it should be the first result when you type "perl" in window's search box)
4) inside the command prompt change to the directory where you had downloaded the script
5) run the commands and follow the instructions from the github page. Take care to replace the dummy HHH and DDD with your actual serial number and IMEI ;-).
If you have problems with those instructions (e.g. the deeptesting app still does not work, despite the script getting a successful result to the "ckeckApproveResult" command), please mention exactly what happened.
I love you Turistu, thank you for the guide!
I've had the problem, that the device wasn't getting recognized in fastboot mode.
That is because the OnePlus Fastboot USB Drivers are NOT SIGNED!
You have to restart Windows with advanced startup settings, and deactivate driver signing. So that Windows trusts unsigned drivers.
Then you can restart Windows in that mode, settings -> windows update -> advanced options -> reset options -> advanced restart. Go to advanced boot -> deactivate usb driver signing (option 7), start the pc with that option.
AND THEN you can boot your device into fastboot mode, go into your drivers and if it's still coming up as unrecognized, right click it and update it's drivers manually with the oneplus drivers.
Then it should work for you, too. Gave me lots of Headaches.
I have attached the Oneplus drivers i've used for fastboot and a patched boot.img with magisk 26.1 from RMX3311_11.C.10_EU_202303171905.
You did a great job! Thank you!
PS. Dacă ești român, ești foarte tare frate!
turistu said:
As already mentioned at the end of that github page, you can use the "Strawberry Perl" distro to run that perl script on Windows.
1) First install strawberry perl
2) download the deeptesting-junk.pl script
3) start the "perl command prompt" (it should be the first result when you type "perl" in window's search box)
4) inside the command prompt change to the directory where you had downloaded the script
5) run the commands and follow the instructions from the github page. Take care to replace the dummy HHH and DDD with your actual serial number and IMEI ;-).
If you have problems with those instructions (e.g. the deeptesting app still does not work, despite the script getting a successful result to the "ckeckApproveResult" command), please mention exactly what happened.
Click to expand...
Click to collapse
Hello there,
I tried your method, I did everything step by step and it actually worked and it did unlock the bootloader.
However after yelow sign saying the "device is unlocked" went black screen, rebooted and again fastboot mode.
Now I really do not know what to do -.-
Any advice would help.
Thanks Rob
RobertoSt25 said:
However after yelow sign saying the "device is unlocked" went black screen, rebooted and again fastboot mode.
Click to expand...
Click to collapse
If the top of the screen has "START" in green letters, then just press the power button.
BTW, what phone model do you have?
turistu said:
If the top of the screen has "START" in green letters, then just press the power button.
BTW, what phone model do you have?
Click to expand...
Click to collapse
yes top of the screeen is START green, but when I pressed power just keeps rebooting into fastboot.
RMX 3474 REALME 9 5G
Thanks