Looking for the old bootloader of N8000 (sboot.bin) I also found what appears to be a rarity for our N8000: the Pit file (Partition Information Table)
1) N8000 - N8013 - PIT file
I examined it with a exheditor and I also found in what block of memory is in the N8000, and that is a small portion in /dev/block/mmcblk0 and exactly after 34 sectors of 512 bytes each, with a length of 2396 bytes,
Don't seems instead, like other cell or samsung devices, there is a dev \ block dedicated.
So now not only we have Pit file but you can also save the file pit of your N8000 and also of 8013
I was able to verify that the pit file I found is exactly the same pit file of my N8000!
I made (based on other examples) a batch file (I tested, but try it for yourself) that save your PIT file in the sdcard automatically by ADB commands; need to have super user rights .
Here the bat file for N8000:View attachment N8000_SaveMyPitFile.zip
Here batch file for N8013 View attachment N8013_SaveMyPitFile.zip
This is the adb commands used:
shell
su
dd if=/dev/block/mmcblk0 of=/sdcard/My-N8000.pit bs=1 skip=17408 count=2396
Here instead the file pit found in a Russian site: View attachment Note10_PIT.zip
I hope this will be usefull for those have bricked the N8000, even with the help of the bootloader file sboot.bin.
Here pit file of 8013 View attachment My-N8013.zip
2) N8020 - PIT file
For N8020 start address is the same of pit file of N8000, but has more lenght
This is the command dd for N8020
dd if=/dev/block/mmcblk0 of=/sdcard/My-N8020.pit bs=1 skip=17408 count=2924
This the pit file of N8020 View attachment My-N8020.zip
This the bat file for extract Pit file View attachment N8020_SaveMyPitFile.zip
Edit:
Here can found firmware with every file for Odin (incluse old bootloader ) for bricked note (russian language) http://narod.ru/disk/63365822001.6b115b2c7e18ce43c43f68567fe4d915/GT-N8000_mgt.zip.html
Another thing: If you have last blocked samsung bootloader (sboot.bin), you must make downgrade of bootloader if you want that Triangle away reset count to 0 and not to 1; i have tested it!
Thanks for this (and the warning about the new bootloader and the flash counter!)
My N8000 was working normally on the latest official not rooted rom (N8000XXCMD1_N8000RBTCMD1_DBT) and all of a sudden on a normal restart it hang on the samsung screen & when i tried to put it in the downloading mode it gave me the following lines
ODIN MODE
PRODUCT NAME:
CUSTOM BINARY DOWNLOAD: NO
CURRENT BINARY: SAMSUNG OFFICIAL
SYSTEM STATUS: CUSTOM
i connected it to my laptop & the ODIN discovered it but when i tried to flash a rom it gave me an error related to the partition. Any idea how this can be solved please.
how can i use this 5 files rom to fix this problem...should i just flash all the files at once through ODIN (and should i include the bootloader)...i really need help here please
dool2002 said:
My N8000 was working normally on the latest official not rooted rom (N8000XXCMD1_N8000RBTCMD1_DBT) and all of a sudden on a normal restart it hang on the samsung screen & when i tried to put it in the downloading mode it gave me the following lines
ODIN MODE
PRODUCT NAME:
CUSTOM BINARY DOWNLOAD: NO
CURRENT BINARY: SAMSUNG OFFICIAL
SYSTEM STATUS: CUSTOM
i connected it to my laptop & the ODIN discovered it but when i tried to flash a rom it gave me an error related to the partition. Any idea how this can be solved please.
how can i use this 5 files rom to fix this problem...should i just flash all the files at once through ODIN (and should i include the bootloader)...i really need help here please
Click to expand...
Click to collapse
Can you post the report of Odin?
Added in the first post PIT file of N8020
ghibli3 said:
Can you post the report of Odin?
Click to expand...
Click to collapse
here it is
<ID:0/021> Added!!
<ID:0/021> Odin v.3 engine (ID:21)..
<ID:0/021> File analysis..
<ID:0/021> SetupConnection..
<ID:0/021> Can't open the serial(COM) port.
<ID:0/021> Added!!
<OSM> All threads completed. (succeed 0 / failed 1)
<ID:0/021> Removed!!
Can you put pit file to n8010
dool2002 said:
here it is
<ID:0/021> Added!!
<ID:0/021> Odin v.3 engine (ID:21)..
<ID:0/021> File analysis..
<ID:0/021> SetupConnection..
<ID:0/021> Can't open the serial(COM) port.
<ID:0/021> Added!!
<OSM> All threads completed. (succeed 0 / failed 1)
<ID:0/021> Removed!!
Click to expand...
Click to collapse
I would try this:
downloaded the file that the link at the end of my first post
You have all in that file: the file pit, modem, bootloader and csc ECCC ... you need to enter in odin each file in the right place; the language is Russian; check repartition so you save the file pit on your N8000
See if you can flash so...
If you have a locked bootloader,It may be that you are unable to flash it; in which case you will need to downgrade the booloader via adb
Ok?
bilal.23 said:
Can you put pit file to n8010
Click to expand...
Click to collapse
You can do by yourself.
Use Framaroot for simple and quick root: with framaroot: you can root and unroot in one click; no new recovery need, your status is always official!
If you have recent firmware framaroot works with the last two options
With your N8010 rooted you can use the bat file in the first post of N8000 and send me
I can look it with an exheditor and tell you if is good and completed, so i can add in the first post your pit file of 8010!
ghibli3 said:
I would try this:
downloaded the file that the link at the end of my first post
You have all in that file: the file pit, modem, bootloader and csc ECCC ... you need to enter in odin each file in the right place; the language is Russian; check repartition so you save the file pit on your N8000
See if you can flash so...
If you have a locked bootloader,It may be that you are unable to flash it; in which case you will need to downgrade the booloader via adb
Ok?
Click to expand...
Click to collapse
i tried to flash them but it still fails...how can i downgrade the bootloader via adb?
dool2002 said:
i tried to flash them but it still fails...how can i downgrade the bootloader via adb?
Click to expand...
Click to collapse
You can use this batch file View attachment 1971542 that write via adb only theold bootloader sboot.bin (german bootloader)
These are the command via adb (thank to Odia xda-user) for all three file sboot.bin tz.img and param.bin
you can look in this post for S3 http://forum.xda-developers.com/showthread.php?t=2081748
> adb push sboot.bin /sdcard/sboot.bin
> adb push tz.img /sdcard/tz.img
> adb push param.bin /sdcard/param.bin
> adb shell
$ su
# dd if=/sdcard/sboot.bin of=/dev/block/mmcblk0p1
# dd if=/sdcard/tz.img of=/dev/block/mmcblk0p2
# dd if=/sdcard/param.bin of=/dev/block/mmcblk0p4
# rm /sdcard/sboot.bin
# rm /sdcard/tz.img
# rm /sdcard/param.bin
# reboot fota_bl
Can i save my .pit file on Galaxy S2 (GT-i9100G)?
Why this and are different?
N8000
dd if=/dev/block/mmcblk0 of=/sdcard/My-N8000.pit bs=1 skip=17408 count=2396
N8020
dd if=/dev/block/mmcblk0 of=/sdcard/My-N8020.pit bs=1 skip=17408 count=2924
Which command i should use?
Honestly, in our case I'd save the entirety of /dev/block/mmcblk0 somewhere, just-in-case. You can pick out the PIT later, but this way you're covered all ways.
8010 PIT
ghibli3 said:
You can do by yourself.
Use Framaroot for simple and quick root: with framaroot: you can root and unroot in one click; no new recovery need, your status is always official!
If you have recent firmware framaroot works with the last two options
With your N8010 rooted you can use the bat file in the first post of N8000 and send me
I can look it with an exheditor and tell you if is good and completed, so i can add in the first post your pit file of 8010!
Click to expand...
Click to collapse
Here my N8010 16GB PIT file. Can you check it and it to the first post then.
Thx
GeeKey said:
Here my N8010 16GB PIT file. Can you check it and it to the first post then.
Thx
Click to expand...
Click to collapse
Your file is too much big
Looking your pit it seems have the same size of N8000 so you must use the same command for N8000
dd if=/dev/block/mmcblk0 of=/sdcard/My-N8000.pit bs=1 skip=17408 count=2396
Please use this command and repost your pit file to confirm it
ghibli3 said:
Your file is too much big
Looking your pit it seems have the same size of N8000 so you must use the same command for N8000
dd if=/dev/block/mmcblk0 of=/sdcard/My-N8000.pit bs=1 skip=17408 count=2396
Please use this command and repost your pit file to confirm it
Click to expand...
Click to collapse
Anyone got a PIT file for the 8013? I've looked everywhere. My tablet gets into Odin and nothing else. Won't flash any rom, keeps saying that there's no PIT partition. I even tried flashing a 8010 PIT file out of desperation, but it failed with the same message.
Help?
Dileas said:
Anyone got a PIT file for the 8013? I've looked everywhere. My tablet gets into Odin and nothing else. Won't flash any rom, keeps saying that there's no PIT partition. I even tried flashing a 8010 PIT file out of desperation, but it failed with the same message.
Help?
Click to expand...
Click to collapse
How have you tried flashing pit file? By Odin?
ghibli3 said:
How have you tried flashing pit file? By Odin?
Click to expand...
Click to collapse
Yep, with Odin. And I tried all the usual steps. Made sure the port was USB2, installed a 32 bit version of windows, tried different ports, etc. At this point I think either I need the 8013 pit file, or the MMC might be completely screwed.
in serious need of the n8013 pit if anyone has it
Have Your Pit file on Terminal Emulator. Type this:
su -c 'dd if=/dev/block/mmcblk0 of=/sdcard/N80xx-out.pit bs=8 count=481 skip=2176'
This only to devices from 8 and 16GB. Not to 32 GB.
Attached the Pit analyzes from PIT Magic:
Related
I've managed to patch to MF3 without flashing bootloaders, modems, rpm, and without losing TWRP. All without rooting the device. What this means is, I now have a 100% stock MF3 system partition that I would like to dump into an odin-flashable tarball. To do that, I need to dump my system (while in recovery) to a system.img.ext4, using whatever method is normally used to create an odin-flashable file.
I found this guide: http://forum.xda-developers.com/showthread.php?t=2277127
I wanted to get some feedback from Devs working on the I337, specifically. It appears that the command I want is this:
Code:
make_ext4fs -s -l 2760M -a system /sdcard/system.img.ext4 /system
But... where do I determine what size I need?
Many thanks.
Aou said:
I've managed to patch to MF3 without flashing bootloaders, modems, rpm, and without losing TWRP. All without rooting the device. What this means is, I now have a 100% stock MF3 system partition that I would like to dump into an odin-flashable tarball. To do that, I need to dump my system (while in recovery) to a system.img.ext4, using whatever method is normally used to create an odin-flashable file.
I found this guide: http://forum.xda-developers.com/showthread.php?t=2277127
I wanted to get some feedback from Devs working on the I337, specifically. It appears that the command I want is this:
Code:
make_ext4fs -s -l 2760M -a system /sdcard/system.img.ext4 /system
But... where do I determine what size I need?
Many thanks.
Click to expand...
Click to collapse
I might have found my own answer:
Code:
fdisk -l /dev/block/mmcblk0p16
Disk /dev/block/mmcblk0p16: 2894 MB, 2894069760 bytes
4 heads, 16 sectors/track, 88320 cylinders
Units = cylinders of 64 * 512 = 32768 bytes
Disk /dev/block/mmcblk0p16 doesn't contain a valid partition table
No go. Perhaps I'm packaging it wrong? Perhaps I'm not pulling the image correctly?
Here's Odin's log:
Code:
<ID:0/020> Added!!
<ID:0/020> Odin v.3 engine (ID:20)..
<ID:0/020> File analysis..
<ID:0/020> SetupConnection..
<ID:0/020> Initialzation..
<ID:0/020> Get PIT for mapping..
<ID:0/020> Firmware update start..
<ID:0/020> system.img.ext4
<ID:0/020> NAND Write Start!!
<ID:0/020> FAIL! (Auth)
<OSM> All threads completed. (succeed 0 / failed 1)
Here's what the screen said:
SECURE CHECK FAIL : system
Here's how I dumped the system (in adb shell while in recovery with /system and /cache mounted):
Code:
make_ext4fs -s -l 2894069760 -a system /sdcard/system.img.ext4 /system
make_ext4fs -s -l 2170552320 -a cache /sdcard/cache.img.ext4 /cache
(the above number of bytes were obtained using fdisk against the partitions)
And here's how I packed them into the Odin-flashable tarball:
Code:
tar -H ustar -c system.img.ext4 cache.img.ext4 > mf3.tar
md5sum -t mf3.tar >> mf3.tar
mv mf3.tar mf3.tar.md5
Does anyone see anything wrong with this method? Odin Mode currently shows:
CURRENT BINARY: Samsung Official
SYSTEM STATUS: Official
- Root was never applied, kept the stock MF3 kernel, nothing's been touched in /system - everything 100% absolutely stock...
Check out this article:
http://androidforums.com/continuum-all-things-root/263953-how-make-custom-odin-images.html
Change the partition info to match that of i337
Craptain Krunch said:
Check out this article:
http://androidforums.com/continuum-all-things-root/263953-how-make-custom-odin-images.html
Change the partition info to match that of i337
Click to expand...
Click to collapse
That post is scary-old, though. Doesn't even mention ext4
Aou said:
That post is scary-old, though. Doesn't even mention ext4
Click to expand...
Click to collapse
I mainly linked it because the packaging commands are slightly different.
Craptain Krunch said:
I mainly linked it because the packaging commands are slightly different.
Click to expand...
Click to collapse
I see. I researched it a bit, and the "dd" method stopped working with the S3 and beyond. I tried it anyway, and Odin (on phone) failed, saying:
Unsupport dev_type
I am looking into this: https://github.com/Chainfire/sgs4ext4fs
But not sure if it applies.
Aou said:
I see. I researched it a bit, and the "dd" method stopped working with the S3 and beyond. I tried it anyway, and Odin (on phone) failed, saying:
Unsupport dev_type
I am looking into this: https://github.com/Chainfire/sgs4ext4fs
But not sure if it applies.
Click to expand...
Click to collapse
Check your PM sir.
I have never done this before, so I can't be of much help. The part I don't understand is why the size of the partition must be specified. My first question would be, does it need to specified accurately?
Even though this is for the Epic 4G, it may help
http://forum.xda-developers.com/showthread.php?t=2154762
It may allow you to do what you want without knowing the partition size since you would use a system dump as your source (see post #2).
upndwn4par said:
I have never done this before, so I can't be of much help. The part I don't understand is why the size of the partition must be specified. My first question would be, does it need to specified accurately?
Even though this is for the Epic 4G, it may help
http://forum.xda-developers.com/showthread.php?t=2154762
It may allow you to do what you want without knowing the partition size since you would use a system dump as your source (see post #2).
Click to expand...
Click to collapse
Thanks. Looking into this now.
By the way, the "sgs4ext4fs" program by chainfire seemed to do what it advertised, but still doesn't flash.
UPDATE/EDIT:
Code:
error: file_write: write: File too large
It seems that I can't use their method to create an ext4 file to add to the tarball... Still looking into it though...
Aou said:
Thanks. Looking into this now.
By the way, the "sgs4ext4fs" program by chainfire seemed to do what it advertised, but still doesn't flash.
UPDATE/EDIT:
Code:
error: file_write: write: File too large
It seems that I can't use their method to create an ext4 file to add to the tarball... Still looking into it though...
Click to expand...
Click to collapse
Sorry for lifting up an old thread, but did you eventually get it working? Thanks in advance.
Also would like to know
Sent from my ATT S4 MF3 using Tapatalk
jball said:
Also would like to know
Sent from my ATT S4 MF3 using Tapatalk
Click to expand...
Click to collapse
The best I can remember it did not work. It resulted in an ODIN flash-able TAR that wouldn't flash due to the bootloader not being signed. It really doesn't matter anymore because there is a ODIN flash-able MF3 file available now.
Sorry I thought you were trying to push a version of TWRP.of course I use Safestrap but I would love to be able to use a straight up custom recovery.thank you for a reply
Sent from my ATT S4 MF3 using Tapatalk
tys0n said:
Sorry for lifting up an old thread, but did you eventually get it working? Thanks in advance.
Click to expand...
Click to collapse
scott14719 said:
The best I can remember it did not work. It resulted in an ODIN flash-able TAR that wouldn't flash due to the bootloader not being signed. It really doesn't matter anymore because there is a ODIN flash-able MF3 file available now.
Click to expand...
Click to collapse
scott14719 is correct - the only images I was ever able to create were not accepted by the device due to signatures.
So there's an MF3 odin out there now? I haven't been paying attention. That's awesome.
Aou said:
scott14719 is correct - the only images I was ever able to create were not accepted by the device due to signatures.
So there's an MF3 odin out there now? I haven't been paying attention. That's awesome.
Click to expand...
Click to collapse
Ok, thanks. I was just asking because sm-g730a is also without official firmware. Trying to find a way to make one
tys0n said:
Ok, thanks. I was just asking because sm-g730a is also without official firmware. Trying to find a way to make one
Click to expand...
Click to collapse
Gotcha. Check out my other thread here: http://forum.xda-developers.com/showthread.php?t=2378946
Look at File #5 and File #6. Might guide you in the right direction. These "Odin-flashable" files don't actually work on the I337 because of the signature verification that's built-in the bootloader, but perhaps you might have better luck on the other device. As always, be careful doing any of this stuff.
Hi @all
To extract a PIT file from a device like the Note 2 N7100 16GB we can use this on terminal emulator:
su -c 'dd if=/dev/block/mmcblk0 of=/sdcard/out.pit bs=8 count=481 skip=2176'
and we have the out.pit on Sdcard.
Is good if we use the PIT Magic from @lyriquidperfection DEV. Thanks.
We can extract the pit file to see inside whit this tool.
To Note 3 N9005 32GB:
That command is not compatible. It make also a out.pit but the PIT Magic give us an error and not extract it.
The parameters bs, count and skip must be different to a Device from 32 GB. (The partition is same).
Someone know something about?
The Leaked Rom XXUBMH1 have one Pit file 32 GB, see HERE. The PIT Magic extracted it well, attached #1.
To compare, the Pit extracted from the N7100 16 GB on attached #2.
You can see here more info about this to S4 Mini:
http://forum.xda-developers.com/showpost.php?p=47280556&postcount=10
Thank You
Hi @all
I wait a response about this.
Thank You
I have it now whit this THREAD.
YOU CAN BELIVE IT !
I FINALLY RESTORED NOTE 3 FROM SOFT BRIKED !
THIS TUTORIAL IS FOR ONLY NOTE 3 ( N-9005 ) SNAPDRAGON ONLY !
IF WILL NOT HELP THIS ONE http://forum.xda-developers.com/showthread.php?t=2507403
----------------- THEN READ BELOW-------------------
If you have symptons like :
- RESTARTING AFTER 30 SEC WHEN SYSTEM IS READY.
- BRIGHTNES BAR MISSING
- APPLICATIONS FORCE CLOSING
- IN SAMSUNG MENAGER SYSTEM STORAGE IS 16 GB INSTEAD OF 32 GB
- DIALER DOES NOT WORK.
- POWER BUTTON DOES NOT WORK.
- IF YOU TRIED TO INSTALL OTHER ROMS AND STILL THE SAME SYMPTONS
Then this manual is for you
WHAT WE NEED :
- clean rom BASED ON 4.4.2
- my pit file http://www.multiupload.nl/GNZBN4QUIW
- odin 3.09 http://www.multiupload.nl/00K2JQD45C
- samsung drivers http://www.multiupload.nl/UCYN9O1VFF
- adb http://www.multiupload.nl/VU164H9Y20
- efs professional http://www.multiupload.nl/8AQP1AC1N6
- n9005-cwm-recovery FOR 4.4.2
- UPDATE-SuperSU-v1.65 - Superuser http://www.multiupload.nl/ALFN3R16HY
- and my files https://mega.co.nz/#!44A3FCiC!wqNyaD-TTGK_Sixj4ifFTs9EhHIvCKtNH6S64tP2mUY
PREPARATIONS :
- install samsung drivers
- extract NOTE 3 - Fix soft bricked.rar and put files on your extended sd card. and UPDATE-SuperSU-v1.65.zip as well
- go to download mode
- install via Odin some clean rom and use pit file as well and check boxes in odin :
nand erase all,
Re-partition
Phone efs clear
- after install rom go into recovery and make full wipe
- odin again and install n9005-cwm-recovery-6.0.4.4(1025) ( button AP in odin )
- go to recovery - install zip - choose extended sd card - UPDATE-SuperSU-v1.65.zip
- boot system ( su has to be installed )
- go to recovery again - mounts and storage
mount system
mount extended sd card
- put USB cable to computer
- run adb commands :
adb shell
su
dd if=/external_sd/mmcblk0p1 of=/dev/block/mmcblk0p1
dd if=/external_sd/mmcblk0p2 of=/dev/block/mmcblk0p2
dd if=/external_sd/mmcblk0p3 of=/dev/block/mmcblk0p3
dd if=/external_sd/mmcblk0p4 of=/dev/block/mmcblk0p4
dd if=/external_sd/mmcblk0p5 of=/dev/block/mmcblk0p5
dd if=/external_sd/mmcblk0p6 of=/dev/block/mmcblk0p6
dd if=/external_sd/mmcblk0p7 of=/dev/block/mmcblk0p7
dd if=/external_sd/mmcblk0p8 of=/dev/block/mmcblk0p8
dd if=/external_sd/mmcblk0p9 of=/dev/block/mmcblk0p9
dd if=/external_sd/mmcblk0p10 of=/dev/block/mmcblk0p10
dd if=/external_sd/mmcblk0p11 of=/dev/block/mmcblk0p11
dd if=/external_sd/mmcblk0p12 of=/dev/block/mmcblk0p12 - first try skip this command ( I had to make this but maybe you do not have to and your imei number will remain but do not worry we can back imei number very easily but sim card still don't connect to carrier - I'm working on it.
dd if=/external_sd/mmcblk0p13 of=/dev/block/mmcblk0p13 - first try skip this command ( I had to make this but maybe you do not have to and your imei number will remain but do not worry we can back imei number very easily but sim card still don't connect to carrier - I'm working on it.
dd if=/external_sd/mmcblk0p14 of=/dev/block/mmcblk0p14
dd if=/external_sd/mmcblk0p15 of=/dev/block/mmcblk0p15
dd if=/external_sd/mmcblk0p16 of=/dev/block/mmcblk0p16
dd if=/external_sd/mmcblk0p17 of=/dev/block/mmcblk0p17
dd if=/external_sd/mmcblk0p18 of=/dev/block/mmcblk0p18
dd if=/external_sd/mmcblk0p19 of=/dev/block/mmcblk0p19
dd if=/external_sd/mmcblk0p20 of=/dev/block/mmcblk0p20
dd if=/external_sd/mmcblk0p21 of=/dev/block/mmcblk0p21
dd if=/external_sd/mmcblk0p22 of=/dev/block/mmcblk0p22
dd if=/external_sd/mmcblk0rpmb of=/dev/block/mmcblk0rpmb
- wait 30 sec and put out the battery.
- unplug the phone
- switch on the phone - should boot normally and work properly
- but your imei number i probably gone and your sn number is gone as well .
But do not worry we repair it !
RESTORING SN - SEIAL NUMBER :
- we need HxD Hex Editor http://mh-nexus.de/en/hxd/
- and need mmcblk0p11
- open mmcblk0p11 in HxD Hex Editor go to adres ( offset ) edit -> choose block -> 602000 - you should find RF000000000 - replace with your proper SN.
- go to recovery again - mounts and storage
mount system
mount extended sd card
- put USB cable to computer
- run adb commands :
adb shell
su
dd if=/external_sd/mmcblk0p11 of=/dev/block/mmcblk0p11
- wait 30 sec and put out the battery.
- Now your SN should be ok.
If your IMEI number is ok - finish
------------------------------------------------------------------------------------------------------
BUT IT IS NOT READ BELOW:
- firsr try this http://forum.xda-developers.com/showthread.php?t=2507403 if won't help READ MORE
- on dial pad dial *#0808#
- choose RMNET+DM+MODEM and pres ok
- plug the phone to computer , wait until drivers will be installed
- run EFS Professional, choose Quallcom NV tools
- click connect,
- on the bottom is imei repair put your right imei number
- choose write to device and just write
- unplug phone , dial again *#0808#, choose MTP+ADB
- restart phone and your imei should be again ok.
In my phone imei number certificate is still fail ( simcard not login into my network ) - I'm working on it ...have few ideas....
goodnight friend
mirek190 said:
YOU CAN BELIVE IT !
I FINALLY RESTORED NOTE 3 FROM SOFT BRIKED !!!!
Tomorrow I describe procedure for it with files !!!
Still without the network ( efs broken yet - I have some idea how to repair it ) but :
- NO RESTARTING AFTER 30 SEC,
- BRIGHTNES BAR BACK
- HAS AGAIN 32 GB INTERNAL MEMORY ,
- DIALER WORK ,
- POWER BUTTON WORK.
IM SO HAPPY......and tired.?
Click to expand...
Click to collapse
podrias pasarme un tutorial o los pasos que seguistes para revivir tu note 3 ? tengo varios dias sin poder resolver brick de mi celular, al parpadear la rom stock con odin no pasa del logo de samsung, al entrar a recovery me sale el error E : failed to mount /efs (invalid argument) no se que hacer, he intentado mil maneras con la z3x y no logro nada
Today I leave tutorial I promise .
Yesterday I was trying to recover imei with success.
Still one problem remain.
Sim card does not log in to network yet in spite of imei number is OK. Still something missing....
Can't wait!
Go Mirek, go Mirek. We are all waiting for ur tutorial.
Btw, does anyone has a pit file of a Note 3 Demo unit? I´m still searching one. My Demo Unit is stuck on Samsung logo cause the pit partition is broken.
Thx for any help in advance
Be patient please.
I think I found out why Note 3 cam not log into network witch sim card beacuse of wrong SN number...finding solution...
UPDATED
Thanks
Thx mirek. Nice that u have found a way to fix this :good:. But for me only usable when someone sends me the pitfile of a note 3 demo unit. :crying:
Why ?
Have you tried ?
This pit file is not working?
Kernel refuse ?
..
Im goona try it now but i know that pit file will not work on my phone. Let me goona test it quickly. Be right back
and.... work ?
mirek190 said:
and.... work ?
Click to expand...
Click to collapse
Here is the result.
<ID:0/003> Added!!
<ID:0/003> Odin v.3 engine (ID:3)..
<ID:0/003> File analysis..
<ID:0/003> SetupConnection..
<ID:0/003> Initialzation..
<ID:0/003> Set PIT file..
<ID:0/003> DO NOT TURN OFF TARGET!!
<ID:0/003> FAIL!
<ID:0/003>
<ID:0/003> Re-Partition operation failed.
<OSM> All threads completed. (succeed 0 / failed 1)
As i told u.
I need a pit file of a working demo unit.
So many guys here in this forum owns a demo unit but no1 is helping.
Here is my thread http://forum.xda-developers.com/showthread.php?t=2557561
Max One said:
Here is the result.
<ID:0/003> Added!!
<ID:0/003> Odin v.3 engine (ID:3)..
<ID:0/003> File analysis..
<ID:0/003> SetupConnection..
<ID:0/003> Initialzation..
<ID:0/003> Set PIT file..
<ID:0/003> DO NOT TURN OFF TARGET!!
<ID:0/003> FAIL!
<ID:0/003>
<ID:0/003> Re-Partition operation failed.
<OSM> All threads completed. (succeed 0 / failed 1)
As i told u.
I need a pit file of a working demo unit.
So many guys here in this forum owns a demo unit but no1 is helping.
Click to expand...
Click to collapse
Really ?
And no one can perform simply in adb or android console ?
su -c dd if=/dev/block/mmcblk0 of=/sdcard/My-N9005.pit bs=1 skip=17408 count=4244
But you know if you try use pit file you have to use rom as well at the same time ?
mirek190 said:
Really ?
And no one can perform simply in adb or android console ?
su -c dd if=/dev/block/mmcblk0 of=/sdcard/My-N9005.pit bs=1 skip=17408 count=4244
But you know if you try use pit file you have to use rom as waell at the same time ?
Click to expand...
Click to collapse
Are u sure?
I m going to test it quickly.
In your tutorial you wrote "first skip this command.....", You mean the command that have mmcblk0p13 or mmcblk0p12 & mmcblk013 ?
Just for clearification
GT-N7000 cihazımdan Tapatalk 2 ile gönderildi
This time i tried with pit and rom N9005XXUDMJ7_N9005OXADMJ4_BTU = no success
<ID:0/003> Added!!
<ID:0/003> Removed!!
<ID:0/003> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> N9005XXUDMJ7_N9005OXADMJ4_N9005XXUDMJ7_HOME.tar.md5 is valid.
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/003> Odin v.3 engine (ID:3)..
<ID:0/003> File analysis..
<ID:0/003> SetupConnection..
<ID:0/003> Initialzation..
<ID:0/003> Set PIT file..
<ID:0/003> DO NOT TURN OFF TARGET!!
<ID:0/003> FAIL!
<ID:0/003>
<ID:0/003> Re-Partition operation failed.
<OSM> All threads completed. (succeed 0 / failed 1)
I think the pit file of a demo unit is a bit different, thats why i exactly need that one to make my phone work again.
maktama said:
In your tutorial you wrote "first skip this command.....", You mean the command that have mmcblk0p13 or mmcblk0p12 & mmcblk013 ?
Just for clearification
GT-N7000 cihazımdan Tapatalk 2 ile gönderildi
Click to expand...
Click to collapse
12 and 13 as well
I got my firmware from sammobile and extracted this
N9005ZHUBMI7_N9005ZZHBMI7_N9005XXUBMI5_HOME.tar.md5
Using this method:
http://forum.xda-developers.com/showthread.php?t=2498850&highlight=n9005zhubmi7&page=84
Since it was a huge file it took hours for me to download and I got all the other necessary prerequisites ( Sammmobile firmware, URDLV, Cygwin and Odin) and as I opened up cygwin started to do the full method and things go smoothly. then when I execute the URDLV.sh this happens
Code:
Mode: full
Filename: N9005ZHUBMI7_N9005ZZHBMI7_N9005XXUBMI5_HOME
Extension: md5
Extracting Firmware...
system.img.ext4 NOT found!
Using the CSC method I get this error
Code:
Mode: csc
Filename: N9005ZHUBMI7_N9005ZZHBMI7_N9005XXUBMI5_HOME
Extension: md5
Extracting Firmware...
cache.img.ext4 NOT found!
So, I'm stuck. I don't know what I did wrong.
I checked the MD5 file(opened with winamp) and the files were there
Hi Mathmango, wondering if you managed to figure this out? I'm getting exactly the same error.
Cheers
Anthony
mathmango said:
I opened up cygwin started to do the full method and things go smoothly. then when I execute the URDLV.sh this happens
Code:
Mode: full
Filename: N9005ZHUBMI7_N9005ZZHBMI7_N9005XXUBMI5_HOME
Extension: md5
Extracting Firmware...
system.img.ext4 NOT found!
Using the CSC method I get this error
Code:
Mode: csc
Filename: N9005ZHUBMI7_N9005ZZHBMI7_N9005XXUBMI5_HOME
Extension: md5
Extracting Firmware...
cache.img.ext4 NOT found!
So, I'm stuck. I don't know what I did wrong.
I checked the MD5 file(opened with winamp) and the files were there
Click to expand...
Click to collapse
You have to place the image in the same folder where you have URDLV.sh;
For example C:/Root/Universal-RDLV_v0.5/
Output dir
tools dir
License.txt
N9005XXUENB3_N9005OXXENB1_N9005XXUENB1_HOME.tar
SS_DL.dll
URDLV.sh
this worked for me . First i had the same error but after i copied the firmware in the same director fixed the problem.
can i have a N910G pit file?
n910g for australia optus, if you have one,please send me link, thanks
kyle1031 said:
can i have a N910G pit file?
n910g for australia optus, if you have one,please send me link, thanks
Click to expand...
Click to collapse
Unfortunately I couldn't find the pit file, but still there's a way. If someone has a same device as of urs and also rooted, then u can tell him to install android terminal and busybox. Then tell him to type this in terminal:
su
dd if=/dev/block/mmcblk0 of=/sdcard/out.pit bs=8 count=580 skip=2176
This will extract the pit file from the ROM and will be placed in the internal.
U can post this thing in ur device forum, so someone could help u to give the pit file.???
tra_dax