What is init.d:
init.d plays an important role in the world of Android development and customization It allows users to install scripts and mods to be run at boot—everything from battery tweaks to performance tweaks. It essentially opens the door to a world of mods only possible through the Init.d process, which in turn is usually only available on custom kernels.
Click to expand...
Click to collapse
What is needed:
1. Custom Recovery
2. Busybox pre installed or install BusyBox 1.23 update script just because it use busybox run-parts command to execute the scripts from /system/etc/init.d directory.
Click to expand...
Click to collapse
The ramdisk init.rc have new service usrinit:
Code:
[SIZE="3"]service sysinit /system/bin/logwrapper /system/xbin/busybox run-parts /system/etc/init.d
disabled
oneshot[/SIZE]
First it set the scripts permissions in /system/etc/init.d as executable, and then the run-parts launch them all.
Install:
1. Download init.d SM-G355M and place it in Sdcard.
2. Go to Recovery and choose install zip from sdcard.
3. Select init.d SM-G355M
4. Enjoy it!
Click to expand...
Click to collapse
NOTE: This kernel it's the last one at the moment, the firmware of this kernel is: G355MUBU0AOI4
Test and report
Special Thanks to: @Dhruvit Pokharna for tell me how to add the init.d support!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Soon I will add init.d scripts for Samsung Galaxy Core 2
Will it work on the G355H?
Hit the Thanks Button if I helped! [emoji4]
AnDrOiiiD_YT said:
Will it work on the G355H?
Hit the Thanks Button if I helped! [emoji4]
Click to expand...
Click to collapse
No bro, but share me your boot.img and i will make it
FedericoPeranzi said:
No bro, but share me your boot.img and i will make it
Click to expand...
Click to collapse
I already have it (SPEED ROM has already a Kernel with init.d support) but thanks!
Hit the Thanks Button if I helped!
@FedericoPeranzi your kernel has only init.d access, or has it more features (like more governors or hotplugs)?
I miss custom kernels for Core 2 Duos (not the Intel processor lol). A good kernel could greatly speed up the device.
Dan_Jacques said:
@FedericoPeranzi your kernel has only init.d access, or has it more features (like more governors or hotplugs)?
I miss custom kernels for Core 2 Duos (not the Intel processor lol). A good kernel could greatly speed up the device.
Click to expand...
Click to collapse
Only init.d, soon i will add more features with the help of @Y300-0100
Dan_Jacques said:
@FedericoPeranzi your kernel has only init.d access, or has it more features (like more governors or hotplugs)?
I miss custom kernels for Core 2 Duos (not the Intel processor lol). A good kernel could greatly speed up the device.
Click to expand...
Click to collapse
Only init.d, soon i will add more features with the help of @Y300-0100
FedericoPeranzi said:
Only init.d, soon i will add more features with the help of @Y300-0100
Click to expand...
Click to collapse
The device isnt mine (its from a friend) but I wanna to make some suggestions:
Hotplug:
I suggest Intelliplug (4.0, from Nexus 5 faux123's kernel). Its great with battery, and has profiles to switch between the use. Kernel source here: https://github.com/faux123/Nexus_5
It enables and disables the cores according the load. its better than MPDecision or the other proprietary hotplugs.
ZRAM: Your device has much low memory, but an decent processor. So, sacrifice some CPU performance to obtain more memory would be a great idea. In my Moto E (1GB RAM and a dual-core A7) I use a ZRAM of 510MB, and I dont suffer with web browsing, Facebook Messenger, etc. There is much source about it.
NEON mode: Cortex A7 supports the SIMD NEON instructions. It is faster than normal instructions, and can be easily enabled in the source without much changes in the code. Most ARM kernels have it enabled.
-march=cortex a7 and toolchains: There is many options to optimize the kernel code with Linaro, Sabermod, graphite optimizations. You can have a awesone (and unique) kernel for this device. I with you luck :fingers-crossed: Keep pushing!
custom kernel test build
..
Related
First, thanks all testers that have contributed a lot in testing the v1.6 beta kernel. Without your valuable feedback, v1.6 release will not be here.
Let me introduce the features of "The New Kernel" v1.6
1. Generally, smoother than all the previous versions (feedback from most of the beta testers)
2. Stabilized the voltage & frequency setting such that the 'stock' voltage is used without affecting OC stability.
3. As different machine's CPUs are different, OC to 1.35Ghz is not the most stable setting. Instead, 1.3Ghz will be the max.
4. Remove some of the useless codes used in v1.5
5. Re-base the whole kernel source from official XWLA4 kernel
6. Add in support to read NTFS & CIFS file system
7. Switch to use the SLUB allocator
8. Fine tune the brightness control (brightness changes smoother than v1.5)
9. Disable ipv6 (unless I am told to add it back)
10. Keep the feature of measuring correct 3g/wifi data counter
11. Makefile optimization
12. Other minor bug fixes
Special thanks to: CyanogenMod, intersectRaven, pershoot, faux123 for their kernels and references.
Download link
==========
Updated: 2012-04-26
Version: 1.6
Flash method: CWM Recovery
File: ardatdat_9103_kernel_v1.6.zip
Link: http://www.mediafire.com/?mbhkoo480r1n05t
Mirror (115): http://115.com/file/dpu17w7b#ardatdat-9103-kernel-v1.6.zip
MD5: 87EFA3E25E1AB17ADA9AAD650297E8C1
Finally, flashing any kernels or ROMs have risks! Flash at your own risk! You have been warned!
Previous Version
============
You can refer this post for the previous version: http://forum.xda-developers.com/showthread.php?t=1418895
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks ardatdat fir ur great kernel i am using on my glx r rom and it works great. Thanks
Sent from my GT-I9103 using XDA
ardatdat if possible can you include/make a BLN MOD for Galaxy R ?
'cooleagle' said:
ardatdat if possible can you include/make a BLN MOD for Galaxy R ?
Click to expand...
Click to collapse
I have been studying on how to do that...(long time ago)
Still cannot find a way to patch the source code. Any one get any ideas?
thanx man...
goin to install !!
ardatdat said:
I have been studying on how to do that...(long time ago)
Still cannot find a way to patch the source code. Any one get any ideas?
Click to expand...
Click to collapse
Maybe you could request the devs in the S2 forum to help as they have a working MOD for S2.
I can myself ask them but I won't understand a thing about what they'll suggest to modify, so it'll be better if you ask them directly.
thanks :thumbup: works great,
just flashed, got 3603 on quadrant
is there any way to improve gpu performance?
U R the man
BIG
THANKS
downloading!
ardatdat big thanks. Its my result:
thanks ardatdat! I am using your kernel v1.5, now it can update to v1.6
Sent from my GT-I9103 using XDA
Thanks ardatdat.
Sent from my GT-I9103 using XDA
After flashing quality of sound output in headphones is decreased, with 1.5 sound quality was pretty good.
Sent from my GT-I9103 using Tapatalk 2
Dear Sir
I had already flash your new 1.6 kernel
I have connect with my NTFS externel hard disk(the hard disk also connect another usb port for power) on OTG,
but the Galaxy R show can't open it,
then I try to connect FAT drive,
it work fine on FAT drive
king901412 said:
Dear Sir
I had already flash your new 1.6 kernel
I have connect with my NTFS externel hard disk(the hard disk also connect another usb port for power) on OTG,
but the Galaxy R show can't open it,
then I try to connect FAT drive,
it work fine on FAT drive
Click to expand...
Click to collapse
same here... i connected my NTFS formatted pen drive but it says "unsupported or empty " ...
any special things required to be done before we can use the NTFS on OTG ??
Great man..... good job
Testing it since last night. Seems very responsive and quick compared to 1.5.
Not sure if I should thank you for 1.6 or critique you for 1.5!
Many thanks!
Many Thanks Ardatdat, will test it as soon as I get my SGR back.
thanks................ a lot
great work keep itup..............
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
#1 - Features,Installation Instructions and Kernel Source
#2 - Downloads
#3 - Changelog
#4 - Buglist
Hello Younglies!! I compiled a new kernel for this device.This kernel will only work on stock roms and not on CM7 roms.The kernel is having almost no features so don't tell me to add this or add that.I'll make the CM version after my exams.
- Integrated CWM
- BCM and Bacem Tweak
- Freq's : 156,312,624,832
- Enabled KSM for Page merging
- EXT 2/3/4 Support
- Governors : 1.Brazillianwax
2.Conservative
3.Gallimaufry,Gallimaufryx
4.Hotplug
5.Intellidemand
6.Intellidemand2
7.Interactive
8.InteractiveX
9.Lagfree
10.Lazy
11.Lionheart
12.Lulzactive
13.Minmax
14.Ondemand
15.OndemandX
16.Performance
17.Powersave
18.Sakuractive
19.Savagedzen
20.Scary
21.SmartassV2
22.SmartassH3
23.Smoothass
24.Userspace
25.Virtuous
26.Wheatly
I/O Schedulers - 1.BFQ
2.CFQ
3.Deadline
4.Noop
5.VR
6.Zen
7.Sio
8.Sio+
1.Boot into CWM recovery.
2.Mount all the partitions
3.Flash the kernel
4.Reboot
http://www.mediafire.com/?vr2o4i3c4vsqb
XDA:DevDB Information
BlackHeart, a Kernel for the Samsung Galaxy Y GT-S5360
Contributors
aniket.lamba, CharsiBabu, Afrizal Firmansyah
Kernel Special Features: A kernel compiled using OpenSource Samsung Update 2
Version Information
Status: Testing
Created 2014-02-11
Last Updated 2014-02-11
Reserved
Reserved for CM version!!
Cool u made it.
Sent from my GT-S5360 using Tapatalk 2
#1 - http://www.mediafire.com/download/k841334911ey7v8/[email protected]_#1.zip
#2 - http://www.mediafire.com/download/b1c3z18dclze86h/[email protected]_#2.zip
#3 - http://www.mediafire.com/download/69emy8zcungoed0/[email protected]_#3.zip
- #1 - Initial Build
- #2 - Integrated CWM
- #3 - Added some governors and IO schedulers
- None till now
another new kernel but having no feature?
will this work on haiyan rom?
gothed said:
another new kernel
will this work on haiyan rom?
Click to expand...
Click to collapse
Yes.It should work.
:good:
Good job.
Nice one. I also created kernel with same features. Now I cannot post it on XDA.
hnkotnis said:
:good:
Good job.
Nice one. I also created kernel with same features. Now I cannot post it on XDA.
Click to expand...
Click to collapse
No worries!
Please test it and report.
Nice Work
Finally, you have made the kernel. Good Work. I have only one question. Should you have integrated CWM?? I mean it slows the speed in recovery and increases the time of booting. You could have used the stock one to prevent that.
the_pirate_predator said:
Finally, you have made the kernel. Good Work. I have only one question. Should you have integrated CWM?? I mean it slows the speed in recovery and increases the time of booting. You could have used the stock one to prevent that.
Click to expand...
Click to collapse
Atleast I enabled 1 feature
I'll release the next version with no CWM integrated.
good job man, waiting for more things
testing in a couple of hours
Bro at least u should have given me some credit
Just Press Thanks If I helped
Varun hellboy said:
Bro at least u should have given me some credit
Just Press Thanks If I helped
Click to expand...
Click to collapse
Oye hoye!
Sorry yaar!
I'll add you in the credit list!
Now thats my boy
Just Press Thanks If I helped
Varun hellboy said:
Now thats my boy
Just Press Thanks If I helped
Click to expand...
Click to collapse
-_-
Test this build : http://www.mediafire.com/download/5g264h6g50jd0jh/[email protected]_#3.zip
Added some govs and io schedulers.
Updated the thread! See the changelog.
aniket.lamba said:
-_-
Test this build : http://www.mediafire.com/download/5g264h6g50jd0jh/[email protected]_#3.zip
Added some govs and io schedulers.
Click to expand...
Click to collapse
Working well :thumbup:
Just Press Thanks If I helped
Good work
Gonna test it and report it here , but it looks great
Hey everyone,
are you searching for init.d support on your phone ?
Well, this is the place
NOTE:
Before we go on further, I want to clear that I use a MTK device and I found some threads for init.d support on any kernel here and here. But they failed on my device and on some MTK based phones of my friends
So, I did some research on how init.d works and made this mod. I had to put many hours in making this mod so, please DO NOT STEAL.
Please take permission for adding in your ROM
Now, let's install the mod
(SEE SECOND POST)
CREDITS
This mod only contain one init script made by me for test of this mod.
I've not stolen any developer's work
POST #2- Downloads and installation
HERE IS YOUR DOWNLOAD
Okay...now you have the zip.
Installation
1. Place the Downloaded zip in your SD card
2. Reboot into recovery.(I prefer Terminal Emulator)
3. Flash the zip in recovery.
4. Reboot
You're done now
See post next for FAQs
POST #3 - FAQs
How will you come to know that this mod is working
Well, this is pretty easy :fingers-crossed:
What you have to do is :
1. Go in "/system" folder with your favourite file mangaer or ROOT explorer
2. Look for "initd_test_log.txt" file in the folder
3. If you find this, then Gotcha!!! You made it!
4. You have init.d support on your Phone\ROM now!
Screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
HAVE FUN RUNNING INIT SCRIPTS...
hi bro.
where to find init scripts for mtk6577?
mohd kaleem said:
where to find init scripts for mtk6577?
Click to expand...
Click to collapse
Use search bro... or flash my universal mtk performance package
credits for init script go to respective devs
noobpremium said:
Use search bro... or flash my universal mtk performance package
credits for init script go to respective devs
Click to expand...
Click to collapse
Not working on Umi X1pro / Doogee Pixels DG350
This shouldn't happen I tested on many mtk devices. Bad luck bro
noobpremium said:
This shouldn't happen I tested on many mtk devices. Bad luck bro
Click to expand...
Click to collapse
working init.d needs support of kernel? i think it's not enough only to flash that zip. ramdisk (init.rc) must be edited to support init.d. if i am wrong, plz correct me.
it's work with redmi note wcdma?
SmiLeToLife said:
working init.d needs support of kernel? i think it's not enough only to flash that zip. ramdisk (init.rc) must be edited to support init.d. if i am wrong, plz correct me.
Click to expand...
Click to collapse
I don't know much about kernels(my name suggests ) :silly:
I've researched on that and then made it. many guides told to do the same what is in the zip
Maybe you maybe knowing more bro
guffoe said:
it's work with redmi note wcdma?
Click to expand...
Click to collapse
It should. Redmi note is 6589T and mine is 6577. It surely works for MTKs
tasted on many mtks
noobpremium said:
I don't know much about kernels(my name suggests ) :silly:
I've researched on that and then made it. many guides told to do the same what is in the zip
Maybe you maybe knowing more bro
Click to expand...
Click to collapse
your zip is need for having init.d but it's essantial to prepare kernel as well as. here see: http://forum.xda-developers.com/showthread.php?t=2287540
i have tried init.d without preparing kernel but it didn't work
Oh
SmiLeToLife said:
your zip is need for having init.d but it's essantial to prepare kernel as well as. here see: http://forum.xda-developers.com/showthread.php?t=2287540
i have tried init.d without preparing kernel but it didn't work
Click to expand...
Click to collapse
Okay bro.. thank you
You just increased my knowledge
noobpremium said:
Okay bro.. thank you
You just increased my knowledge
Click to expand...
Click to collapse
ur welcome keep it up bro
it is working?
Holyf*ck the download page gives so many ****ing ads and when i'm able to click the f*cking download button it gives me a f*cking error page! I did retry and go through all the f*cking ads again and again and they give me the f*cking error page again and again and again and again!
Virus site bro
http://fs1.d-h.st/download/d/0x5/init.d_support.zip is not working
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PHOENIX KERNEL
FOR G355H
Features
Governors: Lionfish, Smartassv2, BrazilianWax
I/O Schedulers: FIOPS, SIO, CFQ, BFQ
Battery Life Extender (BLX)
KSM Enabled
Toolchain: Built With GCC 4.8 Toolchain from Linaro (Since 05-17-2016 build now is compiled with Uber 4.9)
Click to expand...
Click to collapse
Special Thanks
Chijure (For be my mentor)
Y300-0100 (For his great job with CM11 and the base kernel)
Requirements
TWRP Recovery
Put your warranty papers on the trash
A working brain
INSTRUCTIONS
Copy the boot.img or the zip to the SD Card
Boot in to TWRP Recovery
Flash the zip or the Boot.img (Wich do you prefer)
Wipe Cache from recovery
Reboot
Enjoy!
Source: Github
DOWNLOADSZIP
BOOT.IMG
Do you like my kernel? Smash the thanks button!
Team Phoenix Fan Page
NoteThis kernel is in early development, if there are any bug or if you want to add a feature just say it, don't be affraid
Click to expand...
Click to collapse
Changelog
05/18/2016
Used stock boot.img as a base
Wifi fixed
Click to expand...
Click to collapse
05/17/2016
Changed defconfig to cyanogen_sa_defconfig
Changed toolchain to Uber 4.9
Should boot now
Click to expand...
Click to collapse
05/15/2016
Initial Release
Click to expand...
Click to collapse
@buenajuan300 Going to test it in SM-G355M
FedericoPeranzi said:
@buenajuan300 Going to test it in SM-G355M
Click to expand...
Click to collapse
@buenajuan300 Not working on SM-G355M
RTFM
First. Dummy file (zImage)
Second. Read the F Manual, this is for G355H
buenajuan300 said:
First. Dummy file (zImage)
Second. Read the F Manual, this is for G355H
Click to expand...
Click to collapse
If you don't know the H kernel and the M kernel are the same, I flash H kernel for M many times and works fine, so you have to read :good:
If you say so...
Updated, try now
Very good bro
@buenajuan300 Now works on SM-G355M and the wifi works too, thanks
Installed kernel in my G355M, however, has a problem. When I installed and I boot, the restarted and the lock screen device appeared that the android.phone process stopped, and it is only that. Would you help me? I am using the CM11 the G355H
I read cyanogen_sa_defconfig from that can you make proper credit? I add new I/O scheduler (FIOPS and BFQ) and Y300-0100 fix wifi. @buenajuan300
I know, i fixed the WiFi by just using a stock boot.img, nothing related wirh Y300 and the cyanogenmod_sa_defconfig is related with Y300, thanks, im going to give credits to him un a moment
does otg works in this kernel
Dhruvit Pokharna said:
does otg works in this kernel
Click to expand...
Click to collapse
OTG depend on software and hardware not only software (kernel) .
can you help build a kernel based from cm 11 by sir ih24n?
Please add these following features to kernel:
* ext4 extSdCard support
* swap support
* wifi monitor mode
* chroot support
* USB OTG support
ThisIsCr34T1v3 said:
Installed kernel in my G355M, however, has a problem. When I installed and I boot, the restarted and the lock screen device appeared that the android.phone process stopped, and it is only that. Would you help me? I am using the CM11 the G355H
Click to expand...
Click to collapse
Same problem here.
Sent from my SM-G355H using XDA-Developers mobile app
Try to delete the cache and reply if it works
buenajuan300 said:
Try to delete the cache and reply if it works
Click to expand...
Click to collapse
It still don't
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
About
Synapse is a kernel tweaking app developed by @AndreiLux that needs the Universal Kernel Manager (UKM) to work and it's developed by @apb_axel. It is one of the most complete choice for kernel management and it lets you fully unleash your kernel power, may it be battery saving, pure performance or a compromise between the two. You can find more information on UKM at this link: UKM xda thread
What you need to download:
- Synapse
- UKM for Oneplus Three
- Busybox (i recommend this one) [N.B.: Busybox is not strictly required since there is an in-built busybox in UKM, but installing this updated one in my system has usually resolved stability issues with synapse]
- Root is required (use either SU 2.79 or later or in-built cm14.1 root)
Useful downloads:
Flashable synapse that will install the app in /system
UKM uninstaller from official page
Useful links:
Official synapse/ukm thread
Official synapse google+
Instructions:
1. Download UKM from above link
2. Boot into recovery
3. Flash UKM
4. Reboot to system (no dalvik cache wiping required, but you can do it if you prefer)
5. Uninstall any kernel tweaking apps you might have (Kernel Adiutor, Ex Kernel Manager, Aero Kernel Control.....)
6. Install Busybox, open it and install busybox in system
7. Install Synapse
8. Launch Synapse
9. If you get "no UCI support detected" or synapse is not recognizing phone, just force close the app and re open or reboot the phone and you are good to go
10. Happy tweaking!
Click to expand...
Click to collapse
Protip:
If you want to be able to change cpu governors/frequencies you have to leave atleast one big core online in the hotplug section; once you have tweaked governors/frequencies, you can turn it off and restart synapse. You will have "Ssekbar error" but that's only because the phone is able to shut down all the big cores and if that happens the kernel tweaking apps are not able to change cpu values.
THANKS TO:
@AndreiLux for Synapse
@yarpiin for putting ukm together on op3
@ak for helping @yarpiin in his work
@apb_axel for starting UKM project
@yarpiin again for his good kernel for cm14.1!
CONFIRMED TO WORK ON CM14.1, NOT TESTED YET ON OOS BUT SHOULD WORK, FEEL FREE TO TEST AND REPORT
Disclaimer:
I am in no way responsible for any harm, damage, nuclear fission, universal big bang or you getting fired becaus alarm app didn't work that may occur to your device through the use of this app.
reserved
just in case
Thank you ! And first ?
Thanks for this!
Will test when at home and report back.
It works on OOS. But "High Brightness Mode" and "Switch hardware Button" are not available, "ScheckBox has failed" error.
laggardkernel said:
It works on OOS. But "High Brightness Mode" and "Switch hardware Button" are not available, "ScheckBox has failed" error.
Click to expand...
Click to collapse
Yes i know that these working only on CM based roms
Sent from my OnePlus3 using XDA Labs
Im getting "DEVICE NOT SUPPORTED"
im on 7.1.1 RR
n0ke said:
Im getting "DEVICE NOT SUPPORTED"
im on 7.1.1 RR
Click to expand...
Click to collapse
What su are you on ? Built in or supersu?
Open terminal and type
Su
Uci
Uci reset
Uci
Should work
Some versions of supersu been breaking UCI im on RR official works no problem im on su 2.78 sr 4
Sent from my OnePlus3 using XDA Labs
new home for UKM
https://forum.xda-developers.com/android/software/zip-ukm-reborn-unified-t3558888
@urgali can you close this thread please
Sent from my OnePlus3 using XDA Labs
@Stephen
could you please close this?
Thanks!
@Stephen
could you please close this?
Thanks!
@Stephen
could you please close thread?
Thanks!
Closed at OP's request.