[ROM][N910C/H] CyanogenMod 13 semi-official builds

Status
Not open for further replies.

hiimimtayaz

Senior Member
Apr 1, 2013
753
301
93
New Delhi
A big applause to Mr. RaymanFX for his tremendous effort and awesome work as always.
The only thing stopping me for it being daily driver is SD card & USB OTG isn't working ATM. Call screen delay persist like previous AOSP LP builds. Nevertheless its a great Marshmallow start. Performance And 'Doze' feature rocks on this beast.
Thanks again for great work.
 
Last edited:
  • Like
Reactions: GizoMot

Ausboy 2011

Senior Member
Oct 31, 2011
2,209
498
0
What gapps are we all using?

---------- Post added at 08:41 AM ---------- Previous post was at 08:32 AM ----------

Any chance for 910 u user or was my $40 just a unknown c financing the beginning of the year?
im waiting for cm 12 to be working on n910u but cm13 will be better ill be running this rom either way
 

RaymanFX

Inactive Recognized Developer
Jan 8, 2011
1,122
16,501
0
25
Hannover
@RaymanFX What do you need to add N910U modem and baseband support for the TRELTEXX? Do you need any files off our phones or do you just need time?
I'm working on the initial support right now.
First, I need to ensure that all the parts for the XMM7260 modem are in place (in the kernel).
I probably also need the cpboot-daemon from a stock N910U ROM, would be great if you could upload a boot.img from stock for me somewhere. Grab it this way (you need SU access for this):
Code:
cd /dev/block/platform/*/by-name
dd if=BOOT of=/sdcard/boot.img
adb pull /sdcard/boot.img
I also need to know your hardware revision (because it needs to be hardcoded in M for now):
Code:
cat /proc/cpuinfo | grep Revision
This should do for initial N910U support.
However, the modem code is quite different, so if anybod has a spare, unused N910U lying around, that would ensure future support. I'm trying my best to get it supported without a real device, but this obviously isn't the real deal.

EDIT:
Could someone please grab a logcat with an external SD card inserted? I don't have one available for testing but I want to know why it's preventing the device from booting up.
 

travis82

Senior Member
Jan 8, 2011
1,517
1,683
0
38
Marysville, Washington
I'm working on the initial support right now.
First, I need to ensure that all the parts for the XMM7260 modem are in place (in the kernel).
I probably also need the cpboot-daemon from a stock N910U ROM, would be great if you could upload a boot.img from stock for me somewhere. Grab it this way (you need SU access for this):
Code:
cd /dev/block/platform/*/by-name
dd if=BOOT of=/sdcard/boot.img
adb pull /sdcard/boot.img
I also need to know your hardware revision (because it needs to be hardcoded in M for now):
Code:
cat /proc/cpuinfo | grep Revision
This should do for initial N910U support.
However, the modem code is quite different, so if anybod has a spare, unused N910U lying around, that would ensure future support. I'm trying my best to get it supported without a real device, but this obviously isn't the real deal.

EDIT:
Could someone please grab a logcat with an external SD card inserted? I don't have one available for testing but I want to know why it's preventing the device from booting up.
N910U Boot.img https://drive.google.com/folderview?id=0B6pe-bp68gMkTUt2bVk5cm5sOFU&usp=sharing
cat /proc/cpuinfo | grep Revision = 000d
 
  • Like
Reactions: Danmann

RaymanFX

Inactive Recognized Developer
Jan 8, 2011
1,122
16,501
0
25
Hannover
getprop ro.product.name = trhpltexx
Give it a shot: https://www.androidfilehost.com/?fid=24269982087007869
Flash the boot.img with Flashify or manually:
Code:
adb push cm-13-boot.img /sdcard/
cd /dev/block/platform/*/by-name
dd if=/sdcard/cm13-boot.img of=BOOT
reboot
Don't forget to change ro.product.name (and every other prop that says 'treltexx' to 'trhpltexx') :)
If it doesn't work, please get me a dmesg (adb shell dmesg &> dmesg) and a radio log (adb logcat -b radio &> radiolog).
 

ajm786

Senior Member
Oct 27, 2010
1,403
418
0
This is probably a n00b question, but I was highly curious, with us losing our devs left and right, and Rayman really stepping up to the plate (can't thank him enough!!!), will this eventually work for the N910T (TRLTETMO)?
 

RaymanFX

Inactive Recognized Developer
Jan 8, 2011
1,122
16,501
0
25
Hannover
This is probably a n00b question, but I was highly curious, with us losing our devs left and right, and Rayman really stepping up to the plate (can't thank him enough!!!), will this eventually work for the N910T (TRLTETMO)?
That sounds like a Snapdragon variant (meaning I can't support it without a real device to develop on).

To all the N910U people:
Travis was able to confirm the build I sent him works (SIM card is detected and LTE is working on the Intel XMM7260 CAT6 modem).
I'll update the device tree and kernel to reflect the necessary changes and the second build will come in two variants (one for N910C/H and one for N910U).
 

travis82

Senior Member
Jan 8, 2011
1,517
1,683
0
38
Marysville, Washington
That sounds like a Snapdragon variant (meaning I can't support it without a real device to develop on).

To all the N910U people:
Travis was able to confirm the build I sent him works (SIM card is detected and LTE is working on the Intel XMM7260 CAT6 modem).
I'll update the device tree and kernel to reflect the necessary changes and the second build will come in two variants (one for N910C/H and one for N910U).
Big Logcat is here and one more to make sure
 

Attachments

Last edited:
  • Like
Reactions: BallerMan

travis82

Senior Member
Jan 8, 2011
1,517
1,683
0
38
Marysville, Washington
Last edited:

travis82

Senior Member
Jan 8, 2011
1,517
1,683
0
38
Marysville, Washington
new logcats i hope this helps you a bit more

ok i hope this helps you out some.

With the SDcard inserted it will just sit there and wait 11-30 23:47:29.602 19093 19093 W MountService: Thread main still waiting for mAsecsScanned...

As soon as you remove the sdcard it boots in to Cyanogenmod
 

Attachments

Last edited:
  • Like
Reactions: BallerMan
Status
Not open for further replies.