PitchBlackRecoveryProject / android_bootable_recovery

The heart :heart: of PBRP
https://pitchblackrecovery.com
Apache License 2.0
102 stars 40 forks source link

lets fix the build errors ! #24

Closed svoboda18 closed 5 years ago

svoboda18 commented 5 years ago

It Needs, At Last It Now Compiled Successfully With Omni 5.1.1 Sources. It Really Extand The Range Of Supported Devices!.

AndroiableDroid commented 5 years ago

Is this really needed ?

AndroiableDroid commented 5 years ago

Which device u used to compile?

svoboda18 commented 5 years ago

It A 5.1 Based Device, If I Use 6.X Repo, No Errors Will Come, Just A Bootloop !.

Then, I Changed To Omni 5.1.1, And Changing bootable/recovery With PBRP One.

It Shows That Errors,Then Fix Them Out !, At Last It Built Successful, And Booted On My Device. ( DOOGEE X5 (3.10.72,MT6580) )

AndroiableDroid commented 5 years ago

all features are working fine?

svoboda18 commented 5 years ago

Yup , Except Flashlight I Cannot Test It.

AndroiableDroid commented 5 years ago

Y?

svoboda18 commented 5 years ago

Our Kernel Don't Have Flashlight Class. So? How Will It Work ? :P

rokibhasansagar commented 4 years ago

@svoboda18, do your device have /sys/class/flashlightdrv/kd_camera_flashlight/torch as the flashlight/torch file path instead of /sys/class/leds/flashlight folder path ? My mt6735 has the torch file path.

svoboda18 commented 4 years ago

@rokibhasansagar, i have ''/sys/class/flashlight/brightness/max_brightness'' file same as to your ''torch'' file, except (turn on/off values, basically 255/1 and 0) my driver is personal. Moreover, the GUIAction::flashlight function is also personalized to have a functional flashlight feature.