there's often unofficial builds of TWRP and lineage on the device specific XDA forum
Android
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:
You'd probably be better off asking on XDA under your specific device's subforum.
I haven't rooted or installed a ROM on any devices in like 6 years, but it was possible to install a ROM just using fastboot to flash the partitions, it isn't as easy since it takes multiple command strings. It should still be possible since all TWRP does is flash partitions. You'll just need to flash each partition manually or write a shell script to save you the typing.
if the phone has ab system partitioning then it wouldn't have a separate recovery partition. your phone seems to not even have an xda page for it so there isn't really anything made for it. building recoveries and roms is more complicated than it seems. idk how it works for recoveries but I know for building roms you need device trees and stuff. your phone probably doesn't have those already made for it so that means you have to make them yourself somehow. as you can probably tell this is quite above what I know how to do
nobody was replying so I figured I say something
I've had older lineage running on a J3 , don't think it was exactly the same model. At that time it was as simple as building it with brunch, lunch etc. with the right device name , probably something like j3ltekx , you should be able to find that on the internet. It might be more difficult trying to get a newer version to work on that model since it hasn't been maintained
Well, I just found a guide on how to install twrp 3.2.3 on a Samsung Galaxy Star here, which has the model number SM-J337T. It has the exact same SoC, CPU and GPU as my device. The guide has a link to an unnoficial twrp recovery.img image. Would it be safe for me to use that for my SM-J337W?
PS. What does the T and W mean in the device model number?