DON'T MISLEAD YOURSELF FOR PRODUCT CODE OR MODEL NUMBER FOR PERSIST.IMG.
THERE ARE ONLY ONE UNIVERSAL FILE FOR X AND XL.
FILES ARE ATTACHED BELOW ;
PERSIST(NOKIA XL)
RM 980(NOKIA X)
1- NOKIA X DRIVERS INSTALLED ON YOUR PC. LINK- https://drive.google.com/file/d/0Bxt...Slk/edit?pli=1
2- AFTER INSTALLING DRIVER COPY THE ADB_usb.ini to c/users/.android folder..
3-ADB AND FASTBOOT TOOLS (GOOGLE IT). link - https://docs.google.com/file/d/0B7Eq...SkE/edit?pli=1
4- PERSIST IMG PASTED IN FASTBOOT AND ADB TOOLS .
5 - commands
To access the bootloader on your device, assumming you followed the steps above:
COMMAND
1.adb reboot bootloader
2.fastboot -i 0x0421 devices
3.fastboot -i 0x0421 flash [partiton] [file]
ab07mu said:
DON'T MISLEAD YOURSELF FOR PRODUCT CODE OR MODEL NUMBER FOR PERSIST.IMG.
THERE ARE ONLY ONE UNIVERSAL FILE FOR X AND XL.
FILES ARE ATTACHED BELOW ;
PERSIST(NOKIA XL)
RM 980(NOKIA X)
1- NOKIA X DRIVERS INSTALLED ON YOUR PC. LINK- https://drive.google.com/file/d/0Bxt...Slk/edit?pli=1
2- AFTER INSTALLING DRIVER COPY THE ADB_usb.ini to c/users/.android folder..
3-ADB AND FASTBOOT TOOLS (GOOGLE IT). link - https://docs.google.com/file/d/0B7Eq...SkE/edit?pli=1
4- PERSIST IMG PASTED IN FASTBOOT AND ADB TOOLS .
5 - commands
To access the bootloader on your device, assumming you followed the steps above:
COMMAND
1.adb reboot bootloader
2.fastboot -i 0x0421 devices
3.fastboot -i 0x0421 flash [partiton] [file]
Click to expand...
Click to collapse
How can I get for Nokia 6.1plus?
Related
i soft brcked my phone and it bootloops in the google screen. its rooted and i have cwm. ive read thread on how to fix it via fastboot but its not finding the commands. please help on a step to step tutorial on how to fix it please! im a noob on this type of stuff. Id really appreciate it. thankyou
Just pull battery
Put battery back in
Hold down volume up n down (press in middle) and the power button.
Then if u have a nanoid backup go to recovery by pressing volume buttons the select it by power
If not follow the fastboot instructions you found
Sent from my Galaxy Nexus using XDA App
I know but I don't know how to use fast boot
Sent from my Nexus S using XDA App
Do this: http://forum.xda-developers.com/showthread.php?t=1399210
That will fix the bootloop
OK thanks I will try that
Sent from my Nexus S using XDA App
Mine is GSM though
Sent from my Nexus S using XDA App
http://code.google.com/android/nexus/images.html#yakjuicl53f
GSM here
OK thanks but I don't know how to use the fast boot commands because every time I try its says commands not found
Sent from my Nexus S using XDA App
are you familiar with odin? If so you can odin a stock image...
http://forum.xda-developers.com/showthread.php?t=1394051
I can't use ad commands so I wouldnt be able to use Odin
Sent from my Nexus S using XDA App
This is for Windows OS only:
if you don't have adb and fastboot installed in your computer, download this file and extract it. http://dl.dropbox.com/u/53155491/adb_fastboot_and_other_tools.zip
download the original Google image from here: http://code.google.com/intl/pt-BR/android/nexus/images.html
if you downloaded yakju-icl53f image, extract with 7zip and you shoud see a .TAR file. Extract it again with 7zip and you should see bootloader-maguro-primekk15.img, radio-maguro-i9250xxkk6.img and image-yakju-icl53f.zip.
Copy this files to adb/fastboot folder and open command prompt (SHIFT + right click – “open command prompt here”)
Reboot your device in bootloader mode and be sure fastboot is recognizing your phone with this code: fastboot devices
if you see your serial number's device, you are OK; if not, you have to install Samsung drivers properly.
then flash the images:
fastboot flash radio radio-maguro-i9250xxkk6.img
fastboot flash bootloader bootloader-maguro-primekk15.img
fastboot reboot-bootloader
fastboot -w update image-yakju-icl53f.zip (this command will wipe your data!)
device will reboot itself, and you should be done!
---------- Post added at 06:22 AM ---------- Previous post was at 06:11 AM ----------
This is for Windows OS only:
if you don't have adb and fastboot installed in your computer, download this file and extract it. http://dl.dropbox.com/u/53155491/adb_fastboot_and_other_tools.zip
download the original Google image from here: http://code.google.com/intl/pt-BR/android/nexus/images.html
if you downloaded yakju-icl53f image, extract with 7zip and you shoud see a .TAR file. Extract it again with 7zip and you should see bootloader-maguro-primekk15.img, radio-maguro-i9250xxkk6.img and image-yakju-icl53f.zip.
Copy this files to adb/fastboot folder and open command prompt (SHIFT + right click – “open command prompt here”)
Reboot your device in bootloader mode and be sure fastboot is recognizing your phone with this code: fastboot devices
if you see your serial number's device, you are OK; if not, you have to install Samsung drivers properly.
then flash the images:
fastboot flash radio radio-maguro-i9250xxkk6.img
fastboot flash bootloader bootloader-maguro-primekk15.img
fastboot reboot-bootloader
fastboot -w update image-yakju-icl53f.zip (this command will wipe your data!)
device will reboot itself, and you should be done!
rabug said:
This is for Windows OS only:
if you don't have adb and fastboot installed in your computer, download this file and extract it. http://dl.dropbox.com/u/53155491/adb_fastboot_and_other_tools.zip
download the original Google image from here: http://code.google.com/intl/pt-BR/android/nexus/images.html
if you downloaded yakju-icl53f image, extract with 7zip and you shoud see a .TAR file. Extract it again with 7zip and you should see bootloader-maguro-primekk15.img, radio-maguro-i9250xxkk6.img and image-yakju-icl53f.zip.
Copy this files to adb/fastboot folder and open command prompt (SHIFT + right click – “open command prompt here”)
Reboot your device in bootloader mode and be sure fastboot is recognizing your phone with this code: fastboot devices
if you see your serial number's device, you are OK; if not, you have to install Samsung drivers properly.
then flash the images:
fastboot flash radio radio-maguro-i9250xxkk6.img
fastboot flash bootloader bootloader-maguro-primekk15.img
fastboot reboot-bootloader
fastboot -w update image-yakju-icl53f.zip (this command will wipe your data!)
device will reboot itself, and you should be done!
---------- Post added at 06:22 AM ---------- Previous post was at 06:11 AM ----------
This is for Windows OS only:
if you don't have adb and fastboot installed in your computer, download this file and extract it. http://dl.dropbox.com/u/53155491/adb_fastboot_and_other_tools.zip
download the original Google image from here: http://code.google.com/intl/pt-BR/android/nexus/images.html
if you downloaded yakju-icl53f image, extract with 7zip and you shoud see a .TAR file. Extract it again with 7zip and you should see bootloader-maguro-primekk15.img, radio-maguro-i9250xxkk6.img and image-yakju-icl53f.zip.
Copy this files to adb/fastboot folder and open command prompt (SHIFT + right click – “open command prompt here”)
Reboot your device in bootloader mode and be sure fastboot is recognizing your phone with this code: fastboot devices
if you see your serial number's device, you are OK; if not, you have to install Samsung drivers properly.
then flash the images:
fastboot flash radio radio-maguro-i9250xxkk6.img
fastboot flash bootloader bootloader-maguro-primekk15.img
fastboot reboot-bootloader
fastboot -w update image-yakju-icl53f.zip (this command will wipe your data!)
device will reboot itself, and you should be done!
Click to expand...
Click to collapse
Life saver!!
rabug said:
Reboot your device in bootloader mode and be sure fastboot is recognizing your phone with this code: fastboot devices
if you see your serial number's device, you are OK; if not, you have to install Samsung drivers properly.
then flash the images:
fastboot flash radio radio-maguro-i9250xxkk6.img
fastboot flash bootloader bootloader-maguro-primekk15.img
fastboot reboot-bootloader
fastboot -w update image-yakju-icl53f.zip (this command will wipe your data!)
device will reboot itself, and you should be done!
Click to expand...
Click to collapse
I have a problem: When it tries to write the factory image to system, it stops. Are there any solutions to that?
how to flash persist.img file in nokia x without computer? please tell me the directory of persist.img file?
atifnoor1122 said:
how to flash persist.img file in nokia x without computer? please tell me the directory of persist.img file?
Click to expand...
Click to collapse
no bro it can only done with the help of computer
why theres a user with similar nick thanking op for the question for no apparant reason? also thanking on every previous post. i smell spammer with multiple id harvesting thanks here.
osheen jha said:
no bro it can only done with the help of computer
Click to expand...
Click to collapse
but i can't flash the persist.img file with computer . I don't know the commands to flash this file
you tell me what commands i use??? step by step
atifnoor1122 said:
but i can't flash the persist.img file with computer . I don't know the commands to flash this file
you tell me what commands i use??? step by step
Click to expand...
Click to collapse
first install adb drivers for nokia x .... link provided in the post..
and download fastboot ..link provided in post.
1- open fastboot then type
Code:
adb devices
..then it will show ur devices..
2- then type
Code:
adb reboot bootloader
it will reboot ur device to bootloader mode
3- then type
Code:
fastboot -i 0x0421 devices
it will show your device
4 - then type
Code:
fastboot -i 0x0421 erase persist
5- then last
Code:
fastboot -i 0x0421 flash persist persist.img
make sure that persistimg is in the folder of fastboot
osheen jha said:
first install adb drivers for nokia x .... link provided in the post..
and download fastboot ..link provided in post.
1- open fastboot then type
Code:
adb devices
..then it will show ur devices..
2- then type
Code:
adb reboot bootloader
it will reboot ur device to bootloader mode
3- then type
Code:
fastboot -i 0x0421 devices
it will show your device
4 - then type
Code:
fastboot -i 0x0421 erase persist
5- then last
Code:
fastboot -i 0x0421 flash persist persist.img
make sure that persistimg is in the folder of fastboot
Click to expand...
Click to collapse
its working thanks for reply
atifnoor1122 said:
its working thanks for reply
Click to expand...
Click to collapse
ur welcome bro
\
press thnxxx if i helped u
fastboot -i 0x0421 flash splash1 splash1.img
Not found splash1 ,
Code:
fastboot -i 0x0421 flash splash1 splash1.img
sending 'splash1' (750 KB)...
OKAY [ 0.063s]
writing 'splash1'...
FAILED (remote: partition table doesn't exist)
finished. total time: 0.063s
Help please
it says cannot load................... what to do?? please reply...........
somak jha said:
first install adb drivers for nokia x .... link provided in the post..
and download fastboot ..link provided in post.
1- open fastboot then type
Code:
adb devices
..then it will show ur devices..
2- then type
Code:
adb reboot bootloader
it will reboot ur device to bootloader mode
3- then type
Code:
fastboot -i 0x0421 devices
it will show your device
4 - then type
Code:
fastboot -i 0x0421 erase persist
5- then last
Code:
fastboot -i 0x0421 flash persist persist.img
make sure that persistimg is in the folder of fastboot
Click to expand...
Click to collapse
varung said:
Click to expand...
Click to collapse
plzzz help.....during last comand , it shows (cannot load persist.img)
Where is fastboot folder
And provide the links to download above files
Sent from my Nokia_XL using XDA Free mobile app
somak jha said:
no bro it can only done with the help of computer
Click to expand...
Click to collapse
Hey buddy use this script
package_extract_file("persist.img", "/dev/block/platform/msm_sdcc.3/by-name/p16");
Edit
Bro impossible don't know why it can be flashed through TWRP after flashing I found that persist partition is not mounted.
you have to know where to open cmd
AhmedCH said:
plzzz help.....during last comand , it shows (cannot load persist.img)
Click to expand...
Click to collapse
bro, you have to know where to open cmd open the folder where you have persist.img file then press shift+right click , click open command window here. and after typing flash persist you have to mention the file name. for ex. if the file was named rm980_persist.img the code is adb ............................ flash persist rm980_persist.img.. This may help you . sorry for bad english
Amerull said:
you have to know where to open cmd
bro, you have to know where to open cmd open the folder where you have persist.img file then press shift+right click , click open command window here. and after typing flash persist you have to mention the file name. for ex. if the file was named rm980_persist.img the code is adb ............................ flash persist rm980_persist.img.. This may help you . sorry for bad english
Click to expand...
Click to collapse
I'm sorry but pls where can I find my persist.img and how can I do that, step by step guide pls.... Thank you
I followed these steps and now my Asus zf2 (ze551ml) is back alive! For the issue mentioned below, I didn't find much anywhere so I thought I'd put here what helped me.
Issue: Only fastboot mode accessible, can't enter recovery. (Also my bootloader was locked, MM bootloader, No OS). After selecting recovery mode from bootloader, again it enters fastboot, i.e the process in video above couldn't install the recovery (This must be because my bootloader was locked). I tried unlocking the bootloader by the .bat files available on XDA but since I'd not enabled OEM unlocking, unlocking failed everytime. My OS got wiped out, so only fastboot mode was accessible.
Solution:
I believe you have installed Minimal ADB and fastboot on your PC.
Download the raw file from the XDA thread.
Now first of all, change extention of the .raw firmware file to .zip.
Then just extract all files from it into adb and fastboot folder.
Now in folder (where you placed files from raw firmware and adb and fastboot tool folder) at empty place anywhere in folder hold Shift on computer keyboard and right click with mouse. Now click open command window here.
Perform the following commands one after another:
1. fastboot devices ( see if it is recognized: else plug out usb and plugin again, if USB debugging was on then this will definitely work)
2. fastboot oem erase_osip_header
3. fastboot oem start_partitioning
4. fastboot flash /tmp/partition.tbl partition.tbl
5. fastboot oem partition /tmp/partition.tbl
6. fastboot erase system
7. fastboot erase cache
8. fastboot erase data
9. fastboot erase APD
10. fastboot erase ADF
11. fastboot oem wipe splashscreen
12. fastboot oem stop_partitioning
13. fastboot flash splashscreen splash_sign.bin
14. fastboot flash token MFG_BOM_Full.bin
15. fastboot flash ifwi ifwi-prod.bin
16. fastboot flash boot boot_sign.bin
17. fastboot flash recovery recovery_sign.bin
18. fastboot flash fastboot droidboot_sign.bin
19. fastboot flash APD APD.img
20. fastboot flash system system.img
21. fastboot reboot
Phone will successfully reboot into system. Don't worry, first boot gonna take a little longer time.
Download raw file
Hello,
From where I can download raw file? Can you please provide a link?
Thanks in advance
bb04 said:
Hello,
From where I can download raw file? Can you please provide a link?
Thanks in advance
Click to expand...
Click to collapse
OP forgot to post link from he copied commands.
https://forum.xda-developers.com/zenfone2/help/thead-bricked-phone-updating-to-mm-tips-t3452785
sukhwant717 said:
OP forgot to post link from he copied commands.
https://forum.xda-developers.com/zenfone2/help/thead-bricked-phone-updating-to-mm-tips-t3452785
Click to expand...
Click to collapse
FYI, I didn't add the links because one can't add external links in their first posts.
mukunds11 said:
FYI, I didn't add the links because one can't add external links in their first posts.
Click to expand...
Click to collapse
it could be better if you would have removed or edited last line while copying commands
help. my phone condition is just like this. at first when i connected my phone to computer, powershell detected it, but then after a while, my phone disappeared from powershell. can someone help me ?
edit, i just did the thing and its doing fine even though my phone look like it is not detected
first step you can unlock bootloader https://developer.sony.com/develop/open-devices/get-started/unlock-bootloader
step 2 download treble gsi on https://github.com/ponces/treble_build_pe/releases/tag/v400.a after download extrak with winrar
step 3 download google usb driver from https://developer.android.com/studio/run/win-usb.html and android sdk from https://developer.android.com/studio/releases/platform-tools.html and vbmeta image from attach file
step 4 move file image vbmeta and pixel exp android 12 to folder platform-tools
rename file image pixel exp as system
step 5 enter cmd on folder platform-tool type cmd on up folder platform-tool
step 6 after unlock bootloader enable usb debug on phone
type command on terminal command
adb devices press enter
adb reboot fastboot press enter for mode fastbootd
follow step to flash android 12 on cmd
fastboot getvar is-userspace
fastboot --disable-verification flash vbmeta vbmeta.img
fastboot flash system_a system.img
fastboot flash system_b system.img
fastboot -w
fastboot reboot
hardware isu and bugs you can setting on phh setting after booting
Just bought one of these, looking for root to run Snoopsnitch and and afwall+ as first steps. But this is excellent, if we can mooch of a pixel life could be good indeed.
[email protected] said:
first step you can unlock bootloader https://developer.sony.com/develop/open-devices/get-started/unlock-bootloader
step 2 download treble gsi on https://github.com/ponces/treble_build_pe/releases/tag/v400.a after download extrak with winrar
step 3 download google usb driver from https://developer.android.com/studio/run/win-usb.html and android sdk from https://developer.android.com/studio/releases/platform-tools.html and vbmeta image from attach file
step 4 move file image vbmeta and pixel exp android 12 to folder platform-tools
rename file image pixel exp as system
step 5 enter cmd on folder platform-tool type cmd on up folder platform-tool
step 6 after unlock bootloader enable usb debug on phone
type command on terminal command
adb devices press enter
adb reboot fastboot press enter for mode fastbootd
follow step to flash android 12 on cmd
fastboot getvar is-userspace
fastboot --disable-verification flash vbmeta vbmeta.img
fastboot flash system_a system.img
fastboot flash system_b system.img
fastboot -w
fastboot reboot
hardware isu and bugs you can setting on phh setting after booting
Click to expand...
Click to collapse
does it really work? and does fingerprint work?
Keep stock recovery and extract the boot image.
You'll need.
Unlocked bootloader as guided here
adb/fastboot and proper drivers on PC.
TWRP from here. Any recent build will do, just grab the latest one.
Steps:
Reboot to fastboot
Code:
adb reboot bootloader
In fastboot, verify it's working properly and get the current slot. The result is either a or b
Code:
fastboot devices
Code:
fastboot getvar current-slot
Now boot into TWRP temporarily. The touchscreen will NOT work(a known issue). Just leave the phone connected
Code:
fastboot boot Twrp_3.5.2-10_EduardoA3677-billie_OxygenOs11_Android11.img
adb should work now. Extract boot image(s).
Code:
adb devices
Code:
adb pull /dev/block/bootdevice/by-name/boot_a boot_a.img
Code:
adb pull /dev/block/bootdevice/by-name/boot_b boot_b.img
Now we have boot_a.img and boot_b.img in current folder. Both should be 96MB or 100,663,296 bytes.
Depends on the result from step 2,
if it's "current-slot: a" then use boot_a.img. if it's "b" use "boot_b.img".
Once done, reboot the phone.
Code:
adb reboot
Now with this boot image, follow the guide to root.