(WIP) Ubuntu Touch - Fascinate Android Development

Ubuntu Touch Developer Preview for the Fascinate
// It took me a while to get it right, but here it is.
//Camera works, wireless internet works.
Haven't checked sound.
Don't know if phone or SMS works.
Need testers.
//How to install: DO A BACKUP FIRST!
Get the zip here Then get this. Go to recovery, do a wipe/factory reset.
//Flash the first zip, don't reboot yet. Go to Mounts and Storage, mount /data and then format it or it won't work.
//Then flash the second zip and reboot.
//After you reboot, don't do an apt update. It seems to bork things up for me. Using adb on your computer, type 'phablet-flash -d grouper -b' (to update to the latest).
Enjoy.
The above is the old way. Thanks to UnjustifiedDev the new build is below:
"Ubuntu touch
1. Download bootstrap http://goo.im/devs/Unjust/Fascinate/...scinatemtd.zip
2. Download preinstall http://cdimage.ubuntu.com/ubuntu-tou...blet-armhf.zip
yes it is 300+mb make sure you have space on your sdcard for it
3. Download layout fix http://goo.im/devs/Unjust/Fascinate/...layout_fix.zip
4. Reboot to recovery wipe data etc then flash bootstrap file first the cm-10.1 zip then reboot recovery
5. in ubuntu's purple recovery flash the saucy zip takes a while to flash make sure your battery is charged
6. Flash layout fix right after saucy zip completes then reboot
7. Note this a preview not a daily driver it is pretty cool but it lacks full features. Wifi works idk if sound works or data my phone is not in service
Source https://github.com/Ubuntu-Fascinate I did fix the layout no need for an extra zip next build "
You are the man, Unjust!!
Remember, it's just a developer preview at this point. Not much you can do with it right now.
Redwolves (meandmine)
[

Since the Fascinate is not my daily driver, I have no way to test 3G or SMS. Anyone want to give a try and post your results?
Thanks, Redwolves

I will keep this updated as much as I can. I'll also put detailed instructions an my github page for anyone who wants to compile their own.
I will put up the instructions on my github page tonight. I'll link to it here when I do.
Redwolves

*face palm* good job dude I was just building it was gonna be a surprise for y'all. You beat me to it lol. Nice job.
Sent from my SCH-I500 using Tapatalk 2

Really cool and as far as I know cdma isnt compatible with ubuntu touch but wifi should work. Im just glad yours worked I would really like to see a patch or could you push the source you used to get it working. I tried at least 10 times no luck at all on booting.
edit nvm thanks for this

Unjustified Dev said:
Really cool and as far as I know cdma isnt compatible with ubuntu touch but wifi should work. Im just glad yours worked I would really like to see a patch or could you push the source you used to get it working. I tried at least 10 times no luck at all on booting.
edit nvm thanks for this
Click to expand...
Click to collapse
Is it really can't work for the cdma?
Sent from my SCH-I500 using Tapatalk 4 Beta

ekowanz said:
Is it really can't work for the cdma?
Sent from my SCH-I500 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Works fine for cdma it uses cm10.1 source so anythibg cm10.1 has it can use.
Unjustified Dev said:
Really cool and as far as I know cdma isnt compatible with ubuntu touch but wifi should work. Im just glad yours worked I would really like to see a patch or could you push the source you used to get it working. I tried at least 10 times no luck at all on booting.
edit nvm thanks for this
Click to expand...
Click to collapse
No patch needed boots and works fine for me straight from source but I like android better just lack of apps on Ubuntu. And agreed nice job
Sent from my SCH-I500 using Tapatalk 2

bbrad said:
No patch needed boots and works fine for me straight from source but I like android better just lack of apps on Ubuntu. And agreed nice job
Sent from my SCH-I500 using Tapatalk 2
Click to expand...
Click to collapse
I meant patch as in a diff file to see how he modified things

Unjustified Dev said:
I meant patch as in a diff file to see how he modified things
Click to expand...
Click to collapse
I didnt need to modify anything.
Sent from my SCH-I500 using Tapatalk 2

bbrad said:
I didnt need to modify anything.
Sent from my SCH-I500 using Tapatalk 2
Click to expand...
Click to collapse
Im talking source code you cant just build it like a regular rom there is things you need to modify

Unjustified Dev said:
Im talking source code you cant just build it like a regular rom there is things you need to modify
Click to expand...
Click to collapse
I didn't have to modify anything it just used the cm files. Did you follow the official port guide or some off the wall nut job guide here on xda? Maybe I'm just lucky idk. Who cares.
Sent from my SCH-I500 using Tapatalk 2

I followed the porting guide. Commented out AriesParts and Samsung-something-or-other in a makefile in /devices. Patched /kernel/samsung/aries/fs/proc/array.c and /kernel/samsung/aries/arch/arm/configs. I did some other other patches to a makefile in /build. I played with it for about a month using just the phablet-armhf.zip. I had it booting for about 15 seconds after a while. I was going through logcats and trying to trace them back to any warnings thrown during compilation.
Then I found out it uses the grouper image. Voila, instant boot. I left the changes in the source, though.

redwolves said:
I followed the porting guide. Commented out AriesParts and Samsung-something-or-other in a makefile in /devices. Patched /kernel/samsung/aries/fs/proc/array.c and /kernel/samsung/aries/arch/arm/configs. I did some other other patches to a makefile in /build. I played with it for about a month using just the phablet-armhf.zip. I had it booting for about 15 seconds after a while. I was going through logcats and trying to trace them back to any warnings thrown during compilation.
Then I found out it uses the grouper image. Voila, instant boot. I left the changes in the source, though.
Click to expand...
Click to collapse
I'll put up detailed instructions and the code on my github page when I get the chance. Life has 'a life' in it, you know.
Scott

If anyone is having problems, please see if you can grab a logcat and send it to me.

for some reason wen i install the 2nd zip, i get status 7 error

arqda said:
for some reason wen i install the 2nd zip, i get status 7 error
Click to expand...
Click to collapse
You're the second person who has said that. I can't reproduce it on my phone. I need to find a common thread.
What Baseband version are you running?
Thanks, Scott

redwolves said:
You're the second person who has said that. I can't reproduce it on my phone. I need to find a common thread.
What Baseband version are you running?
Thanks, Scott
Click to expand...
Click to collapse
Ill try to give u as much detai l as possible.
Baseband: i500.04.V.EH03
Tried flashing using CWM4, 6, modified6, and twrp
Using 1gb sd card (class ?) To flash

Finally got around to detailed instructions on my github account. It's here. I'll push the code up shortly.

redwolves said:
Finally got around to detailed instructions on my github account. It's here. I'll push the code up shortly.
Click to expand...
Click to collapse
I did all of that except one thing I forgot array.c also we dont need samsung service mode

Unjustified Dev said:
I did all of that except one thing I forgot array.c also we dont need samsung service mode
Click to expand...
Click to collapse
"While in /device/samsung/aries-common, edit device_base.mk. Comment out AriesParts and SamsungServiceMode under
"# Device-specific packages"."
I thought I had it in there.

Related

[Q] Ported rom, no root access

Alright, so I ported tripndroid to the DNA. Used cm's device tree, m7 kernel, and external/clang, and the muppets' vendor tree. Builds with no errors, flashes fine, runs great, but I got no root access. Superuser is installed, shows up under settings. Tried flashing busybox su package, koush's supersu 1.51 binary, and superuser. Nothing. Any ideas?
Sent from my HTC6435LVW using xda app-developers app
Isn't the latest supersu like 1.65? That's what I flashed on omnirom on my nexus 7 and I believe that's also the only one people were having success with.
Sent from my Droid DNA using Tapatalk Pro
jamiethemorris said:
Isn't the latest supersu like 1.65? That's what I flashed on omnirom on my nexus 7 and I believe that's also the only one people were having success with.
Sent from my Droid DNA using Tapatalk Pro
Click to expand...
Click to collapse
Yeah, you're right. I just searched for the update and that's the first that came up. I'll try it out.
Sent from my HTC6435LVW using xda app-developers app
Nope. Still no root. Tried flashing supersu and superuser.
danjull said:
Alright, so I ported tripndroid to the DNA. Used cm's device tree, m7 kernel, and external/clang, and the muppets' vendor tree. Builds with no errors, flashes fine, runs great, but I got no root access. Superuser is installed, shows up under settings. Tried flashing busybox su package, koush's supersu 1.51 binary, and superuser. Nothing. Any ideas?
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
I just took a look at their android_device_htc_m7. Wow, they are really not making any attempt to keep their changes in line with what CM is doing. I wouldn't be surprised if you get more surprises down the road...
In the 4.3 builds, superuser support requires that a daemon be running as root. This service is configured in init.superuser.rc which must get included by one of the etc/init*.rc scripts in the ramdisk.
The CM builds do this in vendor/cm which conveniently makes it apply to all devices. Tripndroid seems instead to have added the include directly to ramdisk/init.rc in their device tree. I suspect making the coresponding change to the init.rc on the DLX tree will fix the problem.
crpalmer said:
I just took a look at their android_device_htc_m7. Wow, they are really not making any attempt to keep their changes in line with what CM is doing. I wouldn't be surprised if you get more surprises down the road...
In the 4.3 builds, superuser support requires that a daemon be running as root. This service is configured in init.superuser.rc which must get included by one of the etc/init*.rc scripts in the ramdisk.
The CM builds do this in vendor/cm which conveniently makes it apply to all devices. Tripndroid seems instead to have added the include directly to ramdisk/init.rc in their device tree. I suspect making the coresponding change to the init.rc on the DLX tree will fix the problem.
Click to expand...
Click to collapse
Yup. You hit the nail right on the head. I finally found it. Thanks for looking into it!
If anyone wants to try it out I uploaded it here. If there's enough interest I might keep up with it.
Here's the M7 thread for the original build, if anyone wants to see the features. http://forum.xda-developers.com/showthread.php?t=2374404
danjull said:
Yup. You hit the nail right on the head. I finally found it. Thanks for looking into it!
If anyone wants to try it out I uploaded it here. If there's enough interest I might keep up with it.
Here's the M7 thread for the original build, if anyone wants to see the features. http://forum.xda-developers.com/showthread.php?t=2374404
Click to expand...
Click to collapse
Hey danjull I flashed it today and I love the themeing and it is very lite and clean, I could not send messages, kept sating message not sent. I am on Verizon and did not install any apps. Oh crap I did not install any gapps, did to? I will try again after u let me know what I did wrong. had to go back to nandroid for work. thanks for the port.
mopartonyg said:
Hey danjull I flashed it today and I love the themeing and it is very lite and clean, I could not send messages, kept sating message not sent. I am on Verizon and did not install any apps. Oh crap I did not install any gapps, did to? I will try again after u let me know what I did wrong. had to go back to nandroid for work. thanks for the port.
Click to expand...
Click to collapse
No gapps necessary. Mine is sending fine. I'm not using the stock messenger though.
Sent from my HTC6435LVW using xda app-developers app
danjull said:
No gapps necessary. Mine is sending fine. I'm not using the stock messenger though.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
ok I will try a few other apps and get back. other than that the rom is great
mopartonyg said:
ok I will try a few other apps and get back. other than that the rom is great
Click to expand...
Click to collapse
Yeah, I like it. It's pretty light on features. I mainly miss transparency settings for the status bar. I might try to work that in.
I'm using go SMS and I've been getting texts fine.
Sent from my HTC6435LVW using xda app-developers app
Hey Danjull are u going to start a thread for this rom? I think people will like it also. Are u going to update it when the other devices update? Thanks for this port

[KERNEL][WIP}i920X Touchwiz JB(4.2.2)(Production Phase)

This kernel will be kept simple and inline with stock and free from buzzfree stuff..as the aim is a stable day-to-day use kernel..this kernel is NOT for those who want to break records..as i do not believe and rely on benchmarks..(its me..)
Disclaimer:
i nor xda would be at fault if something weird beyond my test results happen to your phone..also this is not a benchmark kernel..if you like crunching numbers and breaking records go use another kernel..this is meant to save juice and be efficient and stable as a daily driver for Samsung based ROMS..
Features:
- Based on i9205/i9195 source from Samsung OSRC(Thanks for the borked source)
- Fixed a few things left by Samsung to be broken
- Simple and no fancy stuff thats gonna bork your phones..more stuff does not guarantee it's better..
- User voltage control from faux123 for Krait CPU's..
- EXFat support(by Samsung OSRC..)
- OC(if already stable)
- will populate more as things get stable
- Selinux permission is set from enforcing to permissive via ramdisk
- insecure boot image
- Disabled Rooting security measures implemented by Samsung..
Pre-requisites
- Install busybox via CWM or via Playstore before installing my kernel..this is to make sure init.d and also some scripts work properly..
Downloads here: Test build 5(ML1 Ramdisk)
My git: source
Credits:
- noone in particular but thanks to ALL the wonderful devs here in XDA..
If you like the builds please help me get a Soda/pay bills..or the least is just hit the Thanks Button..
one more in case..
uploading..
please report/feedback on any issue you might encounter..please do provide logs(last_kmsg, logcats, dmesg...etc..) so that i can shoot things out..i do not own the device yet and surely things can go wacky along the way..
TIA
kindly someone report if the build boots up..
What do you mean with those features?
- Fixed a few things left by Samsung to be broken
- Removed most of the crappy and buggy stuff..
- GPU Idling fix..
Click to expand...
Click to collapse
I cannot see them on your sources
Grarak said:
What do you mean with those features?
I cannot see them on your sources
Click to expand...
Click to collapse
will push them tomorrow(just have to know if the build boots or not)..samsung left an issue on the video drivers for ebook mode(scenario mode)..which can hinder compilation..why so curious?? you're the idol..
kairi_zeroblade said:
will push them tomorrow(just have to know if the build boots or not)..samsung left an issue on the video drivers for ebook mode(scenario mode)..which can hinder compilation..why so curious?? you're the idol..
Click to expand...
Click to collapse
I was curious how you described these features. If it's only an e book reader issue, you cannot call it remove crappy stuff by samsung.
Sent from my Galaxy Nexus using xda app-developers app
Grarak said:
I was curious how you described these features. If it's only an e book reader issue, you cannot call it remove crappy stuff by samsung.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
ok so if it bothers you then i will ninja edit it then..its just a general template i used on my previous OP..dont be so harsh on me..
update: edited it to "fit" your standards.. (what a way to welcome me here........now i can go to bed..and get my beauty sleep.. )
update: good morning guys!! any reports or comments if it boots up?? need feedbacks so i can start pushing more stuff..
I tried it on a I9200.
Device boots
No wifi
Lost root
For some reason, Google+ stopped working
Logcat attached.
Silesh.Nair said:
I tried it on a I9200.
Device boots
No wifi
Lost root
For some reason, Google+ stopped working
Logcat attached.
Click to expand...
Click to collapse
thanks will invetigate the logs provided..can you upload a stock image of the i9200 btw??so i can check if there are specific differences from the ramdisk of the i9200 from i9205..afaik aside from the LTE there should be other differences from them..
re: root it might have been because of the ramdisk i used..can you shift to Koush's superuser??chainfire's supersu has been finicky with my HTC 4.3 update but Koush's never had a glitch..
Thank you very much for the feedback!!
edit: get the SuperUser by Koush here
Stock MJ1 I9200 boot image attached. I'll let you know if I succeed to root.
Silesh.Nair said:
Stock MJ1 I9200 boot image attached. I'll let you know if I succeed to root.
Click to expand...
Click to collapse
can you pull me a last_kmsg from my kernel??it seems there is a hardware initialization issue..TIA
kairi_zeroblade said:
can you pull me a last_kmsg from my kernel??it seems there is a hardware initialization issue..TIA
Click to expand...
Click to collapse
Attached.
Silesh.Nair said:
Attached.
Click to expand...
Click to collapse
ok nailed down the culprit..will release a new test build in a few minutes thanks Silesh..it seems i was missing a few stuff..
kairi_zeroblade said:
update: new test build here OP updated as well
kindly test and provide feedback so i can push more stuff in..i have to do alot more maintaining also to my git..
Click to expand...
Click to collapse
I am testing my slimkat build. Will flash and let you know in an hour.
Silesh.Nair said:
I am testing my slimkat build. Will flash and let you know in an hour.
Click to expand...
Click to collapse
thank you it seems i made a minor derp..will fix it now..and upload a new kernel.
OK. When you upload, mention me so that I get a noification. Else I need to check the thread often.
Silesh.Nair said:
OK. When you upload, mention me so that I get a noification. Else I need to check the thread often.
Click to expand...
Click to collapse
update: get test build 3 here
kairi_zeroblade said:
update: get test build 3 here
Click to expand...
Click to collapse
Still no wifi. Root works, both SuperSU and Koush. Logs attached.
Silesh.Nair said:
Still no wifi. Root works, both SuperSU and Koush. Logs attached.
Click to expand...
Click to collapse
ok got it..will switch to the ML1 ramdisk you gave me..will post a new build in a few minutes..
edit: it seems i was messing with the UCNA2 update with SELINUX..thats why i was borking things..i am now using the ML1 ramdisk..
@silesh
new build up..here

Sweet treat in about 2 hours

Building a sweet treat for you guys, will post it in dev section assuming all goes well
Can you post link here as well when its ready?
jontr said:
Can you post link here as well when its ready?
Click to expand...
Click to collapse
sure
Wow! Excited to breathe some new life into the old manta.
Has it been two hours yet??!?!?!
I guess all didn't go too well...
how to farm upvotes this isn't reddit guys
wturner859 said:
I guess all didn't go too well...
Click to expand...
Click to collapse
Had some java issues, will be def ready tomorrow :good:
sooti said:
Had some java issues, will be def ready tomorrow :good:
Click to expand...
Click to collapse
Bad news... buillt fine, flashed it, no boot, i think our device needs a new bootloader, unless someone else has an idea? tried both otapackage and img files
sooti said:
Bad news... buillt fine, flashed it, no boot, i think our device needs a new bootloader, unless someone else has an idea? tried both otapackage and img files
Click to expand...
Click to collapse
What are you trying to build? I built Lollipop from the r2 repo a few days ago, available here: http://d-h.st/Ryr
stiggy2012 said:
What are you trying to build? I built Lollipop from the r2 repo a few days ago, available here: http://d-h.st/Ryr
Click to expand...
Click to collapse
Same here, but my device doesn't boot, is it working for you???
sooti said:
Same here, but my device doesn't boot, is it working for you???
Click to expand...
Click to collapse
Yep, works fine. Build with the latest "preview binaries". Literally all I did was repo init/sync, load the variables, run the binary scripts, chose manta with lunch and then finally run make.
stiggy2012 said:
Yep, works fine. Build with the latest "preview binaries". Literally all I did was repo init/sync, load the variables, run the binary scripts, chose manta with lunch and then finally run make.
Click to expand...
Click to collapse
Preview binaries? that must be what I am missing... anyway if you already built one no point in duplicating work, good job, ill get back to building for my G3-D855
sooti said:
Preview binaries? that must be what I am missing... anyway if you already built one no point in duplicating work, good job, ill get back to building for my G3-D855
Click to expand...
Click to collapse
Yep, these: https://developers.google.com/android/nexus/blobs-preview
I suspect that will be much, MUCH more difficult than a Manta build! Tell you what though: If you do manage to get it going well I may well buy a G3 myself as the hardware is gorgeous and they are quite cheap nowadays... Only thing that puts me off is LG's update record and (until recently) the locked bootloader
stiggy2012 said:
Yep, these: https://developers.google.com/android/nexus/blobs-preview
I suspect that will be much, MUCH more difficult than a Manta build! Tell you what though: If you do manage to get it going well I may well buy a G3 myself as the hardware is gorgeous and they are quite cheap nowadays... Only thing that puts me off is LG's update record and (until recently) the locked bootloader
Click to expand...
Click to collapse
Got mine booting pac-rom with everything working just fine, some minor issues like camera getting stuck in background sometimes but nothing major
stiggy2012 said:
Yep, works fine. Build with the latest "preview binaries". Literally all I did was repo init/sync, load the variables, run the binary scripts, chose manta with lunch and then finally run make.
Click to expand...
Click to collapse
Hi, how is it to load the variables? I tried to build lollipop for manta and I did all that you said but I don't remember that step.
tavocabe said:
Hi, how is it to load the variables? I tried to build lollipop for manta and I did all that you said but I don't remember that step.
Click to expand...
Click to collapse
"source build/envsetup.sh" from build directory.
https://source.android.com/source/building-running.html
stiggy2012 said:
"source build/envsetup.sh" from build directory.
https://source.android.com/source/building-running.html
Click to expand...
Click to collapse
OH, yeah I remember that. Didn't know the initialization/setup of the environment was actually loading the variables. Thanks!
Oh so this is the show off thread?
Well I built mine with transparent bars via linaro toolchain
Seriously though this isn't reddit...

[RECOVERY] TWRP v2.6.3.0 for D605

Team Win Recovery Project for d605
upstream source v2.6.3.0 build
Source
found no bugs in nandroid backup and restore
Only some false translated touch event issues at terminal emulator.
Install: flash the file in CWM:
Download zip file
Give more happiness to your tutorial!
Thanks good man,
We've waited a long time,
CWM is good,but TWRP......
Ty again.......
This is happening omg
Edit: waiting for some feedback before installing, someone PLEASE try installing paranoid android using this
It works good, but not solve Paranoid black screen problem.
Maydar said:
It works good, but not solve Paranoid black screen problem.
Click to expand...
Click to collapse
R.I.P.
Thanks for informations, happy that is working for you. I know, tutorial is a bit short
If you have CWM, then you just backup whole rom, and then youre good. That zip overwrites only recovery partition
RaawrItsTomi said:
This is happening omg
Edit: waiting for some feedback before installing, someone PLEASE try installing paranoid android using this
Click to expand...
Click to collapse
Nice work man! Thanks for this
Sent from my LG-D605 using CM11 V11
Good job, I think it would be great if you gave link to the source code you used to build it in the OP. I think it's required by Original Development section to include the source?
PA
TWPR is working perfectly whit pa
Do you plan to make an update to current version?
I can update it for you if you want. I don't have the device though so I need a good english talker to give me some info about the device.
EDIT: I ported latest TWRP for your device. Need someone who can test it and tell me if it's good. Do not worry worse it can happen is not boot. No hard-brick dangers.
Sorry for long silence everyone, now isnt need for update. So maybe latter or if someone find bugs in my build.
Can I install future builds by Varcain with this? Or I'd have to install the new CWM?
I think that it will work with new builds...
Sent from my LG-D605 using XDA Free mobile app
Does it (TWRP) have Loki integrated like CWM? If no then it won't work - unless you lokify the boot.img inside zip manually. I am switching to new release method and it also depends on recovery being able to Lokify the boot.img when needed.
Thanks, you need to patch that boot.img. I was thinking that every roms would be already patched before compresion.
Sent from my LG-D605 using XDA Free mobile app
I will be thankful for pushing code at github, so we can stay up to date. If you decide to not publish your updates, I can reinvent wheel and make some ugly hack, that do same work in TWRP.
Varcain said:
Does it (TWRP) have Loki integrated like CWM? If no then it won't work - unless you lokify the boot.img inside zip manually. I am switching to new release method and it also depends on recovery being able to Lokify the boot.img when needed.
Click to expand...
Click to collapse
I messed my building tree so badly, that i need start from scratch once more time. I made no changes to twrp source. Only few setting at BoardConfig.mk
but if its required, here it is: http://frame.jailbrake.cz/recovery.zip
Varcain said:
Good job, I think it would be great if you gave link to the source code you used to build it in the OP. I think it's required by Original Development section to include the source?
Click to expand...
Click to collapse

[WIP] CyanogenMod Note 5 Rom + Kernel

Delete.
Congratulations man. Its great team to be in.
Device: G928C
Rom: CyanogenMod 13
Kernel: Mynogen
Congratulations ,well done job
Interesting , ?
Camera doesn't work.
Well done
Sent from my SM-N920T using XDA-Developers mobile app
lkiiii said:
Camera doesn't work.
Click to expand...
Click to collapse
What kernel did you flash with it?
Milly7 said:
What kernel did you flash with it?
Click to expand...
Click to collapse
Doesn't matter the camera just doesn't work yet
Sorry fellas. Just waiting for a friend who helps me with the building. Camera doesn't work but that is definitely on the list.
Thanks and sorry for the wait. Soon as I get the clear, I'll update OP.
Thank you so much, will report back as soon as done.
I'm happy I finally got to install, Nor audio calls neither Soft keys, text messages are working same as data, youtube, music, chrome, this a good beginning.
I installed the version 3 from the link given (S6 Edge +)
Thank you again.
Thank you so much for your Note 5 support
Updated OP guys.
hey I downloaded a cm rom from the sprint note 5 section and tried your kernel. I got about 2 to 3 reboots and then it stops. my data is also not working. can you help
rudeboy87 said:
hey I downloaded a cm rom from the sprint note 5 section and tried your kernel. I got about 2 to 3 reboots and then it stops. my data is also not working. can you help
Click to expand...
Click to collapse
Hello and thanks for trying.. So it eventually booted? Supesu can cause those kind of reboots while it sets up. . The cm was was made for Tmobile and international.. You could try to make sure apn is right and change your data connection. Like from 4g to 3g. Sometimes that triggers it. And what modem are you using?
not sure what modem I'm using. Can you point me to one that may fix the issue? also I downloaded the rom you mentioned in the op and it booted with no reboots with your kernel. Reboots happen when I use a cm rom from the sprint side
rudeboy87 said:
not sure what modem I'm using. Can you point me to one that may fix the issue? also I downloaded the rom you mentioned in the op and it booted with no reboots with your kernel. Reboots happen when I use a cm rom from the sprint side
Click to expand...
Click to collapse
Then it would probably be due to the sprint CyanogenMod. I can't tell you how stable they are as I have an SM-N920I.. But if you tried the other Cm. Do you get data?
LiL_Assassin said:
Then it would probably be due to the sprint CyanogenMod. I can't tell you how stable they are as I have an SM-N920I.. But if you tried the other Cm. Do you get data?
Click to expand...
Click to collapse
no I didn't get data at all. tried to enable it in rom but it wont work. maybe its on my end
rudeboy87 said:
no I didn't get data at all. tried to enable it in rom but it wont work. maybe its on my end
Click to expand...
Click to collapse
Try checking your apns and that they are correct. And changing.. If that doesn't work.. It might because of sprint device. Fingers crossed.
LiL_Assassin said:
Hello guys! After a few months I decided to look into building a CyanogenMod Kernel for our beloved Note 5.
It is very much a work in progress and any issues should be reported here, please make any backup efs back ups, and nandroids
Link to download cm13 by rainbow dash. Please download this first and then download this kernel... As that is what I am using as my daily driver and if you have random reboots there are ways to fix that. Just report what is making you reboot and I will help you as much as I can. It is still a very beta build!
http://forum.xda-developers.com/s6-edge-plus/orig-development/cyanogenmod-13-unofficial-t3384252
Camera doesn't work.
Some apps don't work unless you personally remove it's libs and stop them from generating. (eg chomp sms on message send)
Source code: https://drive.google.com/file/d/0B8Ps-jVB8IblU0xRWTZUdDlMZ3c/view?usp=docslist_api
Credits @Konsstantine34 @Rainbow_Dash @UpInTheAir (a huge mentor and alot of respect) @A Close friend. @RaymanFX for his first build of cm13 for our device.
[UPDATE!] Due to unforeseen things. I must upload it as a boot.img download it and flash it via twrp and make sure to be able to view Img. Update will soon follow with a proper zip. Please make a backup and report back, any issues. Camera still does not work! Report back with any other issues! Or reboots.
https://www.dropbox.com/sh/7f7979c3fiq4016/AAAPgzCwjArGBd67TV8b3wMHa?dl=0
Click to expand...
Click to collapse
How can I flash your boot file. When I click install twrp doesn't see the .IMG extension.
CHE1 said:
How can I flash your boot file. When I click install twrp doesn't see the .IMG extension.
Click to expand...
Click to collapse
In install menu select install image(right side) then select img then tick boot and swipe to install. When installing zips select install zip back again
Or install an app called flashify and select that img as kernel and flash

Categories

Resources