UPDATE:
I've put up a post with update.zip can that change your wifi firmware version. DXJPA's wifi firmware seems to use less power than XXJPY's.
http://forum.xda-developers.com/showpost.php?p=10056736&postcount=6706
----------
Hi guys,
I'd like your help to find out which Wifi firmware versions are included with which PDA firmware package.
This is what you can do to help:
1. Find out your Wifi firmware. Turn on your Wifi, then do:
adb shell "dmesg | grep Firmware"
You should see output with the Firmware version of your Wifi.
2. If your firmware is different from what other people have already found, then if you can, please package it and attach it to your post. You can do this by:
adb shell
su
cd /system/etc/wifi
tar cvzf /sdcard/wifi-(your PDA firmware version)-firmware.tar.gz *
exit
exit
(Back in DOS)
adb pull /sdcard/wifi-(your PDA firmware version)-firmware.tar.gz
Then upload the tar.gz file.
Please use the full 5-letter version of your firmware name, for example XXJPY, and not just JPY, or DXJPA, and not just JPA.
This is what I've found so far:
DXJPA: Firmware version = wl0: Jun 4 2010 14:21:21 version 4.218.214.3
XXJPY: Firmware version = wl0: Nov 16 2010 08:56:21 version 4.218.250.38
adb shell "dmesg | grep Firmware" doesnt return anything hardcore .. on JPY with JPY modem.
ashwinds said:
adb shell "dmesg | grep Firmware" doesnt return anything hardcore .. on JPY with JPY modem.
Click to expand...
Click to collapse
You have to turn off and on your Wifi first. The driver will print the firmware version in dmesg everytime you turn on wifi.
ashwinds said:
adb shell "dmesg | grep Firmware" doesnt return anything hardcore .. on JPY with JPY modem.
Click to expand...
Click to collapse
need to turn on your wifi
hardcore said:
You have to turn off and on your Wifi first. The driver will print the firmware version in dmesg everytime you turn on wifi.
Click to expand...
Click to collapse
I have the same as yours:
XXJPY: Firmware version = wl0: Nov 16 2010 08:56:21 version 4.218.250.38
I must say that the situation is improving after about 12 hours on JPY.
I have an outlandish suspicion - dO you know if they have started to use Google Backup to store Apps and settings? Maybe it syncs with Google/Samsung when the phone is Idle? And maybe it happens only on Wifi.
I've put up a post with update.zip can that change your wifi firmware version.
http://forum.xda-developers.com/showpost.php?p=10056736&postcount=6706
DXJPA's wifi firmware seems to use less power than XXJPY's.
hardcore said:
I've put up a post with update.zip can that change your wifi firmware version.
http://forum.xda-developers.com/showpost.php?p=10056736&postcount=6706
DXJPA's wifi firmware seems to use less power than XXJPY's.
Click to expand...
Click to collapse
well... i meant to do it later tonight - but heck - let me try it for a couple of hours now
PS: flashed and it now says DXJPA: Firmware version = wl0: Jun 4 2010 14:21:21 version 4.218.214.3 - will report how it works in about couple of hours. If its any better than 8% - its good.
Italian (ITV) RSJP5 has same DXJPA wifi firmware (4.218.214.3)
hardcore said:
I've put up a post with update.zip can that change your wifi firmware version.
http://forum.xda-developers.com/showpost.php?p=10056736&postcount=6706
DXJPA's wifi firmware seems to use less power than XXJPY's.
Click to expand...
Click to collapse
How did you measure power usage and is the signal strength affected ??
EarlZ said:
How did you measure power usage and is the signal strength affected ??
Click to expand...
Click to collapse
I don't know yet, thats why I'm asking people to try it. But so far DXJPA has worked well for us in the past, so it should work well now too.
If we can identify the wifi firmware of XXJPY being the cause of higher battery usage, then we have a ready solution - use the older wifi firmware.
1 hr mark - mostly idle - looks very good - 1% drain... which is close to normal (with JPA firmware). And no big %age in "Running" - its 8% - which again sounds normal compared to the 40-50% earlier.
Update:
2 hrs - and the drain is 4% - not the best ever - but looking close to normal. Running is 10%, Wifi usage though is still 25% - but given that its just 2 hrs, that seems ok.
hardcore said:
XXJPY: Firmware version = wl0: Nov 16 2010 08:56:21 version 4.218.250.38
Click to expand...
Click to collapse
Firmware version = wl0: Nov 16 2010 08:56:21 version 4.218.250.38
I can confirm that.
XXJPU (docv4) same as XXJPY.
Okay so far it looks like there are 2 versions of the wifi firmware:
- one for 2.2 roms (e.g. dxjpa)
- one for 2.2.1 roms (e.g. xxjpy)
And the DXJPA one is working well on XXJPY. Might be too early to say for sure, but I'm getting quite good battery life with it.
I think you need to mention [MOD] on the Title.
ragin said:
I think you need to mention [MOD] on the Title.
Click to expand...
Click to collapse
theres no modding being done here.
having drain with jpy here.. just applied jpa wifi firmware will let you know how it goes.
side comments..i have the wifi upstairs two walls and a floor away with external antenna.
with jpa or my old jh2 (similiar) wifi firmware signal was marginal in the bathroom down in master bedroom (extra wall)
and about 3 out of 3 squigles curve power ranking in bedroom.. with jpy firmware it was always full.
it looks like they may have upped something that improved reception or sendng power.. .and that is one reason why
the battery went quicker.. with older even though signal strength seems lower i could still get about 2 meg or 16 megabit per
sec. sustained transfers.. (max is 24 megabit down here as benchmark from my laptop)...
Hey on JPY Darky's rom...just flashed this......will report back !!
Thanks
lgkahn said:
. with older even though signal strength seems lower i could still get about 2 meg or 16 megabit per
sec. sustained transfers.. (max is 24 megabit down here as benchmark from my laptop)...
Click to expand...
Click to collapse
What kind of Wi-Fi are you using? N or G? I never achieved more than 1MB/s with any firmware from my laptop to my phone using a G router. And if G than what program do you use to transfer? Normal FTP?
Sent from my GT-I9000 using XDA App
Hi guys,
two things:
I wrote a little bash script that extracts the wifi firmware from the tar files you use for flashing with odin (all-in-one and .tar.md5) and parses the fw version.
h t t p://pastebin.com/cnZmSfLc
EDIT:
woops forgot to add a small fix ^^;
Just extract the firmwares and run the script (as root since it needs to access losetup and mount) from there
eg
Code:
~/odin/firmware/2.2.1/ $ ls
I9000XXJPX I9000XXJPY
~/odin/firmware/2.2.1/ $ ~/findfw.sh
It'll create a directory /root/wififw and puts the firmwares in there (with tarballs) and it'll dump the version and stores it in FIRMWAREVERSION.version.txt
Turns out that sometimes only one of those files gets updated....
I'll look into it in greater detail once i got more firmwares
Code:
I9000DXJPA.version.txt:bcm4329_aps.bin: May 27 2010 4.218.233.0
I9000DXJPA.version.txt:bcm4329_mfg.bin: Apr 24 2010 4.218.214.0
I9000DXJPA.version.txt:bcm4329_sta.bin: Jun 4 2010 4.218.214.3
I9000XXJM1.version.txt:bcm4329_aps.bin: Jun 4 2010 4.218.214.3
I9000XXJM1.version.txt:bcm4329_mfg.bin: Apr 24 2010 4.218.214.0
I9000XXJM1.version.txt:bcm4329_sta.bin: Jun 4 2010 4.218.214.3
I9000XXJPK.version.txt:bcm4329_aps.bin: May 27 2010 4.218.233.0
I9000XXJPK.version.txt:bcm4329_mfg.bin: Apr 24 2010 4.218.214.0
I9000XXJPK.version.txt:bcm4329_sta.bin: Jun 4 2010 4.218.214.3
I9000XXJPM.version.txt:bcm4329_aps.bin: May 27 2010 4.218.233.0
I9000XXJPM.version.txt:bcm4329_mfg.bin: Apr 24 2010 4.218.214.0
I9000XXJPM.version.txt:bcm4329_sta.bin: Jun 4 2010 4.218.214.3
I9000XXJPO.version.txt:bcm4329_aps.bin: May 27 2010 4.218.233.0
I9000XXJPO.version.txt:bcm4329_mfg.bin: Apr 24 2010 4.218.214.0
I9000XXJPO.version.txt:bcm4329_sta.bin: Jun 4 2010 4.218.214.3
I9000XXJPU.version.txt:bcm4329_aps.bin: Jun 4 2010 4.218.214.3
I9000XXJPU.version.txt:bcm4329_mfg.bin: Apr 24 2010 4.218.214.0
I9000XXJPU.version.txt:bcm4329_sta.bin: Nov 16 2010 4.218.250.38
I9000XXJPX.version.txt:bcm4329_aps.bin: Jun 4 2010 4.218.214.3
I9000XXJPX.version.txt:bcm4329_mfg.bin: Apr 24 2010 4.218.214.0
I9000XXJPX.version.txt:bcm4329_sta.bin: Nov 16 2010 4.218.250.38
I9000XXJPY.version.txt:bcm4329_aps.bin: Jun 4 2010 4.218.214.3
I9000XXJPY.version.txt:bcm4329_mfg.bin: Apr 24 2010 4.218.214.0
I9000XXJPY.version.txt:bcm4329_sta.bin: Nov 16 2010 4.218.250.38
EDIT2: added more firmwares
Appearently the same firmware has been used from JPU to JPY so it'd be interesting to see if the drain occurs on the older firmwares as well. If it does we "just" need to revert it back to JPO fw
Related
This software is still in ALPHA testing and may contain bugs. Only experienced users should run this until I have some confirmations that the software works well. I will update this to BETA status when I have some confirmations of all the functions working. It will be upgraded to RELEASE status and will be available from the market in about a week if nothing goes horribly wrong.
What is this?
This is the OCLF app, with a new function - the ability to download and install kernels from the internet. For voodoo kernels, when the app is trying to remove the kernel, it will first detect if an EXT4 partition exists. If one exists, it will create the remove-lagfix file and reboot so that the kernel can remove the lagfix. Once rebooted, you can manually continue with your kernel flash. Future versions may auto-continue.
What kernels are supported?
All kernels are supported - I just need to upload them, get their MD5, and add them to the google appspot manifest. If anybody wants a kernel added, post the link to the kernel and I'll get it in.
Usage
Inside the app, press the MENU button, and then select KERNELS. The rest should be straight forward. When you install a new kernel, a backup of your current kernel will be made. You can restore this kernel from the Backed-up Kernels tab. Voodoo un-installation should be automatically handled - let me know if it works out for you.
2.2.2 Changes
Fixed up 'count' and other busybox errors
Kernel is only listed once
Changes Coming
Better backed-up kernel management (multiple at once?)
Voodoo auto-uninstallation continued at boot?
More kernels for other devices - give me links of which ones you want!
This software is still in ALPHA testing and may contain bugs. Only experienced users should run this until I have some confirmations that the software works well. I will update this to BETA status when I have some confirmations of all the functions working. It will be upgraded to RELEASE status and will be available from the market in about a week if nothing goes horribly wrong.
Ryan, thank you for all your work!
Superb!
Sent from my GT-I9000 using XDA App
Excellent!
Ryan, is it possible to have a jpk compatible kernel uploaded to try that feature?
Razer(x) said:
Ryan, is it possible to have a jpk compatible kernel uploaded to try that feature?
Click to expand...
Click to collapse
There... aren't any!
Oh.. hmm, I guess I could put up Chainfire's cool root kernel? You'd need root to actually use it though! I'll put it up though.
RyanZA said:
There... aren't any!
Oh.. hmm, I guess I could put up Chainfire's cool root kernel? You'd need root to actually use it though! I'll put it up though.
Click to expand...
Click to collapse
Yeah, fine
Added raspdeeps overclock kernel.
Couple issues to be fixed in the next version:
enabled options show up twice
only the last backed up kernel is available, should have a list of all(?) previous backed up kernels, or when installing a kernel, an option should be given to not back that kernel up
how do i install it on my phone
That App is great and what im looking for. Easy try of different kernels and easy backup and restore of the old one! Thx a lot for that!
But i have an issue at the task of backup the old kernel. It fails with the errormsg: no value specified for count
Looking forward to the next version!
-MaxMad- said:
That App is great and what im looking for. Easy try of different kernels and easy backup and restore of the old one! Thx a lot for that!
But i have an issue at the task of backup the old kernel. It fails with the errormsg: no value specified for count
Looking forward to the next version!
Click to expand...
Click to collapse
Any chance for a full error log? I have no idea where that's coming from.
I have mailed it to you when your app asked me to do. If you need more pls tell me how i can make a verbose version
Contact: Anonymous
Firmware: Jm1 Kies Version
Version: 2.2.1
Sat Oct 02 22:53:23 Europe/Berlin 2010: Copying required binaries to device...
Sat Oct 02 22:53:29 Europe/Berlin 2010: Setting up permissions...
Sat Oct 02 22:53:30 Europe/Berlin 2010: Checking for an EXT4 partition...
Sat Oct 02 22:53:30 Europe/Berlin 2010: Removing /sdcard/Voodoo if it exists...
Sat Oct 02 22:53:30 Europe/Berlin 2010: Downloading the required kernel file. This will take some time.
Sat Oct 02 22:53:30 Europe/Berlin 2010: Downloading kernel from mirror:
Sat Oct 02 22:54:33 Europe/Berlin 2010: Download complete
Sat Oct 02 22:54:33 Europe/Berlin 2010: Backing up existing kernel to /sdcard/zImage.backup - This could take some time.
Sat Oct 02 22:54:34 Europe/Berlin 2010: InstallKernelLagFix failed with error: Error backing up existing kernel: no value specified for count
Everthing fine here! Working flawlessly.
Backup displayed(not tried restoring though)..
Jm8.Oc120 voodoo kernel. V1 of your ext2 fix. +t.rom.
@1.2ghz
Quadrant 2300(if some1 want to know. And ~170ms short bench setCPU.
Battery consumption minimal compared to voodoo. I find this very stable with clocking also. (prior problems with oc kernel, setCPU.v)
Sent from my GT-I9000 using Tapatalk
Do we need to uninstall / undo anything from OCLF 2.0 ( say the lag fix ) ?
Superb!!!
I will trial and inform the result .
Same error backing up kernel over here
Error backing up existing kernel:dd invalid number ,this lagfix failed do you want to email the log to developer o that it can be checked?
-MaxMad- said:
Contact: Anonymous
Firmware: Jm1 Kies Version
Version: 2.2.1
Sat Oct 02 22:53:23 Europe/Berlin 2010: Copying required binaries to device...
Sat Oct 02 22:53:29 Europe/Berlin 2010: Setting up permissions...
Sat Oct 02 22:53:30 Europe/Berlin 2010: Checking for an EXT4 partition...
Sat Oct 02 22:53:30 Europe/Berlin 2010: Removing /sdcard/Voodoo if it exists...
Sat Oct 02 22:53:30 Europe/Berlin 2010: Downloading the required kernel file. This will take some time.
Sat Oct 02 22:53:30 Europe/Berlin 2010: Downloading kernel from mirror:
Sat Oct 02 22:54:33 Europe/Berlin 2010: Download complete
Sat Oct 02 22:54:33 Europe/Berlin 2010: Backing up existing kernel to /sdcard/zImage.backup - This could take some time.
Sat Oct 02 22:54:34 Europe/Berlin 2010: InstallKernelLagFix failed with error: Error backing up existing kernel: no value specified for count
Click to expand...
Click to collapse
Thanks for this!
dd if=/dev/block/bml7 bs=1 count=$offset of=/sdcard/zImage_backup
$offset must not be getting set correctly...
gonna change the dd to use busybox dd, as well as having it log the actual command it uses.
Also looks like it was using the wrong busybox.
bin_asc said:
Do we need to uninstall / undo anything from OCLF 2.0 ( say the lag fix ) ?
Click to expand...
Click to collapse
Depends on what kernel you're installing. If you're installing a Voodoo kernel, there isn't much point in keeping around 2 lagfixes, so you should probably undo the OCLF lagfix first. Not sure if it'll cause any real problems though, voodoo and oclf can actually be run on top of each other, but it might.
2.2.2 is up, let me know if it fixes the 'count' error for you!
A forum search turned up nothing, so I'm asking here:
On most Android phones, you usually go to Settings->About Phone and look under the "Kernel Version" section to see the name and version of the kernel you are running.
With my Galaxy Nexus, I don't see kernel names. Instead, I see something like:
Code:
3.0.31-g6fb96c9
[email protected])
#1 SMP PREEMPTY Thu Jun 28 11:02:39 PDT
2012
No matter which kernel I flash, it always seems like the same type of info but no names or version numbers.
I was okay with that as long as I remembered what I flashed last. However, I recently reverted to stock but the kernel looks like it stayed the same. Is there anyway to check if I'm back on stock kernel or still running the last kernel flashed (franco, in my case)?
I'm running leankernel 4.3.0 it says the version
Sent from my Galaxy Nexus
drdoombot said:
A forum search turned up nothing, so I'm asking here:
On most Android phones, you usually go to Settings->About Phone and look under the "Kernel Version" section to see the name and version of the kernel you are running.
With my Galaxy Nexus, I don't see kernel names. Instead, I see something like:
Code:
3.0.31-g6fb96c9
[email protected])
#1 SMP PREEMPTY Thu Jun 28 11:02:39 PDT
2012
No matter which kernel I flash, it always seems like the same type of info but no names or version numbers.
I was okay with that as long as I remembered what I flashed last. However, I recently reverted to stock but the kernel looks like it stayed the same. Is there anyway to check if I'm back on stock kernel or still running the last kernel flashed (franco, in my case)?
Click to expand...
Click to collapse
Most (if not all) kernels have a name similar to stock. But there is usually something amongst the numbers and letters which point to what kernel your running.
For instance my phone running trinity.
I know its trinity because it says dirtymorfic, morfic being the xda name of the trinity kernel developer. I only use stock kernel and trinity so can't comment on the others, but it will always look similar but also always have something pointing to the kernel your using. Hope this helps
Sent from my Galaxy Nexus using Tapatalk 2
Also typing code below in terminal will give you some more bits of info.
Code:
cat /proc/version
good day.
question
sir i want to ask 2 questions :
my phone specifications after flashing jelly blast v2 are:
android version:4.1.1
baseband version :S5360DDLC2
KERNEL VERSION : 2.6.35.7 [email protected]#1
BUILD NUMBER :NXT2ICSv2:jelly blast
1.i want to install jelly blast v3 what i have to do?
2. installing a custom rom change a kernel version or not ?
sunil332011 said:
sir i want to ask 2 questions :
my phone specifications after flashing jelly blast v2 are:
android version:4.1.1
baseband version :S5360DDLC2
KERNEL VERSION : 2.6.35.7 [email protected]#1
BUILD NUMBER :NXT2ICSv2:jelly blast
1.i want to install jelly blast v3 what i have to do?
2. installing a custom rom change a kernel version or not ?
Click to expand...
Click to collapse
Why did you bump a thread that's months old, and you don't even have our device?
Sent from my Nexus
a small doubt about sony xperia z ultra
there is a date under the kernel.
but that is not the same as the date of purchase
date of purchase is june 12 2015 at 12pm
date in the kernel is june 12 2014 at 2pm
am i being cheated with an old or used phone?
also the video clarity is very bad for a FHD screen
help me please
mnanoop said:
there is a date under the kernel.
but that is not the same as the date of purchase
date of purchase is june 12 2015 at 12pm
date in the kernel is june 12 2014 at 2pm
am i being cheated with an old or used phone?
also the video clarity is very bad for a FHD screen
help me please
Click to expand...
Click to collapse
1. Kernel and rom are developed much earlier, you weren't cheated.
2. Video clarity? Do you mean the video recording quality or the screen quality?
im running cm12 (android 5.1.) on my lg d855 right now, and it shows my kernel version in the "about phone" category.
Just realized that on the HTCRUU site, under Vision, (sorry can't post links) there is this apparently new ROM release:
RUU_Vision_Gingerbread_S_HTC_WWE_2.42.405.3_Radio_12.56.60.25_26.10.04.03_M_release_224299_signed.exe
Of course everywhere else the latest WWE RUU is 2.42.405.2... except for the usual upload sites. Couldn't find any reference.
So my question is... does anyone know about this? Does it look legit? How about the site, HTCRUU ?
I did decompress it but I'm yet to do a diff between contents of releases 2 and 3 of system.img; and probably all differences will be some binary anyway...
Thanks!
rumburake said:
Just realized that on the HTCRUU site, under Vision, (sorry can't post links) there is this apparently new ROM release:
RUU_Vision_Gingerbread_S_HTC_WWE_2.42.405.3_Radio_12.56.60.25_26.10.04.03_M_release_224299_signed.exe
Of course everywhere else the latest WWE RUU is 2.42.405.2... except for the usual upload sites. Couldn't find any reference.
So my question is... does anyone know about this? Does it look legit? How about the site, HTCRUU ?
I did decompress it but I'm yet to do a diff between contents of releases 2 and 3 of system.img; and probably all differences will be some binary anyway...
Thanks!
Click to expand...
Click to collapse
Typo?
riahc3 said:
Typo?
Click to expand...
Click to collapse
No typo. Rel 3 is about 2MB bigger than Rel 2.
i thought the newest release was xxxx.04
i know that because yozgatg's release of sense 2.1 rom was based on .04
isnt his rom based off the one v? or are you saying it is ported from the one v and the base rom is WWE_2.42.405.4?
because i dont think thats the case
and i just saw you said release of 2.1 sense rom, my bad
THIS ROM dose say 2.42.405.4... ill shut up
rumburake said:
No typo. Rel 3 is about 2MB bigger than Rel 2.
Click to expand...
Click to collapse
Contents of rom.zip:
All files the same size, except Rel.3 has an additional ramdisk.img... what is this then?
Left: 2.42.405.2 - Right: 2.42.405.3
Code:
227 Jun 17 2011 android-info.txt* 227 Nov 2 2011 android-info.txt*
2850816 Jun 17 2011 boot.img* 2850816 Nov 2 2011 boot.img*
356880 Jun 17 2011 dzdata.img* 356880 Nov 2 2011 dzdata.img*
1048576 Jun 17 2011 hboot_7230_Vision_HEP_0.85.0013_110411.nb0* 1048576 Nov 2 2011 hboot_7230_Vision_HEP_0.85.0013_110411.nb0*
25559040 Jun 17 2011 radio.img* 25559040 Nov 2 2011 radio.img*
152772 Nov 2 2011 ramdisk.img*
72 Jun 13 2011 rcdata.img* 72 Jun 13 2011 rcdata.img*
3815424 Jun 17 2011 recovery.img* 3815424 Nov 2 2011 recovery.img*
786432 Jun 13 2011 splash1.nb0* 786432 Jun 13 2011 splash1.nb0*
768000 Sep 2 2010 splash2.nb0* 768000 Sep 2 2010 splash2.nb0*
585101312 Jun 17 2011 system.img* 585101312 Nov 2 2011 system.img*
72945 Aug 30 2010 tp_atmel224_20aa.img* 72945 Aug 30 2010 tp_atmel224_20aa.img*
72289 Aug 30 2010 tp_atmelc12_20aa.img* 72289 Aug 30 2010 tp_atmelc12_20aa.img*
demkantor said:
isnt his rom based off the one v? or are you saying it is ported from the one v and the base rom is WWE_2.42.405.4?
because i dont think thats the case
and i just saw you said release of 2.1 sense rom, my bad
THIS ROM dose say 2.42.405.4... ill shut up
Click to expand...
Click to collapse
Indeed, I managed to get to 2.42.405.4 through OTA. Then you can officially unlock your bootloader using the official htcdev.com tool... basically HTC provides not only minor updates but now a tool to allow you to flash custom ROMs! What a nice surprise!
too bad the htcdev unlock is terrible
-Nipqer
1st = I am not a Programmer, not a Developer, nor a Modder... I just love my ANDROID DEVICE's... these roms will not get updated, they are STOCK ODEX Rom's not ALTERED except for renaming the KNOX files by adding the extension .ori so they would not run, I did not delete any files from these ROM's.
2nd = How to install the rom, JUST go to RECOVERY, ( I use TWRP RECOVERY ), Always make a backup 1st.. These Roms don't wipe ur Data, so if you don't wipe Data you might have some issues, - that being said - wipe SYSTEM, DATA, CACHE, DALVIK CACHE 3 times, then flash the rom, SIT BACK and wait a few minutes, THEN ENJOY...
3rd = Don't hold me responsible, if your phone blows up, or for whatever other damages u do to ur phone, flash at your own risk...
**************************************************
I made these Rom's for my personal use, and thought I would share for others that want STOCK ODEX Rom's, these Rom's are not rooted.
If you want the ROM rooted, goto Chainfire and download the newest SU available, after flashing the ROM, flash SU, reboot the phone, goto the Playstore and then install BusyBox, from Steriscon.
**************************************************
before posting theses Rom's I test them out, so they have no issues or problems...
Anyone can use these ROM's as a base for there own, all I ask is - if you share any of these ROM's, give proper credit to me, mdiaz33685...
Please Don't forget to hit the THANK'S Button...
**************************************************
SPECIAL THANKS TO....
Samsung
T-Mobile
XDA for teaching and hosting threads... and all the inspiring chefs...
dsixda's Android Kitchen = without this couldn't cook any roms...
Chainfire's SuperSU
jovy23 = thanks for his tutorials, kernals and MORE... :good:
**************************************************
DOWNLOAD Link for Stock ODEX Rom's and Firmware's - Link to androidfilehost site
**************************************************
hltetmo_Stock_Odex_NotRooted_With Knox = MEAN'S aboutly nothing done, FULL ROM, nothing renamed, nothing removed...
**************************************************
for example these files are in RAR format... N900TUVUDNF1-files-modem.bin-boot.img-recovery.img.rar - ( which includes modem.bin + NON-HLOS.bin + boot.img + recovery.img )
**************************************************
**************************************************
Instructions
•Extract (unzip) the firmware file
•Download Odin v3.09
•Extract Odin zip-file
•Open Odin v3.09
•Reboot phone in Download Mode (press and hold Home + Power + Volume Down buttons)
•Connect phone and wait until you get a blue sign in Odin
•Add the firmware file to AP / PDA
•Make sure re-partition is NOT ticked
•Click the start button, sit back and wait a few minutes
**************************************************
N900TUVUBMI7_N900TTMBBMI7_TMB = 4.3 = Build date: Fri, 13 Sep 2013 14:52:13 +0000 = USA (T-Mobile)
N900TUVUCNB4_N900TTMBCNB4_TMB = 4.4.2 = Build date: Wed, 12 Feb 2014 12:37:28 +0000 = USA (T-Mobile)
N900TUVUDNE6_N900TTMBDNE6_TMB = 4.4.2 = Build date: May, 19 Mon 2014 00:00:00 +0000 = USA (T-Mobile)
N900TUVUDNF1_N900TTMBDNF1_TMB = 4.4.2 = Build date: Tue, 17 Jun 2014 10:18:03 +0000 = USA (T-Mobile)
N900TUVUDNF4_N900TTMBDNF4_TMB = 4.4.2 = Build date: Sat, 19 Jul 2014 02:55:32 +0000 = USA (T-Mobile)
N900TUVUDNF9_N900TTMBDNF9_TMB = 4.4.2 = Build date: Fri, 22 Aug 2014 10:12:58 +0000 = USA (T-Mobile)
N900TUVUENK3_N900TTMBENK3_TMB = 4.4.2 = Build date: Wed, 12 Nov 2014 10:39:39 +0000 = USA (T-Mobile)
N900TUVUFOB6_N900TTMBFOB6_TMB = 5.0.1 = Build date Mon, 23 Feb 2015 08:51:36 +0000 = USA (T-Mobile)
N900TUVUFOL1_N900TTMBFOL1_TMB = 5.0.1 = Build date Sat, 05 Dec 2015 10:46:19 +0000 = USA (T-Mobile)
N900TUVSFPH3_N900TTMBFPH3_TMB = 5.0.1 = Build date Fri, 26 Aug 2016 12:38:40 +0000 = USA (T-Mobile)
N900TUVSFPL1_N900TTMBFPL1_TMB = 5.0.1 = Build date Mon, 12 Dec 2016 04:44:56 +0000 = USA (T-Mobile) = NEWEST UPLOADED FIRMWARE
**********
N9005XXUEND3_N9005OLBENC3-XME = 4.4.2 = Build date: Mon, 14 Apr 2014 08:38:48 +0000 = Malaysia
N9005XXUEND5_N9005NEEEND1_NEE = 4.4.2 = Build date: Thu, 17 Apr 2014 09:36:47 +0000 = Nordic countries
N9005XXUEND6_N9005OLBEND1_SMA = 4.4.2 = Build date: Thu, 24 Apr 2014 00:00:00 +0000 = Philippines (Smart)
N9005ZHUENE3-20140515145650-TGY = 4.4.2 = Build date: Mon, 12 May 2014 00:00:00 +0000 = Hong Kong
N9005DXUENE3_N9005OLCENE4_SIN = 4.4.2 = Build date: Tues, 13 May 2014 00:00:00 +0000 = Singapore - (singtel)
N9005ZTUENE2_N9005ZZTENE2_BRI = 4.4.2 = Build date: Mon, 19 Mon 2014 00:00:00 +0000 = Taiwan
N9005DXUENE4_N9005OLCENE5_SIN = 4.4.2 = Build date: Tues, 20 May 2014 00:00:00 +0000 = Singapore
N9005XXUENE2_N9005MEOENE1_MEO = 4.4.2 = Build date: Fri, 23 May 2014 06:39:11 +0000 = Portugal
N9005ZHUENE6_N9005ZZHENE6_TGY = 4.4.2 = Build date: Tues, 27 May 2014 00:00:00 +0000 = Hong Kong
N9005XXUENE3_N9005MGFENE2_MGF = 4.4.2 = Build date: Wed, 28 May 2014 08:59:36 +0000 = Russia (MegaFon)
N9005ZHUENF1_N9005ZZHENF1_TGY = 4.4.2 = Build date: Thu, 05 Jun 2014 12:29:04 +0000 = Hong Kong
N9005DXUENF3_N9005OLCENF2_SIN = 4.4.2 = Build date Wed, 25 Jun 2014 124211 +0000 = Singapore (SingTel)
N9005XXUFNF4_N9005OXAFNF4_BTU = 4.4.2 = Build date: Wed, 25 Jun 2014 12:15:26 +0000 = United Kingdom
N9005XXUFNF4_N9005OLBFNG1_SMA = 4.4.2 = Build date: Wed, 25 Jun 2014 12:15:26 +0000 = Philippines (Smart)
N9005XXUFNG2_N9005OXXFNG2_SEE = 4.4.2 = Build date: Tue, 08 Jul 2014 15:16:09 +0000 = South East Europe
N9005DXUFNG2_N9005OLCFNG1-XSP = 4.4.2 = Build date: Thu, 24 Jul 2014 10:35:58 +0000 = Singapore
N9005VJUFNG3_N9005UUBFNG2_CHO = 4.4.2 = Build date: Fri, 25 Jul 2014 12:00:32 +0000 = Chile
N9005XXUGNG1_N9005OXAGNG1_BTU = 4.4.2 = Build date Thu, 28 July 2014 000000 +0000 = United Kingdom
N9005XXUGNG1_N9005OJVGNH1_XSI = 4.4.2 = Build date: Mon, 28 Jul 2014 12:56:29 +0000 = United Arab Emirates
N9005ZHUENH4_N9005ZZHENH4_TGY = 4.4.2 = Build date: Tue, 19 Aug 2014 15:46:34 +0000 = Hong Kong
N9005DXUGNH1_N9005OLCGNH1_XSP = 4.4.2 = Build date: Tue, 12 Aug 2014 02:28:16 +0000 = Singapore
N9005XXUGNI4_N9005AUTGNJ1_AUT = 4.4.2 = Build date: Mon, 29 Sep 2014 06:43:19 +0000 = Switzerland
N9005XXUGNI4_N9005TMZGNI1_TMZ = 4.4.2 = Build date: Mon, 29 Sep 2014 06:43:19 +0000 = Czech Republic (T-Mobile)
**********
N900W8VLUCNB7_N900W8OYACNB7_BMC = 4.4.2 = Build date: Thu, 27 Feb 2014 08:12:49 +0000 = Canada (Bell Mobile)
N900W8UBUCNC1_N900W8UUBCNE1_TTT = 4.4.2 = Build date: Wed, 05 Mar 2014 06:14:01 +0000 = Trinidad and Tobago
N900W8VLUCNI1_N900W8OYACNI1_VTR = 4.4.2 = Build date: Mon, 01 Sep 2014 10:22:24 +0000 = Canada (Videotron)
N900W8UBUCNJ1_N900W8UUBCNJ2_TPA = 4.4.2 = Build date: Fri, 03 Oct 2014 20:16:03 +0000 = Panama
**********
N9000QXXUENG4_N9000QTURENG3_TUR = 4.4.2 = Build date: Thu, 21 July 2014 00:00:00 +0000 = Turkey (La Fleur)
**************************************************
**************************************************
Xposed - ROM modding without modifying APKs=http://forum.xda-developers.com/xposed/framework-xposed-rom-modding-modifying-t1574401
Wanam Xposed | Customize your Stock Samsung Roms=http://forum.xda-developers.com/xposed/modules/app-wanam-xposed-customize-stock-t2383484
**************************************************
What I do 1st is make a copy of the rom, then
remove most of the files you don't want, or that you can get from the Play Store from the rom itself (rom name.zip), \system\apps and \system\priv-app
then restore the newest updated files from your \data\apps folder with Titanium Backup free or (PRO) or MyBackup Root free or (Pro) versions.
**************************************************
03-20-15 Uploaded - N900TUVUFOB6_hltetmo_Stock_NotRooted_NoKnox-TetheringMOD.zip
**************************************************
N900TUVUCNB4_hltetmo_Stock_Odex_Not_Rooted_NoKnox-TetheringMOD.zip - Download Link
N900TUVUDNE6_hltetmo_Stock_Odex_Not_Rooted_NoKnox-TetheringMOD.zip - Download Link
N900TUVUDNF1-hltetmo_Stock_Odex_Not_Rooted_NoKnox-TetheringMOD.zip - Download Link
N900TUVUDNF4-hltetmo_Stock_Odex_Not_Rooted_NoKnox-TetheringMOD.zip - Download Link
N900TUVUDNF9-hltetmo_Stock_Odex_Not_Rooted_NoKnox-TetheringMOD.zip - Download Link
N900TUVUFOB6_hltetmo_Stock_Odex_Not_Rooted_NoKnox-TetheringMOD.zip Download Link
N900TUVUFOL1_hltetmo_Stock_Odex_Not_Rooted_NoKnox-TetheringMOD.zip Download Link = NEWEST UPLOADED ROM
**************************************************
in APN settings, select T-Mobile Tethering as default and change the following...
APN = epc.tmobile.com
MMSC= http://mms.msg.eng.t-mobile.com/mms/wapenc
Multimedia Message Port = 80 = for problems sending mms over wifi
MCC = 310
MNC = 260
APN type= default,admin,supl,mms,dun(this will make it default APN)
APN protocol = IPv4
APN roaming protocol = IPv4
Then restart phone, or turn off mobile data, and then turn mobile data back on, or turn on airplane mode, and then turn off airplane mode.
**************************************************
FOR THE TETHERING = I use WIFI TETHER ROUTER....
**************************************************
Don't mean to be rude... But somebody already posted the stock roms...
Sent from my SM-G900T using Tapatalk
The OP said they made these ROMS for their personal use, so I'm assuming they are custom & the 1st post hasn't been typed properly. OP can you post screenshots of the ROM & include more details of what you've changed please?
marcoxx626 said:
Don't mean to be rude... But somebody already posted the stock roms...
Sent from my SM-G900T using Tapatalk
Click to expand...
Click to collapse
These are Stock Not Rooted, so someone can do whatever they want and use whatever SU they want for root,
and I keep the Firmwares and other related files all in one Place.
That is all I am trying to do, and when there are other releases they will be easier to retrieve for the future, and I don't have to keep making other threads, they will all in this same location.
ronj1986 said:
The OP said they made these ROMS for their personal use, so I'm assuming they are custom & the 1st post hasn't been typed properly. OP can you post screenshots of the ROM & include more details of what you've changed please?
Click to expand...
Click to collapse
Personal use, completely STOCK ODEX, Not altered ROMS, anyone can download any MODS and do whatever they want,
I'm working on the UNRESTICTED TETHERING for the Stock ROM Not Rooted.
edit:
Just did a speed test on the TETHERING
69 ms Latency
21.47 Mbps download
7.10 Mbps upload
my usasge from T-Mobile = UNLIMITED DATA 61gb for the month of April 2014
Thanks jonman364.... for sharing the modified file... and explaining how to do it.. to decompile and recompile.
everything is working.... Just wanna test a bit more for a few day, then I will post, the new Stock Not Rooted - with Tethering Fix.
edit: I got the file working on my own... I decompiled and recompiled the file, working ok..
I see about 32 downloads,,, can I get some feedback, It has been working for me, I have over 51gb so far on the tethering mod,
Just a plain Stock Odex Rom, with only one file altered, the tethering mod, :laugh:
Can I get some thanks from people that this rom is working... :good:
edit 04/29/2014 - yesterday on my tethering rom, I hit 61gb of downloading and uploading through my computer and tablets...
just to let you know that was my first full month with my rom..
Just want to let you peeps know, the Hong Kong Build - N9005ZHUENE3 = 4.4.2 = Build date: Mon, 12 May 2014 00:00:00 +0000 =
just about everything works on its own, I did not have to modify anything, this is an awesome build.
Tethering works out the box, on its own..
MMS is set to higher than other Internation roms, you can send 2 pictures without problems,
wifi and just about all the other settings work just fine.
THE ONLY FUNCTION THAT DID NOT WORK, THAT I HAVE NOTICED WAS NFC. if anyone finds and easy fix, let me know, I have noticed in an another rom, someone just put all the NFC files and libs from another working build, maybe someone can attach a flashable zip...
Please let me know, I would like to use that.. (for myself that is, I try to leave all these roms in this thread Stock Not Rooted...
edit: for the tethering = I use HOTSPOT TOGGLE WIDGET from the Play Store, its free, works for me....
mdiaz33685 said:
Just want to let you peeps know, the Hong Kong Build - N9005ZHUENE3 = 4.4.2 = Build date: Mon, 12 May 2014 00:00:00 +0000 =
just about everything works on its own, I did not have to modify anything, this is an awesome build.
Tethering works out the box, on its own..
MMS is set to higher than other Internation roms, you can send 2 pictures without problems,
wifi and just about all the other settings work just fine.
THE ONLY FUNCTION THAT DID NOT WORK, THAT I HAVE NOTICED WAS NFC. if anyone finds and easy fix, let me know, I have noticed in an another rom, someone just put all the NFC files and libs from another working build, maybe someone can attach a flashable zip...
Please let me know, I would like to use that.. (for myself that is, I try to leave all these roms in this thread Stock Not Rooted...
edit: for the tethering = I use HOTSPOT TOGGLE WIDGET from the Play Store, its free, works for me....
Click to expand...
Click to collapse
I done a few edits to the build.prop and it show the 4g lte without any issues for 3 days now, it show device as N900T
Sent from my SM-N900T using XDA Premium 4 mobile app
are this all compatible with our device tmobile note 3, just want to make sure before i get to flash excited
iamolu said:
are this all compatible with our device tmobile note 3, just want to make sure before i get to flash excited
Click to expand...
Click to collapse
I have been using this for since the 17th, 3 days now, no issues. none at all..
except I can not get NFC to work, I tried a different kernel -compulsion from Jovy23 and the NFC and WIFI fix but it didn't work, waiting to see if someone else post a fix for that issue.. I don't use NFC, so don't really care..
the mms-picture messages are set lower than 1000k, but I can send 2 pics not like other internation roms, where you can send only 1 pic. and its black themed, also the dialer is black themed.- International Roms are setup better, well better for my liking..
Its just plain stock rom,
the version of the screen shot, is not the one hosted at the site, I edited the build.prop and changed the "N9005" to "N900T" and then changed whatever said "hltezh" to "hltetmo" so this way the 4g lte represent correctly.
make a backup and give it a try.
edit: also the tethering works great, I also mean the restricted tethering... :laugh:
edit: also change the CSCVersion.txt to represent N900T; REMEMBER TO USE notepad ++ for editing and 7zip to put back in, (but I have been using WinRAR also works) but 7zip is recommended.
mdiaz33685 said:
I have been using this for since the 17th, 3 days now, no issues. none at all..
except I can not get NFC to work, I tried a different kernel -compulsion from Jovy23 and the NFC and WIFI fix but it didn't work, waiting to see if someone else post a fix for that issue.. I don't use NFC, so don't really care..
the mms-picture messages are set lower than 1000k, but I can send 2 pics not like other internation roms, where you can send only 1 pic. and its black themed, also the dialer is black themed.- International Roms are setup better, well better for my liking..
Its just plain stock rom,
the version of the screen shot, is not the one hosted at the site, I edited the build.prop and changed the "N9005" to "N900T" and then changed whatever said "hltezh" to "hltetmo" so this way the 4g lte represent correctly.
make a backup and give it a try.
edit: also the tethering works great, I also mean the restricted tethering... :laugh:
Click to expand...
Click to collapse
so NFC not working on any of the int'l firmware or just NE3....is NFC working on ND6 firmware
iamolu said:
so NFC not working on any of the int'l firmware or just NE3....is NFC working on ND6 firmware
Click to expand...
Click to collapse
not on any of the Stock Roms, unless you get it from one of the other developers, some of them get them working. they copy all the nfc files and lib files, I tried on this rom for myself, but did not get it working yet.
edit: they do work, if that is ur correct phone model, I have the N900T, so they do not work for me, u need to have the correct phone model for NFC to work, if you install another kernel, the NFC icon will turn on, but you will not get the NFC icon on your status bar, and it will not send the picture to the other phone.
Im uploading the firmware N900TUVUDNE6 for the 2nd time, it says completed, but its stuck at 100%, and says uploaded, but I still don't see it there,
so all this time, I have made my Stock Odex Rom with Modem, No Root, that means it completely STOCK, NOTHING DONE TO IT, but It doesn't flash the modem cause our bootloader is locked.
So this means it works on the older bootloader NB4, I haven't flashed the firmware N900TUVUDNE6 and everything is great with it..
Edit: everything is working NFC and all other functions of the rom, without the firmware N900TUVUDNE6 being update, still on NB4 baseband...
also no need to flash a kernel to make the rom boot, this new version of the ROM are booting just fine... on the NB4 Bootloader... but I can not get root... hmmmm
finished uploading Firmware and my Stock Odex Rom...
Finish using Odin and firmware to NE6, still having issues getting root access..
downloading cf autoroot... not sure which one is newer, downloading for N900T and N9005
then installed twrp2701
What is the difference between the two NE6 versions?
stevetrooper said:
What is the difference between the two NE6 versions?
Click to expand...
Click to collapse
This NE6 version is for USA T-Mobile N900T phones,,, our phones that we use, its the newest firmware that just came out yesterday.:good:
mdiaz33685 said:
This NE6 version is for USA T-Mobile N900T phones,,, our phones that we use, its the newest firmware that just came out yesterday.:good:
Click to expand...
Click to collapse
I downloaded the NE6 titled: N900TUVUDNE6_hltetmo_Stock_Odex_NotRooted-WithModem-WithKnox.zip
When I tried to flash in TWRP 2.7.0.0, it failed saying could not mount usbstorage. Any ideas?
stevetrooper said:
I downloaded the NE6 titled: N900TUVUDNE6_hltetmo_Stock_Odex_NotRooted-WithModem-WithKnox.zip
When I tried to flash in TWRP 2.7.0.0, it failed saying could not mount usbstorage. Any ideas?
Click to expand...
Click to collapse
If you were on the old bootloader, 4.3 = I do remember we had to format the sd card... what I did what copy everything to the external or computer and in recovery in recovery format or wipe the sdcard ( the internal ), also there is a flashable ext card fix, flashable posted through one of the other developers threads...
I didn't have no problems with anything... also read the OP 2nd post at the bottom, so that the Firmware - Baseband - Modem can be flashed easily.. I copied everything from internal and external to my computer, just in case..
I have everything uploaded, triangle away v3.26Odin v3.09, the new firmware N900TUVUDNE6, TWRP 2701, the autoroot chainfire,
I didn't have that error, but that error first came to me and others when we update bootloader from 4.3 to 4.4.2
edit: when I was on NB4, I actually had the rom working without issues with the new rom NE6..
1st = I am not a Programmer, not a Developer, nor a Modder... I just love my ANDROID DEVICE's... these roms will not get updated, they are STOCK ODEX Rom's not ALTERED except for renaming the KNOX files by adding the extension .ori so they would not run, I did not delete any files from these ROM's.
2nd = How to install the rom, JUST go to RECOVERY, ( I use TWRP RECOVERY ), Always make a backup 1st.. These Roms don't wipe ur Data, so if you don't wipe Data you might have some issues, - that being said - wipe SYSTEM, DATA, CACHE, DALVIK CACHE 3 times, then flash the rom, SIT BACK and wait a few minutes, THEN ENJOY...
3rd = Don't hold me responsible, if your phone blows up, or for whatever other damages u do to ur phone, flash at your own risk...
**************************************************
I made these Rom's for my personal use, and thought I would share for others that want STOCK ODEX Rom's, these Rom's are not rooted.
If you want the ROM rooted, goto Chainfire and download the newest SU available, after flashing the ROM, flash SU, reboot the phone, goto the Playstore and then install BusyBox, from Steriscon.
**************************************************
before posting theses Rom's I test them out, so they have no issues or problems...
Anyone can use these ROM's as a base for there own, all I ask is - if you share any of these ROM's, give proper credit to me, mdiaz33685...
Please Don't forget to hit the THANK'S Button...
**************************************************
SPECIAL THANKS TO....
Samsung
T-Mobile
XDA for teaching and hosting threads... and all the inspiring chefs...
dsixda's Android Kitchen = without this couldn't cook any roms... (OUTDATED)
Chainfire's SuperSU
jovy23 = thanks for his tutorials, kernals and MORE... :good:
SuperR's Kitchen - for his new amazing Kitchen 2017
**************************************************
Firmwares
DOWNLOAD Link for Stock ODEX Rom's and Firmware's - Link to androidfilehost site
**************************************************
hltetmo_Stock_Odex_NotRooted_With Knox = MEAN'S aboutly nothing done, FULL ROM, nothing renamed, nothing removed...
**************************************************
for example these files are in RAR format... N910T-files-modem.bin-boot.img-recovery.img.rar - ( which includes modem.bin + NON-HLOS.bin + boot.img + recovery.img )
**************************************************
**************************************************
Instructions
•Extract (unzip) the firmware file Instructions
Extract (unzip) the firmware file
Download Odin v3.12.7
Extract Odin ZIP file
Open Odin v3.12.7
Reboot Phone in Download Mode (press and hold Home + Power + Volume Down buttons)
Connect phone and wait until you get a blue sign in Odin
Add the firmware file to AP / PDA
Make sure re-partition is NOT ticked
Click the start button, sit back and wait few minutes
**************************************************
N910T
N910TUVU1ANIH_N910TTMB1ANIH_TMB = v4.4.4 = Build date: Tue, 23 Sep 2014 11:05:52 +0000
N910TUVU1ANJ7_N910TTMB1ANJ7_TMB = v4.4.4 = Build date: Fri, 10 Oct 2014 11:20:19 +0000
N910TUVU1ANK4_N910TTMB1ANK4_TMB = v4.4.4 = Build date: Thu, 13 Nov 2014 08:59:11 +0000
N910TUVU1COD6_N910TTMB1COD6_TMB = v5.0.1 = Build date Tue, 21 Apr 2015 02:52:54 +0000
N910TUVU1COG2_N910TTMB1COG2_TMB = v5.0.1 = Build date Mon, 03 Aug 2015 06:37:17 +0000
N910TUVU2DOK2_N910TTMB2DOK2_TMB = v5.1.1 = Build date Mon, 09 Nov 2015 13:04:39 +0000
N910TUVU2EPE3_N910TTMB2EPE3_TMB = v6.0.1 = Build date Fri, 13 May 2016 12:29:19 +0000
N910TUVS2EPG2_N910TTMB2EPG2_TMB = v6.0.1 = Build date Thu, 07 Jul 2016 13:33:23 +0000
N910TUVU2EPJ2_N910TTMB2EPJ2_TMB = v6.0.1 = Build date Wed, 12 Oct 2016 06:15:45 +0000
N910TUVS2EPK2_N910TTMB2EPK2_TMB = v6.0.1 = Build date Thu, 17 Nov 2016 05:32:24 +0000
N910TUVS2EQB1_N910TTMB2EQB1_TMB = v6.0.1 = Build date Tue, 07 Feb 2017 04:39:11 +0000
N910TUVU2EQC1_N910TTMB2EQC1_TMB = v6.0.1 = Build date Thu, 23 Mar 2017 09:28:57 +0000
N910TUVS2EQE2_N910TTMB2EQE2_TMB = v6.0.1 = Build date Fri, 12 May 2017 08:45:07 +0000 =
N910TUVS2EQG1_N910TTMB2EQG1_TMB = v6.0.1 = Build date Mon, 10 Jul 2017 10:39:35 +0000 = NEWEST FIRMWARE
-----
Extract (unzip) the firmware file
Download Odin v3.11.1
Extract Odin ZIP file
Open Odin v3.11.1
Reboot Phone in Download Mode (press and hold Home + Power + Volume Down buttons)
Connect phone and wait until you get a blue sign in Odin
Add the firmware file to AP / PDA
Make sure re-partition is NOT ticked
Click the start button, sit back and wait few minutes
-----
N910W8
N910W8VLU1BOC4_N910W8OYA1BOC4_VTR = v5.0.1 = Build date Thu, 12 Mar 2015 11:06:41 +0000
**************************************************
What I do 1st is make a copy of the rom, then
remove most of the files you don't want, or that you can get from the Play Store from the rom itself (rom name.zip), \system\apps and \system\priv-app
then restore the newest updated files from your \data\apps folder with Titanium Backup free or (PRO) or MyBackup Root free or (Pro) versions.
**************************************************
Tethering Information
**************************************************
DOWNLOAD Link for Stock ODEX Rom's and Firmware's - Link to androidfilehost site
**************************************************
N910TUVU1ANIH-trltetmo-Stock_Odex_Not_Rooted_NoKnox-TetherMod.zip
N910TUVU1ANJ7-trltetmo-Stock_Odex_Not_Rooted_NoKnox-TetherMod.zip
N910TUVU1ANK4-trltetmo-Stock_Odex_Not_Rooted_NoKnox-TetherMod.zip
N910TUVU1COG2_trltetmo_Stock_Odex_Not_Rooted_WithKnox-TetherMod.zip
N910TUVU2DOK2_trltetmo-Stock_Odex_Not_Rooted_NoKnox-TetherMod.zip = NEWEST UPLOADED ROM
**************************************************
in APN settings, select T-Mobile Tethering as default and change the following...
APN = epc.tmobile.com
MMSC= http://mms.msg.eng.t-mobile.com/mms/wapenc
Multimedia Message Port = 80 = for problems sending mms over wifi
MCC = 310
MNC = 260
APN type= default,admin,supl,mms,dun (this will make it default APN)
APN protocol = IPv4
APN roaming protocol = IPv4
Then restart phone, or turn off mobile data, and then turn mobile data back on, or turn on airplane mode, and then turn off airplane mode.
**************************************************
FOR THE TETHERING = I use WIFI TETHER ROUTER....
**************************************************
one more...
What does it mean to say "these Rom's are not rooted," when you recommend installation in TWRP recovery?
[ROM's] [Stock ODEX] and [Firmwares] [SM-N910T] 10-29-2014
RebDovid said:
What does it mean to say "these Rom's are not rooted," when you recommend installation in TWRP recovery?
Click to expand...
Click to collapse
I hope the recovery file in /etc was removed or it will mean restoring to stock, do not pass go. Typically, it means it doesn't include the su binary and a whitelist app.
RebDovid said:
What does it mean to say "these Rom's are not rooted," when you recommend installation in TWRP recovery?
Click to expand...
Click to collapse
twistedumbrella said:
I hope the recovery file in /etc was removed or it will mean restoring to stock, do not pass go. Typically, it means it doesn't include the su binary and a whitelist app.
Click to expand...
Click to collapse
I did not root the rom's, they are STOCK ODEX ROM's... I only uploaded the With Knox rom, absolutely nothing done to it, flash in TWRP,
I have not had the chance to fix the other roms, one With No Knox, then another with Tethering Fix,
just got home, and need to get up at 4am, I will try to get a chance to fix the other 2 versions for 2morrow night.
to root the rom, install SU from Chainfire then Install Busybox from stericson.
What does full firmware flash wipe?
aryehzev said:
What does full firmware flash wipe?
Click to expand...
Click to collapse
the full firmware doesn't wipe anything....
I did the stock odex roms for 2 days, I did test them out, they are working, but ran into the fingerprint scanner issue....
but just got back from the tmobile with a brand new black note 4.. im not gonna root for right now... this fingerprint scanner issue needs to be addressed better. I want the fingerprint scanner working, that is one of the reasons I changed to the Note 4...
I will upload the roms later tonight.
Rooted my phone 2 days ago, and using my stock odex rom with tether mod, it working great with no problems... fingerprint scanner is working fine also, I deleted any stored fingerprints when testing other roms.. works without issues.
Model: SM-N910T
Model name: GALAXY Note 4
Country: USA (T-Mobile)
Version: Android 4.4.4
Changelist: 2796035
Build date: Thu, 13 Nov 2014 08:59:11 +0000
Product Code: TMB
PDA: N910TUVU1ANK4
CSC: N910TTMB1ANK4
mdiaz33685 said:
Model: SM-N910T
Model name: GALAXY Note 4
Country: USA (T-Mobile)
Version: Android 4.4.4
Changelist: 2796035
Build date: Thu, 13 Nov 2014 08:59:11 +0000
Product Code: TMB
PDA: N910TUVU1ANK4
CSC: N910TTMB1ANK4
Click to expand...
Click to collapse
@mdiaz33685 I don't see nk4 firmware in note 4 folder
iamolu said:
@mdiaz33685 I don't see nk4 firmware in note 4 folder
Click to expand...
Click to collapse
Me too it was not there, I can not find it!
Im uploading all the files via ftp, once they are uploaded I will transfer them to the folder..
iamolu said:
@mdiaz33685 I don't see nk4 firmware in note 4 folder
Click to expand...
Click to collapse
sunnyo_ola said:
Me too it was not there, I can not find it!
Click to expand...
Click to collapse
im uploading the files... give me some time, also uploading for the Note 3...
mdiaz33685 said:
im uploading the files... give me some time, also uploading for the Note 3...
Click to expand...
Click to collapse
OK thanks!
nk4 corrupt
The nk4 firmware file is corrupt i tried 7zip and winrar.
N910TUVU1ANK4-trltetmo-Stock_Odex_Not_Rooted_NoKnox-TetherMod.zip I do see this version download? ?
Sent from my SM-N910T using XDA Premium 4 mobile app
Nit3H8wk said:
The nk4 firmware file is corrupt i tried 7zip and winrar.
Click to expand...
Click to collapse
I have the same problem. And ODIN will not allow the flash to go through.
SamMobile.com has NK4 though. The website requires a login (free, no SPAM). I recommend it because they always have Samsung firmwares.
http://www.sammobile.com/firmwares/download/39224/N910TUVU1ANK4_N910TTMB1ANK4_TMB.zip/
---------- Post added at 12:42 PM ---------- Previous post was at 12:41 PM ----------
Download speed sucks compared to androidhosting though.
Nit3H8wk said:
The nk4 firmware file is corrupt i tried 7zip and winrar.
Click to expand...
Click to collapse
CZ Eddie said:
I have the same problem. And ODIN will not allow the flash to go through.
SamMobile.com has NK4 though. The website requires a login (free, no SPAM). I recommend it because they always have Samsung firmwares.
http://www.sammobile.com/firmwares/download/39224/N910TUVU1ANK4_N910TTMB1ANK4_TMB.zip/
---------- Post added at 12:42 PM ---------- Previous post was at 12:41 PM ----------
Download speed sucks compared to androidhosting though.
Click to expand...
Click to collapse
I downloaded it on my phone, all the roms, I was able to extract them, Even the firmwares with no issues.
I always check them after uploading,
I'll check after work, get out soon, when I get home.
Btw did u try to download again to check.
yep.. I downloaded it at home, file is broken... and am uploading file again...