Fundraiser status:
164 USD has been collected so far including the 50 USD donation that was received today
You can check the current status here:
https://docs.google.com/spreadsheets/d/1NxIL5EEPRf6eZgXOoCfckJmgD31M5pajuzB7eBlIhF8/edit#gid=0
Common tree is now opensource since it would help other oplus devices with same soc.
https://github.com/pjgowtham/android_device_oplus_sm8450-common
164 USD has been collected so far including the 50 USD donation that was received today
You can check the current status here:
https://docs.google.com/spreadsheets/d/1NxIL5EEPRf6eZgXOoCfckJmgD31M5pajuzB7eBlIhF8/edit#gid=0
Common tree is now opensource since it would help other oplus devices with same soc.
https://github.com/pjgowtham/android_device_oplus_sm8450-common
🔥8👍1
We now have usable stable builds of lineage OS where almost all features work with a few bugs
* Recovery doesn't boot with OSS kernel modules, so you have to flash custom vendor_boot
* FOD flickers when used
If you have contributed to the fundraising and if you wish to get access to the builds, let me know via PM.
* Recovery doesn't boot with OSS kernel modules, so you have to flash custom vendor_boot
* FOD flickers when used
If you have contributed to the fundraising and if you wish to get access to the builds, let me know via PM.
🔥8
This media is not supported in your browser
VIEW IN TELEGRAM
Stock oplus camera works on lineage OS ✨
🔥14👏7❤2👍1😱1
Fundraising status:
We have crossed the 200$ mark for the purchase of the device for development. The current builds seem good enough for daily usage without much issues although there is a tiny bit of bug fixing to do.
Check here for the current status:
https://docs.google.com/spreadsheets/d/1NxIL5EEPRf6eZgXOoCfckJmgD31M5pajuzB7eBlIhF8/edit#gid=0https://docs.google.com/spreadsheets/d/1NxIL5EEPRf6eZgXOoCfckJmgD31M5pajuzB7eBlIhF8/edit#gid=0
Remaining funds needed to reach the crowdfunding goal
INR : 9174
USD : 111.89
We have crossed the 200$ mark for the purchase of the device for development. The current builds seem good enough for daily usage without much issues although there is a tiny bit of bug fixing to do.
Check here for the current status:
https://docs.google.com/spreadsheets/d/1NxIL5EEPRf6eZgXOoCfckJmgD31M5pajuzB7eBlIhF8/edit#gid=0https://docs.google.com/spreadsheets/d/1NxIL5EEPRf6eZgXOoCfckJmgD31M5pajuzB7eBlIhF8/edit#gid=0
Remaining funds needed to reach the crowdfunding goal
INR : 9174
USD : 111.89
Google Docs
realme GT 2 pro Fundraiser
🔥8❤3👍1
Fundraising Update :
Thanks to each and every one of you who contributed towards custom ROM development. We have reached our target goal of 26000 INR and you can check the crowdfunding status here in this spreadsheet.
As for the current status of the development : Almost each and every basic features work. The bug list includes :
* FOD flickers when used
* Random video playback issues
* Stock cam app crashes randomly
* Occasional freezes (Rare)
* NFC is yet to be fully tested
Apart from these issues, everything else works fine and the other software features like pickup sensor, touch gestures, double tap to wake, high touch polling, auto high brightness mode, screen off FOD works fine.
Credits :
* Credits to lineage OS team for their work on previous devices
* Credits to @grewal and @Chandu_Dyavanapelli for their work on oneplus11R and oneplus 11
* Special credits to early testers @Veyssso @PS_DEV @DrM0_Elaa who did brick several times and had to spend their own funds on unbricking their devices
The community did a great job the past few days and had an important part in encouraging others to contribute towards making this a success. It's 2023 and digital hygiene should be a thing and i'm hoping the trend grows in the future too.
Thanks to each and every one of you who contributed towards custom ROM development. We have reached our target goal of 26000 INR and you can check the crowdfunding status here in this spreadsheet.
As for the current status of the development : Almost each and every basic features work. The bug list includes :
* FOD flickers when used
* Random video playback issues
* Stock cam app crashes randomly
* Occasional freezes (Rare)
* NFC is yet to be fully tested
Apart from these issues, everything else works fine and the other software features like pickup sensor, touch gestures, double tap to wake, high touch polling, auto high brightness mode, screen off FOD works fine.
Credits :
* Credits to lineage OS team for their work on previous devices
* Credits to @grewal and @Chandu_Dyavanapelli for their work on oneplus11R and oneplus 11
* Special credits to early testers @Veyssso @PS_DEV @DrM0_Elaa who did brick several times and had to spend their own funds on unbricking their devices
The community did a great job the past few days and had an important part in encouraging others to contribute towards making this a success. It's 2023 and digital hygiene should be a thing and i'm hoping the trend grows in the future too.
❤14👍2🔥2😁1
Guide to using adb and fastboot/ Installing onto Windows PC ( Universal guide )
🗝 Download Platform tools from Google
Adding it to system environment variables
1. Search "system environment variables" on the famous windows search bar in desktop
2. Click on Environment variables
3. Select "Path" and click "Edit"
4. On a separate line, add C:\platform-tools (Making sure the platform tools you downloaded is copied on that directory)
5. Save and exit
* Now you will be able to access fastboot and adb just by opening cmd prompt without going to that exact directory of platform tools
🧨Minimal adb and fastboot 🧨
Its old and made in 2017, ofcourse it doesnt work reliably for dynamic partition devices. Uninstall it before you perform the above steps.
Common commands that can be used with this tool for dynamic devices:
1. Basics
Note : fastboot and fastbootD are different. fastboot has limited functionality whereas fastbootD can do a variety of things. You can flash GSI only via fastbootd.
fastboot = fastbootd
bootloader = fastboot
Similarly,
You should be able to flash only boot,dtbo,vendor and vendor_boot from fastboot
You can flash everything via fastbootd
2. Fastboot boot
This command can be used to temporarily boot the provided Image.
sm8350 devices come with virtual AB and has recovery in the boot partition (No dedicated recovery partition) or vendor_boot partition as recovery.
sm8450 devices and later have dedicated recovery partition, so you can flash recovery image using
* All mediatek virtual AB devices has this feature broken and during such exceptions, you have no other option but to flash bootimage.
3. Switching slots
fastboot getvar all
This will give you a long list and near the end should be your current-slot : Either A or B or you can simply execute
If by any chance your current slot is not working properly- bootloop or any other issue, you can try switching slots with this command
4. Formatting your data
Caution : This deletes all your personal data
If rebooting the device automatically boots into recovery, you might have to format all your data. "Format data" option in recovery is superior to doing
5. Flashing partitions
GSIs are system images which can be flashed with this command
fastboot flash {name of the partition} {path to the partition image}
🔸Tip : If you flash dtbo manually, flash vendor_boot too else it might not boot
6. Deleting and recreating partitions
Example :
Author : @pjgowtham
Join/Follow : Group // Channel
🗝 Download Platform tools from Google
Adding it to system environment variables
1. Search "system environment variables" on the famous windows search bar in desktop
2. Click on Environment variables
3. Select "Path" and click "Edit"
4. On a separate line, add C:\platform-tools (Making sure the platform tools you downloaded is copied on that directory)
5. Save and exit
* Now you will be able to access fastboot and adb just by opening cmd prompt without going to that exact directory of platform tools
🧨Minimal adb and fastboot 🧨
Its old and made in 2017, ofcourse it doesnt work reliably for dynamic partition devices. Uninstall it before you perform the above steps.
Common commands that can be used with this tool for dynamic devices:
1. Basics
Note : fastboot and fastbootD are different. fastboot has limited functionality whereas fastbootD can do a variety of things. You can flash GSI only via fastbootd.
fastboot = fastbootd
bootloader = fastboot
adb reboot bootloader and fastboot reboot bootloader takes you to fastbootadb reboot fastboot and fastboot reboot fastboot takes you to fastbootdSimilarly,
adb reboot recovery and fastboot reboot recovery takes you to recoveryYou should be able to flash only boot,dtbo,vendor and vendor_boot from fastboot
You can flash everything via fastbootd
2. Fastboot boot
This command can be used to temporarily boot the provided Image.
sm8350 devices come with virtual AB and has recovery in the boot partition (No dedicated recovery partition) or vendor_boot partition as recovery.
sm8450 devices and later have dedicated recovery partition, so you can flash recovery image using
fastboot flash recovery recovery.img* All mediatek virtual AB devices has this feature broken and during such exceptions, you have no other option but to flash bootimage.
3. Switching slots
fastboot getvar all
This will give you a long list and near the end should be your current-slot : Either A or B or you can simply execute
fastboot getvar current-slotIf by any chance your current slot is not working properly- bootloop or any other issue, you can try switching slots with this command
fastboot --set-active=b ( if your current slot is A) and vice versa4. Formatting your data
Caution : This deletes all your personal data
If rebooting the device automatically boots into recovery, you might have to format all your data. "Format data" option in recovery is superior to doing
fastboot -w in fastboot or fastbootd5. Flashing partitions
GSIs are system images which can be flashed with this command
fastboot flash system system.img
Flashing any other partitionfastboot flash {name of the partition} {path to the partition image}
🔸Tip : If you flash dtbo manually, flash vendor_boot too else it might not boot
6. Deleting and recreating partitions
Example :
fastboot delete-logical-partition product_a
fastboot create-logical-partition product_a 0 # Zero is the partition size and it resizes when an image is flashed.Author : @pjgowtham
Join/Follow : Group // Channel
👍6👏1😁1
TWRP || STABLE || UNOFFICIAL || For Oplus SM8450 and SM8550 devices
Updated on 29/07/2023 by @pjgowtham
⬇️ Download
Currently supports:
* realme GT 2 pro
Changelog:
* Fix flashing stock ROM
* FIx the issue where device identifiers are being overridden
* Fix battery level and usb otg functionality
* Fix touch on OSS kernel modules
* Fix USB product string
Method of Installation:
Updated on 29/07/2023 by @pjgowtham
⬇️ Download
Currently supports:
* realme GT 2 pro
Changelog:
* Fix flashing stock ROM
* FIx the issue where device identifiers are being overridden
* Fix battery level and usb otg functionality
* Fix touch on OSS kernel modules
* Fix USB product string
Method of Installation:
fastboot flash --slot=all recovery recovery.img
👍18🔥6😱2👎1
Forwarded from Realme Hub | Updates ™ (🅢🅐🅘)
So finally the bootloader server has been opened in India. Congratulations to all the fans. Let's exit the Realmeme UI immediately and enjoy some custom recipes 🥰
Thanks to @minatiscape for confirmation
Channel :- @RealmeHub_Updates
Group :- @RealmeHub_Global
Thanks to @minatiscape for confirmation
Channel :- @RealmeHub_Updates
Group :- @RealmeHub_Global
👍7
TWRP UNOFFICIAL || STABLE For Oplus SM8450 and SM8550 devices
Updated on 10/08/2023 by @pjgowtham
⬇️ Download
Currently supports:
* realme GT 2 pro
* OnePlus 10 pro
Changelog:
* Fix some errors with flashing stock
Method of Installation:
Join: https://t.iss.one/RealmeGT2Pro_Official
Updated on 10/08/2023 by @pjgowtham
⬇️ Download
Currently supports:
* realme GT 2 pro
* OnePlus 10 pro
Changelog:
* Fix some errors with flashing stock
Method of Installation:
fastboot flash --slot=all recovery recovery.img
Credits to @DrM0_Elaa for testingJoin: https://t.iss.one/RealmeGT2Pro_Official
👏10👍6
LineageOS Recovery for realme GT 2 Pro (ferrarri)
Updated on 10/08/2023 by @pjgowtham
⬇️ Download
Changelog:
* Initial recovery build
* Fix some errors with flashing stock
* Include OTG support
Method of Installation:
Join: https://t.iss.one/RealmeGT2Pro_Official
Updated on 10/08/2023 by @pjgowtham
⬇️ Download
Changelog:
* Initial recovery build
* Fix some errors with flashing stock
* Include OTG support
Method of Installation:
fastboot flash --slot=all recovery recovery.img
Credits to @DrM0_Elaa for testingJoin: https://t.iss.one/RealmeGT2Pro_Official
🤩8👏3🔥2
#LineageOS #ferrarri
LineageOS 20 | UNOFFICIAL
Build Date: 11.08.2023 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Requirements:
* Must be on C.20 IN firmware
Changelog :
* Initial build
* This has almost all of the features of stock ROM including oplus camera
Known issues:
* Hospot can be buggy
* FOD usage lights up the whole screen instead of just the FOD sensor area
* Minor lags on QS panel
* 10 bit camera mode is broken
Credits to @DrM0_Elaa @PS_DEV @MasterWizard43 @Veyssso and several others for testing
Join: https://t.iss.one/RealmeGT2Pro_Official
LineageOS 20 | UNOFFICIAL
Build Date: 11.08.2023 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Requirements:
* Must be on C.20 IN firmware
Changelog :
* Initial build
* This has almost all of the features of stock ROM including oplus camera
Known issues:
* Hospot can be buggy
* FOD usage lights up the whole screen instead of just the FOD sensor area
* Minor lags on QS panel
* 10 bit camera mode is broken
Credits to @DrM0_Elaa @PS_DEV @MasterWizard43 @Veyssso and several others for testing
Join: https://t.iss.one/RealmeGT2Pro_Official
❤19👍7😁1
#LineageOS #ferrarri
LineageOS 20 | UNOFFICIAL
Build Date: 02.10.2023 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Requirements:
* Must be on latest firmware as of release date.
Changelog :
* Several source side changes that adds support for sm8450
* Debloat stock kernel
* Fix hotspot issues
Known issues:
* FOD usage lights up the whole screen instead of just the FOD sensor area
* Minor lags on QS panel
* 10 bit camera mode is broken
Join: https://t.iss.one/RealmeGT2Pro_Official
LineageOS 20 | UNOFFICIAL
Build Date: 02.10.2023 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Requirements:
* Must be on latest firmware as of release date.
Changelog :
* Several source side changes that adds support for sm8450
* Debloat stock kernel
* Fix hotspot issues
Known issues:
* FOD usage lights up the whole screen instead of just the FOD sensor area
* Minor lags on QS panel
* 10 bit camera mode is broken
Join: https://t.iss.one/RealmeGT2Pro_Official
❤5🔥2
#LineageOS #ferrarri
LineageOS 20 | UNOFFICIAL
Build Date: 10.10.2023 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Requirements:
* Must be on latest firmware as of release date.
Changelog :
* Latest source side changes
Known issues:
* FOD usage lights up the whole screen instead of just the FOD sensor area
* Minor lags on QS panel
* 10 bit camera mode is broken
* NFC is bugged
Join: https://t.iss.one/RealmeGT2Pro_Official
LineageOS 20 | UNOFFICIAL
Build Date: 10.10.2023 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Requirements:
* Must be on latest firmware as of release date.
Changelog :
* Latest source side changes
Known issues:
* FOD usage lights up the whole screen instead of just the FOD sensor area
* Minor lags on QS panel
* 10 bit camera mode is broken
* NFC is bugged
Join: https://t.iss.one/RealmeGT2Pro_Official
🔥6👍5👏2
#LineageOS #ferrarri
LineageOS 20 | UNOFFICIAL
Build Date: 13.11.2023 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Recommended Recovery - Lineage
Changelog:
* Latest lineage changes
* Include firmware and blobs from RMX3301_14.0.0.82(EX01)
* Fix some camera crashes
* Fix QS lags
* Update camera from OnePlus 10 pro and several fixes for it.
* Force update lineage recovery
Issues :
* NFC works but less responsive ?
* FOD blasing the whole screen
* Rare system UI crashes
* OTG
Join: https://t.iss.one/RealmeGT2Pro_Official
LineageOS 20 | UNOFFICIAL
Build Date: 13.11.2023 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Recommended Recovery - Lineage
Changelog:
* Latest lineage changes
* Include firmware and blobs from RMX3301_14.0.0.82(EX01)
* Fix some camera crashes
* Fix QS lags
* Update camera from OnePlus 10 pro and several fixes for it.
* Force update lineage recovery
Issues :
* NFC works but less responsive ?
* FOD blasing the whole screen
* Rare system UI crashes
* OTG
Join: https://t.iss.one/RealmeGT2Pro_Official
🔥15👍5
#LineageOS #ferrarri
LineageOS 21 (Android 14) | UNOFFICIAL
Build Date: 08.12.2023 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Recommended Recovery - Lineage
Changelog:
* Latest lineage changes
* Initial Build
Issues :
* Camera viewfinder is messed up in landscape mode
* FOD blasing the whole screen
* OTG
Join: https://t.iss.one/RealmeGT2Pro_Official
LineageOS 21 (Android 14) | UNOFFICIAL
Build Date: 08.12.2023 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Recommended Recovery - Lineage
Changelog:
* Latest lineage changes
* Initial Build
Issues :
* Camera viewfinder is messed up in landscape mode
* FOD blasing the whole screen
* OTG
Join: https://t.iss.one/RealmeGT2Pro_Official
👏4❤3👍2🔥2🥰1
#LineageOS #ferrarri
LineageOS 21 (Android 14) | UNOFFICIAL
Status : Beta
Build Date: 13.01.2024 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Recommended Recovery - Lineage
Changelog:
- Common blobs from NE2211_14.0.0.300(EX01)
- Target firmware and blobs from RMX3301_14.0.0.210(EX01)
- Some patches for setupwizard crashes
- Pick some fixes for framework dimming - Fixes FOD to some extent
- Update camera app from op10pro and fix landscape view
- Some camera blobs from source
- Disable white balance correction
Bugs :
- SMS (Disable and enable SIM every boot to temporarily fix it)
- Flickers on FOD usage
- FOD enrollment
- Brightness too wavery on low light conditions
- Ghost FOD trigger on randomly turning off the screen
Join: https://t.iss.one/RealmeGT2Pro_Official
LineageOS 21 (Android 14) | UNOFFICIAL
Status : Beta
Build Date: 13.01.2024 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Recommended Recovery - Lineage
Changelog:
- Common blobs from NE2211_14.0.0.300(EX01)
- Target firmware and blobs from RMX3301_14.0.0.210(EX01)
- Some patches for setupwizard crashes
- Pick some fixes for framework dimming - Fixes FOD to some extent
- Update camera app from op10pro and fix landscape view
- Some camera blobs from source
- Disable white balance correction
Bugs :
- SMS (Disable and enable SIM every boot to temporarily fix it)
- Flickers on FOD usage
- FOD enrollment
- Brightness too wavery on low light conditions
- Ghost FOD trigger on randomly turning off the screen
Join: https://t.iss.one/RealmeGT2Pro_Official
🔥5❤🔥4👎2
#LineageOS #ferrarri
LineageOS 21 (Android 14) | UNOFFICIAL
Status : Beta
Build Date: 26.01.2024 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Recommended Recovery - Lineage
Changelog:
- Common blobs from NE2213_14.0.0.300(EX01)
- Target firmware and blobs from RMX3301_14.0.0.210(EX01)
- Improve FOD (very close to stock)
- Fix brightness ramp on AOD mode
- Update kernel to latest clo tag
Bugs :
- SMS (Disable and enable SIM every boot to temporarily fix it)
- Brightness too wavery on low light conditions
- CTS fails
Join: https://t.iss.one/RealmeGT2Pro_Official
LineageOS 21 (Android 14) | UNOFFICIAL
Status : Beta
Build Date: 26.01.2024 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Recommended Recovery - Lineage
Changelog:
- Common blobs from NE2213_14.0.0.300(EX01)
- Target firmware and blobs from RMX3301_14.0.0.210(EX01)
- Improve FOD (very close to stock)
- Fix brightness ramp on AOD mode
- Update kernel to latest clo tag
Bugs :
- SMS (Disable and enable SIM every boot to temporarily fix it)
- Brightness too wavery on low light conditions
- CTS fails
Join: https://t.iss.one/RealmeGT2Pro_Official
🔥3👎2
#LineageOS #ferrarri
LineageOS 21 (Android 14) | UNOFFICIAL
Status : Beta
Build Date: 30.01.2024 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Recommended Recovery - Lineage
Changelog:
- Minor changes for FOD
- Fix some crashes in oplus camera (especially on selfie video mode) and update it from latest op10pro global build
- Fix mic issues
- Kernel modules is based on the latest clo tag
Bugs :
- SMS (Disable and enable SIM every boot to temporarily fix it)
- CTS fails
LineageOS 21 (Android 14) | UNOFFICIAL
Status : Beta
Build Date: 30.01.2024 by @pjgowtham
▪️Download
▪️Flashing instructions
Recommended gapps - MindTheGapps
Recommended Recovery - Lineage
Changelog:
- Minor changes for FOD
- Fix some crashes in oplus camera (especially on selfie video mode) and update it from latest op10pro global build
- Fix mic issues
- Kernel modules is based on the latest clo tag
Bugs :
- SMS (Disable and enable SIM every boot to temporarily fix it)
- CTS fails
❤6👍2😐1