AOSP Android 11.0 for XZ1C (G8441) - Sony Xperia XZ1 Compact Questions & Answers

Hello.
I've managed to build AOSP Android 11.0 for Sony Xperia XZ1 Compact (G8441) following the guide:
Sony Open Devices - Build AOSP Android 11.0
I'm going to try and test it on my device in following days.
Are there anyone interested in testing my build on your own device? If yes then write replay below and I'll share build output image files for flashing the device.
Greetings.
--------------------------------------------------------------------------------
Here are my output image files:
Sourceforge - g8441-aosp

tom.stanis said:
Hello.
I've managed to build AOSP Android 11.0 for Sony Xperia XZ1 Compact (G8441) following the guide:
Sony Open Devices - Build AOSP Android 11.0
I'm going to try and test it on my device in following days.
Are there anyone interested in testing my build on your own device? If yes then write replay below and I'll share build output image files for flashing the device.
Greetings.
Click to expand...
Click to collapse
I would be happy to test it out, thanks

My first issue with the build:
AOSP Android 11.0 - boot.img fail to flash

tom.stanis said:
My first issue with the build:
AOSP Android 11.0 - boot.img fail to flash
Click to expand...
Click to collapse
No worries. Take your time. I have two xz1 compacts so I can test on the secondary without worrying about my daily driver.

Added link in first post to my output image files. The issue with boot.img file still unsolved...

tom.stanis said:
Added link in first post to my output image files. The issue with boot.img file still unsolved...
Click to expand...
Click to collapse
Any specific flashing instructions?
EDIT: Unsuccessful. Tried a few different ways, through TWRP and Fastboot. Through fastboot resulted in unlocked bootloader warning and black screen with no further activity. Through twrp resulted in no os installed warning, though i did wipe before installing images.

AlexKarimov said:
Any specific flashing instructions?
Click to expand...
Click to collapse
I flashed with instructions from Sony-Open-Devices guide (link in the first post) - step 6 to 8.
AlexKarimov said:
Through fastboot resulted in unlocked bootloader warning and black screen with no further activity.
Click to expand...
Click to collapse
So the same result like on my device. Thanks for trying.
I'm looking forward to some help on my reported issue on sonyxperiadev github.

tom.stanis said:
I flashed with instructions from Sony-Open-Devices guide (link in the first post) - step 6 to 8.
Click to expand...
Click to collapse
So I did things a little differently but it's the same way I always flash .img(if not through TWRP). I have ADB and fastboot in the same folder so I open a command prompt as administrator and navigate to \adb and connect device in fastboot mode.
With device in fastboot mode and required images in adb folder:
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash vendor vendor.img
fastboot reboot
In my experience, those are the only images necessary to flash but I always flash new fw after a clean flash with Newflasher.

Hi,
I will like to test your build

Related

[CUSTOM RECOVERY] Cyanogen Recovery (2015-11-04)

Disclaimer
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about features included in the products you find here before using it! YOU are choosing to make these modifications.
Notes
- The recovery cannot boot if flashed to the recovery partition instead it must be booted via fastboot using:
Code:
fastboot boot recovery.img
- The reason it cannot be flashed is that the bootloader is signature checking the flashed image against Amazon's RSA keys.
- External sdcard is not accessible from the recovery at the moment - will fix
- The touchscreen panel is not usable at the moment - instead use the volume up/down keys to navigate and power button to select
- The volume up/down keys are swapped - will fix this
- Apply update from internal memory and sideload are working.
- This is a basic recovery - it has no backup or restore function
- This does the job until TWRP is available
Download
- Amazon Fire Cyanogen Recovery
XDA:DevDB Information
Cyanogenmod Recovery, Tool/Utility for the Amazon Fire
Contributors
ggow
Version Information
Status: Beta
Created 2015-11-04
Last Updated 2015-11-06
So what can we sideload and cannot? And the amzn rsa is located in /system/vendor/data. Now I'm wondering if someone still has the rsa bug from the hdx the old one and we can replace that with that file and try unlocking the bootloader.
Awesomeslayerg said:
So what can we sideload and cannot? And the amzn rsa is located in /system/vendor/data. Now I'm wondering if someone still has the rsa bug from the hdx the old one and we can replace that with that file and try unlocking the bootloader.
Click to expand...
Click to collapse
- Pretty much anything we want to sideload, we can
- I have sideloaded:
Official Amazon Firmware
SuperSU.zip
Modified Gapps Package.zip
Xposed​- CVE-2014-0973 (the vulnerability which was exploited on the HDX) is patched in the Fire's bootloader
ggow said:
- Pretty much anything we want to sideload, we can
- I have sideloaded:
Official Amazon Firmware
SuperSU.zip
Modified Gapps Package.zip
Xposed​- CVE-2014-0973 (the vulnerability which was exploited on the HDX) is patched in the Fire's bootloader
Click to expand...
Click to collapse
Oh ok. So we can try sideload in or flashing a custom image now?
Awesomeslayerg said:
Oh ok. So we can try sideload in or flashing a custom image now?
Click to expand...
Click to collapse
Yes, we can flash a custom rom
ggow said:
Yes, we can flash a custom rom
Click to expand...
Click to collapse
And the bootloader won't recognise the different Rom? I have heard on some devices if you install a different ROM then it doesn't go past the bootloader.
Sent from my XT912 using Tapatalk
Vlasp said:
And the bootloader won't recognise the different Rom? I have heard on some devices if you install a different ROM then it doesn't go past the bootloader.
Sent from my XT912 using Tapatalk
Click to expand...
Click to collapse
- The bootloader has no knowledge of the Android ROM AFAIK
- We have to bear in mind that we are limited to the stock boot.img therefore
- Any rom we produce should be based off the stock boot.img
- If we did base the ROM off a custom kernel then we would have to "fastboot boot" the custom_boot.img each boot or reboot - so this is not feasible in terms of user experience.
- On the HDX, when it was a locked device I was able to boot AOSP in this manner
ggow said:
- The bootloader has no knowledge of the Android ROM AFAIK
- We have to bear in mind that we are limited to the stock boot.img therefore
- Any rom we produce should be based off the stock boot.img
- If we did base the ROM off a custom kernel then we would have to "fastboot boot" the custom_boot.img each boot or reboot - so this is not feasible in terms of user experience.
- On the HDX, when it was a locked device I was able to boot AOSP in this manner
Click to expand...
Click to collapse
We should be able to use custom boot.img when we get safestrap, right?
Sent from my KFFOWI using Tapatalk
ggow said:
- Pretty much anything we want to sideload, we can
- I have sideloaded:
Official Amazon Firmware
SuperSU.zip
Modified Gapps Package.zip
Xposed​- CVE-2014-0973 (the vulnerability which was exploited on the HDX) is patched in the Fire's bootloader
Click to expand...
Click to collapse
I'm actually interested in that modified gapps package... I'd like to keep the gapps as system apps properly.
Do you mind sharing which gapps package did you use and what modification you did?
this works on t he 50$ fire tab?
patt2k said:
this works on t he 50$ fire tab?
Click to expand...
Click to collapse
This is FOR it dummy
stkpxl said:
Is it possible to flash the OpenGApps package? I usually stick with the Pico one and install apps from there.
Click to expand...
Click to collapse
inscythe said:
I'm actually interested in that modified gapps package... I'd like to keep the gapps as system apps properly.
Do you mind sharing which gapps package did you use and what modification you did?
Click to expand...
Click to collapse
- Yes, I'll post it shortly
- I have only flashed it so far with no testing
- My Fire hasn't been online yet because I haven't blocked OTA updates yet
- Will test and provide a link for download
EDIT: Good news the Gapps package works with full play store functionality
I'll upload it and post a link in the General Section
Vlasp said:
We should be able to use custom boot.img when we get safestrap, right?
Sent from my KFFOWI using Tapatalk
Click to expand...
Click to collapse
- I started investigating this and Safestrap may not be possible
- Safestrap is usually for locked devices granted, however...
- Even if it were possible our kernel doesn't have kexec capabilities
- As with other amazon devices we really need a way to unlock the bootloader.
Modified Open Gapps Package
inscythe said:
I'm actually interested in that modified gapps package... I'd like to keep the gapps as system apps properly.
Do you mind sharing which gapps package did you use and what modification you did?
Click to expand...
Click to collapse
stkpxl said:
Is it possible to flash the OpenGApps package? I usually stick with the Pico one and install apps from there.
Click to expand...
Click to collapse
- I have posted the Modified Open Gapps package here.
- Tested and seems to be working fine.
ggow said:
- I have posted the Modified Open Gapps package here.
- Tested and seems to be working fine.
Click to expand...
Click to collapse
Very nice will have to play around with this later have this tablet for my grandma so at least with root and custom launcher I can make it easier to use at least
ggow is the ****ing bomb!
Between all your work on the FirePhone and this tablet, tell me what I owe you!
Moogagot said:
ggow is the ****ing bomb!
Between all your work on the FirePhone and this tablet, tell me what I owe you!
Click to expand...
Click to collapse
Your first born maybe?
If someone wouldn't mind explaining the process of getting this recovery in my tablet. I' mused to flashing on my phone. Thanks
sandman512 said:
If someone wouldn't mind explaining the process of getting this recovery in my tablet. I' mused to flashing on my phone. Thanks
Click to expand...
Click to collapse
No problem. You can find instructions here.
sandman512 said:
If someone wouldn't mind explaining the process of getting this recovery in my tablet. I' mused to flashing on my phone. Thanks
Click to expand...
Click to collapse
you need adb and fastboot files
several options there are some basic information in my Amazon Fire Index
Fire Index: Which Amazon (Kindle) Fire Do I have?
once you have adb setup
boot Fire into fastboot mode: power off, Hold volume down, power on
if it boots to recovery select bootloader
once in fastboot mode check device manager Fire should be listed as Android adb interface
If so you should test fastboot commands with
Code:
fastboot -i 0x1949 getvar product
should get this back
Code:
ford
if so
place recovery.img in the same location as listed in command prompt
then boot recovery.img with
Code:
fastboot boot 2015-11-04-cm-12-recovery.img
Sent from my KFFOWI using Tapatalk

Cherry Mobile Android One G1 Stock Rom Fastboot Flashable (LUZ59M build)

After Flashing This Stock Rom you will still receive ota Updates Without Any Error!!!
Android One G1 Stock Rom Fastboot Flashable - This is 100% Working and Tested before posting
Things Needed :
A Laptop/Desktop
ADB and Fastboot Drivers Installed (If you dont have one you can check it here - http://forum.xda-developers.com/showthread.php?t=2588979 - 15 Seconds ADB Installer)
The Downloaded Android One G1 Stock Rom (LUZ59M) - http://www.mediafire.com/download/6shl7b41fzdaku4/Android_One_G1_Stock_Rom_Fastboot_(LUZ59M).zip. kalvin is the PASSWORD of the Zip/ROM
Procedure :
1. Download The Stock Rom and Extract it any location on your Laptop/Desktop.
2. Boot your Android One G1 to Fastboot mode.
How to Boot To Fastboot Mode?
( Volume Down + Power Button ) - Release it when you see the G1 logo (you will have to stuck on G1 logo that means you successfully booted to fastboot)
For Cyanogen Os Users Use the (Advance reboot to Bootloader or Volume Up + Power) there will be a screen notification that you are on a fastboot mode
Next option if you cant manually boot to fastboot just plug your G1 to pc/laptop (properly booted/Nka open)
make sure you installed the drivers properly after you plug the phone Just run the bat file and it will boot your phone to fastboot mode and the Rom Installation Will Begin
Just Run The .Bat file i created and the installation is all Automated
Notice : If an ERROR is prompt after the splash.img before the System.img flashing just ignored it , the installation still continues and running dont unplug your phone just wait it until your phone Reboots and its all done you are now on STOCK ROM LUZ59M Build ( Dont Worry if you Encounter An Error While Flashing ,the rom will be installed properly ) i just encounter this when you are from a cyanogen OS Rom
Do a Factory Reset After you Booted the ROM Properly
Credits to :
ME
August
JoeyHuab
MeteBerkErgun/Sadronis
Snoop05(xda) - 15 seconds adb/fastboot installer
To All my Fellow AndroidOne Admins 1st Gen & 2nd Gen
Enjoy and Goodluck!!!! - Kalvin/KShen
kalvin026 said:
After Flashing This Stock Rom you will still receive ota Updates Without Any Error!!!
Android One G1 Stock Rom Fastboot Flashable - This is 100% Working and Tested before posting
Things Needed :
A Laptop/Desktop
ADB and Fastboot Drivers Installed (If you dont have one you can check it here - http://forum.xda-developers.com/showthread.php?t=2588979 - 15 Seconds ADB Installer)
The Downloaded Android One G1 Stock Rom (LUZ59M) - http://www.mediafire.com/download/6shl7b41fzdaku4/Android_One_G1_Stock_Rom_Fastboot_(LUZ59M).zip. kalvin is the PASSWORD of the Zip/ROM
Procedure :
1. Download The Stock Rom and Extract it any location on your Laptop/Desktop.
2. Boot your Android One G1 to Fastboot mode.
How to Boot To Fastboot Mode?
( Volume Down + Power Button ) - Release it when you see the G1 logo (you will have to stuck on G1 logo that means you successfully booted to fastboot)
For Cyanogen Os Users Use the (Advance reboot to Bootloader or Volume Up + Power) there will be a screen notification that you are on a fastboot mode
Next option if you cant manually boot to fastboot just plug your G1 to pc/laptop (properly booted/Nka open)
make sure you installed the drivers properly after you plug the phone Just run the bat file and it will boot your phone to fastboot mode and the Rom Installation Will Begin
Just Run The .Bat file i created and the installation is all Automated
Notice : If an ERROR is prompt after the splash.img before the System.img flashing just ignored it , the installation still continues and running dont unplug your phone just wait it until your phone Reboots and its all done you are now on STOCK ROM LUZ59M Build ( Dont Worry if you Encounter An Error While Flashing ,the rom will be installed properly ) i just encounter this when you are from a cyanogen OS Rom
Do a Factory Reset After you Booted the ROM Properly
Credits to :
ME
August
JoeyHuab
MeteBerkErgun/Sadronis
Snoop05(xda) - 15 seconds adb/fastboot installer
To All my Fellow AndroidOne Admins 1st Gen & 2nd Gen
Enjoy and Goodluck!!!! - Kalvin/KShen
Click to expand...
Click to collapse
Hi! Can I use this to downgrade from Marshmallow? Thanks and Happy New Year!
kalvin026 said:
Just Run The .Bat file i created and the installation is all Automated
Click to expand...
Click to collapse
Where is the .bat file?
vel_tins said:
Where is the .bat file?
Click to expand...
Click to collapse
Look for Windows Batch File
---------- Post added at 06:43 AM ---------- Previous post was at 06:41 AM ----------
gabrieladrian said:
Hi! Can I use this to downgrade from Marshmallow? Thanks and Happy New Year!
Click to expand...
Click to collapse
Yes. The build number LMY refers to a marshmallow build.
rho57 said:
Look for Windows Batch File
Click to expand...
Click to collapse
?
Again, where is the .bat file, mentioned in the first post?
vel_tins said:
?
Again, where is the .bat file, mentioned in the first post?
Click to expand...
Click to collapse
Dude. Did you even at least download the stock dump? Everything that's needed is in that zipped package. Don't go around asking where the bat file because everything's in there. I'm guessing that either you haven't seen what's inside the package, or you're just lazy enough to look for it.
Better yet, learn how to flash factory images manually so you don't have to ask where that stupid bat file is anymore.
rho57 said:
Dude. Did you even at least download the stock dump? Everything that's needed is in that zipped package. Don't go around asking where the bat file because everything's in there. I'm guessing that either you haven't seen what's inside the package, or you're just lazy enough to look for it.
Better yet, learn how to flash factory images manually so you don't have to ask where that stupid bat file is anymore.
Click to expand...
Click to collapse
Seem to me that some people in this forum have short fuses. Cool down and hold your horses tight. There's no need for unnecessary and inflammatory rhetorics.
ondoy1943 said:
Seem to me that some people in this forum have short fuses. Cool down and hold your horses tight. There's no need for unnecessary and inflammatory rhetorics.
Click to expand...
Click to collapse
First of all, I don't care about your opinion. Secondly, you had the choice to help him find the bat file, but instead criticized the way I post. I don't see the point in that.
rho57 said:
First of all, I don't care about your opinion. Secondly, you had the choice to help him find the bat file, but instead criticized the way I post. I don't see the point in that.
Click to expand...
Click to collapse
Think your post as a ball; I'll hit it with a bat, and return it to you. Ha..ha. Lol...
ondoy1943 said:
Think your post as a ball; I'll hit it with a bat, and return it to you. Ha..ha. Lol...
Click to expand...
Click to collapse
Go find somebody else to troll.
inside the zip
vel_tins said:
Where is the .bat file?
Click to expand...
Click to collapse
the bat file is inside the zip file, many already tried this dump , and i will sure to you that this will work
yes 100% sure
gabrieladrian said:
Hi! Can I use this to downgrade from Marshmallow? Thanks and Happy New Year!
Click to expand...
Click to collapse
yes 100% sure but first you need to have an unlocked bootloader to do fastboot
kalvin026 said:
yes 100% sure but first you need to have an unlocked bootloader to do fastboot
Click to expand...
Click to collapse
Hi @kalvin, and a Happy new Year to you and all fellow followers of the 2nd gen android one devices. Mine is Cherry Mobile H220, I want to try going back from MM to the zip you posted. Would it be Lazy of me, if I asked you to supply the order of commands I need to get The Zip LUZ59M into the H220?. I have adb /fastboot prog running ok now(I think). In Device manager it shows that I have the necessary drivers installed, Android Composite ADB interface at top, and further down in list Portable Devices shows H220..Phone shows usb debugging connected and usb for file transfer(mtp), (in the dropdown notification list).,So, awaiting maybe a reply from you, Wish I had experimented with version 5.1.1 lollipop, before I accepted last OTA major update,,I,m a real newbie to android one devices, but have used MTK socs before with always success. The adb /fastboot thingy is a new adventure for me. I like this H220 device and dont want to ruin it,. Thank you for your time,, and to you @ vel-tins for answering my last post in another thread, The Xmas holiday period sort of held things up a bit, bending my elbow too much,LOL.....
Sockit2me said:
Hi @kalvin, and a Happy new Year to you and all fellow followers of the 2nd gen android one devices. Mine is Cherry Mobile H220, I want to try going back from MM to the zip you posted. Would it be Lazy of me, if I asked you to supply the order of commands I need to get The Zip LUZ59M into the H220?. I have adb /fastboot prog running ok now(I think). In Device manager it shows that I have the necessary drivers installed, Android Composite ADB interface at top, and further down in list Portable Devices shows H220..Phone shows usb debugging connected and usb for file transfer(mtp), (in the dropdown notification list).,So, awaiting maybe a reply from you, Wish I had experimented with version 5.1.1 lollipop, before I accepted last OTA major update,,I,m a real newbie to android one devices, but have used MTK socs before with always success. The adb /fastboot thingy is a new adventure for me. I like this H220 device and dont want to ruin it,. Thank you for your time,, and to you @ vel-tins for answering my last post in another thread, The Xmas holiday period sort of held things up a bit, bending my elbow too much,LOL.....
Click to expand...
Click to collapse
fastboot flash aboot emmc_appsboot.mbn
fastboot flash abootbak emmc_appsboot.mbn
fastboot erase DDR
fastboot flash sbl1 sbl1.mbn
fastboot flash sbl1bak sbl1.mbn
fastboot flash tz tz.mbn
fastboot flash tzbak tz.mbn
fastboot flash hyp hyp.mbn
fastboot flash hypbak hyp.mbn
fastboot flash rpm rpm.mbn
fastboot flash rpmbak rpm.mbn
fastboot flash modem NON-HLOS.bin
fastboot flash cache cache.img
fastboot erase splash
fastboot flash splash splash.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img
fastboot flash boot boot.img
fastboot reboot
rho57 said:
fastboot flash aboot emmc_appsboot.mbn
@rho57, Thanks for answer friend, but my question was meant to be, What adb commands do I use in Minimal adb and fastboot, , Anyway I,ve managed to get Luz59m into the H220, but I seem to be stuck in a bootloop situation?, The 4 moving colours are there now, which suggests Android 5,1,1 is in the phone,Then says android is starting, then maybe 101 apps need optimizing, then back to the same colours rotateing, and back to optimizing apps, (said 82 second time), now optimizing again 101, , oh dear, need help now on what went wrong?. Any ideas?..Thanks.
Click to expand...
Click to collapse
^^
Have you tried a factory reset from recovery?
vel_tins said:
^^
Have you tried a factory reset from recovery?
Click to expand...
Click to collapse
@Vel-tins. I think your referring to my last post, no I did not, slipped up on thinking about recovery, but anyway my Cherry Mobile is now a IQ2II, running 5.1.1. LUZ59Q.lol, seems to be ok, its asking me to update to the latest MM, might go back to MM after I play about a bit with Lollipop. Thanks for answering.
good day sir .. should i root first my phone H220 before to flash this rom? thank you
jsab20 said:
good day sir .. should i root first my phone H220 before to flash this rom? thank you
Click to expand...
Click to collapse
@jsab20, No need to root H220 first, I imagine your already in MM 6.0.1 version, (mmb29k). I did not wish to root,because of losing OTA upgrades, Anyway, I failed at first attempt,probably by not going into recovery,and rebooting. I downloaded version IQII from another thread by mrdmacdonald, , done exactly as he recommended and then I had successfully downgraded to 5.1.1. (luz59I), As soon as it installed it downloaded 3 updates,(wifi on) then asked if I wanted The MM major upgrade., I refused that update, till I want to go back to it later,..Go to thread I-Mobile IQII OTA URLs,, post number #20...If you try those instructions and succeed, you will have your H220 looking like an IQII on first screen,..Hope this helps my friend, good luck.
Sockit2me said:
@jsab20, No need to root H220 first, I imagine your already in MM 6.0.1 version, (mmb29k). I did not wish to root,because of losing OTA upgrades, Anyway, I failed at first attempt,probably by not going into recovery,and rebooting. I downloaded version IQII from another thread by mrdmacdonald, , done exactly as he recommended and then I had successfully downgraded to 5.1.1. (luz59I), As soon as it installed it downloaded 3 updates,(wifi on) then asked if I wanted The MM major upgrade., I refused that update, till I want to go back to it later,..Go to thread I-Mobile IQII OTA URLs,, post number #20...If you try those instructions and succeed, you will have your H220 looking like an IQII on first screen,..Hope this helps my friend, good luck.
Click to expand...
Click to collapse
@Sockit2me ..pardon me sir for asking many question cuz its my first time to handle an andriod one device and flashing using a fastboot is a new experience to me , my previous phone was a MTK device .. Yes i already upgraded to MMB29K over-the-air . I installed adb fastboot installer , and its already running , on my phone i enable usb debugging and oem unlock but when i try to flash a twrp it gets error and cannot load:crying:.. can u pls help me how to get on this ,thank you sir :good:

★ [ROM][STOCK] Android One 2nd Gen [seed][MMB29K] ★

Android One Universal STOCK ROMs [MM/LP]​
These ROMs were dumped using the command "dd", 100% Stock without any modification.. These roms were put together for users who wants to fall back to google stock rom, And also for users who are having issues while installing the latest OTA. Nothing is removed from the original rom, and all signatures are intact. And Lastly, please take the time to read the instructions, FAQ, carefully and thoroughly before proceeding....
List of devices with known compatability
Code:
[CENTER][SIZE="4"]Cherry Mobile One G1 (Philippines)
General Mobile 4G (Turkey)
I-Mobile IQ II (Thailand)[/SIZE][/CENTER]
DOWNLOAD
[ AFH | DRIVE ]
FLASHING PROCEDURE :
Download the ROM
Move the file to internal storage
Reboot to TWRP custom recovery
Backup your current ROM (just in case)
Locate the file and install
Reboot and have patience while it boots up... It will take about 15-20 minutes
In case you want to fall back to stock recovery, ensure that "MOUNT SYSTEM PARTITION READ-ONLY" is enabled from the twrp MOUNT section prior to installation, otherwise uncheck it​
Click to expand...
Click to collapse
FASTBOOT METHOD
Extract all the images to adb folder and ensure that USB Debugging is enabled.
Code:
#! adb reboot bootloader
#! fastboot flash system system.img
#! fastboot flash boot boot.img
#! fastboot flash modem radio-modem.img (For Marshmallow MRA58Y Rom only)
#! fastboot reboot
Frequently Asked Questions :
1. Is it compatible with my device?
Yes, as long as you are using an Android One 2nd generation [seed] with a qcom 410 processor (msm8916).
2. Will I still be able to recieve the official OTA updates in the near future?
Yes, as long as you've never rooted, changed recovery, or any other modification on your system.
In case you have rooted your device, all you have to do is reflash the ROM when a new ota arrives and you'll be fine
3. Do I need to Wipe my Data and cache partitions before attempting to install the ROM?
No, but it is recommended especially if you are having too many apps FCs
If you are having apps FCs, try clearing the app data of the affected app, or try hard reset.
If all else fail, do a clean install.
4. Got stuck with "Patching system image unconditionally"?
It might be a bad download
Always verify the hash prior to proceeding (check the howto verify the MD5sum below)
Wipe the system partition just in case
MD5 Signature
How to Verify the MD5 signature?
If you are running Windows just download HashTabs and install. Right click on the downloaded file then click properties and look for "FILE HASHES" tab, verify if md5 hash are the same. On unix based system just execute this line in the terminal "md5sum SPROUT4-STOCK-ROM-LMY47V.zip". On your phone, just use ES explorer and then click properties then tap "Show Checksum" then compare the md5 hash. If the file hashes are identical you are good to go, Otherwise, redownload the file again due to bad probably.​
[MRA58Y] efa811732dd54ccdbe73a4cb8bdb085c
[LUZ56M] 5a58c232a6e5667c123236175a070a7e
Flash at your own risk :good:​
MISC
Code:
[CENTER][URL="https://goo.gl/j7F8Mz"]DRIVE[/URL][/CENTER]
reserved 2
reserved 3
Thanks a lot for this. I will test it now and will let you know.
kiksilog said:
Thanks a lot for this. I will test it now and will let you know.
Click to expand...
Click to collapse
:good: :highfive:
General Mobile 4G Dual
1cefire said:
:good: :highfive:
Click to expand...
Click to collapse
General Mobile 4G Dual support?
My G1 is now running Marshmallow. It did took awhile on the boot screen but other than that :good:
Thanks again!
kiksilog said:
My G1 is now running Marshmallow. It did took awhile on the boot screen but other than that :good:
Thanks again!
Click to expand...
Click to collapse
Rom files is'nt enough folders, not even as work general mobile 4g , I have already My work is turkish forums . he doesn't come back lolipop
Anyone has the stock rom for lava pixel v1 (2nd gen android one)??india
JaxaPRO said:
General Mobile 4G Dual support?
Click to expand...
Click to collapse
Yes
kaankulahli said:
Rom files is'nt enough folders, not even as work general mobile 4g , I have already My work is turkish forums . he doesn't come back lolipop
Click to expand...
Click to collapse
Although we had different Lollipop rom build no., our device and roms are basically the same. Since Android M arrived we all share the same build numbers. How did I know this? By verifying the MRA58Y ota and comparing all the hashes including the radio-modem.img I found out we all share the same Android M stock rom. And lastly, the MRA58M ota will not touch any other partition other than the system, boot and modem, so basically, all you need is the system.img, boot.img and radio.modem.img to be able to update to Android M. The rest of the partitions are useless when it comes to updates
sourav4ganguly said:
Anyone has the stock rom for lava pixel v1 (2nd gen android one)??india
Click to expand...
Click to collapse
Sorry dude, I cant provide you the stock rom for Lava Pixel v1 since I dont own the device.
@1cefire
Can your TWRP files found here
androidfilehost dot com/?w=files&flid=43419
be used to root Marshmallow?
if yes, which one to use? (i.e. blue, classic, darkplay)
thanks.
@kiksilog
Any recovery will do as long as it runs on this device. Unfortunately, Marshmallow requires a permissive kernel, so far no one has manage to build an insecure kernel for seed without any issue. Even the latest beta supersu with a modded sepolicy boot.img failed to boot. Android M for seed is unrootable for now, hopefully supersu will get an update to support our latest OS
Oi
Android Marshmallow 6.0.1!!!
In case someone might consider upgrading to Android M 6.0.1 MMB29K
- install it via custom recovery philz / twrp / fastboot (visit the first page for more info)
- the rom contains system.img and boot.img only (the only partitions required to upgrade)
- the rest of the partitions were removed and will be provided separately for each device
Huge thanks to @dabotsonline for the link
How about posting the download url of the OTA update 6.0.1 file which I understand is only less than 90 mb? Thanks.. :fingers-crossed:
1cefire said:
Android Marshmallow 6.0.1!!!
In case someone might consider upgrading to Android M 6.0.1 MMB29K
- install it via custom recovery philz / twrp / fastboot (visit the first page for more info)
- the rom contains system.img and boot.img only (the only partitions required to upgrade)
- the rest of the partitions were removed and will be provided separately for each device
Huge thanks to @dabotsonline for the link
Click to expand...
Click to collapse
Wow, very helpful (Y)
1cefire said:
Android Marshmallow 6.0.1!!!
In case someone might consider upgrading to Android M 6.0.1 MMB29K
- install it via custom recovery philz / twrp / fastboot (visit the first page for more info)
- the rom contains system.img and boot.img only (the only partitions required to upgrade)
- the rest of the partitions were removed and will be provided separately for each device
Huge thanks to @dabotsonline for the link
Click to expand...
Click to collapse
are you a time traveler?
Yeah everybody. We already made it before google ????.
Wileyfox Swift cihazımdan Tapatalk kullanılarak gönderildi
@1cefire can i install it in aq4501???

How To Guide GSI Install guide for Motorola G50 and 5G

A simple guide to installing custom GSI's on Motorola G50.
This works only on Qualcomm models that are from G series of Motorola.
Recomended flashing stock android 12 to your phone to get NFC functionality back and for bluetooth disconecting there is a workaround by going to Phh's treble settings and enabling "Force Disable A2DP offload"
What will you need?​
Motorola's fastboot tools (attached to thread.) Update these don't work now. Use latest version of fastboot.
Unlocked bootloader
blank vbmeta (Included with Fastboot.)
Generic System Image of your choice.
Unlocking bootloader will void your warranty and erase your data (If you have any important data you can backup in System settings or using LMSA tool, I am NOT responsible for any damage that you make. If you **** up you can always restore to stock by using LMSA tool from Motorola.
Click to expand...
Click to collapse
Download your GSI image. Because there isn't any TWRP recovery for G50 (ibiza) yet. We need to download GSI image with gapps like Pixel Experience or Lineage OS 19 with GMS.
Download fastboot and adb tools from Motorola. Since some features like "fastboot oem get_unlock_data" dosen't work
Unlock bootloader (If you have unlocked bootloader skip this step.). There's a guide on motorola site to help you unlock your bootloader. Here you have the guide https://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a/
After unlocking bootloader we can go to installing our GSI.
Boot to bootloader. You can do it by turning off your phone and pressing at the same time Power + Volume down or using adb by "adb reboot bootloader"
After doing that you need to reboot to fastbootd. You can do it by typing in fastboot "fastboot reboot fastboot"
If you boot to a screen with bold red text written "fastbootd" we can go to erasing data and system partitions. But after we can do that we need to flash vbmeta.
Flash vbmeta.img to bypass AVB (Android Verified Boot.) : "fastboot --disable-verification flash vbmeta vbmeta.img" and wait until it says OK
If we did that we can erase system partition by typing in fastboot "fastboot erase system" If it says OK we can go to the next step
If we get "CANNOT RESIZE SYSTEM PARTITION" do this: "fastboot delete-logical-partition product_a" and "fastboot delete-logical-partition product_b"
Now it's time to flash our GSI. To do that just type "fastboot --u flash system *name of your gsi*.img
And wait until it flashes and DO NOT REBOOT!!!
After successful flash we need to type "fastboot -w"
And now you can reboot.
If you did everything and your device boots then congrats you did it. If you have questions or issues reply to this thread and I will do my best to help you!
And this is my first guide and I was scratching my head how to do that so yeah that took some time.
What roms are working?
As for midrangers some roms dosen't work fully, like HavocOS or AncientOS but i made a little list of compatible roms at current date (18.01.2022)
Pixel Experience 11
Pixel Experience 12
DotOS 5.2
AncientOS
CorvusOS
Phh's AOSP
Lineage OS
And other roms, list of these roms that work on this phone is available here
Generic System Image (GSI) list
Notes about tinkering with Android Project Treble. Contribute to phhusson/treble_experimentations development by creating an account on GitHub.
github.com
Tested but not booting:
HavocOS (GSI discontinued.)
(Updating list until i'll get my phone back from repair.)
Known Issues
- All GSI that runs under Phh NFC does not work (Status: fixed check begining of the thread.)
Hello which GSI is the best
I'm thinking about lineageos a64 vb.
Is it ok?!
walidmerdji said:
Hello which GSI is the best
I'm thinking about lineageos a64 vb.
Is it ok?!
Click to expand...
Click to collapse
If you wanna clean Ui and smooth experience dotOS should be good for you.
Currently im using Pixel Experience 12 alpha and it works good. And im still working on nfc fix. If you have more questions feel free to ask me.
Also if you want to choose GSI you need an A/B version "arm64-ab".
TwelwePL said:
If you wanna clean Ui and smooth experience dotOS should be good for you.
Currently im using Pixel Experience 12 alpha and it works good. And im still working on nfc fix. If you have more questions feel free to ask me.
Also if you want to choose GSI you need an A/B version "arm64-ab".
Click to expand...
Click to collapse
fastboot reboot fastboot
Error unknown target fastboot!
There is no such command on fastboot!
walidmerdji said:
fastboot reboot fastboot
Error unknown target fastboot!
There is no such command on fastboot!
Click to expand...
Click to collapse
If your device is on turn it off.
Press Power + Volume down and hold till you get an android bot laying and then type fastboot reboot fastboot
TwelwePL said:
If your device is on turn it off.
Press Power + Volume down and hold till you get an android bot laying and then type fastboot reboot fastboot
Click to expand...
Click to collapse
Hi
I flashed 100s of phones using fastboot
I'm aware of how to boot to fastboot and using cmd
The thing is there is no such command for fastboot
Fastboot reboot bootloader takes you to the same window
However I managed to boot to fastbootd
Using phone terminal
su reboot fastboot
But again my phone is rooted (magisk) so I don't think if I can flash a GSI on a rooted phone
walidmerdji said:
Hi
I flashed 100s of phones using fastboot
I'm aware of how to boot to fastboot and using cmd
The thing is there is no such command for fastboot
Fastboot reboot bootloader takes you to the same window
However I managed to boot to fastbootd
Using phone terminal
su reboot fastboot
But again my phone is rooted (magisk) so I don't think if I can flash a GSI on a rooted phone
Click to expand...
Click to collapse
I forgot to add that booting to fastbootd mode and flashing gsi with Magisk it will just simply bootloop. By flashing stock boot image gsis run flawlessly but HavocOS dosen't want to boot. I'll make a quick video how to do this if you need more context.
walidmerdji said:
Hi
I flashed 100s of phones using fastboot
I'm aware of how to boot to fastboot and using cmd
The thing is there is no such command for fastboot
Fastboot reboot bootloader takes you to the same window
However I managed to boot to fastbootd
Using phone terminal
su reboot fastboot
But again my phone is rooted (magisk) so I don't think if I can flash a GSI on a rooted phone
Click to expand...
Click to collapse
Hi, again.
I've made a video that could help you flash gsi on your Moto G50
If you have more issues you can dm me on xda.
Thomas, TwelwePL.
Hello, can I use this guide and the file provided to flash my Chinese version of this phone (ibiza_retcn). It has 8gb if ram, 128gb of storage and no NFC. Everything else seem the same (CPU is snap)
dynia said:
Hello, can I use this guide and the file provided to flash my Chinese version of this phone (ibiza_retcn). It has 8gb if ram, 128gb of storage and no NFC. Everything else seem the same (CPU is snap)
Click to expand...
Click to collapse
Yeah! Fastboot and vbmeta are correct for the ibiza-retcn. But if you mess something up you can revert back to stock using motorola's tool LMSA. Currently I have my moto g50 in repair center because i forgot that you cannot relock bootloader on motorola phones. And please be careful, if you'll be stuck on bootloop when you flashed some gsi, it isn't bricked just flash another. Some gsis dosen't always work on this phone. Tommorow I will prowide list of compatible gsis that will work on this phone.
TwelwePL said:
Hi, again.
I've made a video that could help you flash gsi on your Moto G50
If you have more issues you can dm me on xda.
Thomas, TwelwePL.
Click to expand...
Click to collapse
Nice language in Your device
Thx for the guide, lacking TWRP or any custom recovery, could be a pain... However old-school methods are still 'a gold skills'.
See U around!
Hello,
Just a small FYI - Pixel Experience A12 boots and so far works OK as well
If I manage to implement root solution, I will stay with it for a little bit longer.
Wish U all good day!
Voytec83 said:
Hello,
Just a small FYI - Pixel Experience A12 boots and so far works OK as well
If I manage to implement root solution, I will stay with it for a little bit longer.
Wish U all good day!
Click to expand...
Click to collapse
Thanks u too,
Currently my motorola is in repair because i bricked it. Now waiting for them to call me and pick my phone up. I'm happy that my guide worked for you!
For root like Magisk I had almost done Magisk but with "Task Failed Succesfully" by making to bootanimation and not booting. About In Februrary or March magisk should be working.
After texting motorola they release their MyUX A12 on Februrary If you're interested.
Wish that your phone with PE12 will work without any issues (only nfc
Update 14.02.2022
- Magisk is working with Pixel Experience 12 V401
TwelwePL said:
Update 14.02.2022
- Magisk is working with Pixel Experience 12 V401
Click to expand...
Click to collapse
Thanks very much for the guide. I now have Pixel Experience 12 V402 working.
I tired to get magisk working (patched boot.img in the magisk app then back to fastbootd and "fastboot flash boot magisk_boot.img" but it boot loops. I also tried flashing to both boot_a and boot_b.
Can you tell me how you got this working?
bejam said:
Thanks very much for the guide. I now have Pixel Experience 12 V402 working.
I tired to get magisk working (patched boot.img in the magisk app then back to fastbootd and "fastboot flash boot magisk_boot.img" but it boot loops. I also tried flashing to both boot_a and boot_b.
Can you tell me how you got this working?
Click to expand...
Click to collapse
When PE12 v401 got released the Magisk app appeared in app drawer and it just needed to reboot to setup magisk so i did that and Magisk worked flawlessly. It also worked on my A50 so i didn't patched the boot.img
TwelwePL said:
[cut]
Click to expand...
Click to collapse
many many many thanks for this thread. I was very suprised to see that this cheap smartphone had so little support from the bigger custom roms (like, for instance lineageos). I will try pixelexperience - can you please provide some help identifying which "codename" is hould download to flash my Motog50?
Thanks again
Any Degoogled ROMs for this device? Currently I am on stock rooted with magisk but with many problems like GPS not working correctly and some motorola update reminders popping out. Any help Highly appreciated
You can try Phh's AOSP with FLOSS variant degoogled and open source apps.
TwelwePL said:
You can try Phh's AOSP with FLOSS variant degoogled and open source apps.
Click to expand...
Click to collapse
Thank you. Can you provide any link? Got this: https://github.com/phhusson?tab=repositories but can't fiuguere ot which repo is the right one

General Oneplus 10 Pro Global Rom India / eu

✧ Oxygen OS 12.1 A11 IND full OTA.zip
• Link 1 : Here
• Link 2 : Here
✧ Oxygen OS 12.1 A11 EU full OTA.zip
• Link 1 : Here
• Link 2 : Here
◆ Instructions :
• Unlock bootloader : fastboot flashing unlock
• Flash payload.bin via fastbootD Here
✧ Color OS 12.1 A.15 full OTA : Here
empty.cad said:
✧ Oxygen OS 12.1 A11 IND full OTA.zip
• Link 1 : Here
• Link 2 : Here
Click to expand...
Click to collapse
Legend,
Did you install this on a China OnePlus?
Johnstan725 said:
Legend,
Did you install this on a China OnePlus?
Click to expand...
Click to collapse
I am trying
empty.cad said:
I am trying
Click to expand...
Click to collapse
Please keep us updated on your success!
hello already download the file can someone share how to install it
Harimoto said:
Please keep us updated on your success!
Click to expand...
Click to collapse
Yes coming soon
Assume you flash through recovery?
Instructions
1. Unlock bootloader
2. USB debugging on
3. Reboot to fastbootD (adb reboot fastboot)
4. Use "Fastboot enhance"
Flash payload.bin
Enjoy
I think if you on ColorOS Version A.13 .. you need Oxygen OS version higher A.13 (Like OP9)
VovaHouse said:
Instructions
1. Unlock bootloader
2. USB debugging on
3. Reboot to fastbootD (adb reboot fastboot)
4. Use "Fastboot enhance"
Flash payload.bin
Enjoy
Click to expand...
Click to collapse
could you please explain the fastboot enhance and payload.bin flash method please
Trickster69 said:
could you please explain the fastboot enhance and payload.bin flash method please
Click to expand...
Click to collapse
This is instructions install.
Hello ,just wanted to give a heads-up, installed the Indian ROM. Apparently it won't log you into the OnePlus account it seems to not recognize my IMEI number also it heats up a bit constantly . I think I will wait for April 5th for the proper EU or IND release
Sounds like it's best to wait for the EU version then?
Trickster69 said:
Hello ,just wanted to give a heads-up, installed the Indian ROM. Apparently it won't log you into the OnePlus account it seems to not recognize my IMEI number also it heats up a bit constantly . I think I will wait for April 5th for the proper EU or IND release
Click to expand...
Click to collapse
Thanks for the headup! By any chance did you test voice activated Hey Google works? Or Android Auto?
Harimoto said:
Thanks for the headup! By any chance did you test voice activated Hey Google works? Or Android Auto?
Click to expand...
Click to collapse
voice active OK google and hey google works fine for me.
Due to Shanghai pandemic I can't try Android auto recently.
And here's the link to Fastboot Enhance, it looks like a GUI of Fastboot.
As for payload.bin, just unzip the full ota zip package you'll see a huge payload.bin file.
I use this to flash India ROM to china version 10pro(NE2210), until now have no issue.
[TOOL][Windows] Fastboot Enhance [Payload Dumper & Image Flasher]
Fastboot Enhance What it can do? - Show fastboot vars - Switch between fastbootd & bootloader - Switch between A & B slot - Flash Payload.bin in fastbootd - Flash images - Erase partitions - Delete logical partitions - Create logical partitions...
forum.xda-developers.com
PS. I don't know if this software has only Chinese interface or other language else.
And on OxygenOS, unlocking bootloader will remain Widewine DRM L1 (unlikely ColorOS, it will drop to L3 instead)
Alex8192 said:
And here's the link to Fastboot Enhance, it looks like a GUI of Fastboot.
As for payload.bin, just unzip the full ota zip package you'll see a huge payload.bin file.
I use this to flash India ROM to china version 10pro(NE2210), until now have no issue.
[TOOL][Windows] Fastboot Enhance [Payload Dumper & Image Flasher]
Fastboot Enhance What it can do? - Show fastboot vars - Switch between fastbootd & bootloader - Switch between A & B slot - Flash Payload.bin in fastbootd - Flash images - Erase partitions - Delete logical partitions - Create logical partitions...
forum.xda-developers.com
PS. I don't know if this software has only Chinese interface or other language else.
And on OxygenOS, unlocking bootloader will remain Widewine DRM L1 (unlikely ColorOS, it will drop to L3 instead)
Click to expand...
Click to collapse
Im wanting to flash my NE2210 but fastboot enhance is saying there are temporary partitions, is it safe to delete the cow files, i have lots of them some people have said theres 2
I deleted all the -cow files, flashed, did a wipe data in fastbootd and it works!
Can confirm android auto is working now!
Its a much nicer rom overall with all the google stuff working properly again, i have lost GPay tho it wont confirm the card, assuming because the bootloader is unlocked.
Bakabeni said:
I deleted all the -cow files, flashed, did a wipe data in fastbootd and it works!
Can confirm android auto is working now!
Its a much nicer rom overall with all the google stuff working properly again, i have lost GPay tho it wont confirm the card, assuming because the bootloader is unlocked.
Click to expand...
Click to collapse
Looks good just to confirm.
Simply download fastboot enhance, click flash payload, with extracted zip?
Clear the cow unless if doesnt ask then it reboots?
Bakabeni said:
I deleted all the -cow files, flashed, did a wipe data in fastbootd and it works!
Can confirm android auto is working now!
Its a much nicer rom overall with all the google stuff working properly again, i have lost GPay tho it wont confirm the card, assuming because the bootloader is unlocked.
Click to expand...
Click to collapse
Oneplus 10 pro 4pda. My theme for this . This is Russian forum. But use translate.

Categories

Resources