Hi alaskalinuxuser, can you give a demo on modification of system apps or UI in source code with Android studio. And also share us about the documentation of various UI directories.
This is something I haven't done much of. I've used Android Studio a lot, and I have videos for editing UI code for apps and such, but no experience loading ROM source into Android Studio. Generally, when I try, it doesn't work.
@@AlaskaLinuxUserAKLU Thanks I'll try to look into it further. Thanks for making these awesome videos, without them I would have never been able to build Custom ROMs Thanks :D.
Absolutely. I have this series: ua-cam.com/play/PLRJ9-cX1yE1nkKtHvA9fWZCHQiBHQhjKX.html where I upgrade a lollipop phone to Marshmallow, then Nougat, then Oreo, which were all newer then the phone supports. The process of upgrading is the same, weather it is for L, M, N, O, P, or Q/10. Hope that helps!
Hi Bro, I have a doubt that, I have a voLTE Patch which works from Android 8.0,8.1 and 9.0 but not on 10. Is it possible to port the patch to android 10. Can I have any contact detail like telegram ? to contact u regarding this? I am currently getting with building device tree from Scratch for Asus Zenfone lite L1 SD430 MSM 8937.
Could you help me with this, please? Thank you. Have you ever seen this error? Device tree: github.com/felipendc/device_xiaomi_raphael Vendor tree:= github.com/felipendc/vendor_xiaomi_raphael Kernel Source:= github.com/felipendc/kernel_xiaomi_raphael ROM Source:= github.com/aosp-forking/manifest Haste = hastebin.com/worawaxoxa.cs Today I was compiling an aosp_forking for raphael (Redmi K20 Pro) and I'm gettin this error. I've already tried 4 different devices tree, vendor, kernel but, I still get this error. I also tried: "ALLOW_MISSING_DEPENDENCIES=true" but I get an error at 98% of the building. (And a lot of people say that I can never ever use: "ALLOW_MISSING_DEPENDENCIES=true" Someone told me that I if use ALLOW_MISSING_DEPENDENCIES=true the smartphone won't boot up. Additional information: I'm running Arch Linux. I use this script to setup my android build enrionment on Arch Limix: github.com/felipendc/compiling-android-custom-roms-on-arch-linux-scripts/blob/master/TESTED-ON-VICYOSLINUX/arch-building-environment.sh And this script to compile the rom: github.com/felipendc/compiling-android-custom-roms-on-arch-linux-scripts/tree/master/TESTED-ON-VICYOSLINUX/raphael(k20-pro)/AOSP_FORKING Thanks.
Thanks man. Any video on creative device tree using similar device sources?
Hi alaskalinuxuser, can you give a demo on modification of system apps or UI in source code with Android studio.
And also share us about the documentation of various UI directories.
This is something I haven't done much of. I've used Android Studio a lot, and I have videos for editing UI code for apps and such, but no experience loading ROM source into Android Studio. Generally, when I try, it doesn't work.
Hey AlaskaLinuxUser, I was wondering how you would set up ota updates for your custom rom?
I've never set up ota's for my roms. I'm not 100% sure. :D
@@AlaskaLinuxUserAKLU Thanks I'll try to look into it further. Thanks for making these awesome videos, without them I would have never been able to build Custom ROMs Thanks :D.
Could you make a video about how we could make an android version that is NEWER than what the device supports? Thanks :)
Absolutely. I have this series: ua-cam.com/play/PLRJ9-cX1yE1nkKtHvA9fWZCHQiBHQhjKX.html
where I upgrade a lollipop phone to Marshmallow, then Nougat, then Oreo, which were all newer then the phone supports. The process of upgrading is the same, weather it is for L, M, N, O, P, or Q/10. Hope that helps!
Can you do a video on caf.
Eg how to merge their stuff's to your device tree or how to pick something from them
You should check out this video by Kunal Kene: ua-cam.com/video/8WcVfTnToCI/v-deo.html
Ok
What about postmarketos installation
Always a possibility.
Hi Bro, I have a doubt that, I have a voLTE Patch which works from Android 8.0,8.1 and 9.0 but not on 10. Is it possible to port the patch to android 10. Can I have any contact detail like telegram ? to contact u regarding this? I am currently getting with building device tree from Scratch for Asus Zenfone lite L1 SD430 MSM 8937.
The description of this video has a link to telegram. :D
@@AlaskaLinuxUserAKLU Many thanks. I didn't noticed that check the description. Is it possible to port that patch?
If your time permits, make a ROM porting video that would be so helpful
Good suggestion, but I don't port roms, I compile from source. :D
Do you use Lineage device tree or Sodp device tree for discovery ?
In this specific case, Lineage device tree.
For my personal phone, I am using SODP device tree, using the 4.9 kernel on AOSP 10.
how build sailfish os rom on any android device
I've never build sailfish os, sorry, I am not knowledgeable enough help you.
Hi, can you make a video on porting device tree from AOSP to Lineage? for the same android version?
I'll keep it in mind for future videos. :D
@@AlaskaLinuxUserAKLU Thank you, you're doing God's work!
Bless you!
@@yoman9446 I appreciate the compliment, but I think God's work is far more important than building a few roms. :D
Hey,
Can I build rom in laptop with 8gigs of Ram?
Technically yes, but I don't recommend it. You should meet the minimum requirements of 16 GB of RAM.
Plz make custom rom for realme 3i plz...plz...plzzz
😅 on bemand video
Could you help me with this, please? Thank you.
Have you ever seen this error?
Device tree: github.com/felipendc/device_xiaomi_raphael
Vendor tree:= github.com/felipendc/vendor_xiaomi_raphael
Kernel Source:= github.com/felipendc/kernel_xiaomi_raphael
ROM Source:= github.com/aosp-forking/manifest
Haste = hastebin.com/worawaxoxa.cs
Today I was compiling an aosp_forking for raphael (Redmi K20 Pro) and I'm gettin this error.
I've already tried 4 different devices tree, vendor, kernel but, I still get this error.
I also tried:
"ALLOW_MISSING_DEPENDENCIES=true" but I get an error at 98% of the building.
(And a lot of people say that I can never ever use:
"ALLOW_MISSING_DEPENDENCIES=true"
Someone told me that I if use ALLOW_MISSING_DEPENDENCIES=true the smartphone won't boot up.
Additional information:
I'm running Arch Linux.
I use this script to setup my android build enrionment on Arch Limix:
github.com/felipendc/compiling-android-custom-roms-on-arch-linux-scripts/blob/master/TESTED-ON-VICYOSLINUX/arch-building-environment.sh
And this script to compile the rom:
github.com/felipendc/compiling-android-custom-roms-on-arch-linux-scripts/tree/master/TESTED-ON-VICYOSLINUX/raphael(k20-pro)/AOSP_FORKING
Thanks.