Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lumia 920 stuck at "Nokia" screen with black background #11

Closed
jacob1298 opened this issue Jul 27, 2023 · 22 comments
Closed

Lumia 920 stuck at "Nokia" screen with black background #11

jacob1298 opened this issue Jul 27, 2023 · 22 comments

Comments

@jacob1298
Copy link

I unlocked the bootloader of my Nokia Lumia 920 and flashed the Engineering SLB3 bootloader using WPInternals 2.9. I then went into Mass Storage Mode and followed the instructions on the readme. After the Installer.cmd file completed successfully, I rebooted my Lumia 920 to find it stuck at the "Nokia" screen. What should I do to fix this?

@jacob1298
Copy link
Author

I got it working after a couple of force reboots and switching in and out of Mass Storage mode.

@RedGreenBlue09
Copy link
Owner

You got it booted with the latest release or the latest commit?

@jacob1298
Copy link
Author

jacob1298 commented Jul 28, 2023

latest release, but is there a newer windows release?
Edit: charging in windows does not work

@RedGreenBlue09
Copy link
Owner

There are no newer Windows builds for ARM(v7) that's as good as 15035. For example the build 16299 is available but it only boots into Windows logo. Keep in mind all Windows 10 ARMv7 builds are LEAKED.

@RedGreenBlue09
Copy link
Owner

Charging is known to not work. We cannot support all features as this is not supported by Microsoft. We can only do our best with existing Windows Phone drivers.

@jacob1298
Copy link
Author

It charges when it sleeps. Does this use EDK2 or similar? I'd like to look at something like Linux.

@RedGreenBlue09
Copy link
Owner

No. Official Windows Phone firmware is already using EDK2-based UEFI and has built in Windows Boot Manager. WPinternals enables the ability to boot other stuff using the stock firmware. WOA (ARM64) on Lumia 950 uses custom EDK2 though.

For Linux, check mainline4lumia. Spec A devices are not supported though.

@jacob1298
Copy link
Author

I'll check it out. I actually have a 950 with Windows 11 on it. It's painfully slow though. The 920's lack of ram makes the browser crash, so hopefully Linux won't be as hard on the hardware.

@jacob1298
Copy link
Author

Just checked, mainline4lumia doesn't support the 920

@RedGreenBlue09
Copy link
Owner

I'll check it out. I actually have a 950 with Windows 11 on it. It's painfully slow though. The 920's lack of ram makes the browser crash, so hopefully Linux won't be as hard on the hardware.

The browser crashed because you don't have the Andreno display driver installed. You need to get into safe mode to update the display driver.

@RedGreenBlue09
Copy link
Owner

Just checked, mainline4lumia doesn't support the 920

The only Linux on Lumia project that supports spec A as I know is android4Lumia. No support for 920 though.

@jacob1298
Copy link
Author

I'll check it out. I actually have a 950 with Windows 11 on it. It's painfully slow though. The 920's lack of ram makes the browser crash, so hopefully Linux won't be as hard on the hardware.

The browser crashed because you don't have the Andreno display driver installed. You need to get into safe mode to update the display driver.

How do I do that?

@RedGreenBlue09
Copy link
Owner

RedGreenBlue09 commented Jul 28, 2023

On PC or phone:

bcdedit /store <MainOS>:\EFIESP\EFI\Microsoft\Boot\BCD /set {703c511b-98f3-4630-b752-6d177cbfb89c} safeboot minimal

Then reboot the phone. After you are in safe mode, open Device Manager and update the basic adapter. You need to select "Pick existing driver on my device" and choose the Andreno driver (no extra files need).

On PC or phone:

bcdedit /store <MainOS>:\EFIESP\EFI\Microsoft\Boot\BCD /deletevalue {703c511b-98f3-4630-b752-6d177cbfb89c} safeboot

Reboot.

@jacob1298
Copy link
Author

Thanks. I'll try it

@jacob1298
Copy link
Author

I tried it, but got the response "The system cannot find the file specified."

@RedGreenBlue09
Copy link
Owner

I tried it, but got the response "The system cannot find the file specified."

You need to replace with your MainOS drive letter.

@jacob1298
Copy link
Author

I checked before using the command, and the correct display driver is already installed.

@RedGreenBlue09
Copy link
Owner

The idk. The browser should work when Andreno driver is installed.

@jacob1298
Copy link
Author

It has only 1gb of ram, and idles at 90% usage

@RedGreenBlue09
Copy link
Owner

Hey, you should check the page file settings. It can be disabled or too small. Increase it to a larger size might fix the issue, runs much slower though.

@jacob1298
Copy link
Author

jacob1298 commented Aug 2, 2023 via email

@RedGreenBlue09
Copy link
Owner

Congrats

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants