[Guide]How to revive your bricked Gnote

rbiofire

Member
Jun 2, 2012
5
0
0
It is good if you can get access to ss service. If the phone cannot even boot into recovery or download mode then they certainly should fix for you under warranty. Btw, what makes it even not booting?

Sent from my phone
I cant fix thru ssc. I am in Australia now I called australian ssc they said they cant fix my note cos its from hongkong. I shud send it to ssc of hongkong to get it fixed, which I cant do it.

I found that my ums is corrupted. so i flashed a pit for pits-patched-ums-bricked choosing the highest kb one and flashed gb kj1 factoryfs thru odin. Did a factory reset and got my note back it was working with force close errors. So, I just repeated the procedure flashing factoryfs using odin. It was successfully flashed but my note doesnt start this time. nothing on the screen even connecting to a charger doesnt show the battery charging.

I just ordered a jig. dont know if it can take my note into download mode. any suggestions how i can fix this? what do you think might have happened?
 

forest1971

Senior Member
Apr 3, 2012
1,694
2,133
0
It is not clear what caused it to not turn on. Most of the time it is caused by bootloader being damaged. It might be in some cases that the cable connection is not good or something happen at the time when bootloader or pit is flashed and it somehow cause damage to the bootloader.
The options, beside ss service, are: check battery, jig, then jtag riff box, then mother board replacement. If there are large damage already for the internal sdcard then probably 4th option will be likely. Still jig is simple and should always be tried. GL.

Sent from my phone
 

rbiofire

Member
Jun 2, 2012
5
0
0
It is not clear what caused it to not turn on. Most of the time it is caused by bootloader being damaged. It might be in some cases that the cable connection is not good or something happen at the time when bootloader or pit is flashed and it somehow cause damage to the bootloader.
The options, beside ss service, are: check battery, jig, then jtag riff box, then mother board replacement. If there are large damage already for the internal sdcard then probably 4th option will be likely. Still jig is simple and should always be tried. GL.

Sent from my phone
Thank you. I will wait for the jig to arrive and try. I actually want to get the mother board replaced but the ss service people are not accepting my phone here.
 

purple zebra

Member
Sep 5, 2010
40
9
0
The Manual ADB method didn't work for me for some reason, but the alternate method using .pit files via odin has worked like a charm. Many many thanks to all involved in these guides, you're an asset to the community.
 

hosamomr

Senior Member
May 12, 2006
50
6
0
alexandria
note its brick

There has been confirmation that In many cases it is the faulty system partitions (caused by the suspected ICS kernel or whatever reason). In that case relocating the corrupted partition to the good areas works. The first one who has applied the method successfully is "Drnull" for another similar device (epic4g).

So for those who would like to use this solution follow the guide below which I developed based on the hints from Drnull and a guide for another android device by Eldarerathis and Soundwire.
Credits and thanks to them.

Also Big thanks to: Prabhu1980, Matiasg85, Uggies, Bodivas, As i9000, Alekhkhanna, Travis82 and others who have provided precious tools, troubleshoot solutions, advice and support for making this guide more complete and easy to use!
------------------
Important Note:
As the method progress, thanks to member Hg42 custom PIT files have been made that can help re-partition automatically. This will make it much easier for those who find adb things too much to handle. Follow the Link to hg42's thread
to get the PIT file and how to flash.

The custom PIT should work in majority of cases that have partition problems. Someone may ask a question: how do I know if there are faulty blocks in the partition or not and where, in which partitions, they are. The answers to that question can be found by scanning partitions for errors, with the procedures described in the manual method below (need to go until steps 4 to find the answers). in Short: the manual method will give more control over scanning for partition errors, size and location of new partitions which can save you some more memory space, but the PIT method is easier for new users. Also, you can also combine two methods in an intuitive way to fix your brick Note.

-----------------------------------
Notes for using Manual repartition:
1. For those who can get SS warranty service to fix it for free then you should go there, and do not need to try repartition.
2. Requires some basic knowledge of MS-DOS and adb (few simple commands).
3. Partitions can be delete and recreate like in a computer hdd and it is reversible: you can do and redo again and again and can also go back to original scheme by flashing original PIT file (from hg42 thread above).
4. If you like to recover data from your internal sdcard (photos, music, books...) you should look at Item 8 near the end of the guide.
5. And do not try to hold me responsible if you mess things up further than your current state in your phone.

1. The tools:
- Download the screen shot of the Note’s partitions for your reference information
- download and install the attached 4pda_kernel.tar, which has the partition tools and CWM with it, although it will raise flash counter. To avoid that you can download and install the CWM_4pda_kernel.zip (also attached in the post) by putting it in sdcard and flash with your existing CWM. the 4pda_kernel is a GB based kernel. In some cases 4pda_kernel does not work (probably due to mismatch between the kernel and the rom that is still sitting there in your (semi-brick) phone), then try this safe CM9 kernel from the this link.
- You should be able to have adb driver for Note and adb.exe in you computer. The easy way is to download Note usb driver from here, then download adb folder attached in the post. Install driver you have downloaded and extract adb folder to c: driver of your computer, you will have the tools folder which has adb.exe in it. You should now have adb working for your Note. (Alternatively, if you have installed Kies, then the usb driver should already installed. Then you just need to download the adb folder provided.)

2. Set up the tools:

- Use odin to flash attached kernel .tar file.
- Then restart the phone to recovery
- Then connect to computer using usb cable.

3. Then run cmd from your computer and cd (for those new to MS-DOS: this is change directory command under DOS. You just need to do a search on how to use cd command for DOS) to the folder that has adb.exe in your computer.
Then run,
Code:
adb devices
it should give you some number then it means your device is connect in adb
then:
Code:
adb shell
it should give you the sign like this: ~ #
-------
Note: In case adb shell it only gives this sign $ (after you have installed the 4pda_kernel) then it showed there is a mismatch of that kernel with the rom that is sitting on your (semi-brick) Note. In that case you should download and install this CM9 based safe kernel from this links which should help you to get full adb root access with this sign ~ #. It is a zip file and need to be install from CWM (not odin) by copy it to external sdcard or internal sdcard (by mount usb storage to PC or adb push.
-------


Then run (noted that umount is without N):
Code:
~ # umount /cache
~ # umount /system
~ # umount /data
If one of those "umount /" commands return "invalid argument" just ignore it and continue with next steps.
This is to unmount cache, systemfs and datafs partitions.

Note: it is easier to copy and paste (right click mouse) the code to CMD windown to save time and avoid typing error.
Then run the parted.
Code:
~ # parted /dev/block/mmcblk0
if it aska you to fix something just choose yes. It should give you bellow:

parted /dev/block/mmcblk0
GNU Parted 1.8.8.1.179-aef3
Using /dev/block/mmcblk0
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted)
Then run:
Code:
(parted) print
It will give you a picture of your Note’s partitions as in the screen shots I have attached. (text version is below):
print
print
Model: MMC VYL00M (sd/mmc)
Disk /dev/block/mmcblk0: 15.8GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number Start End Size File system Name Flags
1 4194kB 25.2MB 21.0MB ext4 EFS
2 25.2MB 26.5MB 1311kB SBL1
3 27.3MB 28.6MB 1311kB SBL2
4 29.4MB 37.7MB 8389kB PARAM
5 37.7MB 46.1MB 8389kB KERNEL
6 46.1MB 54.5MB 8389kB RECOVERY
7 54.5MB 264MB 210MB ext4 CACHE
8 264MB 281MB 16.8MB MODEM
9 281MB 1174MB 893MB ext4 FACTORYFS
10 1174MB 3322MB 2147MB ext4 DATAFS
11 3322MB 15.2GB 11.9GB fat32 UMS
12 15.2GB 15.8GB 537MB ext4 HIDDEN

--------------------
4. Scanning for Partition errors:
Do to a thorough scan of partitions 7,9,10,11 for errors (block damage) you can use DD command below one by one (it only read partition bit by bit and no write, so it is totally safe):
(parted) quit
~ # dd if=/dev/block/mmcblk0p7 of=/dev/null
~ # dd if=/dev/block/mmcblk0p9 of=/dev/null
~ # dd if=/dev/block/mmcblk0p10 of=/dev/null
~ # dd if=/dev/block/mmcblk0p11 of=/dev/null
Scan partition 7 and 9 will be quick (less than a minute) partition 10 take about 3 minutes and 11 about 5-7 minutes.
- If it return in and outs and partition size then they are fine (no faulty blocks)
- If it freeze (or run too long more than 10 minutes), or return something like "read/write I/O error" then it means you have some damage in that respective partition and read command failed.

Steps to do after scanning partitions:

1. In case you do not find bad blocks in the above 4 partitions, the problem is certainly not related to partitions fault. Then you should explore other unbrick methods, using Heimdall to flash instead of odin for example.
2. In case there are fault in both partition 9 and 10 then follow steps in point 5 below.
3. In case there are faulty in only in partition 9 or only in partition 10 then can follow steps in point 7.
4. In case there are faulty blocks in Cache partition, then follow point 5.4
5. In case there are faulty in partition 11: need to experiment different locations for partitions, using the guiding steps in point 5.1. and Note below this point.
---------------------

5. Re-partition workaround for case of faulty in partitions 9 and 10:
:
5.1 remove partitions to get rid of the faulty ones and make space available for new ones:
Code:
~ # parted /dev/block/mmcblk0
(parted) rm 9
(parted) rm 10
(parted) rm 11
That will remove three partitions factoryfs (9), datafs (10) and UMS (11) so as to make rooms for new partitions

5.2. To create three new partitions from the good area:
Code:
(parted) mkpartfs primary ext2 3322 4216
(parted) mkpartfs primary ext2 4216 6363
(parted) mkpartfs primary fat32 6363 15200

(parted) name 9 FACTORYFS
(parted) name 10 DATAFS
(parted) name 11 UMS
-------------
Important Note: If while creating partitions parted give some error like:
Error: Input/output error during write on /dev/block/mmcblk0
Retry/Ignore/Cancel?
that would mean the area chosen for that partition include some faulty block somewhere in that range. Then you need to select another range for the partition by changing start and end number in respective code. For example:
- after you run "(parted) mkpartfs primary ext2 3322 4215" it returned "Error: Input/output error during write on /dev/block/mmcblk0
Retry/Ignore/Cancel?"
- then press "c" and "enter".
- Then create partition in the next block range below:
Code:
(parted) mkpartfs primary ext2 4216 5200
(parted) mkpartfs primary ext2 5200 7257
(parted) mkpartfs primary fat32 7257 15200
Continue to move up until parted is happy with the block range chosen. (You need to make some calculation of partition size, the start and end block for the code above, follow the example given).

Once done, with the creation of partitions above, then move on with 5.3.
-------------

5.3. Convert format for 9 and 10: The above steps have created three new partitions. However, for 9 and 10 the format is ext2 and now need to be converted to ext4.

The easiest way is to go back to CWM in your phone. Then, go into mounts and storage menu and choose format /system and format /data. It will convert file system of partition 9 and 10 to ext4 automatically for you.

If the above steps are successful then check:
Code:
~ # parted /dev/block/mmcblk0
(parted) print
------------
Dealing with Cache partition:
5.4. It is very unlikely that Cache is also faulty but in case there is you can follow steps below to deal with it.
First should remove and recreate with same size and location:
Code:
(parted) rm 7
Then recreate it:
Code:
(parted) mkpartfs primary ext2 54.5 264
(parted) name 7 CACHE
Then you can go into CWM and format /cache, it will convert file system to ext4.

In case parted give I/O error then you can try to reduce the size of cache to 128MB, choose the start and end number somewhere in the space from 54.5MB to 264MB.

6. Suggestions for rom installations:
It is recommend to use a custom GB rom (Darky GB, CheckRom GB, and Rocket GB...)they are old but very good roms. Dowload links and instructions for installation can be found in this link. Custom ICS roms (such as Rocket ICS, CleaNote ICS...) are also good. They can be found from the same link for GB rom provided or from the Note development sections. Using CM9 ICS such as Nightlies is recommended since it is safe and very lightweight (less than 140 MB) so it is quick to download.

Note: Flash custom rom by CWM (load rom.zip from computer to internal or external sdcard and flash) seem to be a better way since some members reported they cannot flash rom via odin. Still some members reported they can flash with odin normally, so this point need more confirmation.

7. Guide for some cases of only one partition have faulty blocks:

In case you scan partition and identify that there are damage only in partition 9 (factoryfs) then you can remove 9, 10, and 11 and then start making partition from 1174 MB:
Code:
(parted) mkpartfs primary ext2 1174 2068
(parted) mkpartfs primary ext2 2068 4215
(parted) mkpartfs primary fat32 4215 15200

(parted) name 9 FACTORYFS
(parted) name 10 DATAFS
(parted) name 11 UMS
In case you identify that there is faulty blocks in partition 10 only (datafs) then you can remove 10 and 11 only (leave 9 alone) and start making partition 10 from 3322 mb:
Code:
(parted) mkpartfs primary ext2 3322 5469
(parted) mkpartfs primary fat32 5469 15200
(parted) name 10 DATAFS
(parted) name 11 UMS
It is also known that the hidden partition (partition 12) is not needed for normal use and install of roms. So you can delete it and enlarge the UMS partition (to 15800mb) and you will have a larger sdcard to use.

8. Notes on recovering files from brick phone: For recovering data from internal sdcard, there are few ways below:
- You can try to install aroma file manager under CWM recovery using file from here. It works under recovery environment and allow you to copy files from internal sdcard to external sdcard.

- If that does not work, you can follow the guide until step 4, then in step 5 remove only partition 9 and 10 and leave partition 11 alone. Then try to create a full size partition 9 (factoryfs) with about 800MB and a very small size (100mb) partition 10 (datafs) and fit these two partitions within the remaining good area in the range from 281mb to 3322mb. Then you can install a custom rom and get it working to copy files to your PC. After that you can remove partition 11 to make full size partition 9 and 10 with steps as in the guide.

- Also you can adb shell, then list directory and files in internal sdcard (~ # ls /sdcard ...etc) and then adb pull files from internal sdcard to your PC one by one.

If you like to know more about using parted, go to the documentation page here:
http://www.gnu.org/software/parted/manual/html_mono/parted.html

Update of progress: As rough figures, almost 100 users have reported successfully revised their Notes after fixing partitions problems using either manual/adb methods or custom PIT file method from Hg42 or combined both. Re-partition have revised many super-bricks Notes! :):D.

If you can revive your Note please share with us so that we can share your good feeling

And press thanks if you find this guide useful. Thanks.
hi
I followed the steps in my g note its brick My problem I can not be completed for repartition & can not unmount 9 .10 .11 im try by recovery to unmount but dont work
thanks
 

Attachments

forest1971

Senior Member
Apr 3, 2012
1,694
2,133
0
hi
I followed the steps in my g note its brick My problem I can not be completed for repartition & can not unmount 9 .10 .11 im try by recovery to unmount but dont work
thanks
Hi test result show that you have faulty blocks in three partitions: 9, 10 and 11. Test result also could mean you will have to forgo a lot of space of internal sdcard.

About disk label not recognized: this has happened in some cased so far. If you restart CMD/adb it should recognize the emmc/disk label again. Still, it point to a difficult case to revive. Should try a few times by restart cmd/adb and follow the steps.

Otherwise, should also consider to use custom PIT file and choose the ums custom pit file with some high value. It may work out for your case.

BTW, please edit your post and cut down the quoted part to save space in the forum and make it easier to read. thanks.
 

hashmi81

New member
Dec 13, 2010
2
0
0
There has been confirmation that In many cases it is the faulty system partitions (caused by the suspected ICS kernel or whatever reason). In that case relocating the corrupted partition to the good areas works. The first one who has applied the method successfully is "Drnull" for another similar device (epic4g).... Thanks.
Thank u so much forest sir :D my phone is working now but my internal storage is only 1.67GB. Previously it was 16GB... is there any way to recover the lost memory?
 
Last edited:

forest1971

Senior Member
Apr 3, 2012
1,694
2,133
0
Thank u so much forest sir :D my phone is working now but my internal storage is only 1.67GB. Previously it was 16GB... is there any way to recover the lost memory?
Hi: thanks for letting us know you can make it work :).

Your case looks quite extreme, loosing almost 10gb of internal storage. It is good that you can make it work now, but obviously you will need a large external sdcard (like 32gb?) to compensate for it.

About that loss memory, unfortunately so far there is still no ways to recover it.
cheers.
 

alvinasnow

Senior Member
Oct 23, 2011
85
22
0
Islamabad
Thank u so much forest sir :D my phone is working now but my internal storage is only 1.67GB. Previously it was 16GB... is there any way to recover the lost memory?
Yea, like Dr. Forest said, its quite an extreme loss. I had recovered from a super brick and lost 3 gb, having a 8.2GB internal memory. My suggestion is that you download "emmc brickbug check" app from Playstore to check if your emmc is good or not. Either way you may try to use regain PITs provided by hg42 here : http://forum.xda-developers.com/showthread.php?t=1667886
I recovered another 1GB using regain PITs. Now i have a 9.3GB internal memory, which is quite enough for me.
 

Namanarusia

Member
Mar 28, 2012
35
26
0
I did as you said

Important Note: If while creating partitions parted give some error like:
Error: Input/output error during write on /dev/block/mmcblk0
Retry/Ignore/Cancel?
that would mean the area chosen for that partition include some faulty block somewhere in that range. Then you need to select another range for the partition by changing start and end number in respective code. For example:
- after you run "(parted) mkpartfs primary ext2 3322 4215" it returned "Error: Input/output error during write on /dev/block/mmcblk0
Retry/Ignore/Cancel?"
- then press "c" and "enter".
Thanks.
I actually got I/O error when inspecting partitions using DD command on each 9, 10, 11 but when I made partitions after removing, the error you mentioned - I quoted -, occurred only at UMS partition.
Instead of Cancel, I tried my luck, did Retry once and then it showed (parted) like it showed on above else commands, i.e., a successful run at parting.


So I just after naming the partitions simply quit PARTED, then exit ADB, then closed CMD.

Now I connected the phone via Odin in Downloading mode and then started flashing (via PDA option in Odin, other options intact) the XXKL3 GB Rom which is supposed to be safe but it is stuck at factoryfs.img again.


PLEASE HELP ME!
 
  • Like
Reactions: forest1971

alvinasnow

Senior Member
Oct 23, 2011
85
22
0
Islamabad
I actually got I/O error when inspecting partitions using DD command on each 9, 10, 11 but when I made partitions after removing, the error you mentioned - I quoted -, occurred only at UMS partition.
Instead of Cancel, I tried my luck, did Retry once and then it showed (parted) like it showed on above else commands, i.e., a successful run at parting.


So I just after naming the partitions simply quit PARTED, then exit ADB, then closed CMD.

Now I connected the phone via Odin in Downloading mode and then started flashing (via PDA option in Odin, other options intact) the XXKL3 GB Rom which is supposed to be safe but it is stuck at factoryfs.img again.


PLEASE HELP ME!
Looks like u didn't do, what was said... once u got I/O error during partition inspection, you were not supposed just to remove the partitions and recreate partitions at the same range. you should have changed your range as creating partitions on the faulty blocks would naturally give you factoryfs error. Besides, another point, which i guess you missed out was flashing recovery and than doing a full wife/ format before flashing a GB rom. So far i can remember, partitions, created through parted, needs to be naturalized by Samsung for use.
U should retry keeping these points in view. I also suggest you don't miss even a single line in the guide while recovering your note from super brick.
 

hosamomr

Senior Member
May 12, 2006
50
6
0
alexandria
the next

Hi test result show that you have faulty blocks in three partitions: 9, 10 and 11. Test result also could mean you will have to forgo a lot of space of internal sdcard.

About disk label not recognized: this has happened in some cased so far. If you restart CMD/adb it should recognize the emmc/disk label again. Still, it point to a difficult case to revive. Should try a few times by restart cmd/adb and follow the steps.

Otherwise, should also consider to use custom PIT file and choose the ums custom pit file with some high value. It may work out for your case.

BTW, please edit your post and cut down the quoted part to save space in the forum and make it easier to read. thanks.
hi
this screen after flashed another ums pit & step rm is ok but i don't can made any part by next step
parted) mkpartfs primary ext2 3322 4216
(parted) mkpartfs primary ext2 4216 6363
(parted) mkpartfs primary fat32 6363 15200

(parted) name 9 FACTORYFS
(parted) name 10 DATAFS
(parted) name 11 UMS
or
(parted) mkpartfs primary ext2 4216 5200
(parted) mkpartfs primary ext2 5200 7257
(parted) mkpartfs primary fat32 7257 15200
Thank you for your patience
 

Attachments

forest1971

Senior Member
Apr 3, 2012
1,694
2,133
0
I actually got I/O error when inspecting partitions using DD command on each 9, 10, 11 but when I made partitions after removing, the error you mentioned - I quoted -, occurred only at UMS partition.
Instead of Cancel, I tried my luck, did Retry once and then it showed (parted) like it showed on above else commands, i.e., a successful run at parting.


So I just after naming the partitions simply quit PARTED, then exit ADB, then closed CMD.

Now I connected the phone via Odin in Downloading mode and then started flashing (via PDA option in Odin, other options intact) the XXKL3 GB Rom which is supposed to be safe but it is stuck at factoryfs.img again.


PLEASE HELP ME!
Hi, if you have partition using parted then should use custom rom (zip format) and installed via cwm as suggested in the guide. That will work.

Also your sharing of experience of "getting parted to accept the partition in second time after first time it says I/O error" is very helpful! thanks. This points to the issue that sometime parted reading of emmc is not very reliable and once should retry a few time if it says I/O error. I will update the guide on this point. thanks.


Sent from my phone

---------- Post added at 07:38 AM ---------- Previous post was at 07:31 AM ----------

hi
this screen after flashed another ums pit & step rm is ok but i don't can made any part by next step
parted) mkpartfs primary ext2 3322 4216
(parted) mkpartfs primary ext2 4216 6363
(parted) mkpartfs primary fat32 6363 15200

(parted) name 9 FACTORYFS
(parted) name 10 DATAFS
(parted) name 11 UMS
or
(parted) mkpartfs primary ext2 4216 5200
(parted) mkpartfs primary ext2 5200 7257
(parted) mkpartfs primary fat32 7257 15200
Thank you for your patience
Hi, if you have used custom ums pit fils then the partitions are already created as can be seen from your screenshot. That mean you do not need to make the other steps to remove/recreate partition manually. Now just go into cwm then Format system, data and sdcard then you will be able to flash roms normally using odin or cwm. If you have done some the rm step you can flash ums pit file again then the partitions will come back, then you can go format them. Let us know if there are problems, we will guide you through. Cheers.


Sent from my phone
 
Last edited:
  • Like
Reactions: hosamomr

hosamomr

Senior Member
May 12, 2006
50
6
0
alexandria
format

Hi, if you have partition using parted then should use custom rom (zip format) and installed via cwm as suggested in the guide. That will work.
Cheers.

Sent from my phone

---------- Post added at 07:38 AM ---------- Previous post was at 07:31 AM ----------



Hi, if you have used custom ums pit fils then the partitions are already created as can be seen from your screenshot. That mean you do not need to make the other steps to remove/recreate partition manually. Now just go into cwm then Format system, data and sdcard then you will be able to flash roms normally using odin or cwm. If you have done some the rm step you can flash ums pit file again then the partitions will come back, then you can go format them. Let us know if there are problems, we will guide you through. Cheers.


Sent from my phone
hi
ok into cwm Format system, data is ok but sdcard i cant formated &cant mount unmount .When a try more than once the same thing
many thanks
 

Attachments

hellkun

Senior Member
Jul 17, 2012
50
10
8
My note stuck at the 1st boot screen, almost tried to reflash a PIT with storage loss, but eventually reflashed a offical ROM and then CWM, and seems everything is fine now!! So exciting.
 

forest1971

Senior Member
Apr 3, 2012
1,694
2,133
0
hi
ok into cwm Format system, data is ok but sdcard i cant formated &cant mount unmount .When a try more than once the same thing
many thanks
Hi,
This is a problem with some recovery/cwm that cannot format sdcard (hg42 also mentioned he encounter this issue before). The solution in my opinion is:

1. Continue to install a rom first, since sdcard is not needed to install a rom. Then once booted into android you can booted back into recovery and do format or full wipe again (full wipe will wipe/format also sdcard I believe).
2. use adb to remove partition 11 and recreate it in fat32 using the command in the guide.
let me know how it goes. cheers.

---------- Post added at 11:34 AM ---------- Previous post was at 11:28 AM ----------

My note stuck at the 1st boot screen, almost tried to reflash a PIT with storage loss, but eventually reflashed a offical ROM and then CWM, and seems everything is fine now!! So exciting.
That is why it is advised to use manual/adb method as well to check if there are faulty blocks or not, before applying re-partition. Also, the history of the problem and symptoms are important. If you wipe using CWM and stock ICS kernel and later try to flash stock rom and it stucks at factoryfs.img or datafs.img (if the rom has datafs file) then it is very very likely emmc bug damage and need re-partition. If you only use GB or safe kernel then bootloop is mainly caused by mismatch of kernel and rom and can be resolved by flashing a new rom and wipe. cheers.
 
  • Like
Reactions: hosamomr

Pinkorek

Member
Aug 6, 2012
16
11
0
Hello,

I'm getting an I/O error dd when using "if=/dev/block/mmcblk0p10 of=/dev/null" command.
After restarting ADB, when executing "(parted) print" there's an error :

Error: /dev/block/mmcblk0: unrecognised disk label

same thing with "(parted) rm 9, rm 10, rm 11"

Do I have to create partitions from this place?
I would appreciate any help, Pinkorek

//EDIT: I dealt with partitions. Now I'm flashing stock 4.0.3 (XXLPY) rom :)
 
Last edited:

forest1971

Senior Member
Apr 3, 2012
1,694
2,133
0
Hello,

I'm getting an I/O error dd when using "if=/dev/block/mmcblk0p10 of=/dev/null" command.
After restarting ADB, when executing "(parted) print" there's an error :

Error: /dev/block/mmcblk0: unrecognised disk label

same thing with "(parted) rm 9, rm 10, rm 11"

Do I have to create partitions from this place?
I would appreciate any help, Pinkorek
Hi: If it has errors unrecognized disk label, then should restart adb and it should recognized again. Always try to complete the test (in step 4 of the guide) first before moving to rm partitions. since after the test we know the best options for repartition.

Anyway, could you post the current partition table please, if parted/print can run and recognize it.

If you can complete the test, then we have guide for best scheme for repartition in step 4 in the guide.

Let me know more info. best.

Edit: Btw, I have just updated the guide today in page 2. So try to read it carefully, should be useful for your case.
 
Last edited: