phhusson / treble_experimentations

Notes about tinkering with Android Project Treble
3.32k stars 654 forks source link

Nord n100? #2076

Open UntrustedInstaller opened 2 years ago

UntrustedInstaller commented 2 years ago

ok, feel free to remove but has someone given the n100 a shot? currently with my Pixel 1 (bootlocked) but i do have a n100 and was thinking about flashing a gsi

phhusson commented 2 years ago

Pretty sure everything works fine except fingerprint sensor

13 nov. 2021 17:33:20 UntrustedInstaller @.***>:

ok, feel free to remove but has someone given the n100 a shot? currently with my Pixel 1 (bootlocked) but i do have a n100 and was thinking about flashing a gsi

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub[https://github.com/phhusson/treble_experimentations/issues/2076], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAAA4OXY6ZE3CXYIZLMEIN3UL2HM7ANCNFSM5H6ZULNA]. Triage notifications on the go with GitHub Mobile for iOS[https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675] or Android[https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub]. [data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAjSURBVGiB7cEBDQAAAMKg909tDwcUAAAAAAAAAAAAAADApwExOAABR9ZGcwAAAABJRU5ErkJggg==###24x24:true###][Image de pistage][https://github.com/notifications/beacon/AAAA4ORTD6DYN3HIQ35KEO3UL2HM7A5CNFSM5H6ZULNKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4PV7G5JQ.gif]

flexponsive commented 2 years ago

With release AOSP 11.0 v313, I can confirm the fingerprint scanner also works on the OnePlus Nord N100. So far, in fact, I have not found any problems with the GSI - WiFi, camera, calls, speakers, etc all seem to work!

How to Install phhusson/treble_experimentations GSI on OnePlus Nord N100 using adb

# unlock bootloader, device will wipe and restart
adb reboot bootloader
fastboot oem unlock

# re-enable usb debugging and again connect through USB with computer
adb reboot fastboot
fastboot erase system

# it will print either Erasing system_a or system_b. In the following I assume system_a was erased; if it was b, change commands accordingly.

# with phhusson GSI, system partition needs to be larger than stock. so delete the product_a partition to make space (see https://developer.android.com/codelabs/using-android-q-gsi#3)
fastboot delete-logical-partition product_a

# when flashing the system, disable integrity checks on startup to allow image to boot
fastboot --disable-verity --disable-verification flash system_a system-roar-arm64-ab-gapps.img

# wipe again, then reboot
fastboot -w reboot
alircxa commented 1 year ago

Hello there, I have issue with Network Call (Data is Working!), WiFi, Hotspot & Audio on all latest GSI for OnePlus N100 so far. Would you please help me? I also tried modem.img flash but it isn't working. :(