n_flasher is a powerfull application for Nokia phones flashing written by Dlang and Gtk+ (GtkD)
- Fully linux and Windows support
- ADB tools path set
- ROM Path set
- ROM integrity check
- VBmeta flashing support
- A and B slot flashing
- Full and SVB flashing modes
- Smouth UI
- Extended loging
- Nokia 7.1 (CTL_sprout)
- Other Nokia devices, but I can't check, because I don't have them ... If you want to help expand the list of supported devices, please contact me.
- Download or build latest n_flasher version
- Download and install android tools (adb and fastboot)
- Download ROM and unarchive it
- Start the application
- Set android tools path
- Set ROM path
- Connect your phone to computer and enable USB debuging and file transfer
- Set options you need
- Press 'Flash' or 'SVB flash'
# 1. Download android tools
sudo pacman -S android-tools android-udev
# 2. Download building dependencies
sudo pacman -S dlang meson base-devel
dub fetch gtk-d
dub fetch djtext
dub build --compiler=ldc2 gtk-d
dub build --compiler=ldc2 djtext
# 3. Clone this repo
git clone https://github.com/KonstantIMP/n_flasher.git
# 4. Build it
cd n_flasher
meson builddir
ninja -C builddir
# 5. Run the n_flasher
./builddir/n_flasher
For Windows platforms you can just download latest release and run runline.exe