[DEV][REF]How to add root support to LL boot.img - G3 Android Development

Here is what i have done for adding the root support for the lollipop kernel.
1 - unpack your boot.img;
2 - in the ramdisk open the file callled init.g3.rc and add this line
Code:
import /init.superuser.rc
3- copy the files you can find in the attached zip in the root of your ramdisk;
4- repack the boot.img;
5- bump it and you are ready to go!
Good work!
Credits:
 @savoca

bumping is working on lollipop too? i thought it was patched by LG

manups4e said:
bumping is working on lollipop too? i thought it was patched by LG
Click to expand...
Click to collapse
As long as you dont install the new bootloader, you can keep TWRP. We figured out that the new boot.img could be bumped and flashed in the old bootloader.

ticiano_arraes said:
As long as you dont install the new bootloader, you can keep TWRP. We figured out that the new boot.img could be bumped and flashed in the old bootloader.
Click to expand...
Click to collapse
@Skin1980
I hope LG woun't block this way any time soon, otherwise you stuck with 5.0.

I can root v20a??

jojobans said:
I can root v20a??
Click to expand...
Click to collapse
Yes you can .. But you have to be running old bootloader

REMEMBER: This thread is only for devs that need to add root to them kernel. Users dont need it.
Sent from my LG-D855 using XDA Free mobile app

Related

[ROM][D855] get a taste of aosp...

Hi my friend... i really want to see how aosp based rom will run on our phone
This is a simply port of devianxone rom builded by $droyds$ for the tmo version with a kernel compiled by me from intervirgilium github.
1- set up the TWRP
2- reboot in recovery ( will start fastboot ) and boot into recovery;
3- make a backup;
4- factory reset;
5- install the rom zip from sdcard ( where you must had copy the rom );
6- reboot recovery ( so you will be again in the fastboot mode);
7- do this:
Code:
fastboot boot boot.img
8- enjoy the speed
all credits go to @$Droyds$ for the rom and to intervigilium for the kernel source
DONATE to @$Droyds$ for his work
Download the ROM
Download the kernel
The rom is still bugged so don't report anything, it's just for testing purpose.
O.O don't you need the bootloader unlocked ?
Hey! is it for D855 or F400x?
CheesyNutz said:
O.O don't you need the bootloader unlocked ?
Click to expand...
Click to collapse
yes... this is why you need fastboot to boot
Kniazkoff said:
Hey! is it for D855 or F400x?
Click to expand...
Click to collapse
D855 only
Would be nice to have the recovery package.
Verstuurd vanaf mijn LG-D855 met Tapatalk
I never us fastboot,but i want to flash this rom and kernel.is it a dangerous,can i messed up something?
Skin1980 said:
yes... this is why you need fastboot to boot
D855 only
Click to expand...
Click to collapse
Thanks for providing this rom for the G3 community.
For the sheer sake of security, it would be better to add to the title the model this rom is intended to.
This way there will be les confusion among the users, particularly those who don't read the entire thread.
Thanks
juliocesar55 said:
Thanks for providing this rom for the G3 community.
For the sheer sake of security, it would be better to add to the title the model this rom is intended to.
This way there will be les confusion among the users, particularly those who don't read the entire thread.
Thanks
Click to expand...
Click to collapse
you are right... i'm going to do it
oska3 said:
I never us fastboot,but i want to flash this rom and kernel.is it a dangerous,can i messed up something?
Click to expand...
Click to collapse
If you follow the guide on the TWRP thread i linked you can make a backup and, after the test, restore everything.
Wow ?
@Skin1980 just copy my thread and change for your device.. Be sure to be as detailed as you can on install.. We need to talk cause if you can explain to me what you changed for d855 and this is a legitimate flash method I can source it and get some support out for you.. Pm me your hangout info and I'll hit you up after I wake up..
You'll need to re port tonight I've got a lot of fixes in the next build.
$droyd$ said:
@Skin1980 just copy my thread and change for your device.. Be sure to be as detailed as you can on install.. We need to talk cause if you can explain to me what you changed for d855 and this is a legitimate flash method I can source it and get some support out for you.. Pm me your hangout info and I'll hit you up after I wake up..
You'll need to re port tonight I've got a lot of fixes in the next build.
Click to expand...
Click to collapse
Could you upload the package or mirror it
Verstuurd vanaf mijn LG-D855 met Tapatalk
$droyd$ said:
@Skin1980 just copy my thread and change for your device.. Be sure to be as detailed as you can on install.. We need to talk cause if you can explain to me what you changed for d855 and this is a legitimate flash method I can source it and get some support out for you.. Pm me your hangout info and I'll hit you up after I wake up..
You'll need to re port tonight I've got a lot of fixes in the next build.
Click to expand...
Click to collapse
I have issue with wifi... when i fix it i will contact you.
Skin1980 said:
I have issue with wifi... when i fix it i will contact you.
Click to expand...
Click to collapse
you have it instaled in a d855 international with bootloader? or t-mobile free bootloader?
limdnas said:
you have it instaled in a d855 international with bootloader? or t-mobile free bootloader?
Click to expand...
Click to collapse
Locked bootloader
Sent from my LG-D855 using XDA Free mobile app
"You'll need to re port tonight I've got a lot of fixes in the next build."
waiting patiently... will surely try the next build
way to my G3…. waiting to open…. splash screen now….
Worked but, touchscreen stopped working, and then I pull off battery, and now I can't boot to recovery. :x
EDIT: boot certification verify, error ;x
EDIT2: Fixed entering in Recovery Mode ( Volume DOWN + Power Button, since LG Logo appears, than release and press anothertime until recovery), so can bootup.
All working, hope fixing the wifi problem, and making it as taste as CM11 with luncher and other apps.
and we need to flash Gapps.
WiFi.. That's an easy fix.. I'll pm you how..

[Q] how do i modify my boot.img to remove forced encryption?

hi,
I want to modify my own boot.img to remove the force encryption - how do i do that?
(i'd like to learn something in this process while also being safe by knowing what i edit in the boot.img)
(please dont point me to a thread that says download and flash the hacked one)
thanks.
Are you using some version of linux?
Either way, just need to unpack the boot.img, edit fstab.flounder fstab.flounder64 to change 'force-encrypt' to 'encryptable', then repack everything into a new boot.img.
Exactly. But if you looking for a bit, you'll find a windows version.
di11igaf said:
Are you using some version of linux?
Either way, just need to unpack the boot.img, edit fstab.flounder fstab.flounder64 to change 'force-encrypt' to 'encryptable', then repack everything into a new boot.img.
Click to expand...
Click to collapse
in the amount of time you took to post, you could have done it for us
Sent from my Nexus 7 using Tapatalk
di11igaf said:
Are you using some version of linux?
Either way, just need to unpack the boot.img, edit fstab.flounder fstab.flounder64 to change 'force-encrypt' to 'encryptable', then repack everything into a new boot.img.
Click to expand...
Click to collapse
great. thanks. i have a linux box that i can use for this and i can figure out packing and unpacking the image.
Migamix said:
in the amount of time you took to post, you could have done it for us
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
umm.. except that i wanted to do it myself so that really was the correct answer.
Do you guys want the latest kernel
With the root patch
And the none force encrypted patch
USBhost said:
Do you guys want the latest kernel
With the root patch
And the none force encrypted patch
Click to expand...
Click to collapse
Yes. Absolutely!!
here you go
USBhost said:
here you go
Click to expand...
Click to collapse
Flashed file. Works very well so far..
USBhost said:
Do you guys want the latest kernel
With the root patch
And the none force encrypted patch
Click to expand...
Click to collapse
Do I lose root or no force encryption if I flash another kernel on top of your kernel?
Moa1480 said:
Do I lose root or no force encryption if I flash another kernel on top of your kernel?
Click to expand...
Click to collapse
Its up to the kernel your flashing
I know every kernel for the nexus 9 as of now
supports root and no force encryption
except Faux's kernel which does not support no force encryption
USBhost said:
Its up to the kernel your flashing
I know every kernel for the nexus 9 as of now
supports root and no force encryption
except Faux's kernel which does not support no force encryption
Click to expand...
Click to collapse
Thanks man. Hey, did you just use "zhack" for that? ....or did you just use the regular android tools? I was just trying to think of the easiest way for any user that had linux but not a whole box set up? Say, for example, to take El.X and re&re that sucker....
Besides however, once this device takes off a bit and guys like ElementalX start using that Aroma installer, there will be an option there. Maybe 50/50 who want it...
wantowan2 said:
Thanks man. Hey, did you just use "zhack" for that? ....or did you just use the regular android tools? I was just trying to think of the easiest way for any user that had linux but not a whole box set up? Say, for example, to take El.X and re&re that sucker....
Besides however, once this device takes off a bit and guys like ElementalX start using that Aroma installer, there will be an option there. Maybe 50/50 who want it...
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2073775
USBhost said:
Do you guys want the latest kernel
With the root patch
And the none force encrypted patch
Click to expand...
Click to collapse
Does your kernel work with lollipopalooza rom or flounder pure aosp rom.
Moa1480 said:
Does your kernel work with lollipopalooza rom or flounder pure aosp rom.
Click to expand...
Click to collapse
You mean fire ice
then yes
USBhost said:
You mean fire ice
then yes
Click to expand...
Click to collapse
Sorry no. I meant the kernel that ensures no encryption and root.
Moa1480 said:
Sorry no. I meant the kernel that ensures no encryption and root.
Click to expand...
Click to collapse
Yes

MULTIROM ...need tester!

Hi guys.... i need tester for the Multirom port. If someone is interested pls reply here. Tnx. ( The files are ready )
Need to be on a stock or stock based rom!
Darn I was like MULTIROM!!!!! I'll test!!! Then you said stock or stock based ROM, I'm not on one of those, I'm on VanirAOSP. So if you need a tester for someone on AOSP, I'm open for it.
skiman10 said:
Darn I was like MULTIROM!!!!! I'll test!!! Then you said stock or stock based ROM, I'm not on one of those, I'm on VanirAOSP. So if you need a tester for someone on AOSP, I'm open for it.
Click to expand...
Click to collapse
For now I have only a stock kernel that support kexec hardboot... when this is working many will come.
Sent from my SM-N910F using XDA Free mobile app
Skin1980 said:
For now I have only a stock kernel that support kexec hardboot... when this is working many will come.
Sent from my SM-N910F using XDA Free mobile app
Click to expand...
Click to collapse
I can backup my VanirAOSP, flash skydragon, then your kernel, then the multirom, then have my Vanir backup as a secondary. So yea I can test for ya.
skiman10 said:
I can backup my VanirAOSP, flash skydragon, then your kernel, then the multirom, then have my Vanir backup as a secondary. So yea I can test for ya.
Click to expand...
Click to collapse
Will send you the link
Sent from my SM-N910F using XDA Free mobile app
Skin1980 said:
Will send you the link
Sent from my SM-N910F using XDA Free mobile app
Click to expand...
Click to collapse
Yes please I'll be waiting
skiman10 said:
Yes please I'll be waiting
Click to expand...
Click to collapse
PM Sent
Skin1980 said:
PM Sent
Click to expand...
Click to collapse
Just got it, I'll test it when I get home from work. In about an hour.
I'd be interested unfortunately will not be able to test for a few days busy with work and need my phone lol. But thanks for development!
Sent from my LG-VS985 using Tapatalk
Skin1980 said:
Hi guys.... i need tester for the Multirom port. If someone is interested pls reply here. Tnx. ( The files are ready )
Need to be on a stock or stock based rom!
Click to expand...
Click to collapse
I'm on BlissPop 1.7 but I have a Skydragon 12B backup ready to restore and test this for you.
Skin1980 said:
Hi guys.... i need tester for the Multirom port. If someone is interested pls reply here. Tnx. ( The files are ready )
Need to be on a stock or stock based rom!
Click to expand...
Click to collapse
I'm off this week, and have plenty of time to test this for you. Currently fixed on stock based roms.
I can test as well. Currently on skydragon Rom and kernel
okay so like I was just looking to see if there was a multi rom thread or a request and become the first begger. and I'm like Dam, it's almost here! I have no problems with a tot or kdz on the phone.... so feel free to pm a link and I'll test it out. pretty please? I used to have a droid bionic with safestrap and I miss it. With all these roms to try out and test who could say no.
I'm on skydragon 2.01 with 12b but do a cm12 nightly every so often to see where their at. I've tried Jasmine, cm11 and a few others. With the 24gb internal this should be fun. (safestrap only allowed use of internal memory and I'm assuming the same here)
I'm game
http://m.youtube.com/watch?v=JDnDNxqfSaw
Sent from my VS985 4G
Hi guys:
the files are here:
https://www.androidfilehost.com/?fid=95897840722642083 kernel
https://www.androidfilehost.com/?fid=95897840722642093 TWRP
https://www.androidfilehost.com/?fid=95897840722642094 Multirom Zip
1- flash kernel
2- reboot and check if it working
3- reboot in recovery and flash the new twrp
4- reboot recovery
5- flash multirom zip
6- reboot and check if the MR menu is showed
7- rebot in recovery and install a 2nd rom ( advanced -> multirom )
The TWRP has a bug, pls set the screen always on ( under settings)
This is for stock rom ( also stock-based) and stock kernel.
Tnx
Skin1980 said:
Hi guys:
the files are here:
https://www.androidfilehost.com/?fid=95897840722642083 kernel
https://www.androidfilehost.com/?fid=95897840722642093 TWRP
https://www.androidfilehost.com/?fid=95897840722642094 Multirom Zip
1- flash kernel
2- reboot and check if it working
3- reboot in recovery and flash the new twrp
4- reboot recovery
5- flash multirom zip
6- reboot and check if the MR menu is showed
7- rebot in recovery and install a 2nd rom ( advanced -> multirom )
The TWRP has a bug, pls set the screen always on ( under settings)
This is for stock rom ( also stock-based) and stock kernel.
Tnx
Click to expand...
Click to collapse
I know that multirom needs stock Rom and kernel for the primary Rom but can you have aosp as secondary?
wwevoxnj said:
I know that multirom needs stock Rom and kernel for the primary Rom but can you have aosp as secondary?
Click to expand...
Click to collapse
Did we ever get answer to secondary
dabug123 said:
Did we ever get answer to secondary
Click to expand...
Click to collapse
Nope not yet. Going to test it tonight most likely unless my school work takes longer than expected.
wwevoxnj said:
Nope not yet. Going to test it tonight most likely unless my school work takes longer than expected.
Click to expand...
Click to collapse
Well maybe the dev will chime in,I can try no biggie if not!

[KERNEL] [STOCK MM 6.0.0] v4tk - O3 - uber - optimized

Just for fun, I compiled an optimized version of stock kernel for Marshmallow 6.0
It works with stock ROM for Moto X Pure XT1575, not tested with anything else.
Current features:
Compiled with O3
Uber toolchain
misc gcc optimization flags
KCAL
TCP congestions
Source code:
https://github.com/vadimtk/moto-x-kernel-6.0
Based on source
https://github.com/MotorolaMobilityLLC/kernel-msm/tree/MMI-MPH24.49-18
Download link
V5:
Changes:
Updated to Kernel 3.10.94, thanks to https://github.com/Nimrodsv
XT1575:
https://www.androidfilehost.com/?fid=24345424848487596
XT1572:
https://www.androidfilehost.com/?fid=24345424848487595
V3:
Changes:
Couple SSD/flash related optimizations
XT1575:
https://www.androidfilehost.com/?fid=24343351889232014
XT1572:
https://www.androidfilehost.com/?fid=24343351889232056
V2:
https://www.androidfilehost.com/?fid=24341993505161414
How to use:
1. Download and unpack
2. Reboot to bootloader:
Code:
adb reboot bootloader
3. Boot temporary with new kernel (active till next reboot):
Code:
fastboot boot v4tk-opt-V2.img
or flash permanently:
Code:
fastboot flash boot v4tk-opt-V2.img
XDA:DevDB Information
V4TK Kernel, Kernel for the Moto X Style (Pure)
Contributors
VadimTk
Kernel Special Features:
Version Information
Status: Beta
Created 2015-12-24
Last Updated 2015-12-23
Damn that was fast okay I'm installing it now. I'll be the test dummy for TruPureX users. Thanks for your hardwork its very appreciated
also OT. woot 123 posts
---------- Post added at 02:09 AM ---------- Previous post was at 02:02 AM ----------
Works great on TruPureX it's just very bare bones at the moment. Still great job! I can not wait to see more from you tanks again for being awesome
Thank you for this!
sweet! vadim is back will flash later
patt2k said:
sweet! vadim is back will flash later
Click to expand...
Click to collapse
If your running TruPureX your going to be happy by the speed up
I tried flashing this in TWRP and get a failed message. md5 checks out. Any suggestions?
btafoya said:
I tried flashing this in TWRP and get a failed message. md5 checks out. Any suggestions?
Click to expand...
Click to collapse
Its not a flashable zip. You need to extract it before flashing. Flash as an image file in TWRP and select boot
^^^ yes, and/or try using flashify or rashr after unzipping
I have the traditional root using rooted boot and super SU in system. Is this boot.img pre rooted?
countryfolk07 said:
I have the traditional root using rooted boot and super SU in system. Is this boot.img pre rooted?
Click to expand...
Click to collapse
the boot.img does not control root. The only thing that would effect this for would maybe be the SR build as that hooks into the kernal. traditional dosent hook into the kernal. He is reverting to traditional soon.
WelcomeToTheSkye said:
If your running TruPureX your going to be happy by the speed up
Click to expand...
Click to collapse
I had it,using Sabissimos rom and so far so good.
Sent from my XT1575 using Tapatalk
I flashed this on a rooted, deodoxed 6.0 and dang.. My phone is so snappy now. Thank you!
WelcomeToTheSkye said:
the boot.img does not control root. The only thing that would effect this for would maybe be the SR build as that hooks into the kernal. traditional dosent hook into the kernal. He is reverting to traditional soon.
Click to expand...
Click to collapse
If the boot partition isn't flashed as rooted you will bootloop if superSU is installed. When I first took OTA I had to flash a rooted boot.img to get root without bootlooping. I can remember off hand who created the image, but this is why I ask.
VadimTk said:
Source code:
https://github.com/vadimtk/moto-x-kernel-6.0
Click to expand...
Click to collapse
Very nice Vadim
Please remove the "http://" on the url part for this link.
Might be a good idea to note that in the OP @VadimTk. Thanks!
Sent from my XT1575 using Tapatalk
Sir can i install this kernel on non rooted pure style
@VadimTk
please make an xt1572 version compatible, this version don't work on style, every app FC at start.
thanks
happy xmas
fdc77 said:
@VadimTk
please make an xt1572 version compatible, this version don't work on style, every app FC at start.
thanks
happy xmas
Click to expand...
Click to collapse
Did you wipe dalvik/cache?if it truly didn't work on the xt1572 either WiFi or RIL would be broken.
yes, wiped cache and dalvik but no luck, wifi and ril seems to be broken but i don't know for certain because phone was unusable
fdc77 said:
yes, wiped cache and dalvik but no luck, wifi and ril seems to be broken but i don't know for certain because phone was unusable
Click to expand...
Click to collapse
Ah okay then yes it is incompatible lol sorry for doubting

[GUIDE] Helper zips to switch between OOS 3.0 and OOS 2.2.1 firmware

At the moment we have rather dfficult situation because custom ROMs based on AOSP (such as my AD which is not yet public) require previous OOS LP firmware, while OOS 3.0 includes new MM firmware which breaks both older recoveries and custom ROMs.
As I need to switch between OOS 3.0 and my AD quite frequently, I created two helpful flashable zips so I can do that easily, and because it's useful for me, perhaps it'll be useful for you too.
Download: MM | LP
Instructions:
- Download the firmware you want (or both, if you want easy switching)
- Unpack downloaded zip, you'll find firmware-update.zip and recovery.img inside
- Put both of those files on your phone, in appropriately named directory such as "firmware-LP" or "firmware-MM"
- When you will need to do a switch, simply firstly flash firmware-update.zip, then flash recovery.img as recovery image via "flash image" option in TWRP
- Reboot to load new firmware
That's it, this way you firstly flash chosen firmware version, and then TWRP recovery that works with it.
So if you have two TWRP backups - one of OOS 3.0 and one of CM13.0, make sure that you have proper firmware (and recovery) after restoring backup - LP for CM13.0, and MM for OOS 3.0.
Situation should soon improve (when OnePlus pushes kernel sources, and MM-based ROMs will rebase), but until then it's wise to keep both of those firmware + recovery combos on your sd card, so you can do a switch without any problem on as-needed basis.
Hope it helps. Try to be careful with those, if you mix up wrong recovery with wrong firmware you'll need to flash proper recovery.img variant via fastboot. You can't hard brick anything by using those files, in worst case soft-brick if both your recovery and your ROM will be for wrong firmware you have.
Have fun.
We are waiting for AD release. At least a beta?
mido25 said:
We are waiting for AD release. At least a beta?
Click to expand...
Click to collapse
Don't you know how to use the JustArchi's github?
Wow, really helps. I wish I have my OnePlus2 now.
Guihardrock said:
Don't you know how to use the JustArchi's github?
Click to expand...
Click to collapse
No sir. I do not know. Once I tried downloading a build from the below location and tried flashing it but recovery didn't allow me to flash it.
https://t.co/96EZIl6dJJ
I don't know why is it failed. My knowledge about github and making builds are limited.
mido25 said:
No sir. I do not know. Once I tried downloading a build from the below location and tried flashing it but recovery didn't allow me to flash it.
https://t.co/96EZIl6dJJ
I don't know why is it failed. My knowledge about github and making builds are limited.
Click to expand...
Click to collapse
ok so i will explain you when you download that file you have to unzip it and then you will have a folder with another folder (if you choosed unzip in archidreoid etc.zip so inside that folder you will have the necesary files (view the attached screenshot) you will have to pack them in a zip file
hope it helps but try to download the latest file to do that cause last time i tried the oneplus2 archidroid there were things that dint work such as ad filter
Guihardrock said:
ok so i will explain you when you download that file you have to unzip it and then you will have a folder with another folder (if you choosed unzip in archidreoid etc.zip so inside that folder you will have the necesary files (view the attached screenshot) you will have to pack them in a zip file
hope it helps but try to download the latest file to do that cause last time i tried the oneplus2 archidroid there were things that dint work such as ad filter
Click to expand...
Click to collapse
Thanks a lot for your guidance. Appreciate if you can give a link to his latest build.
Sent from my ONE A2003 using Tapatalk
mido25 said:
Thanks a lot for your guidance. Appreciate if you can give a link to his latest build.
Sent from my ONE A2003 using Tapatalk
Click to expand...
Click to collapse
Here you go https://github.com/ArchiDroid/ArchiDroid/archive/oneplus2-cm-experimental.zip but its experimental so you can expect bugs
Lost recovery
Hi sir,
I have flashed MM using the TWRP recovery as normal. But now I have lost my recovery. I am not able to boot into any recovery. Pls help.
JustArchi said:
At the moment we have rather dfficult situation because custom ROMs based on AOSP (such as my AD which is not yet public) require previous OOS LP firmware, while OOS 3.0 includes new MM firmware which breaks both older recoveries and custom ROMs.
As I need to switch between OOS 3.0 and my AD quite frequently, I created two helpful flashable zips so I can do that easily, and because it's useful for me, perhaps it'll be useful for you too.
Download: MM | LP
Instructions:
- Download the firmware you want (or both, if you want easy switching)
- Unpack downloaded zip, you'll find firmware-update.zip and recovery.img inside
- Put both of those files on your phone, in appropriately named directory such as "firmware-LP" or "firmware-MM"
- When you will need to do a switch, simply firstly flash firmware-update.zip, then flash recovery.img as recovery image via "flash image" option in TWRP
- Reboot to load new firmware
That's it, this way you firstly flash chosen firmware version, and then TWRP recovery that works with it.
So if you have two TWRP backups - one of OOS 3.0 and one of CM13.0, make sure that you have proper firmware (and recovery) after restoring backup - LP for CM13.0, and MM for OOS 3.0.
Situation should soon improve (when OnePlus pushes kernel sources, and MM-based ROMs will rebase), but until then it's wise to keep both of those firmware + recovery combos on your sd card, so you can do a switch without any problem on as-needed basis.
Hope it helps. Try to be careful with those, if you mix up wrong recovery with wrong firmware you'll need to flash proper recovery.img variant via fastboot. You can't hard brick anything by using those files, in worst case soft-brick if both your recovery and your ROM will be for wrong firmware you have.
Have fun.
Click to expand...
Click to collapse
Your ll recovery is in chinese. How to change it?
EDIT: Forget it. I found where to change the language! Thanks.
eswa1068 said:
Hi sir,
I have flashed MM using the TWRP recovery as normal. But now I have lost my recovery. I am not able to boot into any recovery. Pls help.
Click to expand...
Click to collapse
Use fastboot to flash the recovery
Guihardrock said:
Here you go https://github.com/ArchiDroid/ArchiDroid/archive/oneplus2-cm-experimental.zip but its experimental so you can expect bugs
Click to expand...
Click to collapse
Thank you Sir
Tierri said:
Your ll recovery is in chinese. How to change it?
EDIT: Forget it. I found where to change the language! Thanks.
Click to expand...
Click to collapse
Hi,
Can u let me know where to change the language of twrp ?
Sent from my ONE A2003 using Tapatalk
amit_sen said:
Hi,
Can u let me know where to change the language of twrp ?
Sent from my ONE A2003 using Tapatalk
Click to expand...
Click to collapse
Yes. See the images to help you.
Guihardrock said:
Here you go https://github.com/ArchiDroid/ArchiDroid/archive/oneplus2-cm-experimental.zip but its experimental so you can expect bugs
Click to expand...
Click to collapse
It's around 900 mb zip..?
And did anyone try that build..?
Mohit31 said:
It's around 900 mb zip..?
And did anyone try that build..?
Click to expand...
Click to collapse
Its because of the aroma you can choose the gapps of your choice...
Guihardrock said:
Its because of the aroma you can choose the gapps of your choice...
Click to expand...
Click to collapse
OK... Thanks
Btw Are you on this build..
A quick feedback on the ROM would be great
This thing should be STICKY
Finally was able to install CM13 properly using this recovery without Google Services crashing.
Mohit31 said:
OK... Thanks
Btw Are you on this build..
A quick feedback on the ROM would be great
Click to expand...
Click to collapse
Now i am in oos3 but when justarchi release archidroid i wont use any other rom, i had so great experience with this on my s3
Edit: i am gonna try it :3 yo made me do it
Mohit31 said:
OK... Thanks
Btw Are you on this build..
A quick feedback on the ROM would be great
Click to expand...
Click to collapse
rom is smooth as h*ll and battery is better than in normal cm13 but as i said the backed dont work yet :3 and aroma is not fully functional with the bootanimation and root (but the rom has the cm superuser)

Categories

Resources