this post was submitted on 02 Mar 2024
31 points (91.9% liked)

Android

27282 readers
245 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

[email protected]


founded 1 year ago
MODERATORS
 

I have Tecno Spark 10 Pro and would like to install lineageOS or other degoogled firmware, but how can I do this if my phone is not in the list of supported ones?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 30 points 5 months ago* (last edited 5 months ago) (1 children)

First things first: I'd check to see if there's an Unofficial image. Consider that and, while you're at it, also consider the risks or making an unofficial build your daily driver. Phones are now vital infrastructure, and you can really strand yourself if an unreliable image bricks your device, or throws some weird comms error that strands you in an airport at the wrong end of your journey.

This is Advanced Technique, no matter how you dice it. One of those One Does Not Simply... ๐Ÿ‘Œ" things. Caveat emptor, here be dragons, ...

*** YOUR WARRANTY IS NOW VOID. ***

Still reading? Brave soul.

Broadly, you'll need the factory image for the device to extract the binary linked objects ("blobs") that drive the actual hardware: the modems, camera, SIM card and whatnot. The necessary blobs would be listed in the developer guide.

Then you'll need to configure and build the system image. You can do this on Windows, but it's certainly easier on some sort of Linux platform.. If you don't already have one handy, you could run one in a VM or Vagrant image (if windows) or whatever Apple the equivalent is for that platform. You'll need to build the compiler environment to wth mukti-arch support for cross-compiling your phone's architecture. Oh, you'll also need to know tour phone's architecture, I.e., what SoC and firmware it uses.

Finally, youlo need to unlock your bootloader and either find or build a compatible recovery image to load the system image, and the Gapps if you're using them.

Pretty much ALL if this is an exercise for the reader. The reason there aren't more official I mages for less popular platforms is because maintaining an official image is A Lot Of Work. For many maintainers it's a labor of love.

[โ€“] [email protected] 2 points 5 months ago (1 children)

you'll need the factory image for the device to extract the binary linked objects ("blobs") that drive the actual hardware: the modems, camera, SIM card and whatnot.

Does this require that you somehow have access to the original firmware for the device? Or are you able to extract this from the firmware already installed on the device?

[โ€“] [email protected] 2 points 5 months ago

Yes, but they're generally not hard to come by. Many of the device manufacturers make the factory images available for download on their support site, and those would have the necessary images and blobs.

Or, if there's an unofficial build for your device they would be included there.

If you're able to unlock your bootloader and then load a compatible recovery, you can take a "nandroid" image of the device to offload to your PC. The blobs would be encoded in there, you'd just have to sort out extracting the right files from the right backup files.

So, you've got a few options.