[Q] Wiping requirements for installing custom ROMs? - AT&T Galaxy Note 3 Q&A, Help & Troubleshooting

Newbie Question:
I want to install the KNOXRAID 2.6, do I the wipe System and Data on the STOCK ROM or perform a wipe on a newly created ROM slot 1?
Thanks

Read the OP. It clearly says exactly what to do.
Sent from my Nexus 7 2013 using XDA Premium 4 mobile app

Dont wipe stock rom slot
Butch and his Big ol Note3
---------- Post added at 08:01 AM ---------- Previous post was at 08:00 AM ----------
Create a new slot..slot 1, do a backup of you stock slot while in safestrap
Butch and his Big ol Note3

Dont wipe stock rom slot
Butch and his Big ol Note3
---------- Post added at 08:01 AM ---------- Previous post was at 08:00 AM ----------
Create a new slot..slot 1, do a backup of you stock slot while in safestrap
Butch and his Big ol Note3
+1

Related

[DEV] Jellybean Rom Porting Package - Update 10/20!

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

Shendu OS V1 GingerBread

Hi FIH-FBO Community
On the Eve of chrismas I am adding one more star for our device.
This is Shendu OS rom basically fine tuned for our device
It has
ICS Camera
File explorer with system access
3 shendu themes
Tweaked to make it stable
ADW launcher
Beats Audio libs
INIT.D tweaks
Bravia
and many more
Bugs
After selecting Shendu Launcher, settings window will not work ( Default bug). you need to select ADW Launcher to select setting.
and many which I don't know
Please note
Do full wipe (Data and dalvik cache)
Download link
http://d-h.st/g5X
Thanks
VIvek and Whyzee to help me get rid of Headset Issue
If some one is getting FCs and process acore extract this libs and copy into system/libs of your rom and then flash
Is this GB or ICS?
innocuous76 said:
Is this GB or ICS?
Click to expand...
Click to collapse
The title says Shendu OS V1 GingerBread
downloading
---------- Post added at 01:05 PM ---------- Previous post was at 12:52 PM ----------
home kbutton not working
---------- Post added at 01:12 PM ---------- Previous post was at 01:05 PM ----------
mount system -format system
mountdata-format data
and now by clean installation home key working fine
Initially the title was "Shendu OS", thats why the question.
demonskill said:
The title says Shendu OS V1 GingerBread
Click to expand...
Click to collapse
Nice and puzzeling
Sent from my A99 using xda app-developers app
Hi everyone
I have added libs for those who got FCs and process acore (other variants of MI - 410.
Copy them into system/libs of rom and flash

[ROM][4.0.4][CM9] CMLight by MoNTE48

CMLight 4.0.4​
Android 4.0.4, based on CM9!​ Based on the works kasper_h (Mackay ROM), CyanogenMod Team, Slim Tean, Remics Team, Stratosk, etc. ​
=> RAM: 373 MB;
=> Acceleration up to 1200 MHz;
=> Size: ~72 MB;
* Plenty of free RAM;
* Good playability (ROM for Gamers!);
* I'm a speed of your phone you did not expect!
Code:
I did it for myself and users 4PDA, but I want to share with you. I have long had a desire to do something like this, @ kasper_h podtolkunl me to do and I did it!
Download​All build: https://www.dropbox.com/sh/a2bwrpwckwlzu3y/Lyb0jK6JeX
Click to expand...
Click to collapse
GApps​New Market and Null. Realy:laugh:
02/2014:https://www.dropbox.com/sh/o8rzwcbdyfutwqm/kT9Omi8vat [7MB]
Click to expand...
Click to collapse
Thank You and Bye!
Your's MoNTE48.​
Reserve:laugh:...
port or fully compiled?:good:
---------- Post added at 03:27 PM ---------- Previous post was at 03:23 PM ----------
You can upload some screenshots?
---------- Post added at 03:33 PM ---------- Previous post was at 03:27 PM ----------
based galaxysmtd_2014_1.4 or 2014.1.3?
waihung0626 said:
port or fully compiled?:good:
---------- Post added at 03:27 PM ---------- Previous post was at 03:23 PM ----------
You can upload some screenshots?
---------- Post added at 03:33 PM ---------- Previous post was at 03:27 PM ----------
based galaxysmtd_2014_1.4 or 2014.1.3?
Click to expand...
Click to collapse
And port, and rebuild, and compiled.
Screenshots... Wait one day.
Based on ver. 1.3. 1.3/1.4, small modify.
Beware of ics it is prone to the eu bug. I am not saying anything about this ROM just ics in general.
SlimKat Mako
Don't get me wrong, but I don't see the point of creating a new thread for an ICS rom...
flapane said:
Don't get me wrong, but I don't see the point of creating a new thread for an ICS rom...
Click to expand...
Click to collapse
All the old threads are outdated (here is an updated version of the programme), on many threads can download links are not working. And let's face it: two weeks ago I was sitting on 4.2/4.3/4.4, and did not know what Real Racing 3, Asphalt 7, Iron Man 3, NFS work on Vibrant so good! I play for hours, the phone is not hung never!
jrongi1 said:
Beware of ics it is prone to the eu bug. I am not saying anything about this ROM just ics in general.
SlimKat Mako
Click to expand...
Click to collapse
Isn CyanogenMod not solved this problem? I had the EU on some ICS. Normally on the first day. This ROM I use more than 2 weeks, all is fine!
how to rebuild, and compiled what!thank you,I want to learn!

Kali netHunter, anybody succeeded installing it?

I tried using MultiROM, CM12 Unofficial, flash nethunter on top and all FCs.
Also tried flashing on top of AOSP Rom, no dice too.
How do I install nethuner on Nexus 6 w/ MultiROM?
Installed it in a secondary slot in MultiROM over PureNexus ROM. Had a System UI FC. Reboot fixed it. Everything seems to function correctly now.
---------- Post added at 03:44 PM ---------- Previous post was at 03:44 PM ----------
Also Using Franco Kernel if that matters.

[Request] TWRP or CWM backup of stock

I need a TWRP or CWM backup of stock, can't flash RUUs or stock untouched zip..
Nope
---------- Post added at 10:56 AM ---------- Previous post was at 10:55 AM ----------
Great Banter

Categories

Resources