[DEV] Jellybean Rom Porting Package - Update 10/20! - T-Mobile Samsung Galaxy Note

Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package

speedysilwady said:
Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
Click to expand...
Click to collapse
ok so I am having a problem. I downloaded PA 2.23 and went to install and i got a fail message. I use twrp so i installed a i1717 twrp and then it let me install PA 2.23. I installed the porting package and then wiped cache and delvik and rebooted phone. After the restart the bottom lights up but just stays lit up. Nothing else happened for 20 minutes. I wiped everything, used darkside to wipe phone. What am i doing wrong? Thanks

randyv2003 said:
ok so I am having a problem. I downloaded PA 2.23 and went to install and i got a fail message. I use twrp so i installed a i1717 twrp and then it let me install PA 2.23. I installed the porting package and then wiped cache and delvik and rebooted phone. After the restart the bottom lights up but just stays lit up. Nothing else happened for 20 minutes. I wiped everything, used darkside to wipe phone. What am i doing wrong? Thanks
Click to expand...
Click to collapse
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.

speedysilwady said:
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
Click to expand...
Click to collapse
yeah that seems easy enough. lol, i dont know how i got to this point so maybe i will wait for when Jamie releases the next version for us on Tmobile. Thanks for your help, i am going to try it on other JB roms later.

The vibration problem and wifi problem are from not I corporating the kernel modules into the ROM. What you are looking for is dhd.ko and vibtator.ko.
Sent from my SGH-T989 using xda app-developers app

speedysilwady said:
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
Click to expand...
Click to collapse
Trying this now thanks! (first attempt failed)
---------- Post added at 10:49 PM ---------- Previous post was at 10:48 PM ----------
ptmr3 said:
The vibration problem and wifi problem are from not I corporating the kernel modules into the ROM. What you are looking for is dhd.ko and vibtator.ko.
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Thanks! Going to try my hand at modifying now.... :cyclops:
---------- Post added at 11:05 PM ---------- Previous post was at 10:49 PM ----------
speedysilwady said:
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
Click to expand...
Click to collapse
Removed as much of the updater-script that seemed logical but still getting error, Failed. Going to try to modify the updater-script again. Am I possibly removing too much? What about just overwriting the i7i7 with T879?
---------- Post added at 11:16 PM ---------- Previous post was at 11:05 PM ----------
ptmr3 said:
The vibration problem and wifi problem are from not I corporating the kernel modules into the ROM. What you are looking for is dhd.ko and vibtator.ko.
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Where does one incorporate the kernel modules into the ROM? the dhd.ko and the vibrator.ko. From where do we get them? Are they oncorporated into the port.zip he made?
Trying my hardest NOT to brick ANOTHER phone :cyclops:
---------- Post added at 11:18 PM ---------- Previous post was at 11:16 PM ----------
speedysilwady said:
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
Click to expand...
Click to collapse
Tried deleting lines, tried overwriting the i717 with T879, nothing.....
---------- Post added at 11:27 PM ---------- Previous post was at 11:18 PM ----------
speedysilwady said:
Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
Click to expand...
Click to collapse
We are talking about flashing an i717 ROM to a T879 correct?
---------- Post added 1st March 2013 at 12:03 AM ---------- Previous post was 28th February 2013 at 11:27 PM ----------
rekamyenom said:
Trying this now thanks! (first attempt failed)
---------- Post added at 10:49 PM ---------- Previous post was at 10:48 PM ----------
Thanks! Going to try my hand at modifying now.... :cyclops:
---------- Post added at 11:05 PM ---------- Previous post was at 10:49 PM ----------
Removed as much of the updater-script that seemed logical but still getting error, Failed. Going to try to modify the updater-script again. Am I possibly removing too much? What about just overwriting the i7i7 with T879?
---------- Post added at 11:16 PM ---------- Previous post was at 11:05 PM ----------
Where does one incorporate the kernel modules into the ROM? the dhd.ko and the vibrator.ko. From where do we get them? Are they oncorporated into the port.zip he made?
Trying my hardest NOT to brick ANOTHER phone :cyclops:
---------- Post added at 11:18 PM ---------- Previous post was at 11:16 PM ----------
Tried deleting lines, tried overwriting the i717 with T879, nothing.....
---------- Post added at 11:27 PM ---------- Previous post was at 11:18 PM ----------
We are talking about flashing an i717 ROM to a T879 correct?
Click to expand...
Click to collapse
I got the ROM to write. Flashed the Port zip. Flashed ICS Blaze Modem. Wiped cache and Dalvik, Fixed permissions. Then Nothing. Gets to Samsung Screen with progression bar that goes all the way then nothing.
---------- Post added at 12:05 AM ---------- Previous post was at 12:03 AM ----------
Gonna Try it again. FYI trying to write AoCP 4.2.2
---------- Post added at 12:12 AM ---------- Previous post was at 12:05 AM ----------
No luck for me...........
---------- Post added at 12:30 AM ---------- Previous post was at 12:12 AM ----------
speedysilwady said:
Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
Click to expand...
Click to collapse
Frustrating.... I think I give up. I must be trying to flash the ROMS that Absolutelt can not be flashed to the T879. Gonna give it a break before I brick this phone....
Sad Day

speedysilwady said:
Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
Click to expand...
Click to collapse
You gotta tell me what I am doing wrong... This does not work for me at all.

+1 too.
Every roms for T-717, tried to flashing on t-879.
Everything working but Wifi.
I tried so many roms. .still problem with wifi.
Anybody had been flashing the rom sucessfully?
Thanks
Sent from my SGH-T879 using xda premium

Related

[ROM] NottachTrix4G Deblured

[ROM] NottachTrix4G Deblured
I just took the ROM NottachTrix4G, tweaked it a little more, improved the busybox, improved gps lock and deblured it a little, I'm sharing it just in case someone needs a stock rom deblured and tweaked. its a zip flashable made with ROM factory (thanks to schwarzlichtkind)
It comes with faux 1.45 kernel but any GINGERBREAD (2.3.4/5/6) Kernel 2.6.32.59 can be used
Download
Mirror
Just flash by recovery, full wipe is recommended if want to preserve data wipe dalvik and fix permissions
Couldn't get it to boot
Had trouble getting it to boot (with and without a data wipe). Wouldn't even make it to the boot animation.
Have you tried to use ROM factory to create a zip? It preserves nearly everything except personal data. I would like to try to it out, but don't like to change my recovery...
Sent from my MB860 using Tapatalk
brh0003 said:
Had trouble getting it to boot (with and without a data wipe). Wouldn't even make it to the boot animation.
Click to expand...
Click to collapse
Try flashing this kernel att stock 1ghz kernel
schwarzlichtkind said:
Have you tried to use ROM factory to create a zip? It preserves nearly everything except personal data. I would like to try to it out, but don't like to change my recovery...
Sent from my MB860 using Tapatalk
Click to expand...
Click to collapse
I'm downloading it right now, will test it thx
Always a pleasure. Afaik ROM factory only has(had?) problems with supercharging - it's a damn good tool for the not so experienced cooker/modder.
If you succeed in creating a proper flashable zip, I'll definitely going to try this one out. I'm on maxBLUR v5 right now but I hate the fact that it has no native German language support. No German keyboard layout sucks...
Sent from my MB860 using Tapatalk
please use ROM Factory.
this method will cause errors alot.
ROM factory done
ROM factory version done
Does this work with webtop?
jeffreygtab said:
Does this work with webtop?
Click to expand...
Click to collapse
Yes, it does
Any other link. I cant' download from putlocker.
---------- Post added at 06:34 AM ---------- Previous post was at 05:37 AM ----------
Can't install with TWRP. Can anyone show me how to install it?
linhnd said:
Any other link. I cant' download from putlocker.
---------- Post added at 06:34 AM ---------- Previous post was at 05:37 AM ----------
Can't install with TWRP. Can anyone show me how to install it?
Click to expand...
Click to collapse
it is a zip flashable just boot to your custom recovery factory wipe and flash from the sd

Bigmem tweak broke on last Tsunami build (5.5)

Escuse me if this isn't the right place, but I didn't knew where to put it since I have no privileges to post in the development forums, still my problem is that since I installed the latest Tsunami build (5.5) I wasn't able to use bigmem (amongst a few other glitches). I tried Devil Kernel utility as well as Semaphore to no avail, it says that it can't write sys/kernel/bigmem folder, I tried to create it manually using some file managers but without luck.
I'm quite stuck at it, perhaps some has acknowledge this very same problem and already solved, it would be much apreciated since my Samsung really need all the RAM it can get its hands off!
Maybe bigmem libs
vertigoz said:
Escuse me if this isn't the right place, but I didn't knew where to put it since I have no privileges to post in the development forums, still my problem is that since I installed the latest Tsunami build (5.5) I wasn't able to use bigmem (amongst a few other glitches). I tried Devil Kernel utility as well as Semaphore to no avail, it says that it can't write sys/kernel/bigmem folder, I tried to create it manually using some file managers but without luck.
I'm quite stuck at it, perhaps some has acknowledge this very same problem and already solved, it would be much apreciated since my Samsung really need all the RAM it can get its hands off!
Click to expand...
Click to collapse
with semaphore s version you have to aply patch
http://forum.xda-developers.com/showthread.php?p=30725734
---------- Post added at 01:28 PM ---------- Previous post was at 01:23 PM ----------
JB_BigMem_26-aug-12.zip
http://forum.xda-developers.com/showpost.php?p=30725734&postcount=61
idroj said:
with semaphore s version you have to aply patch
http://forum.xda-developers.com/showthread.php?p=30725734
---------- Post added at 01:28 PM ---------- Previous post was at 01:23 PM ----------
JB_BigMem_26-aug-12.zip
http://forum.xda-developers.com/showpost.php?p=30725734&postcount=61
Click to expand...
Click to collapse
Thanks... It's that with Tsunami 5.2 it worked, so I find it strange this 'downgrade', well a bit of things changed as well. I'll try to see if this solve it.
BTW do you know how to install the patch?
idroj said:
with semaphore s version you have to aply patch
http://forum.xda-developers.com/showthread.php?p=30725734
---------- Post added at 01:28 PM ---------- Previous post was at 01:23 PM ----------
JB_BigMem_26-aug-12.zip
http://forum.xda-developers.com/showpost.php?p=30725734&postcount=61
Click to expand...
Click to collapse
It made it worse, got a black background and my status bar ceased to work
Send a private message to Tsunami developer
I will try a clean flash, and if you change the kernel, mount data and datadata anf fix permissions. If problem persists send a PM to developer.
When i have a question to developer I send PM if I don't find a solution.
vertigoz said:
Escuse me if this isn't the right place, but I didn't knew where to put it since I have no privileges to post in the development forums, still my problem is that since I installed the latest Tsunami build (5.5) I wasn't able to use bigmem (amongst a few other glitches). I tried Devil Kernel utility as well as Semaphore to no avail, it says that it can't write sys/kernel/bigmem folder, I tried to create it manually using some file managers but without luck.
I'm quite stuck at it, perhaps some has acknowledge this very same problem and already solved, it would be much apreciated since my Samsung really need all the RAM it can get its hands off!
Click to expand...
Click to collapse
Hi bro,
try to install SEMAPHORE 3.0.0s... or wait for new TSUNAMI 5.6 ...... I'll realese it today...
Lory
xlory said:
Hi bro,
try to install SEMAPHORE 3.0.0s... or wait for new TSUNAMI 5.6 ...... I'll realese it today...
Lory
Click to expand...
Click to collapse
\o/ )
idroj said:
I will try a clean flash, and if you change the kernel, mount data and datadata anf fix permissions. If problem persists send a PM to developer.
When i have a question to developer I send PM if I don't find a solution.
Click to expand...
Click to collapse
Well, I will probably do it in the future, thanks for the advice.

Confirmed working S4 ROMS on S4A with SafeStrap

I have started this thread to keep track of working S4 ROMS on S4A with SafeStrap.
I would only try 4.2.2 Touchwiz roms due to are kernel limitation!!
You must flash your module MF1,MF2,MF3 zip for the stock rom you are on! Also menu and back keys need to be configured
I have had no luck getting stock camera to work on any S4 rom even with camera patches.
Due to post count I can not provide links yet!
Confirmed Working:
SHOstock-v2.0 and update to v2.3 (Camera not working) Can use Focale or Camera 360
Confirmed Not Working:
Flight 5 (bootloop)
MDOB MF3 v2.5 (Wll not Flash)
If you get an error saying it isn't compatible because you don't have a 9295 or something you can edit the updater script and remove the compatibility check. I say this because I am currently using the MDOB rom and I love it.
Screenshot: https://db.tt/xm1KlRzR
That's great u have it working! I tried to flash ran for 20 min and nothing! Are u running a i537? Please share what steps u took, the main reason I started this thread. Also did u get the camera working?
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
davenger1 said:
That's great u have it working! I tried to flash ran for 20 min and nothing! Are u running a i537? Please share what steps u took, the main reason I started this thread. Also did u get the camera working?
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
Honestly I don't know what it was. I'm running MF1. Hyperdrive used to work for me but not now. After seeing the new one I have to try again lol. Anyway, I just created a rom slot, flashed the MF1 module, flashed the rom, reflashed module, flashed some of the addons from the thread, and it booted right up.
No camera support whatsoever though = /. At least not that I can see lol.
---------- Post added at 03:29 AM ---------- Previous post was at 03:15 AM ----------
Here is what seems to be important about being able to use any particular rom:
1. Comes in a flashable .ZIP format
2. Does NOT require any kind of custom kernel
3. Stock based (4.2.2)
4. Does not automatically install any modem files. (soft bricked a few times trying to flash a rom with a modem)
Other things I've noticed:
These stock based roms will USUALLY work fine if you "Restore Data" after you boot them. That being said, you need to pay attention to whether the rom is odexed or deodexed. I keep a backup of my config in an odex data file and a deodex data file so I can flash either = ).
All roms share the same Download/Music/Video etc folders which is awesome.
Camera almost never works.
I never get init.d support (maybe something I'm doing wrong?)
I will post more info as it comes to mind. (3:30 AM lol)
---------- Post added at 03:34 AM ---------- Previous post was at 03:29 AM ----------
Here is what seems to be important about being able to use any particular rom:
1. Comes in a flashable .ZIP format
2. Does NOT require any kind of custom kernel
3. Stock based (4.2.2)
4. Does not automatically install any modem files. (soft bricked a few times trying to flash a rom with a modem)
Other things I've noticed:
These stock based roms will USUALLY work fine if you "Restore Data" after you boot them. That being said, you need to pay attention to whether the rom is odexed or deodexed. I keep a backup of my config in an odex data file and a deodex data file so I can flash either = ).
All roms share the same Download/Music/Video etc folders which is awesome.
Camera almost never works.
I never get init.d support (maybe something I'm doing wrong?)
I will post more info as it comes to mind. (3:30 AM lol)
There already is a thread for ROMs working with Safestrap http://forum.xda-developers.com/showthread.php?t=2491762
Please post in that one
Thanks
FNM

[Q] Hide AM/PM

I have already hidden the SFinder/QConnect options in the status bar, but how do you hide AM/PM? It's driving me nuts!
How did you hide the sfinder quick connect?
When I get home I'll show you
---------- Post added at 05:27 PM ---------- Previous post was at 04:31 PM ----------
http://forum.xda-developers.com/showthread.php?t=2713812
stu5797 said:
How did you hide the sfinder quick connect?
Click to expand...
Click to collapse
If you aren't comfortable modifying your own apks, I provided a purely-stock systemui with only the sfinder/qconnect bar removed in another thread.
also looking for a way to remove am/pm
Go over to the development section, I posted a deodexed rom and flashable zip with some tweaks, including no ampm
mikeyinid said:
Go over to the development section, I posted a deodexed rom and flashable zip with some tweaks, including no ampm
Click to expand...
Click to collapse
How did you end up deodexing it? I tried doing the S Finder/Quick Connect mod for the Sprint model and using this method to deodex SystemUI but the result didn't work, constant SystemUI FCs even after clearing the dalvik-cache. I think it's been at least a year since I did any smali work so this is the first time I've worked with any Lollipop files.
datajosh said:
How did you end up deodexing it? I tried doing the S Finder/Quick Connect mod for the Sprint model and using this method to deodex SystemUI but the result didn't work, constant SystemUI FCs even after clearing the dalvik-cache. I think it's been at least a year since I did any smali work so this is the first time I've worked with any Lollipop files.
Click to expand...
Click to collapse
I'm with ya man. I'm an AOSP guy myself, smali, baksmali all that are so foreign to me. But, I figured out enough to get it deodexed and do some hacks. Go to this thread I'm linking and read the last few pages, mostly my posts. All the info you need to deodex is there. I would advise you NOT to use that tool to deodex though. Use joeldroids, it leaves the deodexed files in the original folder which makes it 1000x's easier to keep track of.
http://forum.xda-developers.com/gal...x-tool-android-l-t2972025/page18#post60348410
---------- Post added at 12:54 PM ---------- Previous post was at 12:13 PM ----------
@datajosh if you need any help feel free to inbox me
mikeyinid said:
I'm with ya man. I'm an AOSP guy myself, smali, baksmali all that are so foreign to me. But, I figured out enough to get it deodexed and do some hacks. Go to this thread I'm linking and read the last few pages, mostly my posts. All the info you need to deodex is there. I would advise you NOT to use that tool to deodex though. Use joeldroids, it leaves the deodexed files in the original folder which makes it 1000x's easier to keep track of.
http://forum.xda-developers.com/gal...x-tool-android-l-t2972025/page18#post60348410
---------- Post added at 12:54 PM ---------- Previous post was at 12:13 PM ----------
@datajosh if you need any help feel free to inbox me
Click to expand...
Click to collapse
Thanks, hopefully I can work on it some this weekend. I haven't had any luck doing mods so far, tried to mod the camera for 560 dpi too but my recompiled APK wouldn't work there either so I may hit you up later on if I run into any issues.

[ROM][6.0.1]MODest Rom☆Multi-DPI☆Stock-Modded☆CQL1☆(1/26/18)

MODEST ROM​
So, this is my rom. It's basically an all stock rom with some added features that, in my opinion, make for a much better overall experience than true stock. It comes with a custom kernel that is fully upstreamed for all the latest fixes and patches. If you like stock Note 4 look I don't think you'll find a better rom.
Features :
Flashpoint Kernel v3.1- Linux v.3.10.108 Thread Link
Rooted with Magisk v15.3
Busybox by osm0sis
Deodexed
Zip-aligned
Multi-DPI (Currently set at 560)
Private Mode Working
Safe volume removed
All apps multi-window
Brought back "once and always" buttons
Call record
5way reboot
6 in the Hotseat
TouchWiz swipe left
Toolbox enabled
Flashlight in QuickSettings Panel
Volume Up for flashlight- turn on in Settings/Display/Torch light
Tethering check disabled
1120 Fonts- Main Thread
Viper4android
There are a lot of thinks to give out, so here goes.
@topjohnwu
@carlosggb
@jovy23
@viper520
@SuperR.
@iBotPeaches
@nathanchance
@asc1977
@tdunham
@gharrington
@mariozawa
@Ticklefish
@osm0sis
@Kamy
@Alexandr
@BRoy_98
@1Xfan
@mhmdalsfaf
@supergrobi94
@dagrim1
@BeckPC
@Winb33
And for bringing root to the 910V. The following:
@beaups
@ryanbg
@Kingxteam
I really could go on and on. Everything I've learned is from members of XDA. Thank you to anyone who has taken the time to share their knowledge and if I've forgotten you just pm me and it will be corrected immediately.
ModestRom v11--- DOWNLOAD
If you've already upgraded your bootloader to CPD1 (MM 6.0.1) the only thing you need to upgrade is your modem. Using Odin, just place the modem file in the AP slot and boot your phone into download mode and flash.
CQL1 Modem Upgrade-- DOWNLOAD
Instructions
If you are on 5.1.1 you will need to upgrade your bootloader and reroot using this Guide.
If you have already upgraded to 6.0, unlocked your bootloader, and have TWRP installed, all you need to do is the following:
-Download the CQL1 modem upgrade to your pc
-Download the Rom to your internal or external sdcard
-Boot into recovery and factory reset your device
-Do not boot straight from recovery to download mode - download mode does not properly boot without doing the following
-Power off your device and pull your battery for 3-5 seconds (this will ensure that your device properly boots into download mode)
-Insert your battery and boot to download mode by holding vol. down + home button + power button at the same time
-Using Odin flash the CQL1 modem and once that completes, power off your device
-Now boot to recovery by holding vol. up + home button + power button
-Once you're in recovery go to advanced wipe and wipe everything but the internal and external sdcard (I always do this step twice)
-Then just go to install and flash the MODestRom zip file
-Boot time is about 7 to 10 minutes
-Enjoy!!
XDA:DevDB Information
MODest Rom, ROM for the Samsung Galaxy Note 4
Contributors
kevintm78
Source Code: https://github.com/kevintm78/Flashpoint_3
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: CQI2
Based On: TouchWiz
Version Information
Status: Stable
Current Stable Version: MODestRom v11
Stable Release Date: 2018-01-26
Created 2016-09-09
Last Updated 2018-01-26
Advanced/WiFi Calling Fix
This is how I got mine working; it's the same fix that @mharleston brought to light a while back.
Using any root explorer do the following:
-Go to /system/csc/ and find the sales_code.dat file
-Open with a text editor and change the VZW to TMB
-Save that file and reboot
-After the reboot go back to the same file and change it back to VZW and reboot again
Once it boots back up check in Settings and you should be able to access both the Advanced Calling and WiFi Calling
Flashpoint Kernel-most recent kernel
Link to kernel thread
How to Update Bootloader from CPD1 to CQI2
Link to post
MAGISK
Link to all things Magisk
Xposed-system-less v87.3_Updated for Magisk v18+
See this post
TWRP 3.2.2
TWRP 3.2.2 is now available! Here's the link The .tar file gets flashed in Odin (in the ap slot) and the image file can be flashed in recovery.
Theme's by @supergrobi94
Tons of different options.- and here's an example of my own personal favorite here.
☆☆Edge Panel for ModestRom v11☆☆
DOWNLOAD-This will change your Contacts app to the S6 version and the IncallUI app to the Note 7 version because the people stripe will not work with the N4 contacts.
☆☆3minit Battery Flashable for ModestRom v11☆☆
DOWNLOAD
☆☆3minit Battery-3minit Clock for ModestRom v11☆☆
DOWNLOAD
☆☆3minit Battery-3minit Clock-Gradient Statusbar for ModestRom v11☆☆
Download
☆☆Signature Spoofing for ModestRom v11☆☆
Link to info and Download
☆☆Older ModestRom Versions☆☆
DOWNLOADS
GRACE Apps
Grace_Contacts
GRACE_Email
GRACE_VoiceNotes
Grace_InCallUI
Other Apps
S7 S-Voice flashable zip - after you flash that you can update it with this app.
Modded YouTube app- allows background playback and no ads
Kernel Adiutor-mod- alternative app that has different options and may suit some people better
Device Check- a must have app. Will tell you nearly everything you need to know about your device.
Adaway app- another must have app. Imo this app greatly speeds up stock browser and Chrome
arkTube app-an app for downloading YouTube videos.
S7 Keyboard
TerrariumTV app- a great app to watch all your favorite shows and movies
Please post screenshot
RaipurBoy said:
Please post screenshot
Click to expand...
Click to collapse
Sorry about that, screenshots are up.
Does this work with 910t , if we use T-Mobile kernel ?
Manan79 said:
Does this work with 910t , if we use T-Mobile kernel ?
Click to expand...
Click to collapse
I'm not real sure. It seems like the v&t can both run on f&g models, so if i had to guess i think it can. But that's just a guess.
Hi! I'm very excited there's a new ROM for my N910V. Does Wifi/Advanced Calling work on this ROM?
shusuke028 said:
Hi! I'm very excited there's a new ROM for my N910V. Does Wifi/Advanced Calling work on this ROM?
Click to expand...
Click to collapse
Advanced calling works and wifi calling activates when you turn it on, but to be honest i haven't tried it to verify. Also just in case your wondering, visual voice mail works (it drives me crazy when I can't get vvm to activate on other roms.)
Good Job
how install this? use twrp? i apreciated you say the step instalation
this rom is rooted?
lesther70 said:
how install this? use twrp? i apreciated you say the step instalation
this rom is rooted?
Click to expand...
Click to collapse
Yes twrp. Just download the zip file, place on your external sd card, or internal if you don't plan on formatting data (although I would), and flash zip file. Also if you haven't already upgrade your modem to pf3, do that first. The link for that is here. The modem needs to be flashed through odin. I'll be sure to update the op to include instructions. Thanks for pointing that out.
kevintm78 said:
Yes twrp. Just download the zip file, place on your external sd card, or internal if you don't plan on formatting data (although I would), and flash zip file. Also if you haven't already upgrade your modem to pf3, do that first. The link for that is here. The modem needs to be flashed through odin. I'll be sure to update the op to include instructions. Thanks for pointing that out.
Click to expand...
Click to collapse
thanks friend
Cool rom, but why have 2 batteries enabled on boot? How can we uninstall minit if we prefer the stock batteries?
lev777 said:
Cool rom, but why have 2 batteries enabled on boot? How can we uninstall minit if we prefer the stock batteries?
Click to expand...
Click to collapse
There shouldn't be two batteries. Did you do a full wipe first? I'll post a version without 3minit mod since it basically requires a paid app to work.
I wiped everything except internal storage and SD card in twrp. Can you add screenshot option to power menu? Thx.
Sent from my SM-N920V using Tapatalk
lev777 said:
I wiped everything except internal storage and SD card in twrp. Can you add screenshot option to power menu? Thx.
Sent from my SM-N920V using Tapatalk
Click to expand...
Click to collapse
I can certainly give it a shot . I'll have a copy of the systemUI without 3minit up in the morning, as soon as I can get to my computer. Also of you don't want the statusbar gradient you can go into the gradient app and push the slide bar under the color box all the way to the right. I circled the bar in screenshot.
Hopefully this rom is stable, and not a lot of bugs. I've flashed 4 different Roms in the past week or 2.
Sent from my SM-G935V using Tapatalk
---------- Post added at 03:54 PM ---------- Previous post was at 03:53 PM ----------
Is it recommended to flash a different kernel or is the kernel that's incorporated into this rom suffient?
Sent from my SM-G935V using Tapatalk
---------- Post added at 03:55 PM ---------- Previous post was at 03:54 PM ----------
Were do I get the 3mint battery mod? Is this a TW rom or aosp
Sent from my SM-G935V using Tapatalk
mwebb34 said:
Hopefully this rom is stable, and not a lot of bugs. I've flashed 4 different Roms in the past week or 2.
Sent from my SM-G935V using Tapatalk
---------- Post added at 03:54 PM ---------- Previous post was at 03:53 PM ----------
Is it recommended to flash a different kernel or is the kernel that's incorporated into this rom suffient?
Sent from my SM-G935V using Tapatalk
---------- Post added at 03:55 PM ---------- Previous post was at 03:54 PM ----------
Were do I get the 3mint battery mod? Is this a TW rom or aosp
Sent from my SM-G935V using Tapatalk
Click to expand...
Click to collapse
Yes it's very stable. I use my phone heavily for work and that was my kind of the reason I started down this path. If you want to wait a couple hours I'm going to post another version, with 3minit battery and one without. Also a couple more tweaks/mods. I'll update the op with more info as well.
kevintm78 said:
Yes it's very stable. I use my phone heavily for work and that was my kind of the reason I started down this path. If you want to wait a couple hours I'm going to post another version, with 3minit battery and one without. Also a couple more tweaks/mods. I'll update the op with more info as well.
Click to expand...
Click to collapse
Great,news brother!! I have a question it's probably been asked already but I have 2 battery icons the stock then the 3 mint.
Sent from my SM-N920V using Tapatalk
---------- Post added at 05:07 PM ---------- Previous post was at 05:05 PM ----------
I factory reset then wiped data system cache and dalvik.
Sent from my SM-N920V using Tapatalk
---------- Post added at 05:34 PM ---------- Previous post was at 05:07 PM ----------
I flashed the modest rom about a hour ago. I gotta say man its great to see a rom that actually works the way it's supposed to work. No FCs or systemUI FCs or random reboots and WiFi works without having to enter my WiFi password everytime I reboot my device.
Sent from my SM-N920V using Tapatalk

Categories

Resources