Samsung - Galaxy A52s 5G - a52sxq - Documentation Suggestions

But now on the documentation itself:

With all this useful information, I have reverted everything back and started all over again and have some suggestions:

Pre-Install Instructions:

  • remove point 3-17 since it’s all about flashing vbmeta which isn’t provided nor needed for a successful install.

Installing a custom recovery using Odin:

  • remove point 1 because it is already done in the previous section.
  • add “Extract the recovery[..].img from the downloaded file.” between point 2 and 3.
  • replace “downloaded” by “extracted” point 3.

After that, everything went smooth. :partying_face:

1 Like

Hi ieder1,

yes - today it worked. I followed following steps (from above Samsung - Galaxy A52s 5G - a52sxq - Documentation Suggestions - #10 by lukap ):

  • Shutdown phone (from working screen) and do not have it cabled up
  • Follow the recovery step (USB debug is active in /e/ already by default - at least in mine)
  • the key recovery step is - hold both volume buttons and plug cable in (that is connected to the machine you want to load the recovery image from)
  • As soon as torquiest screen shows, release hold. Press volume-up once per instructions
  • Do the recovery install (./Heimdall/build/bin/heimdall flash –RECOVERY <recovery img file> –no-reboot)
  • Do power-off with buttons vol-down+power
  • USB cable still plugged in, hold vol-up+power to boot - release power button and keep holding vol-up (not: release power shortly and repress …. which was my fault for the last 2w)

Now we can do the WiFi fix, as described under Issues · e · GitLab

  • Download the Wifi firmware (in my case cd eos; wget ``https://github.com/Simon1511/sm7325-BL-supporter/releases/download/v1.16/blsupporter-v1.16.zip``; cd ..)
  • Sideload the drivers as described in the ticket (adb sideload ./eos/blsupporter-v1.16.zip)
    In my case, the signature failed - as this phone is a testing device, I just accepted on the phone screen the failure and told the device to continue the load
  • On the phone screen, select reboot
  • Enter all your pins (SIM + phone in my case), connect Wifi
  • Be happy!

So the last bug/annoyance to tackle is the permanent visible Android menu of the 3 buttons, which I selected during /e/ configuration. Sometimes it hinders applications to show the whole screen.
Low prio - now I will focus on apps + workflows.

For the moment, I will not update to Android 15 - the comment on an A11 kernel with an A15 user land showed me, that I need to understand more about Android versioning and builds, before I can take sensible decisions.

Next stops:

  • Test all office apps (M365 suite mainly, so far working! - including MDM subscription to Intune, controlled by the company I work for)
  • Test all my hobbyist + personal finance apps (not so many - yet to start)
  • Find the “optimal” camera app (I heard, the Graphene one shall be nice)
  • Develop workflows (and probably setup a bunch of containers) how to do get the integrated experience that I have from Apple for all those years:
    • Phone backup
    • Emails via IMAP shall be simple
    • Calendar + Contacts sync - probably via NextCloud/Murena
    • Notes with syncing - probably via NextCloud/Murena
    • Password with syncing - probably stay with KeePass variants (KeePassium)
    • Photos with syncing - probably via Immich or NextCloud/Murena
    • VPN home (via wireguard)

My journey can finally start, I’m comfortable with flashing an Android phone now.
If time allows, I will try to understand the build process so far to attempt adding the Xiaomi 11T Pro, that is sitting fresh on my desk to LineageOS and /e/ (it was a gift - and as there are community builds of LineageOS for the phone, should be easy to get it “officially” supported - famous last words).

Once all my workflows are up and running - and all containers as well as phones have backup&restore drills done, I will hopefully take the step and switch my primary phone to /e/.

Thanks for taking the first steps of the journey with me,

sumirati

1 Like

@Manoj, the documentation is still confusing because of the reference to a non-existent and unneccesairy vbmeta-image.
New users are confronted with time-consuming barriers that they would not have to worry about if this part is fixed.

Can this be shared with te documentation-maintainer?

The vbmeta files are required as per the maintainers on LOS guides which we follow for devices which do not have /e/OS maintainers. The files were missing in the current build. This issue should be resolved in v3.6 build which should be coming out next week.

1 Like

Thanks for your update. Great to see that this will be fixed in de coming build. :+1:

I’m trying to install /e/OS on my A52S 5G for the first time. I encountered the same issue as ‘lukap’: The “e-3.6-a15-20260314594305-community-a52sxq.zip” does not contatin the vbmeta.img file (as stated in instructions in Install /e/OS on a Samsung Galaxy A52s 5G - “a52sxq” ).

Reading the thread I don’t understand how to solve it and how to install it.

How can I solve?

regards

Hi Giggiotto,

Welcome to the forum!

The vbmeta-file is included in the Recovery image because you need it in that step: recovery-IMG-e-3.6-a15-20260314594305-community-a52sxq.zip

1 Like

Thanks ieder1,

I used the vbmeta-file that was in the recovery folder and it works; I installed /e/OS on my phone, and I’m enjoying it :flexed_biceps: .

Following two suggestions based on my experience:

  1. Add in Install /e/OS on a Samsung Galaxy A52s 5G - “a52sxq” info about using vbmeta-file.
  2. Using “tar” commands via PowerShell to prepare vbmeta-file brought Odin to crash. I rosolved usind linux bash.

BR

2 Likes