Skip to main content

Flashing ROM On Samsung Galaxy Note


Flashing  ROM On Samsung Galaxy Note
Flashing ROM in your Samsung note with these few easy steps to make it quite easier and fast.. first of all you need to download a safe kernel in your device…
>>Backup everything
 In your device (contacts, texts, multimedia) it all will get wiped  out..


2>> Downloading a safe kernel 
 Having no eMMC brick bug, here’s a few of them which can you trust upon:
 HYPERLINK "http://forum.xda-developers.com/showthread.php?t=1362424" Abyss Note 4.2 
 HYPERLINK "http://forum.xda-developers.com/showthread.php?t=1927097" PhilZ-cwm6

 HYPERLINK "http://forum.xda-developers.com/showthread.php?t=1927097" Hydra core 5.4

>>Reboot for recovery mode
Pressing Volume Up, Home, and the Power button all together to open the ClockworkMod Recovery.

>>Flashing the safe kernel
By opting for “install zip from sdcard” then choose “zip from sdcard” or “zip from internal sdcard” depending on where you saved the safe kernel, find the kernel and confirm you want to flash it. 

>> Reboot the recovery,
 because we flashed a new kernel we need to reboot the recovery, from the recovery main menu choose “advanced” then choose “reboot recovery”.

>>Wipe data and cache,
For installing the new rom we need to remove the older one, from main menu choose “wipe data/factory reset” and confirm wipe cache partitionand confirm advancedwipe dalvik cacheand confirm.
>>Flash the new ROM,
 flash the new ROM the same way you flashed the kernel before. 
>> “install zip from sdcard”   zip from sdcard” or “zip from internal sdcard” depending on where you have saved the ROM on your device!!.
>> Enjoy your Galaxy Note with new ROM,
 as long as the ROM you are using has a safe kernel you will be safe from the “brick bug”, if your unsure follow this guide again to ensure your Galaxy Note doesn’t end up a worthless brick.
 HYPERLINK "http://www.ivegotavirus.com/how-to-safely-flash-a-rom-on-the-galaxy-note/"  HYPERLINK "http://www.ivegotavirus.com/how-to-safely-flash-a-rom-on-the-galaxy-note/" \o "View more services" \t "_blank" 

Comments

Popular posts from this blog

PowerShell Gallery is currently unavailable

Recently working on an automation in windows server I got this issue and my automation got stopped. Generally by this error you will know the server is unable to reach out to the PSGallery. ERROR [DBG]: PS C:\Users\nagarro>> Get-PSGalleryApiAvailability -Repository PSGallery VERBOSE: Error in executing PowerShell Gallery is currently unavailable.  Please try again later. Resolution So 2 things which can be done here is: 1. [Net.ServicePointManager]::SecurityProtocol Run this command to check whether the tls1.2 is enabled or not. I f it is not listed just run this command- [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12      2. Sometimes the internet explorer first configuration due to security reason my cause this issue. So you need to open the PS gallery in the IE and add these sites as a exception. You can also disable the config in the registry setting of IE. I was able to so...

How to increase internal memory of your Android !!

Want you to increase Internal Memory of your Android !! 1- First you have to download Mini tool Partition and install on your PC. 2- Connect your SD card to your PC using card reader and backup your SD card data onto your PC as we are going to format it. 3-  Open Mini Tool Partition in your PC and when the wizards open click on your SD Card and select Delete option. Now your SD Card memory is unallocated. 4- Then Right click SD Card and select create option. A popup window will open giving you the choice for making partition ; create partition as primary and file system as FAT if SD Card is less than 4GB and FAT32 if it is more than 4GB. Leave about 256 MB or more space (your choice) for creating the next partition which will be your phone's internal memory. 5- Then select done and do right click on unallocated space of your SD Card and again click create option. Select Primary partition but change the file system to Ext2, Ext3 or Ext4. ( Note: Ext2 is recommended as most ROMs...

Free container labs

Hello all, I am going to share free labs for quick hands on Docker and kubernetes. Hope they will be useful. 1.    Docker Lab setup