...ok, niceThe problem is that fastboot is kicking you out of fastboot within a second




...ok, niceThe problem is that fastboot is kicking you out of fastboot within a second
No it's only normal on A12 not on A11....ok, nice
...is this the "normal" behavior on this device??? ...there has to be a "cheat code" to access fastboot ...fastboot has to be accessible, it's the "initial loader", sometimes I call it the "Hypervisor"
...you say, it pops up and suddenly restarts the device ...I think, there is some sequence, bit code or something it is waiting for, just for some milliseconds ...there are routers by AVM using some similar behavior for accessing the bootloader (Adam, I think), where you have to trigger an FTP connection before powering on the router ...did anyone try dumping the USB port with a logic analyzer during this short fastboot period? ...maybe some kind of handshake is needed
![]()
Can you boot a gsi using dsu side loader and pull your boot.img using adb?I have the IV2201 on Android 12. I downloaded the IN rollback package.
It gets to 16% and reboots back into Android 12.
Hopefully this problem gets fixed soon. I just want to be able to use fastboot.
Did you follow the instructions properly? And which A12 version are you onI have the IV2201 on Android 12. I downloaded the IN rollback package.
It gets to 16% and reboots back into Android 12.
Hopefully this problem gets fixed soon. I just want to be able to use fastboot.
Can you boot a gsi using dsu side loader and pull your boot.img using adb?
Did you follow the instructions properly? And which A12 version are you on
Can confirm I also can't get into fastboot anymore. The button combinations or adb reboot bootloader results in a one second fastboot then boots into systemCan you boot a gsi using dsu side loader and pull your boot.img using adb?
You don't need fastboot to boot gsi.Can confirm I also can't get into fastboot anymore. The button combinations or adb reboot bootloader results in a one second fastboot then boots into system
Is this on C.08 ? Version can you post video of itCan confirm I also can't get into fastboot anymore. The button combinations or adb reboot bootloader results in a one second fastboot then boots into system
And you followed the steps that is needed? You didn't unpack the zip?I'm not too sure how to do that but I'll do some reading and try it.
Yes, I've tried it multiple times and never works. Here's my Android version.
Thanks for any help.![]()
No it's the c07 version. I spoke to oneplus support today and they said that they will pass it on to the development team. It would be nice for me not to have to get a new phone alreadyAnd you followed the steps that is needed? You didn't unpack the zip?
You don't need fastboot to boot gsi.
Find a compatible gsi for your device. Load it and reboot when prompted. The custom rom/gsi should load. Then open a terminal on your windows pc in the adb folder and open a adb she'll then confirm your device is detected. :] Adb devices
Which OTA are you on? By OTA I mean security patch. Take a look at the pic for referenceI'm not too sure how to do that but I'll do some reading and try it.
Yes, I've tried it multiple times and never works. Here's my Android version.
Thanks for any help.![]()
Can confirm I also can't get into fastboot anymore. The button combinations or adb reboot bootloader results in a one second fastboot then boots into system
This is why you need to get a gsi working on your device.it might fix the fastbootADB works fine and the device connects without a problem. It's just fastboot that won't work. Rolling back also doesn't work.
Download and install dsuloader.
I'm trying to unlock my bootloader so I can flash a gsi and not use dsu at its not a full "rom". I can't get a dsu to install either always results in an errorI'm not really sure what your trying to achieve. But if you manage to boot a gsi you can pull your entire partition using adb commands and then push the partition to your windows/Mac/linux machine
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
- fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
- fastboot flash recovery recoveryname.img
No GSI will not help at all. Infact they broke bootloader somehowThis is why you need to get a gsi working on your device.it might fix the fastboot
No it's only normal on A12 not on A11....ok, nice
...is this the "normal" behavior on this device??? ...there has to be a "cheat code" to access fastboot ...fastboot has to be accessible, it's the "initial loader", sometimes I call it the "Hypervisor"
...you say, it pops up and suddenly restarts the device ...I think, there is some sequence, bit code or something it is waiting for, just for some milliseconds ...there are routers by AVM using some similar behavior for accessing the bootloader (Adam, I think), where you have to trigger an FTP connection before powering on the router ...did anyone try dumping the USB port with a logic analyzer during this short fastboot period? ...maybe some kind of handshake is needed
![]()
Create job brother.. We only need someone to make a ROM.![]()
Team Win Recovery Project 3.x, or TWRP 3.x for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:#include <std_disclaimer.h> /* * * We are not responsible for bricked devices, dead SD cards, * thermonuclear war, or you getting fired because the alarm app failed. Please * do some research if you have any concerns about features included in this ROM * before flashing it! YOU are choosing to make these modifications, and if * you point the finger at us for messing up your device, we will laugh at you. * */
What works:
Not fully tested main features work
Flash guide:
Code:- fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img - fastboot flash recovery recoveryname.img
Download:
TWRP 3.6.0_11-0 recovery and vbmeta image for IV2201
TWRP download: https://drive.google.com/file/d/13GI1zwmXhWuQ4-8U6TKqacSrZMRE4L17/view?usp=drivesdk
Source code:
GitHub - Ko-Hi-Dev/twrp_iv2201: Twrp device tree for Oneplus Noed CE 2 5G
Twrp device tree for Oneplus Noed CE 2 5G...github.com
Device tree base: https://github.com/oneplus-mt6893-devs/android_device_oneplus_denniz/tree/android-11
Kernel source: Prebuilt kernel from OxygenOS 11.3 A.09
Informations:
TWRP version: 3.6.0_11-0
Created: 2021-08-07
Last Update: 2022-08-07