Stuck at CSC FastBoot Mode - ASUS ZenFone 7 / 7 Pro Questions & Answers

Hello everyone,
i yesterday i bought secondhand Asus Zenphone 7 PRO stucked at CSC Fastboot MODE
When i turn on the phone it pops android icon for 1 sec then it goes automatically to CSC FastBoot Mode, then you can choose between START, Restart bootloader, Recovery mode, and Power OFF.
When you choose one of them they restart phone and again 1 sec android icon (sometimes charging icon also ) and then CSC fastboot mode .,
On PC the device can be recognise like ASUS BOATLOADER , after installing drivers it shows like Android ADB device.
Tried with platform-tools_r30.0.4-windows , on adb devices it now shows up , but when i type fasboot device it shows the serial number of my phone, and i can restart it with /fastboot reboot.
Thats all i tried stuck at this point.
Greetings

The only way to fix this is flash a full stock image.
This happened to me while trying to root. After unlocking, installing twrp, and following the rest of the directions kept booting back into twrp. After messing around with it a few more times it gave me an error that the system was corrupt and would not allow booting into anything other than crc fastboot. I was crapping my pants at the thought that I just bricked my new phone. But after a little more research I found the asus flashing tool and full image.
This is the specific link I got the flashing tool from. I see there are other versions if I do a google search. But I used this one and know it worked fine.
AFT_ASUS
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
Then I grabbed this zip file, and the latest firmware from asus website. I saw the firmware from Asus was almost half the size so I was unsure what it may have been missing. Which is why I flashed the larger file from Mega first.
Also, the flashing tool gives an error about missing a frp account, you don't have to worry about that. The flashing tool likes to be started before the phone is connected as well. So if you start it and it doesn't see the phone, disconnect and reconnect and it should pop up.
Then just pick the first zip file in the tool and hit start. It took almost 10 minutes to fully write everything for me. plugged into a usb 3 port. When it is done restart it and it should be like a factory phone again. After setting it up, I copied the smaller zip i grabbed from asus to update it onto the sdcard. As soon as it was done copying the system automatically saw the zip as an update and asked if I wanted to install it.

Joeb2000 said:
The only way to fix this is flash a full stock image.
This happened to me while trying to root. After unlocking, installing twrp, and following the rest of the directions kept booting back into twrp. After messing around with it a few more times it gave me an error that the system was corrupt and would not allow booting into anything other than crc fastboot. I was crapping my pants at the thought that I just bricked my new phone. But after a little more research I found the asus flashing tool and full image.
This is the specific link I got the flashing tool from. I see there are other versions if I do a google search. But I used this one and know it worked fine.
AFT_ASUS
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
Then I grabbed this zip file, and the latest firmware from asus website. I saw the firmware from Asus was almost half the size so I was unsure what it may have been missing. Which is why I flashed the larger file from Mega first.
Also, the flashing tool gives an error about missing a frp account, you don't have to worry about that. The flashing tool likes to be started before the phone is connected as well. So if you start it and it doesn't see the phone, disconnect and reconnect and it should pop up.
Then just pick the first zip file in the tool and hit start. It took almost 10 minutes to fully write everything for me. plugged into a usb 3 port. When it is done restart it and it should be like a factory phone again. After setting it up, I copied the smaller zip i grabbed from asus to update it onto the sdcard. As soon as it was done copying the system automatically saw the zip as an update and asked if I wanted to install it.
Click to expand...
Click to collapse
hello friend
you seemt to be knowledgable, do you know how i can root my zenfone 7, have you managed to root yours or get twrp installed?

articoceanic said:
hello friend
you seemt to be knowledgable, do you know how i can root my zenfone 7, have you managed to root yours or get twrp installed?
Click to expand...
Click to collapse
I was able to root mine, but the method with TWRP kept giving me a bootloop so I had to use a different way.
I used the "Method 2" listed here.
How to Install Magisk and Root Android Devices with it [2 Methods]
In this comprehensive guide, we will show you how to install Magisk Universal Systemless Interface to root Android devices. There are two different methods to install it – First…
www.thecustomdroid.com
Just make sure you pay attention to the pre-req's both the main and the method 2 specific ones.
Then it will basically go like this (assuming you already unlocked your bootloader and have adb and usb drivers already installed).
Grab latest firmware from Asus.
Copy the firmware zip to your phone storage and let it update. usually after you copy the zip and unplug your phone the system sees the update and asks if you want to apply it.
Download and install Python.
Grab payload dumper I attached to this post and extract the contents to your Python install directory.
Open the firmware zip and pull out the "payload.bin" file and put it in your python directory.
Open a command window in the python directory and run these 2 commands.
python -m pip install protobuf
python payload_dumper.py payload.bin
While that is extracting, download the latest Magisk apk, then copy it to your phone and install it.
In your python directory there should be a new folder called "output" look and see if the "boot.img" is done extracting. its the only thing you really need from it. Copy that boot.img file your phone storage (SD card preferrable if you have one).
Open Magisk manager on your phone, click "install" next to Magisk. It will ask for the method, choose to patch a file. Then select the boot.img file you copied.
After it is done look in your phones download folder for a "Magisk_Patched.img", copy that file to your adb folder.
Reboot your phone into fastboot mode.
Open command window in your adb folder. and run these commands
fastboot devices
fastboot flash boot magisk_patched.img
The first one should list your phone, if it does not, you don't have it in fastboot mode. I had that problem at first, I had it in recovery instead of fastboot.
After it is done flashing, reboot your phone with
fastboot reboot
Then you should be ready to go, although I had to go back in the manager and install Magisk a second time myself. Plus I had to use the manager to install the "Magisk hide" module and hide it from a few apps. Things like google pay don't like to work if it detects root. But hiding it from that app works great.

I am having the same problem. The AFT_Asus tool from above doesnt seem to work any more, saying too old on installation.
What I have found is Asus_Zenfonr_FlashTool_v2.0.1, which installs ok.
After starting the app and connecting the fone, I get disconnected and a warning that battery is at -1%, which is not true, its fully charged. There is nothing more I can do, Browse asks to connect the fone, hitting yes shows the same screen again.
Did somebody else run into this problem or has a working Asus flash tool?

Same issue please help

23598685 said:
I am having the same problem. The AFT_Asus tool from above doesnt seem to work any more, saying too old on installation.
What I have found is Asus_Zenfonr_FlashTool_v2.0.1, which installs ok.
After starting the app and connecting the fone, I get disconnected and a warning that battery is at -1%, which is not true, its fully charged. There is nothing more I can do, Browse asks to connect the fone, hitting yes shows the same screen again.
Did somebody else run into this problem or has a working Asus flash tool?
View attachment 5379741
Click to expand...
Click to collapse
IronSingh said:
Same issue please help
Click to expand...
Click to collapse
You did correct getting the new version, but you also need an updated driver.
I found one that works. The phone still says it is 0%, but it let me connect it this time and after selecting the image lit up the start button. I didn't want to completely wipe my phone at the time and try to redo everything so I did not hit start, but at least you can install the new drivers and give it a try yourself.
I got them from here.
Zenfone 8|Phones|ASUS USA
A new compact powerful choice: Flagship 5G processor · 120Hz AMOLED display · 4000mAh battery · Pro-grade dual rear and front camera · IP68 water resistant
www.asus.com
For some reason they don't even list the zenfone 7. it goes from 6 to 8.
But you can select the windows 8.1 64bit drivers (or x86 if you are running a 32bit system). Download and install those. It may have you reboot after, please do it.
Just in case you do not know how to install these kind of drivers. Simply extract the zip, then inside go into the "windows_xp_vista_7_8_8.1" folder, then into the "android" folder, and there will be a file called "android_winusb.inf" unless you have file extensions hidden, then it won't have the .inf on the end. But simply right click on it and it should say "install" as the second option on your right click menu. Just click on install and it should only take a couple seconds.

Thanks but I unpacked the latest zip from on official site and then just fastboot flashed everything. I have a custom script if someone wants.

Joeb2000 said:
The only way to fix this is flash a full stock image.
snip
Then I grabbed this zip file, and the latest firmware from asus website.
Click to expand...
Click to collapse
Man thank you very much for your help. I was able to recover the device using the zip file.
I was never able to get the flash tool working, the device did not connect. Even with the latest USB drivers.
How I got is working is download and unzipped the zip file from above, connected using fastboot , then ran dl_multiple_update_image.sh.
I am on Linux and had to buy a Windows 10 notebook just for this crappy flash tool, looks like this was not needed. If anybody is on Windows, there is a dl_multiple_update_image.bat file included in the Zip file.

23598685 said:
Man thank you very much for your help. I was able to recover the device using the zip file.
I was never able to get the flash tool working, the device did not connect. Even with the latest USB drivers.
How I got is working is download and unzipped the zip file from above, connected using fastboot , then ran dl_multiple_update_image.sh.
I am on Linux and had to buy a Windows 10 notebook just for this crappy flash tool, looks like this was not needed. If anybody is on Windows, there is a dl_multiple_update_image.bat file included in the Zip file.
Click to expand...
Click to collapse
Um virtual box?
and this is latest
you can also fastboot to recover

Try to flash with RAW
WW-ZS670KS-31.0210.0210.287-REL-2207-M3.35.19.26-SM8250_001522-ASUS_1.1.1-user-20220727.zip

digitalmaxMG said:
Olá pessoal,
ontem eu comprei o Asus Zenphone 7 PRO de segunda mão preso no CSC Fastboot MODE
Quando ligo ou telefone, aparece o ícone do Android por 1 segundo, depois vai automaticamente para o modo CSC FastBoot, então você pode escolher entre INICIAR, Reiniciar ou carregador de inicialização, Modo de recuperação e Desligar.
Quando você escolher um deles, eles reiniciam o telefone e novamente 1 segundo ícone do Android (às vezes também ícone de carregamento) e, em seguida, o modo CSC fastboot.,
No PC, o dispositivo pode ser reconhecido como ASUS BOATLOADER, depois de instalar os drivers, ele mostra como um Android ADB.
Tentei com platform-tools_r30.0.4-windows , em dispositivos adb agora aparece, mas quando digito fasboot device, ele mostra o número da série do meu telefone e posso reiniciá-lo com / fastboot reboot.
Isso é tudo que eu tentei neste momento.
Saudações
Click to expand...
Click to collapse
Joeb2000 said:
A única maneira de corrigir isso é fazer o flash de uma imagem completa.
Isso aconteceu comigo ao tentar fazer o root. Depois de desbloquear, instalar o twrp e seguir o restante das instruções, continuei inicializando novamente no twrp. Depois de brincar com ele mais algumas vezes, deu-me um erro de que o sistema estava corrompido e não permitiria a inicialização em nada além do crc fastboot. Eu estava cagando nas calças com o pensamento de que acabei de emparedar meu novo telefone. Mas depois de um pouco mais de pesquisa, encontrei a ferramenta de flash da asus e a imagem completa.
Este é o link específico de onde peguei a ferramenta piscando. Vejo que existem outras versões se eu fizer uma pesquisa no google. Mas eu usei este e sei que funcionou bem.
AFT_ASUS
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
Então peguei este arquivo zip e o firmware mais recente do site da asus. Vi que o firmware da Asus tinha quase metade do tamanho, então não tinha certeza do que poderia estar faltando. É por isso que eu pisquei o arquivo maior do Mega primeiro.
Além disso, a ferramenta piscando dá um erro sobre a falta de uma conta frp, você não precisa se preocupar com isso. A ferramenta intermitente também gosta de ser iniciada antes que o telefone seja conectado. Portanto, se você iniciá-lo e ele não vir o telefone, desconecte e reconecte e ele deverá aparecer.
Em seguida, basta escolher o primeiro arquivo zip na ferramenta e clicar em iniciar. Demorou quase 10 minutos para escrever tudo para mim. conectado a uma porta usb 3. Quando terminar, reinicie-o e ele deverá estar como um telefone de fábrica novamente. Depois de configurá-lo, copiei o zip menor que peguei da asus para atualizá-lo no sdcard. Assim que terminou de copiar o sistema automaticamente viu o zip como uma atualização e perguntou se eu queria instalá-lo.
Click to expand...
Click to collapse
Eu tenho um rog 3 e tenho o mesmo problema. Não consigo encontrar o celular no pc para fazer os procedimentos. Instalei drivers e ainda não consigo encontrar o dispositivo, você pode me ajudar?

Widney2 said:
Eu tenho um rog 3 e tenho o mesmo problema. Não consigo encontrar o celular no pc para fazer os procedimentos. Instalei drivers e ainda não consigo encontrar o dispositivo, você pode me ajudar?
View attachment 5689357
View attachment 5689355
Click to expand...
Click to collapse
First of all english please. What Machine are you on Windows, Mac, Linux?
If your on windows please share screenshot of your Device Manager

IronSingh said:
First of all english please. What Machine are you on Windows, Mac, Linux?
If your on windows please share screenshot of your Device Manager
Click to expand...
Click to collapse
Worse, I wrote everything in English before sending.
Windows 10.

Widney2 said:
Worse, I wrote everything in English before sending.
Windows 10.
Click to expand...
Click to collapse
Update your windows and install the drivers
https://mega.nz/folder/OjpFmSQb#MLT96tXlhzmKbtGWtXrApQ drivers

IronSingh said:
Update your windows and install the drivers
https://mega.nz/folder/OjpFmSQb#MLT96tXlhzmKbtGWtXrApQ drivers
Click to expand...
Click to collapse
I did the procedure with this driver installed and it does not find the device rog phone 3 and I have already installed many drivers and finally this one that you sent me I could not find in adb and asus flash tool, thank you very much for your help.

Widney2 said:
I did the procedure with this driver installed and it does not find the device rog phone 3 and I have already installed many drivers and finally this one that you sent me I could not find in adb and asus flash tool, thank you very much for your help.
Click to expand...
Click to collapse
Your device manager stays the same?

IronSingh said:
Your device manager stays the same?
Click to expand...
Click to collapse
Yes

Widney2 said:
Yes
Click to expand...
Click to collapse
download this install it and then Update windows.

Related

[ROM] LG K4 K120E PreRooted stock rom 5.1.1 Lollipop with SuperSU!

The newer builds above 2016-01-01 cant be rooted with KingoRoot or KingRoot any more but if you want to downgrade and be rooted you can use this good luck
>>LG K4 K120E<< is rooted with SuperSU!
Android Version: 5.1.1
Patch Level: 2016-01-01
Kernel Version: 3.10.65
Buildnumber: LMY47V
Baseband Number: MOLY.LR9.W1530.MD.LWTG.TC01.SP.E1LTE.V1.P2
Software Version: V10I-EUR-XX
Download Link:
https://mega.nz/#F!rshTgL7a!MPQ_qnVjfHnMgSuwHbtE9g
You can flash it with Smart Phone flash Tool.
The scatter file for LG K4 K120E is below.
WARNING!!!!! FLASH AT YOUR OWN RISK!
Download Smart Phone Flash Tool Windows:
https://androidmtk.com/smart-phone-flash-tool
It works for me so it will work for you guys to!
First, thanks for this.
I own a K130E, which has the same hardware specs but sold outside EU, is it safe to try this?
I'm worried that the mobile op. won't recognize it anymore (it's my first time flashing a rom so I don't know if that makes sense or not).
thomasgf22 said:
First, thanks for this.
I own a K130E, which has the same hardware specs but sold outside EU, is it safe to try this?
I'm worried that the mobile op. won't recognize it anymore (it's my first time flashing a rom so I don't know if that makes sense or not).
Click to expand...
Click to collapse
i wish i could tell you but i cant tell you if its working or not because i dont have a K130E and cant test it out sorry man i have to leave to you
Please, give us instructions how to install the ROM
Thanks
So, I'm yet another one who's asking for help. Not because I can't flash a ROM, but because I have never used this program before and I really don't have the time to explore and explain to myself what this and that setting does. So, by replying to this thread, you would do yourself a favor (not getting any more notifications from people in this thread trying to figure out how it works) and me and much more guys like me (by telling us how it's done, since there are no other places on the Internet regarding the root of this phone).
EDIT: I figured it out, after 2 hours.
So, here we go:
Before you start this, make sure you have the LG drivers installed! If not, connect the phone to your PC and in the notification center, select the notifiaction that says "Device connected as ___". It will open up another window. Press on the three dots in the up right side of the screen and select "Install drivers", if the phone doesn't ask for this as soon as the window is opened. The driver installer should pop in your computer. I guess you know what to do with what popped up.
1st: Create a Mega account, if you don't already have one, you'll understand later why. Download and extract the ROM that the OP is giving link to. If you're using Firefox, get Chrome and download it from there as the file is hosted on Mega, which won't store almost anything if on Firefox. So, open the ROM link in Chrome and log into your Mega account. Now, open the link again, right click on that folder and select "Download as .zip" file. Chrome should ask for permission to let Mega store things on your PC, allow it.
2nd: After the download is ready, extract it somewhere you won't forget it's there.
3rd: Download Smart Phone Flash tool. Select last version compatible with Windows PC and, after it's downloaded, extract it. Right click on flash_tool.exe, go to compatibility tab and select "Run program as Administrator".
4th: Download Scatter file - right click on the attached file to this thread and select "Save as…" and click OK. The file should be saved in your Downloads folder.
5th: Open flash_tool.exe and go to download tab. Select "Scatter-Loading" and point to the file downloaded at step 4. VERY IMPORTANT!! DON'T MODIFY ANYTHING!! LET EVERYTHING AS THE PROGRAM SEES AND CONFIGURES IT!!
6th: You will see that only "system" is checked, but it isn't pointed to any file. Under the directory tab, you'll have to click on the empty space and point to where you extracted the ROM, at the file system.img.
7th: If your phone is on, turn it off and remove its battery.
8th: In flash_tool, press download. Now, connect your device to the computer and do a short "Volume Up" button press. The program will detect the phone and it will start the flashing process, which will take ~5 minutes.
9th: After the flash is done, you can close the program and disconnect your phone. Plug the battery back in and power the phone back up. After it boots up, you may get com.android.phone errors or something similar. You will have to get to Settings-Backup&Reset and reset the phone. After it's been reset, you will be able to enjoy your rooted LG K4. Good luck!
Thank you, OP for this thing. Also, some extra information, this is ranked as "Hard" to root phone by Root Checker and it is ~4600th hardest to root out of 5600 phone model numbers registered in Root Checker. Didn't expect that.
antoniu200 said:
So, I'm yet another one who's asking for help. Not because I can't flash a ROM, but because I have never used this program before and I really don't have the time to explore and explain to myself what this and that setting does. So, by replying to this thread, you would do yourself a favor (not getting any more notifications from people in this thread trying to figure out how it works) and me and much more guys like me (by telling us how it's done, since there are no other places on the Internet regarding the root of this phone).
EDIT: I figured it out, after 2 hours.
So, here we go:
Before you start this, make sure you have the LG drivers installed! If not, connect the phone to your PC and in the notification center, select the notifiaction that says "Device connected as ___". It will open up another window. Press on the three dots in the up right side of the screen and select "Install drivers", if the phone doesn't ask for this as soon as the window is opened. The driver installer should pop in your computer. I guess you know what to do with what popped up.
1st: Create a Mega account, if you don't already have one, you'll understand later why. Download and extract the ROM that the OP is giving link to. If you're using Firefox, get Chrome and download it from there as the file is hosted on Mega, which won't store almost anything if on Firefox. So, open the ROM link in Chrome and log into your Mega account. Now, open the link again, right click on that folder and select "Download as .zip" file. Chrome should ask for permission to let Mega store things on your PC, allow it.
2nd: After the download is ready, extract it somewhere you won't forget it's there.
3rd: Download Smart Phone Flash tool. Select last version compatible with Windows PC and, after it's downloaded, extract it. Right click on flash_tool.exe, go to compatibility tab and select "Run program as Administrator".
4th: Download Scatter file - right click on the attached file to this thread and select "Save as…" and click OK. The file should be saved in your Downloads folder.
5th: Open flash_tool.exe and go to download tab. Select "Scatter-Loading" and point to the file downloaded at step 4. VERY IMPORTANT!! DON'T MODIFY ANYTHING!! LET EVERYTHING AS THE PROGRAM SEES AND CONFIGURES IT!!
6th: You will see that only "system" is checked, but it isn't pointed to any file. Under the directory tab, you'll have to click on the empty space and point to where you extracted the ROM, at the file system.img.
7th: If your phone is on, turn it off and remove its battery.
8th: In flash_tool, press download. Now, connect your device to the computer and do a short "Volume Up" button press. The program will detect the phone and it will start the flashing process, which will take ~5 minutes.
9th: After the flash is done, you can close the program and disconnect your phone. Plug the battery back in and power the phone back up. After it boots up, you may get com.android.phone errors or something similar. You will have to get to Settings-Backup&Reset and reset the phone. After it's been reset, you will be able to enjoy your rooted LG K4. Good luck!
Thank you, OP for this thing. Also, some extra information, this is ranked as "Hard" to root phone by Root Checker and it is ~4600th hardest to root out of 5600 phone model numbers registered in Root Checker. Didn't expect that.
Click to expand...
Click to collapse
your welcome man!!!
I ****ed up... :S
Hey guys, damn i was so happy to see this sh!t because I bricked my phone hard when i was playing with some settings in the root directory and I was playing around with the write and read functions because I was trying to be able to write and format my sd card on my PC and anyways it ****ed up my settings so i had this "Bluetooth stopped working" or whatever pop up every 1 sec and no connection could load because of it so it was basically bricked i tried hard reset, didn't work so i was going to flash so i first tried the LG flash thingie, didn't detect the phone and when the LG mobile support tool was starting then it didn't detect the file and everything was just not going right, so in the end i found the software smart phone flash tool and researched a bit and found this thread here with the scatter file and img, so anyways i ****ed up when i was going to flash the phone with this software because i thought download meant literally downloading the software online so i checked in format all + download and left it all blank
then i held the volume button for a long time but did not see any recovery panel or anything but i saw the software load every once a while but still phone screen black so i thought that the reason the software was showing loading every once n a while was because it was maybe trying to detect the phone but not being able to so i took the cable out and then i got some error, so i thought damn maybe it was really extracting some files or something, so i think that i basically formatted the phone and download does mean extract?!?! or what?? does it download files or you have to input them manually ?
if that is the case then can you guys help me locate the missing files from a full format?
that is tee1, tee2, preloader, user data
---- EDIT ----
ok now I tried without using the above I requested and I get this error
hxxp://imgur.com/a/G0g69
--- EDIT 2 -----
Seems most information says that my preloader is corrupt and i am trying to have mtk droid root detect my phone which is identical in model and going to dump the data from there through a backup and cross my fingers hoping that the preloader is also in there and (which is going very badly since my authorization does never pop up after i enabled debugging and it never pops up in mtk and I tried reinstalling and installing and uninstalling about every single driver out there and about 10 restarts so trying to figure that out, if someone can dump the preloader it would be good
---- EDIT 3 ------
I was able to get my phone out of hard brick mode and here is a full download to what i used https://mega.nz/#!jwdSwT7T!Tn3rPS0LeZoP74ShK_7_jsqJr8ZJQ7Lg8l1OZ6Bri1Y <<< it is stock firmware 2016 with ALL software included to fix if you get in a hard brick situation or brick your device somehow then you can do a full restore from this I did a full restore with preloader and now I am only installing this pre-rooted version and it works fine, anyways all ended well and if you have any trouble with LG K 4 bricking then use this what I posted and sometimes it's good to only upload the preloader first with no battery in phone and then taking the cable from the phone and putting the battery in and then flashing all the rest with the battery and then taking cable out and starting the phone
-----THE FIX-----
Rooted lg K120AR
Hello friends of the forum I tried this rom on my LG K120AR (from Argentina) and it works correctly !!!
Thank you very much for the help!!
:laugh:
Hola , que dejaste seleccionado para flashear el 120
Hola , que dejaste seleccionado para flashear el 120ar soy de argentina tambien lo hice como decia ahi y no me pasa del logo de LG y el driver de mtp me salta error no me deja instalarlo de niguna forma para flshear lo de stock
Facufox87 said:
Hola , que dejaste seleccionado para flashear el 120ar soy de argentina tambien lo hice como decia ahi y no me pasa del logo de LG y el driver de mtp me salta error no me deja instalarlo de niguna forma para flshear lo de stock
Click to expand...
Click to collapse
justo estaba por flashearlo y vi tu comentario , es imposible rootear este aparato parece
alelovecraft said:
justo estaba por flashearlo y vi tu comentario , es imposible rootear este aparato parece
Click to expand...
Click to collapse
Entonces no es viable flashearlo?
Es una mierda todos los smarts que tuve antes los podía cocinar de cualquier forma, este nose deja porque los de LG los hicieron así, no voy a volver a comprar un LG.
RagnarLodbrokARG said:
Entonces no es viable flashearlo?
Es una mierda todos los smarts que tuve antes los podía cocinar de cualquier forma, este nose deja porque los de LG los hicieron así, no voy a volver a comprar un LG.
Click to expand...
Click to collapse
Si funcióna nada mas que el flaco que explica nada que ver todo para el culo te dice, tenes que ponel el scatter en la carpeta donde descomprimiste la rom rooteada y y en el flash tool elegí el scatter y no toques nada dale a download y listo capo , luego hace un reseteo de fábrica y ya esta rooteada esta mierda
Compa que mas hay que hacer no me reconoce el CEL, es con bateria, y en modo actulizar firmware, si le quito la bateria no lo hace nada el programa
gariasaya said:
Compa que mas hay que hacer no me reconoce el CEL, es con bateria, y en modo actulizar firmware, si le quito la bateria no lo hace nada el programa
Click to expand...
Click to collapse
Tenes que tener los driver univerales lg y presionar la tecla volumen + cuando conectas el cel a la pc en modo download
alelovecraft said:
Tenes que tener los driver univerales lg y presionar la tecla volumen + cuando conectas el cel a la pc en modo download
Click to expand...
Click to collapse
Ok vamos a probarlo así [emoji106]
Enviado desde mi LG-D850 mediante Tapatalk
gariasaya said:
Ok vamos a probarlo así [emoji106]
Enviado desde mi LG-D850 mediante Tapatalk
Click to expand...
Click to collapse
Y con la batería puesta
eniak1 said:
Hello friends of the forum I tried this rom on my LG K120AR (from Argentina) and it works correctly !!!
Thank you very much for the help!!
:laugh:
Click to expand...
Click to collapse
Como hiciste ? podrias ayudarme tambien soy de argentina mi problema es que el mio esta en banda negativa y quiero hacerlo root para sacarlo de banda
my phone in a hard brick dead...
my phone in a hard brick dead...
I tried the solutions here without success
Getting random errors 4032, 5054. 0x0FC0..
there is a solution?
I know this is random but. mine is lg k4 with marshmallow version but since I messed with it now it is lollipop. and some features are not working properly. like the cellular data for example. I tried searching for my official firmware years passed but no luck. can anyone help me. or any suggestion.

Question Oneplus 9 CN version first steps

Hi all,
I've been reading a lot before creating this post and still have doubts.
I have a Oneplus 9 CN version that came with Global ROM, I want to root it and be able to update it with OTA, as I've been doing with My OP6T.
Do I have to unlock bootloader first? How?
ROMs of EU/Global version are valid for CN Version?
Thanks
yeah super simple bro, same phone i Got
First, go to about phone, click on Build Number 7 Times.
Then back to System > Developer Options, click the OEM Unlocking Tab, also scroll down and click the USB Debugging tab.
then to your computer, make sure you have ADB and Fastboot program installed.
- SDK Platforms.
Then go to the folder or if you have ADB installed. Click the "path" bar and tyif pe CMD and hit enter
your command prompt will no open. Connect the phone to the computer.
Type
- adb devices
if it shows your device, were good and connected. It will show a prompt, "Allow Devices" click allow always.
now you need to Download "twrp.img" from the twrp website. also download the latest Magisk and put both files into the Platforms folder or wherever you download ADB and Fastboot.
once you have that done.
go back to your command window.
type
- adb reboot bootloader
now we are in fastboot mode
type
- fastboot boot twrp.img
it will boot into TWRP recovery.
go to Advanced tab, click Flash current TWRP
now go back to advanced and click ADB Sideload
now back to command window
type
- adb sideload Magisk2022.zip "or whatever you have it named.
it will flash Magisk, once that is done, you are Bootloader Unlocked and Now Rooted.
open the app on the phone and follow the prompts. click updates if it says update on both
always do "direct install" on the first one. Unless you do an update of some sort. Then you do "inactive slot"
any other questions brother, feel free to holler at me. Hope this helps. Hope you got the 12GB/256GB phone.
Many blessings
illusiveairforce said:
Primeiro, vá para sobre o telefone, clique em Build Number 7 Times.
Em seguida, volte para Sistema> Opções do desenvolvedor, clique na guia Desbloqueio OEM, role para baixo e clique na guia Depuração USB.
em seguida, para o seu computador, certifique-se de ter o programa ADB e Fastboot instalado.
- Plataformas SDK.
Em seguida, vá para a pasta ou se você tiver o ADB instalado. Clique na barra "path" e tyif pe CMD e pressione enter
seu prompt de comando não será aberto. Conecte o telefone ao computador.
Tipo
- dispositivos adb
se mostra seu aparelho, estava bom e conectado. Ele mostrará um prompt, "Permitir dispositivos" clique em permitir sempre.
agora você precisa baixar "twrp.img" do site twrp. também baixe o Magisk mais recente e coloque os dois arquivos na pasta Plataformas ou onde quer que você baixe o ADB e o Fastboot.
uma vez que você tenha feito isso.
volte para sua janela de comando.
tipo
- bootloader de reinicialização do adb
agora estamos no modo fastboot
tipo
- inicialização rápida twrp.img
ele inicializará na recuperação do TWRP.
vá para o guia avançado, clique em Flash atual TWRP
agora volte para avançar e clique em ADB Sideload
agora de volta à janela de comando
tipo
-b sideload Magisk2022.zip "ou o que você configurou anúncio.
ele irá piscar o Magisk, uma vez feito isso, você está com o Bootloader desbloqueado e agora enraizado.
abra o aplicativo no telefone e siga as instruções. clique em atualizações se disser atualização em ambos
sempre fachada "instalação direta" no primeiro. A menos que você faça uma atualização de algum tipo. Então você faz "slot inativo"
qualquer outra pergunta irmão, sinta-se à vontade para gritar comigo. Espero que isto ajude. Espero que você tenha o telefone de 12 GB/256 GB.
Muitas benções
Click to expand...
Click to collapse
You could make a video , teach this in video , it would help the Oneplus 9 community a lot , because there is no video or someone to show this
illusiveairforce said:
First, go to about phone, click on Build Number 7 Times.
Then back to System > Developer Options, click the OEM Unlocking Tab, also scroll down and click the USB Debugging tab.
then to your computer, make sure you have ADB and Fastboot program installed.
- SDK Platforms.
Then go to the folder or if you have ADB installed. Click the "path" bar and tyif pe CMD and hit enter
your command prompt will no open. Connect the phone to the computer.
Type
- adb devices
if it shows your device, were good and connected. It will show a prompt, "Allow Devices" click allow always.
now you need to Download "twrp.img" from the twrp website. also download the latest Magisk and put both files into the Platforms folder or wherever you download ADB and Fastboot.
once you have that done.
go back to your command window.
type
- adb reboot bootloader
now we are in fastboot mode
type
- fastboot boot twrp.img
it will boot into TWRP recovery.
go to Advanced tab, click Flash current TWRP
now go back to advanced and click ADB Sideload
now back to command window
type
- adb sideload Magisk2022.zip "or whatever you have it named.
it will flash Magisk, once that is done, you are Bootloader Unlocked and Now Rooted.
open the app on the phone and follow the prompts. click updates if it says update on both
always do "direct install" on the first one. Unless you do an update of some sort. Then you do "inactive slot"
any other questions brother, feel free to holler at me. Hope this helps. Hope you got the 12GB/256GB phone.
Many blessings
Click to expand...
Click to collapse
Thanks a lot! It comes with Global ROM, but I'm not sure this is a chinese version with ads...
I guess I prefer flashing EU/Global oficial versión.
When should I do it? After unlocking bootloader?
Thanks again
I have the same model and upgraded to android v12 do I do same steps or I have to downgrade to v11 first ?
Also, from security point of view what is the possipility of collecting my phone data after unlocking my boot loader ! is that true ?
Thanks in advance

Question One ui 5 beta A52

Did someone capture one ui 5.0 beta for A52
hi i am from india but how can i install one ui 5 beta can you help me?
Open samsung members app and find samsung a52 beta programme, then click on the image and enroll.
lukamaster1 said:
Samsung üyeler uygulamasını açın ve samsung a52 beta programını bulun, ardından resme tıklayın ve kaydolun.
Click to expand...
Click to collapse
sorry but i spelled it wrong
i am not from india
lukamaster1 said:
Open samsung members app and find samsung a52 beta programme, then click on the image and enroll.
Click to expand...
Click to collapse
sorry but i spelled it wrong
i am not from india
lukamaster1 said:
Did someone capture one ui 5.0 beta for A52
Click to expand...
Click to collapse
Yes, I flashed it by changing by csc to INS and installing a zip. I went back to one ui 4.1 because I couldn't install Magisk without bootloop.
Anyway, here are the steps (for A52 4g variant only):
1. Download indian region ROM using Bifrost https://github.com/zacharee/SamloaderKotlin/releases/tag/1.0.11 (Type model as SM-A525F and Region as INS)
2. Flash the indian firmware files through odin.
3. Boot up and do basic device setup.
4. Remove the sim card to make sure samsung doesn't detect CSC using it.
5. Follow this youtube guide to change CSC to INS now. Make sure to use SamFW FRP tool 2.8. If you use the latest version, it will fail. I downloaded this from https://www.softwarecrackguru.com/2022/06/samfw-frp-tool-28-latest-version-setup.html
6. Don't insert your sim card yet. If you do, phone will detect and change csc back.
7. If you don't have a telegram account, open one and go to this message https://t.me/a525xx/58259
8. download the bin file and rename it to update.zip as given in instructions.
9. Make sure you have adb installed in your PC. You can find hundreds of guides on the web.
10. Move the update.zip file to the platform tools folder of your adb.
11. If you have more than 80 percent charge, Turn off your phone. Connect your phone to PC with usb cable and press and hold the power and volume up keys until the recovery appears.
12. Use volume keys to navigate and select ADB update.
13. Launch adb cmd on windows and type adb sideload update.zip and press Enter.
14. Wait for a while for the installation to complete. When it does simply reboot and done. One ui 5 installed. You can insert sim card now, phone will detect and change csc again, but you will still have one ui 5 installed.
If anyone tries this and manages to install magisk, let me know. I tried many ways but it always led to bootloop. I got frustrated and went back to android 12 only for root.
BTW, this update is not worth installing, very minor changes.
thank you
barryallen3038 said:
Yes, I flashed it by changing by csc to INS and installing a zip. I went back to one ui 4.1 because I couldn't install Magisk without bootloop.
Anyway, here are the steps (for A52 4g variant only):
1. Download indian region ROM using Bifrost https://github.com/zacharee/SamloaderKotlin/releases/tag/1.0.11 through Odin if you flashed Magisk earlier. (Type model as SM-A525F and Region as INS)
2. Flash the indian firmware files through odin.
3. Boot up and do basic device setup.
4. Remove the sim card to make sure samsung doesn't detect CSC using it.
5. Follow this youtube guide to change CSC to INS now. Make sure to use SamFW FRP tool 2.8. If you use the latest version, it will fail. I downloaded this from https://www.softwarecrackguru.com/2022/06/samfw-frp-tool-28-latest-version-setup.html
6. Don't insert your sim card yet. If you do, phone will detect and change csc back.
7. If you don't have a telegram account, open one and go to this message https://t.me/a525xx/58259
8. download the bin file and rename it to update.zip as given in instructions.
9. Make sure you have adb installed in your PC. You can find hundreds of guides on the web.
10. Move the update.zip file to the platform tools folder of your adb.
11. If you have more than 80 percent charge, Turn off your phone. Connect your phone to PC with usb cable and press and hold the power and volume up keys until the recovery appears.
12. Use volume keys to navigate and select ADB update.
13. Launch adb cmd on windows and type adb sideload update.zip and press Enter.
14. Wait for a while for the installation to complete. When it does simply reboot and done. One ui 5 installed. You can insert sim card now, phone will detect and change csc again, but you will still have one ui 5 installed.
If anyone tries this and manages to install magisk, let me know. I tried many ways but it always led to bootloop. I got frustrated and went back to android 12 only for root.
BTW, this update is not worth installing, very minor changes.
Click to expand...
Click to collapse
HOW DID YOU BACK AGAIN TO ANDROID 12?
alkan282 said:
HOW DID YOU BACK AGAIN TO ANDROID 12?
Click to expand...
Click to collapse
Simply flashed stock firmware through Odin in download mode. Nothing special
alkan282 said:
HOW DID YOU BACK AGAIN TO ANDROID 12?
Click to expand...
Click to collapse
He downloaded latest stable firmware and then flashed via odin tool
barryallen3038 said:
İndirme modunda Odin aracılığıyla basitçe yanıp sönen stok bellenimi. Özel birşey yok
Click to expand...
Click to collapse
THANKS
lukamaster1 said:
En son kararlı bellenimi indirdi ve ardından odin aracıyla yanıp söndü
Click to expand...
Click to collapse
THANKS
barryallen3038 said:
Yes, I flashed it by changing by csc to INS and installing a zip. I went back to one ui 4.1 because I couldn't install Magisk without bootloop.
Anyway, here are the steps (for A52 4g variant only):
1. Download indian region ROM using Bifrost https://github.com/zacharee/SamloaderKotlin/releases/tag/1.0.11 (Type model as SM-A525F and Region as INS)
2. Flash the indian firmware files through odin.
3. Boot up and do basic device setup.
4. Remove the sim card to make sure samsung doesn't detect CSC using it.
5. Follow this youtube guide to change CSC to INS now. Make sure to use SamFW FRP tool 2.8. If you use the latest version, it will fail. I downloaded this from https://www.softwarecrackguru.com/2022/06/samfw-frp-tool-28-latest-version-setup.html
6. Don't insert your sim card yet. If you do, phone will detect and change csc back.
7. If you don't have a telegram account, open one and go to this message https://t.me/a525xx/58259
8. download the bin file and rename it to update.zip as given in instructions.
9. Make sure you have adb installed in your PC. You can find hundreds of guides on the web.
10. Move the update.zip file to the platform tools folder of your adb.
11. If you have more than 80 percent charge, Turn off your phone. Connect your phone to PC with usb cable and press and hold the power and volume up keys until the recovery appears.
12. Use volume keys to navigate and select ADB update.
13. Launch adb cmd on windows and type adb sideload update.zip and press Enter.
14. Wait for a while for the installation to complete. When it does simply reboot and done. One ui 5 installed. You can insert sim card now, phone will detect and change csc again, but you will still have one ui 5 installed.
If anyone tries this and manages to install magisk, let me know. I tried many ways but it always led to bootloop. I got frustrated and went back to android 12 only for root.
BTW, this update is not worth installing, very minor changes.
Click to expand...
Click to collapse
CAN YOU TELL ME HOW YOU ROOTED AFTER ANDROID RETURNED TO 12?
barryallen3038 said:
Simply flashed stock firmware through Odin in download mode. Nothing special
Click to expand...
Click to collapse
You can follow this guide.
He used a different software to download firmware files, but you can use Bifrost (the one i linked in the previous post). Basically, you have to copy the AP file to your phone, install magisk app and then patch the AP file.
Then, transfer the AP file to PC and boot phone to download mode. Then, select BL, csc and others normally but for AP, select the magisk patched file, not the original AP. That's it. Everything is shown in the video.
If you can't understand the video, search how to install magisk in samsung in youtube. You will find hundreds of videos.
barryallen3038 said:
Bu kılavuzu takip edebilirsiniz.
Bellenim dosyalarını indirmek için farklı bir yazılım kullandı, ancak Bifrost'u (önceki gönderide bağladığım) kullanabilirsiniz. Temel olarak, AP dosyasını telefonunuza kopyalamanız, magisk uygulamasını yüklemeniz ve ardından AP dosyasını yamalamanız gerekir.
Ardından, AP dosyasını PC'ye aktarın ve telefonu indirme moduna getirin. Ardından, normal olarak BL, csc ve diğerlerini seçin, ancak AP için orijinal AP'yi değil, magisk yamalı dosyasını seçin. Bu kadar. Her şey videoda gösteriliyor.
Videoyu anlayamıyorsanız, youtube'da samsung'a magisk nasıl kurulur araştırın. Yüzlerce video bulacaksınız.
Click to expand...
Click to collapse
THANKS...
barryallen3038 said:
Sí, lo flasheé cambiando por csc a INS e instalando un zip. Volví a one ui 4.1 porque no podía instalar Magisk sin bootloop.
De todos modos, estos son los pasos (solo para la variante A52 4g):
1. Descargue la ROM de la región india usando Bifrost https://github.com/zacharee/SamloaderKotlin/releases/tag/1.0.11 (Escriba el modelo como SM-A525F y la región como INS)
2. Actualice los archivos de firmware indios a través de odin.
3. Inicie y realice la configuración básica del dispositivo.
4. Retire la tarjeta SIM para asegurarse de que Samsung no detecte el uso de CSC.
5. Siga esta guía de YouTube para cambiar CSC a INS ahora. Asegúrese de utilizar la herramienta SamFW FRP 2.8. Si usa la última versión, fallará. Descargué esto de https://www.softwarecrackguru.com/2022/06/samfw-frp-tool-28-latest-version-setup.html
6. No insertes tu tarjeta SIM todavía. Si lo hace, el teléfono lo detectará y volverá a cambiar csc.
7. Si no tiene una cuenta de Telegram, abra una y vaya a este mensaje https://t.me/a525xx/58259
8. descargue el archivo bin y cámbiele el nombre a update.zip como se indica en las instrucciones.
9. Asegúrese de tener adb instalado en su PC. Puedes encontrar cientos de guías en la web.
10. Mueva el archivo update.zip a la carpeta de herramientas de la plataforma de su adb.
11. Si tiene más del 80 por ciento de carga, apague su teléfono. Conecte su teléfono a la PC con un cable USB y mantenga presionadas las teclas de encendido y subir volumen hasta que aparezca la recuperación.
12. Use las teclas de volumen para navegar y seleccione la actualización ADB.
13. Inicie adb cmd en Windows, escriba adb sideload update.zip y presione Entrar.
14. Espere un momento hasta que se complete la instalación. Cuando lo hace simplemente reinicia y listo. Una interfaz de usuario 5 instalada. Puede insertar la tarjeta SIM ahora, el teléfono detectará y cambiará csc nuevamente, pero aún tendrá una ui 5 instalada.
Si alguien intenta esto y logra instalar magisk, hágamelo saber. Lo intenté de muchas maneras, pero siempre condujo a bootloop. Me frustré y volví a Android 12 solo para rootear.
Por cierto, no vale la pena instalar esta actualización, cambios muy pequeños.
Click to expand...
Click to collapse
a mi odin me rechaza el pit de csc
patitomojado said:
a mi odin me rechaza el pit de csc
Click to expand...
Click to collapse
How exactly does it reject? If your bootloader is unlocked, you should be able to select any csc file, even if it's incompatible.
If bootloader is locked, then it will reject other region's csc. You have to select csc file for your region
barryallen3038 said:
¿Cómo se rechaza exactamente? Si su cargador de arranque está desbloqueado, debería poder seleccionar cualquier archivo csc, incluso si es incompatible.
Si el cargador de arranque está bloqueado, rechazará el csc de otra región. Tienes que seleccionar el archivo csc para tu región
Click to expand...
Click to collapse
me habia olvidado de desbloquear el oem perdon, ahora me canse de buscar la carpeta de herramientas de la plataforma de su adb. nonla pude encontrar en la pc y ya instale todo y no la encuentro
patitomojado said:
me habia olvidado de desbloquear el oem perdon, ahora me canse de buscar la carpeta de herramientas de la plataforma de su adb. nonla pude encontrar en la pc y ya instale todo y no la encuentro
Click to expand...
Click to collapse
if you forgot where you installed platform tools, watch a youtube video and install it again.
Hello everyone, are there any changes on the lock screen and in general what has changed in 5 one ui?
como desbloquean el oem

Fazer Root

eu quero fazer o root no meu Multilaser H (Android 9), mas não encontro uma forma mais simples de fazer isso e, a maioria delas, usa o magisk sendo, por enquanto, a maneira que tenho tentado. Porém eu gostaria de saber se há alguma forma mais simples de se ter acesso ao superusuário. Há arquivos que quero recuperar e várias outras coisas que esse processo me permitir.
Mod translation: I want to root my Multilaser H (Android 9), but I can't find a simpler way to do it, and most of them use magisk, which is, for now, the way I've been trying. But I would like to know if there is a simpler way to access the superuser. There are files I want to recover and various other things this process will allow me to do.
To fetch data from device rooting Android is basically not needed, this can get achieved if ADB was successfully initialized on device: unplug device from PC if connected, then boot device into recovery mode , then connect device with PC via USB-cable, start ADB and pull the data you are interested in.
please use english language only. for rooting a boot.img is required. it can be read off device only with root access or custom recovery, which you obviously don't have. the only other method to read boot partition off device is EDL mode. but you need file that is especially signed for multilaser.
(example prog_ufs_firehose_sdm710_ddr.elf for Xiaomi)

Question flash_all problem

flash_all immediately closes at super.img doesnt show any errors just closes
Please make your question more detailed
Jerjfo said:
flash_all immediately closes at super.img doesnt show any errors just closes
Click to expand...
Click to collapse
This probably happens due to large transfer files from your pc to your phone which make your pc run higher in the r/w process. Sometimes happens with an old pc and also check your .img files (corrupt or not)
I have a similar problem, but a little different, when I open the flash everything closes instantly and I can't flash the rom, my flash doesn't work either. if you can help me i appreciate it
Estou com um problema parecido, porém um pouco diferente, quando abro o flash tudo ele fecha instantaneamente e não consigo flashear a rom, meu flash também não funciona. se puder me ajudar eu agradeço
Mod. edit: post translated. alecxs

Categories

Resources