Hello everyone,
I know this question showed up a couple of times before, but I'm confused about the whole situation.
I own a Note3 International version bough from an official Samsung retailer in Poland.
Updated to 4.4 KitKat through official Samsung OTA update and a month later decided to go with a custom room. Installed TWRP and Omega 14 rom. Everything is fine, but I can't flash any modem.
Currently I'm running XXUENB1 modem and tried flashing the latest XXUEND6 from Omega repos and XXUENC2 from ALEXNDR development base, but with no sucess.
Tried flashing two times with Odin and than pulling the battery etc. The modem version stays the same. In download mode, it says write protection enabled, is it of any concern?
Is it possible to flash a modem on my Note 3?
Thanks for any help.
ea66 said:
Hello everyone,
I know this question showed up a couple of times before, but I'm confused about the whole situation.
I own a Note3 International version bough from an official Samsung retailer in Poland.
Updated to 4.4 KitKat through official Samsung OTA update and a month later decided to go with a custom room. Installed TWRP and Omega 14 rom. Everything is fine, but I can't flash any modem.
Currently I'm running XXUENB1 modem and tried flashing the latest XXUEND6 from Omega repos and XXUENC2 from ALEXNDR development base, but with no sucess.
Tried flashing two times with Odin and than pulling the battery etc. The modem version stays the same. In download mode, it says write protection enabled, is it of any concern?
Is it possible to flash a modem on my Note 3?
Thanks for any help.
Click to expand...
Click to collapse
Under some conditions it seems that modems are hard to be written on phones with certain bootloaders and a custom recovery - but with stock recovery it seems to work better (and it also works with Mobile Odin Pro).
Right, so I tried the Odin Pro and it says after booting to recovery "Memory lock in place - TriangleAway may fix this. Skipping flash."
So I downloaded TriangleAway, did its magic, but with no result.
Still can't flash because of memory lock.
What can I do next?
Should I flash a stock rom with never modem like this one?
http://wccftech.com/update-galaxy-note-3-n9005-to-xxuend6-kitkat/
ea66 said:
Right, so I tried the Odin Pro and it says after booting to recovery "Memory lock in place - TriangleAway may fix this. Skipping flash."
So I downloaded TriangleAway, did its magic, but with no result.
Still can't flash because of memory lock.
What can I do next?
Should I flash a stock rom with never modem like this one?
http://wccftech.com/update-galaxy-note-3-n9005-to-xxuend6-kitkat/
Click to expand...
Click to collapse
At this point do you have the stock recovery or a custom recovery?
xclub_101 said:
At this point do you have the stock recovery or a custom recovery?
Click to expand...
Click to collapse
Now I have a custom recovery TWRP 2.7.
Now trying stock... no go. Back with stock rom and recovery and still stuck with the old modem.
edit2: went stoch, rooted and tried to flash using mobile odin pro - no success because of write protection.
Could it be you need to Sim Unlock first? I'm sure I heard that somewhere. Give it a Google to see.
Sent from my SM-N9005 using Tapatalk
martinbrettphilo said:
Could it be you need to Sim Unlock first? I'm sure I heard that somewhere. Give it a Google to see.
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
But I got the phone unlocked so there is no sim lock, what about this write protection?
Is there any way around it?
EDIT: I've tried with RegionLock Away it did it's magic but still I cant flash modems
Use triangle away. Even if the counter is zero, thew is a hidden counter that trips a write protect on the modem. After triangle away, it should work. Just be sure to follow the directions.
Sent from my leanKernel 2.5 powered stock 4.4.2 SM-N900T
toastido said:
Use triangle away. Even if the counter is zero, thew is a hidden counter that trips a write protect on the modem. After triangle away, it should work. Just be sure to follow the directions.
Sent from my leanKernel 2.5 powered stock 4.4.2 SM-N900T
Click to expand...
Click to collapse
Yeah, your're right, I've messed it up completely.
Flashed a stock kernel, triangle away and odin pro... everything is fine. Flashed like crazy
Anyway manged to flashed the modem from XXUENC2 from ALEXNDR development base which is around 60MB's and has modem and modem #2 partitions. Question is how can I flash the modems from omega repos which are only 8MB and have one partition only. When flashing with Odin Pro version doesn't change, although flash is a success.
ea66 said:
Yeah, your're right, I've messed it up completely.
Flashed a stock kernel, triangle away and odin pro... everything is fine. Flashed like crazy
Anyway manged to flashed the modem from XXUENC2 from ALEXNDR development base which is around 60MB's and has modem and modem #2 partitions. Question is how can I flash the modems from omega repos which are only 8MB and have one partition only. When flashing with Odin Pro version doesn't change, although flash is a success.
Click to expand...
Click to collapse
Are they modem.bin or the non-hlos files? Id really recommend doing modem flashes through desktop odin, especially if they're piece meal modems and not a full stock modem flash file.
Other than that I can't offer much assistance for non stock modems, but good luck in your endeavor, and glad I could point you in the right direction to at least get a stuck fladh to work. ?
Sent from my leanKernel 2.5 powered stock 4.4.2 SM-N900T
toastido said:
Are they modem.bin or the non-hlos files? Id really recommend doing modem flashes through desktop odin, especially if they're piece meal modems and not a full stock modem flash file.
Other than that I can't offer much assistance for non stock modems, but good luck in your endeavor, and glad I could point you in the right direction to at least get a stuck fladh to work. ?
Sent from my leanKernel 2.5 powered stock 4.4.2 SM-N900T
Click to expand...
Click to collapse
The files are tar packed with a non-hlos.bin file inside.
Can I use those?
ea66 said:
The files are tar packed with a non-hlos.bin file inside.
Can I use those?
Click to expand...
Click to collapse
Those should be fine then. Might have to triangle away again first to remove the write lock again, but otherwise should be ok.
Sent from my leanKernel 2.5.1 powered stock 4.4.2 (NE6) SM-N900T
ea66 said:
The files are tar packed with a non-hlos.bin file inside.
Can I use those?
Click to expand...
Click to collapse
If you have 2 files modem.bin and non-hlos.bin on the sdcard, download this Terminal Emulator and try these commands: (required ROOT)
Code:
su
dd if=/sdcard/non-hlos.bin of=/dev/block/mmcblk0p1
dd if=/sdcard/modem.bin of=/dev/block/mmcblk0p2
reboot
vndnguyen said:
If you have 2 files modem.bin and non-hlos.bin on the sdcard, download this Terminal Emulator and try these commands: (required ROOT)
Code:
su
dd if=/sdcard/non-hlos.bin of=/dev/block/mmcblk0p1
dd if=/sdcard/modem.bin of=/dev/block/mmcblk0p2
reboot
Click to expand...
Click to collapse
The problem is that modems from omega repos have only one file - non-hlos.bin.
They lack the modem.bin, for some reason.
ea66 said:
The problem is that modems from omega repos have only one file - non-hlos.bin.
They lack the modem.bin, for some reason.
Click to expand...
Click to collapse
You don't have to unzip the files from omega as they are tar and can be used in odin on computer(press pda look for your modem tar file & flash)
ea66 said:
The problem is that modems from omega repos have only one file - non-hlos.bin.
They lack the modem.bin, for some reason.
Click to expand...
Click to collapse
You can download the firmware for your device and extract to obtain the modem files.
ea66 said:
The problem is that modems from omega repos have only one file - non-hlos.bin.
They lack the modem.bin, for some reason.
Click to expand...
Click to collapse
If you still have a problem flashing the Modem, I used this 5 min. ago and it worked perfectly fine(used flashing instruction from x-note)
Download Odin3 v3.09 to your pc, download Modems from Omega(I used NC2) both GSM & LTE.
Put Odin and the Modems from Omega on PC Desktop.
Turn off your Cell Phone (power off normally). Take out your battery(wait 5 sec.) put it back in and boot in download mode(volume down+home+power) and than connect your phone to pc.
Open Odin and press AP and choose the GSM tar file from Omega.
Press start and wait for the phone to reboot.
Turn the phone off again and boot in download mode (same steps as before). Now look for the LTE tar file in AP and press start again.
You should now have your Modem Installed. Good luck mate
Related
I have downloaded the MJ6 firmware for SM-N9005 which includes MJ4 modem.
I extracted modem.bin and put it in a .tar file to flash with Odin, as I have the DjeMBey MJ6 rom but old baseband.
It flashes successfully but my phone shows MI6 baseband still The problem is because "Auto Reboot" is ticked.
The solution to successfully flash MJ4 baseband is as follows:
1) Flash the modem.bin inside a .tar file in Odin under CP (or Phone). UNTICK THE "Auto Reboot" OPTION
2) WAIT UNTIL IT SAYS PASSED
3) Keep phone on, unplug phone, close Odin, plug into different USB port and open Odin again
4) Flash modem.bin inside .tar file again as in step 1
5) WAIT UNTIL IT SAYS PASSED
6) Keep phone on, unplug phone, close Odin, plug into different USB port and open Odin again
7) Flash stock NON-HLOS.bin file from MJ6 firmware in Odin
8) WAIT UNTIL IT SAYS PASSED
9) Take out battery
10) Reinsert battery
11) Profit
I hope this helps some people
Info is originally from @BlueChris
Link to NON-HLOS.bin (to fix video recording issue): Here
danieljamie said:
I have downloaded the MJ6 firmware for SM-N9005 which includes MJ4 modem.
I extracted modem.bin and put it in a .tar file to flash with Odin, as I have the DjemBy MJ6 rom but old baseband.
It flashes successfully but my phone shows MI6 baseband still
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
You need 1 file more m8 for mj4 modem and write it with odin, take it from here
http://forum.xda-developers.com/showthread.php?p=47110486
Sent from my SM-N9005 using Tapatalk
BlueChris said:
You need 1 file more m8 for mj4 modem and write it with odin, take it from here
http://forum.xda-developers.com/showthread.php?p=47110486
Sent from my SM-N9005 using Tapatalk
Click to expand...
Click to collapse
Thanks, and modified my original post.
I made a N9005-2modemsMJ4-RomMJ6.tar.md5 whit both modem.bin and NON-HLOS.bin.
(2modems means two files to one modem. For me must be flashed always together).
Flashed whit MobileOdin, worked very well. (on MO Chainfire call that modem and modem #2).
PS: By Odin3 I think must be also the same, both 2 files inside the .tar.md5
Hi @danieljamie
Your steps 1) to 11) on OP are horrible, I don't like same work. Sorry.
ValenteL said:
I made a N9005-2modemsMJ4-RomMJ6.tar.md5 whit both modem.bin and NON-HLOS.bin.
(2modems means two files to one modem. For me must be flashed always together).
Flashed whit MobileOdin, worked very well. (on MO Chainfire call that modem and modem #2).
PS: By Odin3 I think must be also the same, both 2 files inside the .tar.md5 (If You want TRY)
Hi @danieljamie
Your steps 1) to 11) on OP are horrible, I don't like same
@danieljamie,
Thanks ValenteL !
Thanks to open this thread: gonna help lot of peeps
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
sonydesouza said:
ValenteL said:
I made a N9005-2modemsMJ4-RomMJ6.tar.md5 whit both modem.bin and NON-HLOS.bin.
(2modems means two files to one modem. For me must be flashed always together).
Flashed whit MobileOdin, worked very well. (on MO Chainfire call that modem and modem #2).
PS: By Odin3 I think must be also the same, both 2 files inside the .tar.md5 (If You want TRY)
Hi @danieljamie
Your steps 1) to 11) on OP are horrible, I don't like same
@danieljamie,
Thanks ValenteL !
Thanks to open this thread: gonna help lot of peeps
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
What's wrong with the steps? It worked for me.
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
Nothing wrong !!! Your method worked and it gonna help a lot of people. Thanks !
ValenteL said:
I made a N9005-2modemsMJ4-RomMJ6.tar.md5 whit both modem.bin and NON-HLOS.bin.
(2modems means two files to one modem. For me must be flashed always together).
Flashed whit MobileOdin, worked very well. (on MO Chainfire call that modem and modem #2).
PS: By Odin3 I think must be also the same, both 2 files inside the .tar.md5
Hi @danieljamie
Your steps 1) to 11) on OP are horrible, I don't like same work. Sorry.
Click to expand...
Click to collapse
Dear Valente, could we have a link for your file tar? Thanks.
lukemo said:
Dear Valente, could we have a link for your file tar? Thanks.
Click to expand...
Click to collapse
Here it is: https://meocloud.pt/link/ed71f278-f326-43c6-ae82-e0fe29ce4f69/N9005-2modems-XXUDMJ4-RomMJ6.tar.md5
Look, for me work well. Try at your risk alright?
New Rom BTU XXUDMJ7 have the Modem XXUDMJ7.
Flashing Modem's MJ4 and MJ7
From a question on another Thread:
Yes but only after tried it very well. I have the Rom MJ7 modem MJ7.
Flashed by Odin v3.09 this modem MJ4 and okay. On Settings/aboutPhone MJ4 alright.
Speedtest.net on 3G ( my card is 3G) download at 12 Mb/s. Not tested 4G.
https://meocloud.pt/link/ed71f278-f326-43c6-ae82-e0fe29ce4f69/N9005-2modems-XXUDMJ4-RomMJ6.tar.md5
Flashed now the next modem MJ7 okay also. On settings I have MJ7, Speed test.net the same, 12 Mb/s.
https://meocloud.pt/link/7d77deeb-85f4-4324-b777-3170850752c3/N9005-2modems-DMJ7-RomDMJ7.tar.md5
For me worked well. Try it at Your risk, alright?
Not need to make the tour at world...
Thanks, followed your instructions and it worked.:good:
Hello guys, so i sold my AT&T Galaxy S4 to a friend an move up to Note 3.
After a couple of weeks he downloaded an app from Playstore and got into a Bootloop. I tol;d him i could help him as I have come through the same procedure again in the past.
I tried flashing the same rom the phone had by that time "I337UCUFMLD_OneClick" and i Got a FAIL.
Soon i realized the phone was bricked. I have been searhing for 5-6 hours today, tried to flash "ALL_ATT_I337UCUFNB1_I337ATTFNB1_505595_REV06_user_low_ship_MULTI_CERT.tar", all MK2 roms I Found here, and the only once which worked was flashing the "pit" file and flashing "I337_NC1_Stock_Recovery.tar". Now The phone has access to both Download & recovery mode but
i 'cant enable usb debugging cause i can't access the system.
If anyone has a clue, please help!
PS: Sry for the long description, can't post links.
You should be able to flash the all in one nb1 tar use Odin 3 v1.85 make sure you extract the rar and load the tar in the pda slot. Unless it's been updated to nc1 then you'll have to wait and hope someone releases a all in one for that.
Sent from my SGH-I337. And no we can't flash Aosp based ROMs with a locked bootloader!
dave5777 said:
You should be able to flash the all in one nb1 tar use Odin 3 v1.85 make sure you extract the rar and load the tar in the pda slot. Unless it's been updated to nc1 then you'll have to wait and hope someone releases a all in one for that.
Sent from my SGH-I337. And no we can't flash Aosp based ROMs with a locked bootloader!
Click to expand...
Click to collapse
Thanks for the quick responce!
Nope, i flashed only the stock recovery from NC1 cause it was the only one i could find
Att recently pushed the nc1 firmware if your friend unknowingly applied the nc1 update and it flashed a new bootloader then that would make the nb1 Odin fail. I think your best bet is going to the Samsung Rep at your local Best buy and they can flash the factory image.
Sent from my SGH-I337. And no we can't flash Aosp based ROMs with a locked bootloader!
dave5777 said:
Att recently pushed the nc1 firmware if your friend unknowingly applied the nc1 update and it flashed a new bootloader then that would make the nb1 Odin fail. I think your best bet is going to the Samsung Rep at your local Best buy and they can flash the factory image.
Sent from my SGH-I337. And no we can't flash Aosp based ROMs with a locked bootloader!
Click to expand...
Click to collapse
Thanks for the advice, we were about to after the weekend.
PS: I tried flashing using 1.85 ... reaches 90% of SYSTEM and fails...
dave5777 said:
Att recently pushed the nc1 firmware if your friend unknowingly applied the nc1 update and it flashed a new bootloader then that would make the nb1 Odin fail. I think your best bet is going to the Samsung Rep at your local Best buy and they can flash the factory image.
Sent from my SGH-I337. And no we can't flash Aosp based ROMs with a locked bootloader!
Click to expand...
Click to collapse
It has been reported that the NC1 update did not incriment the Q-fuse count in aboot. If this is true, it should be safe to Odin NB1 back onto a phone that took the NC1 update without it causing failure..
Solution
dave5777 said:
You should be able to flash the all in one nb1 tar use Odin 3 v1.85 ... !
Click to expand...
Click to collapse
After several tries i managed to flash it back to STOCK NB1 with no problem.
The only Problem some people may have is that if you try flashing with odin 3+ and then try 1.85, you will fail due to Windows instabilitty.
I recommend taking battary of the phone for 1 hour (may sound too much but worked for me) restart PC, and try flashing right away after your computer boots up!
I will propably make a guide out of this cause that brick was tricky as hell.
Thanks everyone for replying
PROBLEM SOLVED :good:
Quick question - - can I just flash the NE9 modem in TWRP just after flashing extreme syndicate room and before reboot? Or do I have to use ODIN?
If I have to use ODIN what are the steps?
Thanks.
{I voiced my opinion with my wallet and bought a developer phone, come on AOSP love.... Soon i hope}
A1Barrett said:
Quick question - - can I just flash the NE9 modem in TWRP just after flashing extreme syndicate room and before reboot? Or do I have to use ODIN?
If I have to use ODIN what are the steps?
Thanks.
{I voiced my opinion with my wallet and bought a developer phone, come on AOSP love.... Soon i hope}
Click to expand...
Click to collapse
The NE9 modem files that I have seen (present and past modem files) cannot be flashed via a custom recovery, they must be installed using ODIN.
Put you phone in download mode (volume down + power)(make sure you have Samsung drivers installed on PC), start ODIN on PC, connect phone to PC, wait for ODIN to recognize phone, select the modem tar file that is located on your PC, use PDA and press start. Wait until you get a GREEN PASS before disconnecting your phone. Reboot.
Thanks for the reply.... But, do I flash the rom first and reboot, then reboot into download mode and go into ODIN and flash NE9 modem? The rom 'extreme syndicate' is NE9.
A1Barrett said:
Thanks for the reply.... But, do I flash the rom first and reboot, then reboot into download mode and go into ODIN and flash NE9 modem? The rom 'extreme syndicate' is NE9.
Click to expand...
Click to collapse
ROM installation instructions:
Dev Edition Install Instructions:
1: Download ROM.zip to Internal Storage or External SD Card
2: Reboot to Recovery
3: Flash ROM.zip
4: Flash NE9 Modem
5: DO NOT FLASH NE9 FIRMWARE PACKAGE!!! THIS WILL RUIN YOUR NICE DEV EDITION PHONE FOR GOOD
A1Barrett said:
Thanks for the reply.... But, do I flash the rom first and reboot, then reboot into download mode and go into ODIN and flash NE9 modem? The rom 'extreme syndicate' is NE9.
Click to expand...
Click to collapse
Yes, flash the ROM first. Power off and put your phone in download mode and the ODEN the NE9 modem .tar.
Thank you for your help Jpcalhoun
A1Barrett said:
Thank you for your help Jpcalhoun
Click to expand...
Click to collapse
No problem. If you're looking for a lean, fast, smooth ROM then you'll love that ROM. I've been running it since it was first release (under a different name) and haven't found a good reason to run anything else.
Yeah the rom is terrific. I was running the earlier version also. BTW do u know what KLTE is? I was looking at the unified s5 section and the AOSP roms and wondering if the VZ Developer version is KLTE? Thanks again
A1Barrett said:
Yeah the rom is terrific. I was running the earlier version also. BTW do u know what KLTE is? I was looking at the unified s5 section and the AOSP roms and wondering if the VZ Developer version is KLTE? Thanks again
Click to expand...
Click to collapse
I'm not positive what KLTE means in terms of our Dev S5s. I see the term used a lot in threads talking about unified ROMs, but I don't know exactly what phones it applies to.
[Q&A] [ROM][NG2] Stock Rooted NG2 | Stock Rooted NG2 Refitted | Mostly Stock NG2
Q&A for [ROM][NG2] Stock Rooted NG2 | Stock Rooted NG2 Refitted | Mostly Stock NG2 v1.3
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][NG2] Stock Rooted NG2 | Stock Rooted NG2 Refitted | Mostly Stock NG2 v1.3. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Mostly Stock Sphl720
Is there a change log saying what is different from version 1.2 to 1.3? I don't see one and i don't feel like flashing unless if something significant has changed.
deathwilldie said:
Is there a change log saying what is different from version 1.2 to 1.3? I don't see one and i don't feel like flashing unless if something significant has changed.
Click to expand...
Click to collapse
I will post all the change logs on next release (next week). If everything is working for you, 1.3 is not a big update. Fixes issues with sprint voicemail, Microsoft Exchange, and updates a few apps.
Sent from my SPH-L720 using XDA Free mobile app
Ultra Power Saving Mode
First, let me say that this is an AWESOME rom!! I am using the Mostly Stock v1.3 and I have not noticed any short comings.
I do have 2 questions, will you be able to add the Ultra Power Saving Mode into this rom or is that just for the S5? I currently have the "360 Security" app and I use it's "Lock Screen Power-Saver" feature that "cleans up" the background running apps when the phone is idle for 1, 5, or 10 minutes (user selected). Before I rooted and installed this rom I would drop to about 50% battery after 8 hours at work (I have poor cell signal there). Now after using your rom in addition to this app, I leave work at about 80% which is awesome!
The next question: Is it now or will it be possible to over/under clock the CPU with these roms?
Thanks for building this and your support!! Keep up the great work
I found an issue that I haven't been able to fix. Using the mostly stock rom, I can't stream any flash video. I tried it with the refitted rom and it works fine. I prefer the mostly stock rom, any ideas how I can fix this? Thanks!!
When flashing from version 1.2 to 1.3 am i able to do a dirty flash or do i have to reformat everything and do a clean flash?
deathwilldie said:
When flashing from version 1.2 to 1.3 am i able to do a dirty flash or do i have to reformat everything and do a clean flash?
Click to expand...
Click to collapse
You don't have to reformat. I always like to wipe cache and dalvik, even when upgrading. You won't lose anything.
I am very interested in flashing this, especially since I just got back into flashing again. My phone came out of the box with NG2, meaning it has KNOX. I have already obtained root through Towelroot. Am I able to flash a recovery without tripping Knox, or is there another way that I can flash this? Thanks everyone.
monkeychef said:
I am very interested in flashing this, especially since I just got back into flashing again. My phone came out of the box with NG2, meaning it has KNOX. I have already obtained root through Towelroot. Am I able to flash a recovery without tripping Knox, or is there another way that I can flash this? Thanks everyone.
Click to expand...
Click to collapse
KNOX has been removed from these roms so flash away. If or when you decide to go back to stock you can use chain fire's triangle away app to reset KNOX to zero.
Whenever i installed the mostly stock 1.3 i would loose the stock calendar apk. I even tried redownloading the zip and still no luck.
Is there some kind of adblock installed? Cannot access slickdeals.net via chrome or the app.
WIfi FIx
Ok, so I've got <10 posts, so this goes here, but it is the fix that I think should go into the first post.
I am a user who has never had KNOX, and I have the MF9 bootloader. I am using cwm bootloader.
I could not get the wifi to work, nor the lock screen, nor the phone speaker. I flashed and and flashed modems, roms, reset to MF9 via kies, over and over again.
Finally I decided to try the modem from Samsungmobile. I downloaded the L720VPUFNG2_L720SPTFNG2.zip from sam mobile and started digging into it. One zip layer, and then tar layer later I had the modem files.
Since I'm on a mac, I use heimdall. I used this command to flash the modem, non-hlos ,tz, and rpm (resouce power management).
heimdall flash --APNHLOS NON-HLOS.bin --MDM modem.bin --RPM rpm.mbn --TZ tz.mbn --no-reboot
Its taken a couple reboots to get it running, as google play services is not quite happy, but I may be up and running.
The tz..mbn appears to be required for kit kat for some reason.
tenaciousj said:
Is there some kind of adblock installed? Cannot access slickdeals.net via chrome or the app.
Click to expand...
Click to collapse
Yes, MoaAB is installed. Push the hosts file from the stock rom in /system/etc to overwrite the one with adblocking. or simply edit the current hosts file and delete all references to slickdeals.net, and reboot. or you can also enable the option to save data, which basically uses a proxy through google servers, and the hosts file won't block it since it's coming from google and not slickdeals.net.
madmarauder said:
Ok, so I've got <10 posts, so this goes here, but it is the fix that I think should go into the first post.
I am a user who has never had KNOX, and I have the MF9 bootloader. I am using cwm bootloader.
I could not get the wifi to work, nor the lock screen, nor the phone speaker. I flashed and and flashed modems, roms, reset to MF9 via kies, over and over again.
Finally I decided to try the modem from Samsungmobile. I downloaded the L720VPUFNG2_L720SPTFNG2.zip from sam mobile and started digging into it. One zip layer, and then tar layer later I had the modem files.
Since I'm on a mac, I use heimdall. I used this command to flash the modem, non-hlos ,tz, and rpm (resouce power management).
heimdall flash --APNHLOS NON-HLOS.bin --MDM modem.bin --RPM rpm.mbn --TZ tz.mbn --no-reboot
Its taken a couple reboots to get it running, as google play services is not quite happy, but I may be up and running.
The tz..mbn appears to be required for kit kat for some reason.
Click to expand...
Click to collapse
In unknownforce's NAE modem-only tar, it only has MDM and APNHLOS. What is TZ? and maybe that is why I have been getting mediocre battery life on stock ng2, when I flashed the modem only... hmm.
I flashed my sprint S4 to boost and no matter what ROM I install besides this one I don't have 3G It stays at 1X
I'm looking for some help. I'm trying to install Mostly Stock and it won't boot past the boot animation. I'm coming from CM11 (haven't run TW in awhile). File systems were F2FS (TWRP 2.8.3.0 with F2FS support) but I have converted them back to EXT4. I installed the NG2 modem awhile ago but still have MF9 bootloader. Any ideas from anyone?
Thanks,
Mike
stuck at sprint screen
Im coming from the latest carbon rom. Trying to install the odexed version of this rom. I can install it, but gets stuck at the sprint screen and freezes. I have the updated ng2 radio.... any suggestions?
Can I install this straight from recovery or is it ODIN flash only? And if so does anyone know where I can get a Stock Rooted ROM that I can flash through recovery?
malicenfz said:
Can I install this straight from recovery or is it ODIN flash only? And if so does anyone know where I can get a Stock Rooted ROM that I can flash through recovery?
Click to expand...
Click to collapse
I just flashed mostly stock with the latest TWRP recovery with NG2 and it was quick and painless.
This rom seems very nice! Great job on it! This was my first root and flash since the EVO days. Boy those were fun times...
Sent from my SPH-L720 using XDA Free mobile app
Re-upload please
Hello everyone,
would someone please re-upload the links? All links were dead. I need to root my Samsung Galaxy S4 4.4.2 build NG2.... pleaseeeeeeeeeeeeeeeeeeee.....
Many thanks in advance,
Der
I have the same problem. If I flash this my screen hangs, speaker doesnt work, glitchy, ect.
I odined philz, then the ng2 modem, then refitted and still screwY. Not sure what to do. Ive flashed alot, but this one has me confused. All i want is stock, rooted, with tether hack in one simple package...sigh...
Hi,
I want to install emotion revolution and I have some questions:
- I have a SM-N910F with android 5.1.1 and baseband N910FXXU1COH4 Kernel 3.10.89-emotion-TW-5.1.1-nigltly-r21 . TWRP is installed and device is rooted. Can I directly flash or should I flash modem or bootloader first?
- Is the note 5 port release also working or note 4 or is there a specific one (didn't find anything)
Sorry if my questions are stupid, I'm a little bit lost with the version numbers COI4 COH4...
thanks
in advance
Olivier
oliverw68 said:
Hi,
I want to install emotion revolution and I have some questions:
- I have a SM-N910F with android 5.1.1 and baseband N910FXXU1COH4 Kernel 3.10.89-emotion-TW-5.1.1-nigltly-r21 . TWRP is installed and device is rooted. Can I directly flash or should I flash modem or bootloader first?
- Is the note 5 port release also working or note 4 or is there a specific one (didn't find anything)
Sorry if my questions are stupid, I'm a little bit lost with the version numbers COI4 COH4...
thanks
in advance
Olivier
Click to expand...
Click to collapse
firmware version numbers are really simple.
the higher the letter in the alphabet, the newer the version.
that's all there is to it.
so COI is newer than COH.
the Emotion rom topic should have a clear explanation of how to flash it all though.
i think they even added the bootloader and modem that you need.
and a note 5 port...of course that works on a note 4, that's why it's called a port
oliverw68 said:
Hi,
I want to install emotion revolution and I have some questions:
- I have a SM-N910F with android 5.1.1 and baseband N910FXXU1COH4 Kernel 3.10.89-emotion-TW-5.1.1-nigltly-r21 . TWRP is installed and device is rooted. Can I directly flash or should I flash modem or bootloader first?
- Is the note 5 port release also working or note 4 or is there a specific one (didn't find anything)
Sorry if my questions are stupid, I'm a little bit lost with the version numbers COI4 COH4...
thanks
in advance
Olivier
Click to expand...
Click to collapse
1. You must update BL and Modem, else it won't work. Both are available on their homepage, and they're the same as for Emotion Revolution r10.1
2. The Note 5 port is working on the N910F. Be aware though that the Note 5 port "features" stock Samsung colours, i.e. it's plain ugly (IMHO ). That's what's keeping me from flashing it atm. Emotion Revolution r10.1 has a more stock Android colour scheme (e.g. b/w toggles), which I find much more pleasant to the eyes than Touchwiz turquoise. But unlike r10.1, the Note 5 port has a working Theme Store (should have at least), so it's probably possible to theme the ROM to your liking.
Hi, I tried to flash modem and bl with the files on the site. I ended with an unknown baseband and the Phone powering off after 2 minutes... I used odin and put the bl file in the bl section and the cp file un the ap section and clicked start. Is this wrong?
I flashed a stock rom to get the Phone working Alain.
oliverw68 said:
Hi, I tried to flash modem and bl with the files on the site. I ended with an unknown baseband and the Phone powering off after 2 minutes... I used odin and put the bl file in the bl section and the cp file un the ap section and clicked start. Is this wrong?
I flashed a stock rom to get the Phone working Alain.
Click to expand...
Click to collapse
Why didn't you flash cp in the cp section?
Xelasarg said:
Why didn't you flash cp in the cp section?
Click to expand...
Click to collapse
good question. I saw a video telling it must be put in AP. I tried again and put it in CP but this gives the same result, baseband unknown and mobile restarting after 1 min...
any suggestion?
oliverw68 said:
good question. I saw a video telling it must be put in AP. I tried again and put it in CP but this gives the same result, baseband unknown and mobile restarting after 1 min...
any suggestion?
Click to expand...
Click to collapse
Hard to tell. I'd try this:
1. Flash BL and modem via Odin
2. Boot into recovery (TWRP 2.8.7.0)
3. Wipe /dalvik cache, /data, /system, /cache
4. Flash Emotion rom.
If that fails, download a COI3 stock rom from SamMobile, flash it via Odin, then try again.
Ah, the sweet moment when your phone finally boots up and runs. I can't tell how many times im the past years I believed I had murdered my phone.
Xelasarg said:
Hard to tell. I'd try this:
1. Flash BL and modem via Odin
2. Boot into recovery (TWRP 2.8.7.0)
3. Wipe /dalvik cache, /data, /system, /cache
4. Flash Emotion rom.
If that fails, download a COI3 stock rom from SamMobile, flash it via Odin, then try again.
Ah, the sweet moment when your phone finally boots up and runs. I can't tell how many times im the past years I believed I had murdered my phone.
Click to expand...
Click to collapse
Hi,
thanks for the reply. I also installed phone info. After the flash from modem and boot loader, phone info displays the new BL but an empty CP...
I also tryed to flash the COI3 modem and bootloader found on alexndr ROM but with the same result
Do you think it is because I flashed COI3 Modem on a COH4 firmware? This means that flashing emotion will "repair" it?
COI3 Firmware is not availlable for Switzerland for the moment...
oliverw68 said:
Hi,
thanks for the reply. I also installed phone info. After the flash from modem and boot loader, phone info displays the new BL but an empty CP...
I also tryed to flash the COI3 modem and bootloader found on alexndr ROM but with the same result
Do you think it is because I flashed COI3 Modem on a COH4 firmware? This means that flashing emotion will "repair" it?
COI3 Firmware is not availlable for Switzerland for the moment...
Click to expand...
Click to collapse
Flashing a custom rom won't repair your modem. You can try, of course, but I doubt that will fix it. If nothing helps, you can start from scratch, flash the older OH4 firmware with Odin, make sure everything's working, then update BL and Modem, and flash Emotion rom. I hope you've made a backup of all your stuff?