This post has been thanked 1 times. |
|
||||
Re: Booting Android from a Different Folder?
My guess is that the Space in 'Operating Systems' and 'Program Files' is what's killing it. You might be able to escape those somehow, but I'm not sure how to do it (it would need to be some sort of posix-compliant method).
Also, it should have forward slashes instead of backslashes, since it's being accessed from linux instead of Windows. Otherwise, the rel_path value should be able to hold a multi-level path without problems. (Unless there are problems I'm forgetting about.) you could try Code:
rel_path=Program\ Files/Operating\ Systems/Android Code:
rel_path=Program\040Files/Operating\040Systems/Android |
This post has been thanked 2 times. |
|
||||
Re: Booting Android from a Different Folder?
any follow up on this? where do i add the ref_path? and in the first post, there is only three quotation marks and in the second post none. i get an error when i added it when launching haret about ref_path being an unknown command
|
|
||||
Re: Booting Android from a Different Folder?
nevermind, i figured it out. whole command is as follows;
set cmdline "rel_path=*directory of choice* " replace *directory of choice* with your location of haret.exe. remember as posted above to use forward slashes instead of back slashes . as for needing a forward slash when a space is in the file path i do not know as i have mine at android\andboot on my storage card so my path was just android/andboot |
This post has been thanked 1 times. |
|
||||
Re: Booting Android from a Different Folder?
the original reason of this post was because of the spaces causing problems because Program Files has a space in it, it was probably only taking the first portion and trying to consider "Files" as an argument rather than a continuation of the path.
But yes, that's the proper location to set that setting. However, if you use Gen.Y's DualBoot app, you have to set the proper location in the registry (HKCU\Software\Gen.Y\DualBOOT\AndroidBootFolder) as well otherwise it won't detect the proper android boot location and it won't allow you to boot through dualboot.
__________________
![]() Phone: Sprint HTC EVO 3D ROM: Synergy Nightly with Own Mods ![]() |
This post has been thanked 1 times. |
|
||||
Re: Booting Android from a Different Folder?
Quote:
Quote:
__________________
Sprints new slogan should be " Whether its a Early Upgrade or charges for nothing, We'll be there"
Last edited by boredandtattooed; 05-19-2010 at 04:09 PM. |
|
||||
Re: Booting Android from a Different Folder?
if you already have the line "set cmdline" where it is setting other options then you can just ad the rel_path=*directory of choiceXXX* part in to the string of stuff. this + gen y's dual boot makes this a real deal for me
![]() edit: here is my startup.txt just for reference Code:
set ramsize 0x10000000 set ramaddr 0x10000000 set mtype 2292 set KERNEL zImage set initrd initrd.gz set cmdline "lcd.density=240 msmts_calib=0x9f.0x39a.0x35c.0x78 7x00.a11=500 msmvkeyb_toggle=off pmem.extra=1 gsensor_axis=2,1,3 pm.sleep_mode=1 hw3d.force=1 physkeyboard=rhod400 htc_hw.force_cdma=1 rel_path=android/andboot " boot Last edited by DomSim; 05-19-2010 at 04:26 PM. |
This post has been thanked 1 times. |
|
||||
Re: Booting Android from a Different Folder?
Quote:
|
|
||||
Re: Booting Android from a Different Folder?
awwww just noticed it still makes a bunch of files on the root of the storage card. still its only a few in comparison to what it was before.
|
![]() |
|
|
|