radio rom hw6515 - Beetles

Hello,.
I'm new on this forum....After installing the rom I had the issue regarding the radio rom....so I decided to check if there's a solution....
I go in detail on my situation:
I have two hw6515a one is good and the other no.
Before of all I want to know if does someone know the memory address of the radio rom?
Is it possible to copy all the memory using romupdate with d2p 00000000 lengh?
Does someone know the totally lengh of the rom?
Another possibility is is possible to copy peace by peace of the good one into the bad one using d2s and s2d?
Thx
Amedeo

can you explain me the meaning of lengh in the map command?
Virtual Physical Length
----------------------------------------------------------------------------------
0xA0000000 0x00000000 64
0xA8000000 0x44000000 1
........
0xAC200000 0x2C000000 14
0xAD000000 0x30000000 1
0xAD100000 0x38000000 1
0xAD200000 0x3C000000 14
0xAE000000 0x40000000 32
0xB0000000 0xA0000000 64
0xB4000000 0xA4000000 64
in the command d2s the lengh how is related to the lengh showed in the map command? for example writing
d2s 60000000 8000000 the number 8000000 is a lengh of 2 in the map command? and the 60000000 is the phisycal memory right?
thx for the suppot!
Regards,
Amedeo

Related

How to pdocread Extended Rom ?

Hi All,
I used aWizard to read out my Wizard's ExtRom, but do not know how to write it back.
I want to read out the ExtRom in .nba format, I studied the aWizard , I believe since " pdocread.exe 0 0x3900000 ROM\OS.nba " can read out the os, then theoretically " pdocread.exe ??? 0xA00000 ROM\ExtRom.nba " should be able to read out ExtRom in .nba format.
I do not know about programming, can someone be kind enough to point out what the ??? in above should be.
Will the following info has some hints?
Cmd>r2sd all
***** user area size = 0x1E100000 Bytes
R2SDBackup() - Download type = 5
usTotalBlock = 1 sizeof(SDCARD_SIGNATRUE_TABLE)=512
Start address = 0x80000000 , Length = 0x800 (IPL)
Start address = 0x80000800 , Length = 0xC0000 (SPL)
Start address = 0x800C0800 , Length = 0x40000 ( )
Start address = 0x80100800 , Length = 0x280000 (GSM)
Start address = 0x4E3D4C0 , Length = 0x3900000 (OS)
Start address = 0x743D4C0 , Length = 0xA00000 (EXTROM)
Thanks a lot!
Any idea about " pdocread.exe 0 0x3900000 ROM\OS.nba "?
Is 0 the starting offset address & 0x3900000 the size of the os rom part?
I have read the info in wiki.xda-developers.com, but my programming knowledge is too bad for me to understand it!
(just for reference), i posted a detailed explanation on http://www.spv-developers.com/forum/showthread.php?t=2888
willem

Reset Simlock Count on Hw6515

Does it possible to reset the simlock counter try?
I've a problem with it : Simlock say i've tried 20 times to enter simlock code!
And now i can't valide new code : Ok button stay grey
This happened after i used vBar to kill Simlock task ! Number of try has reach 20 and now it seem to be lock for many days.
If someone can help me... Please cause now i've my simlock code but i can't valide if !
Ipaq Hw6515 French Bouygue telecom
Last ROM 1.23 French
vBar (great freeware but dangerous for simlock!) :
http://www.pocketpcfreewares.com/fr/index.php?soft=562
Go into bootloader using mtty.exe, you need to access AT command interpreter, in some htc devices this is done by command 'rtask 7' on others is 'rtask b' (I don't know on the beetles). Should be something like this:
Code:
USB> rtask b <--- go into AT command interface
ate1 <--- type this to enable local echo
atv1 <--- type this to enable verbose output
[email protected]=0,1,code <--- replace "code" with your MSL
[email protected]=0,2,code
[email protected]=0,4,code
[email protected]=0,8,code
[email protected]=0,16,code
[email protected]=0,32,code
[email protected]?40
If the last command returns simlock=00 means it's unlocked, other vaule means is still locked.
No need to reset the counter
[email protected] Doesn't work
Hi,
Thank for your reply but it doesn't work :
[email protected] doesn't seem to be implemented :
USB>h rtask
Usage:
rtask [Type [Value]]
Type(hex) 0: Reset radio and [value](hex) is ignore.
Type(hex) 1: Turn on radio, lease use type 3 and 4 instead.
Type(hex) 2: Turn off radio and [value](hex) is ignore.
Type(hex) 3: Run radio image and [value](hex) is ignore.
Type(hex) 4: Run radio bootloader and [value](hex) is ignore.
Type(hex) 7: Radio AT Command Debug.
Type(hex) 8: GSM trace route.
Type(hex) 9: Run radio external bootloader and [value](hex) is ignore.
Type(hex) A: Radio image flash by external bootloader and [value](hex) is ignore.
Type(hex) C: Select debug path.
Type(hex) D: Radio AT Command with GSM trace route.
Type(hex) 10: Set radio external boot UART mode(fast(1)/normal(0)).
USB>rtask 7
Radio AT command debug.
Wait 177 ms
ATCmd Version 0.1
CAIF Init Done
ate1
0
atv1
aatv1
OK
[email protected]?40
[email protected]?40
ERROR
[email protected]?40
[email protected]?40
ERROR
[email protected]?40
[email protected]?40
ERROR
ati
aati
Ericsson Mobile Platform
OK
And when i trie [email protected]=0, facility(0 to 32), unlocking code => ERROR
I've tried with the first ROM 1.05 and the last 1.23, with the 1.23 the help for rtask disappear!
Does Someone know another methode or command to accomplish my unlocking action? Please I gonna be crazy, I've left my ipaq running simlock 7 days and Validation button stay grey!! I've reset to test [email protected] without success
ouch, then hw6515 bootloader is different from what I've seen previously....
hw6515a locked
i have the same problems for months. my hw6515a 22 times. and i cannot have the button ok enabled. i cannot reset it. im still fresh on the boat. i downloaded the mtty.exe but i dont know how to use it. how to get my fone in the bootloader. Pof. you genius. plz show me how to unlock this fone. or reset the simlock count back. many thanks. Andrew. [email protected]
pof said:
Go into bootloader using mtty.exe, you need to access AT command interpreter, in some htc devices this is done by command 'rtask 7' on others is 'rtask b' (I don't know on the beetles). Should be something like this:
Code:
USB> rtask b <--- go into AT command interface
ate1 <--- type this to enable local echo
atv1 <--- type this to enable verbose output
[email protected]=0,1,code <--- replace "code" with your MSL
[email protected]=0,2,code
[email protected]=0,4,code
[email protected]=0,8,code
[email protected]=0,16,code
[email protected]=0,32,code
[email protected]?40
If the last command returns simlock=00 means it's unlocked, other vaule means is still locked.
No need to reset the counter
Click to expand...
Click to collapse
The bootloader are totally different, maybe the one that your are testing is on ipaq 6365...CMIIWW thanks
do HARD-RESET, that what i did to my H6515 USA version
Need a little help I am new with Ipaq 6515 but have unlocked other PDA and Pocket pcs, one thing how to put 6515 in bootmode and also how to hard reset it please can any one help.
thanks
bcnboy
need too to reset simlock counter.. this also can unlock beetles devices??
Hi all. I have the hw6515 spanish, sim locked, and french, without sim lock. Iz it possible to make both english and unlock it???
How to reset unlock codes counter on HP 6515a?
How can I manage connection with mtty.exe and device. Because there is not any COM ports emulated by AS.
Pof - a little help with X01HT
Hi - this worked on the HTC Hermes (I have X01HT)
Before i started - [email protected]?40 - returned - 01
I then ran [email protected]=0,1,code (code= the code I bought off a member here)
Then [email protected]?40 - returned - 00 (unlocked)
Thanks heaps
lemming77 said:
Hi - this worked on the HTC Hermes (I have X01HT)
Before i started - [email protected]?40 - returned - 01
I then ran [email protected]=0,1,code (code= the code I bought off a member here)
Then [email protected]?40 - returned - 00 (unlocked)
Thanks heaps
Click to expand...
Click to collapse
I think i need help with this. In mtty i get command error!!! all the time. Maybe I need to get the password? bootloader_pwn3d.pdf doesnt help.
I have my code, I just need to know how to input it. I have HardSPL installed maybe I will try flashing another rom to input the code?
How to apply to elf
dear sir
HOW TO APPLY TO ELF & what is Msl that will be inserted instead of code
Cant reset hermes
Khianto said:
The bootloader are totally different, maybe the one that your are testing is on ipaq 6365...CMIIWW thanks
Click to expand...
Click to collapse
DOES ANYONE KNOW HOW TO RESET COUNTS ON HERMES I TRIED LIKE THIS WITHOUT ANY RESULT
task 32
Level = 0
Cmd>28
Command error !!!
Cmd>task 32
Level = 0
Cmd>task 28
Storage format start
Write Nand Success
dwBlockToWrite = 13
Storage start block: 464
Storage Total block: 472
Total Bad Block in CE: 0
NeedToEraseBlockStart: 477
Storage format success
Cmd>task b
Cmd>task 7
Cmd>task b
Cmd>rtask b
Command error !!!
Cmd>rtask 7
Command error !!!
Cmd>task 7
Cmd>ate 1
Command error !!!
Cmd>ave 1
Command error !!!
Cmd>rask ave 1
Command error !!!
Cmd>task ave1
Cmd>task ate 1
Cmd>USB hrtask
Command error !!!
Cmd>hrtask
Command error !!!
Cmd>h rtask
Command error !!!
Cmd>task h rtask
Cmd>USB> rtask b
Command error !!!
Cmd>rtask b
Command error !!!
Cmd>rtask 7
Command error !!!
Cmd>'rtask b'
Command error !!!
Cmd>rtask 7'
Command error !!!
Cmd>[email protected]=0,1,code <--- replace "code" with your MSL
[email protected]=0,2,code
[email protected]=0,4,code
[email protected]=0,8,code
[email protected]=0,16,code
[email protected]=0,32,code
[email protected]?40
Cmd>
Cmd>[email protected]=0,1,00000000
Command error !!!
Cmd>simlock=00
Command error !!!
NO USB JUST CMD BUT I READ IT WAS THE SAME THING.
THANK YOU ANYONE WHO KNOWS OR HOW TO DOWNGRADE SPL 1.4 OLIPRO TO 1.04 I HAVE SIM LOCKED 18 TIMES THX. AND I HAVE THE CODE.
AND ANYONBE KNOWS HOW MANY TIME I HAVE TO WAIT FOR OK BOTTON? OR IT CANT BE DONE

Help with GNU/Linux -- Grub problems

I am trying to install MintLinux, but problem persists on normal ubuntu install disk.
Below is the output of fdisk
Code:
[email protected] ~ $ sudo fdisk -l
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xffffffff
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 13 13643 109478946 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 20048 77825 464101785 7 HPFS/NTFS
Partition 3 does not end on cylinder boundary.
/dev/sda4 13644 20047 51440130 83 Linux
Partition table entries are not in disk order
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc4ee2648
Device Boot Start End Blocks Id System
/dev/sdb1 1 121602 976759808 7 HPFS/N
I followed thisgrub install guide after the install from a live cd.
The problem is grub does not install after the OS install. Windows will load up automaticlly, the install is fine and I can see the files from the live cd.
Code:
[email protected] ~ $ sudo grub
Probing devices to guess BIOS drives. This may take a long time.
[ Minimal BASH-like line editing is supported. For
the first word, TAB lists possible command
completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub> find /boot/grub/stage1
find /boot/grub/stage1
(hd0,3)
grub> root (hd0,3)
root (hd0,3)
grub> setup (hd0)
setup (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 17 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 (hd0) (hd0)1+17 p (hd0,3)/boot/grub/stage2 /boot/grub/menu.lst"... failed
Error 22: No such partition
grub>
Above is the output of the guide for installing grub. It seems to file creating the grub menu.lst file, which is not found in the /boot/grub/ directory.
Thanks for any help.
Maybe your linux isn't using legacy Grub, (which would explain why you don't see the menu.lst file) it could be using grub2.
It works a bit differently.
http://www.dedoimedo.com/computers/grub-2.html
Edit--
Well if this is based off of Ubuntu 9.10 then it has grub2. It looks like there are 2 drives, which one has the windows install and which has the linux ?
Its possible they are both sata drives, and it's possible that you have the BIOS set to boot from the windows drive. (of course they could both be on the same drive).
I had a problem sort of like this, but I actually got the GRUB menu and then it would poo poo.

Task 29 anyone?

Hi there,
i searched the Blackstone Forums now for about an hour but i didnt find an answer to this question.
Has anyone ever performed a Task 29 with mtty on a Blackstone and did it cure the so called 'wired behavior' issues after flashing?
On my last Device (a Diamond) it was a must ant worked great but i font know if it is dangerous for ours stones.
Latlyvim having the exactly same symtoms as i had with the Diamond. ( System Hangs, missing or dissappearing ringtones, dissappearing grafics and so on) So i thought this could help.
So if you tied it already pls post it here.
Im near the pointof just trying it out but it isnt far from a stone to a brick
I did that by following the Diamond mtty thread, it works on blackstone.
works fine in Blackstone
I've been a mtty user ever since the Diamond and I haven't has any problems what so ever with the HD either.
Commands:
Code:
• press enter
• set 14 0
• task 29
• task 8
Doubt
Hi,
These is the information that gives me when I run MTTY with my Blackstone:
Cmd>set 14 0
HTCST ÚÈÒHTCE
Cmd>task 29
Format BINFS start
Fill RSVD information for block 288 to 321
CE start sector=0x14, total sector of CE and TFAT=0x14
CE start start block=321, total block=3775
ERASE block 1689 FAIL !!!
ERASE block 2107 FAIL !!!
ERASE block 2864 FAIL !!!
ERASE block 2998 FAIL !!!
ERASE block 3357 FAIL !!!
ERASE block 3378 FAIL !!!
Write 0xFF start page=0x5040, total page=0x3AFC0
Format BINFS end
Cmd>task 8
My doubt is that I see many blocks with FAIL...is this correct???
Thanks
Thx
thanks for your replys guys.
I will test it later today and will post the results.
zeka1974 said:
Hi,
These is the information that gives me when I run MTTY with my Blackstone:
Cmd>set 14 0
HTCST ÚÈÒHTCE
Cmd>task 29
Format BINFS start
Fill RSVD information for block 288 to 321
CE start sector=0x14, total sector of CE and TFAT=0x14
CE start start block=321, total block=3775
ERASE block 1689 FAIL !!!
ERASE block 2107 FAIL !!!
ERASE block 2864 FAIL !!!
ERASE block 2998 FAIL !!!
ERASE block 3357 FAIL !!!
ERASE block 3378 FAIL !!!
Write 0xFF start page=0x5040, total page=0x3AFC0
Format BINFS end
Cmd>task 8
My doubt is that I see many blocks with FAIL...is this correct???
Thanks
Click to expand...
Click to collapse
Every Device will output different results so it's not about right or wrong here. You are fine! The next time I flash my next rom I will post my results and because I've done it enough times, I know it is completed different then yours but the final result is the same......that it clears your device of any artifacts regardless of the output
Same here, I followed the diamond thread and it worked without a hitch.
As mentionned in the diamond thread, do not pay attention to the FAILED blocks in the output.
I just performed the Task 29 with slightly different results:
Cmd>set 14 0
HTCST ÚÈÒHTCE
Cmd>task 29
Format BINFS start
Fill RSVD information for block 288 to 321
CE start sector=0x14, total sector of CE and TFAT=0x14
CE start start block=321, total block=3775
ERASE block 2721 FAIL !!!
Write 0xFF start page=0x5040, total page=0x3AFC0
Format BINFS end
As goes for the 'wired behavior' => Nothing so far. But i will report if anything comes up.
what are comansd for mtty on elf is diferent can you put comands and meening them on mtty
i wish to see if hi is cid lock
pls a little help
I discover some time ago the beauty of htc diamond. Also I start to make changes of ROM and it was cool,until I made a mistake and I broke something during flashing one ROM . I read and I try to fix it. I use mtty process I follow the steps of task 29 and task 8 and the problem is that in this moment my htc display shows only TOUCH DIAMOND. Please can anyone tell me what to do next??
Thank you all in advance!
Draque:the_Plaque said:
Hi there,
i searched the Blackstone Forums now for about an hour but i didnt find an answer to this question.
Has anyone ever performed a Task 29 with mtty on a Blackstone and did it cure the so called 'wired behavior' issues after flashing?
On my last Device (a Diamond) it was a must ant worked great but i font know if it is dangerous for ours stones.
Latlyvim having the exactly same symtoms as i had with the Diamond. ( System Hangs, missing or dissappearing ringtones, dissappearing grafics and so on) So i thought this could help.
So if you tied it already pls post it here.
Im near the pointof just trying it out but it isnt far from a stone to a brick
Click to expand...
Click to collapse
why pain yourself with MTTY Task 29 was Hex Edited by Doloop
in the HD2 Thread and it is confirmed to work for the Blackstone
look at my signature and read through the posts.
as jigners said above task 29 works for the blackstone. Follow link as described above

[Q] Unbrick Hard Brick AT&T Note 3

So i hard bricked my at&t Note 3 when i was in Odin. Looked like Odin froze so i unplugged it half way thru and tried to get back into download mode and NOTHING! Black screen ... can't get into download mode, power device on or nothing. Never bricked a device in all the years i've been rooting and tried everything. Unfortuantly, i still can't get this to work on Linux system and just want to know im doing things right. I placed the img on sd card and inserted it with thumb usb and that's fine. When i type in dmesg | tail i get this ...
[email protected] ~ $ dmesg | tail
[ 1548.786072] sd 10:0:0:0: [sdb] No Caching mode page found
[ 1548.786079] sd 10:0:0:0: [sdb] Assuming drive cache: write through
[ 1548.790452] sd 10:0:0:0: [sdb] No Caching mode page found
[ 1548.790461] sd 10:0:0:0: [sdb] Assuming drive cache: write through
[ 1548.791624] sdb: sdb1
[ 1548.794337] sd 10:0:0:0: [sdb] No Caching mode page found
[ 1548.794347] sd 10:0:0:0: [sdb] Assuming drive cache: write through
[ 1548.794355] sd 10:0:0:0: [sdb] Attached SCSI removable disk
[ 1549.170010] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 1956.468460] perf samples too long (2506 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
I know my card is sdb1 and tried typing in the rest of the commands. When i type in second command sudo dd if=/<path_to_debrick.img> of=/dev/sdX i get this ...
[email protected] ~ $ sudo dd if=/<path_to_debrick.img> of=/dev/sdb1
bash: path_to_debrick.img: No such file or directory
Really no idea what im doing to not get this work but i'm sure it's something simple. I just want to get back into download mode and then i'll be straight and can Odin my files to recover. Unfortuantely i can't get back in download mode!
Do i need MJ5 img since i was on MJ5 then did UNOFFICIAL KK update and was running DynamicKat when this happened?
Also i am using a SanDisk Elevate 32GB sdhc card on my 32 Note 3 so i know the cards not the problem. It's brand new and reads fine otherwise.
Please let me know if i'm doing anything wrong as i've been working on this for 48 hours and just need my phone back! lol
Thanks ... I really appreciate it!
I'm just going to bite my tongue on this one and help you.
"<path_to_debrick.img>" is just a place holder, you have to actually put the path of the debrick.img file you loaded onto your device, not <path_to_debrick.img>
SpikeyPsyche said:
I'm just going to bite my tongue on this one and help you.
"<path_to_debrick.img>" is just a place holder, you have to actually put the path of the debrick.img file you loaded onto your device, not <path_to_debrick.img>
Click to expand...
Click to collapse
Wow. That's all i have to say ... just wow! Atleast someone was able to "Bite their tongue" and let me know. Appreciate it. Will try again now. Thanks lol ... no words
SpikeyPsyche said:
I'm just going to bite my tongue on this one and help you.
"<path_to_debrick.img>" is just a place holder, you have to actually put the path of the debrick.img file you loaded onto your device, not <path_to_debrick.img>
Click to expand...
Click to collapse
Sent you a PM. Thanks again.
So i got the img to write onto sd card but still can't get into download mode when i hold the buttons. No signs of life still. This is what i got after i wrote the image
PaulMichael paul # dd if=/home/paul/Desktop/debrick/Unbrick_SM-N900A.img of=/dev/sdb1
400000+0 records in
400000+0 records out
204800000 bytes (205 MB) copied, 72.2845 s, 2.8 MB/s
PaulMichael paul # fdisk -l /dev/sdb1
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb1'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb1: 31.9 GB, 31910789120 bytes
1 heads, 32 sectors/track, 1947680 cylinders, total 62325760 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1p1 1 61071359 30535679+ ee GPT
Any help would be appreciated. I even tried it twice with no luck. Also my new 32gb sd card won't read now when i put it reader into usb. No pop up or anything? Thanks guys.
***Edited*** also i was on MJ5 then did the Unofficial "Jump from Jellybean to kk" ... which image would i need then? And if someone has it can they send it to me please!
Something didn't go right with the debrick image writing. That fdisk command should have listed all the partitions on that disk, with should be 20+, and you are only seeing one.
Re-run writing the debrick image. Sometimes it fails on the first few tries.
SpikeyPsyche said:
Something didn't go right with the debrick image writing. That fdisk command should have listed all the partitions on that disk, with should be 20+, and you are only seeing one.
Re-run writing the debrick image. Sometimes it fails on the first few tries.
Click to expand...
Click to collapse
Tried writing it a few times but will keep trying. Atleast now i know where to look for the partitions to see. Thanks again.
Yeag3r24 said:
Tried writing it a few times but will keep trying. Atleast now i know where to look for the partitions to see. Thanks again.
Click to expand...
Click to collapse
You're not inputting the command to write the image correctly.
The last part should be of=/dev/sdb NOT of=/dev/sdb1. Lose the 1
You really didn't read the hard debrick OPs instructions closely. he explicitly says to ignore the partition number, being the 1, because you are overwriting the current partitions.
Correcting that issue with the command should write the image correctly, and you should be good to go from there
SpikeyPsyche said:
You're not inputting the command to write the image correctly.
The last part should be of=/dev/sdb NOT of=/dev/sdb1. Lose the 1
You really didn't read the hard debrick OPs instructions closely. he explicitly says to ignore the partition number, being the 1, because you are overwriting the current partitions.
Correcting that issue with the command should write the image correctly, and you should be good to go from there.
Click to expand...
Click to collapse
Funny you said that because i did just rewrite it twice without the 1 just as sdb and when i unplugged it and plugged it back into usb i did recieve about 6 pop ups but were all sd card readers showing on my desktop like i had 6 different usb readers with different size sd cards some
Here's the correct screenshot of whole desktop. Also battery was 65% when this all happened but hasn't been used since in last 2 days of trying to fix it so see no need why the battery would be dead, correct? I could have phone on for 2 days and not touch it and wouldn't be dead. Would still be at about 40-50% i would assume if left on untouched for a few days. I just know i could do this and see no reason why this shouldn't work. Do i need the MJ5 img or something since i was on that with unofficial KK on dynamickat?
SS
Yeag3r24 said:
SS
Click to expand...
Click to collapse
It looks like one of the partitions isn't being written correctly on the SD card for some reason.
How many partitions is the fdisk command showing?
SpikeyPsyche said:
It looks like one of the partitions isn't being written correctly on the SD card for some reason.
How many partitions is the fdisk command showing?
Click to expand...
Click to collapse
PaulMichael paul # dd if=/home/paul/Desktop/debrick/Unbrick_SM-N900A.img of=/dev/sdb
400000+0 records in
400000+0 records out
204800000 bytes (205 MB) copied, 74.1923 s, 2.8 MB/s
PaulMichael paul # fdisk -l /dev/sdb
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb1: 31.9 GB, 31910789120 bytes
1 heads, 32 sectors/track, 1947680 cylinders, total 62325760 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1p1 1 61071359 30535679+ ee GPT
Yeag3r24 said:
PaulMichael paul # dd if=/home/paul/Desktop/debrick/Unbrick_SM-N900A.img of=/dev/sdb
400000+0 records in
400000+0 records out
204800000 bytes (205 MB) copied, 74.1923 s, 2.8 MB/s
PaulMichael paul # fdisk -l /dev/sdb
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb1: 31.9 GB, 31910789120 bytes
1 heads, 32 sectors/track, 1947680 cylinders, total 62325760 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1p1 1 61071359 30535679+ ee GPT
Click to expand...
Click to collapse
Now it's back to one partition again. Very strange.
SpikeyPsyche said:
Now it's back to one partition again. Very strange.
Click to expand...
Click to collapse
Well today must be my day. I called to get replacement phone and girl was real cool and said I could just pick one up here locally at the support center. Luckily dude at support center was just as cool and just pretty much swapped it right out without even trying another battery or doing tests. However when he put my battery in replacement Note i stilll had 65% so who knows wtf i did. Lesson learned ... never pull out early when Odin looks like it freezes for a few mins. Just in time for the official KK root now that I'm actually on Official KK stock rom. Thanks again for all your help. Much appreciated!
Yeag3r24 said:
Well today must be my day. I called to get replacement phone and girl was real cool and said I could just pick one up here locally at the support center. Luckily dude at support center was just as cool and just pretty much swapped it right out without even trying another battery or doing tests. However when he put my battery in replacement Note i stilll had 65% so who knows wtf i did. Lesson learned ... never pull out early when Odin looks like it freezes for a few mins. Just in time for the official KK root now that I'm actually on Official KK stock rom. Thanks again for all your help. Much appreciated!
Click to expand...
Click to collapse
No prob. I hope you have better luck in the future.
Please delete.
Sent from my SM-N900A using XDA Free mobile app
N900A 4.4.2, 32GB Unbrick HELP!!!
Yeag3r24 said:
Well today must be my day. I called to get replacement phone and girl was real cool and said I could just pick one up here locally at the support center. Luckily dude at support center was just as cool and just pretty much swapped it right out without even trying another battery or doing tests. However when he put my battery in replacement Note i stilll had 65% so who knows wtf i did. Lesson learned ... never pull out early when Odin looks like it freezes for a few mins. Just in time for the official KK root now that I'm actually on Official KK stock rom. Thanks again for all your help. Much appreciated!
Click to expand...
Click to collapse
Help !!!
I have a N900A, tried to unlock the phone and now is dead.
I would like to know how you solve your problem?

Categories

Resources