Hello everybody,
My sensation xe stucked in boot loop and everytime i try to flash a new rom through the bootloader i get CID incorrect.
The problem is that i didnt supercid my phone before sarting the flash operation ... now i dont have access to my phone only through the bootloader and recovery.
I need anyhelp if i can do something to the cid number through the bootloader or recovery.
Thank you
ali.albazaz said:
Hello everybody,
My sensation xe stucked in boot loop and everytime i try to flash a new rom through the bootloader i get CID incorrect.
The problem is that i didnt supercid my phone before sarting the flash operation ... now i dont have access to my phone only through the bootloader and recovery.
I need anyhelp if i can do something to the cid number through the bootloader or recovery.
Thank you
Click to expand...
Click to collapse
You are in the wrong section. Questions surprisingly enough should go in the Q&A section and not the Development section so you can expect some flaming.
That being said unless you are SuperCID you need to flash a rom that matches your current CID. In order to change the CID you will need to be s-off and you do the changes via bootloader (fastboot). Details can be found below:
xl VipeR lx said:
STEP 4. WRITE SUPER CID [YOU ONLY NEED TO DO THIS ONCE]- (continue from step 11 below if you have already done this)
(allows you to flash ANY ROM to the device regardless of the carrier. Just click RUU.EXE)
1. Download adb tools here: download for WINDOWS or download for LINUX or from the attachments below
2. On your pc click on your local disk C: Drive (or D: drive for some) (WINDOWS users: Start > My computer > Local Disk (C)
3. Create a new folder called "adb" and extract the files from adb.zip into it. Make sure it doesn't create another folder in the adb folder when extracting
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
4. open command prompt (or terminal for linux) and type "cd" "followed by the path to your adb folder" (windows users can type "cd C:\adb")
5. Ensure your phone is switched on (regular home screen) and connect it by USB in charging mode (Ensure usb debugging is on settings)
6. enter the command "adb devices". This is to confirm your phone is connected. (It should come back with list of devices attached and your serial number)
7. enter the command "adb reboot-bootloader". (nothing further required device WILL reboot in bootloader)
IF it doesn't you can Manually put the phone in the bootloader/hboot mode
Navigate to fastboot by pressing volume down and pressing power button to select (power off > vol down + power on)
It will take you to the fastboot bootloader screen on your phone
Connect your phone via USB
Your Screen should now read fastboot USB
8. enter the command "fastboot oem writecid 11111111"
9. enter the command "fastboot reboot-bootloader (Wait for it to reboot the bootloader)
10. enter the command "fastboot getvar cid" [it should confirm your CID is 11111111]
11. enter the command "fastboot reboot"
12. You can now flash any ROM you like.
To reinstall any stock ROM after this or De-brand or reinstall a different type of Rom (European, Asian, US).
Just click here to download an Official Rom,
Connect to your phone in charging mode. click the "RUU_pyramid_*****.exe" file you downloaded and follow on screen instructions.
I can confirm SuperCID is successful as i just flashed a Tmous Rom (1.25.***) to my EU unbranded device to check. (added t-mobile tv and other carrier stuff to my apps list)
Click to expand...
Click to collapse
Related
hello there, i am trying to root my htc one x+
But while typing "fastboot oem get_identifier_token" to unlock the bootloader, i get the response "waiting for device" forever!
on the phone,it is showing "fastboot usb" and also the cell is being detected on normally being connected to the pc!
I even checked the device manager, all the drivers are proper, no exclamation mark near the htc device.
I downloaded the fastboot files from htcdev and ran it. Also downloaded and installed Android SDK as mentioned on htcdev.Also downloaded AdbWinApi.dll and Adb.exe from here:
http://adbshell.com/download/download-adb-for-windows.html
Placed all of them in a separate folder &ran the above command.
Also i copied adbwinapi.dll and adbwinusb.dll in win\system32 just in case.
i also ran the adb.exe
Also turned off the fastboot option on the device
Also restarted the pc and left it overnight just in case....
I have no idea what's going wrong! Any help!
quantum94 said:
hello there, i am trying to root my htc one x+
But while typing "fastboot oem get_identifier_token" to unlock the bootloader, i get the response "waiting for device" forever!
on the phone,it is showing "fastboot usb" and also the cell is being detected on normally being connected to the pc!
I even checked the device manager, all the drivers are proper, no exclamation mark near the htc device.
I downloaded the fastboot files from htcdev and ran it. Also downloaded and installed Android SDK as mentioned on htcdev.Also downloaded AdbWinApi.dll and Adb.exe from here:
http://adbshell.com/download/download-adb-for-windows.html
Placed all of them in a separate folder &ran the above command.
Also i copied adbwinapi.dll and adbwinusb.dll in win\system32 just in case.
i also ran the adb.exe
Also turned off the fastboot option on the device
Also restarted the pc and left it overnight just in case....
I have no idea what's going wrong! Any help!
Click to expand...
Click to collapse
Hello first run
Code:
fastboot devices
if you can see your device the procceed with your command. If you can't see it something is wrong with the fastboot configuration.
root-expert said:
Hello first run
Code:
fastboot devices
if you can see your device the procceed with your command. If you can't see it something is wrong with the fastboot configuration.
Click to expand...
Click to collapse
nopes...on typing "fastboot code", it redirects me to the current directory:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
what to do?
Are you sure you are in fastboot mode?
root-expert said:
Are you sure you are in fastboot mode?
Click to expand...
Click to collapse
pretty sure...u can see the pic at:
What now!? :crying:
quantum94 said:
pretty sure...u can see the pic at:
What now!? :crying:
Click to expand...
Click to collapse
First of all download and install the official andorid sdk from google and then try to run fasyboot from there.
Follow these instruction to install the complete sdk tools.
If this doesn't help try reinstalling your device drivers.
root-expert said:
First of all download and install the official andorid sdk from google and then try to run fasyboot from there.
Follow these instruction to install the complete sdk tools.
If this doesn't help try reinstalling your device drivers.
Click to expand...
Click to collapse
sorry for the late reply....
I tried the same thing on different pc and it worked!
But i have another problem!
I installed cm11 nightly for my on my x plus from here:
http://get.cm/get/qG0
After that my imei has gone blank along with the baseband version.
I did a bit of research and found that by using ruu, u can get the imei back.
So for that i needed turn my s-on to s-off by the foll commands:
adb reboot
if i am not mistaken, while the phone is rebooting i am supposed to put the 2nd command:
adb wait-for-device push firewater /data/local/tmp
The problem here that I think is the phone reboots so fast that i guess the command fails to execute and i get an error saying :
error protocol fault (no status)
So, how to turn off fastboot or quickboot in cm11? There is absolutely no option in the phone. I tried battery settings,power settings, everything!
is there a way to disable fastboot/quickboot in bootloader mode?
plz help!
i was follow the youtube try to flash twrp by the flashify! And I think i flash it to boot not recovery so now it will boot to twrp not OS! How could i fix this? I am new here please tell me the link or sth could be great help :good::good::good:
Thxx
Have you tried using the stock recovery images? They come with instructions for what to do after you unzip it.
finally fix by the rom in here http://forum.xda-developers.com/shi...k-recovery-images-ota-library-guides-t2988881
and the guide
SHIELD TABLET RECOVERY IMAGE FLASHING INSTRUCTIONS
To follow the instructions in this guide, you will need adb and fastboot.
These tools are provided as part of the Android SDK:
http://developer.android.com/sdk/index.html
Before flashing this recovery image to your SHIELD TABLET, connect your SHIELD TABLET
via USB to the PC where you downloaded this recovery image.
Next, put your SHIELD TABLET into fastboot mode using one of the following methods:
SW method:
- Boot to android home screen
- Connect the device to linux/windows system
- Open terminal (on linux); command prompt (on windows).
- Type "adb reboot bootloader" in terminal/command prompt
HW method:
- Turn off the device
- Press "Volume Down" -> "Power", hold "Volume Down" and leave Power buttons till device boots
To flash this recovery image to your SHIELD TABLET, run the following commands from
the directory where you extracted the recovery image package. If this is the
first time you have done this procedure, you must unlock the bootloader (see
below):
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash staging blob
fastboot flash dtb tegra124-tn8-p1761-1270-a04-e-battery.dtb
Unlocking the Bootloader
Your SHIELD TABLET may have shipped with a locked bootloader. To update the device,
you must unlock the bootloader using the following:
- fastboot oem unlock
- Press the "Volume Down" button to select "Unlock bootloader" option on device
- Press the "Power" button to confirm the unlock. Your device's bootloader is now unlocked.
tleung927 said:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
As long as you can get into the boot loader you can always flash the recovery with fastboot in CMD via a PC just need to specify what recovery file you want flashed
Power off the tablet.
Hold the power and volume down buttons till it comes to the boot loader.
Press volume down till you highlight fastboot protocol & press the power button.
(You will need google USB Drivers and ADB for this part)
Then with the tablet connected to the PC via USB and open command prompt with Admin privileges cd to the folder where you extracted ADB. (I put mine in the root of the C: Drive in a folder called ADB) with the TWRP img you downloaded in the ADB folder type "Fastboot flash recovery twrp-2.8.7.1-shieldtablet.img" Without quotes into the Command prompt. (twrp-2.8.7.1-shieldtablet.img is what you would type given you were using that TWRP img)
this will show up.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now your recovery is flashed!
You can then press volume down to highlight the recovery mode on the shield and press power to boot recovery... Flash your favorite rom following its instructions, Make money, Get rich!
Unlocking the Bootloader
Instructions
Setting up ADB & Fastboot
1. Download the 15 Seconds ADB Installer.exe
2. After the download completes, run the 15 Seconds ADB Installer.exe as Administrator.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3. Wait for the 15 Seconds ADB Installer to open.
4. Type Y and hit Enter.
5. Again type Y and hit Enter.
6. And again type Y and hit Enter.
7. A Device Driver Installation Wizard window will pop up. Hit the Next button.
8. Click Finish when it's done.
Running the commands
1. Navigate to -> My Computer -> Local Disk ( C: ) -> ADB folder
2. Holding down the Shift key, right-click on an empty space in the ADB folder
3. Select Open command window here.
4. A Command prompt must' open.
5. Connect the Q386 to the PC via USB cable and then run adb devices and then press Enter
6. If you have setup' everything perfectly, then the Q386 should get detected under List of devices attached
7. Run adb reboot-bootloader to test the connection to the Q386 into Bootloader [Fastboot Mode]
8. The Q386 should now boot into [Fastboot Mode]
9. Run fastboot devices to test the connection to the Q386
10. If fastboot is set up right, you should see the ID printed out
11. Run fastboot oem unlock to unlock the Q386 Bootloader
12. You should get a prompt on the Q386 asking you to press Volume Up to Confirm or Volume Down to Cancel
13. Press Volume up on the Q386
14. Once Bootloader is Unlocked, reboot the Q386 using fastboot reboot
ENJOY!
Spreadtrum SC9832 Micromax Bharat 2 Q402 - Bootloader Unlock
Hi,
I did the exact same thing to unlock bootloader of Micromax Q402, but on bootloader mode Q402 does not show any msg on screen, it is just black / blank screen.
So after giving command "fastboot oem unlock" it stuck, i cannot see anything on mobile screen to proceed. So I give "fastboot reboot" and come out.
I tried many times to unlock bootloader of this device, but nothing.. All the drivers and everything is properly installed.
I want to root this phone anyhow, i tried with Kingroot, Kingoroot, Tunesgo, Dr.Fone Root, but nothing..
Can you please help.. Thanks..
Edit: Well, just to mention, it is already done! Rooted thru Magisk, patch boot.
ketan.xda said:
Hi,
I did the exact same thing to unlock bootloader of Micromax Q402, but on bootloader mode Q402 does not show any msg on screen, it is just black / blank screen.
So after giving command "fastboot oem unlock" it stuck, i cannot see anything on mobile screen to proceed. So I give "fastboot reboot" and come out.
I tried many times to unlock bootloader of this device, but nothing.. All the drivers and everything is properly installed.
I want to root this phone anyhow, i tried with Kingroot, Kingoroot, Tunesgo, Dr.Fone Root, but nothing..
Can you please help.. Thanks..
Edit: Well, just to mention, it is already done! Rooted thru Magisk, patch boot.
Click to expand...
Click to collapse
Hey ! Can you tell me how you rooted Micromax q402 ? And can you send the boot.img ?
Hello Guys! Its Sarthak Roy here,
Actually I am the mod/admin of Realme C3 telegram group. Recently many of them had tried to relock the bootloader without asking me the process and got bricked. So, I thought to make a tutorial for Relocking Bootloader of Realme MTK based devices.
STEP 1: Download the unlock tool again to apply to exit the in-depth test.
STEP 2:Click “Apply to exit in-depth test”. You should manual operation enter the Fastboot mode(Press both the Volume down button and the Power button when power is off).
STEP 3:In the fastboot mode, use the engineering command below on your PC to re-lock the bootloader.
- Enter the command: fastboot reboot bootloader
- Press “Enter” on your keyboard
- Enter the command: fastboot flashing lock
- Press “Enter” on your keyboard
STEP 4: Press the Volume Up button to select the “Lock bootloader” option (or press the Volume Down button to select “Do not lock bootloader" and keep it unlocked).
STEP 5: Then enter command "fastboot reboot”. The phone will reboot and exit the in-depth test mode.
[PS: All user data on the phone will be erased - we recommend you perform a data backup prior to applying.]
Hope you guys understand the steps. If you got any query, feel free to ask me anytime.
Thanks and Bye
Reserved
i flashed the pbrp recovery to my phone without root through fastboot .but i am not able to go in to recovery neither through key combination nor through fastboot .so if i lock my bootloader my custom recovery will be their in the phone .also my phone is not rooted . i can access the adb through the pc but can not access the fastboot so i tried bugjaeger to access fastboot but bugjaeger does not support the fastboot reboot recovery command . what shoul i do
i dont have the stock recovery for rmx2027 .if i get it i will flash that and lock the bootloader
ashwin_tembhekar said:
i flashed the pbrp recovery to my phone without root through fastboot .but i am not able to go in to recovery neither through key combination nor through fastboot .so if i lock my bootloader my custom recovery will be their in the phone .also my phone is not rooted . i can access the adb through the pc but can not access the fastboot so i tried bugjaeger to access fastboot but bugjaeger does not support the fastboot reboot recovery command . what shoul i do
Click to expand...
Click to collapse
Use "adb reboot recovery" when phone is powered on
and use "fastboot reboot recovery" in fastboot mode
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
can anyone help?
Notes:
all data will wiped
Click to expand...
Click to collapse
Install drivers first & reboot
Click to expand...
Click to collapse
windows 7 & 8.1 user may be need to update driver manually there are too many guide for updating driver
Oppo Driver
Adb setup for ColorOs
Adb setup for RealmeUI
Instructions:
Enable usb debugging & oem unlock from devloper option
Go to extracted path of adb setup & run cmd-here.exe
type adb devices
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
After running adb devices output
4. Type adb reboot bootloader
Device should show this message (it is bootloader mode of C2)
5. run fastboot devices
if you get blank output then update driver from device manager just right click on android & select update driver
6. type fastboot flashing unlock
Press Volume Up to unlock bootloader & it will show 3 option but that doesnt work run next command
7. type fastboot reboot
8. after rebooting you will see orange state message you can hide it by flashing zip #removeorangestate
My Device show
But :-
When I try to go in fastboot mod by pressing / hold volume down button + switch off button at a same time so it's not go to fastboot mode Device show this
What it's means ? why this showing ?
MuneebBhai said:
My Device show
View attachment 5380379
But :-
When I try to go in fastboot mod by pressing / hold volume down button + switch off button at a same time so it's not go to fastboot mode Device show this
View attachment 5380383
What it's means ? why this showing ?
Click to expand...
Click to collapse
yhi hai fastboot
MuneebBhai said:
My Device show
View attachment 5380379
But :-
When I try to go in fastboot mod by pressing / hold volume down button + switch off button at a same time so it's not go to fastboot mode Device show this
View attachment 5380383
What it's means ? why this showing ?
Click to expand...
Click to collapse
I'm facing the same issue... did you resolve it? please help.
Siddk said:
Notes:
windows 7 & 8.1 user may be need to update driver manually there are too many guide for updating driver
Oppo Driver
Adb setup for ColorOs
Adb setup for RealmeUI
Instructions:
Enable usb debugging & oem unlock from devloper option
Go to extracted path of adb setup & run cmd-here.exe
type adb devices
After running adb devices output
4. Type adb reboot bootloader
Device should show this message (it is bootloader mode of C2)
5. run fastboot devices
if you get blank output then update driver from device manager just right click on android & select update driver
6. type fastboot flashing unlock
Press Volume Up to unlock bootloader & it will show 3 option but that doesnt work run next command
7. type fastboot reboot
8. after rebooting you will see orange state message you can hide it by flashing zip #removeorangestate
Click to expand...
Click to collapse
please help.
rootedcyver said:
yhi hai fastboot
Click to expand...
Click to collapse
please help.