Affichage des articles dont le libellé est Softbricked.. Afficher tous les articles
Affichage des articles dont le libellé est Softbricked.. Afficher tous les articles

samedi 22 août 2015

Soft-Bricked & Odin not working



After a major **** up, My SM-N900 doesn't boot past the Galaxy note 3 splash screen, has no access to the recovery and Odin gets stuck on "initializing..." on every flash.
I tried with the PIT file and without. I tried flashing only TWRP, and I tried the procedures on different PCs with different USB cables, but I always end up with the same result from Odin 1.85, 3.07 and 3.09.

What should I do?








Attached Thumbnails


Click image for larger version<br/><br/>Name:	unnamed.jpg<br/>Views:	N/A<br/>Size:	28.6 KB<br/>ID:	3448111
 














mercredi 19 août 2015

Softbricked after AT&T OTA, tried many things, any help appreciated



Had stock AT&T SGH-I747 at Android 4.2.2 rooted with chainfire working fine. Today an update installed automatically and now I'm dead.

At first, it would show the Samsung logo and maybe another, then just go black.

Now normal booting, or attempting to boot into recovery gives: "Firmware upgrade encountered an issue. Please select recovery mode in Kies & try again."

If attempt to boot into download mode, it succeeds. But everything will end up with "FAIL!" in Odin and show "fused 3 > binary 0" on the phone. I've tried multiple Odins: v3.10.6, 3.09, 3.07 and multiple recoveries (Clockwork 6.0.4.7, etc.) and stock ROMS (UCALG1, UCDLK3).

Even Kies "Firmware Upgrade and Initialiasion" option, where you enter in SGH-I747 and the serial number will go through all the motions and then fail, with the same "fused" message showing on the phone.

Grendelin had the most similar situation (I can't post external links yet, but you can get to it at http:__androidforums.comthreads_at-t-gs3-at-t-issues-after-downloading-newest-update.860382_ by replacing _'s with /'s) as me but the difference is that he was able to flash a recovery image which led to further restoration.

Please help. If it's not possible to recover this, I would just like to get a couple years' worth of pictures from /sdcard/DCIM/*.



mardi 18 août 2015

Softbricked during unlock



I went to unlock my Shield TV Pro model using fastboot, and after I hit OK on the OEM unlock screen it rebooted as per usual. Now my issue is its been sitting here 'erasing data' for hours and I can't boot back into the bootloader using any of the methods on Nvidias site. Does anyone know how to get back into the bootloader or into fastboot mode? If I unplug it the console will show the splash screen then continue with its endless erasing data screen. I factory reset it anyway before unlocking to help shorten the time because then there's virtually no data on it. Normally I would use a hardware override via the buttons like on a phone but the methods Nvidia has don't work so its been a fun day.



jeudi 13 août 2015

Really really hard soft-bricked my Mate MT-TL10. Need help!



Hi guys. I really need your help.
Sometimes I am so stupid and doing really stupid things. Now I killed my MATE MT-TL10. and I think it is dead forever :( But I still have a hope someone can help me. So here is the story.

I was trying different ROMs to find a good one so I am satisfied with it. So all was good and I was putting it one after another trying(I never put Lolipop though), but then I put a Cinise version B122SP06. Seeing a lot of chinese apps I decided I do not need it and wanted to go back to international or europeaan version but it seemed I was not able to do it. Every time I put a new ROM in dload on my sd and restart on stock recovery it won't fatch it :( I was making some reaearch and found this like semi-solution http://forum.xda-developers.com/show....php?t=2955415 wich was manually flash some images with fastboot. I did that and nice I had a clean european version! But then I digged into settings and found out that 'Motion Control' section is Empty! So apparently the solution from the mentioned thread was not perfect also my PC was seeing the phone as JAZZ which means it thinks it was still Chinise version. And then all of a sudden some stupid thing came into my mind and that was really-really-really STUPID! Never try it!
So I decided to make an experiment. In this tool which I used to unpack the ROM there is also a function 'Repack to update.zip', so I was hoping to repack it to a zip and then just flash it with a CWM recovery. Well I did it and after i selected 'Reboot system now' the phone restarted and just stayed at the Huawei Logo. That's it! and now I do not know how to recover my phone. I tried to go into recovery but no luck I just can't boot into recovery anymore. I was able to plugin the phone in the fastboot mode and try to re-flash everything again, like with 'fastboot flash boot boot.img', 'fastboot flash recovery recovery.img' and even some others but no luck so far. I still can't get into recovery. I do Up+Down+power and when it suppose to start recovery the screen just appears black and indicator is blinking green and red and then just turns off.

Sorry about my bad English and for the long strory but here how the whole thing has happened to me :( I really really hope I did not kill it complitely and I hope there is a guy who can really point me out to the solution. So, please, please
Here is a copy of text which was in the /META-INF/com/google/androidupdater-script of the repack.zip file which I have created
ui_print("Flashing 10.boot.img ...");
package_extract_file("10.boot.img", "/dev/block/mmcblk0p13");
ui_print("Flashing 11.recovery.img ...");
package_extract_file("11.recovery.img", "/dev/block/mmcblk0p14");
ui_print("Flashing 12.sensorhub.img ...");
package_extract_file("12.sensorhub.img", "/dev/block/mmcblk0p17");
ui_print("Flashing 17.dts.img ...");
package_extract_file("17.dts.img", "/dev/block/mmcblk0p20");
ui_print("Flashing 18.modemnvm_update.img ...");
package_extract_file("18.modemnvm_update.img", "/dev/block/mmcblk0p29");
ui_print("Flashing 20.modem_dsp.img ...");
package_extract_file("20.modem_dsp.img", "/dev/block/mmcblk0p27");
ui_print("Flashing 21.3rdmodem.img ...");
package_extract_file("21.3rdmodem.img", "/dev/block/mmcblk0p31");
ui_print("Flashing 13.cust.img ...");
package_extract_file("13.cust.img", "/dev/block/mmcblk0p37");
ui_print("Flashing 14.system.img ...");
package_extract_file("14.system.img", "/dev/block/mmcblk0p38");
ui_print("Flashing 15.cache.img ...");
package_extract_file("15.cache.img", "/dev/block/mmcblk0p39");
ui_print("Flashing 16.userdata.img ...");
package_extract_file("16.userdata.img", "/dev/block/mmcblk0p40");
There was also some META-INF/com/google/android/update-binary file which I do net really know what it is for.
My thought are this 'repack' made some mess up with the paratitions on my device and even though I am able to flash the RECOVERY the system just does not see it. Or perhaps it did even something worth ;-(
Please guys, help :crying:



vendredi 31 juillet 2015

Softbricked Galaxy s3 Tmobile



I have a Galaxy S3 Tmobile - not rooted. I wiped my phone to default and when it tried to power on, it gave me couldn't mount e:\ - don't remember the exact path. After attempting to flash with stock firmware T999UVDMD5_T999TMBDMD5_TMB and 16GB.pit file with odin 3.04 and 3.07 that failed:
Odin:
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> T999UVDMD5_T999TMBDMD5_T999UVDMD5_HOME.tar.md5 is valid.
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/005> Odin v.3 engine (ID:5)..
<ID:0/005> File analysis..
<ID:0/005> SetupConnection..
<ID:0/005> Complete(Write) operation failed.
<ID:0/005> Added!!
<OSM> All threads completed. (succeed 0 / failed 1)

Phone:
ODIN MODE
Product Name: SGH-T999L
CUSTOM BINARY DOWNLOAD: Yes (1 counts)
CURRENT BINARY: Custom
SYSTEM STATUS: Official
QUALCOMM SECUREBOOT: ENABLE
Warranty Bit; 0
BOOTLOADER Bit: 0
SECURE CHECK FAIL: PIT

Thanks in advance!



[HELP] Soft-bricked Galaxy S6 G920F



Hello everyone. So, let's start by explaining what I have did.
For a while I had the XtreStolite Odex 2.0 edition and I wanted to try out other ROM. I have factory reset-ed when I was installing the ROM using TWRP and I somehow managed to delete all the phone's internal stuff, but I can still boot to TWRP or download mode.

I have tried to flash stock firmware using Odin 3.10.6 ( running as administrator too ) and when it gets to sboot.bin it fails right away. I have tried using Samsung Smart Switch PC Software, tells me my device is unsupported. If I try to manually find my model using the S/N, the software fully downloads then gives me an error.

I have tried to ADB sideload from TWRP Advanced menu, whenever I want to flash for example xtrestolite odex zip ( named rom.zip for short ) it goes "serving:... 21%" and gets stuck. If I try to push a zip it says "error:closed". I am no big expert in ADB, I don't know how to install the latest version, and I can't download the full Android SDK because my internet is very slow. I had Bootloader and Modem 5.1.1

I am looking for a way to move the XtreStolite ROM zip into the phone's memory so I can boot to TWRP and install the ROM. I've seen something with OTG Cable and USB but I have no real knowledge of these. If it comes as a last resort, if someone could briefly explain me how would I manage to repair the phone using the OTG Cable and USB stick.
I also have a Nandroid Backup on my PC but I don't know how to move it to the phone's storage, because it's well, bricked. When I'm trying to copy files over Mount option in TWRP, it says that it cannot copy the file, the device may be disconnected.
I had Bootloader and Modem 5.1.1
Much appreciations.



jeudi 30 juillet 2015

S6 Edge Live Demo Unit (LDU) SM-G925X Softbricked



I just bought a S6 Edge LDU (LRX22G.G925XXXU1AOC6_LLK) off ebay in hoping of to get rid of the Samsung Retail Mode and use it as a wifi device. I followed instruction that I can find on XDA, but mission is failed. Here's what I have done.

1. I followed those instructions on how to disable Samsung Retail Mode with password 5444 or any other password doesn't work, even the menu in Samsung Retail Mode is different: There is no "“Configuration settings”, instead, there is "Store Settings" which asks for password, but all passwords failed. Without Samsung Retail Mode disabled, the phone can't be restarted nor power off, and the entire Developer Options is greyed out (which means no USB debugging mode, therefore Odin wont work when the phone is on).

2. I let the power run out, then entered recovery mode and wiped cache and did a factory reset, then went into download mode, Odin flashed
the tar file modified from G925FXXU1AOE3_G925FDBT1AODO_DBT.zip (with cm.bin and sboot.bin removed)
The flash succeeded, but the phone stuck at Samsung Logo page with no light on, it also seems the recovery mode is gone, only download mode is still available. I also Odin flashed tar file modified from T-mobile stock rom, same result.

Help needed! TIA.