Carrier specific devices -- what's safe to flash? - Sprint Samsung Galaxy Note II

Development seems fragmented between all the different carriers.. even with a deodexed stock rooted rom are things "designed" for other carriers not compatible with my Sprint device?
Is it a matter of n7100 vs n7105? Or gsm/lte?
Sent from my SPH-L900 using xda app-developers app

You will probably brick your device flashing another carrier ROM. I say probably as I know of no one willing to experiment on our rather expensive device.
Sent from my SPH-L900 using Tapatalk 2

bleaktrotter said:
Development seems fragmented between all the different carriers.. even with a deodexed stock rooted rom are things "designed" for other carriers not compatible with my Sprint device?
Is it a matter of n7100 vs n7105? Or gsm/lte?
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
There are some "ports" that have been done between carriers. Know your carrier and flash only roms designed for or ported to that carrier.

All will run on sprint's variant. The radios may be compatible with the ROM with a few mods here and there. You can flash other stock ROMs. Just flash sprint's kernel with another carriers. You'll see a mostly functioning ROM. Only issues are radio related.
Sent from my SCH-R950 using XDA

na7q said:
All will run on sprint's variant. The radios may be compatible with the ROM with a few mods here and there. You can flash other stock ROMs. Just flash sprint's kernel with another carriers. You'll see a mostly functioning ROM. Only issues are radio related.
Sent from my SCH-R950 using XDA
Click to expand...
Click to collapse
I'd proceed here with caution. I've heard of borked boot/kernel image or worse hboot damage requiring either replacement or j tag service. YMMV.
Sent from my SPH-L900 using xda app-developers app

Thanks for the info. It sounds like it's only a matter of radio compatibility when flashing ROMs. If I flash stock sprint radios and a kernel made specifically for the L900 (stock or otherwise) I should be okay based on what I see here.
So it's only ROMs that are in question here? If there's a .zip mod for status bar, camera, gallery, etc, I shouldn't need to worry about what model it's for? Including n7105 international variant .zips -- I see no reason why that shouldn't work. These are all essentially the same device sans connectivity.
I don't mind flashing sketchy things, been doing that for years and haven't had a hard brick yet -- it's actually hard to do. I just want to know what the facts are about what is known to work or not work.
Sent from my SPH-L900 using xda app-developers app

Delete.
I wish you the best in your endeavors.
Sent from my SPH-L900 using xda app-developers app

na7q said:
All will run on sprint's variant. The radios may be compatible with the ROM with a few mods here and there. You can flash other stock ROMs. Just flash sprint's kernel with another carriers. You'll see a mostly functioning ROM. Only issues are radio related.
Sent from my SCH-R950 using XDA
Click to expand...
Click to collapse
NOT TRUE AT ALL...........if you flash an international variant rom, while you may get it to boot (doubtful), you will not have service and your IMEI/Baseband will be gone d/t the fact that the partitions are slightly different between the variants. the only fix for this is flashing a stock tar that will re-write your partitions and restore to stock. and it simply isnt as simple as just changing the partitions and kernel either.
so no, DO NOT FLASH other carrier variant roms to the Sprint variant

I flashed a att rom and a tmo theme to mine with success.and by success I mean didnt brick. Now as far as booting thats a diff story. The tmo theme booted with problems and the att rom just bootlooped. But as far as I know the partitions layout is the same(not counting the intl'. I havent looked yet) so i think ur safe to experiment with the average rom. I would check to make sure theres no radio or bootloader and you should be fine.

t3project said:
NOT TRUE AT ALL...........if you flash an international variant rom, while you may get it to boot (doubtful), you will not have service and your IMEI/Baseband will be gone d/t the fact that the partitions are slightly different between the variants. the only fix for this is flashing a stock tar that will re-write your partitions and restore to stock. and it simply isnt as simple as just changing the partitions and kernel either.
so no, DO NOT FLASH other carrier variant roms to the Sprint variant
Click to expand...
Click to collapse
Very true. How else was I to run every variant? Especially your sprint stock on mine? Which is us cellular. If you use the right kernel nothing will brick your phones. discussion over
Sent from my SCH-R950 using XDA

na7q said:
Very true. How else was I to run every variant? Especially your sprint stock on mine? Which is us cellular. If you use the right kernel nothing will brick your phones. discussion over
Sent from my SCH-R950 using XDA
Click to expand...
Click to collapse
No no no dont close the discussion. By all means anyone care to give a quick tutorial on what you did to get a different carrier's rom on your's
Sent from my SPH-L900 using xda premium

mackentosh said:
No no no dont close the discussion. By all means anyone care to give a quick tutorial on what you did to get a different carrier's rom on your's
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
Open the zip and be sure the only things you see are boot.img, META-INF, and system. If so, flash and reboot. If it bootloops, plug in and use adb to run a logcat to see why it won't boot and attempt fix it. A kernel is not enough to brick you unless it gets flashed over the wrong partition. Which I don't believe is a concern here since the partitions are the same across all the note ii's.
Sent from my SPH-L900 using xda premium

billard412 said:
Open the zip and be sure the only things you see are boot.img, META-INF, and system. If so, flash and reboot. If it bootloops, plug in and use adb to run a logcat to see why it won't boot and attempt fix it. A kernel is not enough to brick you unless it gets flashed over the wrong partition. Which I don't believe is a concern here since the partitions are the same across all the note ii's.
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
Do you have to switch boot.img or no
Sent from my SPH-L900 using xda premium

The CSC data needs to be replaced. The kernel should be fine. Some of the etc files should probably be replaced. The build.prop needs to be edited for Sprint/cdma.
Check the install script and compare it to sprints to make sure there arent any partitions being formatted differently. I have used a few different at&t roms on mine by doing the above.

na7q said:
Very true. How else was I to run every variant? Especially your sprint stock on mine? Which is us cellular. If you use the right kernel nothing will brick your phones. discussion over
Sent from my SCH-R950 using XDA
Click to expand...
Click to collapse
mackentosh said:
No no no dont close the discussion. By all means anyone care to give a quick tutorial on what you did to get a different carrier's rom on your's
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
i was referring to the international versions as was specifically stated in the post. even if you change the boot.img to the proper one it will not flash properly to the phone because the partitions are different on the INT version.
the US variants all have the same partitions and will flash properly with the carrier specific kernel minus a few bugs here and there. and doing what shiftr182 said will usually get rid of any other bugs.
billard412 said:
Open the zip and be sure the only things you see are boot.img, META-INF, and system. If so, flash and reboot. If it bootloops, plug in and use adb to run a logcat to see why it won't boot and attempt fix it. A kernel is not enough to brick you unless it gets flashed over the wrong partition. Which I don't believe is a concern here since the partitions are the same across all the note ii's.
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
mackentosh said:
Do you have to switch boot.img or no
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
YOU SHOULD change the boot.img to the proper kernel

Related

Warning do not flash your sprint galaxy nexus with the roms in ths forum yet

Don't find out the hard way that the roms in this forum won't work with a sprint galaxy nexus. You will have no cell radio access with them. There is no way currently to get back to stock.
--- Mods please delete this once a fix back to stock has been fixed.
Tilton53 said:
Don't find out the hard way that the roms in this forum won't work with a sprint galaxy nexus. You will have no cell radio access with them. There is no way currently to get back to stock.
--- Mods please delete this once a fix back to stock has been fixed.
Click to expand...
Click to collapse
This is pretty common knowledge...but let me ask you this, to flash a custom ROM, you must have a custom recovery...did you nandroid backup before flashing?
Sent from my Galaxy Nexus
Can I root?
I had expected the Verizon ROMs would have incompatible radios, but will the root methods and other recoveries/mods work?
Yes I did but it got wiped on accident while flashing roms. It happens and I am sure there will be a fix soon. But quite a few other people have done this.
bwcorvus said:
This is pretty common knowledge...but let me ask you this, to flash a custom ROM, you must have a custom recovery...did you nandroid backup before flashing?
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
That doesn't help because the modem is irrevocably flashed to Verizon's version, and we don't have any Sprint radios to recover yet.
If you did flash a Verizon ROM on your Sprint Galaxy Nexus, flash the TWRP recovery, then place this in your Nandroid backup folder and restore.
When Android boots, update Profile & PRL in the About screen, reboot, and data should be working again!
wtogami said:
That doesn't help because the modem is irrevocably flashed to Verizon's version, and we don't have any Sprint radios to recover yet.
Click to expand...
Click to collapse
Roms do not contain radios, so yes it would help.
Umm you can flash a nandroid of stock. But the thing that also breaks this is the kernel.
OK , but still a reflash of the rom (every rom includes a kernel) should set him back to good. Period. Needs a stock rom to flash then will be be fine. This is much ado about nothing.
Sent from my PC36100 using xda premium
scottspa74 said:
OK , but still a reflash of the rom (every rom includes a kernel) should set him back to good. Period. Needs a stock rom to flash then will be be fine. This is much ado about nothing.
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
Kernel is also included in the backup.
Sent from my Galaxy Nexus
Kernels can also be fastbooted.
Are they going to make a separate forum for this phone. Obviously not the same phone!
Sent from my Galaxy Nexus using xda premium
maddoggin said:
Are they going to make a separate forum for this phone. Obviously not the same phone!
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
There will be a separate Dev section just like there is for Verizon and GSM now.
But seriously how would you ever think that a Verizon ROM with no changes would just work on a Sprint GNex?

Google edition rom on t mobile s4 question

I seen a post where the 4.2.2 Google edition rom was available to flash onto my tmobile S4, I was wondering if I can just flash it after wiping, or if I need the ktoonz kernel? I'm not even sure what the ktoonz kernel is, I've flashed ROMS before, just not on my s4. I'm rooted with twrp. And my build is the UVUAMDL one where I needed to get past boot loader lock thing. Sorry, I'm using my phone and I don't have the right links with me. Any help would be nice
Sent from my SGH-M919 using xda premium
I Highly suggest you don't flash anything until you read up on the forums and figure everything out. Read up on kernels, roms, gapps, bootloader, recovery etc. Then when you get that stuff down read about the roms you want to flash. If you flash am incorrect file you can hard brick your phone.
Sent from my SGH-M919 using xda app-developers app
lucas said:
I seen a post where the 4.2.2 Google edition rom was available to flash onto my tmobile S4, I was wondering if I can just flash it after wiping, or if I need the ktoonz kernel? I'm not even sure what the ktoonz kernel is, I've flashed ROMS before, just not on my s4. I'm rooted with twrp. And my build is the UVUAMDL one where I needed to get past boot loader lock thing. Sorry, I'm using my phone and I don't have the right links with me. Any help would be nice
Sent from my SGH-M919 using xda premium
Click to expand...
Click to collapse
Start here.
http://forum.xda-developers.com/showthread.php?t=2370213
I'm fairly familiar with flashing. I know my way around twrp and cwm. I just never knew what a kernel was.. Never needed to use one on my vibrant... So I know how to flash, that's not my question... I want to know if, with a stock rooted tmobile galaxy s4 (UVUAMDL), can I just flash the Google edition rom from twrp, then I'm good to go? And will I lose my root? It looks pretty straight forward, I just want to make sure my phone is Ok for the rom, and if I need the ktoonz file, cuz some people were mentioning it...
Sent from my SGH-M919 using xda premium
I flashed my T-Mobile version to a GE and it works fine... But mines is non rooted... You should be fine.
This is the one I should be flashing then, right?
http://forum.xda-developers.com/showthread.php?t=2341528
Sent from my SGH-M919 using xda premium
lucas said:
This is the one I should be flashing then, right?
http://forum.xda-developers.com/showthread.php?t=2341528
Sent from my SGH-M919 using xda premium
Click to expand...
Click to collapse
I already posted the link.
I was looking at that, so I wipe everything in twrp, and flash it like normal, but I'll lose root? Download the chainfire zip and install it in twrp as well to get root again?
Quick question, if I ever wanted to send my phone into get serviced, I can completely wipe my phone back to stock by flashing that back on the phone using Odin, correct? That would do the root as well, so when I sent it in, they would be none the wiser?
Sent from my Samsung Galaxy S4 using xda premium
And did I see somewhere that 4.3 doesn't have flash?
Sent from my Samsung Galaxy S4 using xda premium
lucas said:
And did I see somewhere that 4.3 doesn't have flash?
Sent from my Samsung Galaxy S4 using xda premium
Click to expand...
Click to collapse
Yea that's the version, get the odex version so everything works.
Jellybean doesn't have flash... It uses Google chrome as default browser unlike custom Roms that has a browser that has a browser built in.
Please read forum rules before posting
Questions and Help issues go in Q&A and Help section
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator
Will there be completely stable versions of the Google edition s4 released sometime in the future? I'm just seeing way to many different versions of the same thing where some things aren't working properly, and it doesn't seem to be as simple as just flashing the rom. All sorts of other stuff needs to be done like changing build.prop and whatnot. I just want to be able to flash the rom and be done with it... Is that possible right now? Or no. I guess I'm not as familiar with all the terminology as I thought. I still don't know what a kernel really is, I flashed one once and it just made my cwm recovery menu different... And I know I needed a specific kernel to flash specific ROMS.. Is that the case here with these Google edition roms?
Sent from my Samsung Galaxy S4 using xda premium
Google edition 4.2.2 is stable
B. Dre said:
Google edition 4.2.2 is stable
Click to expand...
Click to collapse
Only thing that sucks is the home button lag, and you can't fix it since s voice is not even there.
Does anyone know if wifi calling works with GE rom?
It's a must for me.
Thanks!
radlink14 said:
Only thing that sucks is the home button lag, and you can't fix it since s voice is not even there.
Click to expand...
Click to collapse
You can install S Voice tho. It doesn't require TW.
amelnik said:
Does anyone know if wifi calling works with GE rom?
It's a must for me.
Thanks!
Click to expand...
Click to collapse
Only T-Mobile base ROM will have Wi-Fi calling as of now.
☞Sent from here☜
Monkz said:
You can install S Voice tho. It doesn't require TW.
Click to expand...
Click to collapse
Tried to install and the feature was unchecked automatically. Tried to turn on restart phone etc and nothing helped.
I really wonder how custom Roms don't have this home button lag and GE does. Weird
Sent from my SPH-L720 using xda app-developers app
lucas said:
I seen a post where the 4.2.2 Google edition rom was available to flash onto my tmobile S4, I was wondering if I can just flash it after wiping, or if I need the ktoonz kernel? I'm not even sure what the ktoonz kernel is, I've flashed ROMS before, just not on my s4. I'm rooted with twrp. And my build is the UVUAMDL one where I needed to get past boot loader lock thing. Sorry, I'm using my phone and I don't have the right links with me. Any help would be nice
Sent from my SGH-M919 using xda premium
Click to expand...
Click to collapse
The i9505G kernels work just fine.

flash modem after each rom?

Make sure you install this MODEM. Without it, you'll have a phone that never deep sleeps. ever.
Click to expand...
Click to collapse
on the cm 10.2 instructions it says this to install a modem
do you we need to install this exact modem after each rom install (not just cm) or are there other stock att modems that should be flashed after a rom? I'm pretty new to rooting/flashing on LG. I had an optimus L9 but it seems things changed a little or maybe it's just the lingo. any help would be appreciated. I have decided to stick with LG from here on out so if you have a beginner's tutorial or guide that would explain alot of these things that would be very helpful. one more question I have is that on a roms OP it says to wipe data/cache/dalvik in addition to your system, is this good practice when installing any rom? would wiping the system erase cwm and any root files or am I wrong on that one?
As far as I can tell flashing modems doesn't actually do anything.
Sent from my LG-E988 using xda app-developers app
esimon311 said:
As far as I can tell flashing modems doesn't actually do anything.
Sent from my LG-E988 using xda app-developers app
Click to expand...
Click to collapse
I saw someone else say that but if flashing modems are pointless why would all the devs be saying to in their rom op
deadenz said:
I saw someone else say that but if flashing modems are pointless why would all the devs be saying to in their rom op
Click to expand...
Click to collapse
Probably because they are operating under the same misconceptions as everyone else. No shame there, because on other devices, it does work, but we have to deal with reality, and that reality is clear: flashing modems on the e980 via CWM/TWRP for reasons yet unclear does not actually change the modem.
Flashing via LG's ancient and super-crappy tools does.
I agree 100% I have tried flashing countless modems every which way possible... and never had it actually change my modem.
:thumbdown:
Sent from my LG-E988 using xda app-developers app

Upgrading to T-Mobile 4.3 via OTA

Just checked for updates as described in other threads and it found the latest 4.3 update. I have read both positive and negative responses to the update. Some found things they used in 4.1.2 that are being taken away. Some like the new features in 4.3. It will vary from person to person whether the ROM is better for them or not. Fact is, all devices (current and future) are moving forward.
Should I just install the update? Should I make a copy of my current setup with one of the recoveries, then odin back, and run triangle away?
Strange. I went ahead and updated. Even after doing two complete resets, I still have SU app from 4.1.2. I guess it carried the program during the upgrade process?
apicia said:
Strange. I went ahead and updated. Even after doing two complete resets, I still have SU app from 4.1.2. I guess it carried the program during the upgrade process?
Click to expand...
Click to collapse
it basically dirty flashed the new update over your 4.1.2. I honestly didn't care much about the KNOX boot loader since my warranty is already over. but, I find not having to flash devil kernel so much easier w/ less lag.
Sent from my SGH-T889 using xda app-developers app
youStolemylaptop said:
it basically dirty flashed the new update over your 4.1.2. I honestly didn't care much about the KNOX boot loader since my warranty is already over. but, I find not having to flash devil kernel so much easier w/ less lag.
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
Hopefully someone will develop something that resets the KNOX counter. Triangle worked for 4.1.2, but does not work in 4.3 for me.
BTW, what 4.3 ROMs do you like, since we have the new bootloader? I just installed TWRP and trying to decide on a ROM.
apicia said:
Hopefully someone will develop something that resets the KNOX counter. Triangle worked for 4.1.2, but does not work in 4.3 for me.
BTW, what 4.3 ROMs do you like, since we have the new bootloader? I just installed TWRP and trying to decide on a ROM.
Click to expand...
Click to collapse
Me, personally, I did like JediMasterX till' I ran into a bunch of problems. so I went to the At&T forum. & I downloaded DN3. Its an amazing ROM & the features are just spectacular.
Sent from my SGH-T889 using xda app-developers app
youStolemylaptop said:
Me, personally, I did like JediMasterX till' I ran into a bunch of problems. so I went to the At&T forum. & I downloaded DN3. Its an amazing ROM & the features are just spectacular.
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
Works on our T-Mobile without issue? I don't need Wifi calling.
apicia said:
Works on our T-Mobile without issue? I don't need Wifi calling.
Click to expand...
Click to collapse
exactly why I didn't care much for the T-Mobile ROMs. it works spectacular. w/ the new boot loader you won't have to flash devil kernel to get WiFi working. and there's no data drops. + we get the N3 features.
Sent from my SGH-T889 using xda app-developers app
youStolemylaptop said:
exactly why I didn't care much for the T-Mobile ROMs. it works spectacular. w/ the new boot loader you won't have to flash devil kernel to get WiFi working. and there's no data drops. + we get the N3 features.
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
Which of the three versions did you use? LTE edition?
youStolemylaptop said:
exactly why I didn't care much for the T-Mobile ROMs. it works spectacular. w/ the new boot loader you won't have to flash devil kernel to get WiFi working. and there's no data drops. + we get the N3 features.
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
Can you please give us the link to the Rom you are using?
Sent from my SGH-T889 using xda premium
I am installing DN3 and am in their installer. It asks me whether I want the N7105 version... or the i317 or i317M. I read to install the ATT version, but what's the difference in the M and non-M version?
So I have a question I hqvent been on in a while and last I checked the newest update came with a locked bootloader. I know it did for the s3. I liked the newest software on the s3 but I jus5 cant stand all that bloat and not having full control of my phone. That s3 was killing me. I just got my note2 back from samsung with a nice new screen and of coure they forgot to send the spen with it. Not that I use the stupid thing anyway but still come on. Anyway is the bootloader locked on this one also and how hard is that to get around?
apicia said:
I am installing DN3 and am in their installer. It asks me whether I want the N7105 version... or the i317 or i317M. I read to install the ATT version, but what's the difference in the M and non-M version?
Click to expand...
Click to collapse
theyre for different companies i believe. as how ours (T889) also has a T889v ( i think thats the right letter) version as its for a different conpany. I installed using the ATT one. there's really no difference because you're just going to flash a tmobile modem over it.
premiatul said:
Can you please give us the link to the Rom you are using?
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2541860
mojorisin7178 said:
So I have a question I hqvent been on in a while and last I checked the newest update came with a locked bootloader. I know it did for the s3. I liked the newest software on the s3 but I jus5 cant stand all that bloat and not having full control of my phone. That s3 was killing me. I just got my note2 back from samsung with a nice new screen and of coure they forgot to send the spen with it. Not that I use the stupid thing anyway but still come on. Anyway is the bootloader locked on this one also and how hard is that to get around?
Click to expand...
Click to collapse
yes the boot loader is locked. I don't believe there's a workaround it yet. but I'm even sure. you can scroll around through the threads and see if there is. what I did was just update it anyways and tripped my KNOX boot loader to ox1. I didn't have warranty anyways so I'm not tripping over it. and then I just rooted it, flashed cwm and started to flash ROMs.
Sent from my SGH-T889 using xda app-developers app
Thank you. So is the root process the same? Usually i flash twrp with odin then install su permissions then I flash away. Or do I have to use another method? Really all I want is the modem software so I could just wait till someone pulls it out they usually do. I always liked c heckin out the latest stock rom but always changed back to aokp.
mojorisin7178 said:
Thank you. So is the root process the same? Usually i flash twrp with odin then install su permissions then I flash away. Or do I have to use another method? Really all I want is the modem software so I could just wait till someone pulls it out they usually do. I always liked c heckin out the latest stock rom but always changed back to aokp.
Click to expand...
Click to collapse
I wrote instructions on how I rooted. there could be other methods to. this is easiest for me! http://forum.xda-developers.com/showthread.php?t=2562994
if you're going to end up on aokp, you should just stay on the 4.1.2 boot loader. the update to me is really only for TW roms because the stock ROMs are working just fine w/o the new boot loader.
Sent from my SGH-T889 using xda app-developers app

Safestrap and Tmobile?

Can we use safestrap on our phone and then can I flash any tmo rom on the rom slots as normal?
Sent from my SM-N900T using XDA Premium 4 mobile app
Yes, I understand safestrap for hlteatt to work well on hltetmo. Search the forum for more info.
I looked and I can't find any info on tmo... But I was curious if anyone is using it. ..
Sent from my SM-N900T using XDA Premium 4 mobile app
djtheraven said:
I looked and I can't find any info on tmo... But I was curious if anyone is using it. ..
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Why would you need it, your device is bootloader unlocked, if you attempt to use this on an unlocked bootloader, this could possibly brick your phone, as it patches a bypass to the bootloader...no, this would not be wise...be careful..
Good luck.
TheAxman said:
Why would you need it, your device is bootloader unlocked, if you attempt to use this on an unlocked bootloader, this could possibly brick your phone, as it patches a bypass to the bootloader...no, this would not be wise...be careful..
Good luck.
Click to expand...
Click to collapse
I just don't want to trip knox. ... And it's Kool to flash 4 roms to one phone to play around with. .. But yeah I don't want to brick it. .. If someone had used this successfully on this phone I would like to know. ..If not I hope they do something like this for ours. ...
Sent from my SM-N900T using XDA Premium 4 mobile app
djtheraven said:
I just don't want to trip knox. ... And it's Kool to flash 4 roms to one phone to play around with. .. But yeah I don't want to brick it. .. If someone had used this successfully on this phone I would like to know. ..If not I hope they do something like this for ours. ...
Click to expand...
Click to collapse
I guess I wasnt very clear before. Several people have already used safestrap on this device (T-mobile note 3/hltetmo) without any apparent issues. All I did just now was type safestrap into the search box on the main page of the hltetmo page and this thread appeared.
Thanx only thing is you can't really flash anything tmo right now. .. And no asop... I'll wait till they expand. ..
Sent from my SM-N900T using XDA Premium 4 mobile app
djtheraven said:
Thanx only thing is you can't really flash anything tmo right now. .. And no asop... I'll wait till they expand.
Click to expand...
Click to collapse
I think what he was getting at is that you can flash AOSP ROMs, however since they contain a custom kernel it will trip KNOX. So if you are trying to avoid that, then no AOSP.
apacseven said:
I think what he was getting at is that you can flash AOSP ROMs, however since they contain a custom kernel it will trip KNOX. So if you are trying to avoid that, then no AOSP.
Click to expand...
Click to collapse
My knox is 0x1 so if im not afraid of tripping knox can i install aosp and kernels thru this if i installed it on my tmo n3?
benji667 said:
My knox is 0x1 so if im not afraid of tripping knox can i install aosp and kernels thru this if i installed it on my tmo n3?
Click to expand...
Click to collapse
I'm not sure TBH, very little experience with safestrap.. If you are already 0x1 why not just install a full recovery?
apacseven said:
I'm not sure TBH, very little experience with safestrap.. If you are already 0x1 why not just install a full recovery?
Click to expand...
Click to collapse
I like the rom slots... Its way nicer to be able to have the current rominstalled and build one on the side... Or i can have a tw and a aosp both installed
Any ideas ppl?
People with unlocked boot-loaders that want to be confined to a bootstrap........ hell hath frozen over.
I just paid a final Verizon bill of almost $1k (including ETF's) because of locked bootloaders and being confined to SafeStrap. I am forever grateful to Hashcode for the freedom we have been given but you guys do realize that safestrap partitions up your internal memory into 2GB blocks for system partition and 2-4GB blocks for data partitions for each slot. If you really use your phone you are going to be plagued with out of memory warnings. Plus you cannot flash kernels meaning no AOSP roms either and no more Aroma installs among other things.
When I had my Verizon Galaxy Note 3 and my AT&T Note 3 I always flashed everything to the stock slot and forgo the ROM slots alltogether. Then just backup and restore everything to the stock slot exactly like it was a real recovery. SO you might as well just do the same on a real recovery on the T-Mobile Note 3. Just backup and restore different ROM's (including AOSP!) at will. It may take a little longer to switch betweens ROMs this way but at least you don't have to jump through all those hoops or worse yet really mess up your device using a Safestrap not meant for your device.....all IMO of course.

Categories

Resources