Reply
Thread Tools
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#1211
Originally Posted by rafaelk View Post
nice! thanx! jos sais eloon tuon luurin vihdoin ja viimein

English version:


Okay. So your device is 059J187 which is "NDT North Europe Black 64GB" model.

The correct files to download are the following:
firmware: http://nds2.fds-fire.nokia.com/p/d/f...M1-958_ARM.bin
EMMC: http://nds2.fds-fire.nokia.com/p/d/f...HERNEUROPE.bin

If you downloaded the correct files, it might be that you had corruption during download. (I always suggest using curl or wget to download large BIN files rather than browser)
You might want to check the md5sum of the files you downloaded, to make sure they are not corrupted.
(firmware = 53fcefc0033875661c19160e16999b3e)
(EMMC = b289c1e9fdcdd5528adf5f82c29e39e0)

After you have verified the files are correct, or downloaded new files, you can try flashing again.


------


Sama suomeksi:

Sun malli 059J187 on itseasiassa sama kun mun kapula, Musta/64G.

Oikeat filet löytyypi täältä:
firmware: http://nds2.fds-fire.nokia.com/p/d/f...M1-958_ARM.bin
EMMC: http://nds2.fds-fire.nokia.com/p/d/f...HERNEUROPE.bin

Tarkista että ne fiilut jotka oot ladannu ei ole korruptoitunu matkalla, mikä on hyvinkin mahdollista jos oot käyttäny jotain selainta lataamiseen. Etenki IE on niin paska ettei sillä voi edes persettään pyyhkiä.
Ite käytän aina wgettiä tai curlia isojen fiilujen lataukseen.

Tässä on oikeiden fileiden md5summat:
(firmware = 53fcefc0033875661c19160e16999b3e)
(EMMC = b289c1e9fdcdd5528adf5f82c29e39e0)

Kun oot tarkistanu että sulla on ehjät fileet tai ladannu uudet, voit koittaa flashata luurin uudestaan. Jos ei vieläkään onnistu niin kysy lisää, on nimittäin useampikin keino alustaa luuri defaulttiin.
 

The Following User Says Thank You to juiceme For This Useful Post:
Posts: 12 | Thanked: 3 times | Joined on Sep 2014 @ Finland
#1212
laitoin lataukseen!
millä komennolla flashaan sit?
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#1213
Originally Posted by rafaelk View Post
laitoin lataukseen!
millä komennolla flashaan sit?

English version:

Now, the following things are going to wipe your device to factory default. Be sure to have backups before doing it, or else prepare to lose everything you have on the device.

First, to make it easier and to have the commands a bit shorter and easier to write it is best that you rename the files you downloaded to for example emmc.bin and firmware.bin
emmc.bin = 29FAD658_DFL61_HARMATTAN_40.2012.13-7.NORTHERNEUROPE_EMMC_NORTHERNEUROPE.bin
firmware.bin = DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin
As for flashing, first you might try the following command. This is the basic "write binaries to flash" command:
flasher -F emmc.bin -F firmware.bin -f -R
If the above command does not work, you can try the next one. This will take longer as the device also formats the flash partitions before flashing:
flasher -F emmc.bin -F firmware.bin -f -R --erase-user-data=secure


If neither of those work, You can try the "cold flashing" command which does force recreation of partition table:
flasher -F emmc.bin -F firmware.bin -f -R --cold-flash



----------


Sama suomeksi:

Okay, nämä seuraavat komennot sitten tyhjentää luurin kokonaan. Eli sulla on paras olla backupit kaikesta mitä haluat säilyttää koska tän jälkeen laite on ihan pakasta vedetty.

Ensimmäiseksi kannattaa muuten nimetä ne lataamasi tiedostot uudelleen vähä helpommiksi, kun on senverran vaikeata kirjoittaa noita pitkiä komentoja. Yleensä on tapana käyttää nimiä emmc.bin ja firmware.bin.
emmc.bin = 29FAD658_DFL61_HARMATTAN_40.2012.13-7.NORTHERNEUROPE_EMMC_NORTHERNEUROPE.bin
firmware.bin = DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin
Flässäyksestä; ensin kannatta kokeilla tätä komentoa. Tämä on peruskauraa, laitteeseen vaan kirjoitetaan uudet imaget:
flasher -F emmc.bin -F firmware.bin -f -R
Jos ylläoleva kometo ei auttanu, voit koittaa tätä seuraavaksi. Tämän komennon ajaminen kestää muuten sitten aika pitkään, koska se formatoi flässin:
flasher -F emmc.bin -F firmware.bin -f -R --erase-user-data=secure


Jos kumpikaan noista ei pelannu OK, niin voit koittaa "kylmäflashata" värkin. Tämä komento uudelleenkirjoittaa flashin partitiotaulut:
flasher -F emmc.bin -F firmware.bin -f -R --cold-flash
 

The Following User Says Thank You to juiceme For This Useful Post:
Posts: 12 | Thanked: 3 times | Joined on Sep 2014 @ Finland
#1214
Originally Posted by juiceme View Post
English version:

Now, the following things are going to wipe your device to factory default. Be sure to have backups before doing it, or else prepare to lose everything you have on the device.

First, to make it easier and to have the commands a bit shorter and easier to write it is best that you rename the files you downloaded to for example emmc.bin and firmware.bin
emmc.bin = 29FAD658_DFL61_HARMATTAN_40.2012.13-7.NORTHERNEUROPE_EMMC_NORTHERNEUROPE.bin
firmware.bin = DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin
As for flashing, first you might try the following command. This is the basic "write binaries to flash" command:
flasher -F emmc.bin -F firmware.bin -f -R
If the above command does not work, you can try the next one. This will take longer as the device also formats the flash partitions before flashing:
flasher -F emmc.bin -F firmware.bin -f -R --erase-user-data=secure


If neither of those work, You can try the "cold flashing" command which does force recreation of partition table:
flasher -F emmc.bin -F firmware.bin -f -R --cold-flash



----------


Sama suomeksi:

Okay, nämä seuraavat komennot sitten tyhjentää luurin kokonaan. Eli sulla on paras olla backupit kaikesta mitä haluat säilyttää koska tän jälkeen laite on ihan pakasta vedetty.

Ensimmäiseksi kannattaa muuten nimetä ne lataamasi tiedostot uudelleen vähä helpommiksi, kun on senverran vaikeata kirjoittaa noita pitkiä komentoja. Yleensä on tapana käyttää nimiä emmc.bin ja firmware.bin.
emmc.bin = 29FAD658_DFL61_HARMATTAN_40.2012.13-7.NORTHERNEUROPE_EMMC_NORTHERNEUROPE.bin
firmware.bin = DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin
Flässäyksestä; ensin kannatta kokeilla tätä komentoa. Tämä on peruskauraa, laitteeseen vaan kirjoitetaan uudet imaget:
flasher -F emmc.bin -F firmware.bin -f -R
Jos ylläoleva kometo ei auttanu, voit koittaa tätä seuraavaksi. Tämän komennon ajaminen kestää muuten sitten aika pitkään, koska se formatoi flässin:
flasher -F emmc.bin -F firmware.bin -f -R --erase-user-data=secure


Jos kumpikaan noista ei pelannu OK, niin voit koittaa "kylmäflashata" värkin. Tämä komento uudelleenkirjoittaa flashin partitiotaulut:
flasher -F emmc.bin -F firmware.bin -f -R --cold-flash
Ei toimi ei.. voiko olla flasheri väärä kenties? hrmph...
nyt tuo odottelee puhelinta tuossa coldflashis.. mitään ei tapahdu.. kuva täsä
Name:  erroria1.jpg
Views: 486
Size:  94.6 KB
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#1215
Originally Posted by rafaelk View Post
Ei toimi ei.. voiko olla flasheri väärä kenties? hrmph...
flasher 3.12.1 on kyllä just oikea versio.


Originally Posted by rafaelk View Post
nyt tuo odottelee puhelinta tuossa coldflashis.. mitään ei tapahdu.. kuva täsä
Hmmh, ei sen pitäis kyl odottaa tuossa sen pitempään. Irrotitko puhelimen piuhasta ennekun annoit komennon, ja sitten laitoit kiinni? Ja olihan puhelin sammutettuan kun teit tuon?

Nuo certificate errorit kyl vähän huolestuttaa. Eihän tuo ole simmilukittu puhelin? Tosin nitä ei mun mielestä oo suomessa myyty lukittuna.
 
Posts: 12 | Thanked: 3 times | Joined on Sep 2014 @ Finland
#1216
ei oo simlukittu.. ja puhelin oli kiinni kun tuon tein, piuhan kun laitoin käynnisti puhelimen ja näyttöön tuli vaan "asenna hyväksytty käyttöjärjestelmä uudestaan"
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#1217
Originally Posted by rafaelk View Post
ei oo simlukittu.. ja puhelin oli kiinni kun tuon tein, piuhan kun laitoin käynnisti puhelimen ja näyttöön tuli vaan "asenna hyväksytty käyttöjärjestelmä uudestaan"
Jos puhelin on OFF ja laitat USB-piuhan kiinni niin että flasher on käynnistetty, ei näyttöön pitäisi kyllä tulla mitään.
Flasher haistaa puhelimen kytkennän ja työntää sinne ensimmäisen stagen boottiloaderista oman vastakappaleensa.

Käytätkö windowssia vai linuxia? Ittelläni on vain linux mut periaatteessa kyl sen pitää toimia windowsillakin ihan samalla tavalla.
 

The Following User Says Thank You to juiceme For This Useful Post:
Posts: 12 | Thanked: 3 times | Joined on Sep 2014 @ Finland
#1218
se avaa ainoastaan puhelimen kun kokeilen coldflashia. nuo muut se lähtee flashaa mutta huuta lopuks erroria! :S windowsia käytän juu..
tai sit coldflashilla ei tapahdu mitään.. jurraa vaan että etsii HWtä

Last edited by rafaelk; 2014-09-25 at 07:19.
 

The Following User Says Thank You to rafaelk For This Useful Post:
irulestar's Avatar
Posts: 217 | Thanked: 89 times | Joined on Dec 2013 @ Indonesia, Banyuwangi
#1219
Sorry. How to remove singtel logo!?
Please help
__________________
any Question? ask here and Follow first @irulestar
 

The Following User Says Thank You to irulestar For This Useful Post:
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#1220
Originally Posted by irulestar View Post
Sorry. How to remove singtel logo!?
Please help
Where is the singtel logo? Do you mean on the low-power screen when the screen is locked? If so, then you can just install any one of the numerous apps for customizing the low-power screen.
 

The Following 2 Users Say Thank You to thedead1440 For This Useful Post:
Reply

Tags
flashing, nokia n9

Thread Tools

 
Forum Jump


All times are GMT. The time now is 05:11.