New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
chismay
Old
#1  
chismay's Avatar
Senior Member - OP
Thanks Meter 131
Posts: 911
Join Date: May 2011
Location: LONDON
Default dual boot help plz'ings

Hi guys thanks again for the help with changing my boot splash that thread went epic due to that guide posted

ok so now im still on flexreaper 5.1 EX, BOOTLOADER: V7 ics

v7 supports dual boot right? i know, i know, i have read the thread but i cant actually see much info on this,

I basically want to have 2 roms , my current flex reaper and now to add the jellybean port from randomblame,.

can i do this? and how would i;

A. do this
B. select the rom i wanna use on each startup
C. would i have any prob with the itsmagic bug thing?

thanks again
If I Have Helped You Please Click The Thanks Button

ASUS GOOGLE NEXUS 7 32GB
ACER ICONIA A500 ICS FLEXREAPER-EX V5.1
HTC HERO GSM CYANOGENMOD7
GOOGLE GALAXY NEXUS STOCK
MK808 4.2.2 ANDROID TV STICK
SAMSUNG GALAXY ACE THE MYTH ROM ICS V3
SAMSUNG GALAXY S I9003 TITANIUM ROM V3
SAMSUNG GALAXY S3 I9300 STOCK
SAMSUNG GALAXY MIN S8850 STOCK
ELONEX TAB 2.1(CRAP)
MISCROLL TAB 3.2(SLIGHTLY BETTER)
 
leonardtj
Old
#2  
leonardtj's Avatar
Junior Member
Thanks Meter 4
Posts: 18
Join Date: Jan 2012
Location: Illinois

 
DONATE TO ME
Unhappy You can't

I am on v8 boot loader. Dual boot is for kernels not whole roms atleast sofar
The Following User Says Thank You to leonardtj For This Useful Post: [ Click to Expand ]
 
chismay
Old
#3  
chismay's Avatar
Senior Member - OP
Thanks Meter 131
Posts: 911
Join Date: May 2011
Location: LONDON
Quote:
Originally Posted by leonardtj View Post
I am on v8 boot loader. Dual boot is for kernels not whole roms atleast sofar
damn that sucks,.... am i missing something? why would i want 2 kernals for one rom? lol cheers for reply anyways.

i think thats what us flashers "hehe" would love the most, able to try new roms without overwriting the current.
If I Have Helped You Please Click The Thanks Button

ASUS GOOGLE NEXUS 7 32GB
ACER ICONIA A500 ICS FLEXREAPER-EX V5.1
HTC HERO GSM CYANOGENMOD7
GOOGLE GALAXY NEXUS STOCK
MK808 4.2.2 ANDROID TV STICK
SAMSUNG GALAXY ACE THE MYTH ROM ICS V3
SAMSUNG GALAXY S I9003 TITANIUM ROM V3
SAMSUNG GALAXY S3 I9300 STOCK
SAMSUNG GALAXY MIN S8850 STOCK
ELONEX TAB 2.1(CRAP)
MISCROLL TAB 3.2(SLIGHTLY BETTER)
 
yaworski
Old
#4  
yaworski's Avatar
Senior Member
Thanks Meter 46
Posts: 158
Join Date: Jun 2007
Location: Warsaw
Quote:
Originally Posted by chismay View Post
[...]why would i want 2 kernals for one rom?[...]
You could use it for custom kernel testing if you were a kernel developer (but this can be done even without flashing the kernel at all with fastboot boot command).

The main reason for dualboot in Skrillax_CZ's bootloaders, at least for now, is to allow to boot into Linux distro instead of Android without sacrificing the recovery, as earlier method for dualbooting Linux was to replace recovery image with second OS kernel. With dualboot bootloader you still have recovery and you can select the OS you want to boot.
The Following User Says Thank You to yaworski For This Useful Post: [ Click to Expand ]
 
chismay
Old
#5  
chismay's Avatar
Senior Member - OP
Thanks Meter 131
Posts: 911
Join Date: May 2011
Location: LONDON
Quote:
Originally Posted by yaworski View Post
You could use it for custom kernel testing if you were a kernel developer (but this can be done even without flashing the kernel at all with fastboot boot command).

The main reason for dualboot in Skrillax_CZ's bootloaders, at least for now, is to allow to boot into Linux distro instead of Android without sacrificing the recovery, as earlier method for dualbooting Linux was to replace recovery image with second OS kernel. With dualboot bootloader you still have recovery and you can select the OS you want to boot.
gotchya i actually yeah see the point test a kernal without making the device unusable unless you nvflash...... im a big duuuh sometimes
If I Have Helped You Please Click The Thanks Button

ASUS GOOGLE NEXUS 7 32GB
ACER ICONIA A500 ICS FLEXREAPER-EX V5.1
HTC HERO GSM CYANOGENMOD7
GOOGLE GALAXY NEXUS STOCK
MK808 4.2.2 ANDROID TV STICK
SAMSUNG GALAXY ACE THE MYTH ROM ICS V3
SAMSUNG GALAXY S I9003 TITANIUM ROM V3
SAMSUNG GALAXY S3 I9300 STOCK
SAMSUNG GALAXY MIN S8850 STOCK
ELONEX TAB 2.1(CRAP)
MISCROLL TAB 3.2(SLIGHTLY BETTER)
 
yaworski
Old
#6  
yaworski's Avatar
Senior Member
Thanks Meter 46
Posts: 158
Join Date: Jun 2007
Location: Warsaw
@chismay: with modified bootloader you actually can do anything to boot partition without worying that you won't be able to restore it later without nvflash. Modified bootloader gives you fully usable fastboot where you can do some cool operations (all based on latest v8):

To flash any kernel to boot partition (primary kernel - usually for android):

Code:
fastboot flash boot boot.img
where boot.img is a file with kernel image with initrd.

To flash secondary kernel you can do

Code:
fastboot flash secboot kernel.img
You can of course flash new recovery with:

Code:
fastboot flash recovery recovery.img
But most of all, for testing new kernels and recoveries, you can boot any image without flashing into tab:

Code:
fastboot boot boot.img
where boot.img is any bootable image in Android format (Android kernel image, Linux kernel image or recovery image). This works by downloading the image into tablet's RAM and the booting it from there.

XDA PORTAL POSTS

Expand Your Choice of Icons with Icon Themer

Icons are some of the most commonly themed elements of the Android UI, and there is certainly no … more

MicrowaveTimePicker Brings 4.2 TimePicker to 2.1+ Devices

It’s frustrating to see slick new features that you can’t use when … more

What’s Possible with CASUAL & How to Make Your Own CASUAL – XDA Developer TV

XDA Elite Recognized Developer AdamOutler is known … more

Pearl Chen to Talk NFC Development at XDA:DevCon 2013

From HTML to LEDs or Android to Arduino, Hardware Hacking is a pastime of many people … more