How to Dual Boot your galaxy S2 - Galaxy S II General

OK so i know a lot of members are intrested in Dual booting their galaxy S2, so i have decided to complice a list of all the dual boot options i can find and have found. I have found two ways as it stands now, but my search has not been that deep yet, so here are the two ways for now and i hope to add more to the list soon.
SGS2 Dual-Boot Setup (LolBoot) - Ok so the first is an app by Hellcatdroid that you can download from Google Play. It only supports GB roms for now, but their is hope that he will put his PSvita down and continue to work on this great app.
Links
Thread
Google Play
SiyahKernel v3.1beta1 Kernel - So option 2 is a kernel from Gokhanmoral, the kernel is stable but the dual boot side is still in beta. This dual boot kernel is working with ICS roms (not GB), Gokhanmoral has tried a dual boot on stock and cm9 and this combo is working, he is pretty sure it will work with MUIU roms. The members on this thread will start to tell of other working combos they have tried, so give this one a go it is looking very good.
Links
Thread
Blog - The blog includes a changelog, and the download link for his kernel
Here is a guide thanks to Phistachio on how to dual boot using Siyah Kernel
[GUIDE] How to Dual Boot using the Siyah Kernel
Here is a fantastic guide, FAQ writen by droidphile for the use with Siyah kernel, it is a fantastic FAQ, so if you use it please go and thank him here -
Dual Booting FAQs
Here are some dual-boot faqs. Some answers may not be 100% true at present since Gokhan is still working on enhancing dual-booting and implementing all the placeholder features in touch recovery dual boot options.
1) So what's dual booting?
A. Option to boot into either two ICS roms - aosp or sammy. Immediately after boot logo is displayed, you will have a 3 seconds time-out where you can boot into secondary rom by pressing the home key. To boot into primary rom, wait for 3 seconds time-out to complete. If you don't like to wait - touch the screen, or press a volume key, or press power key during time-out.
2) What's the basic architecture behind dual booting?
A. Any rom will have /system, /data, /cache partitions and requires a kernel to boot. Primary rom has all these partitions on the same location as if you were single-booting. Secondary rom uses a hidden partition (/dev/block/mmcblk0p9) to be used as /system (it's /dev/block/mmcblk0p12 for primary rom). Second rom uses sdcard to store /data and /cache partitions. They're stored in /sdcard/.secondrom directory as mountable ext4 block device images (data.img and cache.img).
Kernel partition is shared, so same kernel boots both the roms. If you switch from Siyah to a different kernel dual booting will not be available even though you have a clone of secondary rom. Internal sdcard, ofcourse external plastic sdcard, /efs, /emmc, other kernel related virtual filesystem directories, etc are shared among roms.
3) I have just one rom now. How do i setup one more rom to dual boot?
A.
-To use current rom as primary: Assuming the other rom is downloaded and copied to phone memory
i) Flash latest Siyah that supports dual boot.
ii) Nandroid backup your existing rom.
iii) Full wipe, install the rom you need to dual boot into.
iv) Boot into that rom, perform initial setups, flash whatever zip you need to flash on that rom - gapps, themes, mods, etc. (Because after setting up dual boot you don't have an easy way to flash zips onto second rom. Remember /system and /data partitions are different for both roms)
v) Flash latest siyah on this rom.
vi) Boot into recovery, under dual-boot options, select "Clone Primary ROM to Secondary". Be patient and wait about 6-7 minutes.
vii) Within recovery, restore nandroid backup.
viii) Just to be sure, flash latest Siyah again.
-To use current rom as secondary: Assuming the other rom is downloaded and copied to phone memory
i) Flash latest Siyah that supports dual boot.
ii) Boot into recovery, under dual-boot options, select "Clone Primary ROM to Secondary".
ii) Without exiting recovery, Full wipe, install the rom you need to use as primary rom.
iii) Boot into that rom, perform initial setups.
iv) Flash latest Siyah just to be sure.
Now you have two roms. Press home key to boot into second rom when time-out is shown.
4) How much time was it to clone a rom?
A. There's /system, /data/ and /cache to clone. 2 GB data + 103mb cache + 513 mb system = 2.6 gb
Shell prompt read speed = 7mb per second.
Total Time = 2.6*(1024/7) = 380 secs = 6/7 minutes.
5) If i reboot to recovery from power-off state using 3 button method, to which rom's recovery it's booted into?
A. Unified kernel, same recovery. And remember - flashing zips to second rom is not possible.
6) Any solution to flashing zips to secondary rom?
A. Not until secondary rom is "converted" to primary rom. If you know what the updater script in the zip is doing, you can do that manually using Root Explorer (replacing/copy files, setting permissions, etc).
Else, temporarily make secondary rom the primary rom. Goto recovery, dual-boot options, "Clone Secondary Rom to Primary". Now your second rom becomes primary rom. Flash your zips. When you're done, restore nandroid backup of the other rom to make it primary as before.
7) Should i have same versions of kernels on both roms?
A. Flash kernel from any rom. Both uses the same kernel partition anyway.
8) Will i get a prompt to dual-boot if i'm not using dual boot, as in i haven't cloned any rom to use as secondary?
A. NO
9) I don't like waiting for 3 seconds to boot into primary rom.
A. Touch the screen immediately upon prompt.
10) How do i swap primary and secondary roms?
A. Goto recovery, dual-boot options, "Backup secondary rom"
Under original Backup and Restore option, "Backup" to backup your primary rom.
"Restore as secondary rom" or "Restore as secondary rom from internal sd" and select the nandroid backup of what was actually your primary rom.
Then under original Backup and Restore option, "Restore" to restore the rom you backed up as secondary.
11) USB mass storage works?
A. Only external sd is mounted for second rom atm. MTP will work for internal sd also. Both will be mounted for primary rom.
12) If i had the same /data partition shared between roms, i could use same apps on both roms.
A. Data partition can not be shared as they're incompatible between roms. (Sometimes dev asks you to perform full wipe even if you're switching between versions of the same rom right). Even if they were shared, separate dalvik caches has to be used and hence every boot will take a long time to rebuild dalvik.
13) How to undo dual booting?
A. Use "Remove secondary rom" from dual-boot options in recovery.
14) How to remove secondary rom if "remove secondary rom in recovery" fails for some reason?
A. Format /system2 directory partition, remove data.img and cache.img under /sdcard/.secondrom directory manually by booting into primary rom.
15) How to upgrade primary rom?
A. As usual, goto recovery, wipe whatever you need to wipe and install the new version.
16) How to upgrade secondary rom?
A. Temporarily convert secondary rom to primary (like explained above), install new version and revert primary back to secondary.
17) How to replace secondary rom with another?
A. Perform the steps to setup dual boot as if you had only one rom which is going to be used as primary rom.
18) How to replace primary rom with another?
A. Normal procedure - wipe, install from recovery.
19) Can i have both aosp roms/both samsung roms/first aosp, second samsung/first samsung,second aosp?
A. Yes
20) Can i have one GB rom and second ICS rom?
A. No
21) Why?
A. Kernel partition is shared between roms. Dual boot functionality is implemented in ICS kernel. ICS kernel can run only ICS roms.
22) Are init.d scripts and extweaks profiles shared across the roms so that i can make changes by booting into any rom and the other rom automatically inherits the settings?
A. NO. Roms have differet /system partitions so different init.d directories. Roms uses different /data partitions and extweaks profiles are stored under /data/.siyah. So you gotta configure both separately. Initramfs scripts are shared anyway since both rom uses the same kernel.
23) So if at all i format /sdcard, my second rom is gone?
A. Yes
24) Is the size of /system partition of secondary rom re-sizable from user space?
A. NO
25) Can i have different kernels for the two roms?
A. NO
26) What're the options under dual-booting in touch recovery?
A. i) View Status
Displays secondary rom info if found.
ii) Clone Primary ROM to secondary
First time, you will have only one rom. You may clone it as secondary rom (so that another rom can be used as primary by nandroid restoring)
iii) Clone secondary rom to primary
Whatever has been cloned as secondary rom is cloned to primary rom.
iv) Remove secondary rom
Deletes /system, /data and /cache partitions of second rom. You will have normal booting.
v) Backup secondary rom
Nandroid backup secondary rom to external sd.
vi) Restore as secondary rom
Restore any nandroid backup as secondary rom from external sd.
vii) Backup secondary rom to internal SD
Nandroid backup secondary rom to internal sd.
viii) Restore as secondary rom from internal sd
Restore any nandroid backup as secondary rom from internal sd.
ix) init second rom data
Initialize /data parition of secondary rom to resize the partition to make it bigger in case you run out of space for apps. Init also wipes all the data in /data partition. So your existing apps in secondary rom will be gone.
x) wipe second rom davik cache, xi) wipe second rom cache, xii) fix permissions in second rom - self explanatory
Click to expand...
Click to collapse
I am now running a Dual Boot galaxy s2, using Siyah Kernel by Gokhanmoral, i am running CM9 and Resurrection Remix ics v1.2 PRO[4.0.4]
This is what i have got for now, but i am always looking for more dual booting options, if anyone knows of any please let me knowand i can add it to this thread.
If you have found this thread usfull then please hit the Thanks button

Nice work again fella
You should request this and your other thread are made into sticky's
Also, im hoping these two threads will help to stem the flow of threads and questions for previously trodden ground
Keep it up dude

Thanks man, the XDA community has give me so much, I just want to give back. It would be nice to see these as stickies, maybe the FM would be kind enough to consider placing them on the sticky thread.
Sent from my GT-I9100 using XDA

I am now running a Dual Boot galaxy s2, using Siyah Kernel by Gokhanmoral, i am running CM9 and Resurrection Remix ics v1.2 PRO[4.0.4]

I am now running a Dual Boot galaxy s2, using Siyah Kernel by Gokhanmoral, i am running SensatioN ROM 3.3 ICS by Crysis21 as Primary and CM9 as Secondary.. can anyone tell me any app so that i can automatically sync both rom 's SMS, Phone log and Phone Contact.. i know manual process..

What are the pro's/con's of dual booting? Cheers
Sent from my GT-I9100 using Tapatalk

shareking said:
I am now running a Dual Boot galaxy s2, using Siyah Kernel by Gokhanmoral, i am running SensatioN ROM 3.3 ICS by Crysis21 as Primary and CM9 as Secondary.. can anyone tell me any app so that i can automatically sync both rom 's SMS, Phone log and Phone Contact.. i know manual process..
Click to expand...
Click to collapse
You can use Rom Manager to Extract the apps and data from your nandroid backup, or another app that does the same is Nandroid Browser, you can get both of google play. Just as a side note, you should get an automation sync of data when flashing a new rom, as google now store all you apps and setting in the cloud, if you check in your settings it should be under Backup and reset - back up my data - check the box, and you should have an auto sync for your next rom flash.

blade30p said:
What are the pro's/con's of dual booting? Cheers
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
For me it is just the chance to have a change never getting bored of the same rom, the con is using a dual boot that is still in better and is buggy at the moment, which may cause problems with your rom mainly the 2nd rom, also the storage of data is causing some people problems, but the thread is give good solutions.

Dual booting rocks. android rules...

Thank you for this guide

So there is an option to boot two GB ROMs but no ICS and now we can boot two ICS ROMs but no GB...
The third option should be... - you know it
Sent from my GT-I9100 using XDA

Probably get flamed - btw, I don't care one jot - but why on earth should this be stickied?
This isn't a guide, it's a post with two links to the relevant threads, where the discussion is going to be a lot more useful than anything here.
s.d. o'connor, your other guides are guides, and are very useful, for which my thanks. This one isn't.
Flame-retardant pants on - fire away.

My defence
B3311 said:
Probably get flamed - btw, I don't care one jot - but why on earth should this be stickied?
This isn't a guide, it's a post with two links to the relevant threads, where the discussion is going to be a lot more useful than anything here.
s.d. o'connor, your other guides are guides, and are very useful, for which my thanks. This one isn't.
Flame-retardant pants on - fire away.
Click to expand...
Click to collapse
Why would you get flamed for having an opinion, you are entiled to that, but here goes my defence. I could only but ask if it could be a sticky i didnt make it one, and the idea is to stop new threads being opened asking the question can you dual boot the galaxy s2. Also as more options of dual booting become avaiable then they can be added to this thread.
P.S I dont want people to get flamed for having a opinion, they have a right to that, as long as they put that across in a good manner.

You don't need a defence (unlike Leeds United, but that's another story).
Flaming is an occupational hazard here sometimes, especially if someone has the temerity to diagree with someone else. I'm way past worrying anyway.
On topic - I still don't think this deserves sticky status. You and others do. No problem. Each to their own. It's up to the mods anyway, not us.

No foul on you SD O'C because you've put together some really good threads, but if this is 'sticky worthy' standards have plummeted on XDA. Rapidly. As has been pointed out, there's a couple of links & pretty much no original content or anything that could remotely be considered a 'guide'.
Droidphile's excellent dualbooting post in the Siyah dev thread a few days ago, now that was a guide (and sticky worthy).

okay, i am on dual boot. using LPQ as primary and cm9 latest nightly as secondary
and i note battery drain

MistahBungle said:
No foul on you SD O'C because you've put together some really good threads, but if this is 'sticky worthy' standards have plummeted on XDA. Rapidly. As has been pointed out, there's a couple of links & pretty much no original content or anything that could remotely be considered a 'guide'.
Droidphile's excellent dualbooting post in the Siyah dev thread a few days ago, now that was a guide (and sticky worthy).
Click to expand...
Click to collapse
What post number is it and i can include it and give him full credit, i will of course ask first. Also i would like to point out this was never intended as a guide, more a point of ref.
P.S If LUFC would like to change his mind on this being a sticky then i would have no problem with this.

ashifr5 said:
okay, i am on dual boot. using LPQ as primary and cm9 latest nightly as secondary
and i note battery drain
Click to expand...
Click to collapse
Battery drain has been noted with the kernel, he has made a fix for most roms and combo's but he will need time as it is still in the early stages. Also when flashing a new rom this can alter the casuse battery drain, a full charge of the batter could fix this problem.

MistahBungle said:
Droidphile's excellent dualbooting post in the Siyah dev thread a few days ago, now that was a guide (and sticky worthy).
Click to expand...
Click to collapse
Here it is, for all the non-searchers.
Off-topic again - s.d.oconnor, to quote an earlier post from yourself:
s.d.oconnor said:
Thanks man, the XDA community has give me so much, I just want to give back.
Click to expand...
Click to collapse
If so, what's the "donate to me" banner doing in your signature? Just awaiting love and affection?
You've compiled some useful guides, but let's face it, your work has mainly been collating readily available links and other posts that any reasonable modicum of searching ability could accumulate.
Nothing in the site rules that forbids you to ask for donations, but for what you've done - especially taking into account that you've been a member here for two months - I can think of an awful lot more contributors ("recognised" or not) whom are far more worthy of donations than yourself.
The "giving back to the community" spiel is very valiant and honourable, but you want donations. Fine, sure you've got some too. But don't dress it up behind the "giving back" line - not exactly sincere, no?
Again, I'm not flaming/trolling - merely my opinion.

B3311 said:
Here it is, for all the non-searchers.
Off-topic again - s.d.oconnor, to quote an earlier post from yourself:
If so, what's the "donate to me" banner doing in your signature? Just awaiting love and affection?
You've compiled some useful guides, but let's face it, your work has mainly been collating readily available links and other posts that any reasonable modicum of searching ability could accumulate.
Nothing in the site rules that forbids you to ask for donations, but for what you've done - especially taking into account that you've been a member here for two months - I can think of an awful lot more contributors ("recognised" or not) whom are far more worthy of donations than yourself.
The "giving back to the community" spiel is very valiant and honourable, but you want donations. Fine, sure you've got some too. But don't dress it up behind the "giving back" line - not exactly sincere, no?
Again, I'm not flaming/trolling - merely my opinion.
Click to expand...
Click to collapse
Ok, the banner donate to me has been their since i joined as you are giventhe option to include one, i was new (still am), i have not recived any donations, and if i did they would be used to go back to the XDA website, if it offends anyone i will remove the banner. Also if any mod belives that i am not worthy of my title and that my guides are not of the standard that is very good then they can by all means remove them from any sticky they may be on, and remove my title if they see fit.
I know you are saying that you are not flaming me, but it seems to be moving in that direction. I know i have only been here a short while but i belive that what i have done is not that bad of a standard, in the short time i have been here.

Related

[Dev] Desire HD Dual Boot

Why isn't there any Dual Boot Development on the Forum?
It would be great to run 2 ROMs, and it would be very useful for Developers.
Because you can run a Stable ROM and at the same time a beta test ROM without
wiping you Device again and again and make any Nandroid backup..
It's already possible on the HTC Droid Eris
The best option would be to run a ROM from your SD Card, is this an option?
And how difficult, do you guys think, is it to create a Dual Boot option during startup/recovery?
Check also this project, major update coming soon!
unCoRrUpTeD Dual Boot V1 (RELEASE DATE: TBA...)
http://forum.xda-developers.com/showthread.php?t=847423
[RECOVERY-BETA] Eris Multiboot recovery hack
http://forum.xda-developers.com/showthread.php?t=779274
This hack will boot a rom from SDCard. It expects to see system.img and data.img on the sdcard as well as init.rc.
System.img needs to be a disk image of a filesystem that the kernel can read(I've been using ext3) around 170MB(Thats the Eris's NAND size for system)
data.img needs to be a disk image of a filesystem that the kernel can read(I've been using ext3) as big as you'd like your data partition to be(This holds your apps etc, so a couple hundred megs is good)
init.rc needs to be the init.rc of your rom with two changes
You need to remove the lines where it mounts /system and /data.
Once you have those three files on your sdcard, and have flashed this recovery you're ready to try your first boot.
Reboot into recovery, you'll see the normal usual recovery menu(I'll add an item eventually)
connect to the recovery console with adb
run 'adb shell /bootfromsd'
It will APPEAR to have done nothing for a bit, this is normal. Its booting your rom now. Once it gets to the place in the rom where it would display the splash screen, you'll get a splash as usual. You can watch it with logcat if you like.
I've personally booted the following roms from SD.
KaosFroyo
KaosLegendary
CELBFroyo
MR4
PlainJane
Click to expand...
Click to collapse
Kendon at the VillainROM forums
i have managed to have two different android flashes on the hero, tested using VillainROM5.5.0 and SlideVillain1.1.0. it is designed to work with every rom you throw at it. it uses the /system partition for the first rom, the /data partition for the second rom, and two ext partitions for the userdata of each rom. apps2sd support is completely removed during the process, it is obvious that two roms using the same apps2sd partition would create a mess. the process is completely reversible (except for the wiping, so backup!). i have written a bash script that does the necessary steps for you, which are:
- modify the boot.imgs of the roms
- partition your sdcard
- flash the roms
- move the second rom to the /data partition
- move the two roms’ userdata to the sdcard’s ext partitions
Click to expand...
Click to collapse
love to see that
patiently waiting for this feature. keep it posting
I was just looking for something like this. Going to be keeping an eye out on the top Post to see if anything comes. Although i imagine it'll be a while before we see anything final !
alguna informacion adicional sobre este tema, gracias.
Mod edit: any additional information about this topic...thanks!
+1 woulod save time for flashmaniacs like myself
This would be great for testing purposes. I would definitely beta test this if needed.
Aye, I hope someone figures this out
Sent from my Desire HD using XDA App
Quote from iOO
[ROM] REAL SENSE - i00 ROM 5.2 - UPDATED 16/05/2011 - Android:2.3.3
THE FIRST "SYSTEM PARTITION" TRUE SENSE 3.0 ROM!
So what does this all mean?
System partition - this means that i00 ROM does not install any ROM component on your data partition; this has two advantages: it saves precious space on your data partition - so you can maximize the amount of apps you can have installed, and it allows you to factory reset the phone without having to re-install the ROM!
Click to expand...
Click to collapse
Does this mean that you can also Flash a ROM to your Data partition? This means you should only have an option in recovery to choose which ROM you want to start?!?!?!
avisador said:
alguna informacion adicional sobre este tema, gracias.
Click to expand...
Click to collapse
Please use the English language, as stated in the xda posting rules.
Thekn said:
Quote from iOO
[ROM] REAL SENSE - i00 ROM 5.2 - UPDATED 16/05/2011 - Android:2.3.3
Does this mean that you can also Flash a ROM to your Data partition? This means you should only have an option in recovery to choose which ROM you want to start?!?!?!
Click to expand...
Click to collapse
i00 answer
It is possible to dual boot android phones (some at least) with two different versions of android... not sure about doing it on the DHD...
The advantages from flashing this are as stated: to save space on the data/"internal memory" for more applications, and so you can factory reset and have your phone still work without having to re-flash the ROM.
Click to expand...
Click to collapse
Thekn said:
i00 answer
Click to expand...
Click to collapse
By "this" in my quote (in the post above) i mean "my ROM" ... just to avoid confusion...
Kris
i00 said:
By "this" in my quote (in the post above) i mean "my ROM" ... just to avoid confusion...
Click to expand...
Click to collapse
Sorry! Thanks for the explanation! Do you think you can make a Dual Boot for DHD?
Also check this out...
Kris
Also ... it isn't a user friendly process...
From what i gather:
Has only been done on the hero .. and basically involves flashing a ROM then editing another ROM to flash "purely" to the data partition...
create two update packages that each contain a mod'ed boot.img file
... one boot.img points to boot from system partition ... and one points to data partition
... then u have to flash the update file with the corresponding boot.img each time u want 2 change os'es
... only issue would be if you have, for example, sense 2.1 and sense 3.0... the /data/data/? for rosie (etc) (that holds your settings for the apk) conflict between 2.1 and 3.0... and thus would cause issues when switching between the ROMs (FC's in this case hence why you cannot upgrade to 5.0 from previous versions of my ROM).
Kris
i00 said:
Also check this out...
Kris
Click to expand...
Click to collapse
yeah i already found that link, but the link is broken and also the site is blank, couldn't find another source..
Also check this out if you are interested in editing the boot image...
Doesn't seem worth it though to me ... exp if you dont have a way to quickly jump between one OS and the other
Kris
Maybe Ubuntu
Maybe not another android rom but a real linux distro?
humbi83 said:
Maybe not another android rom but a real linux distro?
Click to expand...
Click to collapse
That's also a possibility!
i'm actually more interested in running winmo7 on my phone for a change

Gen1, Gen2, TPT, Root, Recovery, Custom Rom, Cyanogen + Windows Flashing explanation.

Guide(/essay) removed as I don't have this phone anymore, so can't update or change the guide with accurate information, which I haven't tested on my own device first Thanks for all the help from others.
..
..
Restoring tpt functionality
..
These are good explanations, very thorough.
I've picked up on a few things that could be added/edited.
1.) Gen 2 is a newer version of the radio firmware, as well as the different memory map
2.) Add Amon Ra Recovery as an alternative to CWM, I know it's not very popular but I find it good for partitioning.
3.) Add link to Mr Pigfish, https://market.android.com/details?id=com.apedroid.pigfish&feature=search_result
4.) On the Flashing ROM's section, I'd also add 'Go into Mounts and Storage and Select Format System'. Not needed, but recommended for the cleanest installation and hopefully fewer problems down the line.
5.) There's the CM7 Converter thing for people to use CM7 on a Gen 1 phone. It can be flashed via recovery.
6.) Add TPT link for Ginger Stir Fry (Over on MoDaCo) since it's popular.
7.) Remove or clarify 'Gen does not matter' under the TPT section, a few may take this that Gen 1 ROM's can be flashed on a Gen 2 device :/
8.) Put warnings/important things in big scary red writing.
9.) Bold and underline the headings e.g. Gen 1/Gen 2, TPT, Root etc.
10.) Personally, I'd say that the Firmware is more similar to the BIOS than Recovery. Recovery is probably most similar to Windows Recovery Environment.
I'm glad you explained what recovery is since it's a bit annoying when people don't know and don't bother to Google it, hopefully they'll read this and understand. I hope you find my comments constructive.
Partitioning your SD Card.
Why?
To create an EXT Partition for A2SD (Not to be confused with the Froyo Apps2SD).
Why do I want this?
For more space on the phone's internal memory and to allow certain apps like widget's to reside on 'internal' memory which may not be available if they were on the FAT32 Partition used by the Froyo Apps2SD method.
How do I do this?
There are a few ways to do this, I found this method the best. I'd recommend doing this before flashing a ROM with a full wipe to avoid issues.
1.) Create a full Backup in Recovery in case something goes wrong
2.) Mount the SD Card on Windows/Linux/Mac
3.) Copy the contents of the SD card into a folder on Windows/Linux/Mac
4.) Download Amon Ra Recovery - Gen 1 Gen 2 Ensure you download and verify you download the correct version. Flashing the wrong version i.e. Gen 1 on a Gen 2 will cause a lot of problems.
5.) Flash it with your existing recovery e.g. Clockworkmod
6.) Go back to Advanced > Reboot Recovery
7.) Scroll down to Partition SD Card
8.) Select Partition SD
9.) Swap Size 0 MB EXT Partition Size 512 MB/1024 MB - depends on the size of your SD card and the number of apps you have.
10.) Press Home to Confirm. ALL Data on your SD will be erased.
11.) Press back and select EXT2 to EXT3 for the best compatibility with A2SD scripts.
12.) Select USB-MS toggle
13.) Drag and drop the ROM you want to flash on your SD
14.) Disable USB-MS toggle.
15.) Flash .zip from SD Card.
16.) If you intend to use CM7 download S2E from the Market to enable A2SD. Tick the first two boxes in the app. Alternatively, if you want to ensure you have enough space for when the Google Backup & Restore happens I've uploaded the APK of S2E to install BEFORE you flash Gapps.
Enjoy.
BTW are you going to post the guide that you wrote in the first post on MoDaCo? It'll get more views there and subsequently be of more use.
If you have any further questions you can find me on MoDaCo with the same username, I'll do my best to help. I'm not a developer either for that matter.
Hello, hedgepigdaniel from modaco here.
Nice guide, I have a couple of suggestions/comments
I don't know if you are aware, but Gen2 blades do have TPT, they just use a different file format (image.bin rather than the .img and .mbn files). There are not as many custom layourts and such around, but I have just put one up for the purposes of unbricking. For that reason, I don't think its a good idea to recommend flashing via windows as protection from a brick anymore (especially because windows flashing goes horribly wrong every so often).
In the rooting section, why don't you link to kalt kaffes modified z4root instead - since it can root Gen2 blades aswell. For Gen2 blades, ROM manager from market is the the easiest way to install recovery.
I've written an unbricking guide in the last few days (that's where the Gen2 TPT is). You are welcome to make use of that if you like.
Glad I finally got enough posts to post in the development section...
..
TPT is not able to change the lowest level firmware file - partition.mbn. If you try to flash a TPT with a different partition.mbn then it just wont flash. You need windows to change the entire firmware. What wbaw has done (and I just repackaged his work as "custom") is create a mixture of files from Gen1 and Gen2, partition.mbn and the few files that have to match from Gen1, and the rest from Gen2. This makes it possible to TPT a Gen1 phone to a mixture that for all intents and purposes is Gen2. wbaw's TPTs can't be flashed to a real Gen2 phone because they have a Gen1 partition.mbn, but It would be equally possible for someone to make the opposite of what wbaw has made - a image.bin TPT with a Gen2 partition.mbn and co and Gen1 everything else (or just with a different partition layout), but no one has yet done so (and I haven't taken the time to work out how). So right now windows is the only way to go back to Gen1 from Gen2, but it doesn't have to be. More to the point, it isn't the only way to re-flash real Gen2 firmware, because I've now put a Gen2 image.bin in my unbricking guide. That's why I wouldn't recommend that people flash anything via windows with the aim of avoiding a brick.
You can use this tool by fonix232 to convert between multi-image TPTs and image.bin TPTs. If you start out with the multi image files from stock Gen2 firmware then you can create a image.bin that will flash on stock Gen2 phones as I have done.
EDIT: jsut to clarify, It's still fine to flash via windows as per my guide if you want to be able to flash all the TPTs that are out there on forums now, or to repartition or enable fastboot, its just not necessary as a safety measure.
Not sure if this is the best idea for 'n00bs' but there's an excellent partition tool for custom partitions.
http://android.modaco.com/topic/337...ol-windows-only/page__p__1672185#entry1672185
By Ricardopvz
It works with the Windows Flasher and the TPT's.
Instructions for use:
1.) Open the program
2.) Drag the sliders or enter values for the partition layout you want
3.) Press Create files
4.) Open the TPT .zip
5.) Navigate to the directory with "partition_zte.mbn" and "appsboot.mbn"
6.) Replace the existing "partition_zte.mbn" and "appsboot.mbn" with the new ones.
Done.
Also, add How to flash the Gapps package/Where's my Market gone and difference between Stable, Nightlies etc. under the CM section since some people can't be bothered to Google it.
1.) Place the gapps file that you downloaded on the root of your SD Card
2.) Reboot into recovery
3.) Select Flash .zip from SD Card
4.) Confirm
5.) Reboot
6.) Done
What's the difference between Stable, Nightlies, Experimental and Alpha?
Stable versions are those where all known issues have been addressed and resolved. This version is for everyday use.
Test / RC versions are similar to the experimental versions, but are in the final stages of testing before being "stable". There may be a few bugs left, but this version is usually stable enough for everyday use.
Experimental / Alpha versions are those where new features are being added, modified, and tweaked, and there are known bugs that are being worked on. This version is for beta / alpha testers.
Nightly builds are daily compiled builds from source. This version therefore has the latest bleeding edge features & tweaks, but it is also the mostly likely to have bugs and issues.
Click to expand...
Click to collapse
CyanogenMod Tips/Solutions, some from the CyanogenMod Wiki here.
It's slow!
Remove stock launcher "ADW". It slows down the homescreen badly.
Recommended: "Launcher Pro" or "Gingerbread Launcher" from Market.
Omg I flashed CM7 and now I don't have Market!
You need to install the Gapps zip. Sign into your account on the First Time Setup screen and Market will activate
My Wi-Fi doesn't turn off/it's draining my battery!
The workaround for Wi-Fi sleep policy that doesn't seem work is download Green Power from the Market if you want your Wi-Fi off when your screen turns off.
Help, Nightly 1xx doesn't work properly/There's a bug!
They're nightlies, sometimes they don't work properly. Use the recommended Nightly from the Wiki Page or another ROM. Also, refer to the CM7 thread on MoDaCo linked below for possible fixes/workarounds.
I don't know what nightly to choose!
First check the CyanogenMod Wiki listed above the CM7 thread on MoDaCo here.
Read the last five pages on that thread for up to date info and feedback on the latest nightlies.
If you still don't know then post in the CM7 thread. Don't create an entire new thread to ask that question please.
Hi im trying to root my friend's blade. I cant find the file to root. Could you be kind to show the link please?
Guide to Rooting:
Enable USB Debugging:
Settings-->Applications-->Development-->USB Debugging (tick)
Install this Apk:
Install Astro File Browser from the market. https://market.android.com/details?id=com.metago.astro
Download the file on your computer, then copy it across to somewhere on your phone
Browse to that somewhere and click on the file. Open app manager and click install.
After installation, click open.
Tell it to do Permanent Root
Wait for it to reboot
Done.
Sent from my X10i using XDA App
teddymild said:
Hi im trying to root my friend's blade. I cant find the file to root. Could you be kind to show the link please?
Sent from my X10i using XDA App
Click to expand...
Click to collapse
I'd suggest you use the TPT method here since the process would be quicker than rooting it manually etc.: http://android.modaco.com/topic/337798-gen1-to-gen2-tpt-upgrade/
This will root the phone, install Clockworkmod recovery and put on a new 2.3 ROM as well. I'd suggest you use the Ginger Stir Fry one on that page.
I think z4root would work as well if you don't want to carry out the TPT method.
How's the guide going?
Thank you. I'll try it.
k0zmic said:
I'd suggest you use the TPT method here since the process would be quicker than rooting it manually etc.: http://android.modaco.com/topic/337798-gen1-to-gen2-tpt-upgrade/
This will root the phone, install Clockworkmod recovery and put on a new 2.3 ROM as well. I'd suggest you use the Ginger Stir Fry one on that page.
I think z4root would work as well if you don't want to carry out the TPT method.
Click to expand...
Click to collapse
Sent from my X10i using XDA App
This thread dead?
..
It would be nice to take this thread further.

(Guide) (Beginners) You have rooted your phone, now what can you do

(Guide) (Beginners) You have rooted your phone, now what can you do​Note – I will keep updating this guide as much as I can
Note - Please ask as many questions as you need, there is no question to basic to ask, it would be better being asked here instead of starting a new thread.
Note – Please don’t swear in this thread fu**ing is still swearing, using this - ** - still means you are swearing. Also please don’t call anyone a Noob after all this is a guide for beginners.
Final note – Can all beginners please thank people if they give you an answer to your question.
So welcome to the world of being rooted, you now have a nice shiny new rooted Android phone, but what can you do now. Well I have decided to start this thread to tell you what you can now do. This guide is for beginners and should be treated as it is intended, keeping it simple and just going over the basics. This guide will be broken down into main sections –
Post 1
• Super User
• Clockwork Mod Recovery (CWM)
• Apps
• Roms
Post 2
Further reading, it’s time to get you geek on
Post 3
More usefull apps that you might like
Super User
When you have a rooted phone you will need this little app called super user that has a massive job. When you rooted your phone it will have more than likely come with this app, if not then you can download it here. The basic idea behind super user is to control the root access to you phone. Your phone must have this app before you continue with the rest of this guide. Using Super User is easy when you open an app that needs root access a prompt will come up asking if you want to allow this app super user access, giving you two options deny or allow.
Clockwork Mod Recovery (CWM)
Once you have rooted your phone one of first thing you need to do is make sure you have Clockwork Mod Recovery. All phones have a recovery mode that can be accessed when turning on your phone or some root access apps allow you to access recovery mode through them. What CWM recovery does is modifies this recovery mode to make it better, allowing you to flash nearly anything you want or need, such as roms, themes and kernels. Also through CWM Recovery you can create a nandroid backup, which is a backup of your whole current rom, you can also carry factory data wipes and more advance features.
So how do you get CWM, well the first thing to do is check, depending what root method you used you might have it all ready (power off your phone and then hold the power, home and volume up buttons together until you enter recovery mode). You will know if you have CWM Recovery by looking at the top of the screen is should say “Clockworkmod Recovery”; if it doesn’t then you need to get it. The easy way to get CWM is by downloading the app Rom Manager (talked about below), open Rom Manager and there is an option to flash Clockwork Mod recovery, select that select which phone you have and it will do the rest for you.
Controls for CWM Recovery – Then volume buttons allow you to move and the power button is used to select.
Apps
Right there are a number of apps that will take advantage of you root access, and I am going to cover what I believe are the basics.
Remember when using any app that uses the root access of your phone it can come with risks.
Rom Manager – So Rom Manager and CWM sort of go hand in hand, being that Rom Manager is the nice user friendly app, giving you control of CWM from your phone home screen. Just like in CWM you can backup and restore your rom, flash new roms, fix permitions and partition SD card. As said above you can use Rom manager to flash CWM for you straight from the app, you can download this app here.
BusyBox – Trting to keep this simple, when you have a rooted phone there are sets of commands that you do not have, installing BusyBox will give these. This is required to run some apps that require root access. I think that was simple enough, oh and before I forget you can get it here.
Titanium Backup Root – Titanium Backup is an enormously useful app. Not only can it backup apps, but it can backup apps and all their data, and it can delete apps—even system apps or bloatware (bloatware are apps that come with your phone that you normally can’t remove like Games hub), making regular backups of all your apps and their data. You can download Titanium Backup here, also if you would like to know more about how to backup and restore most things when changing roms (more about roms just below) you can use my other guide here.
These are the very basic apps that you will need to see you of into the future of a android custom android experience, I will include other cool apps that use root access in post 3.
Roms
So the best part about having a rooted phone well for me anyway is the massive list of roms out there. If you don’t know what a rom is then here we go. When you get your android phone and turn it on, you’re faced with this impressive software that allows you access to apps throught the market, make phone call, txt, maps, voice commands, email and the list is never ending. This is all done through the software known as the Rom, the rom you get when have your phone is known as a Stock Rom. Now it this stock rom that we can change to improve our Android mobile experience known as a Custom Rom, and there are lots of custom roms out there. Some are made to give you a better battery, better custimization, improved features, so to provide a vanilla experience and some try to make a balance of them all, but the main idea is to make android better. So roms are broken down into different categories, here is a breakdown of them for you.
Stock Rom – As talked about before stock roms are the software that comes with the phone, some people prefer the stock experience but I don’t. The main problem with stock roms is that manufactures will place an extra layer of software on top of the rom known as a user interface (UI), such as Samsung wither their touchwiz UI and HTC with HTC Sense UI. The problem I have with these UI are they are power hungry and well not to sound mean but touchwiz is not very well made.
AOSP – Android open Source Project is the android rom in its basic form, so it has no bloatware or power hungry UI’s. This is where you will get most of your custom roms from, there are devs within the android community most found right here on XDA, that will use AOSP and make their own custom roms with this adding to and improving it to make the best rom they can. Just as a note there is no best rom and you will never get an answer as to which is the best. Each rom is to their own and suit different people with different needs, but as a starter rom to get use to the idea of flashing roms and learning everything that is needed then I would recommend a Cyanogen Mod Rom, as this is the most popular and you will get the most advice from the community is it is the most used. You can find the Cyanogen Mod website here. The best way to find roms is to look through the forum and look in the Development and Original Development threads.
INDEX - Android Development [29 March] - Here is a Rom list from the Android Development Fourm, the list includes both ICS and GB roms, thanks to daniel_costa_rj
There is a lot more to roms that just this basic overview and I will be adding more in the future as this will take just as long as writing this whole thread, so keep an eyeout for more updates, including AOKP.
EFS Folder (Important)
Ok this is more of a you must do and not a what you can now do. So the efs folder is a very important folder within your android system that contains infomation like your IMEI number, and just well important infomation trust me it's important. When people start to mod their phone such as flashing roms, kernels e.t.c, this folder can become corrupt, making you phone usless. So backing up this folder is important and their is an easy way in which you can do this, a more user friendly way using a great app by hellcatdroid. You can get this app from google play here, and it will give you all the tools to back up the folder. I will also include a guide on further reading for you to have a look over, so please backup your efs folder.
Well that’s it for now, this is my first draft and I will be making a lot on adding and changing over the next week.
Thanks for reading and I hope this guide helps even a handful of people.
Further reading, it’s time to get you geek on
[Guide] Back up your data before moving to a new rom
[REF] Guide to the Galaxy S II and Android (04/10/11)
[GUIDE] Fix an unflashable or soft bricked GSII
[REF][TWEAKS] Kernel Governors, Modules, I/O Schedulers, CPU Tweaks, AIO App Configs
Android Terms,Slang & Definitions
Forum & Marketplace Rules
[REF] Backup /efs folder. IMPORTANT.
More usefull apps that you might like
Root Browser Lite - Root Browser is for both non-root and rooted users. If you are rooted then this app will give you access to ALL of Android's file system. With a beautiful interface, tons of features and a cheap price Root Browser is a must have!#
ROM Toolbox - ROM Toolbox is the MUST HAVE app for any rooted user.
ROM Toolbox combines all the great root apps all tied up into one monster app with a beautiful and user-friendly interface. It also adds many more unseen features!, Check out the link for the full feature list
SGS2 Dual-Boot Setup (LolBoot) - Dual-Boot your Galaxy S2!
/!\ Requires root /!\
/!\ This is for the Galaxy S2 *ONLY* /!\
When the dual-boot is set up, you can (re)boot between two different, independent ROMs.
Just powering on boots into the primary ROM (duh!).
Using the recovery button combo (VOL-UP+HOME+POWER) will boot into the second ROM instead of recovery!
Pluggin in a USB cable or AC charger when the phone is powered off will make the phone boot into recovery.
AdFree Android - THIS APP IS FOR ROOTED PHONES ONLY!
AdFree removes most ads in the browser and other apps. It does this by nullifying requests to known host names in the system hosts file.
If you have problems with this app, or you know of additional host names not being filtered, please comment in xda-developers.com forum so it can be fixed!
kTool - Tool for a few functions after rooting. Kernel dump/flash, EFS backup/restore...
/!\ Requires Root /!\
/!\ Works on the >Galaxy S2< and >Galaxy Note< *ONLY* /!\
(i) the "lock pattern bug" is currently being investigated and worked on!
kTool is a small tool originally bundled with Hellcat's Root-Kernel for the Galaxy S2.
It offers a few functions usefull after rooting the device:
- Dump current kernel to /sdcard/zImage
- Flash kernel from /sdcard/zImage
- Backup the phone's EFS (sensitive storage are holding the IMEI and other vital data) as a raw .IMG dump and a .tar archive
- Restoring EFS from the raw .IMG or the .tar backup
- Format EFS (create fresh filesystem for cases where you want to restore seperate files or a .tar backup, but the filesystem is stuck/locked in read-only due to corruption)
- Reboot (normal, directely to recovery or directely to downlaod mode)
EFS Pro - EFS Pro - For Samsung Android Devices
Advanced Backup and Restore of your Device's '/efs' folder!
Features:
Supports Backup and Restore of Partition Image (*.img) and Compressed TAR Archive (*.tar) formats.
Automatically detects saved EFS Backups on Device and PC for hassle free restoring.
Re-Scan option to refresh Backup list for restoring Backups.
Automatically Re-Mounts '/efs' folder with Read/Write permissions during restore for users 'stuck' with Read Only permissions.
Automatic detection and prompting of Mass Storage Mode.
Automatic detection and termination of SAMSUNG Kies application on startup.
Supports Multiple Backup handling.
Option to Format '/efs' partition before restoring an EFS Backup.
Displays Device, ROM and BusyBox information on startup.
(NEW!) Attempt NV Recovery - Restores NV Data from '*.bak' files if they exist to fix corrupt or incorrect IMEI number.
(NEW!) Repair NV Data - Repairs NV Data file ownership to fix 'Unknown Baseband' and 'No Network / Signal'.
Introduction to Kernels
What is a kernel
So to keep this simple their 3 parts of your device the hardware, Software (rom) and your kernel. The kernel is the communication link between hardware and Software, although some of the seen as more important things are battery life, touch, wifi and more. You can also use a kernel to give you greater controll of your phone with such things (each kernel has its own conrtoll features).
You can swap your kernel just like you can swap your rom, although you need to check that the kernel you are going to flash with work with the rom you are using. some kernels will work woth all rom types such as SiyahKernel, others are made to be used on certain roms only such as Stock Roms, AOSP roms, AOKP Roms, and some even more specific such as CM9, MIUI and diffrent versions such as GB and ICS. So you will need to check the thread for that kernel and see what the features are and what Roms it will work on.
Their are many kernels on XDA Develpoers and the idea is for you to try a few out and see which suits your needs best, as their is no best kernel, the same as their is no best rom. So here is a list of a few kernels to get you started, and remember to check that the kernel you are about to flash will work on your device.
[KERNEL][ICS][ExTweaks][All-in-1kernel][DualBoot] SiyahKernel v3.2b6
[KERNEL][05.05][APP/PRO/OTA][AOSP&SAMMY] N.E.A.K. ICS - Designed by Nature (v2.0.4x)
[KERNEL] SpeedMod SGS2 ICS [K3-16 CIFS ROOT / NO-ROOT CWM5]
[KERNEL] SpeedMod SGS2 [K2-21 CWM5 CIFS ROOT]
[KERNEL] XPLOD 3.0.24 opensource kernel
Learn more about kernels
I will be adding more reading on kernels soon
reserved for later
My very own rom
Ok so here it is my very own rom go to the link to see more
[Rom][4.0.3][Vertumus][Apex & Galaxy 3 TW Launcher] Dark Angel
Gonna try Adsfree. My best improvement with my custom rom (resurrection remix 1.1) is that now i can tether. And overall is much better than the stock one.
Sent from my GT-I9100 using XDA
Great guide
u said that u can flash new roms now that your phone is rooted but my question is dont you have to unlock bootloader to do that
i'm still new so i'll ask alot of questions
If you install ClockworkMod Recovery, it will allow you to flash roms as it will unlock bootloader for you
Sent from my GT-I9100 using XDA
ok then nevr heard of that but i'm still new to everything
would clockwork mod unlock the bootloader of xperia play r800i i recently rooted it(last night to be exact)
i know this may not be the xperia play section but i was searching and stumbled upon this thread
RealMcoy said:
ok then nevr heard of that but i'm still new to everything
would clockwork mod unlock the bootloader of xperia play r800i i recently rooted it(last night to be exact)
i know this may not be the xperia play section but i was searching and stumbled upon this thread
Click to expand...
Click to collapse
I am not sure you would have to look in the relevent thread for you device, i wouldent want to give you advice on a device i have never worked with.
Updating thread
I have started to add more to the thread -
Extra reading and more i have add some apps, their is a lot more to come.
fantastic post
I spent 10mins to go through the whole post and very helpful for me. As a newbie, I have learned a lot from you. Thanks for your work and keep updates.
AOKP sms related
I have rooted my phoen and installed custom ROM with AOKP sms, can some one please help me that how can i send sms to multiple ppl @same time, i mean how can i add contact group in AOKP sms, i tried a lot but not able to find it..
Did you install an aokp Rom or a custom AOSP rom and install the SMS.apk from AOKP source
Sent from my GT-I9100 using XDA
Update to thread
I have updated the thread a little with more guides for you to geek up on, and i have added a link to a rom list................ Enjoy
Just a thought mate, how about linking up a thread on how to back up your efs folder after root, last few months been lots of threads about efs being messed up, there is also a guide to re-storing ya efs if ya screw it up. Nice thread btw
Sent from my GT-I9100 using Tapatalk 2
E_Goldstein said:
Just a thought mate, how about linking up a thread on how to back up your efs folder after root, last few months been lots of threads about efs being messed up, there is also a guide to re-storing ya efs if ya screw it up. Nice thread btw
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
I will make an edit to the 1st post and include a guide on efs backup, not that many people now how important efs folder is so thanks for the idea.
Great Guide
This is very helpful indeed.

Just got a new HD2. Recovery / root head start.

Hi guys.
Yesterday I got a used HTC HD2. It is installed with android nand and the DFT (Dark Forces Team) rom, I think taken from the DESIRE (according to the information on the 'About').
The main problem in the device is that it has really bit memory! After installing few apps, I cant download a thing :/
So I searched for the problem and I've realized that I need to make a partition on the SD-CARD. However I saw that in the market there are apps that allow moving the application that can only sit in the internal memory to the external memory.
I then found out that the phone doesn't have root access too. (Although it came with SUPERUSER app as default).
I can't find the main thread of the rom in order to ask there how to root the device.
Which software / app, will I need recovery installed (althogh I don't think it requires) and ETC.
Please can someone direct me or just give me names of apps/softwares/guides/anything :crying:
I guess GOOGLE could be my assitstant from there.
I'm afraid to follow guides that I don't sure will work properly with my phone's software.
Thank you.
pelegm28 said:
Hi guys.
Yesterday I got a used HTC HD2. It is installed with android nand and the DFT (Dark Forces Team) rom, I think taken from the DESIRE (according to the information on the 'About').
The main problem in the device is that it has really bit memory! After installing few apps, I cant download a thing :/
So I searched for the problem and I've realized that I need to make a partition on the SD-CARD. However I saw that in the market there are apps that allow moving the application that can only sit in the internal memory to the external memory.
I then found out that the phone doesn't have root access too. (Although it came with SUPERUSER app as default).
I can't find the main thread of the rom in order to ask there how to root the device.
Which software / app, will I need recovery installed (althogh I don't think it requires) and ETC.
Please can someone direct me or just give me names of apps/softwares/guides/anything :crying:
I guess GOOGLE could be my assitstant from there.
I'm afraid to follow guides that I don't sure will work properly with my phone's software.
Thank you.
Click to expand...
Click to collapse
look for guides in this forum...about nativSD and dataonEXT...very helpful (that's how i learned what i need to know about the device)...also i recommend to change the rom to a better or newer version of android...you will also find guides about changing the rom...
eliaskammas said:
look for guides in this forum...about nativSD and dataonEXT...very helpful (that's how i learned what i need to know about the device)...also i recommend to change the rom to a better or newer version of android...you will also find guides about changing the rom...
Click to expand...
Click to collapse
Hi,
Thank you for your kindly help.
Which Android version do you suggest to change to ?
ICS ? Or maybe GingerBread ?
And BTW I entered before to the MAGDLR menu, chosed the " AD Recovery " option and it said something like " no boot source ".
Does that mean that I don't have a recovery installed ?
And if so, will I need to install it first and then change the rom ?
Again, Thank you for your help.
Peleg.
yes you will need recovery...fast roms are mostly GB but ICS are as good as well...GB need less space on rom memory so if you don't install alot of craps as most of us do the remaining space will be fine for your data...ICS have hwa, apps work faster and games play better..I recommend ICS by tytung to be honest(very fast and stable)...when you download the recovery you will see a "flash.cfg" file...on the rom thread the developer will state the partitions needed for his rom and so you change the numbers on that file accordingly before flashing the recovery...but always make system space little bigger than needed just in case(and to avoid other problems that i will have a finger cramp if i write them down.! )
eliaskammas said:
yes you will need recovery...fast roms are mostly GB but ICS are as good as well...GB need less space on rom memory so if you don't install alot of craps as most of us do the remaining space will be fine for your data...ICS have hwa, apps work faster and games play better..I recommend ICS by tytung to be honest(very fast and stable)...when you download the recovery you will see a "flash.cfg" file...on the rom thread the developer will state the partitions needed for his rom and so you change the numbers on that file accordingly before flashing the recovery...but always make system space little bigger than needed just in case(and to avoid other problems that i will have a finger cramp if i write them down.! )
Click to expand...
Click to collapse
Thank you.
I will first install the recovery, but I guess I'll have to read a lot before:
http://forum.xda-developers.com/showthread.php?t=1021837
Then I will search for a guide for installing recovery-
CWM will be great right ?
Thank you very much !!! :laugh:
The guide you linked is very useful and makes everything clear. I strongly recommend reading it thoroughly before doing anything. Once you're slightly more comfortable with the terms, you can follow the guide in my sig to flash CWM and a ROM. You already have HSPL, a compatible Radio version and MAGLDR installed so don't worry about any of those. If you happen to come across guides which say 'task29' just ignore that step, Task29ing is completely useless.
As for recommending a ROM, it depends on your usage. Eliaskammas' post sums it up nicely, but you should note that (IMO) ICS and JB will give you worse day to day performance and stability than GB but will be better for intensive activities e.g. gaming, web browsing, using content-heavy apps etc. I've also found battery drain to be marginally more on ICS and JB ROMs.
Nigeldg said:
The guide you linked is very useful and makes everything clear. I strongly recommend reading it thoroughly before doing anything. Once you're slightly more comfortable with the terms, you can follow the guide in my sig to flash CWM and a ROM. You already have HSPL, a compatible Radio version and MAGLDR installed so don't worry about any of those. If you happen to come across guides which say 'task29' just ignore that step, Task29ing is completely useless.
As for recommending a ROM, it depends on your usage. Eliaskammas' post sums it up nicely, but you should note that (IMO) ICS and JB will give you worse day to day performance and stability than GB but will be better for intensive activities e.g. gaming, web browsing, using content-heavy apps etc. I've also found battery drain to be marginally more on ICS and JB ROMs.
Click to expand...
Click to collapse
Hi.
Thank you for your advices and technical help.
I will read it as soon as possible and then try to install the CWM Recovery and a better Rom.
According to what I saw, I think I will go on the "Energy rom" (Sense 3.5).
I will probably update my progresses here.
Thank you a lot.
BTW, a deodexed rom is needed for languages that are written from right to left ?
Or that I have to find a rom supports RTL ?
Beacuse for example, I've searched the thread of the Energy rom for "Hebrew" and found out that it doesn't supports RTL :/
Thank you.
I don't want to confuse you but I personally have always found Sense based ROMs to be slow and I think you should really stick to CM or MIUI. Anyway, that's really just my opinion.
Unfortunately, I think that you may have to find a ROM which supports RTL. I haven't looked into it but there may well be an app which somehow makes it work. If you're desperate for Android with Sense and RTL support then you could consider some of the SD ROMs from boxmax, he made good SD ROMs (at least when I used it), but I don't know which NAND ROMs will work for you.
Nigeldg said:
I don't want to confuse you but I personally have always found Sense based ROMs to be slow and I think you should really stick to CM or MIUI. Anyway, that's really just my opinion.
Unfortunately, I think that you may have to find a ROM which supports RTL. I haven't looked into it but there may well be an app which somehow makes it work. If you're desperate for Android with Sense and RTL support then you could consider some of the SD ROMs from boxmax, he made good SD ROMs (at least when I used it), but I don't know which NAND ROMs will work for you.
Click to expand...
Click to collapse
Hi Nigeldg.
I took your advice and I think I will go on this rom:
http://forum.xda-developers.com/showthread.php?t=1639932
It supports rtl and data2ext.
But do I need to change my HD2's kernel ? To Dorimanx 's kernel ?
And from the guide that you've recommended on before, do I need to start from this part:
http://forum.xda-developers.com/showpost.php?p=12656427&postcount=3
And to skip the other parts ?
I've read the hole guide and it is very helpful.
Everything is really clearer.
There's no need to change the kernel after flashing, but you can if you want to. I think the dorimanx krrnel is included in that rom anyway so i don't see why you'd want to flash it again. Follow the new way method and everything should be fine. You can use the NAND toolkit to select the appropriate partition size.
Nigeldg said:
There's no need to change the kernel after flashing, but you can if you want to. I think the dorimanx krrnel is included in that rom anyway so i don't see why you'd want to flash it again. Follow the new way method and everything should be fine. You can use the NAND toolkit to select the appropriate partition size.
Click to expand...
Click to collapse
Hi Nigeldg.
I now want to install the CWM (long time hh)..
In this rom:
http://forum.xda-developers.com/showthread.php?t=1639932
It says to install CWM with this partition size:
" Flash the Latest CWR (Clockwork Recovery) with the appropriate partition sizes by using the "Repartition" button inside the HD2ToolKit: System: 200MB | Cache: 5MB "
In the thread of CWM: http://forum.xda-developers.com/showthread.php?t=898913
Can I change the partition sizes used for CWM
A. You can by editing the flash.cfg but this is not recommended, CWM is designed to make it easier for switching roms, by flashing a custom partition size you may stop other roms working and require reflashing a new partition size when you want to change roms.
Q. I dont know which partition size to download
A. Depending on what type of roms you plan on using, you should choose the partition size based on the following.
150MB Partition - For bare roms including CyanogenMod, AOSP, and MiUI
250MB Partition - For Standard sense roms including Desire and EVo based ROMs, can also be used for some squashed HD builds
400MB Partition - For Larger roms including unsquashed Desire HD and Z roms, ROMs REQUIRE data2sd for EU HD2 with 512MB NAND
And in the thread in your sig it is possible to download 3 version of the CWM. (150, 250, 400).
How do I need to install the CWM ?
To download the 250MB version, and using the HD2ToolKit to change the partition size and install with System: 200MB | Cache: 5MB (as the rom developer suggested) ?
Thank you!
The thread you've linked to is the old CWM thread. I don't see why it says that you shouldn't change the partition sizes because that's simply not true, pretty much all ROMs use custom sizes. Ignore that advice, it's wrong. In my opinion the easiest thing to do is to download the HD2 NAND Toolkit, click 'MAGLDR repartition', choose 200 and you're done.
Nigeldg said:
The thread you've linked to is the old CWM thread. I don't see why it says that you shouldn't change the partition sizes because that's simply not true, pretty much all ROMs use custom sizes. Ignore that advice, it's wrong. In my opinion the easiest thing to do is to download the HD2 NAND Toolkit, click 'MAGLDR repartition', choose 200 and you're done.
Click to expand...
Click to collapse
Ok.
So I've downloaded the HD2 ToolKit.
Actually what I need to do is this:
1. To choose the 200MB and 5 Cache and then press repartition. (In what way does the phone need to be ? MAGDLR Menu, or other option ? )
2. Then to install the CWM by going to MAGDLR - USB Flasher, connect to the computer, and run the
DAF.exe.
Right ?
1. Open the toolkit
2. Click the MAGLDR repartition tab and select 200 and change the cache size to 5
3. Click 'repartition' (bottom left of the toolkit)
4. Follow the instructions it gives you (boot your phone into USB flasher mode then connect it to your PC) and let it flash.
Nigeldg said:
1. Open the toolkit
2. Click the MAGLDR repartition tab and select 200 and change the cache size to 5
3. Click 'repartition' (bottom left of the toolkit)
4. Follow the instructions it gives you (boot your phone into USB flasher mode then connect it to your PC) and let it flash.
Click to expand...
Click to collapse
And once I've finished this, I need to install the CWM.
To donwload the 250MB version ?
pelegm28 said:
And once I've finished this, I need to install the CWM.
To donwload the 250MB version ?
Click to expand...
Click to collapse
I don't think you understand, THIS IS INSTALLING CWM :') After you've done this, just flash the .zip ROM and you'll be done
Nigeldg said:
I don't think you understand, THIS IS INSTALLING CWM :') After you've done this, just flash the .zip ROM and you'll be done
Click to expand...
Click to collapse
If I've already did it, just do this thing again and it will work ?
because now my phone cant load to the rom, it says NAND Kernel something and boots up to MAGDLR.
Is it OK ?
EDIT:
I've did it and chosed the "AD Recovery" option.
Now I can see that I have CWM Recovery!!
I thought that I had to choose somehow to install the CWM, and that's why I didn't understand.
Now,
Do you recommend to do wipe data/factory reset and wipe cache ?
And after that to install from CWM the ROM that I've transferd to the Root of the SD right ?
Thank you very much !!!
You don't need to wipe anything, that already happened when you flashed CWM. Yes you should just have to flash the ROM now, as said in the guide in my sig. You may want to create an EXT partition but for your particular ROM it's not a necessary step so you can skip that. Glad I could help
Nigeldg said:
You don't need to wipe anything, that already happened when you flashed CWM. Yes you should just have to flash the ROM now, as said in the guide in my sig. You may want to create an EXT partition but for your particular ROM it's not a necessary step so you can skip that. Glad I could help
Click to expand...
Click to collapse
It isn't necessary because it automaticly transfer the data to the SD ?
During the installation a message showed up saying that the rom identified that I don't have an EXT-partition installed.
Can I make a partition using the CWM/ADVANCED/PARTITION-SD ?
Thank you so much for your help!!
You saved me, and becuase of you I didn't sell the phone.
Thank you!!
It isn't necessary because the ROM itself is quite light, so all of it can be fit on to the NAND memory. It would help to create one because you may need it in the future, so I personally would if I were you. The way you described would work fine

Q&A/T thread for "SLIM ROM JB"

[SIZE=+3]This thread has been created strictly for [/SIZE]
[SIZE=+3]Questions & Troubleshooting[/SIZE]​
[SIZE=+2]Specific for SLIM ROM JB[/SIZE]​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[SIZE=+1]This thread has been created for people to share issues, questions and help [/SIZE]
[SIZE=+1]while using this version of SLIM ROM JB [/SIZE]​
SLIM ROM JB​
PLEASE make sure to thank the developer for the dedication to this ROM​
Please do not clutter the Development thread with non development-related chatter​
See post two for FAQ​
FAQ​
Q Why a special Q&T Thread for a specific ROM??
A The bigger a ROM development thread gets, the greater the chance that posts are being placed in this thread that are not related to the ROM development itself, e.g. problems with flashing, installation, bugs, things not working etc. However this is understandable, it's not according to the guidelines of XDA for Development sections. Therefore the main goals of the ROM specific Q&T threads is to avoid this cluttering of the original develpment thread with these OT posts by redirecting the posters to the ROM specific Q&T thread and also to relieve the developer from answering these post, so he can dedicate his time to developing.
Q How to move my post to the Q&A/T thread?
A Copy the text of your post in the dev's thread, got to the Q&A/T thread and paste it there. After having done that, go back to the dev's thread, edit your post and change the text into: moved to Q&A/T thread, preferably accompanied with a link to this thread.
Q When I'm asked to move my post to the Q#A/T thread, do I have to do that?
A When you're asked to move your post, there will always be given an explanation by the OP of the Q&A/T, e.g. your post is not development related (f.i. SD card problems, etc), so please be so kind to move your post. If you want to help the dev to keep his original thread as clean as possible from OT posts, then the answer is, of course, YES. Although we cannot force you to move your post, it's highly recommended to do so
Q Where can I download this ROM and How do I install?
A You can find the link to download and installation instructions HERE. Pay close attention to this post, everything required for a successful flash is listed right here. If you fail to follow the instructions or meet the requirements for installation, you could run into some problems.
Q What are the known issues with these ROM's?
A Right now there doesn’t appear to be any specific issues with this ROM.
Q How’s battery life?
A see this question asked repeatedly across all ROMS. Honestly there is no way to give you an answer based on a ROM. There are too many variables in question and results vary from user to user and device to device. Battery life is going to depend on age and condition of your battery, your use habits with your device, installed apps, tweaks, settings, etc...
Q How do I...
A Ask your questions and report your issues in this thread. You will receive a response and hopefully get you back up and running this ROM to it's fullest
Welcome post
Hi,
First of all welcome to this thread. I wanted to be the first poster in this Q&T thread, especially created and dedicated to my ROM thread, to show my appreciation to be able being a part of this.. I want to thank Kuzibri, and of course the entire Q&T Team (all of them are RC's), to make this possible.
Now a little word about the goal of this specific Q&T thread:
"goal of this specific thread is to clean up my development ROM thread with Off Topic posts. These kind of posts will ,with this especially created Q&T thread , redirected to this new Q&A/T thread. With Off Topic post we, Kuzibri and I, mean posts that are not directly ROM development related, e.g. I want to use ths ROM, how to install it or can I use this app with this ROM,etc. Kuzibri and I will be monitoring my ROM thread for these kind of posts and ask the poster kindly to move his post to this thread. We hope that after a certain amount of time this will be self-sustaining and becoming a normal thing to do.
Many thanks to Kuzibri and the entire Q&T team,
macs18max
Screenshots
INSTALLATION INSTRUCTION
​What is Nand, Data2EXT or NativeSD?
Just a brief understanding of types of installation. During installation of rom has 3 options for setup. 1. NAND 2. DataOnExt 3. NativeSD
1. NAND. Installing everything (System and data) on Phone Memory. sd-ext(EXT4 partition) partition isn't used
2. DataOnEXT. Installing all system files on phone(NAND) and Installing all data files on sd-ext(EXT4 partition)
3. NativeSD. Installing everything(System and Data) on sd-ext(EXT4 partition)
Depending on this 3 type of installation we need to decide if we need a Ext4 partition, as Nand do not require SD-EXT, but data2ext and NativeSD reuire SD-ext partition
Main Steps in brief
A. HSPL
B. Latest Radio
C. Install Bootloader cLK or MAGLDR (Seperate instructions for cLK and MagLDR)
D. Selecting system size and Install Recovery Extended TWRP 2.5.0.5 (Seperate instructions for cLK and MagLDR)
E. Partition sdcard (only data2ext and NativeSD)
F. Install ROM.
G. NativeSD setup (Seperate instructions for cLK and MagLDR)
H. Default kernel and Mulitboot options (For NativeSD, Seperate instructions for cLK and MagLDR)
Step A & B - HSPL, Radio
Install HSPL and the latest radio (probably most of you have done this, if not, search in Xda)
(It is recommended to task29 before flashing bootloader, but not necessary)
Click to expand...
Click to collapse
Step C - Flashing Bootloader
Two type of Bootloader available for cLK or MAGLDR
First lets go to pro's and cons
Benifit MAGLDR over cLK
*Supports RMNET which is very stable data connection
*Support booting of WP7
*Boot a second faster than cLK
*NativeSD boot kernel don't occupy any space in Nand(Phone memory)
Benifit cLK over Magldr
*Support charging when device is OFF
*Behaves more like native android device, supporting fastboot and booting into recovery using ROM
*You can change system size by editing in settings, unlike Magldr we need to flash bootloader again.
Installation
Decide which Bootloader you want to flash: cLK or Magldr
Download Bootloader.zip and extract the content to a folder
Press and Hold volume down key and press switch on HD2. You will be booted into HSPL showing serial. Plug in the USB. HSPL will display USB
Run "LeoAdvancedRUU.exe" as administrator
Select "Regualr RUU (Task28) - recommended for flashing NBH with OS section
Select NBH file the bootloader you want (Selecting clk.nbh will flash cLK bootloader or magldr will flash MagLDR bootloader)
Click "Next" (This will flash bootloader, wait for it to finish and let it reboot)
Click to expand...
Click to collapse
Step D - Flashing recovery and setting system partition
Understang of partitions: The Phones ROM has been partition into the following: Misc, Recovery, boot, system, cache, and data
Misc 1MB, boot 5MB and cache 5MB sizes are the same for most of ROM unless specified.
Recovery partition size depend on the Recovery we flash (For TWRP it is 9MB )
ROM develeper usually specifies the size of ROM, example system=300MB so we need to adjust system partition size accordingly.
The remaining space will be assigned to data automatically.
If you are planning to use data2ext, make system size 380MB as data partition isn't used, we can utilize everything for system.
For CLK​Boot into Mainmenu for bootloader by pressing and holding the back button when during boot.
Go to Settings>Resize partition and change size of system by adding and subracting values, commit changes and apply.
Also change the size of recovery partition to 9MB
Download Recovery.zip and extract to a folder. Plug in USB. Run file "fastbootflash.bat" Wait. It should take around 2 mins to flash.(There is no progress bar)
Reboot Clk and now we can boot into recovery by pressing and holding the back button when during boot, and choosing recovery.
For Magldr​Download Recovery.zip and extract to a folder. Open File "flash.cfg"
Change the partition size for system. for example if you want to change system partition to 300MB, change the following: system ya 300M
and save changes to flash.cfg
Boot into Mainmenu for bootloader by pressing and holding the power (disconnect) button when during boot.
Choose "USB flasher" in menu. Connect usb cable. Run "DAF.exe" as administrator and follow instructions. It will flash recovery and reboot.
During reboot hold power button and boot in MAGLDR main menu. Choose "AD Recovery"
Click to expand...
Click to collapse
Step E - Partitioning SD card
Partitioning SD card with ext4 (only required for data2ext and nativesd, this step is not needed for nand type installations)
Once booted in recovery, go to "advance" > "partition SD card" > and choose size for sd-ext partition by moving the slider.
And "swipe to partition" will start creating and formatting partitions
Click to expand...
Click to collapse
Step F - Installating ROM
TWRP can mount sdcard as USB Mass Storage by choosing Mount>Mount USB Storage.
Copy the installation ROM Zip file to sdcard. Safely remove device in Windows and Unmount from TWRP recovery
In TWRP main menu click install and choose installation zip file and swipe to install.
Click to expand...
Click to collapse
Step G - NativeSD Boot
When we installed NativeSD, the Bootloader doesn't know how to boot it. On power on it will still boot the Nand ROM. So we need to make the bootloader boot nativesd rom. Heres how
For cLK​If we have installed a NativeSD ROM, we need create seperate boot partition for storing the NativeSD kernel. in clk we can add 4 more secandary boot partitons. sboot, tboot, vboot and wboot (Offcource this comprimises nand space). To add/remove secandary partition go to clk settings
Now we can flash NativeSD kernel on Sboot. 3ways of doing this. I have already included an option in aroma installer to flash sboot whilst installing rom. However if you are on other rom, you will need to flash sboot2.zip (search in xda) or you can goto twrp recovery>advance>native manager choose your secandary boot and rom.
For Magldr​For Magldr is rather simple. We don't need to add secandary boot partiton for nativesd. Just show the location of the kernel on sdcard.
Goto Magldr main menu. now select Services>BootSettings>AD SD Dir and choose the NativeSD folder on sdcard.
Click to expand...
Click to collapse
Step H - Default kernel and Mulitboot options
Now that we have STEP G, I will try to explain about Default kernel and Mulitboot options.
When to bootloader boots into ROM we need to tell the bootloader which ROM we need to boot into, this is done by choosing default kernel
When We enable ShowMultiboot the bootloader will ask the user to choose the ROM that need to be booted into. (Clk will wait for 5seconds for user input and then will boot in defualt kernel whereas Magldr will wait forever until user choose the ROM)
Scenario:
User A: I want my HD2 to directly boot into Nand(or Data2ext) ROM when I switchON my hd2
User B: I want my HD2 to directly boot into NativeSD ROM when I switch ON my hd2
User C: I want my HD2 to ask me which ROM should I boot, when I power up my HD2 and I will choose everytime which ROM to boot
User A and B wants to directly boot into their ROM type without asking (so they need to disable ShowMultiboot) but User A need to set Default kernel as NAND and User B has to set default kernel to NativeSD
UserC has to enable show multiboot.. Below are steps how to achieve this
For cLK​Boot into Clk, Go to settings
You will see set default kernel. If you choose Nand it will boot into Nand(or Data2ext) ROM. (UserA should do this)
If you choose sboot(or on of the secandary) it will boot into NativeSD ROM. (UserB should do this)
If you enable show multiboot it will wait on the clk boot menu for 5 seconds. If you don't choose within 5 secs, it will boot to the default kernel selected (UserC should do this)
For MagLDR​Boot in MagLDR main menu.
We can set default kernel by going to Services>BootSettings>BootSource.
Choosing Boot from NAND will automatically boot into Nand or Data2ext everytime we switch on HD2 (UserA should do this)
Choosing Boot from SD will boot into NativeSD automatically, without asking, everytime we switch ON HD2 (UserB should do this)
We can enable show multiboot by going to Services>BootSettings>Always Menu. . Choosing Green-Yes will activate Show Multiboot(UserC should do this)
Click to expand...
Click to collapse
I hope I haven't made this guide complicated.
If you found this installation instruction usefull. HIT THANKS BUTTON BELOW
Goal of this specific Q&A/T thread for SLIM ROM JB
Hi my dear followers of this ROM,
As an addition to the post of macs18max in the third post, I will explain further the goal of this specific thread created for this ROM with the permission of the Developer of this ROM:
This is a statement made in the Q&A/T template thread:
"While our forum has slowly been morphing, the one area we would like to keep original is Development
The goal is to alleviate the OT banter that occurs within any rom. While the XDA forum continues to grow, we need to help users work within the guidelines created by XDA. Over the last couple of years the average rom being created, has become a free for all chat thread. There tends to be much infighting and mod/developer cleaning.
The idea of this template is to create a Questions and Answers for each rom. This is in no way asking for Development to be moved here, rather any and all conversation that is non Development related to your conjoined Q&A."
This means that non-development related posts, should be posted - with the permission of the Dev - in this thread. What are the most common Off Topic posts, that should be posted in this Q&A/T thread?
1. Battery life related posts
2. Will this app work with this ROM
3. SD Card related problems
4. How do I dowmload and install this ROM, etc
Hope to have given you enough information,
kindest regards, Kuzibri
Is there a reason why should I replace my CWM 5.0.2.6. with 4ext recovery? I mean,is it better, does it have more options, is it more stable...?I'm asking this cause 4ext was recommended here as recovery type.
Will the flashing of 4ext wipe my rom and everything? I never flashed another recovery but cwm,and that was way back when my phone was still running WM.
Sorry for asking this here,but like I said ,only cause 4ext was mentioned here.
Thanks.
Sent from my Htc Hd2 using Tapatalk 2
I've just seen this: "Select the size of for 1st partition (Choose greater than 1024MB) (This will be the size of data partition)"
I have one 4ext 1024mb partition and everything is working fine, except some FC in trebuchet.
Is there a reason I should increase my partition to 2gb?
Lincoln357 said:
Is there a reason why should I replace my CWM 5.0.2.6. with 4ext recovery? I mean,is it better, does it have more options, is it more stable...?I'm asking this cause 4ext was recommended here as recovery type.
Will the flashing of 4ext wipe my rom and everything? I never flashed another recovery but cwm,and that was way back when my phone was still running WM.
Sorry for asking this here,but like I said ,only cause 4ext was mentioned here.
Thanks.
Sent from my Htc Hd2 using Tapatalk 2
Click to expand...
Click to collapse
Hi Lincoln357, I think you should try another recovery, you might then be able to boot a pixeldroid rom, just a thought.
That said, I had trouble with this ROM on nativeSD booting from wm6.5.
I first tried launcher2 from aroma, after booting and at end of setup i had setup not responding (wait/force close) and could not get to launcher (home button pressed). After reboot it hung on slim bootscreen.
Fresh install same sdcard, and it hung on slim bootscreen. (note sdcard was previously formatted with gparted)
Fresh install new sdcard, chose nova, same problem with setup and couldn't get to launcher. (formatted with minitool)
Fresh install, same new sdcard, formatted sdext with recovery (4ext sd version edited by Xylograph, never given me problems before) and finally got it to go to launcher. Phew:laugh:
So a combination of sdcard and formatting got me there. It is odd how some roms are sensitive to these things
Lastly, I think the same problem with tytung's aroma script with ppp is occurring here. If you leave rmnet as default (booting from wm6.5), there is no data. you must choose ppp to get data despite there being a checksys.sh and lines in updater.script which should force ppp install for haret booting.
Anyway, its great to see Slim ROM back on our hd2, it seems really fast.
Excellent job max18mac :angel: and thanks for your continuing support for our hd2:highfive:
Posts in this Q&A/T thread
Hi my friends,
It/s vey nice to see, that when a Dev's Rom and the accompanying Q&A/T thread for this ROM are released on the same day, posters will make directly more use of this Q&A/T thread. Totally different from starting a Q&A/T thread for an already existing ROM!! Thanks very much for posting here and hoping that this thread will become very soon self-sustaining without our interference on the Dev's thread to move posts to this thread!!! Again, thank you very much, really appreciate this!!!!!
kindest regards, Kuzibri
Robbie P said:
Hi Lincoln357, I think you should try another recovery, you might then be able to boot a pixeldroid rom, just a thought.
That said, I had trouble with this ROM on nativeSD booting from wm6.5.
I first tried launcher2 from aroma, after booting and at end of setup i had setup not responding (wait/force close) and could not get to launcher (home button pressed). After reboot it hung on slim bootscreen.
Fresh install same sdcard, and it hung on slim bootscreen. (note sdcard was previously formatted with gparted)
Fresh install new sdcard, chose nova, same problem with setup and couldn't get to launcher. (formatted with minitool)
Fresh install, same new sdcard, formatted sdext with recovery (4ext sd version edited by Xylograph, never given me problems before) and finally got it to go to launcher. Phew:laugh:
So a combination of sdcard and formatting got me there. It is odd how some roms are sensitive to these things
Lastly, I think the same problem with tytung's aroma script with ppp is occurring here. If you leave rmnet as default (booting from wm6.5), there is no data. you must choose ppp to get data despite there being a checksys.sh and lines in updater.script which should force ppp install for haret booting.
Anyway, its great to see Slim ROM back on our hd2, it seems really fast.
Excellent job max18mac :angel: and thanks for your continuing support for our hd2:highfive:
Click to expand...
Click to collapse
Maybe not a place for this question,but how do I get 4ext recovery?Just flash it from usb flasher option described by macs18max?Will it wipe my current rom?Like I said,I've been using only cwm since I switched from wm to android (wm was only a day on my hd2 )
Thanks
Sent from my Htc Hd2 using Tapatalk 2
Lincoln357 said:
Maybe not a place for this question,but how do I get 4ext recovery?Just flash it from usb flasher option described by macs18max?Will it wipe my current rom?Like I said,I've been using only cwm since I switched from wm to android (wm was only a day on my hd2 )
Thanks
Sent from my Htc Hd2 using Tapatalk 2
Click to expand...
Click to collapse
Can't see why this is not the place for it. We are in Q&A forum after all I see your point though.
Unfortunately I don't know, hardly ever used nandroid. Been mostly on wp7 in nand, and 6.5 before that. you might have to search a bit, or maybe wait til max18mac wakes up after working all day (and more) on this release
Sorry can't help further.
Lincoln357 said:
Maybe not a place for this question,but how do I get 4ext recovery?Just flash it from usb flasher option described by macs18max?Will it wipe my current rom?Like I said,I've been using only cwm since I switched from wm to android (wm was only a day on my hd2 )
Thanks
Sent from my Htc Hd2 using Tapatalk 2
Click to expand...
Click to collapse
I'm not entirely certain of this but if I'm not mistaken you just flash it in USB flasher. It will wipe all of your data and you should make a backup of your apps/data in Titanium Backup first (I don't think restoring a CWM backup in 4EXT is completely safe). No matter what you decide to do, backup first. You know what, just backup your data for the hell of it Seriously though, backup.
Nigeldg said:
I'm not entirely certain of this but if I'm not mistaken you just flash it in USB flasher. It will wipe all of your data and you should make a backup of your apps/data in Titanium Backup first (I don't think restoring a CWM backup in 4EXT is completely safe). No matter what you decide to do, backup first. You know what, just backup your data for the hell of it Seriously though, backup.
Click to expand...
Click to collapse
I must be honest,I never backed up data or anything. I never use many apps so when it comes to that, I just do a fresh install. My question was will the flashing of 4ext recovery wipe my current rom, just to know. If it does, what the hell, I'll flash it again
sent from my Slim V1 HD2 using Tapatalk 2
Yeah it will wipe your ROM. You'll have to flash the ROM again (*cough* backup *cough*) but that's all you'll have to flash so it's not like a Task29 or anything.
Not sure if I missed it, but on the navigation bar I can see the screen off button but I don't see the power menu option . Is there such one for this Rom?
Sent from my Htc Hd2 using xda app-developers app
Xda app would not be bad and a patched adfree host file
Sent from my NexusHD2 using xda app-developers app
How much free ROM in starting and few hours working.
TheArt said:
How much free ROM in starting and few hours working.
Click to expand...
Click to collapse
I'm sorry ,I really tried, but I cannot understand what you are saying.
sent from my Slim V1 HD2 using Tapatalk 2
Nigeldg said:
Yeah it will wipe your ROM. You'll have to flash the ROM again (*cough* backup *cough*) but that's all you'll have to flash so it's not like a Task29 or anything.
Click to expand...
Click to collapse
So,I go to USB Flasher, connect my phone to my pc, run DAF.exe and run it and that's it?
Afterwards I need to flash rom again,and I go to recovery same way I did with CWM, from Magldr menu, right?
Just wanted to check before I do it, to be sure something doesn't go wrong.
Lincoln357 said:
So,I go to USB Flasher, connect my phone to my pc, run DAF.exe and run it and that's it?
Afterwards I need to flash rom again,and I go to recovery same way I did with CWM, from Magldr menu, right?
Just wanted to check before I do it, to be sure something doesn't go wrong.
Click to expand...
Click to collapse
Exactly. I'm not sure how you edit the size of the /system partition when you flash 4EXT but hopefully that'll be clear when you do it. If not, you can obviously post here since this is a Q&T thread and someone who's used it is bound to help. Other than that, what you outlined is entirely correct so good luck flashing.

Categories

Resources