Remove the SD Card if you have any.Which bootloader and modem are you using? For me it is not passing starting apps screen. I'm on the 5.1.1 bl and modem.
Gesendet von meinem SM-N910C mit Tapatalk
Remove the SD Card if you have any.Which bootloader and modem are you using? For me it is not passing starting apps screen. I'm on the 5.1.1 bl and modem.
Gesendet von meinem SM-N910C mit Tapatalk
im waiting for cm 12 to be working on n910u but cm13 will be better ill be running this rom either wayAny chance for 910 u user or was my $40 just a unknown c financing the beginning of the year?
Here we go for the Gapps... http://download.dirtyunicorns.com/files/gapps/banks_gapps/What gapps are we all using?
---------- Post added at 08:41 AM ---------- Previous post was at 08:32 AM ----------
im waiting for cm 12 to be working on n910u but cm13 will be better ill be running this rom either way
Ok, thx, i'll wait until sd card works, everything like tb backups is on the sd card.Remove the SD Card if you have any.
Yeah. Perfectly normal, a consequence of the newer bootloaders.Running flawlessly, but I notice on every boot a message saying "kernel is not seandroid enforcing". Is this normal and expected?
Sent from my SM-N910C using Tapatalk
I'm working on the initial support right now.@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?
cd /dev/block/platform/*/by-name
dd if=BOOT of=/sdcard/boot.img
adb pull /sdcard/boot.img
cat /proc/cpuinfo | grep Revision
N910U Boot.img https://drive.google.com/folderview?id=0B6pe-bp68gMkTUt2bVk5cm5sOFU&usp=sharingI'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):
I also need to know your hardware revision (because it needs to be hardcoded in M for now):Code:cd /dev/block/platform/*/by-name dd if=BOOT of=/sdcard/boot.img adb pull /sdcard/boot.img
This should do for initial N910U support.Code:cat /proc/cpuinfo | grep Revision
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.
Thanks, those are exactly what I needed.N910U Boot.img https://drive.google.com/folderview?id=0B6pe-bp68gMkTUt2bVk5cm5sOFU&usp=sharing
cat /proc/cpuinfo | grep Revision = 000d
getprop ro.product.name
getprop ro.product.name = trhpltexxThanks, those are exactly what I needed.
One more property:
I'll upload a test boot.img for you in a few (and you're gonna need to edit ro.product.name manually).Code:getprop ro.product.name
Give it a shot: https://www.androidfilehost.com/?fid=24269982087007869getprop ro.product.name = trhpltexx
adb push cm-13-boot.img /sdcard/
cd /dev/block/platform/*/by-name
dd if=/sdcard/cm13-boot.img of=BOOT
reboot
That sounds like a Snapdragon variant (meaning I can't support it without a real device to develop on).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)?
Big Logcat is here and one more to make sureThat 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).