| 1   2   | Next
maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   n9 stuck on nokia logo ( bootscreen) (https://talk.maemo.org/showthread.php?t=93064)

fendetto 2014-04-21 08:53

n9 stuck on nokia logo ( bootscreen)
 
guys i have problem.. actually its my bad using ios7 theme without font..so the screen stuck..after i restatrt.. is there any guide to fix this.. :confused::confused::confused:

mautz 2014-04-21 10:18

Re: n9 stuck on nokia logo ( bootscreen)
 
You could flash the ubiboot kernel onto your phone and start it connected to your PC. So all filesystems will get mounted and you can copy the missing fonts. When finished reflash the orignal kernel. Maybe it can be don without flashing by using the flasher -k option, but i never tried that.

nieldk 2014-04-21 10:37

Re: n9 stuck on nokia logo ( bootscreen)
 
try to use the rescue CD
http://wiki.maemo.org/N9/N950_Rescue_CD

fendetto 2014-04-21 11:31

Re: n9 stuck on nokia logo ( bootscreen)
 
ill try that 1st..

DJJonosound 2014-04-21 11:41

Re: n9 stuck on nokia logo ( bootscreen)
 
If the theme is mine, not having install the fonts should not cause this issue :(
Did anything else happen to the device when installing? It may be my problem, I suck at compiling deb files. At the absolute worst, the phone would not load the home screen and go into a reboot loop if there was a theme error.

fendetto 2014-04-21 11:44

Re: n9 stuck on nokia logo ( bootscreen)
 
the error message

device not working properly

too many reboots

hmmm..

it stuck on nokia logo hmm i cant bypass that

DJJonosound 2014-04-21 12:01

Re: n9 stuck on nokia logo ( bootscreen)
 
1 Attachment(s)
Its a reboot loop then.
I hope this can fix it.

Open flasher, enter this, then plug phone in.
Code:

flasher --enable-rd-mode --set-rd-flags=no-lifeguard-reset
You then need to boot. The screen will be black once it finishes loading the boot sequence, as the home screen is not running. Reconnect the device, and then connect using mass storage. Copy the attached constants.ini to the device. Make sure you decompress it on your computer before copying. It removes all of the font requirements from the theme.

Then reconnect and use sync and connect. Using an ssh client of some sort, (linux and mac use terminal and type in ssh as command) ssh into root@192.168.2.15. For mac and linux this is done as
Code:

ssh root@192.168.2.15
Then you need to copy the file across using ssh. This should do the trick provided you put the file in mydocs:
Code:

cp -i "home/user/MyDocs/constants.ini" "usr/share/themes/Full iOS 7 theme/meegotouch/constants.ini"
You want to copy and replace the file.
If this works, shut the device down, and then type this into flasher and connect device:
Code:

flasher --disable-rd-mode
This should work, I hope.

If there is an error in the cp command, I don't know how to use it properly. I don't use it much. Please correct me if that is so.

fendetto 2014-04-21 12:18

Re: n9 stuck on nokia logo ( bootscreen)
 
link of flasher files dead.. hmm:(

DJJonosound 2014-04-21 12:22

Re: n9 stuck on nokia logo ( bootscreen)
 
https://coderus.openrepos.net/flasher/
Took me a little while to find bit coderus has it covered :)

fendetto 2014-04-21 12:28

Re: n9 stuck on nokia logo ( bootscreen)
 
i cant open flasher ...it auto closed hmm :(

nieldk 2014-04-21 13:10

Re: n9 stuck on nokia logo ( bootscreen)
 
are you using windowd?
you need to run it from cmd prompt (commandlin)

fendetto 2014-04-21 13:12

Re: n9 stuck on nokia logo ( bootscreen)
 
yeah window..is there any guide

DJJonosound 2014-04-21 13:19

Re: n9 stuck on nokia logo ( bootscreen)
 
I can't help with getting flasher running.. All I have used is Mac and Linux :(

nieldk 2014-04-21 13:26

Re: n9 stuck on nokia logo ( bootscreen)
 
open a Command Prompt with Administrator permissions (with UAC, right-click Command Prompt and select Run as administrator). Change to the directory containing the flasher

cd C:\Program Files\Nokia\Flasher

Flasher.exe --disable-rd-mode

DJJonosound 2014-04-21 13:36

Re: n9 stuck on nokia logo ( bootscreen)
 
So it becomes
Code:

Flasher.exe --enable-rd-mode --set-rd-flags=no-lifeguard-reset
And
Code:

Flasher.exe --disable-rd-mode
For the flasher commands

fendetto 2014-04-21 14:11

Re: n9 stuck on nokia logo ( bootscreen)
 
system cannot find the path specified ..hmmm

DJJonosound 2014-04-21 21:32

Re: n9 stuck on nokia logo ( bootscreen)
 
Did you CD to the flasher directory before running the commands?

fendetto 2014-04-21 23:38

Re: n9 stuck on nokia logo ( bootscreen)
 
Quote:

Originally Posted by nieldk (Post 1422203)
open a Command Prompt with Administrator permissions (with UAC, right-click Command Prompt and select Run as administrator). Change to the directory containing the flasher

cd C:\Program Files\Nokia\Flasher

Flasher.exe --disable-rd-mode

ill follow this guide still same problem hmm:confused:

peterleinchen 2014-04-22 08:31

Re: n9 stuck on nokia logo ( bootscreen)
 
Oh dear shiny blinking Windows users...

Which Windows do you have?
I assume a 64bit System like Win7 (or maybe XP ;))?
Then the path is:
C:\Program Files (x86)\Nokia\flasher

Did you install the flasher tool at all?

fendetto 2014-04-22 11:43

Re: n9 stuck on nokia logo ( bootscreen)
 
1 Attachment(s)
Quote:

Originally Posted by peterleinchen (Post 1422266)
Oh dear shiny blinking Windows users...

Which Windows do you have?
I assume a 64bit System like Win7 (or maybe XP ;))?
Then the path is:
C:\Program Files (x86)\Nokia\flasher

Did you install the flasher tool at all?

yeah done install .. when i put the command the packege cannot be found ..hmm

DJJonosound 2014-04-22 11:58

Re: n9 stuck on nokia logo ( bootscreen)
 
You need to use this:
Code:

cd "C:\Program Files (x86)\Nokia\flasher"
And then execute the commands.
Before there was a space left, so it thought the directory was C:\Program instead of Program Files. You also need to use CD so that it changes the directory :p

However the x86 part is only if your computer is 64 bit.

fendetto 2014-04-22 12:20

Re: n9 stuck on nokia logo ( bootscreen)
 
1 Attachment(s)
Quote:

Originally Posted by DJJonosound (Post 1422290)
You need to use this:
Code:

cd "C:\Program Files (x86)\Nokia\flasher"
And then execute the commands.
Before there was a space left, so it thought the directory was C:\Program instead of Program Files. You also need to use CD so that it changes the directory :p

However the x86 part is only if your computer is 64 bit.

still no luck same error duh:(

pichlo 2014-04-22 12:41

Re: n9 stuck on nokia logo ( bootscreen)
 
Oh, sancta simplicitas!

@fendetto, could you please type the following commands exactly and copy and paste the results from the screen. To copy the results, right-click in the terminal window, select 'Mark', then select a section of text with your mouse, then press Enter. Come here and paste the text in your post.

Remember you need to type these commands in the terminal window that is running as Administrator. To do that, you need to right-click on the Terminal icon and select 'Run as Adminstrator'.

In the following section, type each line exactly as written, replacing the bits in <> with the relevant action. After each line, press Enter. The commands:

Code:

cd \
dir
cd Prog<press TAB until you get (x86) at the end>
dir
cd Nok<press TAB>
dir
cd fla<press TAB>
dir

Now copy the contents of the screen using the technique described above and paste it here.

PS
I see a few problems in your screenshot. The first line is missing the quotes. Without them, the command-line interpreter stops on the first space, i.e. instead of "C:\Program Files" it goes only as far as "C:\Program". Then it obviously complains that the path does not exist.

Your second and all other lines are missing a backslash after C:. It should be C:\Program Files, not C:Program Files.

Lastly, there should be no space between (x86) and the following backslash. So, "C:\Program Fileas (x86)\Nokia", not "C:Program Files (x86) \Nokia".

Following my guide above using TAB to expand your path for you should do the trick.

fendetto 2014-04-22 13:12

Re: n9 stuck on nokia logo ( bootscreen)
 
Code:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\admin>"C:\Program Files (x86)\Nokia\Flasher"
The system cannot find the path specified.

C:\Users\admin>

still no luck

pichlo 2014-04-22 13:28

Re: n9 stuck on nokia logo ( bootscreen)
 
Quote:

Originally Posted by fendetto (Post 1422299)
Code:

C:\Users\admin>"C:\Program Files (x86)\Nokia\Flasher"
The system cannot find the path specified.


That path is a directory, so it cannot be executed. You were supposed to cd into it first. But we still don't know if your PC is 32 or 64 bit. Depending on that, you may or may not need the (x86) part. Please repeat my commands above. At least the first two lines if those tabs are too taxing for you.

fendetto 2014-04-22 13:36

Re: n9 stuck on nokia logo ( bootscreen)
 
Code:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\admin>cd
C:\Users\admin

C:\Users\admin>cd .

C:\Users\admin>cd ..

C:\Users>cd ..

C:\>"C:\Program Files\Nokia\Flasher"
'"C:\Program Files\Nokia\Flasher"' is not recognized as an internal or external
command,
operable program or batch file.

C:\>

still

pichlo 2014-04-22 13:52

Re: n9 stuck on nokia logo ( bootscreen)
 
I give up. I cannot write is simpler than in post #23. If you can't follow that then perhaps you should not use the flasher.

fendetto 2014-04-22 13:55

Re: n9 stuck on nokia logo ( bootscreen)
 
thanks for your help..pichlo..ill appriciate that..

finally i get it thanks pichlo:D

peterleinchen 2014-04-22 14:20

Re: n9 stuck on nokia logo ( bootscreen)
 
Oh cmon...

This (C:\Program Files (x86)\Nokia\Flasher) would only be the directory where flasher tool resides, you cannot execute a directory.

Spoon by spoon. Enter following -as is- into an admin console:
cd "C:\Program Files (x86)\Nokia\Flasher)"
or
cd "C:\Program Files\Nokia\Flasher)"


--sorry, did not see the othe comments!?

MarcAnton 2014-04-22 17:01

Re: n9 stuck on nokia logo ( bootscreen)
 
1 Attachment(s)
Quote:

Originally Posted by fendetto (Post 1422306)
Code:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\admin>cd
C:\Users\admin

C:\Users\admin>cd .

C:\Users\admin>cd ..

C:\Users>cd ..

C:\>"C:\Program Files\Nokia\Flasher"
'"C:\Program Files\Nokia\Flasher"' is not recognized as an internal or external
command,
operable program or batch file.

C:\>

still

You use win7? 64bit?
Did you start comandline as admin?

I'm using win8 (flasher workes fine), when I start comandprompt as admin I see C:\WINDOWS\system32> in cmd window,
your log shows C:\Users\admin....?? so I think you start from the wrong point.

As said above If you’re using a 64bit version of Windows you may need to change ‘Program Files’ to ‘Program Files (x86)’

fendetto 2014-04-23 11:48

Re: n9 stuck on nokia logo ( bootscreen)
 
hey guys wanna ask is it corect what i do ..

Code:

C:\Program Files\Nokia>WinFlasher_3.12.1.exe -F DFL61_HARMATTAN_40.2012.21-3_PR_
LEGACY_005-OEM1-958_ARM.bin -f -R
flasher 3.12.1 (Oct  6 2011) Harmattan
WARNING: This tool is intended for professional use only. Using it may result
in permanently damaging your device or losing the warranty.

Suitable USB interface (bootloader/phonet) not found, waiting...
Found device RM-696, hardware revision 1507
NOLO version 2.3.6
Version of 'sw-release': DFL61_HARMATTAN_40.2012.21-3_PR_005
Sending ape-algo image (7096 kB)...
100% (7096 of 7096 kB, avg. 18337 kB/s)
Suitable USB interface (phonet) not found, waiting...


juiceme 2014-04-23 12:24

Re: n9 stuck on nokia logo ( bootscreen)
 
Yes, looks good up to that point, but the messages should continue from there.
What has happened, the flasher tool found the N9 from your USB and sent the counterpart to the device.
After that, the flashing should start.

fendetto 2014-04-23 12:27

Re: n9 stuck on nokia logo ( bootscreen)
 
Quote:

Originally Posted by juiceme (Post 1422413)
Yes, looks good up to that point, but the messages should continue from there.
What has happened, the flasher tool found the N9 from your USB and sent the counterpart to the device.
After that, the flashing should start.

been waiting about 10 minitus still the same hmmm :confused:

juiceme 2014-04-23 12:32

Re: n9 stuck on nokia logo ( bootscreen)
 
Quote:

Originally Posted by fendetto (Post 1422415)
been waiting about 10 minitus still the same hmmm :confused:

what??
nothing else appeared on the screen???

Then it did not work, just remove cable, turn off the device if it torns on, and retry the flasher command and connect the cable.

fendetto 2014-04-23 12:35

Re: n9 stuck on nokia logo ( bootscreen)
 
Quote:

Originally Posted by juiceme (Post 1422418)
what??
nothing else appeared on the screen???

Then it did not work, just remove cable, turn off the device if it torns on, and retry the flasher command and connect the cable.

triend 3 times no lock..still stuck on usb cable things..

DJJonosound 2014-04-23 12:44

Re: n9 stuck on nokia logo ( bootscreen)
 
I had this same issue, it was never fixed and the device was stuck in malf state. Ended up putting the open mode kernel on somehow and then a week of no action I woke up to find it working perfectly. No malf, no issues, no loss of data. No one was able to figure out the issue.

fendetto 2014-04-23 12:51

Re: n9 stuck on nokia logo ( bootscreen)
 
let say if i put sailfish will it be work ??

juiceme 2014-04-23 13:50

Re: n9 stuck on nokia logo ( bootscreen)
 
Quote:

Originally Posted by fendetto (Post 1422423)
let say if i put sailfish will it be work ??

Possibly, however if you cannot flash it that may prove to be difficult.

First thing I'd try, however is to cold-flash it.
Doing that, however, will delete all your data from the device.

fendetto 2014-04-23 13:59

Re: n9 stuck on nokia logo ( bootscreen)
 
what is the problem actually ??

juiceme 2014-04-23 18:54

Re: n9 stuck on nokia logo ( bootscreen)
 
Quote:

Originally Posted by fendetto (Post 1422434)
what is the problem actually ??

Well, when you start the flasher utility, (with intent to flash, mark it, there are*other ways of using it) it will first check that there is a N9 device connected, and then send the flasher counterpart called APE algorithm to the device.
The APE is actually a small linux kernel that knows how to do some basic initialization to the device, and then it starts to wait for the flasher to push the flashable images to it.

Now it seems to me that the 1st part went OK, as the flasher tells the following info:
Suitable USB interface (bootloader/phonet) not found, waiting...
Found device RM-696, hardware revision 1507
NOLO version 2.3.6
Version of 'sw-release': DFL61_HARMATTAN_40.2012.21-3_PR_005
Sending ape-algo image (7096 kB)...
100% (7096 of 7096 kB, avg. 18337 kB/s)

Then, for some reason the process does not continue for you, when it says:
Suitable USB interface (phonet) not found, waiting...

Instead, it should actually continue like this:
Suitable USB interface (phonet) not found, waiting...
USB device found at bus 001, device address 027.
Device identifier: 327324051677480 (SN: N/A)
Raw data transfer EP found at EP2.
Ping attempt 1 (250 ms)
Server application: 1.7.2
Found product RM-696 rev. 1507
Server implements softupd protocol version 1.8
....
....
....

So, there is something wrong with the 2nd part of the loading.
Now, this could be because your device is in some bad state, and that was why I asked if you have tried to cold-flash it.

On the other hand, it maybe could be because you are using Windows. It is a sad fact that Windows is notoriously bad at IO, the USB stack is so poorly implemented it makes a grown man cry :mad:
Usually Linux is better for anything except graphics performance, and that is only because video vendors see the target user group in windows-gaming people, not bothering to make as good drivers for Linux...

So, there are 2 alternatives, try different flasher commands or try flashing with Linux.


| 1   2   | Next
All times are GMT. The time now is 11:40.

vBulletin® Version 3.8.8