Hi,
I'm new to Android since I first bought my GT-N7000 on eBay back in February. I waited until the official ICS upgrade (through Kies) to even start considering rooting my device and flashing Kernels. I haven't dared custom ROMs yet because I feel I don't have the necessary knowledge to proceed with confidence.
What I read in threads are a collection of particular cases with answers that are equally case specific, without ever referring to the underlying principles that govern the said operations. Worse, most members "think" that their process does this and that. In short, I'm left with an empirical approach to these crucial and potentially device crippling operations. I can't and won't take those kind of risks with my precious device until I can understand what would and wouldn't screw up/brick my device (what I'm really doing, not what I think is going on).
Everyone should be in a position to assess their machine's various parts and current state accurately and to know the basic dangers/pitfalls in order to elaborate any kind of OS and Hardware config alteration process.
By underlying principles, here's what I mean:
- what is a bootloader, how can it be determined, does it have any incidence on the Kernel and ROM being loaded on top, can it be changed, how?
- what is my modem and radio build, how can I determine, can it be changed, does a ROM or Kernel flash change that?
- What does LPY, LPT, ... refer to, and do they have any incidence on the flashing process?
- what exactly is the Dalvik cache, what does wiping it actually mean (and what about the hard brick bug), and what is Odexing?
- What should I use to flash, what are the differences/risks (Odin Pc, mobile Odin, CMW all versions), all considering my device's current state (bootloader, modem & radio, Kernel, rom, partial/full root)?
- What is a partial root, how can I determine, and what will happen if I flash Kernel or Rom in such a state?
- What will a factory reset actually do (restore phone as when I bought it with Gingerbread, or to the point after the Kies upgrade with ICS)?
Thanks and Cheers,
------------------------------------ Organized answers below --------------------
First of all, before you start anything, you need to understand that the XDA is not for the random general consumer. Instead, it is intended for people with genuine interest in the technological devices they own, and who strive to fiddle or hack their way into a working knowledge and skill-set for it. The URL says "xda-developers", so read this article from a retired moderator, and move on with your journey:
http://forum.xda-developers.com/showpost.php?p=2031989&postcount=45
1. ROM, internal SD and partitions
[ ref: http://www.samsung.com/global/business/semiconductor/product/flash-emmc/overview ]
[ ref:http://www.cpkb.org/wiki/Samsung_GT-N7000_GT-N7000L_Galaxy_Note_service_manual ]
[ ref:http://en.wikipedia.org/wiki/Flash_memory ]
[ ref:http://www.cpkb.org/wiki/Samsung_PIT ]
The ROM is the dead space, the hard drive of your phone (nothing executes in the ROM, it's just a data repository). In the GT-N7000, that hard drive is called the eMMC chip. This chip uses NAND flash for storage, which is a particular type of solid state memory (Nandroid backup wrings a bell?). Together, the components of this chip form what is called the ROM (read-only, non-volatile). It contains all the instructions and code necessary for your device to bring itself to life by reading the said instructions and loading the said code into RAM for execution.
Since these instructions and this code are responsible for various parts of the power on cycle and system functions, it makes it easier to manage if they sit on distinct parts of the hard drive. Think about this: how could you change the kernel if the data sat on the same physical ground as the recovery console data? ... Hence the partitions.
There is also the concept of internal sd (or /sdcard when you look at the mounted filesystem through a file explorer). This is a reserved space on the eMMC chip itself, a mount point for the system to access (look at the service manuals, you'll notice there is only one internal flash memory chip). That's why when you use a utility app to look at the size declared for that space, you notice that it isn't the full 16GB or 32GB, but a fraction of that. There are other pieces of data written to your eMMC chip that take up space as well (like the bootloader, the recovery, the OS or the kernel).
Hint:
You probably cannot and should not attempt to repartition your eMMC chip from the device itself (that would mean that the partitioning process would have to be executed from RAM, since ROM would be unworkable during the operation). You'll want to do that from a desktop or other flashing apparatus, and you'll need to know exactly what you're about to do.
Clarification (disambiguation):
ROM --> the read-only memory, the type of memory, the memory chip itself
ROM --> a collection of data that developers have concocted and that is written to the read-only memory, populating the various eMMC chip partitions. This data is what makes up the software stack on your device (quite probably recovery, kernel, OS and root for custom ROMs).
2.BOOTLOADER
[ ref: http://www.androidenea.com/2009/06/android-boot-process-from-power-on.html ]
[ ref:http://www.extremetech.com/computin...tloader-and-why-does-verizon-want-them-locked ]
The bootloader is the first gasp of air your phone takes when powered on (there are other steps prior, but intricately tied to the hardware and outside our scope). It is a program, separate from the kernel and from Android OS, that is responsible for setting up initial memories and RAM and finding+loading the kernel, or loading the recovery console. Think of it as GRUB on a desktop, or that thing in Windows that prompts you to boot in safe mode after a crash. As such, it can be conceived as the entry point to the loading of the software stack, and ultimately, the user space from which you, the user, and your apps operate from.
Since the bootloader is a software specific to the device itself, and that it is in charge of validating the prerequisites for loading the kernel into RAM, it has specific functions that scan the ROM partitions for validity. It also has provisions to refuse moving on to further steps if it thinks something is not kosher. This is where the notion of "locked" bootloader comes in. In order to load customized code in the software stack, the bootloader must allow the operation to take place, it must be programmed in that manner.
Some manufacturers program their bootloaders to load only stock firmware and halt if anything custom is written to the ROM. Furthermore, they may even encrypt this piece of software so that developers can never alter it: no root ever, no custom kernel, no modem flashing, no custom Roms, no custom recovery, no joy!
Luckily for us, Samsung is quite dev-friendly and ships the GT-N7000 with an unencrypted bootloader (cheers to them). Beware though, because carriers and manufacturers aren't the same people. Your carrier may one day decide that it wants the bootloader encrypted on all of its new devices, I can't foresee the future. Don't confuse unlocked and unencrypted: an unencrypted bootloader doesn't mean that it's unlocked, just that it can easily be unlocked.
[ need to confirm implications of locked bootloader, find a way to confirm state and list a few ways to unlock ]
Hint:
[not sure: Make sure your phone is unlocked before attempting any flashing]. Also make sure that the piece of data you are loading is correct for your device. Writing foreign data to your eMMC chip (ROM chip) could throw the bootloader into panic.
Notice:
There should be very few reasons for you to flash the bootloader (it would really be one of your last resorts). That would mean that something utterly wrong happened to your device. In any case, you truly want to flash the Samsung official bootloader, using the official Samsung flashing tool (Odin).
3.KERNEL
[ ref:http://forum.xda-developers.com/wiki/index.php?title=ROM-VS-Kernel#The_kernel ]
[ ref:http://www.vikitech.com/8239/beginners-guide-android-kernels ]
[ ref:http://www.linfo.org/kernel_space.html ]
Once all the preliminaries are set, the bootloader loads the kernel into ram and hands control over to it. It will be the captain from now on. So far, we have (almost) no way to access the hardware. That's the responsibility of the data that sits on the SYSTEM partition of the eMMC chip, the one that's just been loaded into RAM for execution.
As it loads, the kernel sets up all things concrete like interrupt controllers, schedulers, cpu frequency, memory management, safeties... everything so the hardware is functional and ready to use. As such, the kernel is now the gateway to the hardware layer: if you want something to blink or beep on your machine, you'll have to ask it to manage your request.
Now that the kernel is done with rigging up all the organs and limbs of the robot, it looks to initiate actions, or processes. It launches the init process, the first of all processes, and the parent of all processes (all future processes will be generated by this very process, system services and apps alike). The init process looks for its instructions (setting of environment, mounting of filesystem, setting of system permissions, etc.) in a file named "init.rc". Just as in Linux, when you launch a shell, the shell looks for its associated .rc file. You may want to read through the "init.rc", just for kicks. It's very informative as to what goes on during the power-on process after the kernel is ready to operate. From then on, the init process looks to start to Dalvik virtual machine by launching Zygote.
Note:
It is important to know that the hardware functions present in the recovery console are provided by the kernel. That's why it can be problematic to perform these operations from a "buggy" kernel. More on that in the Recovery section.
4.ZYGOTE AND DALVIK (and caching+Odexing) cached .dex and .odex rely on the kernel so swapping kernels without wiping dalvik cache can cause problems
- APP AND USERSPACE DATA: apps are system users, the user interacts with the system through apps. Internal SD and backing up/restoring/wiping.
5.RECOVERY
[ ref:http://forum.xda-developers.com/showthread.php?t=1667886 ]
[ ref:http://forum.xda-developers.com/showpost.php?p=26285877&postcount=12 ]
akin to flashing tool (short description of software type and confer to next section for functional details)
- kernel does the eMMC format. Possible to fry some blocks of the memory chip with software itself (the cap erase flag seems to circumvent that unfortunate frying). Since kernel formats (wipes and resets) are done from recovery.
6.FLASHING TOOLS
- Identify your device (in the stock state) before you do any flashing
- always be able to go back to the state you were in before a flashing operation (be prepared with the proper data at hand, images to flash and/or self-made backups)
7.CUSTOM ROMS
- what is it?
- talk about LPY (Touchwiz), AOSP, AOKP ... how they could be compared to Gnome, KDE, or other OS GUI.
- talk about the potential for roms to modify various parts of the system (like the kernel or the structuring of the filesystem, or even the radio, who knows) = ask the right questions to the developers instead of crying to them after you've bricked.
Man..you just need to do a lot of reading and be selective in what you read based on what you want to achieve, whether you have the sufficient knowledge and the tool to achieve it..
Next, gain confidence in what you're about to do..read feedback, success stories and setbacks by others.. If the risk is relatively high, be prepared to roll back..
Finally, you've got to try it out yourself.. You know faith without works is dead..
I've done my fair share of reading, and I still do. Also, I'm not an agnostic when it comes to computers (I'm a developer myself, web/server/network/Flash and Flex, so I'm aware of a few things). I have given faith a go, but you read where I'm at presently (totally unsure and unwilling to do anything).
There's nothing worse than a false sense of security or assurance, you'll hit a wall anyhow (reality doesn't care my friend!). I don't mind handling a stickie and doing all the grunt work. What I'm looking for is to confirm certain basic pieces of knowledge without crapping out my machine (it's expensive, I can't afford a new one every other week), and to share that with other GT-N7000 owners, so we can go about trying stuff for ourselves without a false sense of "that's not a wall, it's mirage, don't worry".
Trying stuff is the basis of discovery, true. But when you try stuff and you can't even confirm what you're actually trying, you won't be able to learn, let alone deduce any kind of principle from it...
This being said, would I be allowed to start collecting these basic pieces of information, to organize them in a coherent manner and to post them somewhere in the GT-N7000 forum?
Oh, Oh, Oh, ah, ... you said "rollback". How? I've read that applying backups in certain states could actually screw things up, like a partial root for instance. Rollback procedure should be defined, and I'm willing to define it for the rest of us.
Very Good set of questions hopefully somebody answers them.
Sent from my GT-N7000 using xda app-developers app
Stock Recovery v/s Custom Recovery
I was keen on asking about the difference between Stock Recovery and Custom Recovery, for which I thought of creating a new thread until I came across your topic, Monkey_banana.
Thank you for initiating a relevant thread.
Personally, I have not rooted my Galaxy Note yet. I am unsure about many issues and thus I am taking my time, reading and posting queries (naive and stupid many a times) with the motive of acquiring a strong base of knowledge which I can put into practice and achieve confidence.
Can the Galaxy Note be rooted without a custom recovery or is it advisable to have a custom recovery installed on the device?
I sincerely apologise if you feel I have hijacked your thread.
Hey YLNdroid,
No hijacking felt! I started this thread because I needed to positively confirm basic concepts. The consolidated summary idea is a little ambitious, I admit, but if at least it gets a discussion going (about concepts, not about specifics of every device, kernel and ROM), then all the better.
From what I've read, recovery sits on a bootable partition ( androidcentral.com/what-recovery-android-z/ ):
- Stock recovery allows you to wipe/reset and to flash stock ROM. Very limited, and probably not to be used if you intend to or have previously flashed anything remotely custom (like rooted kernels or Ketan's busybox installer).
- Custom recovery is tweaked and enhanced version (like CWM) that allows backups and recovery, custum wiping, custom ROM flashing and so on. They are probably also different in the way that changes are applied in order to satisfy the hacking requirements of various custom pieces of data.
This is the best of my knowledge, can anyone confirm?
Monkey_banana said:
[*]- what is a bootloader, how can it be determined, does it have any incidence on the Kernel and ROM being loaded on top, can it be changed, how?
Click to expand...
Click to collapse
boot loader is the first piece of code that runs after power on and loads the kernel. flashing kernel or custom ROM does not effect boot loader on note. check the following link for booting process
http://www.androidenea.com/2009/06/android-boot-process-from-power-on.html
Monkey_banana said:
[*]- what is my modem and radio build, how can I determine, can it be changed, does a ROM or Kernel flash change that?
Click to expand...
Click to collapse
go to settings->about phone-> Radio version. This will be your modem build. Modem is mainly responsible for making calls and data connections. Modem is usually independent of rom or android version you are using. unless you are experiencing poor signal it is not much you get by changing a modem. Some roms include a modem some don't. check out modems thread
http://forum.xda-developers.com/showthread.php?t=1645202
Monkey_banana said:
[*]- What does LPY, LPT, ... refer to, and do they have any incidence on the flashing process?
Click to expand...
Click to collapse
They refer to different releases of ics from samsung. any operation involving format operation with these build might result in bricking of you note. check this emmc bug thread for more info http://forum.xda-developers.com/showthread.php?t=1644364
Monkey_banana said:
[*]- what exactly is the Dalvik cache, what does wiping it actually mean (and what about the hard brick bug), and what is Odexing?
Click to expand...
Click to collapse
Dalvik cache is a cache folder for dalvik VM running on android. Odex is how things come stock. It takes up less room but making modifications or taking apks from other roms is hard.
Deodex basically takes the odex file and stuffs it into the apk as a classes.dex. First boot it dissembles the file into /dalvik-cache (i believe). Now there is basically 2 copies of the odex, one in the apk one in cache. This makes it "portable". This allows modders to work on the apks & easily change stuff. If you want themes or stuff like lockscreen fixes you MUST use Deodex.
got it from http://forum.xda-developers.com/showthread.php?t=710648
Monkey_banana said:
[*]- What should I use to flash, what are the differences/risks (Odin Pc, mobile Odin, CMW all versions), all considering my device's current state (bootloader, modem & radio, Kernel, rom, partial/full root)?
Click to expand...
Click to collapse
first do check if there is any damage to your sdcard since you are an effected kernel. http://forum.xda-developers.com/showthread.php?t=1709054
For you case i suggest you to flash GB ROM from this thread [LINK]http://forum.xda-developers.com/showthread.php?t=1424997[LINK] and then root it and then flash abyss kernel 4.2 from mobile odin or pc odin. If you flash with mobile odin it won't cause flash counter to increase but pc odin increase the flash counter resulting in a yellow triangle.
once abysskernel 4.2 is flashed go to recovery mode (volumeup + home+powerbutton). from there you can wipe dalvik cache+ wipe cache + wipe data. once that is done you can flash any custom rom you like. go for roms with cm9 kernel as it is safe from emmc bug. i am stunner and it great.
wipe operations usually format the corresponding partitions.
Monkey_banana said:
[*]- What is a partial root, how can I determine, and what will happen if I flash Kernel or Rom in such a state?
Click to expand...
Click to collapse
try to paste some test file in to /system partition and delete it. if you have a proper root that you should be able to successfully complete those operations.
Monkey_banana said:
[*]- What will a factory reset actually do (restore phone as when I bought it with Gingerbread, or to the point after the Kies upgrade with ICS)?
it is similar to wipe i guess.
Click to expand...
Click to collapse
kopitalk said:
Man..you just need to do a lot of reading (...)
Click to expand...
Click to collapse
I see this regularly but I've never seen any "real" documentation yet.
I've only seen some flashing docs from well intentioned people for whom English was a third language and who assumed every acronym was well known to their readers and which is written in a toned down l33t style (although with lots of colours). This doesn't really help.
All I've found from Google was dev documentation which didn't really address this specific topic. (since I have an itch to scratch in that area I'm slowly making my way through it, maybe I just didn't find the right bit yet)
I know that writing documentation is complex and yields many traps. I have written enough in my time (and was one of the few to actually enjoy it). However as an old time Unix user, I'm still trying to figure out Android and still haven't found anything that was worth the read. All I found were recipes that were really hard to understand.
Now I know that good documentation takes ages to write, so I'm certainly not downplaying what we have. At least we have it. But it *is* terrible.
Hey srik02003,
Thank you very much for the ton of info. Particularly the link about the bootloader... Precious information very well explained.
I'm reading everything and will later update the original post to organize what we've got so far.
Again, thank you!
Monkey_banana said:
Hey srik02003,
Thank you very much for the ton of info. Particularly the link about the bootloader... Precious information very well explained.
I'm reading everything and will later update the original post to organize what we've got so far.
Again, thank you!
Click to expand...
Click to collapse
Wish you luck, seeing lots of threads with repetitive questions and problems, it seems a very good idea, especially to help absolute beginners
i am glad it helped you...if you could summarize, it will sure help a lot of android beginners
Sent from my GT-N7000 using xda app-developers app
Summarizing and sorting at the moment. I'm going through everything in an organized fashion and modifying the original post as I go along.
Do check the original post from time to time and feel free to make comments, refute, or provide more information.
Monkey_banana said:
Summarizing and sorting at the moment. I'm going through everything in an organized fashion and modifying the original post as I go along.
Click to expand...
Click to collapse
Only one thing you need to know (don't worry about bootloaders etc.) And this is coming from a guy who recently superbricked his phone. (more about that in a minute). Anyway, here it is.....
ONLY FLASH FROM or do WIPES/FORMATS/FACTORY RESETS ON a kernel that has eMMC_CAP_ERASE DISABLED!
There's the whole superbrick scenario summarized in a nutshell. If CAP_ERASE is disabled, you wont brick your phone.
So which kernels am I talking about? - the following:-
SAFE!
Stock or CF-Root GB
Abyssnote 1.4.2
DAFUQ
SpeedMod
Franco
Th*r
PC or Mobile Odin
UNSAFE!
Stock or CF-Root ICS
CWM ICS
Any custom kernel where it has not been verified that CAP_ERASE is disabled.
Why? - Crap firmware. The GT N7000 doesn't like to have its eMMC chip formatted (even if only a partition). It damages it and eventually turns it into a superbrick! This happens during flashing new ROMs, doing factory resets, formatting partitions and wiping data. HOWEVER! If MMC_CAP_ERASE is disabled in the kernel, then the format instruction reverts to a simple, (and harmless) delete (like on a PC) and no damage occurs:good:
How did I brick my phone? Easy, wiped on an unsafe kernel after having a few beers and not DOUBLE CHECKING which kernel I was on before I did so:crying: (New MoBo being replaced under warranty as we speak)
Hope this helps.
BTW. I have rooted, flashed, un-roooted, reflashed, re-rooted wiped, formatted etc. for about 6 weeks until I had a brain-fade and did it on the wrong kernel.
"If you drink and wipe, your a bloody idiot!"
shoey63 said:
Only one thing you need to know (don't worry about bootloaders etc.) And this is coming from a guy who recently superbricked his phone. (more about that in a minute). Anyway, here it is.....
ONLY FLASH FROM or do WIPES/FORMATS/FACTORY RESETS ON a kernel that has eMMC_CAP_ERASE DISABLED!
[...]
"If you drink and wipe, your a bloody idiot!"
Click to expand...
Click to collapse
Firstly, thanks for participating in the discussion!
Secondly, although I understand your "forget about it, only consider the eMMC brick bug" recommendation, it presupposes some form of knowledge to forget about (which not every user has). You are able to formulate that your phone needs wiping because you figure that some operation, let's say a custom ROM flash, was not clean, or that it created some conflict between the various parts of your system. Right?
Lastly, a newbi or noob is not that far off from a baby in Android terms. I don't know if you've ever watched a baby, but they seem pretty drunk to me, wouldn't you agree?
All that being said, even seasoned developers/modders end up in dark places from time to time. The difference with noobs is that they have a pretty clear idea where that dark place is, how they got there, and how to get back into the light. Your recommendation is excellent at that point ("don't wipe unless you're sure your kernel is safe, or you'll go from a dark place straight to hell"), but not sufficient to fully grasp what is going on and to formulate a correct way out.
That's why I will pursue this basic knowledge round-up I have started. Again, thanks for the knowledge, I definately will integrate to the original post.
Cheers.
Before considering flashing any custom rom, rooting is required. Where can you learn how to root your phone? Well there is a thread here at xda, or there are other sites such as rootgalaxynote.com which explain how to root or unroot your phone. And the ideea of flashing custom roms and rooting and whatever is that each and everyone of us is required to do some research. It took me 2 days of researching and reading before i rooted and overclocked my note and another week before i flashed a custom rom. Bottom line, everyone who wants to flash anything: do some research and read the instructions provided by the devs. I never ever had a single problem because i read, read and read again the instructions.
LaCroyx said:
Before considering flashing any custom rom, rooting is required.
Click to expand...
Click to collapse
Indeed, that's very well put: "can't root, can't mod". [ not sure: It is an actual test for the unlocked bootloader prerequisite ]. I'll integrate that! (That's what we need, verifiable knowledge).
LaCroyx said:
[...] And the idea of flashing custom roms and rooting and whatever is that each and everyone of us is required to do some research. It took me 2 days of researching and reading before i rooted and overclocked my note and another week before i flashed a custom rom. Bottom line, everyone who wants to flash anything: do some research and read the instructions provided by the devs. I never ever had a single problem because i read, read and read again the instructions.
Click to expand...
Click to collapse
Although I strongly agree with the responsibility to read and inform oneself, there tends to be a crucial lack of referenced/verifiable information in the various posts across the forum. This leads to false knowledge and ultimately, a flurry of nonsensical questions that bog down threads and frustrate developers and readers alike.
Reading sets of instructions is cool and all, but it doesn't prevent you from formulating a question like "I've rooted my bootloader and wiped my phone. Can I Flash your kernel safely now?". That person read a series of recipes and applied them one after the other without a logical understanding (no better than a robot).
Monkey_banana said:
Firstly, thanks for participating in the discussion!
Secondly, although I understand your "forget about it, only consider the eMMC brick bug" recommendation, it presupposes some form of knowledge to forget about (which not every user has). You are able to formulate that your phone needs wiping because you figure that some operation, let's say a custom ROM flash, was not clean, or that it created some conflict between the various parts of your system. Right?
Lastly, a newbi or noob is not that far off from a baby in Android terms. I don't know if you've ever watched a baby, but they seem pretty drunk to me, wouldn't you agree?
All that being said, even seasoned developers/modders end up in dark places from time to time. The difference with noobs is that they have a pretty clear idea where that dark place is, how they got there, and how to get back into the light. Your recommendation is excellent at that point ("don't wipe unless you're sure your kernel is safe, or you'll go from a dark place straight to hell"), but not sufficient to fully grasp what is going on and to formulate a correct way out.
That's why I will pursue this basic knowledge round-up I have started. Again, thanks for the knowledge, I definately will integrate to the original post.
Cheers.
Click to expand...
Click to collapse
Yeah you're quite right, I'm not a developers arsehole. But I do know what will brick a phone. (first hand experience!) Sorry if I appeared arrogant before, but I'm still mad about Samsung selling brickable SGN's. Just hoping that if a noob like me runs into this thread he will be pay a bit more attention to his kernel before he does anything drastic - flashing wise.
And yes there are plenty more questions to be answered, Like - Why are virgin stock ICS builds seemingly immune from eMMC bug (Or are they)? Samsung reckons they cant replicate the problem!! (WTF!)
And another one - Does rooting and/or CWM increase the likelihood of bricking? (On ICS) and if so, why?
BTW Latest CWM9 builds are safe (as long as you dont flash from a dodgy kernel)
Monkey_banana said:
Although I strongly agree with the responsibility to read and inform oneself, there tends to be a crucial lack of referenced/verifiable information in the various posts across the forum. This leads to false knowledge and ultimately, a flurry of nonsensical questions that bog down threads and frustrate developers and readers alike.
Reading sets of instructions is cool and all, but it doesn't prevent you from formulating a question like "I've rooted my bootloader and wiped my phone. Can I Flash your kernel safely now?". That person read a series of recipes and applied them one after the other without a logical understanding (no better than a robot).
Click to expand...
Click to collapse
I have to say you are perfectly right. I've seen a lot of stupid questions. In your spirit of helping out i will search for a very well formulated post about acronims and abreviations used in the android world. I think it's the first thing anyone should learn.
shoey63 said:
But I do know what will brick a phone. (first hand experience!) Sorry if I appeared arrogant before, but I'm still mad about Samsung selling brickable SGN's.
Click to expand...
Click to collapse
We shouldn't have to learn that way because it makes people mad and arrogant. We're a community, so we must be able to learn from one another and spread some joy... Emotions aside, we do have to thank Samsung for allowing us to customize/tamper with our phones in the first place. Opening their source means that we'll be testing scenarios they never thought of. Let's play nice and give them a break.
shoey63 said:
And yes there are plenty more questions to be answered, Like - Why are virgin stock ICS builds seemingly immune from eMMC bug (Or are they)? Samsung reckons they cant replicate the problem!! (WTF!)
And another one - Does rooting and/or CWM increase the likelihood of bricking? (On ICS) and if so, why?
Click to expand...
Click to collapse
All part of the same concept: using stock/manufacturer-prescribed-and-tested methods of flashing vs. using custom flashing methods.
As far as Samsung not acknowledging the eMMC wipe brick bug, read this: http://forum.xda-developers.com/showthread.php?t=1698977
If you go the manufacturer's way, you're pretty much guaranteed that they ate their own dog food. If you decide to flash custom data, then you make yourself responsible for eating your on dog food, make sure you're recipe is kosher!
CWM is a custom recovery console, so yes, you're increasing your chances of bricking your device. Rooting is also a custom piece of data written to your device, so you've increased your risk (especially if you're using custom recovery).
I reckon that wiping data on the eMMC from stock recovery and custom recovery with a faulty eMMC chip can trigger the disastrous brick (the formatting process hangs, and lord knows what partition got affected).
I don't know if that stands with Samsung Odin (aka PC Odin) as it is probably not using the kernel to do the wipe (you can also repartition from there, so maybe the routines handle faulty chips better).
Related
I’ve just updated from MoDaCo’s 1.5 ROM to the CM6 2.2 ROM and since it’s been so long (over a year) since I’ve rooted my phone and dived into all the information involved in doing so. Back then it wasn’t as easy as it is now with some of these rooting methods. In fact I remember it being a real mess ha. (http://forum.xda-developers.com/showthread.php?t=583291)
So basically, I’ve managed to do quite a lot of things and I want to help a friend out but I want to make sure all my info is right.
ALL of this is basically on giant question. I just word it as if I know what I’m talking about. But please help me correct everything that is wrong (and I know there is a lot), help answer some of my questions, and even let me know where I’m right. I didn’t type everything up as questions so that it reads easier. If I need to repeat some sections to get clarification I can.
Customizing you Phone
The first step is to gain root access via installing (flashing) a recovery program (image).
This program (image) is only accessible via boot (boot into recovery). It allows you to make a back-up of the phone in its entirety, restore said back-ups, allow PC access connectivity (via USB), flash programs/files (“installing” in a sense), partition an SD card, perform various wipes, and some miscellaneous things.
Ok – I’ll pause here to get some info. Wipe Data/Factory Reset; this means erasing everything off the phone and it resets the current ROM back to its native state. Wipe Dalvik-cache… I’m not sure what this does exactly but I assume it has something to do with the programs installed or the SD card. Furthur, why would I want to ‘wipe battery stats’ or ‘rotate settings’ ? And wipe SD:ext partition has to do with Apps to SD?
Also, when you do these wipes and flashes and re-do your phone from scratch, the only thing that is never touched is the recovery image. It’s fair to say, when you flash the recovery image during your rooting, it’s the only set in stone thing on your phone… that is until you re-root your phone or flash an alternate recovery.
Apps2sd – When I first rooted my phone and installed MoDaCo’s ROM, I ventured into the land of Apps2sd. This too was a PAINFUL process partitioning my SD card and learning all about the ext2/3/4 and I’ve already forgotten everything. After going through all that to clear up what little space I had on my Hero, I then read all kinds of people saying Apps2SD is bad cuz it’s slow and blah blah. So I took it off. Now it seems that Google has made an Apps2sd native? I just need updated on the whole Apps2sd thing both in general and for the Hero.
Ok – Back. Some of the things you can flash are custom ROMs (a ROM is the Operating System essentially), data that tells the computer to work differently such as custom kernels (what makes the phone work, basically communication between hardware and software), new radios (what retrieves and uses signals), and battery stuff (what would it be called? “Battery kernel info”? haha). You can even flash programs right to the phone (apk files).
The biggest reason to root your phone, is to install a custom ROM. Custom roms typically cut out a lot of bloat that the stock OS would have such as un-removable programs (Sprint NFL and NASCAR… Thanks but no thanks Sprint) and OS things. Many developers have even tweaked ROMs to optimize performance and battery life. Why would the stock ROM not do this? And why would it seem the dev’s (developers) making custom ROMs are better than the devs at Google/Sprint/Samsung/etc.? Certain applications also require rooted phones (or just simple ‘root’) due to their extended abilities or required securities (such as WaveSecure?).
Reminder – everything is a question even tho some things have ‘?’ and some don’t. I know that I do not know what I’m talking about. I just want to confirm what I do know, and learn where I’m wrong!
Now some straight up questions:
When you get a custom recovery, ROM, and kernel on your phone… you’ve just about altered all major parts of your phone (software speaking of course)?
When you want to put on a custom ROM, you first wipe everything then flash the ROM. Then you may flash additional items such as gapps (google applications pack), custom Kernals, etc. When you want to change roms, do you have to undo everything and start from scratch and put new gapps back on, a new kernel, etc? What about just updating a ROM? What if you have a ROM you like, but just want to un-install(un-flash) gapps – possible?
[*]So example, If I needed something I forgot on an old setup – like a text message or file from EasyNote, I would have to nandroid backup, wipe everything, flash old ROM and additional files, restore OLD nandroid, grab the files, wipe everything, flash back newer ROM and additional files, restore new nandroid that was just created to be back where I started? (I actually have to do this too haha – want to make sure that’s right.) Basically I’m making sure I’m right about nandroid. It back’s-up all data and setting type files for current ROM?
What would happen if I tried to restore a nandroid back-up created during another ROM?
MoDaCo’s old custom ROM had WaveSecure installed with it so that it could not be removed. Is it possible to still do this with other ROMs?
Why do some people talk so negatively about gapps? Is there something wrong with them?
Back when I first tried learning all this a year ago, the Hero’s messaging app was known to be a real battery-eater and never slept so it was recommended to switch to a 3rd party and disable the stock app’s notifications. What’s the development on that?
I still have a whole paper full of other questions, but I think this is already getting loooong… so I’ll leave it here for now. The point of all this is to yes, educate myself so that I may help others…. But I plan on writing up a real all-inclusive guide to android and rooting and the like. I’ve searched a lot and learned a lot, but nowhere (including the wiki) did I find a nice, chronological guide of information. Hopefully I can fill that niche once I know exactly what I’m talking about, and even then I’ll need some peeps to clean my stuff up a bit. I also happen to be a filmmaker so I’d like to make a good video on this as well. It won’t be one of those videos where you can barley understand the person talking, shot in the basement with all the lights off, camera held in hand and shot with web-cam, etc. (Note: Just today I saw the XDA-TV post… sorry I missed it) D:
LAST NOTE:
Ok I promise I’m almost done. I just wanted to say that if anyone would not mind talking on the phone… I would love to just blow through this stuff a lot faster and be able to have a convo with some 1 on 1 feedback allowing me to get lots of questions answered. Even just 10 minutes would help me out tons! So if anyone who is a genious on this stuff (like devs… ) and wouldn’t mind chatting for a few – please PM me. I can do Skype as well.
I hope someone will take the time to answer you, it will help me too LOL. Last thing I rooted was the G1 years ago, & just yesterday rooted the Hero (& flashed CM6 today) I got off of Craigslist. Seems like some phones have better wikis than others.
I haven't been in the rooting/flashing game for a while since I've owned tons of different devices before & after the G1. Since then the only flashing I did was flashing Android onto a WM device LOL. Never bothered flashing the Vibrant, Epic, or Evo (sold, sold, & sold.)
Anyway, yeah, I hope someone answers! You have my support!
Root and recovery are two totally separate things - you can root your phone and not flash a recovery, it's totally up to you. Root gives you access to things on your phone, that you would otherwise not have - like flashing recovery, ROM(s), apps that need root access, etc. Goto the wiki there's a link which gives a high level idea of what root gives you.
Recovery - gives you features such as Nand backup/restore, wipe cache, dalvik-cache, flash stuff (ROMs, kernels, etc.,)
Apps2SD - allows you to install apps to the SD card. If you are using android 2.2 or above, this feature is available natively, so you don't need something line apps2sd
Now, answers to your "Straight up questions..."
1. Yes, once you root, flash recovery, flash ROM... you have altered your phone from a software stand point. You can return it to "out-of-the-box" state by running any official RUU provided by HTC/Sprint (for HTC Sprint Hero)
2. This varies from ROM to ROM, you should read the specific instructions provided by the ROM builder. About removing gapps, it is pretty easy to remove any apps once you have root access - read up the wiki or search for removing apps
3. Depends on what you want to get back - for all your daily needs, there are backup applications that can help you backup stuff from the phone, which you can then restore, once you have the app running and backup available
4. If you restore a nand backup, it will put your phone to a stage when you had created the backup
5. You will have to read up about MoDaCo ROM, that is a ROM specific thing
6. There's nothing wrong about the gapps - not sure what you are referring to
7. There are multiple messaging apps - handcent, chomp, google voice, etc. It all depends on your personal preferences
I would honestly recommend you to search on the forums and also visit the wiki. There's a whole lot of information about everything here. Also, Hero being a bit old phone, more often than not, the problem you might be facing... might have been already answered. Yes, it is time consuming, but will surely help you. The more you read, the comfortable you will feel.
Hope this helps. Let me know if I can help you further. Again, I started the same way as you, rooted the phone, flashed CM6, played around, something went horribly wrong, then had to RUU, root, flash... everything. But, that taught me a lot.
Enjoy!
So basically, I’ve managed to do quite a lot of things and I want to help a friend out but I want to make sure all my info is right.
Customizing you Phone
The first step is to gain root access via installing (flashing) a recovery program (image).
This program (image) is only accessible via boot (boot into recovery). It allows you to make a back-up of the phone in its entirety, restore said back-ups, allow PC access connectivity (via USB), flash programs/files (“installing” in a sense), partition an SD card, perform various wipes, and some miscellaneous things.
Click to expand...
Click to collapse
Not sure which phone you are working with, but I'm pretty sure, as a general
rule, you need root before you can flash the recovery image. Could be mistaken
on that, but that's how it was for my hero. Once you have the recovery image
flashed, you are correct, you can make and restore backups, you can access
the phone's internal storage and SD card, push/install apps, remove apps, etc.
Ok – I’ll pause here to get some info. Wipe Data/Factory Reset; this means erasing everything off the phone and it resets the current ROM back to its native state. Wipe Dalvik-cache… I’m not sure what this does exactly but I assume it has something to do with the programs installed or the SD card. Furthur, why would I want to ‘wipe battery stats’ or ‘rotate settings’ ? And wipe SD:ext partition has to do with Apps to SD?
Click to expand...
Click to collapse
Wipe/Factory Reset basically formats the various partitions in the phone's
internal memory, if you do a wipe and reboot your phone, you'll boot loop, as
the phone no longer has an operating system. To restore back to original,
you would need to use an official RUU as andythegreenguy stated. You can
get the official rom upgrades (RUU's) from your carrier's website.
I'm still learning a lot of this myself, but the Dalvik-Cache is basically the OS's
cache, which has files randomly dumped into it and removed from it. Wiping
the Dalvik-Cache is beneficial (and sometimes required) when making
modifications to your rom. It can help improve your performance under some
circumstances, but will make your phone boot slower while the cache is being
recreated. SD:EXT only applies if you have partitioned your SD, for example,
to be used with Apps2SD. If you have no EXT partition, you can't format it.
If you are using Apps2SD, and have partitioned your SD card, this will erase
the EXT partition.
As a general rule that I follow, whenever I am making major changes, and
especially when I am flashing between different roms, I wipe everything, and
repartition/format my SD card. This helps me to know that any problems I run
into are not caused by something from a previous rom that didn't get erased.
I've never messed with wiping rotate, but wiping battery stats can be useful.
Lithium batteries have a little controller board that basically stores the battery
state. Sometimes this can get messed up, and a perfectly healthy battery will
think it's out of power a lot faster than it should. Resetting the battery info
can sometimes fix this issue. A recommendation I saw was to run your battery
down, reset the battery state, let the phone die, then do a full charge/discharge
cycle. Never had to do this, myself..
Also, when you do these wipes and flashes and re-do your phone from scratch, the only thing that is never touched is the recovery image. It’s fair to say, when you flash the recovery image during your rooting, it’s the only set in stone thing on your phone… that is until you re-root your phone or flash an alternate recovery.
Click to expand...
Click to collapse
Sorta.. hboot and the radio are both beyond the recovery, and messing with
either of those without knowing what you are doing can cause your phone to
become a brick. Any recovery you flash should remain in place unless you use a
RUU, flash a different recovery, flash a rom that includes a different recovery,
(haven't run across that except for the RUU's), or mess with the MTD partitions.
Apps2sd – When I first rooted my phone and installed MoDaCo’s ROM, I ventured into the land of Apps2sd. This too was a PAINFUL process partitioning my SD card and learning all about the ext2/3/4 and I’ve already forgotten everything. After going through all that to clear up what little space I had on my Hero, I then read all kinds of people saying Apps2SD is bad cuz it’s slow and blah blah. So I took it off. Now it seems that Google has made an Apps2sd native? I just need updated on the whole Apps2sd thing both in general and for the Hero.
Click to expand...
Click to collapse
Apps2SD is fine, any speed issues would primaryly be loading delays on slower
SD cards. Apps2SD also requires your SD card to be properly partitioned. The
Apps2SD that is in Android 2.2 is a little different, in that from my nderstanding,
it uses the Fat32 partition on the SD card, and thus does not require you to
partition your SD card. It is also to my knowledge only available on roms based
on Android 2.2.
A lot of custom roms have some form of Apps2SD now, but they require you to partition the SD card, and, as far as "speed" issues, I have ran my apps from
a class 2 card just fine, but moving the Dalvik-Cache to the SD card will cause
lag if you have a slow card. Class 4 or higher is recommended for moving your
cache.
Ok – Back. Some of the things you can flash are custom ROMs (a ROM is the Operating System essentially), data that tells the computer to work differently such as custom kernels (what makes the phone work, basically communication between hardware and software), new radios (what retrieves and uses signals), and battery stuff (what would it be called? “Battery kernel info”? haha). You can even flash programs right to the phone (apk files).
Click to expand...
Click to collapse
Correct, you can flash ROMS, Kernels, Radios, apps (if packaged properly),
apk files that aren't packaged in an update.zip will either have to be pushed
via ADB, or can be installed from your SD card with a file manager.
The biggest reason to root your phone, is to install a custom ROM. Custom roms typically cut out a lot of bloat that the stock OS would have such as un-removable programs (Sprint NFL and NASCAR… Thanks but no thanks Sprint) and OS things. Many developers have even tweaked ROMs to optimize performance and battery life. Why would the stock ROM not do this? And why would it seem the dev’s (developers) making custom ROMs are better than the devs at Google/Sprint/Samsung/etc.? Certain applications also require rooted phones (or just simple ‘root’) due to their extended abilities or required securities (such as WaveSecure?).
Click to expand...
Click to collapse
As far as the biggest reason to root your phone, I would have to say that the
answer to that would vary from person to person. Most users root to install
custom roms, but rooting gives you full control of the operating system. Since
android is Linux, having root access on your phone will allow you to change the
things that you otherwise could not. Utilities like Titanium backup can be used
to back up and restore your apps and data, performance benefits are always
a huge consideration. Companies like HTC and Sprint don't take performance
concerns into consideration because they are providing a product that is in their
opinion disposable, and "generic enough" for most users. Asking why they don't
fix the performance issues is like asking why every car on the road can't run 160
miles per hour while getting 40 miles per gallon. Some people don't care to have
the fastest, most efficient phone, and some people can't stand having sluggish
and unresponsive phones.
Now some straight up questions:
When you get a custom recovery, ROM, and kernel on your phone… you’ve just about altered all major parts of your phone (software speaking of course)?
Click to expand...
Click to collapse
With a recovery, rom, and kernel, you've flashed all of the major software components
that you will be concerned about. Performance gains are all found in the ROM
and Kernel, and so most people have no need to go further than that. Basically,
think of the Kernel as the brain, and the ROM as the rest of the operating system
The recovery is important, but is transparent to the function of the phone once
everything is up and running.
[*]When you want to put on a custom ROM, you first wipe everything then flash the ROM. Then you may flash additional items such as gapps (google applications pack), custom Kernals, etc. When you want to change roms, do you have to undo everything and start from scratch and put new gapps back on, a new kernel, etc? What about just updating a ROM? What if you have a ROM you like, but just want to un-install(un-flash) gapps – possible?
[*]So example, If I needed something I forgot on an old setup – like a text message or file from EasyNote, I would have to nandroid backup, wipe everything, flash old ROM and additional files, restore OLD nandroid, grab the files, wipe everything, flash back newer ROM and additional files, restore new nandroid that was just created to be back where I started? (I actually have to do this too haha – want to make sure that’s right.) Basically I’m making sure I’m right about nandroid. It back’s-up all data and setting type files for current ROM?[*]What would happen if I tried to restore a nandroid back-up created during another ROM?
Click to expand...
Click to collapse
I'll try to answer these in one shot. It's recommended that you always wipe
everything before installing a custom rom, except if the rom you are installing
is *SPECIFICALLY* an update for the rom you are running, and the dev states
that a wipe is not necessary. Generally, you want to make a nandroid backup,
wipe, install the rom, make sure everything is fine, nandroid, install the kernel,
check things over, rinse and repeat.
In my case, I generally return to configs that I've already tested, so I skip some
steps, but the order is ROM, Kernel, then the other parts.
If you forgot a text message from another rom, as long as you have the nandroid
you should be OK. You can boot into recovery, make a nandroid backup of your
current configuration, then wipe everything, restore the nandroid from the
old configuration, retrieve your message or data, Then you can reboot, wipe,
and restore the nandroid from the new configuration. Keeping multiple nandroids
can be userful if you are using an AOSP rom as your daily rom, since on the
Hero, to my knowledge, you can only update your PRL under a Sense based rom.
A lot of users will restore the sense backup to update their PRL, then restore the
AOSP rom.
[*]MoDaCo’s old custom ROM had WaveSecure installed with it so that it could not be removed. Is it possible to still do this with other ROMs?
Click to expand...
Click to collapse
Never used WaveSecure, but as a general rule, if you can download the APK, you
should be able to install it on any rom.
[*]Why do some people talk so negatively about gapps? Is there something wrong with them?
Click to expand...
Click to collapse
Some people like fat chicks, and some people don't. The argument about
gapps is akin to asking what's better, PC or Mac, Linux or Windows, sports cars
or station wagons. It's all personal preference. What's right for you might not
be right for your best friend.
[*]Back when I first tried learning all this a year ago, the Hero’s messaging app was known to be a real battery-eater and never slept so it was recommended to switch to a 3rd party and disable the stock app’s notifications. What’s the development on that?
Click to expand...
Click to collapse
The messaging app had a bug that would lock the dialer and prevent the phone
from sleeping. This bug was supposedly fixed in the 2.1 update, but 2.1 also
introduced a whole plethora of other bugs. Some people still prefer third party
messenging apps, but I use the stock app with no issues. on a good day I can
get 27 hours on a charge, but I do a lot and so most days I get 12 hours or so.
Hope this has helped.
LAST NOTE:
Ok I promise I’m almost done. I just wanted to say that if anyone would not mind talking on the phone… I would love to just blow through this stuff a lot faster and be able to have a convo with some 1 on 1 feedback allowing me to get lots of questions answered. Even just 10 minutes would help me out tons! So if anyone who is a genious on this stuff (like devs… ) and wouldn’t mind chatting for a few – please PM me. I can do Skype as well.
Click to expand...
Click to collapse
This may sound strange from a guy with a cellphone, but I actually hate talking
on the phone. Feel free to send me a PM now and then with questions. If I know the answer, I'll help out.
I'm not as knowledgeable as any of the devs, I'm still learning all of this myself. My answers might not be
'correct', but they work for me. most things related to android have no 'correct' or 'definitive' answer, but
that's the beauty of a platform that can be customized to taste. We can all make recommendations, and
can even tell you our reasoning or logic behind them, but we can all also learn a few things.
andythegreenguy said:
Root and recovery are two totally separate things - you can root your phone and not flash a recovery, it's totally up to you. Root gives you access to things on your phone, that you would otherwise not have - like flashing recovery, ROM(s), apps that need root access, etc. Goto the wiki there's a link which gives a high level idea of what root gives you.
Recovery - gives you features such as Nand backup/restore, wipe cache, dalvik-cache, flash stuff (ROMs, kernels, etc.,)
Click to expand...
Click to collapse
Ah! So the recovery is a nice, built-into-phone way of flashing, whiping, etc; otherwise you would need to use the command prompt. (Correct?)
andythegreenguy said:
Apps2SD - allows you to install apps to the SD card. If you are using android 2.2 or above, this feature is available natively, so you don't need something line apps2sd
Click to expand...
Click to collapse
Excellent. But does running apps from the SD card cause the apps to run slower or open slower? Should I keep primary apps or most commonly used apps on the phone or it doesn't matter?
andythegreenguy said:
If you restore a nand backup, it will put your phone to a stage when you had created the backup
Click to expand...
Click to collapse
So the Nand-Backup saves ALL information including flashed ROMs, Kernels, BatteryTweak, etc? What about information on the SD card especially not that apps can be moved there)?
andythegreenguy said:
There are multiple messaging apps - handcent, chomp, google voice, etc. It all depends on your personal preferences
Click to expand...
Click to collapse
I understand this, but I just wanted to know If it's a mistake to be using the stock texting app - if the messaging app in CM6 is even the stock one. I have tried Chomp and Handcent and I actually love handcent, but it's just WAY to slow.
I have searched the forums and wiki quite a lot, thats how I got this far. I try to search for some as many things as I can, but it's just hard to get some real clarity on some things and especially the broad things. That's why I plan on taking the results of this thread and making a nice 'general' guide and possibly a video.
Thanks a lot andythegreenguy. Appriciate the help a lot
To moxlon69:
moxlon69 said:
you need root before you can flash the recovery image
Click to expand...
Click to collapse
Yes you are right. I was a bit mixed up on that (even though I've done it twice! haha)
moxlon69 said:
Wipe/Factory Reset...
Click to expand...
Click to collapse
Lot of good clarification there. Very good, thanks!
moxlon69 said:
Sorta.. hboot and the radio are both beyond the recovery...
Click to expand...
Click to collapse
Ah. What is hboot? Had some trouble finding general info on it. What is there to know about the radio? I haven't done it nor think i need to, but isn't changing the radio just the same as flashing something? (http://geekfor.me/faq/flash-radio/)
moxlon69 said:
Apps2SD is fine, any speed issues would primaryly be loading delays on slower SD cards. Apps2SD also requires your SD card to be properly partitioned. The Apps2SD that is in Android 2.2 is a little different, in that from my understanding, it uses the Fat32 partition on the SD card, and thus does not require you to partition your SD card. It is also to my knowledge only available on roms based on Android 2.2.
A lot of custom roms have some form of Apps2SD now, but they require you to partition the SD card, and, as far as "speed" issues, I have ran my apps from a class 2 card just fine, but moving the Dalvik-Cache to the SD card will cause lag if you have a slow card. Class 4 or higher is recommended for moving your cache.
Click to expand...
Click to collapse
So if I have a 2.2 ROM... would I need to make a partition? I never read anything about needing it in CM6 threads. What was all the jazz about making different ext-s? Like 2, 3, or 4? I guess it's not relevant any more.
How do you move the Dalvik-Cache to SD?
Quick note:
AOSP and PRL are not on the wiki - not that many people don't know what they are... but why not?
Q: Why do some people talk so negatively about gapps?
A:Some people like fat chicks
Click to expand...
Click to collapse
Well said haha. The whole analogy was good.
Thanks a million moxlon69 - That helps out more than you can imagine. I'm going to begin working on a write up of all this, but I do still have lots of questions. I'll probably continue posting in this thread for a while to keep it simple... unless I have an embarrassingly stupid question I can't find an answer for then I'll PM ya!
Thanks again moxlon69 and andythegreenguy.
Edit: This thread is going to become the tl;dr thread! haha
One more try.
I know it's a lot of reading, but any help you guys can offer is much appreciated and will be returned in the form of a video. You could then just send all the newbies to the video and hopefully many of their questions will be answered.
I just don't want to make the video without being precisely accurate. I have more questions, but I should probably wait for the current queue of my questions to go down.
Thanks again for the help thus far!
First off, Thank you to all the dev's who've put out all the great roms (too many to mention)....
But, as I was reading through some of the most recent releases of roms, I found myself more and more frustrated with confusion. It wasn't the screenshots (thanks, it helps), it wasn't the list of changes/additions/subtractions (that really helps), it was more the complex install info.
I'm not trying to hurt anyone's feelings, but why would you go off on a tangent to left field while your writing down how to install something? Can we get a universal install procedure?
Most roms are released within hours and in some cases days of one another. Lets assume that rom a has what newest rom b needs and create something from that. Then if you need to express random thought for the new guy, that could be post #2. I guarentee that most of the people here have flashed and re-flashed and soft bricked and flashed again.
Guess what I'm trying to say is, rom dev's are releasing things that probably no one will use cause they aren't clear and concise on the install procedure.
FroztIkon said:
First off, Thank you to all the dev's who've put out all the great roms (too many to mention)....
But, as I was reading through some of the most recent releases of roms, I found myself more and more frustrated with confusion. It wasn't the screenshots (thanks, it helps), it wasn't the list of changes/additions/subtractions (that really helps), it was more the complex install info.
I'm not trying to hurt anyone's feelings, but why would you go off on a tangent to left field while your writing down how to install something? Can we get a universal install procedure?
Most roms are released within hours and in some cases days of one another. Lets assume that rom a has what newest rom b needs and create something from that. Then if you need to express random thought for the new guy, that could be post #2. I guarentee that most of the people here have flashed and re-flashed and soft bricked and flashed again.
Guess what I'm trying to say is, rom dev's are releasing things that probably no one will use cause they aren't clear and concise on the install procedure.
Click to expand...
Click to collapse
I see your on super nova. Have you looked at Mosaic. I tried to make the directions as simple as i could
right now with the recent port of the i9000 2.3.3 things have changed.
and changed very recently.
soon enough there will be an easier, more standard way to upgrade.
but keep this in mind....
what we are doing here is programming a phone. the devs AND YOU!
programming an electronic device is not a simple thing, and is not childs play.
the devs have YEARS of experience in programming to bring us the software,
we need to understand what we are doing in order to do it.
so we need to understand programming.
this cannot be done in 10 minutes by just reading instructions.
and this SHOULD NOT be able to be done in 10 minutes by reading instructions.
there are real risks in doing this, that is why it voids your warranty.
you need to understand what you are doing to be able to do it.
thats why you must LEARN in order to do this.
nobody ever learns with brain-dead instructions.
the more you LEARN first, before flashing, the better your chances at success.
the easier the instructions the easier noobs run into problems! Brick their device or get scared and confused about very simple things that they should have understood first!
so the complexity has a dual purpose, it forces you to go out and LEARN before you do anything AND also provides you with alot of information to start learning
<<Captivate Post of the Week>>
TRusselo said:
right now with the recent port of the i9000 2.3.3 things have changed.
and changed very recently.
soon enough there will be an easier, more standard way to upgrade.
but keep this in mind....
what we are doing here is programming a phone. the devs AND YOU!
programming an electronic device is not a simple thing, and is not childs play.
the devs have YEARS of experience in programming to bring us the software,
we need to understand what we are doing in order to do it.
so we need to understand programming.
this cannot be done in 10 minutes by just reading instructions.
and this SHOULD NOT be able to be done in 10 minutes by reading instructions.
there are real risks in doing this, that is why it voids your warranty.
you need to understand what you are doing to be able to do it.
thats why you must LEARN in order to do this.
nobody ever learns with brain-dead instructions.
the more you LEARN first, before flashing, the better your chances at success.
the easier the instructions the easier noobs run into problems! Brick their device or get scared and confused about very simple things that they should have understood first!
so the complexity has a dual purpose, it forces you to go out and LEARN before you do anything AND also provides you with alot of information to start learning
<<Captivate Post of the Week>>
Click to expand...
Click to collapse
Nice long post. Although alot of rambling Tru but I like your last line
As for a standard set of installation instructions, I dont think we will ever see it. Each rom is as unique as the person that developed it, and with that individuality comes an individual requirement for implementation.
ATM some ginger roms are wipes, some arent, this used to be true for all froyo/eclair roms.
that is why we USED TO have to flash to stock each time. same now. (for non wipe roms)
that changed! it can again!
as for getting the bootloaders, if you are installing a WIPE rom you dont need to flash the whole i9000 package. Just the bootloaders alone and ONLY ONCE. some roms currently use this method.
other roms that arent wipe roms depend on apps and framework to be there, or might not like other stuff left over that may still be there. so it is necessary to flash back to i9000 stock, this can be done with or without bootloaders if you already have them. but most of the non bootloaders packages have been taken down. once again you only need to get the bootloaders once.
once again all this can change and standardize again. with the following intructions:
from eclair or froyo
1. odin flash GB bootloader and CMW3 kernel in a single package. (small 4 MB package!)
2. boot into CWM3 and flash a WIPE ROM.
done and upgraded.
my fastest upgrade was one extra step. the bootloader package had re-orient kernel with no cwm3 so i had to reboot and odin flash talon between step 1 and 2.
still pretty easy with a wipe rom.
we grow up so quickly...
I have been trying to find answers for a week now and have found a lot of info. The problem is most of the info is contradictory and I'm not really sure which is good and which is not. I currently have an AT&T Samsung Captivate, firmware ver 2.2, kernel ver. 2.6.32.9 build# FROYO.UCKB1. I believe that is the stock At&t froyo build. It is rooted, I do have SGS tools (which I don't really understand what all it can do for me) and Titanium backup (which I've not tried to use yet for fear of breaking my phone). I run 91PandaHome and a bunch of apps I like.
My problem is that the phone sometimes is just really sluggish, certain programs really kill it. For example, I have PlantVsZombies which mostly runs ok, but sometimes slows down and worse 3 out of 5 times I play will not close. I have to power/volume up reboot to get out of the game. Other programs occasionally do this to me, but not as often.
I've been reading up and see that there are lagfixes, and understand that samsung apparently chose a ****ty file system, but I don't understand android well enough to know what's safe. What I want to know is what is as of today the safest, easiest way to fix the lag. I think I am going to be told something that changes the file system to ext4 is what I want, but I really don't understand what will be safe to use for that. I thought I wanted OneClickLagFix, then I found that maybe Voodoo was what I wanted, and now it seems that neither is currently being developed. Reliability, ease of transition and ease of putting it back to stock are important factors for me.
Suggestions, links and general help will be greatly appreciated.
Try going to a custom rom where all of that is done for you. Since you are new to this, I suggest you go look up the rom Serendipity 6.4, it's very easy to install and has it's own thread in the development section.
fianor said:
I have been trying to find answers for a week now and have found a lot of info. The problem is most of the info is contradictory and I'm not really sure which is good and which is not. I currently have an AT&T Samsung Captivate, firmware ver 2.2, kernel ver. 2.6.32.9 build# FROYO.UCKB1. I believe that is the stock At&t froyo build. It is rooted, I do have SGS tools (which I don't really understand what all it can do for me) and Titanium backup (which I've not tried to use yet for fear of breaking my phone). I run 91PandaHome and a bunch of apps I like.
My problem is that the phone sometimes is just really sluggish, certain programs really kill it. For example, I have PlantVsZombies which mostly runs ok, but sometimes slows down and worse 3 out of 5 times I play will not close. I have to power/volume up reboot to get out of the game. Other programs occasionally do this to me, but not as often.
I've been reading up and see that there are lagfixes, and understand that samsung apparently chose a ****ty file system, but I don't understand android well enough to know what's safe. What I want to know is what is as of today the safest, easiest way to fix the lag. I think I am going to be told something that changes the file system to ext4 is what I want, but I really don't understand what will be safe to use for that. I thought I wanted OneClickLagFix, then I found that maybe Voodoo was what I wanted, and now it seems that neither is currently being developed. Reliability, ease of transition and ease of putting it back to stock are important factors for me.
Suggestions, links and general help will be greatly appreciated.
Click to expand...
Click to collapse
Just a few quick things:
Titanium backup is a good friend to have on your phone. It won't break it - it will just take snapshots (for lack of a better phrase) of your apps so that you can restore them later if you need to.
Most lagfixes are cooked into kernels, so using lagfix will most likely go hand-in-hand with flashing to a custom rom. Not that you can't lagfix stock, but statistically speaking, lagfix will be done with a new kernel via the Clockworkmod Recovery Menu.
As for general fixing of lagginess... (READ UP FIRST) Flash a custom Rom (READ MORE). Most of the problems you're experiencing (ARE YOU READING UP ON FLASHING?) should be fixed by flashing (DO MORE READING) a custom rom. Do some research on roms and pick one that you think you'll like. (Note - don't post questions asking which one to do, it tends to be a bit of a touchy subject on the forum.) If you're wanting to be cautious, it would be safer to stay with a Froyo-based rom, as they're more tested and there's less danger involved (specifically, you don't have to flash bootloaders, which is the area where you can get a real brick).
Oh, and (shameless self plug) if you need to know what different terminology and items on the forum mean, just click the link in my signature.
jmtheiss said:
Just a few quick things:
Titanium backup is a good friend to have on your phone. It won't break it -
Click to expand...
Click to collapse
Actually, it CAN break your phone if you don't know how to use it. Backing up is safe, but never, ever restore system data with TiBu when changing ROMs and only restore app data you know is safe.
I would recommend staying away from any Gingerbread-based ROMs until you have a better understanding of the phone and the process. Andromeda 3 is a good choice for a Froyo-based ROM and is very easy to flash, but do your research on the process before you attempt it. Almost any custom ROM will have a lagfix in the kernel and performance will be noticeably better than stock. You will likely have to redo your root after installing a new ROM, so read up on that process, too.
jmtheiss said:
As for general fixing of lagginess... (READ UP FIRST) Flash a custom Rom (READ MORE). Most of the problems you're experiencing (ARE YOU READING UP ON FLASHING?) should be fixed by flashing (DO MORE READING) a custom rom.
Click to expand...
Click to collapse
I lol'd at the "()" parts
To build on jmtheiss post. For "reliability" look for a KB1 based ROM as this is what your phone is currently running, and is the newest version of firmware written specifically for the AT&T captivate. You won't come across any major issues that make the phone unusable, nor any "annoying" bugs. Then if your feeling more adventurous, and have gotten a solid understanding of the process of flashing ROMs, look to I9000 based 2.2.x ROMs, and lastly 2.3.x based ROMs.
For "ease of transition" start by getting the SGS Kernel Flasher or Heimdall to change the kernel. From there you can get past 3e recovery and you'll be free to make other changes.
For "ease of putting it back to stock" first find out what is your stock. Since this phone technically has 3 different "stock" firmwares. Then get a copy of that firmware (and steps on how to flash it) and keep it on your computer, in a location you'll be able to find easily in case of problems. Depending on how far "to the dark side" you go, will effect just how much of the "stock" files you'll need to keep as backups.
Personally I'd suggest this ROM as it's whats currently on my phone. Many have started off with Cognition and it's still a crowd fav. Both are KB1 based ROMs
Good day all.
Before I ask my questions I would like to say that In the few days I have been here I have been working on Understanding the Technical terms and Jargon this site uses ever so much, I have learned.
While the wiki (and these posts here) has helped a bit...I still find myself feeling a bit nauseous from what I have been currently been unable to understand so you might have to stand me being a noob for just a little bit longer I'm afraid.
Anywho...on to the questions...
I am aware the ROMs must match a given make and model of a phone to work and custom kernels must be matched to specific ROMs, but alot of these ROMs have really awesome features & improvements. Better Sound, DSP-equalizer, More efficient battery use, more function UIs, more control on security, SONY based Engines, CRT-Off Animations, ...why can't they all just work together?!?! So now I have to ask the crazy...
Is it possible to stack the features of different ROMs?
What is it I need to be looking for compatibility wise between all these ROMs/Themes/Apps/Kernels to make sure that I don't Clay or Brick the Note by combining the wrong codes?
I'm trying to figure out what I can do to mix and match intelligently to get the most out of a rooted note (as is... I suppose... all of you here).
On that...uh...note, I have seen a lot of talk about Titanium-backup App, Clockworkmod Recovery App & Nandroids.
Why do I need to use these to back up?
Why can't I just go into the phone & copy and paste all the files on a folder in the computer? Is it because Android is Linux based? Do not all the files show?
Should I have all these Backup Apps to back up every part of the Note or is just one enough?
Oh and one more thing... I Received my note today & a lot faster than I expected. So...
What would you recommend to be the smartest thing to do first after root?
Decisions Decisions.
Thank You
The most basic differentiating factor is to see if the ROMs are TouchWiz based or AOSP/CM/AOKP based, those are the main 2 categories that every ROM here falls under
Features from one category *mostly* can not be ported to other category if they are not present there. For example, S-Memo are exclusive to TouchWiz ROMs just like Tablet mode is exclusive to AOSP/CM/AOKP ROMs, but there might some rare exceptions
IMHO Titanium Backup is useful only if you have games data, normal apps I prefer to set them up manually to have the cleanest setup possible. Nandroids, OTOH, are essential, they are your safety net if anything goes wrong.
You can't back up an OS just by copying the files over cause you don't have access to the kernel and lower system files, that's where nandroids help
Hope this helps
matius44 said:
The most basic differentiating factor is to see if the ROMs are TouchWiz based or AOSP/CM/AOKP based, those are the main 2 categories that every ROM here falls under
Features from one category *mostly* can not be ported to other category if they are not present there. For example, S-Memo are exclusive to TouchWiz ROMs just like Tablet mode is exclusive to AOSP/CM/AOKP ROMs, but there might some rare exceptions
IMHO Titanium Backup is useful only if you have games data, normal apps I prefer to set them up manually to have the cleanest setup possible. Nandroids, OTOH, are essential, they are your safety net if anything goes wrong.
You can't back up an OS just by copying the files over cause you don't have access to the kernel and lower system files, that's where nandroids help
Hope this helps
Click to expand...
Click to collapse
Oh! Right... I'm not just backing up apps... I'm backing Up the OS. Duh. Ok.
I was thinking about it the wrong way.
I know what a TouchWiz ROM is, and its good to know that Tablet mode is exclusive to AOSP/CM/AOKP ROMs, I didn't know that either. As I mentioned in my post... I'm still working on the Jargon here. What does "AOSP/CM/AOKP" Mean? Can I switch around features if I kept in those respective types of ROMs?
CrazyOGuy said:
Oh! Right... I'm not just backing up apps... I'm backing Up the OS. Duh. Ok.
I was thinking about it the wrong way.
I know what a TouchWiz ROM is, and its good to know that Tablet mode is exclusive to AOSP/CM/AOKP ROMs, I didn't know that either. As I mentioned in my post... I'm still working on the Jargon here. What does "AOSP/CM/AOKP" Mean? Can I switch around features if I kept in those respective types of ROMs?
Click to expand...
Click to collapse
AOSP is "Android Open Source Project". That is just one kind of custom ROM. Also, several ROMs on here are built on "AOSP", meaning they use AOSP as a base and add "features" to it.
CM is "CyanogenMod". They are a very popular team that builds custom ROMs for different phones out there. Same thing applies, people will builld custom ROMs based on CM9 (which is Ice Cream Sandwich based) and add their own "features" to it. CM7 is Gingerbread based and not on the Note.
Also, read about the bricking situations, just to wrap your head around it and stay safe. Basically, just know right now that the only "safe" kernel is the CM9 kernel built by xplodwild OR the DAFUQ kernel built by Entropy.
The ICS sources have come out so we should see more kernels come out as the devs get their hands dirty.
I use Titantium Backup, personally, to back up my individual apps and such when I switch ROMs. Now, of course, if you restore apps, you might run into problems and you might need to wipe data again and start over and not restore apps. But, I RARELY have problems.
I hope all these details help!
CrazyOGuy said:
Oh! Right... I'm not just backing up apps... I'm backing Up the OS. Duh. Ok.
I was thinking about it the wrong way.
I know what a TouchWiz ROM is, and its good to know that Tablet mode is exclusive to AOSP/CM/AOKP ROMs, I didn't know that either. As I mentioned in my post... I'm still working on the Jargon here. What does "AOSP/CM/AOKP" Mean? Can I switch around features if I kept in those respective types of ROMs?
Click to expand...
Click to collapse
AOSP = Android Open Source Project = Google's pure android
CM = CyanogenMod
AOKP = Android Open Kang Project
Features theoretically can be ported between these, but it requires hackery skills since mostly it's framework dependant
For example, AOKP is famous with its ROM Control option in Settings menu, this is not present in AOSP at all and some of it is present in CM9. If you have good knowledge in code you can port, not very easy task
CrazyOGuy said:
What would you recommend to be the smartest thing to do first after root?
Click to expand...
Click to collapse
There are things that need to be done before the root. You need some basic tools to get into the business of flashing stuff.
1. PC Odin - that's a software for flashing firmware from your Windows. You can get it here. Top left hand corner of the first post.
2. Windows drivers - they are needed so your PC can recognize the phone once connect the two. Get it from the same URL, same place.
3. Mobile Odin Pro - basically does the same functions as PC Odin, but from your Note, not from the PC. Get the Lite version
if the Playstore doesn't let you buy the Pro one.
4. Titanium Backup - this is optional. I use it all the time with no trouble, but some prefer to re-install their apps manually after they switch to another Rom. Titanium allows you to backup all your apps and their data, and does a quick batch restore when you need it.
Now about the rooting matter.
I would recommend the following method:
http://forum.xda-developers.com/showpost.php?p=25285584&postcount=3
I think it is by far the easiest and quickest one.
After you are successfully rooted, come back here, report, and we'll take it from there, OK?
We won't be going anywhere.
P.S. If you get into bootloop after the PC Odin has finished the flash, don't panic, but read this:
http://forum.xda-developers.com/showpost.php?p=26460335&postcount=4
chasmodo said:
There are things that need to be done before the root. You need some basic tools to get into the business of flashing stuff.
1. PC Odin - that's a software for flashing firmware from your Windows. You can get it here. Top left hand corner of the first post.
2. Windows drivers - they are needed so your PC can recognize the phone once connect the two. Get it from the same URL, same place.
3. Mobile Odin Pro - basically does the same functions as PC Odin, but from your Note, not from the PC. Get the Lite version
if the Playstore doesn't let you buy the Pro one.
4. Titanium Backup - this is optional. I use it all the time with no trouble, but some prefer to re-install their apps manually after they switch to another Rom. Titanium allows you to backup all your apps and their data, and does a quick batch restore when you need it.
Now about the rooting matter.
I would recommend the following method:
http://forum.xda-developers.com/showpost.php?p=25285584&postcount=3
I think it is by far the easiest and quickest one.
After you are successfully rooted, come back here, report, and we'll take it from there, OK?
We won't be going anywhere.
P.S. If you get into bootloop after the PC Odin has finished the flash, don't panic, but read this:
http://forum.xda-developers.com/showpost.php?p=26460335&postcount=4
Click to expand...
Click to collapse
I did all that Pre-Root stuff two days ago. ☜(゚ヮ゚☜) YEAAAA!
As for how the root went...so far so good. As such I've just been upgraded from noob to kiddie hacker. Yay me...I guess.
I also did go for Titanium-backup App & Clockwork mod Recovery App (Free). Could not find Nandroid.
I am currently on 2.3.6 GB.
With that said. Now comes the fun part(...right?)
If you have done just what cursed4eva did in his video, you are rooted, but still haven't got a proper CLockWorkMod Recovery for further flashing.
If that is the case, you need to go to Chainfire's kernel thread and download the matching CF-Root kernel. For instance, download CF-Root-SGN_XX_OXA_LC1-v5.3-CWM5.zip if you have flashed N7000XXLC1_N7000OXALC1 Open Europe.
You need to extract the kernel zip to get the tar file inside. Put that tar file on your SD card, start Mobile Odin, tap on 'kernel' option, navigate to the kernel tar and flash. The phone will reboot, MO will flash the kernel, and you'll have the fully functional CWMR you need for doing nandroid backups/restores and flashing custom Roms.
Sorry for the Delay. Micro-SD Card took longer to receive than expected.
I have gone in and put that matching LA# .tar file on Moble ODIN. At the risk of asking a question whose only answer can be "DUH!"...
To flash the Kernel (or any of the respective things Mobile ODIN can do) do I press "Flash Firmware"?
My Concern of Bricking > Risk of asking Stupid Obvious Question
Edit: Every single place I searched presses said button...so I guess that's a yes. >_<
Edit 2: Success!
So how are the names given? Is all I need to look for is just match random bits of the titles code to see if the two are compatible?
And with this done...I can now start with some of the fun stuff... right?
Hello guys, it's me (nay, not Mario :laugh again. Another question.
Got a new battery which seems to hold charge well so I thought I might flash something in the likes of CM9 or CM10(.1).
I'm starting this thread because I would like to be totally sure what should I do (although I know I will never be 100% sure I'm doing it right). The reason I'm starting this thread is fear from bricking my phone (now troll me).
A little background (might be TLTR so freely skip it):
A year or so ago, I had a LG GT540 in my possession. Spoiled by the painlessness (is this a word?) of flashing Huaweis I fearlessly dared to flash fastboot on it in order to flash custom ROMs and stuff. The installation instructions seemed dead simple. Battery was full. Followed the procedure from letter to letter. Despite the fact that I followed the whole tutorial, in the end I got a hard brick. One hour later I thought it ought to be either finished or terminated due to an error of some kind. But no. It just stuck. Unplugged it and tried to turn it on. Fail, bootloop. Tried to reflash it, in all the modes I knew of. There were two or so modes: emergency and some über-emergency mode thingy. Fail. Then I tried with the official LG update tool. Final fail. That was the worst idea one could ever get, it got hard bricked, with no signs of life at all. RIP.
Back to the question.
As a proof that I used that damned search feature (at least tried to) here goes the procedure as I've understood it (while searching):
do a Nandroid and TB backup (optional, but you might really regret it if you don't do so)
back up your EFS folder
wipe data/factory reset
flash the ROM thru recovery
reboot
if it bootloops, reboot to recovery manually
flash the ROM again to finalize the procedure
eventually flash GApps
So,
did I leave out something?
what's the most reliable procedure/app to backup EFS?
is there a way to verify if EFS is properly backed up?
what's the proper, ahem, primer ROM to flash first and make stuff glue together nicely?
Semaphore's recovery tends to blink when browsing through using the capacitive menu button instead of volume buttons, is that a problem?
is Semaphore's recovery itself, regardless of the before mentioned issue, appropriate for flashing ICS/JB (or should I flash some other kernel/recovery before flashing)?
will I survive on XDA with that much questions at once?
It's SIM unlocked (don't know how, second hand phone, most likely with Helroz's unlock application), other details are in the signature.
Thanks in advance!
EDIT: See last post (#7 if the discussion goes on) for more details and answers to my questions.
http://www.youtube.com/watch?v=2DLySUtI8vo
http://www.youtube.com/watch?v=iRnH13sRAIc
http://www.youtube.com/watch?v=1RoZU5ZPMS4
http://www.youtube.com/watch?v=PwHVm90HO1w
check out these and you wont brick your phone happy flashing
I have already flashed a rooted kernel with CWM (CF-Root and later Semaphore).
Please, I know my English ain't perfect, but try to skim through my post. At least the second half of it.
your english is fine i read your post all of it i was just giving you a bit of direction incase you soft bricked your sgs,and as for what the best rom is they are all good roms the devs spend alot of time developing them its just a matter of what set up you like so try them all till you find one you like darkyrom v11 ,is pretty smooth its ics and stable cm 9 is good also ,remics jb 4.2.2 is good also .sgs i9000 is almost impossible to brick just read or watch the info two or three times just to be sure goodluck
TIGER 123 said:
your english is fine
Click to expand...
Click to collapse
Aw, thank you! Sorry for me being kinda needlessly rude.
TIGER 123 said:
and as for what the best rom is they are all good roms the devs spend alot of time developing them its just a matter of what set up you like so try them all till you find one you like darkyrom v11 ,is pretty smooth its ics and stable cm 9 is good also ,remics jb 4.2.2 is good also .
Click to expand...
Click to collapse
You meant this?
moorkai said:
what's the proper, ahem, primer ROM to flash first and make stuff glue together nicely?
Click to expand...
Click to collapse
In fact I wanted to know (along with the doubts from post #1) what do I need to flash prior to playing with ICS and/or JB because I thought that there are some ROMs (e.g. CM9) that do the necessary repartition process(es) as there are some partition layout differences between stock Gingerbread and the newer ICS and JB ROMs... and that failing to do so might lead to soft/hard bricks.
I know that asking questions like "What's the best ROM for my phone?" might lead to subjective and conflicting answers as some prefer lightweightness over functionality and vice versa, thus I don't prefer to do so, neither I did so in my first post. Sorry if you understood me otherwise.
Hope that I made some things more understandable now.
Okay, solved this doubt:
moorkai said:
what's the most reliable procedure/app to backup EFS? Tar zcvf contents of the /efs folder in terminal.
Click to expand...
Click to collapse
However, in one of the videos you posted here CWM 2.5.1.2 was used and thus it additionally stresses the following question:
moorkai said:
is Semaphore's recovery itself, regardless of the before mentioned issue, appropriate for flashing ICS/JB (or should I flash some other kernel/recovery before flashing)?
Click to expand...
Click to collapse
Help me!
I finally dared to flash CM10.1! Everything went silky smooth. Here are my conclusions for further reference (maybe someone can find them useful). These might be inaccurate, but I didn't brick my phone. After all, don't hesitate to correct me if I'm wrong.
How I flashed CM10.1:
do a Nandroid and TB backup (optional, but you might really regret it if you don't do so)
back up your EFS folder
wipe data/factory reset, wipe cache partition, advanced > wipe dalvik cache
flash the ROM through recovery (install zip from sdcard > choose zip from sdcard)
now it will reboot and finalize the flashing if everything is OK
eventually flash GApps
Questions from the first post and ...answers:
Q: Did I leave out something?
A: Most likely, not.
Q: What's the most reliable procedure/app to backup EFS?
A: Type the following stuff in Terminal Emulator or adb shell (root privileges necessary):
Code:
su
tar zcvf /sdcard/efs-backup.tar.gz /efs
# some users suggest that backing this up can also help if IMEI goes belly up
cat /dev/block/stl3 > /sdcard/efs_dev-block-stl3.img
Q: Is there a way to verify if EFS is properly backed up?
A: Dual File Manager is quite useful for testing archive integrity.
Q: What's the proper, ahem, primer ROM to flash first and make stuff glue together nicely?
A: CM10.1, I guess.
Q: Semaphore's recovery tends to blink when browsing through using the capacitive menu button instead of volume buttons, does that mean it will cause ROM installation to fail?
A: I don't know, maybe, so flash CM10.1 with CF-Root kernel installed instead.
Q: Is Semaphore's recovery itself, regardless of the before mentioned
issue, appropriate for flashing ICS/JB (or should I flash some other kernel/recovery before flashing)?
A: See previous answer.