[DEV][RECOVERY] CWM 6.0.4.5 with F2FS support. - Moto G Android Development

ClockWork Mod Recovery v6.0.4.5​
Code:
#include <external/cyanogenmod/std_disclaimer.h>
/*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Device Source Tree: https://github.com/josalaito/android_device_motorola_xt1032
This should work on Unlocked BL devices.
Basically, i only add f2fs support to a1Pha repos and make my fork and my build, this should be bug-free.
First thing do you have to do if you installed alpha recovery before this is WIPE DATA/FACTORY RESET, or bugs related with data format or flashing don't dissapear.
THANKS: a1Pha for his repos.
Download: http://d-h.st/95A

Nice mate I will try it when my moto g will arrive
Gesendet von meinem EndeavorU mit Tapatalk 4

Thanks buddy
Sent from my XT1033 using Tapatalk

did you make any change in recovery repo?

immortal_yash said:
did you make any change in recovery repo?
Click to expand...
Click to collapse
You have my source in github, i commited the changes 10 minutes ago.

josalaito said:
ClockWork Mod Recovery v6.0.4.5​
Code:
#include
/*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Device Source Tree: https://github.com/josalaito/android_device_motorola_xt1032
This should work on Unlocked BL devices.
Basically, i only add f2fs support to a1Pha repos and make my fork and my build, this should be bug-free.
First thing do you have to do if you installed alpha recovery before this is WIPE DATA/FACTORY RESET, or bugs related with data format or flashing don't dissapear.
THANKS: a1Pha for his repos.
Download: http://d-h.st/95A
Click to expand...
Click to collapse
So, to be clear, Nandroid made with existing a1Pha CWM should not be flashed after flashing this CWM version??
So device is/must be wiped to allow recovery to be flashed successfully??
Sent from my Moto G using TapaTalk

irishpancake said:
So, to be clear, Nandroid made with existing a1Pha CWM should not be flashed after flashing this CWM version??
So device is/must be wiped to allow recovery to be flashed successfully??
Sent from my Moto G using TapaTalk
Click to expand...
Click to collapse
Yes to both questions, a1Pha recovery doesn't backup properly data partition, because doesn't recognize the partition format.

me uploading a proper device tree soon atleast till what i have completed

josalaito said:
Yes to both questions, a1Pha recovery doesn't backup properly data partition, because doesn't recognize the partition format.
Click to expand...
Click to collapse
Thank you....
will Titanium Backup restore all my apps OK, I have the pro version.....
paid for I may add!!
Sent from my Moto G using TapaTalk

I don't quite get why a factory reset is mandatory when you only want to change the recovery?
Maybe you want to explain to me?

josalaito said:
ClockWork Mod Recovery v6.0.4.5​
Code:
#include <external/cyanogenmod/std_disclaimer.h>
/*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Device Source Tree: https://github.com/josalaito/android_device_motorola_xt1032
This should work on Unlocked BL devices.
Basically, i only add f2fs support to a1Pha repos and make my fork and my build, this should be bug-free.
First thing do you have to do if you installed alpha recovery before this is WIPE DATA/FACTORY RESET, or bugs related with data format or flashing don't dissapear.
THANKS: a1Pha for his repos.
Download: http://d-h.st/95A
Click to expand...
Click to collapse
Mate, your partition sizes in BoardConfig.mk are wrong.

a1Pha said:
Mate, your partition sizes in BoardConfig.mk are wrong.
Click to expand...
Click to collapse
was about to say that and during compiling with proper partitions sizes i get this error
make: *** No rule to make target `/home/yash/omnirom/out/target/product/falcon/system/bin/mkfs.f2fs', needed by `/home/yash/omnirom/out/target/product/falcon/obj/SHARED_LIBRARIES/libbmlutils_intermediates/teamwin'. Stop.

immortal_yash said:
was about to say that and during compiling with proper partitions sizes i get this error
make: *** No rule to make target `/home/yash/omnirom/out/target/product/falcon/system/bin/mkfs.f2fs', needed by `/home/yash/omnirom/out/target/product/falcon/obj/SHARED_LIBRARIES/libbmlutils_intermediates/teamwin'. Stop.
Click to expand...
Click to collapse
F2FS support is enabled by default in twrp, so you need to comment the line TARGET_USERIMAGES_USE_F2FS := true in boardconfig.mk.

However, my other question is - what is the point in creating a new thread when all you did was adding a line in BoardConfig.mk (and you misconfigured partition sizes, which can be dangerous..)? I mean like, seriously, where is the developer team spirit? I know this all is about competition and so, but giving a hint in the other thread should have been enough, don't you think so? If we don't team up we will end up in a big fragmentation problem..
---------- Post added at 04:55 PM ---------- Previous post was at 04:54 PM ----------
PS: Didn't want to sound harsh, I am just wondering - we could create a central git tree or so..

a1Pha said:
However, my other question is - what is the point in creating a new thread when all you did was adding a line in BoardConfig.mk (and you misconfigured partition sizes, which can be dangerous..)? I mean like, seriously, where is the developer team spirit? I know this all is about competition and so, but giving a hint in the other thread should have been enough, don't you think so? If we don't team up we will end up in a big fragmentation problem..
---------- Post added at 04:55 PM ---------- Previous post was at 04:54 PM ----------
PS: Didn't want to sound harsh, I am just wondering - we could create a central git tree or so..
Click to expand...
Click to collapse
alpha lets maintain a single thread for things me compiling TWRP with some fixes will give you for try out test it and add it to the twrp thread of yours and ill update my github asap lets make a team falcon

a1Pha said:
However, my other question is - what is the point in creating a new thread when all you did was adding a line in BoardConfig.mk (and you misconfigured partition sizes, which can be dangerous..)? I mean like, seriously, where is the developer team spirit? I know this all is about competition and so, but giving a hint in the other thread should have been enough, don't you think so? If we don't team up we will end up in a big fragmentation problem..
---------- Post added at 04:55 PM ---------- Previous post was at 04:54 PM ----------
PS: Didn't want to sound harsh, I am just wondering - we could create a central git tree or so..
Click to expand...
Click to collapse
You should build a XDAdev DB for these projects : you'll be able to co-edit the database and so

josalaito said:
F2FS support is enabled by default in twrp, so you need to comment the line TARGET_USERIMAGES_USE_F2FS := true in boardconfig.mk.
Click to expand...
Click to collapse
a1Pha said:
However, my other question is - what is the point in creating a new thread when all you did was adding a line in BoardConfig.mk (and you misconfigured partition sizes, which can be dangerous..)? I mean like, seriously, where is the developer team spirit? I know this all is about competition and so, but giving a hint in the other thread should have been enough, don't you think so? If we don't team up we will end up in a big fragmentation problem..
---------- Post added at 04:55 PM ---------- Previous post was at 04:54 PM ----------
PS: Didn't want to sound harsh, I am just wondering - we could create a central git tree or so..
Click to expand...
Click to collapse
matmutant said:
You should build a XDAdev DB for these projects : you'll be able to co-edit the database and so
Click to expand...
Click to collapse
guys please join the motorola moto g FB page to get in touch easily link in my signature

a1Pha said:
However, my other question is - what is the point in creating a new thread when all you did was adding a line in BoardConfig.mk (and you misconfigured partition sizes, which can be dangerous..)? I mean like, seriously, where is the developer team spirit? I know this all is about competition and so, but giving a hint in the other thread should have been enough, don't you think so? If we don't team up we will end up in a big fragmentation problem..
---------- Post added at 04:55 PM ---------- Previous post was at 04:54 PM ----------
PS: Didn't want to sound harsh, I am just wondering - we could create a central git tree or so..
Click to expand...
Click to collapse
Sorry, i open a new thread because i think links will be in different thread, but if a moderator can merge the threads, perfect.
And if you and inmortal_yash want we can create a organization in github to push our projects

josalaito said:
Sorry, i open a new thread because i think links will be in different thread, but if a moderator can merge the threads, perfect.
And if you and inmortal_yash want we can create a organization in github to push our projects
Click to expand...
Click to collapse
ya sure lets make
BTW i have updated my github please give it a look i have made alot of modifications
github address in my signatures

immortal_yash said:
ya sure lets make
BTW i have updated my github please give it a look i have made alot of modifications
github address in my signatures
Click to expand...
Click to collapse
Ok, i watching it now, i'm having a exams period in high school this week, but when i finish, i'll have holidays and i'm working on this in this christmas.

Related

[DISCUSSION] [I9505] CyanogenMod 10.2 Official

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.3 (Jelly Bean), which is designed to increase performance and reliability over stock Android for your device.
Q/A thread:
http://forum.xda-developers.com/showthread.php?t=2296266
Please use the above unless you have something development-related to contribute here. Thank you.
Code:
#include
/*
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
Instructions
First time flashing CyanogenMod 10.2 your device, or coming from another ROM?
Download the zip(s).
Install a compatible Recovery
Perform a NANDroid backup of your current ROM (Optional)
Wipe data & cache partitions of your device
Flash CyanogenMod.
Optional: Install the Google Apps addon package . 4.3 Package
Useful Links
BBQLog changelog
jfltexx CyanogenMod wiki
Jira issue tracker
DO NOT REPORT BUGS FOR NIGHTLY BUILDS!
Other Issues?
Use this for obtaining logs.
These are nightlies so bug reports are not accepted. You are relying on yourself and your peers in this thread for support!
Download Links
CyanogenMod:
Nightly: http://get.cm/?device=jfltexx&type=nightly
The CyanogenMod team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
"Thanks button is just to avoid "THANKS" posts in threads. Nothing more than that. Don't ask in signature or post for it and defeat the purpose why it was introduced"
Reserved
Known issues:
If you have problems flashing, make sure you have an updated recovery installed.
This one should work fine: http://invisiblek.org/gt-i9505/recoveries/cwm-07012013-jfltexx.img
No IR Blaster - REVIEW IN PROGRESS FOR THIS. WE WILL HAVE SOON
In the interim, here are unofficial builds by me with IR added: http://bit.ly/1arbKje
Possible bluetooth disconnection issues
Want Pie controls? See my post from d2vzw, it applies here as well: http://forum.xda-developers.com/showpost.php?p=40758091&postcount=1467
The fix to actually get these working was merged on 6/2. Any build 20130603 and later will have it.
Wifi Issues?
See here: http://forum.xda-developers.com/showpost.php?p=42384912&postcount=101
"Thanks button is just to avoid "THANKS" posts in threads. Nothing more than that. Don't ask in signature or post for it and defeat the purpose why it was introduced"
You should also mention that this is for the i9505 in the title.
runedrune said:
You should also mention that this is for the i9505 in the title.
Click to expand...
Click to collapse
Done buddy
Sent from my GT-I9103 using xda app-developers app
Umm...Nice Idea Buddy now we can keep the Development Thread Clean
Wifi issue...
Thanks for this solution !
I've build myself my rom based on the last T-Mobile CM rom and Victoractor method, and I'm still having wifi issues at every reboot !
Also, I noticed that I had an inferior score with Antutu benchmark than the one I got with official ROM from Samsung with blotwares and so named RAM eaters !
Last, may I update CM with OTA on my I9095 ?
Thanks !
jfltetmo CM10.1 nightly is working great on my I9505. Didn't have to change any ril lib or apn file.
Aerys said:
jfltetmo CM10.1 nightly is working great on my I9505. Didn't have to change any ril lib or apn file.
Click to expand...
Click to collapse
There is no risk ? Sincerly I don't know if the I9095 and T-Mobile variants are exactly the same at hardware level to allow us it with no change ?
Same hardware im using it right now on my i9505
Aerys said:
Same hardware im using it right now on my i9505
Click to expand...
Click to collapse
Yes I know but based on Wikipedia, it seems there is some differences, for example at LTE frequencies level. I don't know if this will have issues or not when using the original CM with no changes !
supertack said:
Yes I know but based on Wikipedia, it seems there is some differences, for example at LTE frequencies level. I don't know if this will have issues or not when using the original CM with no changes !
Click to expand...
Click to collapse
It shouldn't matter as long as you use the right modem for your phone. I think.
runedrune said:
It shouldn't matter as long as you use the right modem for your phone. I think.
Click to expand...
Click to collapse
I will give it a try !
---------- Post added at 08:21 PM ---------- Previous post was at 07:27 PM ----------
Hummm still having no wifi at boot !
---------- Post added at 08:35 PM ---------- Previous post was at 08:21 PM ----------
I could fix the wifi using this commands on the emulator :
From S4
1. su
2. rm /data/.cid.info
But I have to do it manually at each reboot...any solution ?
is bluetooth fixed on this already or not?
couldn't play descent music with headset or bluetooth speakers.
That's the only thing keeping me from going back to the build everything else was fine.
Using the 0524-hax build, sometimes when I boot my device just hangs on the S4 boot logo and I have to restart the phone manually.
Also sometimes if I try and turn my phone on while it's charging, it sometimes hangs on the battery boot screen.
Pixelhouse said:
is bluetooth fixed on this already or not?
couldn't play descent music with headset or bluetooth speakers.
That's the only thing keeping me from going back to the build everything else was fine.
Click to expand...
Click to collapse
Call don't work via Bluetooth headset but music can be played.
Sent from my GT-I9103 using xda app-developers app
Nice thread. At least, Dev thread will be clean due to this. Keep it up.:good:
can i know how is the battery life? like screen on time on LTE and wifi?
quite worried about the bluetooth part.. need it for my car..
The thing that keeps me away from it are the few bugs and the stutters... They are bad sometimes... And such strange lags like in the browser bookmarks (swiping left right, up down is a slideshow if some own bookmarks are added..)
Gesendet von meinem GT-I9505 mit Tapatalk 2
Disturbed™ said:
Nice thread. At least, Dev thread will be clean due to this. Keep it up.:good:
Click to expand...
Click to collapse
Thanks bro
mgear356 said:
can i know how is the battery life? like screen on time on LTE and wifi?
quite worried about the bluetooth part.. need it for my car..
Click to expand...
Click to collapse
Buddy battery life is superb!
Sent from my GT-I9103 using xda app-developers app

[ROM][UNOFFICIAL] Cyanogenmod CM10.2 for Wiko Stairway (MT6589) WIP

Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
CyanogenMod/CWM is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed.
This is a rom for Wiko Stairway. Do not install on any other device than the Wiko Stairway - I have not tested it on other clones (e.g. the Canvas4 210). If you do and it works, please report here.
What works:
- SIM1 for phone calls (incoming/outgoing) and SMS, data (2g, 3g)
- Audio (mic, loudspeaker, headphones)
- most sensors (auto brightness seems to be broken, but sensor works)
- Wifi (not wifi direct)
- candy crush, facebook and twitter
What doesn't work:
- everything else: 2nd sim card, camera, (hw) video decoding, GPS, BT, FM radio, hw composer, rest of MTK specifics.
Credits: many thanks go to the omnirom project as they have done lots for mt6589 already (https://gerrit.omnirom.org/#/q/topic:mt6589,n,z). Esp to xplodwild and drshadow...
Installation guide:
- Install CWM (see here: http://forum.xda-developers.com/showthread.php?t=2440304) - if you don't have it yet, make sure you backup recovery.img
- Make a backup with CWM - you will want to go back to stock, don't blame me if you don't have a backup!!!
- copy the cm_stairway-otaXYZ.zip to the phone and flash the zip with CWM
- copy the gapps to phone and install the zip (see: http://wiki.cyanogenmod.org/w/Google_Apps - this is CM10.2)
- Wipe
Downloads:
http://goo.im/devs/chrmhoffmann/wiko/cm_stairway-UNOFFICIAL-FULLOFBUGS-0.2.zip
md5sum: a73e082aefa49c2218e53764efbd0182
Older releases:
File:
http://goo.im/devs/chrmhoffmann/wiko//cm_stairway-ota-062acbbdf8.zip
md5sum:
d8713ef51424b59e5db0301e5158a855 cm_stairway-ota-062acbbdf8.zip
Sources:
Kernel: https://github.com/chrmhoffmann/android_kernel_wiko_stairway
Device: https://github.com/chrmhoffmann/android_device_wiko_stairway
Android: https://gerrit.omnirom.org/#/q/topic:mt6589,n,z - more to come
got a first boot with the UI
Yay!
^^ Good
What else do you need to fix?
superdragonpt said:
^^ Good
What else do you need to fix?
Click to expand...
Click to collapse
Everything... No wifi, hwcompo, no gsm, etc. etc.
RESERVED
.......Reserved........
---------- Post added at 02:15 AM ---------- Previous post was at 02:12 AM ----------
Wating for this ....
Hope you'll manage to get this up asap.
Good luck. :fingers-crossed:
chrmhoffmann said:
Hi,
experimenting with wiko and cyanogenmod. I am currently stuck as the dalvikvm doesn't start.
Any hints?
I have my current device tree here:
https://github.com/chrmhoffmann/android_device_wiko_stairway
I have replaced the usual blobs vendor lib/hw libion libcutils (strange) etc.
Rgds,
Chris
Click to expand...
Click to collapse
1. use the original libs and binaries from /vendor/*
2. add some libs in /lib/*
library "/system/lib/libnetcmdiface.so" not found
could not load library "libaudiosetting.so" needed by "audio_policy.default.so"
could not load library "libcam.utils.so" needed by "camera.default.so"
Click to expand...
Click to collapse
3. try now
luckasfb said:
1. use the original libs and binaries from /vendor/*
2. add some libs in /lib/*
3. try now
Click to expand...
Click to collapse
can you post the rom? will try to port to another 6589 device :laugh:
chrmhoffmann said:
Yay!
Click to expand...
Click to collapse
Its canvas 4 na???? How u got it???
Sent from my A210 using XDA Premium HD app
bump
excellent buddy... How did u do that....i was working on this for more than 25 days but wasnt able to build also...
Hats off to u buddy.....
If possible upload the rom....
[email protected] said:
excellent buddy... How did u do that....i was working on this for more than 25 days but wasnt able to build also...
Hats off to u buddy.....
If possible upload the rom....
Click to expand...
Click to collapse
+1...
Great Hope you will upload the alpha version for devs very soon :good:
luckasfb said:
1. use the original libs and binaries from /vendor/*
2. add some libs in /lib/*
3. try now
Click to expand...
Click to collapse
Where did you buy the phone and how did you solve the platform/RIL issues?
Or do you have single sim support only?
Great job!
Great Work!
Continue this!
---------- Post added at 01:13 PM ---------- Previous post was at 01:12 PM ----------
Great Work! Continue This!
xhxx said:
Great Work!
Continue this!
---------- Post added at 01:13 PM ---------- Previous post was at 01:12 PM ----------
Great Work! Continue This!
Click to expand...
Click to collapse
Continue with what?
This is as far as he (and we) can go.
He have done the best he could with the available sources..
There's nothing more to improve at this moment.
Take Care
Sin ..
chrmhoffmann said:
Yay!
Click to expand...
Click to collapse
That's some achievement!
Did you get the CWM work?
Any progress??
teodor79 said:
Any progress??
Click to expand...
Click to collapse
No.
Here's what you (and. we) can do to help:
Spamm those Emails from Mediatek, and ask for their platform sources...
They wont give it to you, but you will feel alot better after thay.
I was...
Take care

[ROM][D850] CyanogenMod 12 UNOFFICIAL EXPERIMENTAL TEST BUILDS

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0, which is designed to increase performance and reliability over stock Android for your device.
THIS IS UNOFFICIAL EXPERIMENTAL BUILDS WHICH CONTAINS CODE TO BE TESTED BEFORE IT IS MERGED INTO CM.
IF YOU WANT OFFICIAL BUILDS THEN CHECK HERE​
Code:
#include
Your warranty is now void!
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed.
Please do some research if you have any concerns about features included in this ROM before flashing it!
YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Official CyanogenMod Wiki: http://wiki.cyanogenmod.org/
Important information:
This thread is for CyanogenMod 12 opensource builds for the LG G3 (D850). The following will not be supported in this thread:
Custom Kernels
Mods
Modified system files
Xposed
Instructions:
Your device will need to be rooted and have custom recovery before proceeding. Please check your device forum for instructions.
First time flashing CyanogenMod 12 your device, or coming from another ROM?
Download the zip(s).
Install a compatible Recovery
Perform a NANDroid backup of your current ROM (Optional)
Wipe data & cache partitions of your device
Flash CyanogenMod.
Optional: Install the Google Apps add-on package.
Already on CM12, try a dirty flash.
Reboot into recovery
Make back up <optional>
Wipe cache, system, dalvik-cache
Optional: Install the Google Apps add-on package.
Reboot
Download: CM12 EXPERIMENTAL BUILDS - Check EXPERIMENTAL folder for your device
AndroidFileHost - HERE
BasketBuild - HERE
Goo.im - HERE
Google Apps: Optional add on package that allows Google Play services such as Google Play Store and other Google Apps outside of AOSP based ROMs.
Check THIS post
Changelog:
CyanogenMod Change Log HERE
G3 Specific Change Log HERE
D850 Specific Change Log HERE
AndroidUser00110001 Change Log HERE
invsisblek Change Log HERE
GitHub - Source Code:
GitHub - CyanogenMod
GitHub - AndroidUser00110001
GitHub - invsisblek
Credits:
Thanks to all sent Paypal!!!
CyanogenMod
Thanks to @invisiblek for the work he has done on device trees.
Change Log & Other info
Changelog:
2015-01-12 - In addition to the changes below. This build is currently being built and uploaded.
g3: Get rid of ctrl_interface=/data/misc/wifi/sockets http://review.cyanogenmod.org/#/c/84746/
camera: add 3840x2160 video size http://review.cyanogenmod.org/#/c/84832/
camera: set lge-camera parameter - http://review.cyanogenmod.org/#/c/84833/
2015-01-11 - This build is currently being uploaded.
In addition to the changes from 2015-01-08
Set System prop to allow proper Imsi handling - http://review.cyanogenmod.org/#/c/84293/
selinux: Fix access to the vibrator amplification sysfs - http://review.cyanogenmod.org/#/c/84770/
Camera2: Samsung 4k Camera workaround - http://review.cyanogenmod.org/#/c/83332/
Some changes may have been merged but not in latest nightly.
2015-01-08 - This build is currently being built and will be on servers in about an hour from now.
In addition to the changelog in post #1 the following code has been merged into today's EXPERIMENTAL TEST BUILD
Adjust volume for voice-speaker
Default AT&T G3 APN
d850 cleanup
sepolicy: give radio access to tap2wake node
ProximitySensorManager: disable TapToWake while we have a prox wakelock
Bugs:
Only report bugs for UNOFFICIAL EXPERIMENTAL BUILDS pertaining to new code that is listed above in the changelog. Please report if anything is broken or if fixes actually fix something. THANKS!
For proper technique on reporting bugs:
Read THIS and THIS.
When reporting a bug be as specific as possible.
Make sure you can replicate the bug when coming from a clean install with no other apps installed besides what comes with ROM and GApps.
If you narrowed down a specific app that crashes only on CM ROM then please include app version and all info about app too.
Do not have any modifications done to the Android system besides.
It is very important to read on the proper technique to report a bug. Helps keep thread clean and makes tracking issues easier.
If your D850 is not on AT&T then use this TWRP flashable patch to update the APN files.
AndroidUser00110001 said:
Reserved
Click to expand...
Click to collapse
Sweet, can't wait to check this out!
Holy crap am i first? XD
The link is just a bin file atm. Goo is being slow i guess.
---------- Post added at 09:34 AM ---------- Previous post was at 09:33 AM ----------
Lol balls. You beat me by 2 minutes.
Omg. [emoji1]
Sweet! I'll be testing this out and seeing what's up!
Enjoy...download link is up!
Please help keep this thread clean and post bugs in Q&A. I will fix what I can tonight. Have to get to work, already late.
AndroidUser00110001 said:
Enjoy...download link is up!
Please help keep this thread clean and post bugs in Q&A. I will fix what I can tonight. Have to get to work, already late.
Click to expand...
Click to collapse
Thank you for your time!
AndroidUser00110001 said:
Enjoy...download link is up!
Please help keep this thread clean and post bugs in Q&A. I will fix what I can tonight. Have to get to work, already late.
Click to expand...
Click to collapse
Link asks me to sign in? Is that supposed to happen?
themustached said:
Link asks me to sign in? Is that supposed to happen?
Click to expand...
Click to collapse
Crap, fixing it now
Link fixed
https://arion.seedboxes.cc/thcue/ow...vice=files&t=a1d98f0209f924c2c6b3d8faf8bafffe
How can I download, it just takes me to a cloud site that I have to login to??
Downloading now.
@_Infamous_
Post #10
http://forum.xda-developers.com/showpost.php?p=56879970&postcount=10
HAvoktek said:
@_Infamous_
Post #10
http://forum.xda-developers.com/showpost.php?p=56879970&postcount=10
Click to expand...
Click to collapse
Yea I saw that still won't download for me just stays at 0%
I can't get it to download ..... Can you upload to different server ....
2SHAYNEZ
---------- Post added at 04:09 PM ---------- Previous post was at 04:06 PM ----------
I keep getting unsuccessful when trying to download.... Using chrome ...weird
2SHAYNEZ
Anyone else having trouble downloading?
Mine downloaded fine.
Yea...not downloading here for me either
Try downloading from your PC. It wasn't working on my phone, but it's downloading fine from my PC.
shayneflashindaily said:
I can't get it to download ..... Can you upload to different server ....
2SHAYNEZ
---------- Post added at 04:09 PM ---------- Previous post was at 04:06 PM ----------
I keep getting unsuccessful when trying to download.... Using chrome ...weird
2SHAYNEZ
Click to expand...
Click to collapse
Yea I can't download either

[ROM] MOS -MainStageOS Lithium [7.1.2][291017]

Code:
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
MainstageOS Project is an AOSP based ROM with OMS support and aims to provide a pure Android experience with no customization capabilities and with a completely clean operating system, with the need to leave other applications to the user's personal choice! #mainStage
Click to expand...
Click to collapse
Instructions​
Code:
-Download the ROM and GApps of your choice
-Backup each and every partition from TWRP Recovery
-Make a full wipe (system, data, cache, dalvik)
-Flash MOS Package
-Install GAPPS package
-Wipe cache!
-And at last Reboot!
Bugs​
Code:
ROM comes with app only "Main":
- Settings
- Camera
- DocumentsUI
- Launcher3
- Keyboard
Features​
Code:
*All AOSP Features
Downloads
https://mega.nz/#!8X4nyDSQ!DW01hSXFKgbKNcG_PhQpimLB7LUBa8uYOvxFGlDV8hw
Click to expand...
Click to collapse
Other info
Device Tree and Common is from Marchetto , vendor/Xiaomi is from BitO and kernel is Lineage´s one a bit tweaked.
Thank you! Downloading and flashing now
Sent from my MI MIX using XDA-Developers Legacy app
@YazumiWuHung you have plans for give official support or just have build it and shared?
Hlcpereira said:
@YazumiWuHung you have plans for give official support or just have build it and shared?
Click to expand...
Click to collapse
Yeah i will keep it updated . I have MOS oreo source code downloaded but didn't start building. New update coming tomorrow.
No incallui? I can't answer calls or get an incall screen when making calls...
sephhi said:
No incallui? I can't answer calls or get an incall screen when making calls...
Click to expand...
Click to collapse
Set dialer as default...
---------- Post added at 09:49 ---------- Previous post was at 09:40 ----------
YazumiWuHung said:
Yeah i will keep it updated . I have MOS oreo source code downloaded but didn't start building. New update coming tomorrow.
Click to expand...
Click to collapse
Well... I've just asked about you going ask official support or had discontinued because I'm the project co-leader. You're free to build Oreo, but we have disable repo sync for a while to work on it.
And of course, you and everyone here can go to G+ community and look Twitter and Telegram Channel for look for updates and news about it..
YazumiWuHung said:
Yeah i will keep it updated . I have MOS oreo source code downloaded but didn't start building. New update coming tomorrow.
Click to expand...
Click to collapse
I wish this was still true
albertoduqe said:
I wish this was still true
Click to expand...
Click to collapse
??
Sent from my lithium using XDA Labs

Development elytraOS Official for OnePlus 9

Code:
/*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, We will laugh at you.
* It is your fault because you chose to do all the modifications on your device.
* Remember projects like these and the work done on them is a hobby to the
* contributors and the team members, no one is working for you nor is getting paid for it
* have some respect for the work done by them since it is done purely on interest or a hobby
*/
ABOUT
elytraOS is an Android Open Source Project based Android mobile operating system with the aim of keeping things minimal and fast.
Website: https://elytraos.com/
Telegram: Channel | TG Portal/Links
Github: https://github.com/elytraOS
WHAT WORKS?
Almost everything
WHAT DOESN'T WORK?
You tell me
Be sure to include a log : check how to
DOWNLOADS
Click here to Download
GPL compliance:
ROM Source- https://github.com/elytraOS
Kernel Source-Kernel
reserved
/* Disclaimer */
I have made a kernel posted on oneplus 9 pro threads (LINK)
post flashing the ROM, it's best to flash my kernel for best usecase scenario
Thanks for your work.
Flashed on op9 pro just fine but status bar is off.camera notch is off etc.other then that pretty nice build.
gillim74 said:
Flashed on op9 pro just fine but status bar is off.camera notch is off etc.other then that pretty nice build.
Click to expand...
Click to collapse
Its for the op9.. You will get bugs like that because its got a different sized screen.
What i did to flash
- extracted payload.bin
- place files in c63 firmware flasher provided by the Crdroid developer
-flash
reboot recovery
adb sideload.
do ota updates work on this rom and about how often will updates be released or is it just when ever there is an update ready no solid timeline kinda like how nameless was
wheren is the boot img?
Diaze said:
wheren is the boot img?
Click to expand...
Click to collapse
Extract the payload.bin with Payload dumper go.
stez827 said:
do ota updates work on this rom and about how often will updates be released or is it just when ever there is an update ready no solid timeline kinda like how nameless was
Click to expand...
Click to collapse
i will try monthly updates until i feel A13 is ready to go
Vmo x said:
Extract the payload.bin with Payload dumper go.
Click to expand...
Click to collapse
tried that but its not booting. maybe i need dtbo and vendor boot also.
Diaze said:
tried that but its not booting. maybe i need dtbo and vendor boot also.
Click to expand...
Click to collapse
Feel free to PM me if you need any help. It's very easy to flash compared to other roms and also the most stable one I've used so far on the OP9.
OP flash instructions?
Vmo x said:
Feel free to PM me if you need any help. It's very easy to flash compared to other roms and also the most stable one I've used so far on the OP9.
Click to expand...
Click to collapse
isnt it easier to just put the needed files in op. like all roms have.
or maybe can you put them here please?
Diaze said:
isnt it easier to just put the needed files in op. like all roms have.
or maybe can you put them here please?
Click to expand...
Click to collapse
I am not allowed to link any files, I only posted to help anyone else that had struggles booting.
https://wiki.lineageos.org/devices/lemonade/install
The link I have provided may help you if you want to flash manually without the need of other tools or files.
Ty. will wait for the proper installation files so i dont risk to brick it. thanks anyway
Maybe op will post them someday
Diaze said:
Ty. will wait for the proper installation files so i dont risk to brick it. thanks anyway
Maybe op will post them someday
Click to expand...
Click to collapse
i don't know of any specific rom flash method on other roms for this device, but a simple reboot to recovery, format and flash on a slot of your choice should suffice, if your on any of the recent A12 vendor builds of most of the roms available. i did the same for switching from nameless to los to my arrow build.
if this doesn't work you can let me know, we can figure something out.
Diaze said:
Ty. will wait for the proper installation files so i dont risk to brick it. thanks anyway
Maybe op will post them someday
Click to expand...
Click to collapse
If you want the original files just extract them from the payload.bin?
this thread will be now for my ROM - elytraOS.
it's a clean, minimal ROM with focus on blur and heavy source optimizations.
i am sure it will appeal to everyone. hope y'all give it a try.

Categories

Resources