Someone please upload 5.1 lollipop stock ROM from Android one MyPhone Uno Philippines. This phone is similar to indian android one phones. Its internal memory is 4gb. Hence there will be no problem in moving apps to sd card.
Use this to take backup without rooting or unlocking boot loader
forum.xda-developers.com/crossdevice-dev/android-one-general/guidetutorialhow-to-backup-stock-rom-t2948442
Myphone Uno has just started sales in Philippines so i don't think someone will upload it till two weeks or more
Sent from my Micromax AQ4501
itsmuhammedmuneer said:
Someone please upload 5.1 lollipop stock ROM from Android one MyPhone Uno Philippines. This phone is similar to indian android one phones. Its internal memory is 4gb. Hence there will be no problem in moving apps to sd card.
Click to expand...
Click to collapse
Am I right in saying that, in terms of the Filipino Android One phones, the Cherry One has 8GB? I presume that the 5.1 mount point for the 4GB MyPhone Uno and the same-sized Indian Android One phones set to internal by default whereas the 5.1 mount point for the 8GB Cherry One and the same-sized Indonesian Android One phones is set to external by default ( http://forum.xda-developers.com/cro...framework-res-apk-boot-img-mount-fix-t3035598 ): I recall that Google Camera on the 5.0 4GB Android One phones in India won't save a photo unless a microSD card is inserted.
dabotsonline said:
Am I right in saying that, in terms of the Filipino Android One phones, the Cherry One has 8GB? I presume that the 5.1 mount point for the 4GB MyPhone Uno and the same-sized Indian Android One phones set to internal by default whereas the 5.1 mount point for the 8GB Cherry One and the same-sized Indonesian Android One phones is set to external by default ( http://forum.xda-developers.com/cro...framework-res-apk-boot-img-mount-fix-t3035598 ): I recall that Google Camera on the 5.0 4GB Android One phones in India won't save a photo unless a microSD card is inserted.
Click to expand...
Click to collapse
That is right sir.
Myphone uno stock rom backup available now in this forum
help!!
Kind Sir can you help me in my myphone uno. I want to go back in stock ROM. I've tried using the sp_flash tools.but it can't detect my phone. And I've used the stock ROM of micromax karbonn and spice hoping that it will be compatible with the device, but its not, can someone help me to go back to stock myphone ROM?
patymary said:
Kind Sir can you help me in my myphone uno. I want to go back in stock ROM. I've tried using the sp_flash tools.but it can't detect my phone. And I've used the stock ROM of micromax karbonn and spice hoping that it will be compatible with the device, but its not, can someone help me to go back to stock myphone ROM?
Click to expand...
Click to collapse
Copy all the image files from your stock firmware to the ADB folder ( I presume you know what it is) and connect your phone in fastboot mode. Press SHIFT and RIGHT CLICK and select Open Command Window and type "fastboot devices"(without quotes) to check whether your device is recognized or not. Then enter the following commands:
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash boot boot.img
fastboot flash userdata userdata.img
fastboot flash secro secro.img
fastboot flash oem oem.img
fastboot flash logo logo.bin
And you might be good to go. Remember that the system will take little time flash and after these steps.....
fastboot reboot
It will take some time for the first boot so be patient. And you have successfully flashed the ROM.:laugh::laugh:
Saurabh K said:
Copy all the image files from your stock firmware to the ADB folder ( I presume you know what it is) and connect your phone in fastboot mode. Press SHIFT and RIGHT CLICK and select Open Command Window and type "fastboot devices"(without quotes) to check whether your device is recognized or not. Then enter the following commands:
fastboot flash system system.img
fastboot flash cache cache.img
fastboot flash boot boot.img
fastboot flash userdata userdata.img
fastboot flash secro secro.img
fastboot flash oem oem.img
fastboot flash logo logo.bin
And you might be good to go. Remember that the system will take little time flash and after these steps.....
fastboot reboot
It will take some time for the first boot so be patient. And you have successfully flashed the ROM.:laugh::laugh:
Click to expand...
Click to collapse
sorry cant find the adb folder, can you guide me where? thanks
Adb or fastboot is the folder in which you have for example recovery.IMG to flash it on your phone. If you don't have it download the minimal adb which is very tiny in size, and try to flash..
Sent from my Sparkle V
Copy all the image files to this folder and follow the procedure I poster earlier....
Sent from my Sparkle V
Related
Spice Dream UNO (Android One)
i have unlocked the bootloader of my spice dream uno, philz recovery and im running the 5.1 phillipines version (i think so) of android 5.1...
Can anyone make a guide on reverting back to the stock kitkat for my phone as i got it on my first day so i can make the official OTA update to android 5.1??
I searched for this but it seems after reverting the phone ends up with some IMEI problems. so im asking here to make a safe guide for people out there including me using SPICE DREAM UNO to have a safe return to kitkat so we can make the official 5.1 update.
I might help you
cybercop007 said:
Spice Dream UNO (Android One)
i have unlocked the bootloader of my spice dream uno, philz recovery and im running the 5.1 phillipines version (i think so) of android 5.1...
Can anyone make a guide on reverting back to the stock kitkat for my phone as i got it on my first day so i can make the official OTA update to android 5.1??
I searched for this but it seems after reverting the phone ends up with some IMEI problems. so im asking here to make a safe guide for people out there including me using SPICE DREAM UNO to have a safe return to kitkat so we can make the official 5.1 update.
Click to expand...
Click to collapse
See.... i know there might be many problems with SPflash tools to work with many users as u may have got many disappointments as i have got. I tried Running it but never get it done with sp flash tools... So i would tell you a fastboot method which you can do to restore your stock kitkat rom by some easy commands....
FIRST Of all ....
REQUIREMENTS:
1. You should have fastboot adb folder in ur pc...
2. STOCK ROM (sprout) google it you would find it in xda
PROCEDURE:
1. Go to fastboot mode in ur mobile (i presume that u know how to do that or if u don't know just google it)
2. Open the Adb fastboot folder
3. Press SHIFT+rightclick -> Open command window here
4. Copy the stock rom files into adb fastboot folder.
5. Check if your smarthphone is connected or not by typing: fastboot devices
6. Now perform these commands one by one:
fastboot format userdata
fastboot erase system
fastboot flash boot boot.img
fastboot flash bootloader bootloader.img
fastboot flash cache cache.img
fastboot flash logo logo.bin
fastboot flash oem oem.img
fastboot flash preloader preloader_sprout.bin
fastboot flash recovery recovery.img
fastboot flash secro secro.img
fastboot flash system system.img
fastboot flash userdata userdata.img
7. Now unlock your bootloader by typing: fastboot oem lock
or you could do this with All in one tool for our device
8. reboot ur device ... and voila..... it stock kitkat....
NO Update!!
bvipul said:
So i would tell you a fastboot method which you can do to restore your stock kitkat rom by some easy commands....
fastboot flash preloader preloader_sprout.img
Click to expand...
Click to collapse
its "fastboot flash preloader preloader_sprout.bin" anyway this method brought me back to kitkat. Thanks.
Now i go to about phone -> system updates and click "Check for update" it shows your system is up to date and the Last checked for update as the current time. Did Indian android ones(Spice dream uno) get lollipop update or not?? Why isn't the update available for me??
stage process
cybercop007 said:
its "fastboot flash preloader preloader_sprout.bin" anyway this method brought me back to kitkat. Thanks.
Now i go to about phone -> system updates and click "Check for update" it shows your system is up to date and the Last checked for update as the current time. Did Indian android ones(Spice dream uno) get lollipop update or not?? Why isn't the update available for me??
Click to expand...
Click to collapse
I think u didn't the procedure or have not seen the news about the update coz ..u should know that ..update procedure is not available for all right now..
It is in a weekly manner...they are giving updates to a small number of users right now...but there is a news that....every android one devices would get updated by the new lollipop till 23rd of march...so wait for it for some more time......
Lollipop??
bvipul said:
See.... i know there might be many problems with SPflash tools to work with many users as u may have got many disappointments as i have got. I tried Running it but never get it done with sp flash tools... So i would tell you a fastboot method which you can do to restore your stock kitkat rom by some easy commands....
FIRST Of all ....
REQUIREMENTS:
1. You should have fastboot adb folder in ur pc...
2. STOCK ROM (sprout) google it you would find it in xda
PROCEDURE:
1. Go to fastboot mode in ur mobile (i presume that u know how to do that or if u don't know just google it)
2. Open the Adb fastboot folder
3. Press SHIFT+rightclick -> Open command window here
4. Copy the stock rom files into adb fastboot folder.
5. Check if your smarthphone is connected or not by typing: fastboot devices
6. Now perform these commands one by one:
fastboot format userdata
fastboot erase system
fastboot flash boot boot.img
fastboot flash bootloader bootloader.img
fastboot flash cache cache.img
fastboot flash logo logo.bin
fastboot flash oem oem.img
fastboot flash preloader preloader_sprout.bin
fastboot flash recovery recovery.img
fastboot flash secro secro.img
fastboot flash system system.img
fastboot flash userdata userdata.img
7. Now unlock your bootloader by typing: fastboot oem lock
or you could do this with All in one tool for our device
8. reboot ur device ... and voila..... it stock kitkat....
Click to expand...
Click to collapse
for flashing stock lollipop rom the commands and the procedure are same?? since i find some more extra files are present in the stock rom folder i was wondering whether there is a difference between the kikkat stock flashing procedure and lollipop procedure.
cybercop007 said:
Spice Dream UNO (Android One)
i have unlocked the bootloader of my spice dream uno, philz recovery and im running the 5.1 phillipines version (i think so) of android 5.1...
Can anyone make a guide on reverting back to the stock kitkat for my phone as i got it on my first day so i can make the official OTA update to android 5.1??
I searched for this but it seems after reverting the phone ends up with some IMEI problems. so im asking here to make a safe guide for people out there including me using SPICE DREAM UNO to have a safe return to kitkat so we can make the official 5.1 update.
Click to expand...
Click to collapse
Just flash the stock rom via the flash tools no worries
my phone is moto g2 xt1068
i flash it with fastboot very much because after 3 days restarting and hang in boot but after flash it is work for 3-5 days
now i want to flash it but have this error fastboot
target max-sparse-size: 256MB
sending 'partition' (32 KB)...
OKAY [ 0.979s]
writing 'partition'...
FAILED (status read failed (Too many links))
finished. total time: 1.778
please help me
thanks
Do you have twrp?
Have you tried flashing twrp if you don't have it installed?
Which ROM are you flashing?
It looks like you don't have enough space if I'm reading that error correctly
We need to know so we can help you
what is twrp?
now my error (too many link) is resolved when changed my usb cable but my problem that need flash after 3-5 days
please help to solved it
my frimware is
XT1068_TITAN_RETAILDSDS_6.0_MPB24.65-34-3_cid7_CFC.xml
thanks
This is stock firmware, yes?
Are all your Moto G drivers up to date?
There are a number of different ways to install depending on the package type.
Some packages are flashable zips. Needs Twrp (Team Win Recovery Project)
Some are sideload packages installed via Fastboot.
Some are OTA packages (OTA, over the air) installed via phone update.
amir58hz said:
what is twrp?
now my error (too many link) is resolved when changed my usb cable but my problem that need flash after 3-5 days
please help to solved it
my frimware is
XT1068_TITAN_RETAILDSDS_6.0_MPB24.65-34-3_cid7_CFC.xml
thanks
Click to expand...
Click to collapse
make sure you have motorola drivers installed https://motorola-global-en-aus.custhelp.com/app/answers/prod_detail/a_id/86934/p/154,153
make sure adb is up to date, you can use this https://forum.xda-developers.com/showthread.php?t=2317790
You want to flash stock rom again? You have to know, that you must follow exact steps, else it fails.
I would recommend you to re-flash stock ROM and if it still breaks after 3-5 days, you know something is faulty with your hardware.
-- re-flashing stock rom, will erase ALL your data + internal storage, backup all your data to SD first!
You can get latest stock rom for your device here: https://firmware.center/firmware/ make sure its xt1068 model and for your country/region
reboot to bootloader, connect to pc,
in cmd, type
Code:
fastboot devices
-> it should show your device, proceed:
Code:
fastboot.exe flash partition gpt.bin
fastboot.exe flash motoboot motoboot.img
fastboot.exe flash logo logo.bin
fastboot.exe flash boot boot.img
fastboot.exe flash recovery recovery.img
fastboot.exe flash system system.img_sparsechunk.0
fastboot.exe flash system system.img_sparsechunk.1
fastboot.exe flash system system.img_sparsechunk.2
fastboot.exe flash system system.img_sparsechunk.3
fastboot.exe flash modem NON-HLOS.bin
fastboot.exe erase modemst1
fastboot.exe erase modemst2
fastboot.exe flash fsg fsg.mbn
fastboot.exe erase cache
fastboot.exe erase userdata
-> you need to follow exact the flashing steps, else it might fail! (if you have ...sparsechunk.4 or even .5 flash it also)
-> TWRP is a custom recovery. You dont need it, if you want to install a custom rom, you need TWRP.
peace & good luck!
bejunk said:
make sure you have motorola drivers installed https://motorola-global-en-aus.custhelp.com/app/answers/prod_detail/a_id/86934/p/154,153
make sure adb is up to date, you can use this https://forum.xda-developers.com/showthread.php?t=2317790
You want to flash stock rom again? You have to know, that you must follow exact steps, else it fails.
I would recommend you to re-flash stock ROM and if it still breaks after 3-5 days, you know something is faulty with your hardware.
-- re-flashing stock rom, will erase ALL your data + internal storage, backup all your data to SD first!
You can get latest stock rom for your device here: https://firmware.center/firmware/ make sure its xt1068 model and for your country/region
reboot to bootloader, connect to pc,
in cmd, type
Code:
fastboot devices
-> it should show your device, proceed:
Code:
fastboot.exe flash partition gpt.bin
fastboot.exe flash motoboot motoboot.img
fastboot.exe flash logo logo.bin
fastboot.exe flash boot boot.img
fastboot.exe flash recovery recovery.img
fastboot.exe flash system system.img_sparsechunk.0
fastboot.exe flash system system.img_sparsechunk.1
fastboot.exe flash system system.img_sparsechunk.2
fastboot.exe flash system system.img_sparsechunk.3
fastboot.exe flash modem NON-HLOS.bin
fastboot.exe erase modemst1
fastboot.exe erase modemst2
fastboot.exe flash fsg fsg.mbn
fastboot.exe erase cache
fastboot.exe erase userdata
-> you need to follow exact the flashing steps, else it might fail! (if you have ...sparsechunk.4 or even .5 flash it also)
-> TWRP is a custom recovery. You dont need it, if you want to install a custom rom, you need TWRP.
peace & good luck!
Click to expand...
Click to collapse
thanks for replying
i flashing with this metod to many about 50rd but after 3-5 days mobile is restarting and some of program is stoping (google play service and other progrm)then i know that mobile is after some restart stop on boot and after boot page show black page then i start to flashing again with above method and i download all of latest frimeware and flash it
now i thinking my emmc have problem?
thanks
amir58hz said:
thanks for replying
i flashing with this metod to many about 50rd but after 3-5 days mobile is restarting and some of program is stoping (google play service and other progrm)then i know that mobile is after some restart stop on boot and after boot page show black page then i start to flashing again with above method and i download all of latest frimeware and flash it
now i thinking my emmc have problem?
thanks
Click to expand...
Click to collapse
Can you make a picture of your bootloader? And can you post me the name of the update you allways flash?
Im not sure, but that really sounds like emmc is faulty... I mean above method makes sure all is good with software, so can be only HW. Its typical, when itcomes to write to some damaged cluster of emmc, all gets f#+"ed up & it than cant start again. Hmm if it happens again, i would try to first format internal fully, maybe it gets fixed.
For formatiing internal storage, you need TWRP (recovery), to install it:
1. unlock your bootloader here: https://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a
2. download latest TWRP here https://dl.twrp.me/titan/
3. connect to bootloader then type:
Code:
fastboot flash recovery twrp-3.2.3-0-titan.img
after it flashes, choose "recovery" in bootloader using volume down. Volume up selects.
In TWRP enable modifies to system if asked
then in WIPE tab choose advanced & format Internal.
You can then reboot to system. Hopefully it goes well then.
If not, you can try install a custom ROM, but honestly, if the emmc broken it will probably not help.
Also if you are very experienced/know someone you could try located the exact location of broken clusters & then exclude them from filesystem, but this is very hard to examine...
Peace!
bejunk said:
Can you make a picture of your bootloader? And can you post me the name of the update you allways flash?
Im not sure, but that really sounds like emmc is faulty... I mean above method makes sure all is good with software, so can be only HW. Its typical, when itcomes to write to some damaged cluster of emmc, all gets f#+"ed up & it than cant start again. Hmm if it happens again, i would try to first format internal fully, maybe it gets fixed.
For formatiing internal storage, you need TWRP (recovery), to install it:
1. unlock your bootloader here: https://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a
2. download latest TWRP here https://dl.twrp.me/titan/
3. connect to bootloader then type:
Code:
fastboot flash recovery twrp-3.2.3-0-titan.img
after it flashes, choose "recovery" in bootloader using volume down. Volume up selects.
In TWRP enable modifies to system if asked
then in WIPE tab choose advanced & format Internal.
You can then reboot to system. Hopefully it goes well then.
If not, you can try install a custom ROM, but honestly, if the emmc broken it will probably not help.
Also if you are very experienced/know someone you could try located the exact location of broken clusters & then exclude them from filesystem, but this is very hard to examine...
Peace!
Click to expand...
Click to collapse
my frimware is: XT1068_TITAN_RETAILDSDS_6.0_MPB24.65-34-3_cid7_CFC.xml
thi is my boot picture:
https://photoland.io/i/2mQe79
https://photoland.io/i/2mQuFx
https://photoland.io/i/2mQ0qZ
amir58hz said:
my frimware is: XT1068_TITAN_RETAILDSDS_6.0_MPB24.65-34-3_cid7_CFC.xml
thi is my boot picture:
https://photoland.io/i/2mQe79
https://photoland.io/i/2mQuFx
https://photoland.io/i/2mQ0qZ
Click to expand...
Click to collapse
Thx. But i need a picture of bootloader screen, see my picture!
-> hmm in your case i would try it now with formatting internal completly.. But even better would be full formating, so when you have TWRP:
- format Internal storage
- then tick system + data + cache and format them.
- You have to reflash stock then OR (i recommend) try it with a custom rom, like you said allready tried stock many times...
To install custom rom, get these files
ROM: https://forum.xda-developers.com/moto-g-2014/orig-development/rom-lineageos-15-1-t3786749 get latest build
GApps: https://opengapps.org/ choose ARM -> 8.1 -> nano version
put everything in sdcard or storage (after wiping it)
Then in TWRP -> factory reset in wipe menu -> install ROM zip -> install GApps -> reboot. 1st boot can take some time. Test & report.
EDIT: I read in other threads who have the same problem, that they have a wrong recovery or things dont get flashed..
Did in commandline window, when you execute a command get a [OKAY] in terminal after EVERY operation?
EDIT2: Your rom file seems okay. If you are sure that you have xt1068, i would try it with formatting internal, see above. When you unlock bootloader, it will completly wipe your device! Backup stuff 1st!
good luck
bejunk said:
Thx. But i need a picture of bootloader screen, see my picture!
EDIT: I read in other threads who have the same problem, that they have a wrong recovery or things dont get flashed..
Did in commandline window, when you execute a command get a [OKAY] in terminal after EVERY operation?
EDIT2: Your rom file seems okay. If you are sure that you have xt1068, i would try it with formatting internal, see above. When you unlock bootloader, it will completly wipe your device! Backup stuff 1st!
good luck
Click to expand...
Click to collapse
sorry for my mistake
yes is that xt1068 and after flashing all of step is ok and finished wirted in fastboot command
now in recovery twrp format all thing and flash it
https://photoland.io/i/2mQyAW
amir58hz said:
sorry for my mistake
yes is that xt1068 and after flashing all of step is ok and finished wirted in fastboot command
now in recovery twrp format all thing and flash it
https://photoland.io/i/2mQyAW
Click to expand...
Click to collapse
Yeah i updated my post, i would really recommend to try a custom rom and see how its there... But full format 1st..
You can allways go back to stock, so its worth a try..
I will be afk for some time now, good luck, bro :good:
bejunk said:
Yeah i updated my post, i would really recommend to try a custom rom and see how its there... But full format 1st..
You can allways go back to stock, so its worth a try..
I will be afk for some time now, good luck, bro :good:
Click to expand...
Click to collapse
Thanks very much
I dont have custom rom can you advise me to download it
I flashed it if is not have problem is very good but it crash and dont work i send here my problem
Thanks again good luck
bejunk said:
Yeah i updated my post, i would really recommend to try a custom rom and see how its there... But full format 1st..
You can allways go back to stock, so its worth a try..
I will be afk for some time now, good luck, bro :good:
Click to expand...
Click to collapse
hi man
after one day mobile is work true thanks alot
after 3 days restart phone but then stop in black page
now flash again
what is my problem?
amir58hz said:
after 3 days restart phone but then stop in black page
now flash again
what is my problem?
Click to expand...
Click to collapse
So you flashed custom ROM -> it worked for 3 days normal -> then black screen (page) ??
When yes, probably something with your HW is faulty (most likely the eMMC has a bad block or something..)
bejunk said:
So you flashed custom ROM -> it worked for 3 days normal -> then black screen (page) ??
When yes, probably something with your HW is faulty (most likely the eMMC has a bad block or something..)
Click to expand...
Click to collapse
No i flash it with same my frimware
Now for flashing with custom rom it need download rom android8?
i have this error in wipping and installing rombut instal it
my error is:
e:recv error on uevent
But now flashed to 8.1 android
Thanks
If you have some difficulties finding fastboot rom for some G5S+ variant, I suggest using Lenovo Moto Smart Assistant (LMSA). You can download it from here and install on your PC.
How to download latest specific stock fastboot rom for your G5S+
You must:
Using stock rom (locked or unlocked bootloader).
Install Lenovo Moto Smart Assistant on your PC.
Restore stock firmware, recovery, and boot image (if you changed it before).
Steps:
Reboot your phone to bootloader.
Open "Lenovo Moto Smart Assistant".
Connect your phone to PC using the USB cable.
Choose "Flash" menu on LMSA.
Choose "Moto Phone".
Choose "Moto G Plus (5th Gen S)".
Choose your phone models.
Wait for a minute while LMSA checking your phone, and then choose "Rescue". It will download the latest 1.5+ GB stock fastboot rom based on your phone model. You can find it on "C:\ProgramData\LMSA\Download\RomFiles".
Click "Rescue" to flash latest rom and accept some confirmations. Your phone will be rebooted after flashing process completed.
Now your phone is back to stock rom. Of course, if you have unlocked it before, those steps wouldn't lock your bootloader. If you want to lock it, I suggest you do it immediately after flashing process completed.
Here to lock your phone after successful stock rom restoration.
You must:
Have ADB fastboot driver installed.
Get extracted fastboot rom from "C:\ProgramData\LMSA\Download\RomFiles".
Steps
Reboot to bootloader.
Open "Command Prompt" on your PC, and go to the location of extracted fastboot rom.
Connect your phone to PC using the USB cable.
Check first that your phone is connected using "fastboot devices" command.
Do all below commands in sequence:
Code:
Code:
fastboot oem lock
fastboot oem lock
fastboot flash oem oem.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash system system.img_sparsechunk.9
fastboot flash system system.img_sparsechunk.10
fastboot flash boot boot.img
fastboot oem lock
Your phone will be restarted. There will be no unlocked bootloader message anymore. And you'll have your phone locked. Ta-da .
Note:
Check "system.img_sparsechunk.x" files (where "x" is sequential numbers) in extracted fastboot rom folder. Newer rom may have more files than the older one. You must flash ALL those "system.img_sparsechunk.x" files in sequence.
If you have issues, please share here. Thanks are appreciated.
I did all above steps but my G5 plus is still saying it has an unlocked bootloader with a ID: Invalid key error.
My phone simply avoids the bootloader to be relocked... it's just pure garbage...
What is the reason for relocking the bootloader? You don't get the warranty back...
should i setup my devices and come back to bootloader or without setup please clear this
thanks in advance
Will Moto Smart Assistant also work for the G7 (Play)?
Motorola support sais no (and that there is no way at all to restore the images after unlocking the bootloader)... will try to find out myself later today.
And another question, do people have experience with updating Motos via Moto Smart Assistant? Reason is that latest models (G7) do not allow for OTA updates with bootloader unlocked. Am wondering if it will still be possible via the Smart Assistant - provided that works at all
Does it require only stock rom?
Can i flash the stock rom using lenovo smart assistant when the phone is with custom rom?
Tried it all, but no good news.
Did it all, but my phone is stuck in boot screen. Can enter bootloader and recovery but can't do anything else. Tried everything I could find online (adb flash from twrp, fastboot flash [stock rooms, custom rooms]). Just keep getting kernel errors. If someone could please give me a light I would aprecciate a lot. This started after I installed lineage and tried to restore it back to stock via fastboot flashing (Potter retail 8.1), since fingerprint sensor stoped working on lineage. Mine is XT1802
Install Pixel Experience ROM
voliveira92 said:
Did it all, but my phone is stuck in boot screen. Can enter bootloader and recovery but can't do anything else. Tried everything I could find online (adb flash from twrp, fastboot flash [stock rooms, custom rooms]). Just keep getting kernel errors. If someone could please give me a light I would aprecciate a lot. This started after I installed lineage and tried to restore it back to stock via fastboot flashing (Potter retail 8.1), since fingerprint sensor stoped working on lineage. Mine is XT1802
Click to expand...
Click to collapse
I am on Pixel Experience ROM and this ROM is purely copy of Android Pie of Pixel Devices and most stable rom
Prepare an sd card and copy pixel Experience ROM winrar file then put it in your phone and flash going into the recovery mode
This will work out for your device and will start up again
Abhimlv12345 said:
I am on Pixel Experience ROM and this ROM is purely copy of Android Pie of Pixel Devices and most stable rom
Prepare an sd card and copy pixel Experience ROM winrar file then put it in your phone and flash going into the recovery mode
This will work out for your device and will start up again
Click to expand...
Click to collapse
hello i was looking around to fix my revvl xt-1952-t ( motola g 7)
its stuck in boot loop flashing bad key ( always had bad key since unlocking the phone. )
i have done a couple roms on samsung devices and never on any thing else .
fast boot is some what new to me. i love it vr oden installs . so i went to reinstall
stock rom on a extra phone
and didnt not get it to load i have whipped and reinstalled 4 tines checked the models var etc seems like it is all correct . is there any ideas or tricks i could be missing
I think i did it without flashing the sparsechunk
Good afternoon friends.
Sorry for english, courtesy of google tradurtor
My moto e5 plus xt1924-4, bricked after trying to install a rom, stayed in fastboot mode only.
After a friend installed the stock rom via fastboot the same again it worked, but the camera does not work and the device now only marks 1gb of ram, when in fact it has 2gb of ram, which left the device lately slow.
Note: on the fastboot the handset marks as SKU 1924-4 only with the name Hannah and not Rhannah which is its correct model.
Tb features 1gb of ram in fastboot now.
Thanks for any help you can give.
macsolucoes said:
Good afternoon friends.
Sorry for english, courtesy of google tradurtor
My moto e5 plus xt1924-4, bricked after trying to install a rom, stayed in fastboot mode only.
After a friend installed the stock rom via fastboot the same again it worked, but the camera does not work and the device now only marks 1gb of ram, when in fact it has 2gb of ram, which left the device lately slow.
Note: on the fastboot the handset marks as SKU 1924-4 only with the name Hannah and not Rhannah which is its correct model.
Tb features 1gb of ram in fastboot now.
Thanks for any help you can give.
Click to expand...
Click to collapse
go here https://androidfilehost.com/?fid=11410963190603894295
download the latest firmware and go into fastboot and run the commands fastboot flash boot boot.img, fastboot flash bootloader bootloader.img, fastboot flash modem modem.img, fastboot flash vendor vendor.img, fastboot flash system system.img, fastboot flash oem oem.img, then reboot into recovery and perform a factory data reset and you should be set to go.
Can't even fastboot flash boot recovery system...and thats all folks...waste of money.
Failed attempt to unlock the bootloader and instal TWRP ?
Hi guys, visit this link. We had similar problems and we could solved that.
Read all and you would get the solution
https://forum.xda-developers.com/red-magic-3/help/stuck-fastboot-mode-t3937527/page9
roadworker said:
Failed attempt to unlock the bootloader and instal TWRP ?
Click to expand...
Click to collapse
No I installed Chinese v2.27.... Well it's absolute mess like I never seen Android before. Then attempted to flash global again, problems to the point of corruption. I have fastboot flashed all key elements of working Android phone multiple times. Can only get to fastboot after boot screen that I have to do manually. Recovery system is toast.... Guess it's back to Poco F1.... Learned my lesson from junk.
Just flash the ROM again..It will be back lm
mhex said:
Just flash the ROM again..It will be back lm
Click to expand...
Click to collapse
Trying to NA Global original rom, problem is no recovery at all....I can only flash within fastboot.....which is not a problem, but phone is not taking it flashing all images individually and modem. And I know it's flashing cause fastboot is saying okay and bootloader showing unlocked
SuperDroidMe said:
Trying to NA Global original rom, problem is no recovery at all....I can only flash within fastboot.....which is not a problem, but phone is not taking it flashing all images individually and modem. And I know it's flashing cause fastboot is saying okay and bootloader showing unlocked
Click to expand...
Click to collapse
Every time you restart back to the bootloader you need to do: "fastboot oem nubia_unlock NUBIA_NX629J" first
SuperDroidMe said:
No I installed Chinese v2.27.... Well it's absolute mess like I never seen Android before. Then attempted to flash global again, problems to the point of corruption. I have fastboot flashed all key elements of working Android phone multiple times. Can only get to fastboot after boot screen that I have to do manually. Recovery system is toast.... Guess it's back to Poco F1.... Learned my lesson from junk.
Click to expand...
Click to collapse
So YOU mess up your phone by trying to flash sh!t and you blame the MANUFACTURER? Yeah ok. Lmao. Enjoy the new paperweight that YOU CREATED.
xphyle1971 said:
So YOU mess up your phone by trying to flash sh!t and you blame the MANUFACTURER? Yeah ok. Lmao. Enjoy the new paperweight that YOU CREATED.
Click to expand...
Click to collapse
LMAO if you can't go from stock global to stock Chinese and reverse from the manufacturer with their recovery, you haven't got a prayer for custom roms or mods.
SuperDroidMe said:
LMAO if you can't go from stock global to stock Chinese and reverse from the manufacturer with their recovery, you haven't got a prayer for custom roms or mods.
Click to expand...
Click to collapse
if you stuck in the Device is corrupt. It can't be trusted and will not boot and you are in the Chinese or global rom then flash the stock boot image via adb. well I am using a Chinese v2.27 rom with rooted +gapps and then realized that most of the google apps wont work correctly because of the unlocked bootloader. I tried to lock the bootloader via adb then the message "Device is corrupt. It can't be trusted and will not boot" show up. so I try to use adb to flash the stock boot image then it work. first place the stock boot image to the "Minimal ADB and Fastboot" folder which located in the local drive under program file(x86) then run the command
fastboot flash boot boot.img
fastboot reboot
mswl04 said:
if you stuck in the Device is corrupt. It can't be trusted and will not boot and you are in the Chinese or global rom then flash the stock boot image via adb. well I am using a Chinese v2.27 rom with rooted +gapps and then realized that most of the google apps wont work correctly because of the unlocked bootloader. I tried to lock the bootloader via adb then the message "Device is corrupt. It can't be trusted and will not boot" show up. so I try to use adb to flash the stock boot image then it work. first place the stock boot image to the "Minimal ADB and Fastboot" folder which located in the local drive under program file(x86) then run the command
fastboot flash boot boot.img
fastboot reboot
Click to expand...
Click to collapse
Bud I put so much effort in last 13 hours to no avail....fastboot erased all partitions, reformatted, reflashed to no avail. Right now it just boots loops on Chinese 2.27 boot splash, I do have Chinese recovery though, but the same otg adapter and pen drive that works on 5 different devices, this damn phone won't read it so even that is out of the question. I wipe my hands clean of it, some things just best to put a bullet through it.
SuperDroidMe said:
Bud I put so much effort in last 13 hours to no avail....fastboot erased all partitions, reformatted, reflashed to no avail. Right now it just boots loops on Chinese 2.27 boot splash, I do have Chinese recovery though, but the same otg adapter and pen drive that works on 5 different devices, this damn phone won't read it so even that is out of the question. I wipe my hands clean of it, some things just best to put a bullet through it.
Click to expand...
Click to collapse
btw did you rooted the phone?
mswl04 said:
btw did you rooted the phone?
Click to expand...
Click to collapse
No BS, all I did was flash CN 2.27 over NA Global, after a look at the mess it was I proceeded to flash NA Global back.....no TWRP No Root with SuperSU or Magisk. But in fastboot it does say Root=1, so I guess the CN 2.27 rooted it by default cause I sure as hell didn't. One thing that is bothering me while in fastboot unlock bootloader I can't turn Secure Boot off which I believe is why it won't boot system.
SuperDroidMe said:
No BS, all I did was flash CN 2.27 over NA Global, after a look at the mess it was I proceeded to flash NA Global back.....no TWRP No Root with SuperSU or Magisk. But in fastboot it does say Root=1, so I guess the CN 2.27 rooted it by default cause I sure as hell didn't. One thing that is bothering me while in fastboot unlock bootloader I can't turn Secure Boot off which I believe is why it won't boot system.
Click to expand...
Click to collapse
don't give up I know how do you feel did you download this update from the official red magic website http://ui.nubia.cn/rom/detail/62 after you download the update and it will be in a zip file extract the boot image. then try to follow the root guild https://forum.xda-developers.com/red-magic-3/how-to/red-magic-3-root-guide-t3933148 in the website download the adb and then run the command which I reply earlier
seem to me it is like a soft brick
mswl04 said:
don't give up I know how do you feel did you download this update from the official red magic website http://ui.nubia.cn/rom/detail/62 after you download the update and it will be in a zip file extract the boot image. then try to follow the root guild https://forum.xda-developers.com/red-magic-3/how-to/red-magic-3-root-guide-t3933148 in the website download the adb and then run the command which I reply earlier
seem to me it is like a soft brick
Click to expand...
Click to collapse
I got CN version 2.27 images, am I supposed to be using one of the other versions off the official site?
SuperDroidMe said:
I got CN version 2.27 images, am I supposed to be using one of the other versions off the official site?
Click to expand...
Click to collapse
all you need to do is to fix the corrupt image so later once you finish the first step of booting to the phone then you can flash to global rom. if you have the cn version 2.27 boot.img then you can download the adb and use the command to fix the phone
Shouldn't have messed with something that wasn't broken. Now you have a nice brick to use as a paperweight. Hope you get it fixed tho. Good luck.
Solved Instructions:
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash parameter parameter.img
fastboot reboot bootloader
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash modem NON-HLOS.bin
fastboot flash system system.img
fastboot flash dsp dspso.bin
fastboot oem nubia_lock NUBIA_NX629J
fastboot reboot
*****as soon as boot screen appears hold volume + button, now in recovery...navigate to wipe data and then wipe cache....then plug in otg usb pen drive (formatted FAT32) with Rom package .zip....navigate to update otg in recovery select it let it do its thing and walla your phone is fixed.
*****if you ever go from CN rom to Global rom you must Wipe Data and Cache through recovery, it is not enough to do it in fastboot and your device will remain soft bricked.
SuperDroidMe said:
Solved Instructions:
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash parameter parameter.img
fastboot reboot bootloader
fastboot oem nubia_unlock NUBIA_NX629J
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash splash splash.img
fastboot flash modem NON-HLOS.bin
fastboot flash system system.img
fastboot flash dsp dspso.bin
fastboot oem nubia_lock NUBIA_NX629J
fastboot reboot
*****as soon as boot screen appears hold volume + button, now in recovery...navigate to wipe data and then wipe cache....then plug in otg usb pen drive (formatted FAT32) with Rom package .zip....navigate to update otg in recovery select it let it do its thing and walla your phone is fixed.
*****if you ever go from CN rom to Global rom you must Wipe Data and Cache through recovery, it is not enough to do it in fastboot and your device will remain soft bricked.
Click to expand...
Click to collapse
Congrat you finally fix it
Hows your phone?..Did it work.