[KERNEL][4.1.2][RM-980] SilverNexus Kernel (for Nokia X) 04-04-2014 - Nokia X

This Kernel is not Overclocked or Anything but it is unsecured for those of you who would like to use adb remount to tweak the system.
Hope this helps further development on the Nokia X
head over to www.silvernexus.co.nr to Download.
Installation Guide:
1. Enable Usb Debugging
------ Go into settings
------ Open up Developer options
------ Tick USB Debugging
2. Install Nokia ADB Driver (assuming that you have not installed it yet)
------ Make sure device is disconnected.
------ Extract folder inside downloaded zip to a location of your choosing.
------ Inside that folder you'll find a folder named "driver". Open that up.
------ There you'll find a file named "nokia_winusb.inf". Right Click on that and select Install.
------ Wait a few seconds till it tells you wheather your installation was successful or not.
------ If successful head over to number 3.
3. Install the Kernel on your device
------ Inside the folder you extracted you'll find file named "install" or "install.bat" depending on wheather you have extensions shown or not.
------ Double click that and wait.
------ Enjoy... You now have an unsecure kernel installed... Happy tweaking....

first

features of this kernel please

mack2087 said:
features of this kernel please
Click to expand...
Click to collapse
nothing special as of now its just unsecured but we might see overclocking and more governors when i get the kernel source.

SilverDragon24 said:
nothing special as of now its just unsecured but we might see overclocking and more governors when i get the kernel source.
Click to expand...
Click to collapse
ya why nokia not revealing the source codes
waiting for it so we could get overclock,Pmem n some cute governors with low memory consumption and also then atleast we can cook some roms
But you initiated so thanx to you

mack2087 said:
ya why nokia not revealing the source codes
waiting for it so we could get overclock,Pmem n some cute governors with low memory consumption and also then atleast we can cook some roms
But you initiated so thanx to you
Click to expand...
Click to collapse
Legally Nokia Has to release kernel sources according to the Apache 2.0 License. so we might get it soon.

https://github.com/dhacker29/android_kernel_nokia_normandy

If we're now able to shove in custom kernels into the X, does this mean that the bootloader's unlocked, or has anyone come up with a way to unlock it, or at the very least, work around the restrictions?

blakegriplingph said:
If we're now able to shove in custom kernels into the X, does this mean that the bootloader's unlocked, or has anyone come up with a way to unlock it, or at the very least, work around the restrictions?
Click to expand...
Click to collapse
its already unlocked

SilverDragon24 said:
its already unlocked
Click to expand...
Click to collapse
As in from the start, i.e. Nokia left it open for developers to mess around with? Or did someone come up with a way to hack the device's bootloader?

blakegriplingph said:
As in from the start, i.e. Nokia left it open for developers to mess around with? Or did someone come up with a way to hack the device's bootloader?
Click to expand...
Click to collapse
nokia left it open i guess

David_Vaz said:
https://github.com/dhacker29/android_kernel_nokia_normandy
Click to expand...
Click to collapse
Thanks for the sources now I can start my first kernel project.

SilverDragon24 said:
nokia left it open i guess
Click to expand...
Click to collapse
I guess it's about time to do a CM port for the Nokia X, then.

blakegriplingph said:
I guess it's about time to do a CM port for the Nokia X, then.
Click to expand...
Click to collapse
In that case if u need a base u can use cm for the samsung i8552. someone ported cm to it but its not exctly stable.....
http://forum.xda-developers.com/showthread.php?t=2557882
both i8552 and nokia x use the msm8625q chipset

SilverDragon24 said:
Thanks for the sources now I can start my first kernel project.
Click to expand...
Click to collapse
Good luck with the project
---------- Post added at 08:23 PM ---------- Previous post was at 08:19 PM ----------
blakegriplingph said:
I guess it's about time to do a CM port for the Nokia X, then.
Click to expand...
Click to collapse
SilverDragon24 said:
In that case if u need a base u can use cm for the samsung i8552. someone ported cm to it but its not exctly stable.....
http://forum.xda-developers.com/showthread.php?t=2557882
both i8552 and nokia x use the msm8625q chipset
Click to expand...
Click to collapse
{
"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"
}
FONT
SOURCE CODE

David_Vaz said:
Good luck with the project
---------- Post added at 08:23 PM ---------- Previous post was at 08:19 PM ----------
FONT
SOURCE CODE
Click to expand...
Click to collapse
wow can i get join the project?

SilverDragon24 said:
wow can i get join the project?
Click to expand...
Click to collapse
Download the sources of CyanogenMod 10 (branch jellybean)
And push this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="hacker" fetch="https://github.com/dhacker29/" />
<project path="vendor/nokia/normandy" name="android_vendor_nokia_normandy" remote="hacker" revision="jellybean" />
<project path="device/qcom/msm8625" name="android_device_qcom_msm8625" remote="hacker" revision="jellybean" />
<project path="device/nokia/normandy" name="android_device_nokia_normandy" remote="hacker" revision="jellybean" />
<project path="kernel/nokia/normandy" name="android_kernel_nokia_normandy" remote="hacker" revision="jellybean" />
</manifest>
To SOURCE/.repo/local_manifests/normandy.xml

SilverDragon24 said:
In that case if u need a base u can use cm for the samsung i8552. someone ported cm to it but its not exctly stable.....
http://forum.xda-developers.com/showthread.php?t=2557882
both i8552 and nokia x use the msm8625q chipset
Click to expand...
Click to collapse
The Karbonn A8+/Cherry Mobile Flare also appears to be the same banana hardware-wise from what I gathered.

David_Vaz said:
Download the sources of CyanogenMod 10 (branch jellybean)
And push this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="hacker" fetch="https://github.com/dhacker29/" />
<project path="vendor/nokia/normandy" name="android_vendor_nokia_normandy" remote="hacker" revision="jellybean" />
<project path="device/qcom/msm8625" name="android_device_qcom_msm8625" remote="hacker" revision="jellybean" />
<project path="device/nokia/normandy" name="android_device_nokia_normandy" remote="hacker" revision="jellybean" />
<project path="kernel/nokia/normandy" name="android_kernel_nokia_normandy" remote="hacker" revision="jellybean" />
</manifest>
To SOURCE/.repo/local_manifests/normandy.xml
Click to expand...
Click to collapse
ok got it

Related

[DEV/HLP_NEEDED!][PORT/UNOFFICIAL]Paranoid Android 3.10

{
"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"
}
DEVs FROM AROUND THE WORLD HELP NEEDED!
So I've just downloaded Paranoid Android for Crespo device (Nexus S) and merged some folders..... (lol- I doubted it even had a chance to non-bootloop)
Basically it boots up, nearly everything works fine,
(yeah:
bt, gpu, cpu, pa settings and so)
Even wifi afrer flashing custom kernel!
, but....
1) I have NexusS's option in settings
2) Can't connect to mobile network (it wont even prompt me about pin code!), I can't see baseband version
But every project have to start somehow!
I'm counting for help! After managing most bugs there is possibility for helping some non-dev users.
After all this funny part, I'll release noobyproof tutorial for porting incuding all I learn in the process...
But now (to try it out):
1) flash this,
2) then gapps
3) then custom kernel (semaphore will be ok)
DEVs FROM AROUND THE WORLD HELP NEEDED!
Link is dead ?
---------- Post added at 11:15 PM ---------- Previous post was at 11:13 PM ----------
2) Can't connect to mobile network (it wont even prompt me about pin code!), I can't see baseband version
did you try flashing modem with odin
I doubt it's this..
but i give it a try..
I think it's more like ROM don't 'know' how to communicate with modem or something
Link will be up in 20mins- I'm uploading it now.
Odp: [DEV/HLP_NEEDED!][PORT/UNOFFICIAL]Paranoid Android 3.10
I wait for stable version ! ^ ^
Thanks for try porting
Sent from my GT-I9000 using xda premium
sickleman said:
I doubt it's this..
but i give it a try..
I think it's more like ROM don't 'know' how to communicate with modem or something
Link will be up in 20mins- I'm uploading it now.
Click to expand...
Click to collapse
Actually me too tried porting and got exactly all your issues good luck for you i ported the rom from nexus s (crespo) using a guide overhere in the forum
Sent from my GT-I9000 using xda premium
---------- Post added at 11:41 PM ---------- Previous post was at 11:39 PM ----------
sickleman said:
I doubt it's this..
but i give it a try..
I think it's more like ROM don't 'know' how to communicate with modem or something
Link will be up in 20mins- I'm uploading it now.
Click to expand...
Click to collapse
Waiting for ur reply about flashing modem with odin hope it helps and lasf question is the base you are uploading now without kernel
Sent from my GT-I9000 using xda premium
ahmadashraf said:
Link is dead ?
---------- Post added at 11:15 PM ---------- Previous post was at 11:13 PM ----------
2) Can't connect to mobile network (it wont even prompt me about pin code!), I can't see baseband version
did you try flashing modem with odin
Click to expand...
Click to collapse
on custom rom flashing modem via odin ?
aways said:
on custom rom flashing modem via odin ?
Click to expand...
Click to collapse
Why not give a try ? Can it hard brick the phone ?!!
Sent from my GT-I9000 using xda premium
ahmadashraf said:
Why not give a try ? Can it hard brick the phone ?!!
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
idk try and see...
I really wanted to compile PA from source using only device specific SGS's files, but I failed..
IT EVEN CAN WORK, becaouse PA is a fork from CM!
I followed this guide.
I prepared manifest as it's shown (but for SGS ) at end of manifest.xml in ./.repo I added:
Code:
<!-- Add i9000 device tree -->
<project name="CyanogenMod/android_device_samsung_galaxysmtd" path="device/samsung/galaxysmtd" remote="github" revision="cm-10.1" />
<project name="CyanogenMod/android_packages_apps_SamsungServiceMode" path="packages/apps/SamsungServiceMode" remote="github" revision="cm-10.1" />
<project name="CyanogenMod/android_device_samsung_aries-common" path="device/samsung/aries-common" remote="github" revision="cm-10.1" />
<project name="CyanogenMod/android_kernel_samsung_aries" path="kernel/samsung/aries" remote="github" revision="cm-10.1" />
<project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github" revision="cm-10.1" />
and then i typed...
here is list of commands:
Code:
mkdir ~/WORKING_DIRECTORY
cd ~/WORKING_DIRECTORY
repo init -u git://github.com/ParanoidAndroid/android.git -b jellybean
repo sync -j32
.....
after last command there is an error (at 93% -_- )
Code:
Fetching projects: 89% (284/319) Permission denied (publickey).
Fetching projects: 99% (316/319) Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
error: Cannot fetch android_packages_apps_paranoidpreferences
error: Exited sync due to fetch errors
[email protected]:~/android/ParanoidAndroid$ repo sync -j32
Fetching projects: 93% (293/314) Permission denied (publickey).
Fetching projects: 99% (311/314) Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
error: Cannot fetch android_packages_apps_paranoidpreferences
error: Exited sync due to fetch errors
and I'm stuck............
hlp pls?
sickleman said:
I really wanted to compile PA from source using only device specific SGS's files, but I failed..
IT EVEN CAN WORK, becaouse PA is a fork from CM!
Click to expand...
Click to collapse
PA 2.xx was a "fork" from CM. PA 3.x is AOSP + PA Hybrid engine. That's why it's called AOSPA.
I managed to compile normal, but I had to copy the folders from the source of CyanogenMod, you have to go in and delete this file local_manifest.xml line containing "android_packages_apps_paranoidpreferences", you will get there.

[ROM] OmniROM Unofficial [2013-10-31]

{
"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"
}
What is OmniROM?
This is a new ROM that was just announced at the Big Android BBQ. Some of the developers involved include: XDA Elite Recognized Developers Xplodwild, Chainfire, and Dees_Troy. To learn more about the ROM visit omnirom.org
How to Flash?
Flash Rom
Flash Gapps
Downloads
Download ROM :: omni-4.3.1-20131031-manta-BUTTERED.zip
-
Download Gapps :: http://goo.im/gapps/gapps-jb-20130813-signed.zip
XDA:DevDB Information
OmniROM Unofficial 4.3.1, a ROM for the Google Nexus 10
Contributors
mrRobinson
ROM OS Version: 4.3.x Jellybean
Based On: AOSP
Version Information
Status: Stable
Created 2013-10-17
Last Updated 2013-10-30
Change Log:
Code:
[2013-10-31]
-- Updates to MultiWindow
-- Updates to included SuperSu
-- Compiled Omni Kernel
-- Bionic updates
-- OmniGears: notification lights - support for devices without multi-color led
-- add support for adb over network
-- Settings: notification lights - fix for devices without leds
-- DSPManager: Save and load presets from external storage
-- volume panel styles and tweaks
-- notification led updates
-- Add more animation speeds thanks to vanir
-- volume wake
-- better font control
-- wifi: Allow configuration of country code for wifi
-- Fix Shutdown strings being used for reboot prompts
[2013-10-21]
-- SuperSu built-in
-- Lots of Dashclock updates
-- Custom brightness supports
-- Back to stock kernel
[2013-10-18 (late)]
-- Compiled with 4.8.2 Linaro toolchain
-- Added sound and broadcom binaries
-- Using Buttered AOKP kernel
-- New Bootanimation
[2013-10-18 (early)]
-- First Omni Build
-- Multi Window Cherry-picked
Can't wait to try this! Thanks!
This have linaro like your buttered aokp?
How does it differ from other ROM's?
Just wondering...
Laz35 said:
Just wondering...
Click to expand...
Click to collapse
Flash it and see. I am.
If I may so poke you, as of last night mine was still getting stuck on a Google logo at boot. Is there any way I could bother you to let me peek at your local manifests, to help me along? If not, that's fine.
Has anyone tried this out yet???
Been waiting for a build on the N10. Anyone know if this includes the multi-window option?
rkirmeier said:
Been waiting for a build on the N10. Anyone know if this includes the multi-window option?
Click to expand...
Click to collapse
I can tell you in less than fifteen minutes
Sent from my Nexus 10
It boots, looks like any other rom. Cannot set root though. Flashed the supersu 1.65 and still nothing...
dibblebill said:
If I may so poke you, as of last night mine was still getting stuck on a Google logo at boot. Is there any way I could bother you to let me peek at your local manifests, to help me along? If not, that's fine.
Click to expand...
Click to collapse
Of course.
Code:
$ cat .repo/local_manifests/props.xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="muppets" fetch="https://github.com/TheMuppets" />
<project path="vendor/samsung" name="proprietary_vendor_samsung" remote="muppets" revision="cm-10.2" />
</manifest>
Let me know how it goes for you.
brees75 said:
This have linaro like your buttered aokp?
Click to expand...
Click to collapse
No but as this matures I'll def try to see how this does on a new linaro 4.8.2 TC and -O3, strict-aliasing, etc. Shouldn't be too hard to convert I could point most things to my buttered repos.
rkirmeier said:
Been waiting for a build on the N10. Anyone know if this includes the multi-window option?
Click to expand...
Click to collapse
It does, that's why I built it, I wanted to try that out myself. Go to recents menu and add to split view. At least that's how I've been messing with it.
mrRobinson said:
Of course.
Code:
$ cat .repo/local_manifests/props.xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="muppets" fetch="https://github.com/TheMuppets" />
<project path="vendor/samsung" name="proprietary_vendor_samsung" remote="muppets" revision="cm-10.2" />
</manifest>
Let me know how it goes for you.
Click to expand...
Click to collapse
Thanks have been given this day!
Looks absolutely NOTHING like mine. Thank you, I'm going to try that tonight after this "Porsche by Design" show Or maybe tomorrow morning. May I inquire about if you have a roomservice.xml?
mrRobinson said:
No but as this matures I'll def try to see how this does on a new linaro 4.8.2 TC and -O3, strict-aliasing, etc. Shouldn't be too hard to convert I could point most things to my buttered repos.
It does, that's why I built it, I wanted to try that out myself. Go to recents menu and add to split view. At least that's how I've been messing with it.
Click to expand...
Click to collapse
Do you have root for it? If so, what did you do?
ScottBroker said:
Do you have root for it? If so, what did you do?
Click to expand...
Click to collapse
I don't have root access, either, oddly. SuperSu won't install it, and neither will TWRP.
Also, multiwindow apps that don't work- Google Play Books hates multiwindow atm
Really excited about this. The n10 should have multi window.
Maybe you and dibblebill should work together on this.
Sent from my SAMSUNG-SGH-I747 using Tapatalk
Root isn't implemented yet, but they're working on it,
shaker2k said:
Really excited about this. The n10 should have multi window.
Maybe you and dibblebill should work together on this.
Sent from my SAMSUNG-SGH-I747 using Tapatalk
Click to expand...
Click to collapse
I wouldn't be opposed to that. I'm looking at implementing the Cyanogenmod Calculator and Koush's SU. Once I get mine booting. Need to figure out remote access so I can build from here (work lol)
Sent from my Nexus 10
Sounds zeem to be broken. Cant get YouTube or play Music working. Bluetooth, too. Did you install the audience and broadcom blobs?
Sent from my Nexus 10

[ROM] [5.1.0] [UNOFFICIAL] CyanogenMod 12.1 for Oppo Find 7a

Downloads:
25/03/15: https://mega.co.nz/#!Lwo3zTKJ!ZMZ2TLpYrxW_1WlNfQDlCAmJYEEyL2kOCbrwMLTQ1Lw
01/04/2015: https://mega.co.nz/#!rkRHVAhY!bFWe9OnOAwQW_qCzaWw3V7RWkCHc_RFj8apThi83j4g
12/04/2015: https://mega.co.nz/#!agpzEaBQ!ztCOfjg6QAU45WfsnYfvJ8teN8Qb3MSHLEqpXz9fw5k
Gapps: http://forum.xda-developers.com/android/software/gapps-google-apps-minimal-edition-t2943330
How to build:
THIS IS NOW OBSOLETE. CYANOGENMOD HAVE UPDATED THEIR SOURCES TO CM12.1 SO JUST BUILD IT LIKE ANY CM ROM.
Code:
repo init -u git://github.com/CyanogenMod/android.git -b staging/cm-12.1
repo sync
Code:
mkdir .repo/local_manifests
nano .repo/local_manifests/local_manifests.xml
Paste this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remove-project name="CyanogenMod/android_packages_apps_Email" />
<remove-project name="CyanogenMod/android_packages_apps_UnifiedEmail" />
<remove-project name="CyanogenMod/android_packages_apps_Camera2" />
<project name="CyanogenMod/android_device_oppo_find7" path="device/oppo/find7" remote="github" revision="cm-12.1" />
<project name="CyanogenMod/android_device_oppo_find7-common" path="device/oppo/find7-common" remote="github" revision="cm-12.1" />
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" revision="staging/cm-12.1" />
<project name="CyanogenMod/android_device_oppo_msm8974-common" path="device/oppo/msm8974-common" remote="github" revision="staging/cm-12.1" />
<project name="CyanogenMod/android_device_oppo_common" path="device/oppo/common" remote="github" revision="staging/cm-12.1" />
<project name="CyanogenMod/android_kernel_oneplus_msm8974" path="kernel/oneplus/msm8974" remote="github" revision="staging/cm-12.1" />
<project name="TheMuppets/proprietary_vendor_oppo" path="vendor/oppo" remote="github" revision="cm-12.1" />
<project name="TheMuppets/proprietary_vendor_oneplus" path="vendor/oneplus" remote="github" revision="cm-12.1" />
<project name="CyanogenMod/android_frameworks_opt_connectivity" path="frameworks/opt/connectivity" remote="github" revision="cm-11.0" />
<project name="Euphoria-OS/android_packages_apps_UnifiedEmail" path="packages/apps/UnifiedEmail" remote="github" revision="lollipop" />
<project name="Euphoria-OS/android_packages_apps_Camera2" path="packages/apps/Camera2" remote="github" revision="lollipop" />
<project name="Euphoria-OS/android_packages_apps_Email" path="packages/apps/Email" remote="github" revision="lollipop" />
</manifest>
Code:
repo sync
Code:
. build/envsetup.sh
breakfast find7
brunch find7
How to install:
Wipe /data /cache /system /dalvik-cache
Flash rom and gapps
Boot and enjoy
CREDITS:
CyanogenMod Team
Euphoria OS Team
CraZY_BoY^ for his OnePlus One CM12.1 thread here: http://forum.xda-developers.com/oneplus-one/development/wip-cyanogenmod-12-1-t3063266
Screenshots:
{
"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"
}
Bugs:
Probably the same bugs as CraZY_BoY^'s OnePlus One CM12.1, as I used the same compilation process.
Nice work :good:
Not that i use cm12, but tryed to clean flash on my x9076 qhd and got a script error in twrp 2.8.4.0!!
thx anyways
How to root?
spoonymoon said:
Not that i use cm12, but tryed to clean flash on my x9076 qhd and got a script error in twrp 2.8.4.0!!
thx anyways
Click to expand...
Click to collapse
You should try to use the same recovery I use, here: http://sourceforge.net/projects/nam...very-twrp-2.8.5.0-find7-20150213.img/download
If it doesn't work, please tell me the exact error message you get.
mymember said:
How to root?
Click to expand...
Click to collapse
Go to Settings app, then About, then tap the build number 7 times. Then go back to Settings, Developer options, and Root access > Apps and ADB.
I get a messaging error...anyone else?
stkman32 said:
I get a messaging error...anyone else?
Click to expand...
Click to collapse
same error. but I use google messenger instead.
---------- Post added at 12:26 PM ---------- Previous post was at 12:21 PM ----------
Installation by myself up error messages every time, but the app has been installed into.
and video player can not choose Subtitle.
New version is up. For those who had bugs, try it and please report back.
I also updated the manifest to have everything CM12.1 now, thanks to uppon2 for telling me revisions CM12.1 were up.
Can you please re-build one again? The battery life here is much better than the official CM12 nightly build. Is it because you use One plus One kernel?
I have no idea how to build one myself and don't have a Linux machine.
BUG: Is anyone having problem using Messager (google sms app) to replace SMS/MMS, mine wont work (send or receive)
Coren0327 said:
Can you please re-build one again? The battery life here is much better than the official CM12 nightly build. Is it because you use One plus One kernel?
Click to expand...
Click to collapse
Nope, official CM12 and any other Find7 rom also use OnePlus One kernel, both device share the same kernel sources.
I'll make a new build today now that CM12.1 seems to have been updated on their repos recently.
EDIT: new build is now available. Also, you don't have to flash only rom, boot, complete setup, then flash gapps anymore. You can flash both rom and gapps as usual.
battery backup
every thing looks amazing but i am getting very less battery backup :crying:
calendar not working for me, it ask me cyanogen acount...
4k video not working too, but i guess its normal??
ps.. this rom looks amazing
thanks
any update coming soon ?
no new update ?
Download link is broken.
Mirror please, ok?
Download link works for me.
And for updates, as I said on the BlissPop thread, I won't update the rom very frequently because I don't own the device anymore.
thanks
Demazda said:
Download link works for me.
And for updates, as I said on the BlissPop thread, I won't update the rom very frequently because I don't own the device anymore.
Click to expand...
Click to collapse
Demazda said:
Download link works for me.
And for updates, as I said on the BlissPop thread, I won't update the rom very frequently because I don't own the device anymore.
Click to expand...
Click to collapse
That's a shame. Which device have you moved to?
uppon2 said:
That's a shame. Which device have you moved to?
Click to expand...
Click to collapse
Huawei Ascend Mate 7. It's good but no custom roms, I don't want it anymore, I'll sent it back to Amazon.
I want to get back my Nubia Z7 Max, best device I've ever had. Battery life was fantastic on it much better than Oppo's, which has bad battery life to me.
Demazda said:
Huawei Ascend Mate 7. It's good but no custom roms, I don't want it anymore, I'll sent it back to Amazon.
I want to get back my Nubia Z7 Max, best device I've ever had. Battery life was fantastic on it much better than Oppo's, which has bad battery life to me.
Click to expand...
Click to collapse
Get a Samsung if you want custom roms - I would like to try LG again but I hate OSK, I need capacitive
uppon2 said:
Get a Samsung if you want custom roms - I would like to try LG again but I hate OSK, I need capacitive
Click to expand...
Click to collapse
Yup, my next buy is probably the Note 4, even though I fear for its battery life. But removable battery is a plus.
Anyway, CM12.1 official is out for the F7/F7a, so this thread is not needed anymore. You can download it here: https://download.cyanogenmod.org/?device=find7

[ROM] [6.0.1] [MARSHMALLOW] CyanogenMod 13 for Nexus 5

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
About CyanogenMod:
CyanogenMod (pronounced sigh-AN-oh-jen-mod), is a customized, aftermarket firmware distribution for several Android devices (See above for supported devices & how to install CyanogenMod on said devices). Based on the Android Open Source Project, CyanogenMod is designed to increase performance and reliability over Android-based ROMs released by vendors and carriers such as Google, T-Mobile, HTC, etc. CyanogenMod also offers a variety of features & enhancements that are not currently found in these versions of Android.
Disclaimer:
CyanogenMod members or anyone else on this website is 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 the products you find here 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. Your warranty will be void if you tamper with any part of your device / software.
Instructions:
1. Factory reset if coming from another ROM.
2. Update recovery [Recommended -> TWRP for hammerhead]
3. Install ROM
4. Install GApps (optionally) [Recommended -> Open GApps (arm) (6.0)]
Sources & Changes:
Source | Changes | CyanogenMod
Source | Changes | Device tree
Source | Changes | Kernel tree
Download:
Official:
download.cyanogenmod.org/?device=hammerhead
Personal builds:
...my Google Drive
Dependencies / local manifest:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="CyanogenMod/android_device_lge_hammerhead" path="device/lge/hammerhead" remote="github" />
<project name="CyanogenMod/android_kernel_lge_hammerhead" path="kernel/lge/hammerhead" remote="github" />
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" />
</manifest>
...my other CyanogenMod threads for the Google Nexus 5:
CM-12.x AOSP | CM-12.x CAF
CM-13.x AOSP | CM-13.x CAF
CM-14.x AOSP | CM-14.x CAF
Note to users: I'm not responsible if you brick your phone. See the disclaimer above.
Note to admins/moderators: I'm not a developer / contributor of CyanogenMod and not associated with Cyanogen, Inc. in any way. If this thread is inappropriate, please move/delete it.
XDA:DevDB Information
[ROM] [6.0.1] [MARSHMALLOW] CyanogenMod 13 for Nexus 5, ROM for the Google Nexus 5
Contributors
experience7
ROM OS Version: 6.0.x Marshmallow
Version Information
Status: Nightly
Created 2015-11-12
Last Updated 2016-11-20
Reserved.
I don't understand why this thread was started when this other one has been around for a while? http://forum.xda-developers.com/google-nexus-5/development/rom-cyanogenmod-13-t3236550
@MasterTec: Only difference I see right now is that the other build uses a custom toolchain. And I don't know if the thread starter is going to cherry pick stuff or something... this one right here will always be pure CM - be it unofficial or official (Yeah, this thread will turn into the official one as soon as nightly builds start rolling out on the CM servers).
Hope the difference is somewhat clear
Here you get from me a Video review
https://youtu.be/kqJUA8_uwiw
experience7 said:
@MasterTec: Only difference I see right now is that the other build uses a custom toolchain. And I don't know if the thread starter is going to cherry pick stuff or something... this one right here will always be pure CM - be it unofficial or official (Yeah, this thread will turn into the official one as soon as nightly builds start rolling out on the CM servers).
Hope the difference is somewhat clear
Click to expand...
Click to collapse
Did you ask myfluxi to post his unofficial builds on this new thread? (just to know if I have to keep a subscription to the AOSP CM12.1 thread)
EDIT: SuperSU not working?
Now on Tap is not working for me (Nexus 5).
docsmooth89 said:
Now on Tap is not working for me (Nexus 5).
Click to expand...
Click to collapse
Confirmed.
siamak5561 said:
Confirmed.
Click to expand...
Click to collapse
docsmooth89 said:
Now on Tap is not working for me (Nexus 5).
Click to expand...
Click to collapse
That's because of the navigation bar options
are SU terminal commands like
"settings put system display_temperature_mode 4"
"svc data disable"
working?
binaries are in the /system/bin, but cannot be executed
Has anyone tried c-apps on this ROM?
ddarshan said:
Has anyone tried c-apps on this ROM?
Click to expand...
Click to collapse
C-Apps are made for CM-12.1, you can give it a try... but don't be surprised if you get problems and force closes.
So I suggest you to make a backup if want to try it.
Mr.FREE_Bird said:
C-Apps are made for CM-12.1, you can give it a try... but don't be surprised if you get problems and force closes.
So I suggest you to make a backup if want to try it.
Click to expand...
Click to collapse
you're damn right...Dialer fcs, and it will continue even after clean install of another rom. You'll have to wipe system to get rid of capps completely.
ddarshan said:
you're damn right...Dialer fcs, and it will continue even after clean install of another rom. You'll have to wipe system to get rid of capps completely.
Click to expand...
Click to collapse
Follow following steps to uninstall C-Apps:
Connect your device to your computer and open a terminal or command prompt.
adb root
adb remount
adb shell rm /system/addon.d/01-cyngn.sh
Reflash CyanogenMod zip for your device
I'm getting the error I have to update my fastboot? I flashed DU M without issues though. Is this something CM needs?
Sent from my Nexus 5 using Tapatalk
djdarkknight96 said:
I'm getting the error I have to update my fastboot? I flashed DU M without issues though. Is this something CM needs?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Could you be more specific about the "error"? You probably have to update your bootloader to the latest version.
Mr.FREE_Bird said:
Could you be more specific about the "error"? You probably have to update your bootloader to the latest version.
Click to expand...
Click to collapse
Yeah that's what is needed, I complied it as well and same issue. I'll flash the new bootloader..just being lazy since I have to backup my sdcard too as it will be wiped. Thanks
Sent from my Nexus 5 using Tapatalk
djdarkknight96 said:
Yeah that's what is needed, I complied it as well and same issue. I'll flash the new bootloader..just being lazy since I have to backup my sdcard too as it will be wiped. Thanks
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Flashing a bootloader doesn't wipe the sdcard. Use Boot Unlocker app if your bootloader is currently locked.
Primokorn said:
Flashing a bootloader doesn't wipe the sdcard. Use Boot Unlocker app if your bootloader is currently locked.
Click to expand...
Click to collapse
It's not locked but last time I flashed bootloader the internal sdcard wiped too. It's been a year though and I'm old so.....There we have it lol
Sent from my Nexus 5 using Tapatalk
djdarkknight96 said:
It's not locked but last time I flashed bootloader the internal sdcard wiped too. It's been a year though and I'm old so.....There we have it lol
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
So I'll pray for you buddy lol

[ROM][8.x][TREBLE][UNOFFICIAL] LineageOS, ResurrectionRemix & more // personal builds

This thread was formerly "[ROM][8.1.0][UNOFFICIAL] LineageOS 15.1 [BETA][VoLTE]"
This thread hosts personal builds of LOS15.1 and other ROMs for Mix 2, built from @Cozzmy13 's and official LOS trees. It wouldn't have been possible without tremendous efforts from all the Mix 2 / Mi 6 devs behind the scene; I'm just building upon their awesome work and making choices available, so full credits to them.
Currently I build the following ROMs:
LineageOS 15.1 (weekly, follows official LOS schedule)
ResurrectionRemix 6 (weekly, follows official LOS schedule)
AOSPExtended 5 (biweekly)
PixelExperience 8.1 (biweekly)
My builds differentiate from official with some small changes:
Default stretch-to-fullscreen (force apps to render in 18:9) - LOS official solution defaults to OFF, which complicates setup
Full built-in root from LOS (when possible - enable from Developer options)
Lollipop-esque lockscreen fonts (when possible)
Grey-blue DeskClock color scheme (when possible)
Navbar stays on the right side of the screen under 270° rotation
System-level rounded corners overlay (size adjustable on RR), courtesy of @Arasthel
Do note that I build ROMs firstly for self use, so I make changes out of personal preferences, and it's my freedom to accept/reject features (e.g. I will not add gestures into LOS).
What's working / not:
Refer to official LOS
Instructions:
Coming from MIUI? Since the new encryption has been implemented, you only need to wipe (not format) /data.
Flash an appropriate Oreo firmware - the current required version is 8.4.19.
Download the latest build and optionally GAPPS
Reboot to TWRP
Flash the latest build, GAPPS and whatever other additions you need
Reboot
If you're stuck in bootanimation, manually reboot by holding POWER
Extras:
Read here if you want to use unencrypted data
Read here if you want to migrate between official/unofficial LOS
Downloads:
SourceForge folder: https://sourceforge.net/projects/andyyan/files/ - final releases in the "8.x - Treble" folder
AFH folder: https://androidfilehost.com/?a=show&w=files&flid=230017 - final releases in the "8.x - Treble-enabled" folder
Root addon: not needed for LOS-based ROMs; use this Treble-enabled Magisk otherwise
Google Apps : http://opengapps.org/
Source Code:
https://github.com/LineageOS/
XDA:DevDB Information
LineageOS 15.1, ROM for the Xiaomi Mi Mix 2
Contributors
AndyYan, Cozzmy13, mikeioannina, Arasthel, Andr68rus, wight554
Source Code: https://github.com/LineageOS/
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 4.x
ROM Firmware Required: MIUI Oreo base
Based On: LineageOS
Version Information
Status: No Longer Updated
Created 2018-03-11
Last Updated 2018-10-17
Reserved
Hell yeah
Thanks! I will give this a try.
Nice work man !!
Thanks for all the support for mi mix 2 ?
Awesome AndyYan! I'm running Arasthel's LOS15.1 currently and have been running your LOS14.1 build prior.
Can you tell what the main differences are between this build and Arasthel's build? Is there no need to flash the kernel 2.zip that has been going around in the other Oreo topics?
Thanks very much for your work!
Edit: Running it now for a few hours, works great! Camera quality seems on par with Arasthel's LOS after flashing the kernel 2. One difference I noticed is that this build doesn't have the AOSP night mode, but only LOS LiveDisplay. The fast blinking led is also solved in this build, where I needed to tweak it on Arasthel's LOS build.
Great ROM, many thanks AndyVan. Only issue I have is proximity sensor is not working (I have Elliptic labs sensor).
@AndyYan
Glad to see you back with an Oreo version of LOS ! Been following telegram group since a bit and just switched to your release. Thanks for sharing ! I hope battery drain will be improved while roaming with this one. Will check tomorrow and report
Keep it up guys, your work is really appreciated !
Cheers.
Envoyé de mon MI Mix 2 en utilisant Tapatalk
I make a clean install. After the Startsscreen i can setup the language, then in the Next screen the setup Program crash. Any ideas?
@AndyYan
Hello
This is more about the lineage 14.1 port. I was built a kernel from the lineage os repos. and I built one from the prebuilt and one from the mokee repos. but they all just boot loop on the mi logo. The kernel also seems to be around 2 megs smaller than the one in the zips but the ram disks are the same size. any idea what I might be doing wrong?
cheers
Feenfleisch said:
I make a clean install. After the Startsscreen i can setup the language, then in the Next screen the setup Program crash. Any ideas?
Click to expand...
Click to collapse
You installed GAPPS? I've been receiving reports of neither of the linked GAPPS work properly from some of my local mates (which isn't something I can do anything about, I don't even use GAPPS). The vanilla installation works fine on my side.
m4r0v3r said:
@AndyYan
Hello
This is more about the lineage 14.1 port. I was built a kernel from the lineage os repos. and I built one from the prebuilt and one from the mokee repos. but they all just boot loop on the mi logo. The kernel also seems to be around 2 megs smaller than the one in the zips but the ram disks are the same size. any idea what I might be doing wrong?
cheers
Click to expand...
Click to collapse
I've never built a standalone kernel. Since I don't think I'm building LOS14.1 anymore, I might as well just sticky the manifest I use here, might be of help:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="AndyCGYan/android_device_xiaomi_chiron" path="device/xiaomi/chiron" remote="github" revision="cm-14.1" />
<project name="AndyCGYan/android_device_xiaomi_msm8998-common" path="device/xiaomi/msm8998-common" remote="github" revision="cm-14.1" />
<project name="MoKee/android_kernel_xiaomi_msm8998" path="kernel/xiaomi/msm8998" remote="github" revision="mkn-mr1" />
<project name="hondajohn88/android_vendor_xiaomi_chiron" path="vendor/xiaomi/chiron" remote="github" revision="xenonhd" />
<project name="hondajohn88/android_vendor_xiaomi_msm8998-common" path="vendor/xiaomi/msm8998-common" remote="github" revision="mkn-mr1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_frameworks" path="vendor/nxp-nfc/opensource/frameworks" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_libnfc-nci" path="vendor/nxp-nfc/opensource/libnfc-nci" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_Nfc" path="vendor/nxp-nfc/opensource/Nfc" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_external_sony_boringssl-compat" path="external/sony/boringssl-compat" remote="github" revision="cm-14.1" />
<remove-project name="LineageOS/android_system_bt" />
<project name="hondajohn88/android_system_bt" path="system/bt" remote="github" revision="mkn-mr1" />
<remove-project name="LineageOS/android_hardware_qcom_audio" />
<project path="hardware/qcom/audio/default" name="hondajohn88/hardware_qcom_audio" groups="qcom,qcom_audio,pdk" revision="xenonhd" />
<project path="hardware/qcom/audio-caf/msm8998" name="RR-chiron/hardware_qcom_audio" groups="qcom,qcom_audio" revision="proximity" />
</manifest>
AndyYan said:
You installed GAPPS? I've been receiving reports of neither of the linked GAPPS work properly from some of my local mates (which isn't something I can do anything about, I don't even use GAPPS). The vanilla installation works fine on my side.
I've never built a standalone kernel. Since I don't think I'm building LOS14.1 anymore, I might as well just sticky the manifest I use here, might be of help:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="AndyCGYan/android_device_xiaomi_chiron" path="device/xiaomi/chiron" remote="github" revision="cm-14.1" />
<project name="AndyCGYan/android_device_xiaomi_msm8998-common" path="device/xiaomi/msm8998-common" remote="github" revision="cm-14.1" />
<project name="MoKee/android_kernel_xiaomi_msm8998" path="kernel/xiaomi/msm8998" remote="github" revision="mkn-mr1" />
<project name="hondajohn88/android_vendor_xiaomi_chiron" path="vendor/xiaomi/chiron" remote="github" revision="xenonhd" />
<project name="hondajohn88/android_vendor_xiaomi_msm8998-common" path="vendor/xiaomi/msm8998-common" remote="github" revision="mkn-mr1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_frameworks" path="vendor/nxp-nfc/opensource/frameworks" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_libnfc-nci" path="vendor/nxp-nfc/opensource/libnfc-nci" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_vendor_nxp-nfc_opensource_Nfc" path="vendor/nxp-nfc/opensource/Nfc" remote="github" revision="cm-14.1" />
<project name="LineageOS/android_external_sony_boringssl-compat" path="external/sony/boringssl-compat" remote="github" revision="cm-14.1" />
<remove-project name="LineageOS/android_system_bt" />
<project name="hondajohn88/android_system_bt" path="system/bt" remote="github" revision="mkn-mr1" />
<remove-project name="LineageOS/android_hardware_qcom_audio" />
<project path="hardware/qcom/audio/default" name="hondajohn88/hardware_qcom_audio" groups="qcom,qcom_audio,pdk" revision="xenonhd" />
<project path="hardware/qcom/audio-caf/msm8998" name="RR-chiron/hardware_qcom_audio" groups="qcom,qcom_audio" revision="proximity" />
</manifest>
Click to expand...
Click to collapse
so were you using the prebuilt kernel?
CrazyBeaver2377 said:
Awesome AndyYan! I'm running Arasthel's LOS15.1 currently and have been running your LOS14.1 build prior.
Can you tell what the main differences are between this build and Arasthel's build? Is there no need to flash the kernel 2.zip that has been going around in the other Oreo topics?
Thanks very much for your work!
Edit: Running it now for a few hours, works great! Camera quality seems on par with Arasthel's LOS after flashing the kernel 2. One difference I noticed is that this build doesn't have the AOSP night mode, but only LOS LiveDisplay. The fast blinking led is also solved in this build, where I needed to tweak it on Arasthel's LOS build.
Click to expand...
Click to collapse
Sorry for the late reply.
It has been quite a while since that last LOS15.1 build, during which Arasthel refined the source quite a bit, to the extent that you'd no longer need the prebuilt kernel for up-to-par camera and fixes for a bunch of stuff have been integrated. Try flashing again without it and see it for yourself.
m4r0v3r said:
so were you using the prebuilt kernel?
Click to expand...
Click to collapse
LOS14.1? Yeah. AFAIK OSS kernel for Nougat was experimented by hondajohn88 but ditched shortly after.
AndyYan said:
LOS14.1? Yeah. AFAIK OSS kernel for Nougat was experimented by hondajohn88 but ditched shortly after.
Click to expand...
Click to collapse
ahh fair enough, might have to base my work on top of the LOS 15.1 then
AndyYan said:
Sorry for the late reply.
It has been quite a while since that last LOS15.1 build, during which Arasthel refined the source quite a bit, to the extent that you'd no longer need the prebuilt kernel for up-to-par camera and fixes for a bunch of stuff have been integrated. Try flashing again without it and see it for yourself.
Click to expand...
Click to collapse
Thanks very much for your reply. Already running your build since yesterday, flashed with opengapps (working fine). Only difference I noticed is the AOSP night mode is missing, but LiveDisplay also works fine. Of course I also noticed the kernel changes, very nice! I love how fast Mix 2 development is going.
Hi! Thanks for your continued support in building ROMs for us, I really appreciate it.
I was wondering if there'd be any chance of you making 100% stock LOS builds? I don't really have a need for root on my device and I would rather stick to the stock version if at all possible.
Again, I appreciate it! Thanks.
Hi,
Thanks for the great ROM! Everything is working well for me but, just one thing, is there any way to adjust the haptic feedback intensity/duration?
I find the dafault setting too intense compared to MIUI.
Thanks
Sent from my MI Mix 2 using Tapatalk
Si it necessary change oreo firmware if i hace your ROM 14.1? Sorry about my basicall english.
I think undestand is right but i'll like somebody confirmed, because i was a lucky when rooted my phone after a lot of mistakes.
Thanks
Enviado desde mi MI Mix 2 mediante Tapatalk
kenernest said:
Si it necessary change oreo firmware if i hace your ROM 14.1? Sorry about my basicall english.
I think undestand is right but i'll like somebody confirmed, because i was a lucky when rooted my phone after a lot of mistakes.
Thanks
Enviado desde mi MI Mix 2 mediante Tapatalk
Click to expand...
Click to collapse
Yes, read the startpost.
Do the following in TWRP (Most people here use Raupe's TWRP)
Format data
Flash oreo firmware
Flash rom
Flash gapps
Reboot

Categories

Resources