First of all. This is buggy. I have not had the time to debug it all. it makes the phone, and messaging a little slow when you first open it. Also when you go into Connections, and Mobile networks for the first time it takes an extra 5 seconds. that will come when I have time to mess with it.
I have used this on my PH4 N910P:
Aurora (latest and the previous versions)
Norma V5,6,8
But for Nemesis Rom.. I can't get it to function 100% so I gave up on it.
1. Wipe your stuff like you do your butt. Clean.. Multiple times..
2. Flash your precious ROM
3. Flash RamKernel Note7 (search the forum)
4. Flash data fix step 1
5. let it boot I recommend skipping all the Samsung/google setup for now (you can probably do it but in case you don't follow directions like my kids and have to redo step 1-4 then you are wasting your time)
6. go into connections/mobile networks/apn settings (They should be editable) click on the LTE one to edit it and then just click on the top right and save it (this puts that in your personal saved APNS.** IMPORTANT)
**Edit Just to clarify the LTE one should be "Sprint LTE Internet" then under that is "n.ispsn" you don't need to change anything just click save.
7. Restart go into TWRP flash Data fix 2 (For devs this just copies others.xml as before it locks the apns from being edited)
8. Now setup play store so you can download Network Mode (thanks shadowcliff your a lifesaver! ) in network mode you need to go about half way down select CDMA AUTO (PRL), wait a few seconds it should say under Cellinfo mRegistered=YES. if not play with changing to different networks like EvDo, GSM auto (PRL), LTE/GSM/CDMA Auto (PRL) until it does. it will eventually.
9. set it back to LTE/CDMA Auto (PRL), go to connections in settings and make sure it also says LTE/CDMA then reboot.
10. Enjoy SMS, MMS,Phone calls all working.
Keep in mind when you first send a MMS it may take 30 seconds. I think it has to register you on the network. but it will work. and it will all be LTE speed. I get about 12-15 meg down and 12 up or something.
Like I said this is a fix but it makes the phone in some parts sluggish. but it works. and there are no errors so far that I have noticed.
*****Devs.. if you have questions on what are the main things that make up the fix let me know.
*****EDIT Updated fix to include fixes by tx_dbs_tx
Thanks @shadowcliffs, @XeoNoX, @aaron74! you guys helped me more then you know!
@tx_dbs_tx for the fixes so our phones don't act like a real Note 7
This might work on the Nemesis rom. However I have had too many issues with it sticking. so I gave up.
Thanks for sharing. I will look at all of this and try to pinpoint exactly what needs to be done to get data working on the Sprint N7 rom i'm working on.
OMG Jesus Christ And The saints Off Heaven !! I just Do The Steps and My Note Its Working with A Note 7 Rom
I Almost Cry When I Saw The Setup Process XD XD
Dude Seriously Were The Hell Its The Button To Donate Some McNuggets to you Bro
Thanks So Much For This
Lol i am glad it worked like i said it gets a bit sluggish when u first open stuff but i will work on that enjoy
:good: Awesome, Glad to here, you guys got it going.
Tomorrow i think i will post the flash file i use to get messaging so it doesnt have the chinese letters in it
Before you do that the build.prop needs a few edits. I found a few problems with the arm versions.
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm64.variant=kryo
dalvik.vm.isa.arm64.features=default
dalvik.vm.isa.arm.variant=cortex-a53
dalvik.vm.isa.arm.features=default
Needs to be changed to the correct version to support our N4 architecture like this...
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm.variant=krait
dalvik.vm.isa.arm.features=default
Simply replace those five entries with the three lines above. Look at the original
N4 build.prop for reference. the cortex chip is the Exynos variant which the Sprint N4 is not.
I have not noticed anything else that sticks out but these lines alone can cause some significant problems. I also noticed some different RIL entries that don't exist in the original sprint N4 build.prop. I'm wondering if these lines come from a different cdma N7 rom perhaps? We'll get it sorted out if we work together. thanks again for sharing your setup. :highfive:
Edit: Another issue in build.prop that must be changed...
ro.vendor.extension_library=libqti-perfd-client.so
change the line above to... ro.vendor.extension_library=libqc-opt.so
this is the correct opt code for the art compiler and you will also need to make sure "libqc-opt.so" from the Sprint N4 is placed in system/vendor/lib directory so that ART can optimize correctly during first boot. The current line in your build.prop is for 64 bit cortex chipset. No good on our N4. There are many many other things that would need to be done to the N7 rom in order to have it optimized to run on our qualcomm snapdragon N4 but I will hopefully have my rom finished soon. but in the meantime you can do these few things to get the rom smoothed out some more.
Congrats!
Sent from my N910P PH4 on Nemesis N7 Port Rom, H-Vitamin Kernel
shadowcliffs said:
Congrats, mind telling wha the major changes are compared to my files posted here http://forum.xda-developers.com/showthread.php?p=69193310?
Sent from my N910P PH4 on Nemesis N7 Port Rom, H-Vitamin Kernel
Click to expand...
Click to collapse
the main items that are included in the fix zips is build.prop and multiple libs as well as csc items. I won't go into specifics but this is the main things that these zips contain. However there are still more keys to this puzzle for the Sprint network. framework is the main one and some system apps as well. When using a rom from a different network there will be many thing missing so this should be considered a temporary workaround until we get it lined out for the real sprint N7 rom.
tx_dbs_tx said:
Before you do that the build.prop needs a few edits. I found a few problems with the arm versions.
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm64.variant=kryo
dalvik.vm.isa.arm64.features=default
dalvik.vm.isa.arm.variant=cortex-a53
dalvik.vm.isa.arm.features=default
Needs to be changed to the correct version to support our N4 architecture like this...
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm.variant=krait
dalvik.vm.isa.arm.features=default
Simply replace those five entries with the three lines above. Look at the original
N4 build.prop for reference. the cortex chip is the Exynos variant which the Sprint N4 is not.
I have not noticed anything else that sticks out but these lines alone can cause some significant problems. I also noticed some different RIL entries that don't exist in the original sprint N4 build.prop. I'm wondering if these lines come from a different cdma N7 rom perhaps? We'll get it sorted out if we work together. thanks again for sharing your setup. :highfive:
Edit: Another issue in build.prop that must be changed...
ro.vendor.extension_library=libqti-perfd-client.so
change the line above to... ro.vendor.extension_library=libqc-opt.so
this is the correct opt code for the art compiler and you will also need to make sure "libqc-opt.so" from the Sprint N4 is placed in system/vendor/lib directory so that ART can optimize correctly during first boot. The current line in your build.prop is for 64 bit cortex chipset. No good on our N4. There are many many other things that would need to be done to the N7 rom in order to have it optimized to run on our qualcomm snapdragon N4 but I will hopefully have my rom finished soon. but in the meantime you can do these few things to get the rom smoothed out some more.
Click to expand...
Click to collapse
Looking forward to your N7 port.
Yeah this more of a bandaid for now as there was nothing before that worked. I am going to make those changes in a few hours and upload a new version.
I am looking forward to tx_dbs_tx rom as well. He knows his stuff.
Does the 910P have a slot for a GSM SIM card?
wantedman76 said:
Yeah this more of a bandaid for now as there was nothing before that worked. I am going to make those changes in a few hours and upload a new version.
I am looking forward to tx_dbs_tx rom as well. He knows his stuff.
Click to expand...
Click to collapse
Thank you for your time & thinking trying to get something done!!!.... so far data & sms wise its working great....But may I ask, what rom do you prefer Aurora or Norma?
Sent from my SM-N930P using XDA-Developers mobile app
XeoNoX said:
Does the 910P have a slot for a GSM SIM card?
Click to expand...
Click to collapse
We do have sim card slot.. It is a global phone
XeoNoX said:
Does the 910P have a slot for a GSM SIM card?
Click to expand...
Click to collapse
Yes, I use mine with cricket(at't). You have to sim unlock it first.
XeoNoX said:
Does the 910P have a slot for a GSM SIM card?
Click to expand...
Click to collapse
There is one and only one SIM slot on my N910P. A Sprint SIM card is needed for LTE or phone to work. I havn't tried a GSM SIM card in my N910P yet, I have an impression that the phone is locked to Sprint's sim unless unlocked first.
N910P PH4, Norma N7 V6, H-Vitamin Kernel
---------- Post added at 09:24 PM ---------- Previous post was at 09:18 PM ----------
wantedman76 said:
Yeah this more of a bandaid for now as there was nothing before that worked. I am going to make those changes in a few hours and upload a new version.
I am looking forward to tx_dbs_tx rom as well. He knows his stuff.
Click to expand...
Click to collapse
I just tested your datafix file on Aurora v3.1. It successfully converted the phone from GSM to CDMA, which has not been achieved by other datafix before. Kudos to you! How come it's not working well with Nemesis? Can we just swap the phone apps, or it's the framework of Nemesis that prevent the phone from being converted to a CDMA one?
N910P PH4, Norma N7 V6, H-Vitamin Kernel
Ram kernel V2 work..
which one did you use?
KLPFL said:
Ram kernel V2 work..
Click to expand...
Click to collapse
wantedman76 said:
which one did you use?
Click to expand...
Click to collapse
F variant which was removed by Ram... I had it awhile back... he removed b/c it said wifi is not working.. but i used it worked..
Related
MetrOFF | MetroPCS One-Flash-Fix [MMS]
This is an ALL-IN-ONE [MMS] solution for MetroPCS users...
***MetroPCS is no longer using a PROXY for DATA/WEB.
***Thus, eliminating the need for any previously used DATA/WEB Fixes.
***This Fix intends to address and provide a complete solution for MMS.
***Please, feel free to use or modify this Fix as you see fit!
***You do not need to do any extra steps to get MMS working... just flash MetrOFF!
***If you have any questions or run into any problems please Post Reply or PM me and I will look into it;
***make sure to specify which ROM and MetrOFF version you are using.
MetrOFF | [GB/Froyo]-[CM/AOSP] ROMs:
Changes carrier name on status bar/lock-screen to "MetroPCS."
Updates BUILD.PROP with the right settings for MetroPCS.
Updates telephony.db/APNs with the right settings for MetroPCS.
Installs modded Mms.apk required in most [GB/Froyo]-[CM/AOSP] ROMs.
MetrOFF | [Eclair]-[Sense/Non-Sense] ROMs:
Changes carrier name on status bar/lock-screen to "MetroPCS."
Updates BUILD.PROP with the right settings for MetroPCS.
Updates telephony.db/APNs with the right settings for MetroPCS.
Credit & Thanks go out to:
All contributors at HowardForums and XDA-Devs Forums!
Conap for helping me every time I go bothering him. I can't thank you enough!
token419 for his original Fixes that taught me a great deal!
bigshotrob22 for all his help, and the time/effort he puts into the Cricket/Metro crowds!
All you Users who benefit from using these Fixes!
Download & Install instructions:
Make sure your ROM has been booted at least once.
Download your specific One-Flash-Fix version bellow.
Copy the .zip file to the root of your SDCard.
Boot into recovery, flash the .zip file and reboot.
You should now have MMS fully working. Enjoy!
ChangeLog
[09.30.2011] - v1.2 Fixes:
Fixed Eclair [Sense/Non-Sense] version.
Previously posted file was not updating the telephony.db/APN settings.
[07.18.2011] - v1.2 Update:
Added new Eclair [Sense/Non-Sense] version to the MetrOFF family.
[06.23.2011] - v1.2 Update/Fixes:
Added new modded GB Mms.apk (v2.3.4) to GB version.
Minor fixes/improvements to the update-script.
All bugs caused when MetrOFF was flashed on an ODEXed ROM are now fixed.
[04.13.2011] - v1.1 Update/Fixes:
Added new modded GB Mms.apk (v2.3.3) to GB version.
MMS (picture/audio/video) now works on GB.
Long SMS split functionality now works on GB.
Added new modded Froyo Mms.apk (v2.2.1) to Froyo version.
Minor fixes/improvements to the update-script.
Minor fixes/improvements to the telephony.db/APNs SQL script.
Great work! Solves everything in a single flash.
MMS works flawlessly, no wifi required.
I can't thank you enough.
tjmckenzie said:
Great work! Solves everything in a single flash.
MMS works flawlessly, no wifi required.
I can't thank you enough.
Click to expand...
Click to collapse
Hey TJ, glad to be of help.
This is great! Thanks so much, the only question I have is, do you know why messenger will force close when trying to get or send video or files?
Was trying to send a video and it crashed and some audio files for ringtones and it crashes.
jjoh280844 said:
This is great! Thanks so much, the only question I have is, do you know why messenger will force close when trying to get or send video or files?
Was trying to send a video and it crashed and some audio files for ringtones and it crashes.
Click to expand...
Click to collapse
You are right, I had not notice because I only tested MMS with pictures. Thanks for the feedback... I will look into it.
Edit: I did some testing and it seems to only crash in GB ROMs. The modded Mms.apk is from a Froyo ROM which leads me to think that it is a compatibility issue of some sort. Which ROM are you using?
hey thanks a lot endoki..i was a lil frustrated wen my mms wasnt working but thanks to u and ur research im glad that i can see pics and stuff..also same problem as others cant get audio files and video to download cant recive any luck on wats going on with that??? thanks again
!!!!!Wow, I was/am so excited to see this in the thread list!!!!!
Does this fix the data dropping issue too or just the MMS?
Looks like long SMS still isn't working, I'll just switch to handsent for that I suppose.
Is there a way to keep the gingerbread mms.apk if we decide we care more for the long sms functionality? Or could you possibly add it as an attachment?
Testing the data now..if it holds out I'll definitely be buying you a cup of Joe
Nope, there it went..I guess this is just for the MMS..do you have any ideas about the data dropping issue?
I'm running GSB 2.6, and data drop is rare for me. I have a pretty clean set up, not extra scripts or flashes aside from GSB, Gapps, and MetrOFF. On the rare occasion I do notice a data drop, enabling and disabling Airplane mode fixes it quickly.
tjmckenzie said:
I'm running GSB 2.6, and data drop is rare for me. I have a pretty clean set up, not extra scripts or flashes aside from GSB, Gapps, and MetrOFF. On the rare occasion I do notice a data drop, enabling and disabling Airplane mode fixes it quickly.
Click to expand...
Click to collapse
I've got a really clean install myself but I get the data drop very consistently..so strange.
sanjose_shark said:
hey thanks a lot endoki..i was a lil frustrated wen my mms wasnt working but thanks to u and ur research im glad that i can see pics and stuff..also same problem as others cant get audio files and video to download cant recive any luck on wats going on with that??? thanks again
Click to expand...
Click to collapse
You are much welcome! The modded Mms.apk included in the fix is from a Froyo ROM. I am thinking it is a compatibility issue with GB that is causing it to crash when loading audio/video files... this is pure speculation right now as I have yet to decompile it and explore further. I think it is time to mod a GB Mms.apk and make two separate fixes; one for GB and one for Froyo.
conradcliff said:
!!!!!Wow, I was/am so excited to see this in the thread list!!!!!
Does this fix the data dropping issue too or just the MMS?
Looks like long SMS still isn't working, I'll just switch to handsent for that I suppose.
Is there a way to keep the gingerbread mms.apk if we decide we care more for the long sms functionality? Or could you possibly add it as an attachment?
Testing the data now..if it holds out I'll definitely be buying you a cup of Joe
Nope, there it went..I guess this is just for the MMS..do you have any ideas about the data dropping issue?
Click to expand...
Click to collapse
Sorry to bring your hopes down, but nothing yet on the data drop issue. The fix is just for MMS.
About the long SMS, I am looking into modding a GB Mms.apk and making two separate fixes; one for each ROM type, aiming to solve both, long SMS and audio/video loading issues. Meanwhile, I can make a version of the fix that does not include the Mms.apk if you guys want it.
endoki said:
Sorry to bring you hopes down, but nothing yet on the drop data issue. The fix is just for MMS.
About the long SMS, I am looking into modding a GB Mms.apk and make two separate fixes; one for each ROM type, aiming to solve both, long SMS and audio/video loading issues. Meanwhile, I can make a version of the fix that does not include the Mms.apk if you guys want it.
Click to expand...
Click to collapse
This Mms.apk attached has the split functionality, but can someone test it to see if it will work sending MMS? If it does ill update my thread with this one. Please let me know. Of course make a backup before just in case something messes up.
endoki said:
Credit & Thanks go out to:
All contributors at HowardForums and XDA-Devs Forums!
token419 and his original Fixes that taught me a great deal!
Visit token419's OP
All you Users who benefit from using these Fixes!
Click to expand...
Click to collapse
You're welcome. Glad one of us had the time to get the ball rolling, good work brother. God bless
data drop..
have u updated ur kernerl and ur radio i use to get the data and low signal to no signal constantly after i did a clean flash and install new kernel and radio i got a much better signal and no data drops!! i have kaos froyo v39. DecafuctCFSv6
sanjose_shark said:
have u updated ur kernerl and ur radio i use to get the data and low signal to no signal constantly after i did a clean flash and install new kernel and radio i got a much better signal and no data drops!! i have kaos froyo v39. DecafuctCFSv6
Click to expand...
Click to collapse
Flashed DecafuctCFSv6 this morning and my phones been running much better on GSB2.6. Hasn't froze at all, and battery life seems to be improving. Haven't dropped data at all, but that was rare for me anyways.
Thank you for the suggestion.
Sent from my ERIS using XDA App
ju welcome
Flashed DecafuctCFSv6 this morning and my phones been running much better on GSB2.6. Hasn't froze at all, and battery life seems to be improving. Haven't dropped data at all, but that was rare for me anyways.
Thank you for the suggestion.
no problem glad i was of some help..mabe a thank you on my post would be nice
endoki said:
You are right; I had not notice because I only tested MMS with pictures. Thanks for the feedback... I will look into it.
Edit: I did some testing and it seems to only crash in GB ROMs. The modded Mms.apk is from a Froyo ROM which leads me to think that it is a compatibility issue of some sort. What ROM are you using?
Click to expand...
Click to collapse
Gingerbread GSB 2.7
endoki, awesome job brother. I figured since you were working on this, we didn't really need to do a separate rom and glad to see it's working out great this way so far.
If I was on cricket or metro I could be a lot more help. I'll just help supply roms along with the other devs, and you keep supplying the metro/cricket crowd with a means to make those roms work
Everyone wins!
Congrats again and thank you for the time you put into providing this work.
is the decafuct kernel going to affect the functionality of workshed's gingerbread rom? has anyone tested this?
What radio did you flash?
Links please, Thanks guys
i'm running a rooted 3.2 rom but on the lockscreen it says insert sim card. I have a wifi only model therefore no sim card slot. Anyway to remove this? I tried doing that build.prop thing but it doesn't have the #carrier=wifi only thing. The only thing closely related is a part that says something about the sim=1
Crimson Ghoul said:
i'm running a rooted 3.2 rom but on the lockscreen it says insert sim card. I have a wifi only model therefore no sim card slot. Anyway to remove this? I tried doing that build.prop thing but it doesn't have the #carrier=wifi only thing. The only thing closely related is a part that says something about the sim=1
Click to expand...
Click to collapse
It would help to know which ROM you're using.
http://forum.xda-developers.com/showthread.php?t=1230744&highlight=ro+carrier
I'm using this one: http://forum.xda-developers.com/showthread.php?t=1290318
I fixed it though. I just imported the build.prop from a different rom
Crimson Ghoul said:
I'm using this one: http://forum.xda-developers.com/showthread.php?t=1290318
I fixed it though. I just imported the build.prop from a different rom
Click to expand...
Click to collapse
No sh!t, on the link I posted
Lmfao! Don't no sh!t me! I did it before I saw your post. It was 2 A.M. and I just wanted it fixed before school in the morning. Thanks anyways
for the sim card message to go away you need the ADD the line "ro.carrier=wifi-only " in the build.prop and save it .
query
im grateful you helped on that, but i found that it didnt go away.
using taboonay 2.0 with stock build.prop + the line you mensioned.
nothing changed,
even when i had taboonays build.prop with said line, it still was there
so im thinking, what else could change this? e.g another file to modify/edit etc
any help would be great,
cheers
supermorph said:
im grateful you helped on that, but i found that it didnt go away.
using taboonay 2.0 with stock build.prop + the line you mensioned.
nothing changed,
even when i had taboonays build.prop with said line, it still was there
so im thinking, what else could change this? e.g another file to modify/edit etc
any help would be great,
cheers
Click to expand...
Click to collapse
Just had a look at the thread for Taboonay and it states that his ROM is based on both the A500 & A501 ROMs (not certain why someone would do that instead of putting out two different iterations of said ROM).
Be that as it may, you'd probably get a quicker and more complete answer asking at the source here:
http://forum.xda-developers.com/showthread.php?t=1138051
Hello everyone! I do not own this ROM or did I make it, I'm merely spreading the word about it and yes I am currently using it and will be happy to provide screenshots if requested. @BotsOne had made a post on the International Note 4's thread regarding a working CM13 Rom for Trltetmo. Since the post was made public I assume this post I am making is okay, I understand it was originally closed for testing purposes. This is a direct quote from the post where I had downloaded the ROM for myself, if the owner decides to take the download down I will not be uploading the ROM to share.
Simply flash the ROM.zip then flash your choice of Gapps along with anything else you so desire. I booted up perfectly, gave it a moment to settle and I soon got 4G LTE within minutes. Tested calling, texting, and data all work as usual. I have not tested MMS messaging though as I do not use it often. You may modify the T-Mobile APN to your liking. (All I did was change the protocol) I also did not test whether NFC works or not. However, the camera is working perfectly and so is Now on tap with the Nav Bar. Xposed is also working on the ROM. I also have had no force closes.
Special thanks to @BotsOne for sharing the download link and to the creator of the ROM @micky387, I appreciate your effort to bring us Note 4 users at T-Mobile a working CM13 ROM.
Feel free to share your experiences below!
Will take down at the request of @micky387 since I believe they are the owner.
Please be advised that even though it is built for Verizon, it will also work on T-Mobile.
Hey everyone, so @hsbadr built a working Trltetmo CM13 ROM which is receiving nightlies (as far as I can tell) that also has Calling, texting, camera, and LTE fully functioning.
http://forum.xda-developers.com/note-4-verizon/development/cyanogenmod-t3253973
If you are interested, just download the latest version and you're all good to go! Setup is usual.
Flash ROM.zip, then flash Gapps.zip (Marshmallow Gapps!) and anything else you desire after that.
If you can't seem to find it, just go here
http://forum.xda-developers.com/devdb/project/?id=12650#downloads
Special thanks to @hsbadr for providing this ROM for most variants (T-Mobile, Verizon, possibly Sprint)
MisterCoolBeans said:
Hello everyone! I do not own this ROM or did I make it, I'm merely spreading the word about it and yes I am currently using it and will be happy to provide screenshots if requested. @BotsOne had made a post on the International Note 4's thread regarding a working CM13 Rom for Trltetmo. Since the post was made public I assume this post I am making is okay, I understand it was originally closed for testing purposes. This is a direct quote from the post where I had downloaded the ROM for myself, if the owner decides to take the download down I will not be uploading the ROM to share.
Simply flash the ROM.zip then flash your choice of Gapps along with anything else you so desire. I booted up perfectly, gave it a moment to settle and I soon got 4G LTE within minutes. Tested calling, texting, and data all work as usual. I have not tested MMS messaging though as I do not use it often. You may modify the T-Mobile APN to your liking. (All I did was change the protocol) I also did not test whether NFC works or not. However, the camera is working perfectly and so is Now on tap with the Nav Bar. Xposed is also working on the ROM. I also have had no force closes.
Special thanks to @BotsOne for sharing the download link and to the creator of the ROM @micky387, I appreciate your effort to bring us Note 4 users at T-Mobile a working CM13 ROM.
Feel free to share your experiences below!
Will take down at the request of @micky387 since I believe they are the owner.
Click to expand...
Click to collapse
hi, it's not a problem for me but i dont have note 4 device and not tmo variant.
@fattire is the maintenairs of tmo so when his ROM is ready,please close this thread
regards
micky387 said:
hi, it's not a problem for me but i dont have note 4 device and not tmo variant.
@fattire is the maintenairs of tmo so when his ROM is ready,please close this thread
regards
Click to expand...
Click to collapse
Yes will do, when the time is right just give me the heads up
Sent from my SM-T800 using Tapatalk
MisterCoolBeans said:
Hello everyone! I do not own this ROM or did I make it, I'm merely spreading the word about it and yes I am currently using it and will be happy to provide screenshots if requested. @BotsOne had made a post on the International Note 4's thread regarding a working CM13 Rom for Trltetmo. Since the post was made public I assume this post I am making is okay, I understand it was originally closed for testing purposes. This is a direct quote from the post where I had downloaded the ROM for myself, if the owner decides to take the download down I will not be uploading the ROM to share.
Simply flash the ROM.zip then flash your choice of Gapps along with anything else you so desire. I booted up perfectly, gave it a moment to settle and I soon got 4G LTE within minutes. Tested calling, texting, and data all work as usual. I have not tested MMS messaging though as I do not use it often. You may modify the T-Mobile APN to your liking. (All I did was change the protocol) I also did not test whether NFC works or not. However, the camera is working perfectly and so is Now on tap with the Nav Bar. Xposed is also working on the ROM. I also have had no force closes.
Special thanks to @BotsOne for sharing the download link and to the creator of the ROM @micky387, I appreciate your effort to bring us Note 4 users at T-Mobile a working CM13 ROM.
Feel free to share your experiences below!
Will take down at the request of @micky387 since I believe they are the owner.
Click to expand...
Click to collapse
I will give this a shot when I get home today to see how it runs. I love Samsung's apps but man AOSP just runs and looks better.
EDIT: After thinking for a minute, I don't have the time to mess around with switching to AOSP so I'll flash this at a later date and see. But thanks for posting anyways!
I'm going to assume no B12/VoLTE or WiFi Calling because of the DOK2 modem/baseband? The second WiFi calling can be confirmed, I will go to AOSP from TouchWhz.
Tried it going from 4.4.4 direct to it. Booted fine, no cell service at all however.
lycwolf said:
I'm going to assume no B12/VoLTE or WiFi Calling because of the DOK2 modem/baseband? The second WiFi calling can be confirmed, I will go to AOSP from TouchWhz.
Click to expand...
Click to collapse
I don't believe CM has VoLTE or Wifi Calling anywhere
fnztakedown said:
Tried it going from 4.4.4 direct to it. Booted fine, no cell service at all however.
Click to expand...
Click to collapse
Make sure you're on a lollipop baseband / modem in order for this to work correctly!
lycwolf said:
I'm going to assume no B12/VoLTE or WiFi Calling because of the DOK2 modem/baseband? The second WiFi calling can be confirmed, I will go to AOSP from TouchWhz.
Click to expand...
Click to collapse
MisterCoolBeans said:
I don't believe CM has VoLTE or Wifi Calling anywhere
Click to expand...
Click to collapse
@MisterCoolBeans is right. AOSP ROM's won't offer those features. It's not a modem thing, it's TW only.
Sent from my SM-N910T using Tapatalk
Hey everyone, so @hsbadr built a working Trltetmo CM13 ROM which is receiving nightlies (as far as I can tell) that also has Calling, texting, camera, and LTE fully functioning.
http://forum.xda-developers.com/note-4-verizon/development/cyanogenmod-t3253973
If you are interested, just download the latest version and you're all good to go! Setup is usual.
Flash ROM.zip, then flash Gapps.zip (Marshmallow Gapps!) and anything else you desire after that.
If you can't seem to find it, just go here
http://forum.xda-developers.com/devdb/project/?id=12650#downloads
MisterCoolBeans said:
Hey everyone, so @hsbadr built a working Trltetmo CM13 ROM which is receiving nightlies (as far as I can tell) that also has Calling, texting, camera, and LTE fully functioning.
http://forum.xda-developers.com/note-4-verizon/development/cyanogenmod-t3253973
If you are interested, just download the latest version and you're all good to go! Setup is usual.
Flash ROM.zip, then flash Gapps.zip (Marshmallow Gapps!) and anything else you desire after that.
If you can't seem to find it, just go here
http://forum.xda-developers.com/devdb/project/?id=12650#downloads
Click to expand...
Click to collapse
Is that pre rooted and with Framework by chance?
Wilsonb said:
Is that pre rooted and with Framework by chance?
Click to expand...
Click to collapse
Yes you just need to enable it in the developers tab in settings.
Moved to post #1
MisterCoolBeans said:
Hey everyone, so @hsbadr built a working Trltetmo CM13 ROM which is receiving nightlies (as far as I can tell) that also has Calling, texting, camera, and LTE fully functioning.
http://forum.xda-developers.com/note-4-verizon/development/cyanogenmod-t3253973
If you are interested, just download the latest version and you're all good to go! Setup is usual.
Flash ROM.zip, then flash Gapps.zip (Marshmallow Gapps!) and anything else you desire after that.
If you can't seem to find it, just go here
http://forum.xda-developers.com/devdb/project/?id=12650#downloads
Click to expand...
Click to collapse
That build is for Note 4 VERIZON
THIS TREAD is for TMobile versions
Wilsonb said:
That build is for Note 4 VERIZON
THIS TREAD is for TMobile versions
Click to expand...
Click to collapse
I am currently running the build and it works perfectly fine on my N910T (Trltetmo)
Thank you so much for providing this..
I am using a SM-N910T3 (T-Mobile)
I finished Titanium Backup and also a full system back up using TWRP recovery.
So, I download the full image and flash, then use the Google App zip all in TWRP recovery.. (I usually use a fresh SD to avoid losing original data on SD)
Correct?
in TWRP trying to flash and it verified and says Flashing 1 of 1 , it's been on that screen for 15min now.
UPDATE: I did a factory wipe in TWRP and after that was able to install firmware and gapps
Ok, everything so far is working beautiful... Phone works, sms,
SM-N910T3 using TWRP
cm-13.0-20151217-UNOFFICIAL-trltevzw.zip
What I have noticed so far,
1.)Notification icons are solid white.
2.)After installing SuperSu, it says there is a binary update, when trying to update it fails. It says do it through TWRP,. (Side load it.. done)
3.) SD card is write protected or not accessible in titianium backup (Update: fixed with this-
"Originally Posted by sjancura
I searched and found you need to change a setting in Preferences - Backup folder location. Near the top is Storage Provider. Click and change to Directory provider. Fixed it for me. Never knew that was a setting before!"
4.)When connecting usb to computer, shows device in my computer but its empty and doesn't show external card and internal location. UPDATE: SOLVED: (while restoring from TitaniumB/turned off debugging in dev. section , I noticed a option was in the pull down menu, "Use USB for" - [Charging] , [File Transfers] or [Photo Transfer] . I selected File transfers -MTP and it works now. (Maybe this is a Android 6 "feature")
5.) Under [About Phone], Model name shows [SM-N910V] will try and change this to my actual model - SM-N910T3
Looking for a simple app to do this instead of the long way of editing the build.prop
6.) Google Camera, Camera error - "Can't connect to the camera" - Is there a way to install the native Samsung camera app (Researching now) - I installed Camera 360 and that works fast
7.) Fast Charging doesn't seem to be working
---------- Post added at 04:33 PM ---------- Previous post was at 04:30 PM ----------
[/COLOR]
MisterCoolBeans said:
Yes you just need to enable it in the developers tab in settings.
Click to expand...
Click to collapse
In Developer Options, I enabled [Apps and ADB], is this correct / safe?
Who is running this? The last rom I tried by Micky for CM13 the GPS was fubar, extremely fubar. Curious if he was able to get it fixed.
Hell-Razor said:
Who is running this? The last rom I tried by Micky for CM13 the GPS was fubar, extremely fubar. Curious if he was able to get it fixed.
Click to expand...
Click to collapse
Seriously? Look at the above post..
This thread is specified in talking about datafix for Note 7 port ROMs using N910P on Sprint Network (CDMA). There are other threads on datafix, but they are mainly for using N910P on GSM network.
Kudos to @XeoNoX for the datafix files for several Note 4 variants to get data/call/sms/mms working on N7 ported Rom. It's posted in the Norma N7 thread, but should also work on Aurora N7 Rom and X-Rom.
Update:
Here are data/sms fix files for N910P to be able to send sms on Sprint network.
Aurora.N7.Port.v2.1_data/sms fix for Sprint
Aurora.N7.Port.v3_data/sms fix for Sprint
These files are compiled from the files released by Norma team for N910P and Aurora team for N9109 (A Chinese CDMA variant), as well as the file by HighonAndroid. It worked on me, but CoronaDabs reported that it didn't work on him. Feel free to test it at your own risk.
Steps:
1) setup the correct apn before flashing the datafix because somehow the datafix will have apn menu greyed out.
1) flash above datafix file.
2) use Network Mode to set network and get sms working.
If the info in Cellinfo is mRegistered=YES, then you are good.
At first it might be unregistered. Switch preferred network type to CDMA, and see it changes to registered, then switch it back to LTE/CDMA auto (PRL), and it will be registered, then your sms is all set.
4) If you didn't set the correct apn before flashing datafix file, go to /system/csc folder and rename others.xml to others.xml.bak, reboot, then you will have access to add apn. Afterwards, rename others.xml.bak back to others.xml, reboot, you should be all set.
Tested working on Aurora N7 Rom 2.1/3 and Norma N7 v5 with my N910P. Unfortunately, I can't make it work with X-rom, nor with Nemesis Rom.
Here's some info for those Roms:
1) Norma N7 V5 ROM is based on N9100ZCU1DPH1 which is for Chinese Note 4 N9100 variant. This variant does NOT support CDMA natively.
2) Aurora N7 ROM is based on the same N9100ZCU1DPH1 as Norma N7.
2) X-Rom N7 ROM is based on N930FXXU1APG7 for Note 7 N930F (salescode XXV for VIETNAM ), which does NOT support CDMA natively.
If the mother ROM is for N9109 (CHINA TELECOM variant), then it will have better chance supporting CDMA.
There are two other Roms that also have full data/call/sms/mms support after applying only datafix file (no need for sms fix). They are:
1) dr. ketan's M6 (S7 based)
What's working: all except for what's not
What's not: auto-brightness, and over brightness.
2) Noble Rom (Note, S7E based)
Rom works well on my N910p on PH4 firmware with Beastmode kernel v56 and camera fix from X-rom and datafix v4 from LouForgiveNo, and the phone is with Sprint (CDMA).
What's working: sms/mms, dpi 560, camera, video player, gps, xposed.
What's not : (almost has been reported by others before)
1. Do Not Disturb mode settings : Changing time causes FC.
BTW, all my test are done on ph4.
mine
calls in calls out mms in mms ou and sms in and sms out will work just fine on a Note 7 port with the correct data fix and the correct APN on verizon and sprint. i helped gcounts get it working on verizon CDMA.
you can see his proof in his post here.
http://forum.xda-developers.com/not...ort-910g-f-t3458481/post69056221#post69056221
XeoNoX said:
calls in calls out mms in mms ou and sms in and sms out will work just fine on a Note 7 port with the correct data fix and the correct APN on verizon and sprint. i helped gcounts get it working on verizon CDMA.
you can see his proof in his post here.
http://forum.xda-developers.com/not...ort-910g-f-t3458481/post69056221#post69056221
Click to expand...
Click to collapse
Hey, i was just gonna post some old info i found on android forums for people to try with no text. http://androidforums.com/threads/sms-problems-after-installing-custom-rom.134922/
You would have to use another way to get to the phone info, than they show. I'm not even sure if this is a solution but thought I'd post.
But as i was writing this, now i see your post and you have a fix, so that's good!
XeoNoX said:
calls in calls out mms in mms ou and sms in and sms out will work just fine on a Note 7 port with the correct data fix and the correct APN on verizon and sprint. i helped gcounts get it working on verizon CDMA.
you can see his proof in his post here.
http://forum.xda-developers.com/not...ort-910g-f-t3458481/post69056221#post69056221
Click to expand...
Click to collapse
Here's the screenshot of my fresh installed Aurora 2.1.
XeoNoX said:
calls in calls out mms in mms ou and sms in and sms out will work just fine on a Note 7 port with the correct data fix and the correct APN on verizon and sprint. i helped gcounts get it working on verizon CDMA.
you can see his proof in his post here.
http://forum.xda-developers.com/not...ort-910g-f-t3458481/post69056221#post69056221
Click to expand...
Click to collapse
Hey XeoNoX, i read one of your post, forget exactly where. But you were talking about one of the roms missing code or something like that. So my question is which note 7 port rom do you suggest using?
Thanks.
shadowcliffs said:
Here's the screenshot of my fresh installed Aurora 2.1.
Click to expand...
Click to collapse
Forgive me for asking, but do you have working data (LTE) and sms/mms? Thanks.
smarcin said:
Forgive me for asking, but do you have working data (LTE) and sms/mms? Thanks.
Click to expand...
Click to collapse
Read OP please. We don't have issue with data/call/mms. What's not working is sms. Xeono is looking in it and he needs a screenshot of my freshly installed Anrora 2.1.
shadowcliffs said:
Read OP please. We don't have issue with data/call. What's not working is sms/mms. Xeono is looking in it and he needs a screenshot of my freshly installed Anrora 2.1.
Click to expand...
Click to collapse
Sorry. I was thinking something new had happened. I had to return my N 7 yesterday. I'm back on my Note 4. I did love the 7, but not enough to take a chance on it setting itself, my house/car, or me on fire. So, I'm really excited by the prospect of a working N7 port to the Note 4. Thanks for all the hard work!
shadowcliffs said:
Read OP please. We don't have issue with data/call. What's not working is sms/mms. Xeono is looking in it and he needs a screenshot of my freshly installed Anrora 2.1.
Click to expand...
Click to collapse
shadowcliffs mms work fine just change the mmsc server from sprint default to "http://mms.plspictures.com" then you can send and receive mms.. just the sms is the hard part.
KLPFL said:
shadowcliffs mms work fine just change the mmsc server from sprint default to "http://mms.plspictures.com" then you can send and receive mms.. just the sms is the hard part.
Click to expand...
Click to collapse
Thanks for pointing that out. Updated.
Guys, Aurora team had a flashable file released with Aurora rom on the original Chinese website that converts the rom from gsm to CDMA (for N9109, the China CDMA variant). It works on Norma 5 as well.
shadowcliffs said:
Guys, Aurora team had a flashable file released with Aurora rom on the original Chinese website that converts the rom from gsm to CDMA (for N9109, the China CDMA variant). It works on Norma 5 as well.
Click to expand...
Click to collapse
Can please post this file and also post datafix v4.thanks
Sent from Nowhere
@shadow you got the n7 rom working with sms?
Sent from my SM-N920P using XDA Labs
KLPFL said:
@shadow you got the n7 rom working with sms?
Click to expand...
Click to collapse
I flashed first the file provided by Aurora team (see link below) , then the datafix by you for Verizon (otherwise sim is not recognized) and it just worked. I'm not a dev so I don't know how and why. Please feel free to dig into it.
https://mega.nz/#!XJUh0LzB!QC0coyfG1Zb0T_IjRcueS1XcT60z4Fm_XX2fDPxm11o
shadowcliffs said:
I flashed first the file provided by Aurora team (see link below) , then the datafix by you for Verizon (otherwise sim is not recognized) and it just worked. I'm not a dev so I don't know how and why. Please feel free to dig into it.
https://mega.nz/#!XJUh0LzB!QC0coyfG1Zb0T_IjRcueS1XcT60z4Fm_XX2fDPxm11o
Click to expand...
Click to collapse
Thanks.. will give it a try.. oh.. did you try on Aurora only?? or did you also try Norma or X-rom
KLPFL said:
Thanks.. will give it a try.. oh.. did you try on Aurora only?? or did you also try Norma or X-rom
Click to expand...
Click to collapse
It works on Aurora and Norma, but I can't get it to work on X-rom.
shadowcliffs said:
I flashed first the file provided by Aurora team (see link below) , then the datafix by you for Verizon (otherwise sim is not recognized) and it just worked. I'm not a dev so I don't know how and why. Please feel free to dig into it.
https://mega.nz/#!XJUh0LzB!QC0coyfG1Zb0T_IjRcueS1XcT60z4Fm_XX2fDPxm11o
Click to expand...
Click to collapse
@shadowcliffs or @KLPFL, could one of you please link to the mentioned datafix for VZN? Thank you.
smarcin said:
@shadowcliffs or @KLPFL, could one of you please link to the mentioned datafix for VZN? Thank you.
Click to expand...
Click to collapse
here
Shadow are you using PG1 or PH4 as FW/BL?
I'm using PH4 so far bootloop... installed aurora 2.1 then n910p aurora fix then verizon data fix v2
This thread is dead! Please delete!
aaron74 said:
I tried posting this other night but xda started maintenance that night. And I just started new job and van broke down tonight. So I'm late. But anyhow this is what I wrote that night.
After seeing last few post(pg 85) of Nemesis Rom. I decided to put a patch together for you guys installing on GSM 910P (should also work for N910T also). This is how i installed this on my device and works.
Because this is aroma Rom I didn't want to flash fixes after Rom.(I wasn't sure if it'd cause a problem). So this will help you integrate. This patch already has T Mobile data patch inside and also works for Sprint gsm users like me.(personally cause I use gsm, I prefer it This way). Sorry Sprint users i can't help.
This patch also includes RamV2 kernel for Sprint. But there's also 2 empty folders one for N910T and one that's called Custom. That's where you put your boot.img.
If you need to edit build.prop further for your data it's in there but works for me as is.
Also note I left the 2csc files (features.xml & others.xml) untouched.
Pretty much all I did was add the aurora data fix minus csc edits. Plus options for kernel. I also added Flipboard cause i like it over upday.
How to use.
1. Unpack Rom.
2. Unzip my patch twice (I double zipped it so noobs can't try installing in twrp)
3. Put your boot.img in folder you want.( In /nemesis/kernel/your device)(already has Ram V2 in N910P)
4. Copy all files over to root of Rom zip.
5. Repack Rom and flash.
Choices will be in aroma for your kernel.
Enjoy!
https://mega.nz/#!I1EzQbIJ!LX_bXLwg50WZ9xFmHVmnhbssm3QduZyvEld37KHkl88
Click to expand...
Click to collapse
@aaron74 if I'm able to do this successfully I'll press the thanks button anytime you post anything anywhere.
Just quote my name and it"ll will be done
Fingers crossed
natibongo said:
@aaron74 if I'm able to do this successfully I'll press the thanks button anytime you post anything anywhere.
Just quote my name and it"ll will be done
Fingers crossed
Click to expand...
Click to collapse
Thanks , just let me know if any problems. I work all day so I check in more at night.
aaron74 said:
Thanks , just let me know if any problems. I work all day so I check in more at night.
Click to expand...
Click to collapse
Unfortunately I couldn't get it to work on my N910P
Aroma ROM didn't recognise my kernel.
It showed kernel for only N910F and N910G
I later put my boot.img into in both folders on two different times but ended in bootloop and intermittent vibrations.
Thanks again for your guide
I'm grateful
natibongo said:
Unfortunately I couldn't get it to work on my N910P
Aroma ROM didn't recognise my kernel.
It showed kernel for only N910F and N910G
I later put my boot.img into in both folders on two different times but ended in bootloop and intermittent vibrations.
Thanks again for your guide
I'm grateful
Click to expand...
Click to collapse
I installed mine this way and worked. But when I made script to share I added the other options. So let me check, maybe i typo in my script.
natibongo said:
Unfortunately I couldn't get it to work on my N910P
Aroma ROM didn't recognise my kernel.
It showed kernel for only N910F and N910G
I later put my boot.img into in both folders on two different times but ended in bootloop and intermittent vibrations.
Thanks again for your guide
I'm grateful
Click to expand...
Click to collapse
So sorry for that. When I built the patch I put the wrong build.prop in it. I was testing different settings on my device and that was a bad one. :crying:
I fixed link and updated post. Everything should be fine now. It is identical to the Rom I packed that I installed. :good:
Haste makes waste!
aaron74 said:
So sorry for that. When I built the patch I put the wrong build.prop in it. I was testing different settings on my device and that was a bad one. :crying:
I fixed link and updated post. Everything should be fine now. It is identical to the Rom I packed that I installed. :good:
Haste makes waste!
Click to expand...
Click to collapse
Ok @aaron74 I'm going to give one more try.
But can you give a detalid guide as to the kind of files to be copied to which destination?
The last time I copied only the boot.img file to the nemesis/device name folder in the original Rom.
I see META-INF in your patch, do I have to copy that as well and overwrite it since folders with same name are found in the original Rom?
Thanks
aaron74 said:
So sorry for that. When I built the patch I put the wrong build.prop in it. I was testing different settings on my device and that was a bad one. :crying:
I fixed link and updated post. Everything should be fine now. It is identical to the Rom I packed that I installed. :good:
Haste makes waste!
Click to expand...
Click to collapse
@aaron74 I have finally got it working on my N910P.
Maybe you can ask @anggara08 to update his post so that other N910P users could also benefit from it.
You are a genius!
natibongo said:
@aaron74 I have finally got it working on my N910P.
Maybe you can ask @anggara08 to update his post so that other N910P users could also benefit from it.
You are a genius!
Click to expand...
Click to collapse
Sorry but my time is limited to a few hours at night, to get on here. I use to get on all the time, was self employed, but now working for someone.
But you copy the whole folders over to root of Rom. But you obviously got it working.
I made a post already on devs thread. Told him he could post it there if he wants. I didn't post it there cause it's just for our device and didn't want to disrupt his thread.
Glad you got it going. I love this Rom. Runs good, good battery, awesome Rom control app. Other N7 ports run alright to but I hate that bright white boot up screen they have, plus I have to mod them a lot to get running right.
I just hope this dev stays with the project.
And no, I am not a genius. I've just retained a lot of knowledge from tinkering and from all the dev and modders here on xda. But thanks for the vote of confidence. :laugh:
natibongo said:
!
Click to expand...
Click to collapse
Also, Do you use Sprint service? (Cdma)
Or GSM service?
Battery usage.
I've been running Rom for 3 days now. So battery stats should be calibrated ok by now.
Below are some pics of my battery usage. I've been working a lot so you can see I don't have much screen on time. But I think the battery usage of this Rom is very good, especially with the Ram kernel.
Do you have to resign zip for success?
Edit: After having issues attempting to install the rom with this patch, I did the following to successfully install:
1. Unzip Rom
2. Unzip patch twice
3. Take the folders inside of the Nemesis-patch folder and copy them to the inside of the NEMESIS_V2_NOTE7_PORT_N4_SNAPDRAGON folder.
4. Select everything inside of the NEMESIS_V2_NOTE7_PORT_N4_SNAPDRAGON folder and zip it up as NEMESIS_V2_NOTE7_PORT_N4_SNAPDRAGON_PACKED
5. Transfer NEMESIS_V2_NOTE7_PORT_N4_SNAPDRAGON_PACKED to the root of your sd card
6. Flash packed zip.
Thanks for the patch @aaron74 and thanks for the rom @anggara08
aaron74 said:
Also, Do you use Sprint service? (Cdma)
Or GSM service?
Click to expand...
Click to collapse
I use GSM.
You are a genius because you made it possible for me to install a ROM that I wanted so badly
Only problem is the ambient light sensor.
It doesn't work properly
The screen goes very low even in bright environment.
To get it working I always have to pretend to make a call and put the phone close to my ear and back before it works
But for that and the fingerprint, everything works flawlessly.
natibongo said:
I use GSM.
You are a genius because you made it possible for me to install a ROM that I wanted so badly
Only problem is the ambient light sensor.
It doesn't work properly
The screen goes very low even in bright environment.
To get it working I always have to pretend to make a call and put the phone close to my ear and back before it works
But for that and the fingerprint, everything works flawlessly.
Click to expand...
Click to collapse
That's from AOD. It's buggy on all these N7 ports. Either turn it off. Or what seems to help me, if your screen opens up dark, just relock phone pushing power button, and immediately push it again to unlock it.
It's been working for me, and only takes 5 extra seconds. AOD also flashes for me, which I haven't found a cure for yet.
aaron74 said:
That's from AOD. It's buggy on all these N7 ports. Either turn it off. Or what seems to help me, if your screen opens up dark, just relock phone pushing power button, and immediately push it again to unlock it.
It's been working for me, and only takes 5 extra seconds. AOD also flashes for me, which I haven't found a cure for yet.
Click to expand...
Click to collapse
OK
I'll try your method too and see
reekotubbs said:
Do you have to resign zip for success?
Edit: After having issues attempting to install the rom with this patch, I did the following to successfully install:
1. Unzip Rom
2. Unzip patch twice
3. Take the folders inside of the Nemesis-patch folder and copy them to the inside of the NEMESIS_V2_NOTE7_PORT_N4_SNAPDRAGON folder.
4. Select everything inside of the NEMESIS_V2_NOTE7_PORT_N4_SNAPDRAGON folder and zip it up as NEMESIS_V2_NOTE7_PORT_N4_SNAPDRAGON_PACKED
5. Transfer NEMESIS_V2_NOTE7_PORT_N4_SNAPDRAGON_PACKED to the root of your sd card
6. Flash packed zip.
Thanks for the patch @aaron74 and thanks for the rom @anggara08
Click to expand...
Click to collapse
No, you don't need to resign.
Did you download my current link? When I first posted this, I had wrong build.prop file in zip. And I just fixed it a couple days ago.
What program are you using to zip with? Also are you using Sprint phone with gsm?
aaron74 said:
No, you don't need to resign.
Did you download my current link? When I first posted this, I had wrong build.prop file in zip. And I just fixed it a couple days ago.
What program are you using to zip with? Also are you using Sprint phone with gsm?
Click to expand...
Click to collapse
I figured that you didn't have to zip. And yes, I was working with your newest build.prop. I am on a Sprint phone with gsm for freedompop, but about to use tmobile.
I am seeing some issues with the rom though that I didn't see in Norma v10.
1. NFC is missing
2. Rom Control is different
3. I am unable to titanium backup restore many things which causes FC's all over the place.
4. AOD is horrible.
Is there any way to grab AOD, NFC and Rom Control from Norma v10, since they are fixed on that rom?
reekotubbs said:
I figured that you didn't have to zip. And yes, I was working with your newest build.prop. I am on a Sprint phone with gsm for freedompop, but about to use tmobile.
I am seeing some issues with the rom though that I didn't see in Norma v10.
1. NFC is missing
2. Rom Control is different
3. I am unable to titanium backup restore many things which causes FC's all over the place.
4. AOD is horrible.
Is there any way to grab AOD, NFC and Rom Control from Norma v10, since they are fixed on that rom?
Click to expand...
Click to collapse
You probably can swap. It's just figuring out exactly what to swap and erase. I was gonna look into some of this. But I've been too busy with work.
Good luck!
---------- Post added at 12:28 AM ---------- Previous post was at 12:26 AM ----------
[/COLOR]Please, I'm a little shy in this, I did what I say in the thread, but the truth is I do not understand the process well, there's a way I can explain it easier. Or images. Thank you and good work, greetings from Dominican Republic!
Tsmra said:
---------- Post added at 12:28 AM ---------- Previous post was at 12:26 AM ----------
[/COLOR]Please, I'm a little shy in this, I did what I say in the thread, but the truth is I do not understand the process well, there's a way I can explain it easier. Or images. Thank you and good work, greetings from Dominican Republic!
Click to expand...
Click to collapse
Sorry bud. I haven't had much time to get on here.
Yes I wrote the thread a lil vague, more for people that are use to this stuff.
When I get some time, I can try to walk you through this and make a lil better guide.
This is just bad timing. I got so many things going at once. Just started new job, fuel pump went out on car, just bought a new ssd for my laptop trying to get time to install fresh Linux. Just put new 128gb sd in this phone and all my files are gone. Between all that and Christmas stuff with kids.
I use to be on here hours at a time down to hours per week.
I actually just seen new Ram V3 kernel for our device and was gonna update. I'll get back with ya. :fingers-crossed: