Hi,
It's possible to unlock this lumia with this soft?
OS. 7.10.8773.98
SW. 1750.0805.8773.12220
Hardware version: 112.1402.2.3
Bootloader is Qualcomm
Thanks for answer,
Sorry for my english
Sorry,it's not possible,you have to look for hwrev 2.3,a very early firmware 1600.xxxxx and an unbranded phone in most cases.
mioduch_22 said:
Bootloader is Qualcomm
Click to expand...
Click to collapse
With a Qualcomm bootloader you can access the NAND and copy an unlocked ROM to it. So yes, if you have a Qualcomm b/l it is possible.
ChrisKringel said:
With a Qualcomm bootloader you can access the NAND and copy an unlocked ROM to it. So yes, if you have a Qualcomm b/l it is possible.
Click to expand...
Click to collapse
Could You tell me step by step ?
Maybe some files ?
Sorry but I'm really don't know how ro make it .
Thank You.
yes u can unlock with 2.3
flash the qualcomm firmware and den any custom ROM
surya467 said:
yes u can unlock with 2.3
flash the qualcomm firmware and den any custom ROM
Click to expand...
Click to collapse
but how flash it with qualcomm firmware ?
please help !
give some solution
Phone details:
-----------------
NCSD Version: 1.9
SW Version: 1750.0805.8773.12220
HW Version: 112.1402.2.3
IMEI: ***************
Product Code: 059M0C7
Basic Product Code: 059J2N6
Module Code: 0205051
Production SN: 001******
Public ID: 02C446C562A4D648************
WLAN MAC: 14*****************
Battery life: 59%
Number of Nams: 1
Number of Mins: 2
ESN: 00000000
ESN Decoded: 0
PRL Version: 65535
Battery Charge Capacity: 1342mA
Battery Full Capacity: 1374mA
Battery Cycle Count: 65535
Battery Temperature: 358
Battery Voltage: 3970mV
Battery State of Charge: 59%
Battery Average Current: 194mA
Battery Flags: 296
Battery Standby Current: -5mA
Battery MaxLoad Current: -865mA
Battery Health State: 857
Battery Nominal Capacity: 819mA
Battery Remaining Capacity: 787mA
Please tell me how can I make it
please.
lumiaunlock
when you say unlock is it sim unlock or unlock the software for sideloading apps
both require the qualcomm bootloader but your phone needs to have the first version where it comes up as a flash disc, if it doesnt come up as a flash disc you have a locked bootloader regardless if its qualcomm or not.
rob :good:
It's like this,
When I connect lumia 800 to PC with usb (vol up + power) I see removable disk qualcomm msm drvice and question - format disk or cancel, I know better not format it.
My question is how to full unlock my device ( no simunlock but softwere unlock) ?
Phone details:
-----------------
NCSD Version: 1.9
SW Version: 1750.0805.8773.12220
HW Version: 112.1402.2.3
IMEI: ***************
Product Code: 059M0C7
Basic Product Code: 059J2N6
Module Code: 0205051
Production SN: 001******
Public ID: 02C446C562A4D648************
WLAN MAC: 14*****************
Battery life: 59%
Number of Nams: 1
Number of Mins: 2
ESN: 00000000
ESN Decoded: 0
PRL Version: 65535
Battery Charge Capacity: 1342mA
Battery Full Capacity: 1374mA
Battery Cycle Count: 65535
Battery Temperature: 358
Battery Voltage: 3970mV
Battery State of Charge: 59%
Battery Average Current: 194mA
Battery Flags: 296
Battery Standby Current: -5mA
Battery MaxLoad Current: -865mA
Battery Health State: 857
Battery Nominal Capacity: 819mA
Battery Remaining Capacity: 787mA
lumia unlock
right if your seeing the flash disc this is excellent news means you can flash a custom rom,
the way i done it was to install nokia care suite first of all and qualcomm drivers which you can find here, that was what i done to get mss pro to dectect the phone.
http://forum.xda-developers.com/showthread.php?t=1669498
if you want to run a custom rom it will require you to download and boot up ubuntu linux, i used a live cd on my macbook which means i didnt have to install it
or mess my system up.
head over to the dev section and download rainbowmod its a pretty sweet rom i use it on both my lumia 800s.
you can get away with just "dd" the sdb3 parttion in linux then use nss in windows to flash the rom its self. i flashed the sdb3 in linux then used nss in window to flash version 1.3 and 1.4 with no problems
once you have the custom rom installed you can slap your phone into flash mode vol+ and power load up mss 5.0 and remove your sim unlock
http://forum.xda-developers.com/showthread.php?t=1778454
if you need help with the flashing in linux ill give ya some pointers if ya need it
rob:good:
Reflexdarky said:
if you need help with the flashing in linux ill give ya some pointers if ya need it
rob:good:
Click to expand...
Click to collapse
yes please give me instructions on Linux ubuntu, and i have one more question what It is "dd" ?
Thank You my friend
Regards !
lumia flash
okie dd stand for a form of low level copying, it basically copies a file to a disc
right you first need to download ubuntu i used the latest version and burned it to a disc, a good idea would be to download the sdb3 files from the rainbow mod section and slap them on a usb disc it will save faffing about in ubuntu
once ubuntu is booted to the desktop you will need to extract the sbd3 file with archiver double click it and drag it to your desktop.
next put your lumia into flash mode then plug it in to the pc with ubuntu running
it will detect it and mount the sdb3 partition as fat ignore this
right now open a terminal prompt
and type umount /dev/sdb3
thats the partition your going to flash unmounted
now for the flashing part you should have a file called amssadsp.img this is the one you got from the rainbowmod thread and is on your desktop
now in the terminal type the part where (****) drag and drop the file on your desktop in to the terminal and type the rest thats what i done.
dd if=(********) of=/dev/sdb3
once that is done your set to flash the main rom
follow this thread and it will set ya ready for running a custom rom flash with mss pro in windows and its job done
http://forum.xda-developers.com/showthread.php?t=1683449
rob:good:
Reflexdarky said:
okie dd stand for a form of low level copying, it basically copies a file to a disc
right you first need to download ubuntu i used the latest version and burned it to a disc, a good idea would be to download the sdb3 files from the rainbow mod section and slap them on a usb disc it will save faffing about in ubuntu
once ubuntu is booted to the desktop you will need to extract the sbd3 file with archiver double click it and drag it to your desktop.
next put your lumia into flash mode then plug it in to the pc with ubuntu running
it will detect it and mount the sdb3 partition as fat ignore this
right now open a terminal prompt
and type umount /dev/sdb3
thats the partition your going to flash unmounted
now for the flashing part you should have a file called amssadsp.img this is the one you got from the rainbowmod thread and is on your desktop
now in the terminal type the part where (****) drag and drop the file on your desktop in to the terminal and type the rest thats what i done.
dd if=(********) of=/dev/sdb3
once that is done your set to flash the main rom
follow this thread and it will set ya ready for running a custom rom flash with mss pro in windows and its job done
http://forum.xda-developers.com/showthread.php?t=1683449
rob:good:
Click to expand...
Click to collapse
Everything iy's done !!!
THANK YOU MY FRIEND !!!
Related
FRIENDS help , I think I have the brick of all bricks I followed the wiki step by step including creating and copying the nbh file. I got as far as 70% of image loading and it hung and dropped into recovery mode but could not get passed there. I have tried all forms of reset and do not get passed bootloader screen with Herm100 IPL-1.04 and SPL-2.03. This was a imate jasjam running windows mobile 5.0 to which I tried flashing to the new HTC WWE 6.0 upgrade. I have tried running usb monitor from the link but it just gives me a series of paramters in a notice window and then dops off. I have tried another verison but it is not capturing anything.
I have tried mtty and cant even get the usb> prompt after disabling the usb connect in activesync. Please help as this was a works new unit last month and I have some major explaining to do if I cant get it sorted!
Model: Imate Jasjam
ROM Before Flash: TMO_UK_3.60.110.1_6275_1.50.00.00_108_Test
Radio Before Flash: 1.50
Bootloader Before Flash: Not sure
Flash failed at: 70%
Flashing ROM: Image Vers 3.54.255.3
CID Corrupt: Assume Yes
Radio Corrupt: Assume Yes
No GSM Error: Not got that far
Stuck In Bootloader: Yes
Stuck On Windows Mobile Splash: Not got that far
Can boot into OS: No
Tried mtty command set 14 0: Yes but not getting usb>
Tried wiki problem number 4: Yes dont get passed point 3 as as soon as powers up goes to tri colour screen. Switched from serial to usb with connect of usb cable
mtty info 2 output: cannot run
Current Device Status: unusable
Tried re running install and get error 260 and 294(AFTER 1%)and - Not getting a response from PDA!
I TRIED PB + KITL method .BUT IT FAILED AS I COULD NOT ACTIVATE KITL MODE.I BELIEVE ITS NOT ACTIVATED IN MY PDA.
I SPOKE TO TO IMATE INDIA PEOPLE , THEY REPLIED THAT THE MOTHERBOARD IS TO BE CHANGED , WHICH COSTS 60% OF THE COST OF THE PDA.
CAN ANYONE HELP WITH A BOOTLOADER V2.03 ?
WAKE UP DEVELOPERS .DO SOMETHING.
tHANKS IN ADVANCE.
the output is for :
HTC_Hermes_SIM_CID_Unlock_v3a
And
RUU_Hermes_TMO_UK_3.60.110.1_6275_1.50.00.00_108_Test repectively.
So no HardSPL before you flashed?
You should still be able to get a USB monitor from it.. regardless if the thing has been thrown off the empire state building.
What USB monitor program are you using?
MTTY Set 14 0 I beleive is for a corrupt radio stack, all that does is restore your radio stack to factory form, sounds to me like you have a hybrid brick, which is corrupet or invalid CID coupled along with a corrupt radio stack..
Madcap180 said:
MTTY Set 14 0 I beleive is for a corrupt radio stack, all that does is restore your radio stack to factory form, sounds to me like you have a hybrid brick, which is corrupet or invalid CID coupled along with a corrupt radio stack..
Click to expand...
Click to collapse
set 14 0 tells the device to skip to OS boot rather than go to bootloader (opposite of set 14 1)
what we need to ascertain is exactly what bootloader version this guy is running, and then to find out what CID he has from the bootloader.
until we get these both, I think we'll have to "assume" it's ****ed.
oh and in future, don't PM me twice, it pisses me off. so consider yourself lucky I've bothered to comment.
Cmd>
Cmd>info 2
HTCSCDL__001ÄÊìHTCE
Cmd>info 7
HTC Integrated Re-Flash Utility, Common Base Version : 1.51d
Device Name: HERM100, Bootloader Version : 2.03
Built at: Jun 16 2007 01:57:22
Copyright (c) 1998-2006 High Tech Computer Corporation
CPU ID=0x41129200
Main CPLD version=0x5
Upper CPLD version=0x4
Main Board version=0x6
Cmd>info 6
HTCST ÚÈÒHTCE
Cmd>info 5
Cmd>info 4
HTCSCDL__001ÄÊìHTCE
Cmd>info 3
HTCSH
Cmd>set 14 1
Write Nand Success
HTCST ÚÈÒHTCE
Cmd>rtask 32
Command error !!!
Cmd>rtask 28
Command error !!!
Cmd>rtask 8
Command error !!!
lastly it's not KITL enable.
UPDATE: First custom rom with Interop Unlock flashed succesfully. Requires hard reset after installing and an unlocked bootloader. See post for proof:
http://forum.xda-developers.com/showpost.php?p=24818275&postcount=242
BIG THANK YOU TO ULTRASHOT!
Without you I couldn't have done it!
NOTICE: Testing full unlock (XIP unlock etc) with ultrashot. Will post new files as soon as I get a working build which doesn't get stucked on boot
Disclaimer:
I AM NOT RESPONSIBLE IF YOU LOOSE DATA, BREAK YOUR PHONE, OR SET YOUR HOUSE ON FIRE. DO THIS AT YOUR OWN RISK. BTW, REQUIRES A HARD RESET SO YOU WILL LOOSE ALL THE DATA IN YOUR PHONE BY FLASHING THIS. IF UNSURE, DON'T DO IT.
PLEASE STOP PM'ING ME FOR HELP, I CAN'T REPLY 20 PMS/HR. Please use the forum, maybe someone can create a discussion topic to help others and leave this for links and development. Thank you very much!
PLEASE STOP SENDING ME PMS ASKING FOR HELP AND USE THE DEDICATED THREAD
THIS THREAD IS FOR DEVELOPMENT ONLY, PLEASE RESPECT THAT AND USE THE Q&A THREAD FOR YOUR QUESTIONS.
LINKS:
Lumia 800: Full Unlock
New firmware: May 16, 2012 (removed foursquare and stuff)
sdb3.rar: Flash it to PARTITION #3. It contains 12070's amss & adsp. Not absolutely required but if you have an older version this should give you better battery life.
http://www.mediafire.com/?kwjladlgvq81rha
OS-NEW:
As always, flash it to PARTITION #9.
Part1: http://www.mediafire.com/?21by2oj7acnhkhw
Part2: http://www.mediafire.com/?wkeduvp9l4199qh
Part3: http://www.mediafire.com/?cnbkms40dy4y06z
Part4: http://www.mediafire.com/?rabunpmnaqclq3o
Complete Mediafire folder access: http://www.mediafire.com/?uo2dqcl34b9cy
___________________
Alternate ROM with Full Unlock + Some apps:
Part1: http://www.mediafire.com/?8gnqm418v32im3e
Part2: http://www.mediafire.com/?bgtg2t5infrnua1
Part3: http://www.mediafire.com/?l0sl5hbr0v9gfi1
Part4: http://www.mediafire.com/?emt2dfswdhn0z0w
Apps preinstalled:
DS Supertool
File Deployer
Metro Theme
WebServer
WinTT
WM Device Center
WP7 Root Tool
___________________
Lumia 710: Interop Unlock (no full unlock yet)
ROM Based on: RM803_059N2L6_1600.3015.8107.12070_010
Mediafire folder access: http://www.mediafire.com/?9z6og65ozgrnr
http://www.mediafire.com/download.php?d3bj3dkfbffbakn
http://www.mediafire.com/download.php?l35zjaebdrsm315
http://www.mediafire.com/download.php?ys5bapu8ubezybo
http://www.mediafire.com/download.php?tnadd4uuoxhatv3
CAUTION: I don't have a 710, so these images AREN'T TESTED. Use at your own risk. Be careful, people are reporting problems with this rom.
Full Unlock Image for Lumia 710 by lucifer3006 -BE CAREFUL, IT HAS BUGS, FOR TESTING PURPOSES ONLY- (thanks ultrashot & lucifer3006): http://www.mediafire.com/?p3318y5l19abb
You have a mirror of all the stuff on mediafire on xdafil.es: http://xdafil.es
Thank you mousey_!
PLEASE DO A FULL BACKUP OF THE NAND BEFORE PLAYING AROUND.
If you are developing fixes for the bootloader 'problem', feel free to grab a copy of the rest of partitions and stuff I posted over this thread here: http://www.mediafire.com/?kknt4lnc3tn7w
INSTRUCTIONS:
Requires an unlocked bootloader (a.k.a. qualcomm development bootloader).
Easy to check: Turn the phone OFF, then press and hold VOLUME UP + POWER until you notice a short vibration. Plug in to the computer. If the phone turns up in disk mode (USB Mass Storage Device), then you have an unlocked bootloader. IF you're in Windows, it will ask if you want to format the disk. SAY NO OR IT WILL EXPLODE (it won't explode but you might break it)
If the device detected by the computer is Nokia DLOAD you have a locked bootloader and you're out of luck, at least for now.
I used 'dd' in Linux, I guess you can do it with Windows version too (http://www.chrysocome.net/dd) but it's more involved to find the appropiate partition:
dd if=./os-new.nb of=/dev/sdX9
Where X is the disk detected by your linux distribution.
After that, you'll need to hard reset the phone. Hold Power button for 10 seconds to exit Qualcomm's disk mode, and press and hold POWER+VOLUMEDOWN+CAMERA until you feel the phone vibrate. After that, RELEASE power button but KEEP HOLDING volume down + camera for five or more seconds. This will trigger the hard reset.
Now time to play with bootloaders and try to get this to work for everyone!
If you like my work and want to donate for a beer (or two), follow this link
Fantastic discovery. I am not a coder. All the best.
Can't reproduce here.
I press both volume buttons and power and I get 'Nokia DLOAD'.
If I stop holding volume buttons, it boots WP7.
The method you've described is how I do dead-mode flash. I don't see why it would show a USB disk.
awesome work mate!! having a look right now!
seems NAND cant be accessed directly form windows PC! strange! need to check more..
im getting usb input on device manager...but no drivers install!
so looks like i need the drivers.
no drivers found...now i need to goto linux.
surya skype me we'll figure this out thats a fantastic discovery mate !have a nice easter ,booom
Ooohh, ****!! I promissed myself to never install Linux... But...
xsacha said:
Can't reproduce here.
I press both volume buttons and power and I get 'Nokia DLOAD'.
If I stop holding volume buttons, it boots WP7.
The method you've described is how I do dead-mode flash. I don't see why it would show a USB disk.
Click to expand...
Click to collapse
The only other thing I did was change usb mode from Zune to Serial on diagnostics app, and tap a bit on the 4 serial ports it shows when in serial mode, but I tried and for me it still works even in zune mode.
Also, what I have is a retail phone, not a development one.. just in case:
OS version: 7.10.7720.68
Firmware rev: 1600.2475.7720.11414
SoC version: 0.74.2.1
Bootloader version: 7.35.0.0
What do you have in your phone?
Sent from my GT-I9100 using XDA
biktor_gj said:
The only other thing I did was change usb mode from Zune to Serial on diagnostics app, and tap a bit on the 4 serial ports it shows when in serial mode, but I tried and for me it still works even in zune mode.
Also, what I have is a retail phone, not a development one.. just in case:
OS version: 7.10.7720.68
Firmware rev: 1600.2475.7720.11414
SoC version: 0.74.2.1
Bootloader version: 7.35.0.0
What do you have in your phone?
Sent from my GT-I9100 using XDA
Click to expand...
Click to collapse
OS version: 7.10.8107.79
Firmware rev: 1600.2483.8107.11501
SoC version: 0.74.2.1
Bootloader version: 7.35.0.0
I'm in Zune mode. I'll try this serial mode. Edit: Serial is same. I just get 'Nokia USB connectivity' instead (in Windows). Shows nothing on Linux.
Heathcliff74 said:
Ooohh, ****!! I promissed myself to never install Linux... But...
Click to expand...
Click to collapse
Maybe you can look here:
http://www.puppylinux.com/
ok guys so this is only available for 7720.11414 or lower(11412) firmware and since you have 11501 this is not available so downgrade guys and woooow !! we're almost there
Oh no, so this wotn work for 1207 firmware?
Great discovery, works great on my Lumia 710 (tried it with Ubuntu 11.10).
OS version: 7.10.8107.79
Firmware version: 1600.3015.8107.12070
Bootloader version: 7.33.0.0
Okay, I kept digging a little deeper, and this is what I know so far (if you want copies of dumps, files etc, just ask for them )
First of all... Thank you Nokia!
LUMIA 800 FLASH FILE SYSTEM LAYOUT:
Partition Begin End Blocks ID
/dev/sdb1 * 1 1000 500 4d Initial Bootloader - SECBOOT
/dev/sdb2 1001 4000 1500 46 Second stage loader? - OSBL, also looks like it has the download mode and seems to init LCD, enable USB etc.
/dev/sdb3 4001 304000 150000 c W95 FAT32 (LBA) - Writable partition with EMMCBOOT, AMSS etc.
EMMCBoot is responsible for loading Windows Kernel (nk.exe). I got a copy of Samsung Galaxy i9001's emmcboot.mbn, and putted it in there. It tries to start, but seems to crash (expected). But hey! it tries to boot it (it even vibrates for 1/10 of a second), so getting something else (did anyone say...android?)running on this phone should be easier than in lots of other phones... Does anyone have u-boot ports for Qualcomm 8255?
/dev/sdb4 304001 31037579 15366789+ 5 Extended partition which holds the OS
/dev/sdb5 304006 304133 64 ef EFI (FAT-12/16/32) - Linux detects it as an EFI partition, but it's just 64Kb size, and seems to have some markers, not sure yet what it is, but could be anything from IMEI and simlock to an actual efi partiton for WinCE...
EDIT AGAIN: this partition contains phone serial number and product code, and possibly imei and simlock. For sure its not an efi partition
/dev/sdb6 304134 310277 3072 58 3Mb size
/dev/sdb7 393216 399359 3072 4a 3Mb size
/dev/sdb8 399360 405503 3072 4b 3Mb size
These three partitions have similar start and end data on their partitions, no idea what they are, since I haven't been able to see if it's even a file system. All the documentation I see seems to tell Windows Mobile uses exFAT for the filesystem, but can't seem to find its header anywhere on the flash... still looking. It could even be where WinMo stores application installers for first boot on the device (but could be perfectly wrong)
All of them start with the following header (hex):
7D 8D 27 82 D7 40 F8 90 53 22 82 43 6D EC 6F 69 49
/dev/sdb9 524288 31156362 15316037+ 48
This las partition is 15Gb size, and contains all the Operating System and all the data on the phone.
Anyone know about how does Windows Phone manage filesystems on NAND? Some help would be really appreciated...
EDIT: A little bit more... The file system for the 15Gb partition has _wmstore header, still incompatible with some kitchens, but still looking...
Here's part of the header:
_wmstore
!zLH?k
_wmpart_B
_wmpart_S
_wmpart_S
_wmpart_N
_wmpart_U
_wmpart_D
_wmpart_I
_wmpart_P
_wmpart_U
PSBdX
GFCB
SRPX
Once we can mount this thing and inject some files we'll have interop unlock
can we flash a rom through that ?
You can dump and write back whatever you want to the flash, so if anyone finds some application to read wmstore dumps and build them back I can check it...
tl;dr: you can do custom roms and whatever you want with it,but need some app to manage it first
Sent from my GT-I9100 using XDA
this is awesome! +1 for u for this!! i am gonna install ubuntu in next 2 hrs and downgrde my lumia...since im on updated, it doesnt have options fro zune serial modes! :///
crap wer da hell was linux!! hahah
anyways...keep it up..hope to see this baby rock!
Keep it up guys!
It's one of the very few positive signs about lumia windows phone development.
surya467 said:
this is awesome! +1 for u for this!! i am gonna install ubuntu in next 2 hrs and downgrde my lumia...since im on updated, it doesnt have options fro zune serial modes! :///
crap wer da hell was linux!! hahah
anyways...keep it up..hope to see this baby rock!
Click to expand...
Click to collapse
Apparently there's no need to downgrade. beidl said he managed to get it working using 12070 firmware
ombadboy said:
Apparently there's no need to downgrade. beidl said he managed to get it working using 12070 firmware
Click to expand...
Click to collapse
but on lumia 710 man on lumia 800 diagnostic app is updated on those firmware and is lack of serial mode
cdbase said:
but on lumia 710 man on lumia 800 diagnostic app is updated on those firmware and is lack of serial mode
Click to expand...
Click to collapse
It seems it has more to do with firmware version than Serial/Zune menu availability on Diagnostics app. I haven't updated my Lumia, so I can't know for sure. Try powering down the phone and holding vol+, vol- & power. If windows detects a USB disk and tells you it's not formatted, it probably works for you (you can check it by going to Control Panel -> Administrative tools -> Computer Management -> Disk Management)
AGAIN, BE CAREFUL, YOU CAN BRICK YOUR PHONE.
Sorry if I didnt post on android forum but I have no choice to post it here.
I tried to install omgb 1.2.3 and when it come to minipooploader theres a bunch of error and mismatch and my phone shutdown. I can still go to the three color screen.
My phone rhod100 on wm 6.5
Format your sd card with the hp tool. Do a task 29. Then download the RHODIMG.NBH, and try again. If you can give the specific error you are seeing that also might be helpful.
My errors
my error is : Flash_read_img error (59)
Variant mismatch 49 0
My cellphone
RHOD 100 32m ss-bc
spl-0.85.olinex
microp(LED) 0x0A
MicroP(LED) 0x04
turbo HW/Turbo SW
TP MFG DATA
507,521 805,839 808,202 208,201 207,839 calibrated
htc at&t
forgot to say
scoremoregoals said:
my error is : Flash_read_img error (59)
Variant mismatch 49 0
My cellphone
RHOD 100 32m ss-bc
spl-0.85.olinex
microp(LED) 0x0A
MicroP(LED) 0x04
turbo HW/Turbo SW
TP MFG DATA
507,521 805,839 808,202 208,201 207,839 calibrated
htc at&t
Click to expand...
Click to collapse
I forgot to say that I did the task 29 and retry to install android
Take the battery out of your phone, plug your computer usb cable in, re-insert the battery, and it should go to fastboot.
See if that works?
jianC said:
Take the battery out of your phone, plug your computer usb cable in, re-insert the battery, and it should go to fastboot.
See if that works?
Click to expand...
Click to collapse
He's not able to flash.
Perhaps you should start smaller OP. You're a very new member.
I would start off with SD builds of Android first.
Next, for NAND you need a few per-requisites. Do you have HSPL installed? Second, are you flashing via SD? Third, have you tried a different card and/or done a full format FAT32 on the card using the HP Tool?
Edit - OP, I do have to move this thread. I know that means you won't be able to post in it. I know, it doesn't seem fair... but perhaps that means you need to spend more time reading/searching - I honestly had to read A LOT before I even started to understand how the SD builds work. There's still some pieces of NAND that I don't quite grasp .
Hi guys,
I'm new here and sorry by mistakes.... I would like to know how can i jailbreak my HTC MOZART, step by step.
OS version: 7.10.8773.98
Firmware revision number: 2250.21.51205.707
Hardware revision number: 0004
Radio software version: 5.69.09.05a_22.50.50.21U
Radion hardware version: A.102.0.D4
Bootloader version: 5.12.2250.5 (139188)
Chip SOC version: 2.2.5.0
Thanks a lot =D
Hi++
First of all : please use search before making a new thread (There is so many thread for windows phone / htc mozart unlocking )
--All the informations in this post belongs to this thread++
++HERE ARE THE STEPS TO UNLOCKING YOUR MOZART SO YOU CAN FLASH ANY CUSTOM ROM!
Step 1 - Know your region!
You can check check your region by going to:
Settings > about > click More Info button > Firmware revision number
e.g. Firmware revision number: 2250.09.16101.707
Your region is: 707
and your phone ROM version is: 1.61.707.01
So you belong in HTC_ASIA
refer here: http://forum.xda-developers.com/showthread.php?t=915827
Step 2 - Download your official ROM
So after confirming you're that for example you have HTC_ASIA, you can download your ROM here
http://forum.xda-developers.com/show...0.09U_by_ansar
2.1 - Extract the compressed file
2.2 - Make a copy of RUU_Signed.nbh and rename it to MOZAIMG.nbh
Step 3 - Make your own Y-CABLE
It's extremely easy to make one. If you have already created or bought one then
Step 4 - Get a 1GB MicroSD Card
Guys, don't be hard headed, just get a 1GB MicroSD card if you want to have a flawless unlocking your phone.
4.1 - Reformat it with FAT32 File System and use "Default Allocation Table"
4.1 - Copy the MOZAIMG.nbh file to the root of your MicroSD Card.
Step 5 - Patch it with GoldCard tool
Make sure that you copied MOZAIMG.nbh
5.1 - Run GoldCardTool.exe
5.2 - Make sure the select HTC MMC is your newly reformatted MicroSD Card.
5.2 - Load GoldCard.img (the file is included in GoldCardTool_0.0.5.7z)
5.3 - If the patching was a success, then you're now safe for Step 6
Step 6 - Get everything setup and prepare your:
PC - Reboot! So to make sure everything is refreshed.
Phone - Take off the battery, put it back, turn in on while pressing VOL_DOWN_KEY + CAMERA_BUTTON until the screen said "USB HOST MODE"
Card Reader and MicroSD Card - Am pretty sure you know what to do
Y-CABLE - Connect your Phone and Card Reader and connect the male usb to one of the USB ports at the back of your PC (laptop? then just connect it)
Step 7 - Kiss your phone because the downgrading process will begin
Don't worry if after connecting, and still said "USB HOST MODE" because it will take about 3 - 5 minutes before the flashing begins. If it didn't start after like, give it a 7minutes grace period, then remove the Card Reader and put it back again. Still didn't work? Go get a new card reader
The downgrading process will reboot your phone once after it said
RADIO: OK then after it reboots, it will go back to "USB HOST MODE" and will say "Loading ..." immediately, if you didn't saw that, remove the Card Reader and insert again .. but again, the flashing will restart so it will go back to flashing the Radio again.
If everything went well, and you saw the "SUCCESS" message, you can reboot your phone and go to bootloader to check the SPL version. If the SPL version was successfully downgraded to 1.## then it's you lucky day! You can now move on to Step 8
Step 8 - DFT's RSPL and HSPL
Download those and refer to their manual http://forum.xda-developers.com/show....php?t=1195647 . If those didn't go well, then make sure you read everything it saids on their manual.
If that goes well, confirm it by rebooting and going to the bootloader, and you'll see the "HSPL" instead of "SPL" then the version.
If you saw the "HSPL" then you're safe to flashing your first
CUSTOM MOZART ROM!
If everything went well, you can have your Mozart unlocked with less than 30minutes
Disclaimer:
All of those steps were tested and proven. If something went wrong and your phone was bricked, then I don't take any responsibility of your actions. so make sure to read, read, read, and read!
Goodluck !!
SPIDER-7 said:
Hi++
First of all : please use search before making a new thread (There is so many thread for windows phone / htc mozart unlocking )
--All the informations in this post belongs to this thread++
++HERE ARE THE STEPS TO UNLOCKING YOUR MOZART SO YOU CAN FLASH ANY CUSTOM ROM!
Step 1 - Know your region!
You can check check your region by going to:
Settings > about > click More Info button > Firmware revision number
e.g. Firmware revision number: 2250.09.16101.707
Your region is: 707
and your phone ROM version is: 1.61.707.01
So you belong in HTC_ASIA
refer here: http://forum.xda-developers.com/showthread.php?t=915827
Step 2 - Download your official ROM
So after confirming you're that for example you have HTC_ASIA, you can download your ROM here
http://forum.xda-developers.com/show...0.09U_by_ansar
2.1 - Extract the compressed file
2.2 - Make a copy of RUU_Signed.nbh and rename it to MOZAIMG.nbh
Step 3 - Make your own Y-CABLE
It's extremely easy to make one. If you have already created or bought one then
Step 4 - Get a 1GB MicroSD Card
Guys, don't be hard headed, just get a 1GB MicroSD card if you want to have a flawless unlocking your phone.
4.1 - Reformat it with FAT32 File System and use "Default Allocation Table"
4.1 - Copy the MOZAIMG.nbh file to the root of your MicroSD Card.
Step 5 - Patch it with GoldCard tool
Make sure that you copied MOZAIMG.nbh
5.1 - Run GoldCardTool.exe
5.2 - Make sure the select HTC MMC is your newly reformatted MicroSD Card.
5.2 - Load GoldCard.img (the file is included in GoldCardTool_0.0.5.7z)
5.3 - If the patching was a success, then you're now safe for Step 6
Step 6 - Get everything setup and prepare your:
PC - Reboot! So to make sure everything is refreshed.
Phone - Take off the battery, put it back, turn in on while pressing VOL_DOWN_KEY + CAMERA_BUTTON until the screen said "USB HOST MODE"
Card Reader and MicroSD Card - Am pretty sure you know what to do
Y-CABLE - Connect your Phone and Card Reader and connect the male usb to one of the USB ports at the back of your PC (laptop? then just connect it)
Step 7 - Kiss your phone because the downgrading process will begin
Don't worry if after connecting, and still said "USB HOST MODE" because it will take about 3 - 5 minutes before the flashing begins. If it didn't start after like, give it a 7minutes grace period, then remove the Card Reader and put it back again. Still didn't work? Go get a new card reader
The downgrading process will reboot your phone once after it said
RADIO: OK then after it reboots, it will go back to "USB HOST MODE" and will say "Loading ..." immediately, if you didn't saw that, remove the Card Reader and insert again .. but again, the flashing will restart so it will go back to flashing the Radio again.
If everything went well, and you saw the "SUCCESS" message, you can reboot your phone and go to bootloader to check the SPL version. If the SPL version was successfully downgraded to 1.## then it's you lucky day! You can now move on to Step 8
Step 8 - DFT's RSPL and HSPL
Download those and refer to their manual http://forum.xda-developers.com/show....php?t=1195647 . If those didn't go well, then make sure you read everything it saids on their manual.
If that goes well, confirm it by rebooting and going to the bootloader, and you'll see the "HSPL" instead of "SPL" then the version.
If you saw the "HSPL" then you're safe to flashing your first
CUSTOM MOZART ROM!
If everything went well, you can have your Mozart unlocked with less than 30minutes
Disclaimer:
All of those steps were tested and proven. If something went wrong and your phone was bricked, then I don't take any responsibility of your actions. so make sure to read, read, read, and read!
Goodluck !!
Click to expand...
Click to collapse
worked for me thanks you so much !!!
Hi guys,
I'm new here and sorry by mistakes.... I would like to know how can i jailbreak my HTC MOZART, step by step.
OS version: 7.10.8773.98
Firmware revision number: 2250.21.51201.206
Hardware revision number: 0004
Radio software version: 5.71.09.02a_22.51.5021U
Radion hardware version: A.102.0.D4
Bootloader version: 5.12.2250.1 (134400)
Chip SOC version: 2.2.5.0
Thanks a lot =D[/QUOTE]
sir_erick said:
Hi guys,
I'm new here and sorry by mistakes.... I would like to know how can i jailbreak my HTC MOZART, step by step.
OS version: 7.10.8773.98
Firmware revision number: 2250.21.51201.206
Hardware revision number: 0004
Radio software version: 5.71.09.02a_22.51.5021U
Radion hardware version: A.102.0.D4
Bootloader version: 5.12.2250.1 (134400)
Chip SOC version: 2.2.5.0
Thanks a lot =D
Click to expand...
Click to collapse
[/QUOTE]
It's already posted above, STEP by STEP.. unlocking is almost similar to jailbreaking.. if you already have a fully unlocked rom/firmware running on your device, it would be capable of installing and running apps outside the marketplace.
It's already posted above, STEP by STEP.. unlocking is almost similar to jailbreaking.. if you already have a fully unlocked rom/firmware running on your device, it would be capable of installing and running apps outside the marketplace.[/QUOTE]
step 2 official rom
404 Page Not Found
The page you requested was not found.
DELETED
I have dont
Tkank
I am new in case of Windows Phone flashing and all ...
Basically i want custom windows phone 7.8 on my phone (like this one - http://forum.xda-developers.com/show...0352&nocache=1 ) and i don't know the procedure to do the same. I read all the forums on XDA Developers but i seriously got confused about what to actually do with my phone...
I would be really thankful if anybody guides me through all the steps involved in flashing custom ROM by some RSPL/HSPL method ... Also do I need to downgrade anything ??? If yes HOW??/
I have given all the information about my current state of phone
PLEASE HELP !!!! PLEASE HELP!!!!! PLEASE HELP!!!!!!
PHONE INFORMATION :
Name: HTC 7 Mozart T8698
Model: HTC 7 Mozart T8698
Software: Windows Phone 7.5
Total Storage: 7.20 GB
Available Storage: 1.67 GB
OS Version: 7.10.8773.98
Firmware revision number: 2250.21.51205.707
Hardware revision number: 0004
Radio software version: 5.69.09.05a_22.50.50.21U
Radio hardware version: A.102.0.D4
Bootloader version: 5.12.2250.5(139188)
Chip SOC version: 2.2.5.0
MAC address: F8-DB-7F-86-89-79
SIM ID: 89910704910009427355
INFORMATION DISPLAYED when switching on the phone with volume down button :
IN RED _________
PD67100 SS-BC (4K)
SPL-5.12.2250.5(139188) MNG
MicroP(LED) 0*07
TOUCH C1(v69)
IN GREEN_________
SD SANDISK 7580MB
Partition Info-v211v413
IN BLUE______________
IN WHITE_____________
Serial
General INFORMATION:
COUNTRY: INDIA ( So i guess my phone is not SIM locked i think it is called unbranded )
Hi i was new to all this and installed dynamics v2.0 fully unlocked rom the other day and this is how i went about it
download this
http://mediafire.com/?3p9p97ta84bjym2
password - verynuclear
this is a load your phone back to 1.24
to install it i did this
turn phone off hold down volume down and turn phone on you should go to the bootloader screen then plug in your usb cable to the pc,
then on the white line at the bottom on phone screen should say usb instead of serial but maybe it will need to install some drivers cant remember 100%
when it is ready open that file and click the RomUpdateUtility.exe and follow the steps in that then you will have your phone back to 1.24
next you can follow this post here and download the attachment at the bottom named DFT_XSPL_WP7FG1.rar this what u need for this step
http://forum.xda-developers.com/showthread.php?t=1195647
basically this is the install procedure u may need to install active sync (XP) or windows mobile device center (vista and 7) but i did not have to my phone automatically did this
DFT_RSPL_WP7FG1_LAUNCH allows you to load RSPL on the device:
1. Extract ALL files from RAR archive.
2. Run DFT_RSPL_WP7FG1_LAUNCH (with administrative rights to access USB)
3. Mindfully reads information text. Press “Next” button.
4. Reset your device and hold “Volume Down” button during reset to enter OSPL mode.
5. Connect your device to PC via USB cable.
6. Now you may need to install proper USB drivers. They come with Active Sync / Windows Mobile Device Center.
7. Install drivers if required.
8. Make sure device show “USB” at the bottom instead of “Serial”.
9. Press “Next” button in the wizard. It should detect your phone.
10. If you are using WCEUSBHS driver under Windows Vista/7 (for MTTY or MAGLDR TTY for example), you should apply “Windows XP compatible mode” in the properties of EXE file to get connection.
11. After successful connection it should show device codename and allows to choose installed OSPL version.
12. You should look at the screen and select OSPL version in drop down list box. You need do this because it’s not possible to detect installed version via USB.
If your current SPL version doesn't present in the list, you can choose nearest version,
BUT ONLY IF IT HAS SAME FIRST NUMBER!!
Example: You have 4.XX on the device. Do NOT choose 1.XX 2.XX 3.XX.
13. Press “Next”. Wait until comes final page.
14. Read and close window
15. Look at the device – it must reboot to RSPL.
16. If you see RSPLX.Y.Z and “CotullaRSPL” on the screen – the task done! Otherwise, please report in this thread about your problems.
17. Put some feedback in this thread for community and developers.
Installing HSPL
DFT_HSPL_WP7FG1_INSTALL allows you to install HSPL on the device:
1. Launch RSPL on the device like described above.
2. Be sure that you close RSPL wizard window.
3. Run DFT_HSPL_WP7FG1_INSTALL.exe (with administrative rights to access USB)
4. Mindfully reads information text. Press “Next” button.
5. Proper drivers already must be installed in RSPL step.
6. Press “Next” button in the wizard. It should detect your phone.
7. If you are using WCEUSBHS driver under Windows Vista/7 (for MTTY or MAGLDR TTY for example), you should apply “Windows XP compatible mode” in the properties of EXE file to get connection.
8. After successful connection it should show device codename and allows to choose HSPL or OSPL version to install. OSPL means you install stock SPL back.
9. Check device codename, if something wrong turn off computer and run to the nearest forest. Grab some water with yourself.
10. Press “Next”. Wait until comes final page.
11. Device will reboot and start to boot OS.
12. Reset it and enter SPL mode again. Be sure there HSPLX.Y.Z and “CotullaHSPL” appear.
13. Put some feedback in this thread for community and developers.
Now u are ready
you can find what custom rom you want i used dynamics v2.0 which can be found here and its fully unlocked aswell so all i all im pleased with it
http://forum.xda-developers.com/showthread.php?t=1520352
download it and install the same way we installed the 1.24 rom in the begining of this post
i hope this helps i just answered here coz no1 else has and i did the same a few days ago all on my own after much much reading haha
good luck report back
beany2009 said:
Hi i was new to all this and installed dynamics v2.0 fully unlocked rom the other day and this is how i went about it
Click to expand...
Click to collapse
Great guide, dude - this was exactly how I did mine too.:good::good:
Base on his firmware .707 he won't be able to use ansar orange Rom to downgrade his bootloader, has to use the Y cable to downgrade.
are you sure mate from looking at his OS version and firmware he has been updating in zune obviously and looks upto date the same as what i did and worked ok for me
i didnt check my firmware before hand tho just went about it and installed everythign
---------- Post added at 10:33 AM ---------- Previous post was at 10:20 AM ----------
Girthmeister said:
Great guide, dude - this was exactly how I did mine too.:good::good:
Click to expand...
Click to collapse
cheers pal
ah never mind lol i have .401
Mirror broken
beany2009 said:
download this
<LINK>
Click to expand...
Click to collapse
Do you have another mirror? This one has been exceeded its download count because of encryption.
Give me 30 mins ill upload it to zippyshare
---------- Post added at 03:05 PM ---------- Previous post was at 02:22 PM ----------
you can follow the new tutorial here good luck
http://forum.xda-developers.com/showthread.php?t=2200702
Please Help me to install RSPL/HSPL on my htc 7 mozart
I am not able to install Rspl to my phone.
After follow all steps in ( DFT_RSPL_WP7FG1_LAUNCH ) it says successfully change Spl to Rspl but there's all same.
and not change to Rspl.
Please Guide my.
PHONE INFORMATION :
Name: HTC 7 Mozart
Model: HTC 7 Mozart
Software: Windows Phone 7
Total Storage: 7.20 GB
Available Storage: 5.58 GB
OS Version: 7.0.7004.0
Firmware revision number: 2250.09.12210.061
Hardware revision number: 0004
Radio software version: 5.50.09.18_22.24.50.09U
Radio hardware version: A.102.0.D4
Bootloader version:1.22.2250.10(110809)40
Chip SOC version: 2.2.5.0
MAC address: F8-DB-7F-86-89-79
SIM ID: 89910704910009427355
INFORMATION DISPLAYED when switching on the phone with volume down button :
IN RED _________
PD67*** MFG SS-BC (4K)
SPL-1.22.2250.10(110809)
MicroP(LED) 0X07
TOUCH C1(v69)
IN GREEN_________
SD SANDISK 7580MB CLASS0
Partition Info-v211v413
IN BLUE______________
IN WHITE_____________
Serial