{
"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"
}
SlimLP for ghost
I am a builder, not a developer.
** DOWNLOAD BUILDS **
NOTES:
Tested GApps: OpenGapps; arm, 5.1, pico
Gestures: Camera twist, pick-up, & chop-flashlight all work, but cannot be turned off, or set to custom actions.
** SOURCE **
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Additions -->
<project path="packages/apps/Eleven" name="CyanogenMod/android_packages_apps_Eleven" remote="github" revision="cm-12.1" />
<!-- Device -->
<project path="device/motorola/ghost" name="cyril279/android_device_motorola_ghost" remote="github" revision="lp5.1" />
<project path="device/motorola/msm8960dt-common" name="cyril279/android_device_motorola_msm8960dt-common" remote="github" revision="lp5.1" />
<project path="kernel/motorola/ghost" name="CyanogenMod/android_kernel_motorola_ghost" remote="github" revision="cm-12.1" />
<project path="vendor/motorola" name="SimonSays/proprietary_vendor_motorola" remote="github" revision="cm-12.1" />
</manifest>
extracted from updater-script:
Code:
This package is for device: xt1052,ghost,xt1053,ghost_retail,xt1055,ghost_usc,xt1056,ghost_sprint,xt1058,ghost_att,ghost_rcica,xt1060,ghost_verizon;
I WELCOME feedback!
BIG thanks to @athulele for testing and feedback of the early blind-builds.
I am brand new to the moto x, but not to building ( SGH-i777 portfolio )
-Cyril
Will check it out, just give me 10 mins
i give it a try
can you build a marshmallow rom? thnx
Okay, it boots and everything is working. There's no option is settings for "Gestures" like twist to open camera etc.
Also, the DPI is set very low at boot. Other than that, ROM is fast and smooth!
Layers RRO works, but some dark themes don't work properly.
Hope I helped.
Excellent, thank you, that feedback is very helpful ( and encouraging :victory. I will look into finding the hooks for gestures, but it will be a challenge for me to blend CM's device format with Slimroms' code.
What do you mean by "set very low"? is the text and items very small? Slimroms typically uses a non-stock DPI.
If anyone is able to post some screenshots of "settings" and "about phone" ?
athulele said:
Okay, it boots and everything is working. There's no option is settings for "Gestures" like twist to open camera etc.
Also, the DPI is set very low at boot. Other than that, ROM is fast and smooth!
Layers RRO works, but some dark themes don't work properly.
Hope I helped.
Click to expand...
Click to collapse
cyril279 said:
Excellent, thank you, that feedback is very helpful ( and encouraging :victory. I will look into finding the hooks for gestures, but it will be a challenge for me to blend CM's device format with Slimroms' code.
What do you mean by "set very low"? is the text and items very small? Slimroms typically uses a non-stock DPI.
If anyone is able to post some screenshots of "settings" and "about phone" ?
Click to expand...
Click to collapse
Yeah, the stock DPI is 320 while Slim sets it at 280. Not a big issue.
I've attached the current about phone (running slim)
and a screenshot of gestures from CM which should be present.
Do you want a screenshot of settings while running a dark theme? because i think that it's simply layers not being updated to latest 2.1
Now that I know that it boots and has at least core functionality, I'll first work on settings and functionality.
If you still have it loaded, a screenshot of the settings as they are right now would be very helpful.
I'll get to layers farther down the road.
Thanks again for trying out this blind-build.
-Cyril
athulele said:
Yeah, the stock DPI is 320 while Slim sets it at 280. Not a big issue.
I've attached the current about phone (running slim)
and a screenshot of gestures from CM which should be present.
Do you want a screenshot of settings while running a dark theme? because i think that it's simply layers not being updated to latest 2.1
Click to expand...
Click to collapse
cyril279 said:
Now that I know that it boots and has at least core functionality, I'll first work on settings and functionality.
If you still have it loaded, a screenshot of the settings as they are right now would be very helpful.
I'll get to layers farther down the road.
Thanks again for trying out this blind-build.
-Cyril
Click to expand...
Click to collapse
Here you go -
Look it, https://github.com/crdroidandroid/a...mmit/6617d8ee92ec15aa3ee16c79c73e4f4cbd8e04fb lock APP in recents screen, add in ROM?
Nice try sir. I say TO my self that I am not tested and other rom for this Phone because of the random reboots. All the roms cm,pa,mokee, aosp,nexus,aicp, have a random reboot per Day. So I will wait Any marshmallow custom rom if Any developer work on it for this Phone. Nice work again.
No bugs or random reboots so far
for gestures one u need to modify the framework_base of slim to put some cm files which is missing in slim
The gestures work . It's just invisible
cmr_noob said:
The gestures work . It's just invisible
Click to expand...
Click to collapse
Thanks, I was actually wondering about whether the gestures worked even though they weren't showing in settings.
Megatron007 said:
for gestures one u need to modify the framework_base of slim to put some cm files which is missing in slim
Click to expand...
Click to collapse
Cheers Megatron, I notice you've got a lot threads going for ghost, and I appreciate you taking the time to help me out. I have been trying to sort out which way to go about it... I do see that I have to modify base if I want to use the dt-common as-is, or I have to modify dt-common to use slim's "devicehandler" (using oppo_common and m8_common as guidelines)
I think that the right way would be to implement slim's "devicehandler" in dt-common (instead of cm's "doze") to use slim's frameworks_base as designed, but I'm honestly concerned that may be beyond my level.
Do you know specifically what I would need to add to slim's frameworks_base to hook gestures to settings correctly?
-Cyril
cyril279 said:
Thanks, I was actually wondering about whether the gestures worked even though they weren't showing in settings.
Cheers Megatron, I notice you've got a lot threads going for ghost, and I appreciate you taking the time to help me out. I have been trying to sort out which way to go about it... I do see that I have to modify base if I want to use the dt-common as-is, or I have to modify dt-common to use slim's "devicehandler" (using oppo_common and m8_common as guidelines)
I think that the right way would be to implement slim's "devicehandler" in dt-common (instead of cm's "doze") to use slim's frameworks_base as designed, but I'm honestly concerned that may be beyond my level.
Do you know specifically what I would need to add to slim's frameworks_base to hook gestures to settings correctly?
-Cyril
Click to expand...
Click to collapse
need to compile and see it for the ghost i will compile and let you know and will upload the changes to github
@Megatron007 says "Relax Cyril, let me do the heavy lifting"
The more I think about it, the more that it seems that I'm simply missing (or need to rename) a .xml entry to get cm's "doze" (gestures) entries to show up in settings.
Either way, I appreciate the help.
- Cyril
bromoxitos said:
Nice try sir. I say TO my self that I am not tested and other rom for this Phone because of the random reboots. All the roms cm,pa,mokee, aosp,nexus,aicp, have a random reboot per Day. So I will wait Any marshmallow custom rom if Any developer work on it for this Phone. Nice work again.
Click to expand...
Click to collapse
Right now im using Mokee and have 238+ of active time. And even with other ROMs I tried didn't have random reboot per day.
I always do fresh install and now prefer to keep stock kernel (for stability e.g using send display feature), battery life is great.
Moto x 1052
lavero.burgos said:
Right now im using Mokee and have 238+ of active time. And even with other ROMs I tried didn't have random reboot per day.
I always do fresh install and now prefer to keep stock kernel (for stability e.g using send display feature), battery life is great.
Click to expand...
Click to collapse
Well sry I always do clean install and I always wait with stock kernel to see if this roms do any random reboot.... And always they do at list one per Day.
I don't know propably my xt1052 model have any hardware issue.
Right Now I am using mokee kk history Last version and I am very happy.
bromoxitos said:
Well sry I always do clean install and I always wait with stock kernel to see if this roms do any random reboot.... And always they do at list one per Day.
I don't know propably my xt1052 model have any hardware issue.
Right Now I am using mokee kk history Last version and I am very happy.
Click to expand...
Click to collapse
I run LP Mokee, last me whole day
Settings > Navigation > Gestures :victory:
** 2015/11/29 build **
I have at least got gestures hooked to Slim's settings, although I do NOT have it set up to enable the assignment of custom gestures.
@Megatron007 :
https://github.com/cyril279/android...mmit/1ab792a61f397f50d3d445bc68378a02b5322e10
Related
Hey Guys! Finally, Release date has arrived for AxxionKat, You all know how much My partner @ThatKawaiiGuy and I have worked on this, and how proud we are of it
{
"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"
}
Disclaimer:
We are NOT responsible if your phone expodes or cause something bad like you lose your high score, if something does happen, we will all ty our best to help you out of it.
It's YOUR device, and YOU choose what you do with it.
If you have an error, please attach a logcat to it as it becomes easier to fix.
ROM FEATURES
Built with LINARO 4.9.1
SlimPIE (FIrst on a CM Based Rom)
CPU Freq QS Tile
QuickSettings
HALO
Floating Window from Omni
Slim Recents
Exclusive CRIMSON Mode
CM11 Theme Engine
Nav Bar Editor
Notification Backround
Notification Transparency
Customizable Status Bar
System App Remover
WakeLock Blocker
Profiles
CPU Info
Lockscreen Theme
LockScreen WallPaper
And many many more..
Click to expand...
Click to collapse
[/SIZE]
Click to expand...
Click to collapse
Screenshots!https://plus.google.com/photos/1164...ms/6017124037846455121?authkey=COa7v6zq3p2acQ
Flash Instructions
(The same of all the other ROMs) IMPORTANT! YOU HAVE TO RE-FLASH GAPPS WHEN DIRTY FLASH!
(If you have SetupWizard Issues, Flash ROM, boot up, get past the Wizard (You shall not pass), and reboot into recovery and then flash GAPPS
Downloads
ROM:
CRACKFLASHER
Enjoy
Bugs/Glitches
Halo is hard to activate sometimes since it "hides" behind + button of QS
Tell me if you got any
Remember, we are just 2 devs, spending our time in this, absolutely free, so please, donate, we appreciate it a lot, and it'll go towards all the deving we both do.
PLEASE Donate here
Thanks to:
CyanogenMod
Paranoid Android
CRDroid
Resurrection Remix
SlimRoms
Lego
HellyBean
Cl3kener
DrDevs
Anyone we forgot
XDAevDB Information
AxxionKat, ROM for the Motorola Droid RAZR/ RAZR
Contributors: @siracuervo; @ThatKawaiiGuy
ROM OS Version: 4.4.x KitKat
Based On: CyanogenMod
Ok, I'll bite. Thank you for uploading both builds before posting OP!
Also, can we get an MD5? I always like to verify the hash to ensure the integrity of my download.
Thanks for your work on this ROM!
Sent from my XT912 using Tapatalk
siracuervo said:
Hey Guys! Finally, Release date has arrived for AxxionKat, You all know how much My partner @siracuervo and I have worked on this, and how proud we are of it
Disclaimer:
We are NOT responsible if your phone expodes or cause something bad like you lose your high score, if something does happen, we will all ty our best to help you out of it.
It's YOUR device, and YOU choose what you do with it.
If you have an error, please attach a logcat to it as it becomes easier to fix.
ROM FEATURES
Built with LINARO 4.9.1
SlimPIE (FIrst on a CM Based Rom)
CPU Freq QS Tile
QuickSettings
HALO
MultiWindow
Exclusive CRIMSON Mode
CM11 Theme Engine
Nav Bar Editor
Notification Backround
Notification Transparency
Customizable Status Bar
System App Remover
WakeLock Blocker
Profiles
CPU Info
Lockscreen Theme
LockScreen WallPaper
And many many more..
Flash Instructions
(The same of all the other ROMs)
(If you have SetupWizard Issues, Flash ROM, boot up, get past the Wizard (You shall not pass), and reboot into recovery and then flash GAPPS
DownloadsROM: DrDevs
Enjoy
Bugs/GlitchesHalo is hard to activate sometimes since it "hides" behind + button of QS
Tell me if you got any
Remember, we are just 2 devs, spending our time in this, absolutely free, so please, donate, we appreciate it a lot, and it'll go towards all the deving we both do.
PLEASE Donate here
Thanks to:
CyanogenMod
Paranoid Android
CRDroid
Resurrection Remix
SlimRoms
Lego
HellyBean
Cl3kener
DrDevs
Anyone we forgot
XDAevDB Information
AxxionKat, ROM for the Motorola Droid RAZR/ RAZR
Contributors:
siracuervo; ThatKawaiiGuy
ROM OS Version: 4.4.x KitKat
Based On: CyanogenMod
Click to expand...
Click to collapse
Thx! Finally u did it! followed this project for a few weeks, will flash later after learning
Tapped from another Dimension
hm the MultiWindow feature is really appealing. mind posting some screenshots of the rom?
I am pretty noob about this; what does linaro means for us? what kind of difference does it make?
parser said:
I am pretty noob about this; what does linaro means for us? what kind of difference does it make?
Click to expand...
Click to collapse
Linaro is a custom toolchain, the toolchain is what builds the rom... Cm uses google stock toolchain.... And we use Linaro because it improves battery and makes the rom smoother and faster
seandop said:
Ok, I'll bite. Thank you for uploading both builds before posting OP!
Also, can we get an MD5? I always like to verify the hash to ensure the integrity of my download.
Thanks for your work on this ROM!
Sent from my XT912 using Tapatalk
Click to expand...
Click to collapse
The MD5 is in the download page, in the right of the file you see n "i" and there is it
506a9e768e85d43fdc782e647f5f1e85
İ am using bmm. May i have to change the meta folder like cm roms or not ?
tapatalk
draltus said:
İ am using bmm. May i have to change the meta folder like cm roms or not ?
tapatalk
Click to expand...
Click to collapse
I don't know, i use ss... But I think yes
Doesn't seem as responsive and smooth as I had hoped. I will let it settle for a day. On the positive side, it installed and setup without any issues!! A request also. Would like to see the battery ring around the unlock button.
sonomazr2 said:
Doesn't seem as responsive and smooth as I had hoped. I will let it settle for a day. On the positive side, it installed and setup without any issues!! A request also. Would like to see the battery ring around the unlock button.
Click to expand...
Click to collapse
Oh, this is the first feedback that says that... Well, let it settle first.... i will ad it then
Very nice
For an initial release this is running surprisingly well. Everything I have tried so far works. The phone, SMS, MMS, LTE/data, notification light, themes & even the split screen option works. The performance options look familiar and the ones I have tried seem to work. The crimson mode works, I'm not a big fan of red but it is a nice touch.
It installed fine with PA micro modular gapps. The download of the ROM was very slow and took nearly an hour. Once I let the ROM settle in and rebooted a couple times it smoothed out and there are not any major lags and I have not had any UI crashes but I have only been running it about 4 hours.
I am impressed so far.
PS: I did find one issue. In settings about phone, if you click on axxionkat statistics then it will force close settings.
ok, new rom for daily use, thanks
well done dev you make it, keep razr rolling :victory:
morr22066 said:
For an initial release this is running surprisingly well. Everything I have tried so far works. The phone, SMS, MMS, LTE/data, notification light, themes & even the split screen option works. The performance options look familiar and the ones I have tried seem to work. The crimson mode works, I'm not a big fan of red but it is a nice touch.
It installed fine with PA micro modular gapps. The download of the ROM was very slow and took nearly an hour. Once I let the ROM settle in and rebooted a couple times it smoothed out and there are not any major lags and I have not had any UI crashes but I have only been running it about 4 hours.
I am impressed so far.
PS: I did find one issue. In settings about phone, if you click on axxionkat statistics then it will force close settings.
Click to expand...
Click to collapse
Thanks, fixed for next version
Desde Argentina con mi XT910
siracuervo said:
Linaro is a custom toolchain, the toolchain is what builds the rom... Cm uses google stock toolchain.... And we use Linaro because it improves battery and makes the rom smoother and faster
Click to expand...
Click to collapse
I was also tracking your progress on this rom, but I didn't think you'd up the ante by building it with Linaro! Very well done Sira, I'll try it out later to see what it's like as a brand new rom here!
Sent from the Ace's MB865 using Tapatalk
Lets see some screen shots please!
blackops11252 said:
Lets see some screen shots please!
Click to expand...
Click to collapse
Uploading
Pretty great ROM, installed without any issues, seems smooth for now.
Sent from my Nexus 7 using Tapatalk
i got issue, i cant sent some file via bluetooth and cant customize theme setting , its forceclose . sorry for my bad english :beer:
Sent from my XT910 using XDA Free mobile app
{
"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"
}
We continue the tradition.
This time chinese developers are little ahead, but i am also here
Source:
CyanogenMOD https://github.com/CyanogenMod
OnePlus One kernel https://github.com/CyanogenMod/android_kernel_oneplus_msm8974/tree/cm-13.0
Credits:
CM Team and everyone who contributed to bacon, especially these guys
@tilaksidduram
@vinman12
Bugs:
This is whole bug i think...
Use ONLY English for now, other languages cause bootloop
Icoming Calls (reboot)
Camera (just a buggy stock app, use Google Camera)
FC's in old apps, better to remove them Removed for now
Buttons wont disable after screen off
[*]Root acces doesnt work
[*]Chrome FC (only in 28.10)
If you try to choose only GSM, FC
Date resets to 1970 after reboot
SMS/MMS issues?
After dirty update gapps are FC (only for someone?)
Of course more
This build is just to prove that it boots, i really reccomend you to dont use it at daily driver (if it's possible at all )
Used a lot of fixes (local and from gerrit)
Later we improve dat rom
Changelog:
Code:
14.11
Synced CM (over9000 changes according to my last builds)
Used device tree by [user=539770]@tilaksidduram[/user], it's always good
CM heavily updated their kernel (3.4.110)
Picked gesures icon fix
29.10
Bottanimation is fixed
Chrome Fixed
Added SMS app (ancient from AOSP)
Picked Status Bar Customization
Problems after reboot still here (SIM, WiFi, etc), to solve them reboot again
Just to be sure reverted http://review.cyanogenmod.org/#/c/115755/ , ringtone and music works fine
+ Fixes + Bugs
28.10
READ THIS http://forum.xda-developers.com/showpost.php?p=63530288&postcount=426
Replaced Browser app from Temasek Rom
Music Player works
Themes are present, but "Failed to install theme"
SU option is sticky, but Root Explorer says "no su", use SuperSU
It's fast, yeah
Calls work fully
Language works
To builders: u can take cm_strings from 12.1 for your language, 99% lines will be translated for now (tested with russian)
They broke the bootanimation binary, so u will see just a black screen
Why it's crazy? You wont have Wi-Fi, BT, SU, Network -> Reboot, u have it -> Reboot, again peroblems -> Reboot, u have it
25.10
Fix calls (but incoming still cause trouble)
Fixed bootloop caused by commit in /frameworks/base
Kexec-hardboot for multirom
Synced with CM
Doze enabled
23.10
Picked Clear All option
Removed some old apps for now (browser, sound recorder, etc)
Picked fix for SetupWizard
Synced with CM
zip with usual /system folder
Fix camera (saving photos) thanks to [user=539770]@tilaksidduram[/user]
21.10
Initial Release
How to get multirom working
Merged CM13 Commits
Open CM13 Commits
Downloads:
https://www.androidfilehost.com/?w=files&flid=41947
Gapps
Slim
Delta
From N4 AOSP
Manifest
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="CyanogenMod/android_device_oneplus_bacon" path="device/oneplus/bacon" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_device_oppo_common" path="device/oppo/common" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_kernel_oneplus_msm8974" path="kernel/oneplus/msm8974" remote="github" revision="cm-13.0" />
<project name="TheMuppets/proprietary_vendor_oppo" path="vendor/oppo" remote="github" revision="cm-13.0" />
<project name="TheMuppets/proprietary_vendor_oneplus" path="vendor/oneplus" remote="github" revision="cm-13.0" />
</manifest>
Some of used fixes
/android_external_stagefright-plugins
http://review.cyanogenmod.org/#/c/114239/ -merged
/android_device_oppo_common
http://review.cyanogenmod.org/#/c/111754/
http://review.cyanogenmod.org/#/c/114337/
/android_build
http://review.cyanogenmod.org/#/c/113774/
coz some stuff fails to build with openjdk
Code:
[email protected]:~/cm13# java -version
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
- solution
/android_device_oneplus_bacon
The most important were merged, so you can try different fixes from Gerrit
/android_external_sony_boringssl-compat
http://review.cyanogenmod.org/#/c/112647 -merged
/frameworks/base
http://review.cyanogenmod.org/#/c/114594/
/vendor/cm
http://review.cyanogenmod.org/#/c/111336/
/frameworks/opt/telephony
http://review.cyanogenmod.org/#/c/115047/
Also, there are some that needs to be solved manually
Removed that lib from makefile https://github.com/TheMuppets/proprietary_vendor_oneplus/blob/cm-13.0/bacon/bacon-vendor.mk#L50, it causes conflicts - fixed on Github
Some lines needs to be commented in vendor/common/xxxxx and vendor/cm/overlay/common/packages/services/Telecomm, u will see what exact when building - there is commit for this
...More that i forgot?
Yay!! Great to see a build from you! Thank you!
@CraZY_BoY^ Thanks man for the update.. you are always so quick
Cool! Congrats... looking forward for fully function ROM
CrazyBoy in the house!!
Nice, it took me a few days to get a build to boot, same thing buggy as well.
Non the less great job on getting this to boot.
If I get any solid fixes I will pass them on.
Will DL now and see how she runs,
Will post any feedback I can give you to help move this along.
+1
Huh I guess almost nothing work? But anyway thanks for your hard work I'm gonna look here forward for updates
Wysłane z mojego A0001 przy użyciu Tapatalka
Awesome.Good Job Dev. Gonna try soon.
wts1 said:
Huh I guess almost nothing work? But anyway thanks for your hard work I'm gonna look here forward for updates
Wysłane z mojego A0001 przy użyciu Tapatalka
Click to expand...
Click to collapse
Honestly, i think it can be used if you have enough time to hard-mod it:
- Remove old apps, replace them with actual google alternatives
- Disable buttons and use navbar, buttons are buggy
- Explore all bugs and defects, then we can find some solutions
Or just use AOSP builds, they are nice and have less bugs
This is just the beginning of cm13 history.
lovely. booting it up right now
CraZY_BoY^ said:
Honestly, i think it can be used if you have enough time to hard-mod it:
- Remove old apps, replace them with actual google alternatives
- Disable buttons and use navbar, buttons are buggy
- Explore all bugs and defects, then we can find some solutions
Or just use AOSP builds, they are nice and have less bugs
This is just the beginning of cm13 history.
Click to expand...
Click to collapse
I'm actually on homemade build, I wish help you but need something more stable with some futures what I'm using everyday like hw buttons , sloe shutter camera
Wysłane z mojego A0001 przy użyciu Tapatalka
Looking forward for this rom, will be checking it out for bug fixes regularly , I love cm over aosp anytime due to the customization available on cm. (does this build as all cm customization like buttons option in settings and dt2w themes etc.)
Tip: remove SetupWizard from your gapps if it crashes after booting
@CraZY_BoY^ i did some testing and noticed theres no audio during calls. You should add this to the bug list as its a major one. And a line saying that there's no features of cm present at the moment its like aosp just with trebuchet launcher which force closes when trying to protect apps.
Awesome Job!
vicelord97 said:
I fid some testing and noticed theres no audio during calls. You should add this to the bug list as its a major one. And a line sayung that there no features of cm present at the moment its like aosp just with trebuchet launcher which force closes when trying to protect apps.
Click to expand...
Click to collapse
Yep, of course it's buggy unusuable sh*t, CM just started working on CM13
U can find on gerrit a lot of commits with adding features, but it's not primary target, it will be buggy unusuable sh*t with a lot of buggy features
I advise everyone to have patience concerning CM, it's a long way before we can have something really good, remember cm12.x, pure AOSP project lead the way for now.
CraZY_BoY^ said:
Yep, of course it's buggy unusuable sh*t, CM just started working on CM13
U can find on gerrit a lot of commits with adding features, but it's not primary target, it will be buggy unusuable sh*t with a lot of buggy features
I advise everyone to have patience concerning CM, it's a long way before we can have something really good, pure AOSP project leads the way for now.
Click to expand...
Click to collapse
I think I've seen you before. Were you a galaxy grand Dev?
NoobInToto said:
I think I've seen you before. Were you a galaxy grand Dev?
Click to expand...
Click to collapse
Nope, i builded cm12.1
CraZY_BoY^ said:
Nope, i builded cm12.1
Click to expand...
Click to collapse
Sorry for ot.but did you play dmo? Lol
Ignore of you don't know what I mean.
BTW what gapps to use with this build?
NoobInToto said:
Sorry for ot.but did you play dmo? Lol
Ignore of you don't know what I mean.
BTW what gapps to use with this build?
Click to expand...
Click to collapse
I dont know what you mean
And I dont know which gapps are better, used Delta Gapps, SetupWizard FC, removed setup wizard and at least it works
MoKee OpenSource Project
{
"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"
}
DISCLAIMER
Code:
WARNING:
"Your warranty may become void.
I am not responsible for bricked devices, dead SD cards, and any kind of problems in your little life of yours.
Please do some research if you have any concerns about features included in this ROM before flashing it!"
INTRODUCTION
MoKee OpenSource is based on the Google AOSP. We update our source code frequently to keep up with the latest development, and not forgetting to merge in special features of our own at the same time.
A small group of people from around the world who are interested in Android launched this project on the 12th of December 2012, and is committed to make this ROM better and better. Like most contributors of open source projects (Omni, CyanogenMod, Slim AOSPA etc), we are doing all these in our free time as our passion…
Since this project is open source, anyone interested can participate in the development (maintain new devices, contribute code etc). Newcomers are always welcomed!
Read here for developer application: http://www.mfunz.com/en/developer-application, you can host your unofficial MoKee builds on our server!
Statistics:http://stats.mokeedev.com
Review:http://review.mfunz.com
Github:https://github.com/MoKee
Bug Tracker:http://issues.mokeedev.com/
MAIN FEATURES
-- ListView animations
-- Calendar - with lunar and solar calenders
-- Bulk SMS recipients
-- Adjustable SMS font size
-- SMS sending delay
-- Smart dialing
-- Speed dialing
-- IP dialing
-- Custom carrier name
-- Network speed in status bar (upload and download!)
-- Built in timer in Apollo - determine when to stop playing music
-- Unique Power Saver functions!
-- Custom screen off animations
-- Lockscreen notifications
-- Multiuser support
-- Smart Lock
-- Pre-Rooted
-- Many more! Since Mokee is constantly adding new features
SCREENSHOTS
INSTALLATION INSTRUCTION
-- Download the latest build & Gapps if you want
-- Make a backup of your ROM
-- Wipe dalvik cache, system, data, cache if coming from a different ROM
-- If is a mokee to mokee update no need to wipe, the install scrip will check compatibility
-- Flash ROM (Wait! the install process is slow)
-- Flash Gapps if you need
-- Reboot
XDA:DevDB Information
MoKee OpenSource, ROM for the OnePlus X
Contributors
dlhxr, MasterAwesome, martincz, MoKee OpenSource
Source Code: https://github.com/MoKee
ROM OS Version: 5.1.x Lollipop
Version Information
Status: Beta
Created 2015-12-20
Last Updated 2016-02-29
Credits and Links
Credits
*@MasterAwesome for his device tree. He is the real master!
*@martincz for his and his team members' work to bring MoKee!
*@ccfxny for discussing and fixing errors!
Changelog
Code:
201602291745
Update to lastest 5.1.1_r34
Fix tri-state-key completely
Delete NFC related code
201601281440
Update camera binary to Oxygen OS 2.2.0
201601180014
Update vendor blobs
201601160044
Update to latest source (Security patch to Jan 2016)
Try to use MasterAwesome's way to fix echo when calling
201601020155
Fix notification when charging
Remove WiFi dual band support
201601011731
Fix In-call Speaker Mic
Fix In-call Echo
(Thx to MasterAwesome & ravinder0003)
201512300526
Fix WiFi EAP
201512282011
Sync to latest sources
201512241518
Some fix for tri state keys
201512231259
Fix OTG
Fix hardware button vibration completely
201512230058
Fix FM radio
Fix in-call volume adjustment
201512220211
Fix notification LED
What doesn't work
In-call volume not reducing
In-call recording (You can use Capps to enable in-call recording)
In-call Speaker Mic
Notification LED
Ambient display
Recents button can't be remapped
What works
Mostly as same as CM (WiFi, Data, Camera, Bluetooth, GPS, Audio, etc...)
Downloads
BasketBuild: MK51.1-onyx-201602291745-UNOFFICIAL.zip
Baidu Cloud: http://pan.baidu.com/s/1eQSbbGI Code: 239m
Local Manifests
Device Tree: https://github.com/dlhxr/android_device_oneplus_onyx
Code:
<manifest>
<project name="dlhxr/android_device_oneplus_onyx" path="device/oneplus/onyx" remote="github" revision="mkl-mr1"/>
<project name="Mokee/android_device_oppo_common" path="device/oppo/common" remote="github" />
<project name="Mokee/android_device_qcom_common" path="device/qcom/common" remote="github" />
<project name="dlhxr/android_kernel_oneplus_onyx" path="kernel/oneplus/onyx" remote="github" revision="mkl-mr1" />
<project name="dlhxr/android_vendor_oneplus_onyx" path="vendor/oneplus/onyx" remote="github" revision="mkl-mr1" />
<project name="Mokee/android_hardware_qcom_fm" path="hardware/qcom/fm" remote="github" />
</manifest>
Can i flash blu spark on thiz rom??what kernel should i use??aosp or cm kernel?
Thanks a lot @dlhxr for your efforts, I knew this was coming but I didn't know you'll be bring it this early.
Congratulations and thank you.
LolHacker17 said:
Can i flash blu spark on thiz rom??what kernel should i use??aosp or cm kernel?
Click to expand...
Click to collapse
Same as CM, but needs ramdisk modification.
Don't recommend custom kernels.
I can't download from Baidu because it wants me to create an account, but I can't read Chinese.
I have no idea what I'm doing.
I'll just wait here for an alternate link.
dgrasley said:
I can't download from Baidu because it wants me to create an account, but I can't read Chinese.
I have no idea what I'm doing.
I'll just wait here for an alternate link.
Click to expand...
Click to collapse
Done with basketbuild. Check the link again and you can get rid of Baidu Cloud and Chinese characters~
dlhxr said:
Done with basketbuild. Check the link again and you can get rid of Baidu Cloud and Chinese characters~
Click to expand...
Click to collapse
Wow, that was fast! Downloading now.
Thanks!
In the about mokee, it's written that it's based on aosp but you say it's the same as cm12.1
Not getting it.
Some screen shots would be nice
And thanks mate
mohammedtabish said:
Some screen shots would be nice
And thanks mate
Click to expand...
Click to collapse
Here are a few simple screens. I'm using the Euphoria CM theme and Glim icons.
@dgrasley Where you have that freakin awesome Wallpaper from?
XqepX said:
@dgrasley Where you have that freakin awesome Wallpaper from?
Click to expand...
Click to collapse
Oh man, I don't even know where I got it from. I have so many. Here's a copy.
@dgrasley Thanks a lot
parasthakur37 said:
In the about mokee, it's written that it's based on aosp but you say it's the same as cm12.1
Not getting it.
Click to expand...
Click to collapse
Because they share the same device tree and the device is supported by MasterAwesome and he builds CM
GOOD ROM
So are there any additional features in this rom over cm12.1?
so many ROMs are coming. Loving it. Thanks dev.
There is a remove ad and donate version and hence I ask... Is this rom incorporated with ads?
Sent from my Nexus 5 using Tapatalk
khandelwalgaurav said:
There is a remove ad and donate version and hence I ask... Is this rom incorporated with ads?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Nope. Only the auto OTA function has ads and needs donate which we don't need now since it is an unofficial version
Beanstalk-6.0 for Onyx. I am just compiling it from Source to work with OnePlus X Onyx . and 100% credits goes ScottHartBti
{
"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"
}
Like what you see? Click the thanks button or*Donate to Scott.hart.bti by clicking*HERE
CyanogenMod 13 based
PIE
Built-in Task Manager switcher
OnTheGo Mode
App Circle bar
System UI Tuner
Quicker system animations
Trimmed down fat and excess bloat
Option to enable all widgets
Numerous extra lock screen options
LCD Density
Custom original BeanStalk Wallpapers by skyliner33v
Custom BeanStalk boot animation by skyliner33v
3-minit battery support
Clock and date options
Contextual Header - Original and Polygraphic
Battery styles - Includes specific colors and styles. Also includes battery bar
Do not disturb option
Show notification count
Recent screen options
Customizable navigation bar
Use Omniswitch as default recent
Built-in screen record
Toast animations
App Circle bar
Gesture Anywhere
Disable FC warnings
Disable Immersive message
Force expanded Notifications
Configure scrolling cache
Build.prop MOD options to enable/disable tweaks as preferred
Less frequent Notification sounds options
CRT screen off/on options to specify how the animation shows
Enable/disable wake up on charge option
Superuser fully embedded into the build and accessed from settings menu
CM Performance options and features
Hide superuser icon
Developer options and advanced reboot enabled by default
Numerous cherry-picks and improvements throughout the build.. baked into the*
awesomeness of existing CM layout.
Numerous other options are hidden throughout the build. For a full list of changes and features, please
CameraNext Modded By @abhi08638
Many More is Coming
first Build almost everything is working with some bugs, other than CM-13 bugs.
Bean Stalk Marsh Mellow ROM Version BeanStalk-6.06
DownLoad for OnePlus X.
BeanStalk-6.06-20160131-onyx.zip
Gapps For Android M 6.x
Open GApps From Here
BeanStalk Change-log
Change log can also be found from within the ROM by going into settings menu -> about phone -> about beanstalk -> changelog
Do NOT be rude.
Respect all users
If you see a NOOB question and you don't feel like replying, DON'T, just ignore that post. If you do reply, good for you.....and be nice in your reply.
1st Time Installing
You Need To have Rooted and Custom Recovery Installed Phone To Use This ROM
If you are New Just Go To This Thread
Once Custom Recovery Installed. yu can get One from Here Blue spark By @eng.stk
Download the zip
Download Gapps
WIPE DATA/FACTORY RESET
Install the update zip from recovery
Install Gapps
Already Using earlier build of Same ROM
Download the zip
Install the zip from recovery
wipe Caches
Reboot
What doesn't work
SELINUX Enforcing
Tri-State keys
]What works
Boot
WiFi
Hotspot
Audio
RIL (DUAL-SIM)
Bluetooth
proximity sensor
Gestures(Except T2W other gestures work fine,weird -.-)
Camera
SDCard
Mobile network
GPS
Original Developer Scott.
CygnogenMode
Google
Skylinerv33 - Graphics and boot animation - Thanks!
ashwin007, MasterAwesome for Device Tree for One Plus X
He][razor
Vortex 1969
phoenixita
abhi08638 for allowing me to add CameraNext Modded
All other Beanstalk Users who inspired me to continue Building this ROM
Any other coder from CM team or Beanstalk team who has actually coded.
If I miss someone Here please point it out to me I will add.
Source
Scott's Original Source https://github.com/scotthartbti
Source Kernel
kernel one plus onyx https://github.com/CyanogenMod/android_kernel_oneplus_onyx
XDA:DevDB Information
BeanStalk ROM, ROM for the OnePlus X
Contributors
chineel, Scott.hart.bti, chineel
Source Code: https://github.com/scotthartbti
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: CynogenMod
Version Information
Status: Testing
Created 2016-01-24
Last Updated 2016-01-24
reserved
Bugs:Bugs happen. Our testers are very good at breaking things, but nowhere near as good as the rest of the Android public. In order to investigate and fix issues, we need the help of the users who are going to report them. The Android OS has many nifty features to help us in this, but only if we can engage the user to assist us.
Logs, Logcat, and the Android Debugging Bridge (ADB)
Like any other OS, Android has multiple log files that are generated and record the goings-on of the system. As a user, you have two basic ways to view and pull these to send to us. Without the information in the log files, there simply is not a whole lot of information to go on.
Log file APKs
Team Beanstalk recommends SysLog from the Android Market. This application will allow you to selectively pick any (or all) of the system logs, compress them into a. ZIP file, and allow you to save, email, move to your Copy/DropBox/Cloud Storage account, etc.
Or you can just use inbuilt kernel auditor settings debugging section to copy logs to sd card and res as above.
ADB Logcat
The Android Debugging Bridge (ADB) is a powerful tool available from Google as part of the Android Software Development Kit (SDK). Used for many things, being able to selectively see, in real-time, what your device is doing cannot be downplayed. While there is more setup involved, if you are doing consistent ROM flashing, you really should invest the time to get setup properly to do it.
ADB Logcat tutorial here: How to create a logcat log
one more
Where is the download link? thanks for this man. eager to try. haha
No link friend...?? ?
Just coming Here Upload is Still On
Hakim Farouk said:
Where is the download link? thanks for this man. eager to try. haha
Click to expand...
Click to collapse
los1010 said:
No link friend...??
Click to expand...
Click to collapse
On the Way When I started Preparing OP I thought Upload will Ove before I will Save My Post, but it is still on.
Sorry for short hiccup I was uploading for One Plus One and One Plus X both. So it took little more time.
chineel said:
On the Way When I started Preparing OP I thought Upload will Ove before I will Save My Post, but it is still on.
Sorry for short hiccup I was uploading for One Plus One and One Plus X both. So it took little more time.
Click to expand...
Click to collapse
It is recommended to mention the exact bugs the Rom has in the OP rather than just writing "same bugs as x".
Cheers.
dagger said:
It is recommended to mention the exact bugs the Rom has in the OP rather than just writing "same bugs as x".
Cheers.
Click to expand...
Click to collapse
Thanks
Just Mention In OP Now What works And what Is still Not working.
The bugs Shown by the tester is resolved, which were related to Beanstalk. But There is chance that tester as well as I might have missed something. For what I am not aware yet.
I install it now. Hear from me later
Installed it. Very smooth so far, everything working except dt2w, same as in CM 13. And the ROM doesn´t remember disabled navigation bar after reboot. I have to disable it then again in settings. Minor bug, but great ROM. So much useful features, thank your very much for bringing it to us! Keep it up, it´s awesome!
The best custom 6.0 (by far) compared to sudamod and the obvious buggy RR. Everything works and the extra features are amazing! bugs are same as cm 13 of course. T2W and etc not working so if people are wondering, don't bother asking. Thanks man.
Thanks for your support
ROM works really fast and stable with Slim Gapps by dankoman.
Somebody can confirm that location is working? I can't make it work
Thanks @chineel for bring us this!
Enviado desde mi Oneplus X
Nandeh said:
ROM works really fast and stable with Slim Gapps by dankoman.
Somebody can confirm that location is working? I can't make it work
Thanks @chineel for bring us this!
Enviado desde mi Oneplus X
Click to expand...
Click to collapse
Yea, I'm not getting a lock on my location as well @chineel
guys location is really bugged on cm13 too. When I had high precision I never got a lock. Then next day I changed to device only and got a fast lock, so try that.
Cm theme ?
LolHacker17 said:
Cm theme ?
Click to expand...
Click to collapse
Yes.
How can i delete some apps that come with the rom? I tried with titanium backup but is saying that cant locate apk...
{
"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"
}
DISCLAIMER: We are not responsible for any issues, problems, or broken phones, which may have come from using any data or information you receive from this thread. Using anything here, will most likely violate your cell phone's warranty or contract. That is also your 100% responsibility, to know, and your responsibilty if you do. If you don't know what you are doing, or you think you do, and you brick your phone, or something POSITIVE OR NEGATIVE changes with your phone, it is all 100% your responsibility. Use the following data, information, and links at YOUR OWN RISK!
Vanir follows AOSP Upstream and mainly focuses on performance Tuning Android.
Be a part of the Vanir community!
https://plus.google.com/communities/111378032131473754160
Features
Customizable Navbar
Customizable Statusbar
Customizable Power Menu
Customizable Quick Settings Panel
Customizable LCD Density
Heads Up (floating) Notifications
Long Press Quick Settings Header Shortcuts (Long Press Locations: Date, Time, Weather, & Battery)
Expanded Desktop Option with Per App Settings
Terminal App - Needs to be enable in Developer Settings
ScreenShot - Power + Volume Down
Advanced Reboot - Enable in Developer Settings
QuickBoot - Enable in Developer Settings
System Profiles - Turn WiFi, GPS, & other features on or off when you enter or leave trigger wifi signal
Hardware Menu with Kernel Processor & I/O scheduler settings
CM Themes in Settings
Instructions
Recommended to use eng.stk TWRP
Make a backup!
Factory Reset (Wipe data, cache, dalvik)
Flash Vanir
Flash Gapps
Reboot to Vanir!
Download
Build folder:
https://www.androidfilehost.com/?w=files&flid=49482
Newer dates=Newer builds
G-Apps
http://opengapps.org/
KNOWN ISSUES:
Slow GPS lock
DT2W opens camera
Stock camera app crashes when switching to video recording (Use google camera)
FM Radio
Credits:
Team Vanir (nuclearmistake, DHO)
CM Team
ashwin007
Also shoutout to the boys at GothDroid for letting me use their server
Kernel source - https://github.com/ashwinr64/android_kernel_oneplus_onyx
Device - https://github.com/AndroidNoob69/android_device_oneplus_onyx
Vendor - https://github.com/ashwinr64/android_vendor_oneplus_onyx
Screenshots:
XDA:DevDB Information
VanirAOSP, ROM for the OnePlus X
Contributors
Wind07
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Version Information
Status: Beta
Created 2016-02-07
Last Updated 2016-02-08
Version Format: Android Version.MMDDYY
Changelog:
Code:
6.0.020816:
Updated sources and device specific changes
Fixed device model: unknown
Key alignment now same as OOS
Tri-state keys fixed
6.0.020716:
Initial build
Old builds:
Code:
6.0.020716:
https://www.androidfilehost.com/?fid=24407100847292739
FAQ:
Q: When will XXX bug be fixed?
A: When will you stop asking?
Q: I have XXX issue? Can you look into it?
A: Did you install mods? Themes? Custom Kernel? If you did, I will not provide support for you. If you are 100% clean, provide a proper logcat
Q: ETA for new update plzzzzzz
A: No ETAzzzzzz
Great Work, there buddy!
does layers work with this?
Hakim Farouk said:
does layers work with this?
Click to expand...
Click to collapse
Do you read OP?
Wind07 said:
Do you read OP?
Click to expand...
Click to collapse
dude. i read op and it says cm themes. I'm just asking cause it says vanir aosp.
Hakim Farouk said:
dude. i read op and it says cm themes. I'm just asking cause it says vanir aosp.
Click to expand...
Click to collapse
Layers and cm theme don't mix, you got your answer there
Hakim Farouk said:
dude. i read op and it says cm themes. I'm just asking cause it says vanir aosp.
Click to expand...
Click to collapse
So why you ask if you see cm theme engine? LOL! Even cm is based on aosp...
jonrodz said:
So why you ask if you see cm theme engine? LOL! Even cm is based on aosp...
Click to expand...
Click to collapse
Oh! sorry i didnt know i was talking to you. Obviously cm is based on aosp, duhh
@Wind07 Thanks for the answer.
Hakim Farouk said:
Oh! sorry i didnt know i was talking to you. Obviously cm is based on aosp, duhh
@Wind07 Thanks for the answer.
Click to expand...
Click to collapse
Youre not talking to me, but im talking to you. Cm theme engine, is cm theme engine, not layers. Dont be stupid, duh.
Easy there, children..
New build is up
Changelog in 2nd post
Cheers
I will try this as soon it is stable enough. I was stoked about the performance of vanir ROMS back on the days when I used my Galaxy Nexus.
issue?
Perhaps this is a common issue, didn't seem to find it though.
This ROM installs OnePlusControl (app) on the phone, though if I use it to switch the layout of the hardware buttons (I need this!), the setting just switched back.
Am I doing anything wrong? I flashed this ROM, flashed GAPPS nano. Oneplus X is the device.
The OnePlusControl app shows the following settings:
1: Swap Butttons (Swap the order of recent and back buttons) <----- On by default, I want this off. The left button should be recent and right should be back.
2: Notification Slider settings (not important for this issue)
I would like to hear from someone if they experience the same problem or rather, have already found a solution
Thanks in advance.
Stephan1992 said:
Perhaps this is a common issue, didn't seem to find it though.
This ROM installs OnePlusControl (app) on the phone, though if I use it to switch the layout of the hardware buttons (I need this!), the setting just switched back.
Am I doing anything wrong? I flashed this ROM, flashed GAPPS nano. Oneplus X is the device.
The OnePlusControl app shows the following settings:
1: Swap Butttons (Swap the order of recent and back buttons) <----- On by default, I want this off. The left button should be recent and right should be back.
2: Notification Slider settings (not important for this issue)
I would like to hear from someone if they experience the same problem or rather, have already found a solution
Thanks in advance.
Click to expand...
Click to collapse
Can confirm, ashwin confirmed the app currently does nothing
Edit:Source
VanirAOSP
The Rom works perfectly on my phone.
I have used this ROM for 2 weeks now and I have no complaints.
Waze (navigational app) crashes as soon as it knows or tries to get my location, but I just use Google Maps instead now.
Thank you for posting this great ROM.
:good: