[MOD] [TESTING] Simple A-B MultiBoot - Android Software/Hacking General [Developers Only]

Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are 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 this ROM
* before flashing it! YOU are choosing to make these modifications and if
* you point the finger at us for messing up your device, we will laugh at you. Hard & a lot.
*
*/
What is this?
this is a simple zip for A/B devices only that will separate the ROM in your current slot so that it won't interfere with the ROM in the opposite slot, which we'll call the primary ROM.
How does it work?
it modifies the fstab of the ROM in your current slot to have separate data and shared internal storage, data will be in /data/media/multiboot in the actual data partition.
What's the catch?
this of course comes with a few unsolvable issues such as:
1- SElinux must be permissive on the ROM you're multibooting (secondary ROM)
2- NO ENCRYPTION, do not use this on encrypted data, it will break everything.
3- don't use multiple users on the secondary ROM, it's unlikely to work (not tested)
4- Magisk modules exhibit weird behavior, such as modules from the primary ROM showing in the secondary, it is strongly recommended to use core only mode if you're using Magisk (only on the secondary ROM)
5- and most importantly, screen lock is likely to stop working on the primary ROM every time you switch and switch back, once you're back to the primary ROM, your PIN/pattern might not be recognized, same thing that happens some times when you restore the data partition, it's recommended to remove your screen lock before switching to the secondary ROM, or delete /data/system/locksettings.db once you're back.
6- and lastly, this is unlikely to work on stock/ported ROMs, not tested though, feel free to try.
and that's all OK, as this is intended for testing purposes only, maybe you want to test a new ROM or a GSI but don't want to commit to it yet, this doesn't mean you don't need to backup your data, this has only been confirmed working on ONE device, no guarantees it will work for you.
USAGE:
flash the secondary ROM normally (flash, switch slot, reboot recovery, gapps, magisk etc...)
flash this zip
flash Kernel Sepolicy Patcher and switch to permissive.

Working great on the Mi A2 booted MIUI and Evo without any issues!

Rexee said:
Working great on the Mi A2 booted MIUI and Evo without any issues!
Click to expand...
Click to collapse
which evo? pie or Q?

yayakuya said:
which evo? pie or Q?
Click to expand...
Click to collapse
Evo 3.2 Q

Rexee said:
Evo 3.2 Q
Click to expand...
Click to collapse
so it's possible to have pie & Q running?
that's awesome...
which ROM you have as primary?
I'm on Evox 3.2 also on my slot A
need a guide to get secondary ROM

Great tool, thanks for your hard work

Working on mi a2 lite with miui 12 port as primary and posp as secondary

Nebrassy said:
flash Kernel Sepolicy Patcher and switch to permissive.
Click to expand...
Click to collapse
Links is down. Error 404

Haldi4803 said:
Links is down. Error 404
Click to expand...
Click to collapse
https://zackptg5.com/downloads/archive/Kernel-Sepolicy-Patcher.zip

Hi!
How can I realize it on super partition with A11 ?
I guess, I need reassemble my super with needed system_b, vendor_b and product_b? something else?

Related

[ROM][PRA-LX1][11/05/2018]CodeOfHonor's AOSP 7.1.2 R36 for Huawei P8 Lite 2017

The Android Source Code
Android is an open source software stack created for a wide array of devices with different form factors. The primary purposes of Android are to create an open software platform available for carriers, OEMs, and developers to make their innovative ideas a reality and to introduce a successful, real-world product that improves the mobile experience for users.
We also wanted to make sure there was no central point of failure, where one industry player could restrict or control the innovations of any other. The result is a full, production-quality consumer product with source code open for customization and porting.
Code:
* Your warranty is now void.
* We are 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 this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
Compatible device?:
Code:
[LIST]
[*]All devices that use hi6250 chipset and use kernel 4.1.
[/LIST]
Mandatory:
* hit thank buttons, it's free.
* want more roms for P8 Lite 2017/P9 Lite 2017, simply bring me up beers by the following button.
Requirements:
TWRP.
C432B161 firmware, restore it before flash the rom from here.
Unlocked bootloader.
Unlocked FRP.
vendor.img: you must be on stock one, so don't wipe it because with other custom vendor.img will never ever boot.
Installation Guide:
Make sure to the stock backup saved on pc, I'm not responsible for any bricked or damage.
Reboot to TWRP.
Go to Wipe.
Choose Advance Wipe.
Check on Data and change file system to EXT4, will not ever boot with F2FS.
Wipe cache, data, dalvik and system.
Flash the rom.
Reboot and have fun then.
Working:
Audio.
Bluetooth.
Camera: it's fully works with stock or other apps .
Display.
Graphis: both gralloc & hwcomposer.
Lights.
NFC.
RIL.
Sensors.
Storages.
Wifi
Bugs:
Dual sim might will not work all variants, so don't waste your time by asking me to fix it.
You don't like it?, easy revert to Emui 5.x.
Downloads:
**02/01/2018**
aosp_7.1.2_r29-UNOFFICIAL-01022018-hi6250.zip
**03/01/2018**
aosp_7.1.2_r36-UNOFFICIAL-01032018-hi6250.zip
**25/01/2018**
aosp-7.1.2-20180125-Haky86-hi6250.zip
**04/02/2018**
Uploaded by Gabe Chan, thanks man.
**11/05/2018**
aosp_hi6250-7.1.2-N2G48H-20180510-CodeOfHonor.zip
Changelogs:
**02/01/2018**
Initial build
Android 7.1.2_r29
**03/01/2018**
Android 7.1.2_r36.
Fix USB & memories.
Security Patches: 5 October 2017
**25/01/2018**
Camera SHOULD work on every hi6250 now, so you have no excuse to say "it's not working with your builds/roms"
Fix audio on P10 Lite.
Add support to for Vulkan
**04/02/2018**
fix Magisk 15.3
Security Patches: January 2018
**11/05/2018**
boot up with f2fs by default
Source Code:
Device Tree:
https://github.com/codeofhonor-dev/android_device_huawei_hi6250
Kernel GPL:
https://github.com/codeofhonor-dev/android_kernel_huawei_hi6250
Vendors:
https://github.com/codeofhonor-dev/android_vendor_huawei_hi6250
Contributors
@haky 86
Source Code: https://github.com/codeofhonor-dev
Credits
Special thanks to @Meticulus for the immense work on hi6250 platform
ROM OS Version: 7.1.2 Nougat
ROM Kernel: Linux 4.1.x
ROM Firmware Required: Emui 5.x
Based On: AOSP
Version Information
Status: stable
Created 2018-01-01
Last Updated 2018-01-02
** Reserved **
I will test it right now. Where can i find the TWRP?
karasoulas said:
I will test it right now. Where can i find the TWRP?
Click to expand...
Click to collapse
if you get the error 7, just follow the fix guide
https://forum.xda-developers.com/p8...n/recovery-twrp-huawei-p8-lite-2017-t3591762/
haky 86 said:
if you get the error 7, just follow the fix guide
https://forum.xda-developers.com/p8...n/recovery-twrp-huawei-p8-lite-2017-t3591762/
Click to expand...
Click to collapse
Boot and its amazing. The only problem is the camera. its not customizable. anyway thanks man , much love <3
karasoulas said:
Boot and its amazing. The only problem is the camera. its not customizable. anyway thanks man , much love <3
Click to expand...
Click to collapse
Will start release LineageOS based roms from tomorrow, just wait..actually better than nothing..
:good:
sadly, there is no way to fix the second bug
What a legend @haky 86 , thanks a lot
Any chance to get it for PRA devices ?
Thanks for your continous work on those phones.
Do we have any chance getting one of the PRA devices or does this hi6250 image works on them too ?
Thanks for your precious time,
Erwan,
Thanks for your work on this, got it to boot and it runs perfectly.
How do you suggest I root this rom, I tried magisk but it wouldn't boot afterwards.
My only other issue was that my SD card isn't usable and Android fails to format it.
also sd card doesnt work and video recording doesnt work. I didnt find any other bugs
karasoulas said:
also sd card doesnt work and video recording doesnt work. I didnt find any other bugs
Click to expand...
Click to collapse
sorry but video recording is fine for me, for sdcard I forget to add the fix for my kernel.
please wait next update
front video working. back video is says cant connect camera
karasoulas said:
front video working. back video is says cant connect camera
Click to expand...
Click to collapse
Here front & back video recording
might your variant is missed in the source. my one is pra-lx1 try with Footej and tell us more
pra-lx1 footej works fine. The stock app doesnt work tho.
stock camera working fine here. PRA-LX1 dual sim variant
Iocere said:
stock camera working fine here. PRA-LX1 dual sim variant
Click to expand...
Click to collapse
yep, I've pra-lx1 and it's fully works.
cian hackett said:
Thanks for your work on this, got it to boot and it runs perfectly.
How do you suggest I root this rom, I tried magisk but it wouldn't boot afterwards.
My only other issue was that my SD card isn't usable and Android fails to format it.
Click to expand...
Click to collapse
Install Magisk v14.0 via TWRP
Iocere said:
Install Magisk v14.0 via TWRP
Click to expand...
Click to collapse
This worked perfectly , I had been trying with v15.
Grabbed v14 from the main p8lite rooting thread and was had no issues. Thanks
pra-lx 1 dual sim and the back camera doesnt work on messenger instagram. dont know why.
Maybe reflashing the rom will fix it?

[AOSP][9.0][GSI] AOSP Treble A750FN

This guide is based on information posted here:
GUIDE
A8 GSI by prashantp01
All credits for ozontec, and for prashantp01 for creating GSI for A8+
AOSP PIE GSI on A750FN
I'm not responsible for whatever damage this can cause to your device
Code:
/*
* Your warranty is now void.
*
* 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 this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
How to:
Update to latest official firmware (tested on ARIC and ARL4)
Make full boot at least once
Make sure you have a TWRP installed, follow *click me for TWRP*
Boot once after installing TWRP
Download the latest AOSP GSI
Boot into recovery
Perform a Factory Reset, don't touch System or any other partitions
Flash Magisk
Flash AOSP image as System
Flash Camera Fix *click me for fix*
First boot may take up to 10 minutes
Download:
AOSP GSI - Pick arm64 one with "aonly", rest is up to you!
If anything went wrong, flash stock firmware with ODIN!
What is working:
-Calls
-Wifi, Bluetooth, NFC
-Camera
-SD Card
-Dual Sim
-Vibrations, Speaker, Microphone, Sensors
-Everything but...
What is not working:
-USB to PC
-VoLTE / VoWiFi
-NFC menu is laggy, very laggy...
Remember to say "thank you" to those people:
Credits:
@ozontec for creating raw guide
@prashantp01 for creating GSI for A8/A8+
@ashyx for TWRP
Screenshots soon
compatibility
does it work for A750FNXXU1ARK2/ARK4?
Which file do I need to flash, vanilla, floss or gapps?
NickDeveloper said:
does it work for A750FNXXU1ARK2/ARK4?
Which file do I need to flash, vanilla, floss or gapps?
Click to expand...
Click to collapse
It should work with EVERY firmware on FN, but I simply was not able to try it out this way. Vanilla don't have gapps, use gapps imo.
This is awesome, thanks. Would there be a way to use stock camera app for wide lens support?
hhadi said:
This is awesome, thanks. Would there be a way to use stock camera app for wide lens support?
Click to expand...
Click to collapse
Only way to do it would be porting default camera app together with libs/drivers :c
Finger print option is not there in the settings for me. Is this a /vendor problem?
It sucks to be a a750gn user right now
Bootloop after flashing (help)
Erecik said:
This guide is based on information posted here:
GUIDE
A8 GSI by prashantp01
All credits for ozontec, and for prashantp01 for creating GSI for A8+
AOSP PIE GSI on A750FN
I'm not responsible for whatever damage this can cause to your device
Code:
/*
* Your warranty is now void.
*
* 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 this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
How to:
Update to latest official firmware (tested on ARIC and ARL4)
Make full boot at least once
Make sure you have a TWRP installed, follow *click me for TWRP*
Boot once after installing TWRP
Download the latest AOSP GSI
Boot into recovery
Perform a Factory Reset, don't touch System or any other partitions
Flash Magisk
Flash AOSP image as System
Flash Camera Fix *click me for fix*
First boot may take up to 10 minutes
Download:
AOSP GSI - Pick arm64 one with "aonly", rest is up to you!
If anything went wrong, flash stock firmware with ODIN!
What is working:
-Calls
-Wifi, Bluetooth, NFC
-Camera
-SD Card
-Dual Sim
-Vibrations, Speaker, Microphone, Sensors
-Everything but...
What is not working:
-USB to PC
-VoLTE / VoWiFi
-NFC menu is laggy, very laggy...
Remember to say "thank you" to those people:
Credits:
@ozontec for creating raw guide
@prashantp01 for creating GSI for A8/A8+
@ashyx for TWRP
Screenshots soon
Click to expand...
Click to collapse
Am I the only one who is having a bootloop after flashing? (I did everything exactly like in the instructions.) Can anyone help me?
limeswift said:
This guide is based on information posted here:
GUIDE
A8 GSI by prashantp01
All credits for ozontec, and for prashantp01 for creating GSI for A8+
AOSP PIE GSI on A750FN
I'm not responsible for whatever damage this can cause to your device
Am I the only one who is having a bootloop after flashing? (I did everything exactly like in the instructions.) Can anyone help me?
Click to expand...
Click to collapse
Same here, I spent whole day on this thing and tried it 5+ times and lo luck. Maybe because I was trying it on A750F varient
I try to install 4 times. SM-A750FN
2 times got boot without network, ROM detects 2 SIM cards but unknown, cant search for networks, no phone numbers, only WiFi works.
Erecik said:
This guide is based on information posted here:
GUIDE
A8 GSI by prashantp01
All credits for ozontec, and for prashantp01 for creating GSI for A8+
AOSP PIE GSI on A750FN
I'm not responsible for whatever damage this can cause to your device
How to:
Update to latest official firmware (tested on ARIC and ARL4)
Make full boot at least once
Make sure you have a TWRP installed, follow *click me for TWRP*
Boot once after installing TWRP
Download the latest AOSP GSI
Boot into recovery
Perform a Factory Reset, don't touch System or any other partitions
Flash Magisk
Flash AOSP image as System
Flash Camera Fix*click me for fix*
First boot may take up to 10 minutes
Download:
AOSP GSI - Pick arm64 one with "aonly", rest is up to you!
If anything went wrong, flash stock firmware with ODIN!
What is working:
-Calls
-Wifi, Bluetooth, NFC
-Camera
-SD Card
-Dual Sim
-Vibrations, Speaker, Microphone, Sensors
-Everything but...
What is not working:
-USB to PC
-VoLTE / VoWiFi
-NFC menu is laggy, very laggy...
Remember to say "thank you" to those people:
Credits:
@ozontec for creating raw guide
@prashantp01 for creating GSI for A8/A8+
@ashyx for TWRP
Screenshots soon
Click to expand...
Click to collapse
A7 2018 is released with Oreo,So It's support A/B Partition
a750fn android pie
in my a750fn with this firmware A750FNPUU1BSC4, the aosp gsi rom not work. The only custom rom work for me is Android P (PR1) sGSI that is unofficial rom and it is google pixel rom but data not work! please can you help me?
I followed all the instructions.... Bootloop on SM-A750GN.
This Havoc OS version is working on my 750FN
https://forum.xda-developers.com/showthread.php?p=79267026
I've updated to newest Pie One UI Firmware first.
I had Havoc OS at my Xperia XZ and its a very light rom.
And I like the customization features.
With GApps aroma you can pixelfy it very well.
Camera is also working.
In my opinion the battery drain is more less than Stock Samsung ROM (and i installed a lot Google stuff with GApps aroma).
There are two annoying bugs;
-In windows no Drives appaer with usb connection (MTP device is present in device manager)
-No auto brightness.
Maybe someone could help with this two bugs.
It dose not work on my A750F Pie version. The build number is A750FNPUU1BSC4. I tried this rom to flash but I faced with bootloop every time, I tried other versions of GSI also but not worked yet!
Is there any solition? Plz help me!
As you can see in my post, it's for A750FN!
Erecik said:
As you can see in my post, it's for A750FN!
Click to expand...
Click to collapse
Can you tell me why it will work only for A750FN and not other firmware version like GN etc.
blazzer12 said:
Can you tell me why it will work only for A750FN and not other firmware version like GN etc.
Click to expand...
Click to collapse
It's not firmware difference. GN, FN, F, G, etc are different HARDWARE versions, so some minor changes are present in every version of phone. That makes it works only on FN
Erecik said:
It's not firmware difference. GN, FN, F, G, etc are different HARDWARE versions, so some minor changes are present in every version of phone. That makes it works only on FN
Click to expand...
Click to collapse
Thank you for clearing that up for me.
Hijacks said:
This Havoc OS version is working on my 750FN
https://forum.xda-developers.com/showthread.php?p=79267026
I've updated to newest Pie One UI Firmware first.
I had Havoc OS at my Xperia XZ and its a very light rom.
And I like the customization features.
With GApps aroma you can pixelfy it very well.
Camera is also working.
Click to expand...
Click to collapse
Sorry to ask that annoying question, but do you know if VoLTE and or WiFi Calling are working on any of the GSI ROMs?

[TREBLE][ROM][GUIDE][10.0] MIUI 12 OneOS Stable for J701X (No Laggy) (Sim working)

Code:
* Your warranty is now void.
* 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 this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
I own nothing in these. roms, kernels, gsis. All credits down below.
--------------------------------------
Supported devices:
J730*/J530*/G610*/J710*/J701*
Instructions
Make sure you have latest TWRP or OrangeFox (i recommend OrangeFox)
Download and flash ProjectSpagetX (first flash Create Vendor 2.0, reboot recovery and flash ProjectSpagetX)
Download OneOSMi8Lite-Aonly-10-20201203-nippongsi.img (downloaded file is "gz" you need to extract img file) flash as "system" image.
Download and flash Cronos Kernel 5.0 (cronos kernel more stable in MIUI than other kernels) "i tested it a lot weeks"
Now you can reboot system... but you cant login google services because this is MIUI Global Rom
--------------------------------------
TO FIX CANT LOGIN GOOGLE SERVICES;
Now you opening play store and you clicking Sign in... But nothing happens.. Now
Now first download the Google Play Services
And Gmail. Install two of them.
And reboot now open Gmail and login your account easily!
--------------------------------------
How to Root?;
Flash Magisk canary and reboot system (now system will gets infinite boot)
Make hard reboot (volume down + power)
And enter recovery, Flash magisk canary again, reboot and system seccussfully boots.
--------------------------------------
Bugs;
You cant control brightness
Phone stucks when you use Stock MIUI Camera's mods (use footej for no stuck)
"screen rotation does not work and not even the sd card is recognized by all apps. (found by @Satsune "
if you found a bug reply down below to let other people know.
Whats working;
You can login Mi account
Rom is smooth
Sim card working
OneOS Settings working
Themes working have good themes by OneOS
Phone not crash (if you using another kernel system will crash's sometimes)
I passed CTS Profile on magisk
--------------------------------------
CREDITS
Project Spaget - Cronos Kernel by @ananjaser1211
MIUI 12 OneOS GSI by nippongsi
J701X IS UNSTABLE IN THIS. DONT USE IT.
bro sim not working in j701
Abhi18206567kota said:
bro sim not working in j701
Click to expand...
Click to collapse
Dont use H-Vendor. Project Spaget X should be work sim
no sim card is woring even without using H vendor and sim card settings also does not work and there is error message that is
com.android.phone keeps stopping.
Pls help me out.
Brightness control is working through setting and miui stock camera is also working
Abhi18206567kota said:
no sim card is woring even without using H vendor and sim card settings also does not work and there is error message that is
com.android.phone keeps stopping.
Pls help me out.
Brightness control is working through setting and miui stock camera is also working
Click to expand...
Click to collapse
apparently there is nothing to fail miui 12 on the j701 device. Thank you.
Abhi18206567kota said:
bro sim not working in j701
Click to expand...
Click to collapse
Flash this zip.
Abhishe20 said:
Flash this zip.
Click to expand...
Click to collapse
thanks for this file buts only one sim work. no dual sim support as well as sim internet is also not working.there is no option to select preffered network. Pls help me out. Screenrecord option is also not working.
Abhi18206567kota said:
thanks for this file buts only one sim work. no dual sim support as well as sim internet is also not working.there is no option to select preffered network. Pls help me out. Screenrecord option is also not working.
Click to expand...
Click to collapse
Use Cr_Droid vendor.
Abhishe20 said:
Use Cr_Droid vendor.
Click to expand...
Click to collapse
please will you give the link of vendor
after installing it using crdriod recovery everything work fine in j701f except speaker doesnt work and not able to set lock
I have put lot of time then I got that everything works fine using h vendor with audio fix. it is stable in samsung J701x using h vendor
for brightness control use project treblue some fixes version of spagetX
Project treblue
Won't Grab My Headphones
Isn't there a way to fix the mobile data
Sim not working i tried every thing in j7 nxt velte

Development [ROM][OFFICIAL] LOS-Modded 19.0[DISCONTINUED]

Code:
/*
* Your warranty is now void.
*
* 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 this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
LineageOS Modded is a free, community built, aftermarket firmware distribution of Android 12 (S), which is designed to increase performance and reliability over stock Android for your device.
LineageOS Modded is based on the Android Open Source Project and LineageOS with extra contributions from many people within the Android community.
All the source code for LineageOS Modded is available in the LineageOS Modded Github repo.
Make sure to wipe userdata, ensure you have at least taken one stock OTA!
Flashing Instructions:-
TinyFastbootScript:-
Make sure to wipe userdata
1. Download TinyFastbootScript
2. Download the ROM named *Images*
3. Unpack TinyFastbootScript and the ROM into the same directory
4. Run the bat file for TinyFastbootScript
5. Choose latest fastboot version
6. Place device in bootloader mode
7. Run the command for flashing custom firmware
8. Done!
Fastboot Method:-
1. Download the Images zip
2.
Code:
fastboot update *Images*.zip
3. Reboot and enjoy!
Bugs :
Permissive
Safetynet
DualSIM
Some Settings Functions
* Drop a comment down below if you need any help, you can also Join https://t.me/electimonrel on telegram if you need any help.
Downloads:
Lineage-Modded:
https://build.lolinet.com/file/lineage/nio/
Contributors
@Electimon, @erfanoabdi, @dianlujitao
Source Code: moto-sm8250
Version Information
Status: Beta
Jan 06: initial release
Amazing work
awesome
Great work on the ROM electimon, smoothest available, and the battery management is excellent.
Hi,
I think scoped storage doesn't work properly on my Moto Edge S with Lineage 19. I'm trying to use some apps that require it, but they crash every time I try to add a directory, like aethersx2 for example.
Hi all
I successfully installed the Rom but only sim 1 work
How to activate two sims please .
Thanks all
Makhreta said:
Hi all
I successfully installed the Rom but only sim 1 work
How to activate two sims please .
Thanks all
Click to expand...
Click to collapse
check again the above bug list
bawitdol said:
check again the above bug list
Click to expand...
Click to collapse
Yes i know ,
so this mean no solution for this problem ?
Makhreta said:
Yes i know ,
so this mean no solution for this problem ?
Click to expand...
Click to collapse
Some people on Telegram have reported both sims working by flashing Evolution X, then flashing to los-modded 19 without wiping. Your results may vary though
Beetle84 said:
Some people on Telegram have reported both sims working by flashing Evolution X, then flashing to los-modded 19 without wiping. Your results may vary though
Click to expand...
Click to collapse
but i cannot find evolution x rom for this device ???!!!
Makhreta said:
but i cannot find evolution x rom for this device ???!!!
Click to expand...
Click to collapse
Motorola Moto G100 / Edge S
The Motorola Moto G100 / Edge S is a 6.7" phone with a 1080x2520p resolution display. The Qualcomm SM8250-AC Snapdragon 870 5G chipset is paired with 6/8GB of RAM. The main camera is 64+16+2MP and the selfie camera is 16+8MP. The battery has a 5000mAh capacity.
forum.xda-developers.com
is it android 12?
i tried version 18 and the two sims is o.k
HOW TO INSTAL MAGISK in this rom
1. download TWRP 3.5.2 and magisk 23.0
2. command <fastboot boot twrp.img> in bootloader mode
3. command <adb push magisk.zip /sdcard> in twrp
4. flash magisk.zip file
5. reboot to system
^^
Works great thanks!
having some issues with Android Auto showing black display since switching to this tho?
anyone know how to fix?
Is there a newer build?
xisa11 said:
Is there a newer build?
Click to expand...
Click to collapse
Under development
Just wondering what the differences would be between thins and the non-modded Lineage? I'm assuming more features, add-ons, but what are they?
Hello and thanks to everyone who is working on these different Roms for the g100!
One question, which is the most stable Rom for the g100 (without Google) to use as an daily driver?
Is this Rom 19.0 capable as an daily driver?
Thank you
How do I flash this on Linux ?. I suppose it is a bunch of fastboot commands but I am not sure.

Development [RECOVERY][12][OFFICIAL] OrangeFox 12.1 for Galaxy A52 4G and A72 4G

Code:
/*
* Your warranty is now void.
*
* 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 this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Features!
Android 11, 12 and 13 support
Decryption support for aosp roms
Downloads:
A52 4G: Official site
A72 4G: Official site
How to install
https://guide.simon1511.de/OrangeFox.html
Sources:
A52 4G: https://github.com/RisenID/orangefox_device_samsung_a52q
A72 4G: https://github.com/RisenID/orangefox_device_samsung_a72q
Credits:
Orangefox team
@Simon1511 for the TWRP trees
@corsicanu for updating multidisabler for A12 and providing download links for Odin, USB drivers, etc
Changelogs
Stable 11.1_0
-Fix flashlight
-Fix adb sideload
You pro pro
Many thanks
Is it normal there is no option to backup internal storage or is that only on my side? I've also enabled the option to show additional partitions but still no luck.
<\> said:
Is it normal there is no option to backup internal storage or is that only on my side? I've also enabled the option to show additional partitions but still no luck.
Click to expand...
Click to collapse
Yes ive been meaning to add that in for a while now, ill probably release a new build soon.
In earlier days in custom recoveries there used to be a possibility to include system partition in nands. But I can't find a setting to enanle this in Orange Fox, same in TWRP.
Am I missing something, or is system included automatically?
hamudistan said:
In earlier days in custom recoveries there used to be a possibility to include system partition in nands. But I can't find a setting to enanle this in Orange Fox, same in TWRP.
Am I missing something, or is system included automatically?
Click to expand...
Click to collapse
Newer devices (like A52 and A72) have a partition called "super" that contains system, vendor, product and ODM. So if you back up super you automatically back up all of those.
Thanks for explaning, maybe it should be included in op for all those who are used to the "old" way.
Hey guys! Orangefox for A52 4G is now officially supported!
Orangefox on A72 is also now officially supported!
Muchas gracias. Thank very much for your work.
Released the 1st stable update!
Download links are on the main page as always.
does this orangefox work on binary 2 , on stock rom ?
Linlova said:
does this orangefox work on binary 2 , on stock roms?
Click to expand...
Click to collapse
Can I flash this on A52 4G on android 13?
then how can obtain root?
llranga said:
Can I flash this on A52 4G on android 13?
then how can obtain root?
Click to expand...
Click to collapse
Use twrp to install orangefox zip, then in orangefox, you can flash magisk.zip as usual for root

Categories

Resources