[IUNI U3][KERNEL] In development - Miscellaneous Android Development

IUNI U3 KERNEL DEVELOPMENT​
{
"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"
}
Code:
Disclaimer:
It's still under development.
I waive all liability... Thermonuclear war will happen whatever you use this kernel or not.
Feel free to contribute, share, participate, post or help it would make me great pleasure!
Introduction​
This project aim to develop a kernel for the IUNI U3 able to turn on the latest version of Android and to meet the challenge proposed by IUNI.
The purpose of this post is:
Highlight the development progression.
Log the errors and bugs remaining to be fixed.
Transmit solutions of issues encountered to help those who will have the same kind of error to fix it.
Exchange and learn all together and find out how to fix those bugs.
Click to expand...
Click to collapse
Sources code​
Official kernel source: https://gitlab.com/iuni/u3/tree/master/gionee/alps_drv/kernel
Kernel source: https://github.com/Abdess/android_kernel_iuni_msm8974
Device tree & other: https://github.com/Abdess?tab=repositories
Click to expand...
Click to collapse
How-to compile it​
Just follow this GUIDE and this README
Click to expand...
Click to collapse
Good to know​
About official source code:
The original CAF kernel source code is downloadable HERE
Common drivers are located at gionee/alps_drv
IUNI U3 specific drivers are located at gionee/project/NBL8910A
IUNI U3 Mini specific drivers are located at gionee/project/NBL8905A
The repo use a special script to compile Android with specific "GN_FLAGS" who're located into the gn_project folder, those flags are added on-the-fly and are not integrated into the kernel.
Click to expand...
Click to collapse
State​
Working:
Everything
Semi-working:
Nothing
Not working:
Nothing
?:
Nothing
Click to expand...
Click to collapse
Logs​
XDA:DevDB Information
IUNI U3, Kernel for all devices (see above for details)
Contributors
Abdess76, Angel_666, feroxxx, alecuba16, 蝴蝶剑
Source Code: https://github.com/Abdess/android_kernel_iuni_u3
Kernel Special Features:
Version Information
Status: Alpha
Created 2017-08-31
Last Updated 2018-01-29

Changelog:
September 4th, 2017:
Kernel:
*Internal storage works
Logs:
dmesg
recovery
Click to expand...
Click to collapse
Original dmesg for comparison
Old changelogs:
August 31, 2017:
*Initial release
Because ADB doesn't works and I can't do an UART, the only way to extract logs of the compiled TWRP recoveryimage is to go into ADVANCED -> TERMINAL and type:
Code:
dmesg
Then take pics of important part of the log
Log pics are uploaded HERE
Log pictures:
1:
2.
3.
4.
5.
6.
7.
8.
Click to expand...
Click to collapse

Miscs
How it looks:

Nice work, might have a play with this over the weekend, although my skills are pretty limited.

Hi! Any news? seems that there no new step forward

Hi, anyone here who want to sell his IUNI U3?
I like it very much but left sim Slot for 4G is not
working and no one can repair.

Hello. That there on the kernel?

I thought the release of the code source would boost developers but it seems nobody wants to work on the U3 anymore, too bad

Hi,
Sorry for not giving any news for a long time, I sorely missed free time.
The kernel is now 100% functional on Android N. There are still some small issues and optimisations to fixes before everything is perfect.
It remains to complete the device tree and blobs to be finally ready.
The project was able to move forward with the help and support of several developers who generously gave their time to help and answer questions:
- @Sultanxda : The kernel is entirely based on his work, and moreover he helped me with all questions and technical problems.
- @feroxxx : It is thanks to him that LineageOS 14.1 is almost fully working on IUNI U3
- @nathanchance : Thanks to his documentation and availability to answer to the questions on the forum he has expanded my knowledge and awareness of security.
- @jerpelea and @GalaticStryder : They helped me to understand some technical and theoretical aspects of the kernel.
And of course also to all those who contributed to all these open-source projects without whom this project would never have emerged.

Thanks, thanks and thanks and thanks again!!!!!

Qidamin said:
Thanks, thanks and thanks and thanks again!!!!!
Click to expand...
Click to collapse
:highfive:
I'll have to update the thread with more details and more regularly, like a log. The goal is to highlight the path used in the development of the kernel. The mistakes made, by which means they were solved.
The intention is to provide answers to questions that a person might ask if he wants to undertake a similar project.
When starting a project for the first time, there is often this famous stage of vast questioning and gray area. With a large amount of documentations, wondering where to start, where to go. Reading the practical experience of others could be a shortcut in the learning journey and have an idea where to start and where to go.

Soon there will be a key to the surprise that IUNI was talking about.)))

Hi, Abdess. When to expect firmware release?

Zewius21 said:
Hi, Abdess. When to expect firmware release?
Click to expand...
Click to collapse
Most likely when it's ready.

Zewius21 said:
Hi, Abdess. When to expect firmware release?
Click to expand...
Click to collapse
Hi, Zewius21. I am sorely lacking time to work on it.
It may take time, unless someone wants to join me in the development.
Zewius21 said:
Soon there will be a key to the surprise that IUNI was talking about.)))
Click to expand...
Click to collapse
They released their surprise and a secret message.
mikeysteele said:
Most likely when it's ready.
Click to expand...
Click to collapse
Haha, exactly.

Ok the kernel source code for LOS 15.1 is available here: https://github.com/Abdess/android_kernel_iuni_msm8974/tree/lineage-15.1
There's a weird issue, everythings looks to works fine (adb, storage, brightness)... into the log... However the display doesn't works but it's acting like working.
It looks like I've to check the MDSS drivers and device tree.

Hi @Abdess76, I just tried building Lineage 14.1 off your sources. It built OK but it doesn't boot . It appears ADB isn't running despite building with user-debug and I can't seem to find any logs in /proc/last_kmesg. Any suggestions as to what I'm doing wrong?

Thank you for adding me to contributors,but how do you find my id in xda?Besides,How is the kernel going?

mikeysteele said:
Hi @Abdess76, I just tried building Lineage 14.1 off your sources. It built OK but it doesn't boot . It appears ADB isn't running despite building with user-debug and I can't seem to find any logs in /proc/last_kmesg. Any suggestions as to what I'm doing wrong?
Click to expand...
Click to collapse
Good question, we can see this together on hangout.
蝴蝶剑 said:
Thank you for adding me to contributors,but how do you find my id in xda?Besides,How is the kernel going?
Click to expand...
Click to collapse
I do not remember how I did to find you. lol
I had to make another break because of the work. Everything works however there is always this display bug. I must find the cause.
https://github.com/Abdess/android_k...mmit/3e0db6ef96f5beac8504d6b8bf157b1c38248425

Abdess76 said:
Good question, we can see this together on hangout.
Click to expand...
Click to collapse
Ok sounds good, although we'll have to find a time which works coz I'm on the other side of the world to you!

Related

[Q] [NEEDS HELP] Creating ROM for Ace Plus

Hello.
Right now as I am typing this message, the source files for Cyanogenmod 11.0 are being synced to my computer, and I am trying to make a build for our device. I have a few questions though that would affect my development:
1) On a guide I was reading (http://forum.xda-developers.com/showthread.php?t=2060017), it says "MAKE SURE YOUR PHONE IS ON OFFICIAL LATEST CYANOGENMOD ROM". But trebon isn't officially supported. Would it still work if I put in trebon, or do I need to do other steps?
2) Do I have to code something after downloading the Android sources, or do I just have to build it instantly?
Any help on these would be greatly appreciated. I'm willing to create a ROM for our device if I can get the help I need, since I have nothing better to do anyway.
Thanks!
Liam D. said:
Hello.
Right now as I am typing this message, the source files for Cyanogenmod 11.0 are being synced to my computer, and I am trying to make a build for our device. I have a few questions though that would affect my development:
1) On a guide I was reading (http://forum.xda-developers.com/showthread.php?t=2060017), it says "MAKE SURE YOUR PHONE IS ON OFFICIAL LATEST CYANOGENMOD ROM". But trebon isn't officially supported. Would it still work if I put in trebon, or do I need to do other steps?
2) What's the minimum RAM requirement for Cyanogenmod? If OmniROM or AOKP is lighter, I would switch sources.
2) Do I have to code something after downloading the Android sources, or do I just have to build it instantly?
Any help on these would be greatly appreciated. I'm willing to create a ROM for our device if I can get the help I need, since I have nothing better to do anyway.
Thanks!
EDIT: After doing some research, I switched to AOKP instead of Cyanogenmod 11 because it is lighter. Apparently, according to the Cyanogenmod 11 Google+ post, they require a minimum of 512MB RAM, which our phone does not have. Syncing right now is AOKP source code. If some people would like to help me make a build, I would appreciate it if you would answer the questions above.
Click to expand...
Click to collapse
me :good:.. i want to help
Thanks, Androidoo.
To anyone who wonders, I got some help from @streambinder and right now I just finished downloading the Cyanogenmod 11 sources. I'll be whipping up a new build within the week and would love to have other users test it out for me (if I ever get to finish it). I've been using TheWhisp's sources for Cyanogenmod 11 for Galaxy Mini and when the ROM I built goes live, I'll be sure to upload it here and give him credits for his sources.
I need a little help here, possibly from @giugiu19 @smartandroidtech @streambinder
{
"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"
}
I've tried Googling for answers but I got no luck with this. Can you help me out with that?
Thanks!
I think you must refer this guide as it is much more detailed.
http://forum.xda-developers.com/chef-central/android/guide-android-rom-development-t2814763
If you have any question then you can ask the OP of that guide.
kk9999gada said:
I think you must refer this guide as it is much more detailed.
http://forum.xda-developers.com/chef-central/android/guide-android-rom-development-t2814763
If you have any question then you can ask the OP of that guide.
Click to expand...
Click to collapse
Thanks kk9999gada! I'll take a look at that.
Success! I've managed to make a build with no errors.
I'll be testing this now, and if all goes well, expect a release soon!
Liam D. said:
Success! I've managed to make a build with no errors.
I'll be testing this now, and if all goes well, expect a release soon!
Click to expand...
Click to collapse
grea work man excited:fingers-crossed:
Androidoo said:
grea work man excited:fingers-crossed:
Click to expand...
Click to collapse
Thanks!
Right now, everything works fine, except for WiFi. I'm still trying to figure it out, and it looks like I might have to change kernels.
Liam D. said:
Thanks!
Right now, everything works fine, except for WiFi. I'm still trying to figure it out, and it looks like I might have to change kernels.
Click to expand...
Click to collapse
which kernel u tried?
Androidoo said:
which kernel u tried?
Click to expand...
Click to collapse
I tried the SpeedMod kernel, the phone boots fine but WiFi doesn't work. I tried Triprex's kernel, and the phone would not respond at all.
Liam D. said:
I tried the SpeedMod kernel, the phone boots fine but WiFi doesn't work. I tried Triprex's kernel, and the phone would not respond at all.
Click to expand...
Click to collapse
kernel problem.. cn u try for logcat any devs cn help this may be or u trying somethig more>??
Androidoo said:
kernel problem.. cn u try for logcat any devs cn help this may be or u trying somethig more>??
Click to expand...
Click to collapse
It's finals week in the university, so I'm putting it on hold. On Friday I will resume development. I have a logcat ready here and I'm studying it to figure out the problem. I'm 99% sure this is a problem with the kernel, probably a broken module.
If anyone's interested, I have a working copy of the ROM, but WiFi and Camera doesn't work yet. If you want I can upload the ROM. I'm doing a project for school right now. After I finish (in about 1 more hour), I'll upload some screenshots of my ROM.
Here are the screenshots of the ROM I built:
Liam D. said:
Here are the screenshots of the ROM I built:
View attachment 2980442 View attachment 2980443
Click to expand...
Click to collapse
GREAT WORK BUDDY PLEASE START A THREAD its jus perfect with new theming engine
---------- Post added at 10:01 AM ---------- Previous post was at 09:59 AM ----------
Liam D. said:
It's finals week in the university, so I'm putting it on hold. On Friday I will resume development. I have a logcat ready here and I'm studying it to figure out the problem. I'm 99% sure this is a problem with the kernel, probably a broken module.
If anyone's interested, I have a working copy of the ROM, but WiFi and Camera doesn't work yet. If you want I can upload the ROM. I'm doing a project for school right now. After I finish (in about 1 more hour), I'll upload some screenshots of my ROM.
Click to expand...
Click to collapse
Start A thread and take as much time you need:fingers-crossed:
Thanks.
Uploading a build right now (the one where camera and WiFi doesn't work yet). I'm also downloading a new kernel build to my PC to experiment with (kernel 3.4.x from TheWhisp's jenad build).

[7.1.2][OFFICIAL] CarbonROM | cr-5.1 [Addison]

{
"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"
}
Who's back? We're back.​
CarbonROM is an aftermarket firmware based on the Android Open Source Project. We are dedicated to fast, stable, and feature-filled roms, honesty and communication with our users, and openness with our code. We like frequent builds, with the very latest and greatest hardware support and fixes. We strive to not only provide you with the best rom we can build, but also to give back to the Android community and our fellow developers. For us, this is about creating something we can be proud of and hope you will enjoy.
Please feel free to look, build, and use our code at CarbonROM's GitHub... and at CarbonROM Gerrit.
Disclaimer:
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device, family, pets, or perception of reality. We ask that you do your part to know your device and know how to recover from problems before you flash! If you have questions, ask your fellow users or ask us in #teamcarbon on freenode IRC.
Support:
We spend an astonishing amount of time developing this software. We can't spend much time on XDA as a result, so if you need support, please try the following:
1) Search. Search, search, search. Yes, you. I don't care how unique or important your question is, it's very likely someone has adressed it already. Especially if you're even close to new at this.
2) Read our FAQ, which can be found on our website. Carbon FAQ
3) Ask a question in your device forum. Someone will no doubt try to help you. Warning: this help may come in the form of telling you it's a dumb question that has been asked before. See step 1 - such are the perils of asking questions when you haven't done the research yourself. Android is about helping yourself.
4) Ask a question on our IRC channel. Connect to #teamcarbon on irc.freenode.net or click here. You'll find several other Carbon fans and usually one or more devs as well. Please be polite.
We only support Dynamic GApps, reports on force closes with any other packages will be ignored.
Download Here
Dynamic GApps
GitHub
Gerrit
Kernel source
Remember, every penny you send to us goes right back into the rom. It's used for hardware, server costs, etc - all the things that help us make Carbon better with every release. Your support means the world to us! If you've enjoyed Carbon, please consider a donation toward this goal. Thank you, and we hope you continue to enjoy Carbon!
XDA:DevDB Information
CarbonROM - Moto Z Play (Addison), ROM for the Moto Z Play
Contributors
gtpitch, kwoktopus, CarbonROM
ROM OS Version: 7.x Nougat
Based On: AOSP
Version Information
Status: Stable
Created 2017-06-20
Last Updated 2017-06-19
Reserved
Awesome!
Sent from my Moto Z Play using XDA-Developers Legacy app
Great
Great , will test it as time allows
Thank you
It's good to have such talented devs developing for our device.
Good morning, does this ROM come with root?
marcelo_jake19 said:
Good morning, does this ROM come with root?
Click to expand...
Click to collapse
No. But you can use magisk or superuser to root it.
Yousvel said:
No. But you can use magisk or superuser to root it.
Click to expand...
Click to collapse
All Right, Thanks!
I thought the GPS issue was an los thing but I can't seen to get a lock here in the US.
Thank you great ROM. Do you work snaps?
klau77 said:
Thank you great ROM. Do you work snaps?
Click to expand...
Click to collapse
Hi,
All roms Lineage base and AOSP base does not work the snap.
Only stock rom and stock base works.
DroneDoom said:
I thought the GPS issue was an los thing but I can't seen to get a lock here in the US.
Click to expand...
Click to collapse
Are you having GPS issues? I'm in the US but not having any GPS issues. Apps seem to be locking very quickly.
I'm going to try updating the GPS from CAF and see if that helps.
klau77 said:
Thank you great ROM. Do you work snaps?
Click to expand...
Click to collapse
Snaps as in Moto mods? If so then I'll go with "maybe". I actually have a test build in which battery mod and projector mod should work if anyone wants to test it message me here or on telegram @gtpitch
Sent from my XT1635-02 using Tapatalk
gtpitch said:
Are you having GPS issues? I'm in the US but not having any GPS issues. Apps seem to be locking very quickly.
I'm going to try updating the GPS from CAF and see if that helps.
Click to expand...
Click to collapse
I get no lock with device only. High accuracy was getting the a-gps but doesn't lock. I've waited about 3 minutes and decided to switch gps conf. Used the one posted in los thread and still the same result. Not sure why this is happening lately and why los decided to screw something that was already working before. You cherry pick from los right? The other aosp rom dev for xperience does this.
---------- Post added at 12:08 PM ---------- Previous post was at 12:03 PM ----------
I also forgot to ask what's everyone's gps conf settings for those in the US.
I tried thos ROM and have the same GPS problem. Is the same like LinOS. Stock worked fine.
Ok I think I've fixed device only GPS so it'll be in this next weekly (Tuesday). Let me know if you see an improvement. Still work to be done but it at least locks device only.
Sent from my XT1635-02 using Tapatalk
Great! What kind of changes? Perhaps I can use it for my LinOS and compile it and test. Is it possible?
guenterm800 said:
Great! What kind of changes? Perhaps I can use it for my LinOS and compile it and test. Is it possible?
Click to expand...
Click to collapse
Last 3 commits
https://github.com/CarbonROM/android_device_motorola_addison/commits/cr-5.1
Just confirmed Waze locking device only mode in under 15 seconds.
If you use muppets vendor you need to remove GPS.conf from the mk file
Sent from my XT1635-02 using Tapatalk
Is it enough to change your gps.conf? Sorry - I can't find the other files in LinOS.

[ROM][AOSP Based] Invictrix ROM 8.1

{
"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"
}
Invictrix ROM​For the OnePlus 3/3T​
Welcome to Invictrix!! Our goal is to provide users with a unique staple in Android Development which aims at stability and optimizations along with what we feel is the perfect amount of features. We hope you enjoy this ROM as much as our great team has had while building it. With that said, We are in no way shape or form responsible if you brick your phone.
Features:
More features to come
Downloads:
ROM -
Here
Issues:
None that I'm aware of
Source:
ROM - InvictrixROM
Device Trees - InvictrixROM-Devices
Kernel - Kernel Source
Reporting Bugs:
Logcat, Logcat, Logcat
Please submit logs if you're having an issue. If there is no log we cannot help you. Simply clogging the threads with “This issue happened, fix it” will get you nowhere and you will be ignored. To Also add to the Log Criteria, Your bug report won't be used if:
- You are not on a clean flash of the ROM
- If you're using Xposed
- If you’ve flashed any other mod that tweaks System in any way
So help us to help you and provide logs for issues. Thanks.
Other:
Feel free to join our Telegram community, Google Plus, and check out our website
https://invictrixrom.com
Google Plus
Our Telegram Chat
XDA:DevDB Information
Invictrix, ROM for the OnePlus 3T
Contributors
bigrushdog, USA-RedDragon
Source Code: https://github.com/InvictrixRom
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.x
Based On: AOSP
Version Information
Status: Stable
Current Stable Version: 1.0
Created 2018-06-25
Last Updated 2018-06-25
It's been a long time, but I'm gonna see if i can get back into the XDA/Devices game. We got some work to do still to get us a killer tree, but we're off to a good start. This build is rock solid stable and has been my DD for months. We still gotta bring in some stuff like EAS but we'll get to that. Any feature requests, compliments, complaints, or general trolling, feel free to post up.
Thanks!
Please can we have some screenshots and a small list of features that is included? ...
Xceeder said:
Please can we have some screenshots and a small list of features that is included? ...
Click to expand...
Click to collapse
For sure. OP is still under construction. Just wanted to get the thread up so folks can have access to downloads, gerrit, etc. All in good time.
bigrushdog said:
For sure. OP is still under construction. Just wanted to get the thread up so folks can have access to downloads, gerrit, etc. All in good time.
Click to expand...
Click to collapse
Yeah sure thank you...
Thank you sir, time to flash
Am I dreaming or what, you're in real here in OP3 Forum, Sir....
Wow, it seems the fate of OP3 is getting re-written....:angel:
Welcome...!!!:good::good::good:
Regards
Bond
Well ,clean flash, and back to my old build
Wtf is that...
pijas82 said:
Well ,clean flash, and back to my old build
Wtf is that...
Click to expand...
Click to collapse
The rom needs gboard overlay commit.
And please with the language.
SuperDroidBond said:
Am I dreaming or what, you're in real here in OP3 Forum, Sir....
Wow, it seems the fate of OP3 is getting re-written....:angel:
Welcome...!!!:good::good::good:
Regards
Bond
Click to expand...
Click to collapse
Thank you for the kind words. Honestly, the OP3 is a pretty mature device at this point. I've still got some work to do on the device tree, EAS for example, but it's stable. For the most part, I'll be doing platform development writing fresh original features. At the same time, i haven't been too active on XDA but I thought I'd get my feet wet again by opening a device thread.
Nice. Looking forward to the developments
Sent from my OnePlus3T using XDA Labs
bigrushdog said:
Thank you for the kind words. Honestly, the OP3 is a pretty mature device at this point. I've still got some work to do on the device tree, EAS for example, but it's stable. For the most part, I'll be doing platform development writing fresh original features. At the same time, i haven't been too active on XDA but I thought I'd get my feet wet again by opening a device thread.
Click to expand...
Click to collapse
But op3 has gotten older and gonna die
CodesCodger said:
But op3 has gotten older and gonna die
Click to expand...
Click to collapse
Just because a OEM think the device is to old doesn't mean it dying. Just look at the Samsung Galaxy S2. This device is still getting love by the Community with recent TWRP and 8.1 ROMs.
Anyways: It's always nice to see a new ROM here - Time to flash
Thanks for this ROM!
Has anyone been able to apply a substratum theme to Android System, Settings, and System UI?
cucumbersmell said:
Thanks for this ROM!
Has anyone been able to apply a substratum theme to Android System, Settings, and System UI?
Click to expand...
Click to collapse
Ive had no issues applying any themes (pitchblack,bigblu,Valerie etc. All apply fine after reboot ofc
Rush, what have you done to the ROM that makes phone calls sound louder? I've used your ROM since the last update, but now I'm on pixel experience. I can tell that there is a difference in the sound quality from Invictrix rom to other ROMs
Sent from my ONEPLUS A3000 using Tapatalk
Smooth and battery friendly.
Very good work
Thanks
What are the customisations provided by this rom?
Wow the Welcome Image in OP is amazing and makes me try this ROM
@bigrushdog glad to see u here man. It's our honor to have such an amazing dev as u here into 1+3 community. Looking forward to this rom. Welcome back!
Regards,
Akash

Can't get root management with Andi's addonsu-13.0-arm, common TWRP, and 20180611 ROM

I have used the versions provided by Andi in this thread: https://forum.xda-developers.com/galaxy-tab-2/galaxy-tab-2-unified/rom-cyanogenmod-13-cm13-0-t3303798
The device is Tab 2 10.1 / GT-P5100 / espresso3g and I have used the common TWRP 3.2.2-0 provided by Andi from here: https://androidfilehost.com/?w=files&flid=48848&sort_by=date&sort_dir=DESC
The addonsu (su (arm)) used is the one under LineageOS 13.0 here: https://andi34.github.io/roms_tab2_lineage.html
ROM version is lineage-13.0_espresso3g-6.0.1-20180611-0149.zip from here: https://androidfilehost.com/?w=files&flid=143638&sort_by=date&sort_dir=DESC
To install both ROM and su I used sideload with TWRP 3.2.2-0 and terminal in linux:
Code:
sudo adb sideload lineage-13.0_espresso3g-6.0.1-20180611-0149.zip
and then right after BEFORE rebooting doing:
Code:
sudo adb sideload addonsu-13.0-arm.zip
Could someone please help me out?
Thanks,
Hekja
@Android-Andi
You also need a userdebug boot.img which contains needed selinux rules for the addonsu. Not sure if I uploaded it somewhere, user haven't followed the rules and that's why the thread was closed and maybe the boot.img never shared.
Android-Andi said:
You also need a userdebug boot.img which contains needed selinux rules for the addonsu. Not sure if I uploaded it somewhere, user haven't followed the rules and that's why the thread was closed and maybe the boot.img never shared.
Click to expand...
Click to collapse
Thank you very much for your reply Andi.
I have added the addonsu when sideloading ROM's with S3, S4, and S4 mini with no need adding anything else to make root management work. Could you please explain why it is different with the espresso3g?
Thanks,
Hekja
Hekja said:
Thank you very much for your reply Andi.
I have added the addonsu when sideloading ROM's with S3, S4, and S4 mini with no need adding anything else to make root management work. Could you please explain why it is different with the espresso3g?
Thanks,
Hekja
Click to expand...
Click to collapse
user vs userdebug security has high priority and since there's no negative side affect I've abandoned userdebug builds.
If I find time I can send you a userdebug bootimage, maybe remind me end of next week if you haven't heard from me
Android-Andi said:
user vs userdebug security has high priority and since there's no negative side affect I've abandoned userdebug builds.
If I find time I can send you a userdebug bootimage, maybe remind me end of next week if you haven't heard from me
Click to expand...
Click to collapse
Ahh, I see
And thank you very much. Appreciate it a lot :good:
Hekja said:
Ahh, I see
And thank you very much. Appreciate it a lot :good:
Click to expand...
Click to collapse
I've not forgotten it, need some more days
Android-Andi said:
I've not forgotten it, need some more days
Click to expand...
Click to collapse
That's okay Andi. Thanks for caring :good:
Just want to notify that I have installed the 14.1 ROM instead.
The file is lineage-14.1_espresso3g-7.1.2-20180131-1859.zip which I downloaded from here: https://androidfilehost.com/?w=files&flid=209384&sort_by=date&sort_dir=DESC
When sideloading the addonsu-14.1-arm-signed.zip from: https://download.lineageos.org/extras I got access to root management.
After trying out the 13.0 ROM my experience was that it was not as responsive and stable as I hoped for. So I tried out the 14.1 and it seems like it is both more stable and responsive. Experience until now very good actually. So with the root management activated too I am going to stay with the 14.1 ROM.
Still using the common TWRP v. 3.2.2-0 provided by you Andi. https://androidfilehost.com/?w=files&flid=48848&sort_by=date&sort_dir=DESC
Thanks
Hekja said:
That's okay Andi. Thanks for caring :good:
Click to expand...
Click to collapse
I've a new build ready and also made flashable kernel zips with usersebug kernel for those who like to use lineage Su add-on on latest build. Will be up later today.
Attached userdebug kernel for yesterdays build (will be up later today, still uploading) for those who like to use the LineageOS Su Addon.
Can't say if the kernel works on older builds
Build contains October ASB patches
Hope everyone enjoyed the christmas days! Have a good start everyone into a healthy year 2019!!!
Android-Andi said:
Attached userdebug kernel for yesterdays build (will be up later today, still uploading) for those who like to use the LineageOS Su Addon.
Can't say if the kernel works on older builds
Build contains October ASB patches
Hope everyone enjoyed the christmas days! Have a good start everyone into a healthy year 2019!!![/QUOTE
Hey i need some help, can you tell me your telegram @ ?
Click to expand...
Click to collapse
bipindr123 said:
Hey i need some help, can you tell me your telegram @ ?
Click to expand...
Click to collapse
Who said I use telegram?
Also this wouldn't be what a forum is for...
Android-Andi said:
Who said I use telegram?
Also this wouldn't be what a forum is for...
Click to expand...
Click to collapse
The doubts and questions I have are a lot and are gonna be spam for this forum, You have disabled private messages on xda, give me some other option to contact you like hangouts
bipindr123 said:
The doubts and questions I have are a lot and are gonna be spam for this forum, You have disabled private messages on xda, give me some other option to contact you like hangouts
Click to expand...
Click to collapse
Not going to share private contact information here. If you have any development related questions ask them here https://forum.xda-developers.com/showthread.php?t=2137606 and I'll maybe answer when I have time for it. I've stepped back from Android and not being much around here.
Enough OT here I guess.
Android-Andi said:
Not going to share private contact information here. If you have any development related questions ask them here https://forum.xda-developers.com/showthread.php?t=2137606 and I'll maybe answer when I have time for it. I've stepped back from Android and not being much around here.
Enough OT here I guess.
Click to expand...
Click to collapse
Okay thanks, last question
can you enable xda messages for me?
Hope to find a solution.. I have the same problem in lineage 14. Twrp, it works, flashed lineage 14 gapps and addon su zip included in lineage download. I have no root permission ?7.1 works so fast and fine, however
marco.poto said:
Hope to find a solution.. I have the same problem in lineage 14. Twrp, it works, flashed lineage 14 gapps and addon su zip included in lineage download. I have no root permission [emoji17]7.1 works so fast and fine, however
Click to expand...
Click to collapse
Download and use the userdebug kernel for the build you're using.
Example:
{
"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 so much for your reply. May I ask a link? And to be honest, what a debug do?
By the way, your 14 it is so far the best mod for p5100

[ROM][9][OFFICIAL][WEEKLY] CarbonROM | cr-7.0 [oneplus3]

{
"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"
}
CarbonROM is an aftermarket firmware based on the Android Open Source Project. We are dedicated to fast, stable, and feature-filled ROMs, honesty and communication with our users, and openness with our code. We like frequent builds, with the very latest and greatest hardware support and fixes. We strive to not only provide you with the best rom we can build, but also to give back to the Android community and our fellow developers. For us, this is about creating something we can be proud of and hope you will enjoy.
Please feel free to look, build, and use our code at CarbonROM's GitHub...
Disclaimer:
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device, family, pets, or perception of reality. We ask that you do your part to know your device and know how to recover from problems before you flash! These builds are experimental and can contain Bugs (as listed above). Make sure to do backups.
Support:
We spend an astonishing amount of time developing this software. We can't spend much time on XDA as a result, so if you need support, please try the following:
1) Search. Search, search, search. Yes, you. I don't care how unique or important your question is, it's very likely someone has adressed it already. Especially if you're even close to new at this.
2) Read our FAQ, which can be found on our website. Carbon FAQ
3) Ask a question in your device forum. Someone will no doubt try to help you. Warning: this help may come in the form of telling you it's a dumb question that has been asked before. See step 1 - such are the perils of asking questions when you haven't done the research yourself. Android is about helping yourself.
4) Join our Discord server! There, you can connect with other Carbon users and our developers, and you can get quicker responses to your bug reports. The invite link is right below.
5) Please keep bugreports to this thread or Discord. Do NOT create a Jira ticket. This is still in early development so we don't accept any bugreports yet.
Requirements:
Be sure to check the 2nd post, you'll find all the needed info and updates there.
Website
Download
Join the CarbonROM Discord server
Meet us on Telegram
GitHub
Kernel source
Remember, every penny you send to us goes right back into the rom. It's used for hardware, server costs, etc - all the things that help us make Carbon better with every release. Your support means the world to us! If you've enjoyed Carbon, please consider a donation toward this goal. Thank you, and we hope you continue to enjoy Carbon!
XDA:DevDB Information
CarbonROM, ROM for the OnePlus 3
Contributors
zzkW35, Myself5, CarbonROM
Source Code: https://github.com/CarbonROM
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.x
ROM Firmware Required: OxygenOS 5.0.8
Based On: AOSP
Version Information
Status: Nightly
Created 2019-04-11
Last Updated 2019-04-12
Installation:​
Wipe /cache, dalvik, /data, /system
Flash CarbonROM zip file
Flash GApps zip file
Reboot into /system
Notes:​Encryption support is under testing.
Fine!! Another Pie Rom!!! Thanks @dev!!!
Someone flash it already! Where's Koogly? We need a Youtube review.
Wow! I used to use CarbonROM on my OnePlus One back in the day. Nice work bringing it officially!
doesn't support flashing on encrypted devices ;(
How does it compare to ResurrectionRemix? I'm eyeballing alternatives to RR that sport signature spoofing and CarbonROM seems like a good candidate.
.wojtek said:
How does it compare to ResurrectionRemix? I'm eyeballing alternatives to RR that sport signature spoofing and CarbonROM seems like a good candidate.
Click to expand...
Click to collapse
I played with this ROM for 30mins or so earlier when I was choosing to go with CarbonROM or DU 13.1 and it has some nice features.
Not nearly as many as HavocOS for examples but a good amount of the core ones you expect.
skymera said:
I played with this ROM for 30mins or so earlier when I was choosing to go with CarbonROM or DU 13.1 and it has some nice features.
Not nearly as many as HavocOS for examples but a good amount of the core ones you expect.
Click to expand...
Click to collapse
Thanks or your quick review for Carbon ROM CR-7.0
Please let us know:
1) Does it support encryption?
2) Is sellinux enforcing?
3) does it suppot full substratum support with service mode?
4) How is the battery back-up with mixed usage?
Hello, if anyone has flashed this ROM coming from an encrypted OOS 5.0.8, could you please confirm if it supports FDE by default and i won't need to format my /data and re-encrypt?
abhibnl said:
Hello, if anyone has flashed this ROM coming from an encrypted OOS 5.0.8, could you please confirm if it supports FDE by default and i won't need to format my /data and re-encrypt?
Click to expand...
Click to collapse
I tried to flash but it doesn't support encryption yet. You have to be decrepted.
Sent from my OnePlus 3T using XDA Labs
xarrismoto said:
I tried to flash but it doesn't support encryption yet. You have to be decrepted.
Sent from my OnePlus 3T using XDA Labs
Click to expand...
Click to collapse
Nopes! I'll wait before flashing it then. At this point, I'd hope every Pie ROM has that patch but I understand Carbon is still new to this device on Pie and the maintainer must have missed that patch. Thanks a ton for answering my query!
Might be nice to include a link to CarbonROM website as mentioned in the OP.
https://carbonrom.org/
xarrismoto said:
I tried to flash but it doesn't support encryption yet. You have to be decrepted.
Sent from my OnePlus 3T using XDA Labs
Click to expand...
Click to collapse
Thanks for letting me know. I use my device decrypted.
abhibnl said:
Nopes! I'll wait before flashing it then. At this point, I'd hope every Pie ROM has that patch but I understand Carbon is still new to this device on Pie and the maintainer must have missed that patch. Thanks a ton for answering my query!
Click to expand...
Click to collapse
I'll try my best to apply that patch within the next release.
pbergonzi said:
Might be nice to include a link to CarbonROM website as mentioned in the OP.
https://carbonrom.org/
Click to expand...
Click to collapse
This is right, done
Great rom, very awesoome!! I like it. Super smooth, batteryfriendly!
zzkW35 said:
Thanks for letting me know. I use my device decrypted.
I'll try my best to apply that patch within the next release.
This is right, done
Click to expand...
Click to collapse
Thanks! Considering the mantainer is active, I'd definitely love to give it a shot as soon as it'll support FDE.
---------- Post added at 01:20 AM ---------- Previous post was at 01:07 AM ----------
zzkW35 said:
Thanks for letting me know. I use my device decrypted.
I'll try my best to apply that patch within the next release.
This is right, done
Click to expand...
Click to collapse
I think these commits might be the required ones to make it work. I did some digging and found about them. I can be wrong as well but hope it's worth a look.
https://review.lineageos.org/q/topic:"pie-legacy-hw-fde"+(statuspen%20OR%20status:merged)
Thanks for the pie update. On Oreo, there was a bug where going into data settings would crash settings app. Does it happen on pie too?
Edit: No more crashes :highfive:
decrytion unsuccessful after flaashing the rom.what can i do?
jackyhun920 said:
decrytion unsuccessful after flaashing the rom.what can i do?
Click to expand...
Click to collapse
Wipeout internal.
vikram.mohal said:
Wipeout internal.
Click to expand...
Click to collapse
Still the same

Categories

Resources