You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To whom it must concern,
First of all thanks for share your program.
I am trying to share me experiences to you about your program which didn't solve my problem in order to feed back and maybe can help in software improvements and my problem.
I have a Google Pixel 6 pro. I bought it in eBay. Is not blacklisted. I can do a check in and receive the check in succeeded. I supposed the phone would be unlocked but is locked to a vendor. Also I supposed then that unlocking should be not a problem but was it. Have plenty TECHNOLOGICAL BOUROCRACY THAT DON'T ADD ANY VALUE IN THE PRODUCT NEITHER SOFTWARE DEVELOPMENT AND HAVE PRIVILEGES TO UNLOCK THE PHONE AT A PRICE THAT DON'T HAVE A COST JUSTIFICATION. THEY ARE NOT VENDOR, PHONE MANUFACTURERS AND NEITHER SOFTWARE DEVELOPERS AND ONLY HAVE THE RIGHT FOR A KEY IN SOME FILES FOR THIS WORK REQUEST OVER 20 USD WITHOUT ANY IN CONCEPT OF WHAT REASON ALSO DON'T HAVE SECURE WAY OF PAYMENT THAT IS ANOTHER RISK.
So first I solve with a VPN blocking the SYSTEM SETUP.
THIS WORKED FOR ONE YEAR. BUT UPDATING TO ANDROID 15 LOCKED THE PHONE.
IN ANDROID 15 AFTER FACTORY RESET DO THE SIM CHECK BEFORE REACH THE WAY TO BLOCK THE SYSTEM SETUP.
I USED SIDE LOAD TO INSTALL THE BETA 16 THAT WAS THE ONLY PERMITTED AND LET ME CHANCE SFTER SIDE LOAD TO TRY
adb shell pm uninstall -k --user 0 ....ooncomfig
DIDN'T LET ME DO THAT.
Then I deny permissions to oobconfig BACKGROUND, ANY BACKGROUND, RESTRICTED SETTING,
adb cmd set ..... oobconfig [permission] deny
ITHIS LET ME DO.
AFTER FACTORY RESET IN AIRPLANE MODE AND DISABLING THE Google play services I installed the VPN (netpatch firewall ) and blocked Device setup and others programs (carrier setup, carrier seting, carrier OMADDM, sim manager, device diagnostic, device health service, NFC/ese/ esim firmware) . Restricting also the background usage, Internet and battery. WITH BOTH ACTIONS IS WORKING UP TO NOW. I had to block some others because someone using maybe my carrier was blocking anyway the phone. THE ONLY PROGRAM THAT DOES NOT WORK IS THE RCS CHART MESSAGE. BECAUSE CAN'T VERIFY THE NUMBER AND WHILE IS TRYING TO VERIFY CHECKS CARRIER LOCKED PHONE AND TRY TO LOCK THE SIM.
I tried to SIDELOAD an older version, the android 12 that can have the OEM unlocking available but failed the time stamp and report and error that older versions are unallowed.
Trying to unlock I searched properties
adb shell pm properties
And the property to
adb shell pm setprop
Is not available and have other with 4 digit key.
Trying to give a final solution I used your program to try to UNLOCK using side load as follows:
I did an Boot.img with magisk last version. Then I tried to unpack, then put the magisk boot.img the pack it again.
YOUR PROGRAM PACKED THE ZIP WITH ALL THE PAYLOAD.BIN UNPACKED AND THE PAYLOAD.BIN WHILE THE ORIGINAL ZIP ONLY HAVE META_INF FOLDER AND 2 ARCHIVES PLUS PAYLOAD. BIN PLUS PAYLOAD.TXT
WHEN I TRIED TO DO SIDELOAD FAILED THE VERIFICATION RIGHT AWAY WITHOUT READ.
THEN I TOOK THE PAYLOAD.BIN DONE BY YOUR PROGRAM AND I PLACED INTO THE OTHER ZIP. THE PAYLOAD.BIN GET WITH OTHER DATE. WHILE OTHERS ALL WERE //2009. ALL SAME DATE AND TIME. THE NEW PAYLOAD BIN HAD THE PRESENT DATE. THIS FAILED AT 42 PERCENT INTO VERIFICATION.
THEN I TRIED TO MODIFY THE DATE USING WINDOWS AND IS NOT POSSIBLE.
DO YOUR PROGRAM DONT HAVE A PAYLOAD FOLDER TO UNPACK ALL PAYLOAD FILES THERE AND OTHER FOLDER FOR OUT PAYLOAD.BIN FILES IN THE ZIP.
IF PAYLOAD IS NOT REPACKED ARE TWO PROGRAMS THAT DO IT, BUT ARE IN LINUX SYSTEMS AND I HAVE AN OLD WINDOWS 32 BITS LAPTOP. PROGRAMS ARE
I AM NOT AN EXPERT PROGRAMMER AND I DON'T HAVE A LINUX SYSTEM ANYWAY TO STUDY THAT.
THE PROBLEM OF KEEPING THE DATE AND MAYBE OTHER ZIP SIGNATURE I COULD NOT SEARCH IT.
If I can SIDELOAD with a ROOTED BOOT.IMG my idea is do adb root to have root privileges despite of OEM is locked and then check properties to see if appears the ones to can do SETPROP AND UNLOCK which are not present unrooted. AFTER THAT, SIDELOAD A NON MODIFIED BETA OTA THAT SHOULD LEAVE THE UNLOCKED OPTION. IF I CAN'T DO THAT MAYBE I CAN PM UNINSTALL THE oobconfig
IF YOU KNOW ANY OTHER ALTERNATIVES. PLEASE LET ME KNOW OR ANY COMMENT THAT YOU CONSIDER.
Fe
MANY THANKS IN ADVANCE.
The text was updated successfully, but these errors were encountered:
To whom it must concern,
First of all thanks for share your program.
I am trying to share me experiences to you about your program which didn't solve my problem in order to feed back and maybe can help in software improvements and my problem.
I have a Google Pixel 6 pro. I bought it in eBay. Is not blacklisted. I can do a check in and receive the check in succeeded. I supposed the phone would be unlocked but is locked to a vendor. Also I supposed then that unlocking should be not a problem but was it. Have plenty TECHNOLOGICAL BOUROCRACY THAT DON'T ADD ANY VALUE IN THE PRODUCT NEITHER SOFTWARE DEVELOPMENT AND HAVE PRIVILEGES TO UNLOCK THE PHONE AT A PRICE THAT DON'T HAVE A COST JUSTIFICATION. THEY ARE NOT VENDOR, PHONE MANUFACTURERS AND NEITHER SOFTWARE DEVELOPERS AND ONLY HAVE THE RIGHT FOR A KEY IN SOME FILES FOR THIS WORK REQUEST OVER 20 USD WITHOUT ANY IN CONCEPT OF WHAT REASON ALSO DON'T HAVE SECURE WAY OF PAYMENT THAT IS ANOTHER RISK.
So first I solve with a VPN blocking the SYSTEM SETUP.
THIS WORKED FOR ONE YEAR. BUT UPDATING TO ANDROID 15 LOCKED THE PHONE.
IN ANDROID 15 AFTER FACTORY RESET DO THE SIM CHECK BEFORE REACH THE WAY TO BLOCK THE SYSTEM SETUP.
I USED SIDE LOAD TO INSTALL THE BETA 16 THAT WAS THE ONLY PERMITTED AND LET ME CHANCE SFTER SIDE LOAD TO TRY
adb shell pm uninstall -k --user 0 ....ooncomfig
DIDN'T LET ME DO THAT.
Then I deny permissions to oobconfig BACKGROUND, ANY BACKGROUND, RESTRICTED SETTING,
adb cmd set ..... oobconfig [permission] deny
ITHIS LET ME DO.
AFTER FACTORY RESET IN AIRPLANE MODE AND DISABLING THE Google play services I installed the VPN (netpatch firewall ) and blocked Device setup and others programs (carrier setup, carrier seting, carrier OMADDM, sim manager, device diagnostic, device health service, NFC/ese/ esim firmware) . Restricting also the background usage, Internet and battery. WITH BOTH ACTIONS IS WORKING UP TO NOW. I had to block some others because someone using maybe my carrier was blocking anyway the phone. THE ONLY PROGRAM THAT DOES NOT WORK IS THE RCS CHART MESSAGE. BECAUSE CAN'T VERIFY THE NUMBER AND WHILE IS TRYING TO VERIFY CHECKS CARRIER LOCKED PHONE AND TRY TO LOCK THE SIM.
I tried to SIDELOAD an older version, the android 12 that can have the OEM unlocking available but failed the time stamp and report and error that older versions are unallowed.
Trying to unlock I searched properties
adb shell pm properties
And the property to
adb shell pm setprop
Is not available and have other with 4 digit key.
Trying to give a final solution I used your program to try to UNLOCK using side load as follows:
I did an Boot.img with magisk last version. Then I tried to unpack, then put the magisk boot.img the pack it again.
YOUR PROGRAM PACKED THE ZIP WITH ALL THE PAYLOAD.BIN UNPACKED AND THE PAYLOAD.BIN WHILE THE ORIGINAL ZIP ONLY HAVE META_INF FOLDER AND 2 ARCHIVES PLUS PAYLOAD. BIN PLUS PAYLOAD.TXT
WHEN I TRIED TO DO SIDELOAD FAILED THE VERIFICATION RIGHT AWAY WITHOUT READ.
THEN I TOOK THE PAYLOAD.BIN DONE BY YOUR PROGRAM AND I PLACED INTO THE OTHER ZIP. THE PAYLOAD.BIN GET WITH OTHER DATE. WHILE OTHERS ALL WERE //2009. ALL SAME DATE AND TIME. THE NEW PAYLOAD BIN HAD THE PRESENT DATE. THIS FAILED AT 42 PERCENT INTO VERIFICATION.
THEN I TRIED TO MODIFY THE DATE USING WINDOWS AND IS NOT POSSIBLE.
IF PAYLOAD IS NOT REPACKED ARE TWO PROGRAMS THAT DO IT, BUT ARE IN LINUX SYSTEMS AND I HAVE AN OLD WINDOWS 32 BITS LAPTOP. PROGRAMS ARE
Google delta_generator
https://www.google.com/search?q=delta_generator&client=ms-android-comcast-us-revc&sca_esv=da71dabda52a3bb7&sxsrf=AHTn8zosEP0BTW0Qh9u9FrTLVD2G-8X9Vw%3A1740603851087&ei=y4G_Z9iEBe-YwbkP4bzTqAY&oq=delta_generator&gs_lp=EhNtb2JpbGUtZ3dzLXdpei1zZXJwIg9kZWx0YV9nZW5lcmF0b3IyCxAuGIAEGJECGIoFMgsQABiABBiRAhiKBTILEAAYgAQYkQIYigUyCxAAGIAEGJECGIoFMgcQABiABBgKMgcQABiABBgKMgQQABgeMgQQABgeSME8UJUUWKszcAJ4AJABA5gBxAGgAegVqgEEMC4xOLgBA8gBAPgBAfgBApgCA6AC0AGoAg_CAgoQABiwAxjWBBhHwgIHECMYJxjqAsICDRAjGPAFGCcYyQIY6gKYAxjxBdlHK9OTng9ciAYBkAYFkgcDMi4xoAfHxwE&sclient=mobile-gws-wiz-serp
And the other an open source
https://github.com/snowwolf725/Payload_Repack_Tool
I AM NOT AN EXPERT PROGRAMMER AND I DON'T HAVE A LINUX SYSTEM ANYWAY TO STUDY THAT.
THE PROBLEM OF KEEPING THE DATE AND MAYBE OTHER ZIP SIGNATURE I COULD NOT SEARCH IT.
If I can SIDELOAD with a ROOTED BOOT.IMG my idea is do adb root to have root privileges despite of OEM is locked and then check properties to see if appears the ones to can do SETPROP AND UNLOCK which are not present unrooted. AFTER THAT, SIDELOAD A NON MODIFIED BETA OTA THAT SHOULD LEAVE THE UNLOCKED OPTION. IF I CAN'T DO THAT MAYBE I CAN PM UNINSTALL THE oobconfig
IF YOU KNOW ANY OTHER ALTERNATIVES. PLEASE LET ME KNOW OR ANY COMMENT THAT YOU CONSIDER.
Fe
MANY THANKS IN ADVANCE.
The text was updated successfully, but these errors were encountered: