[IDEA] Simulating ROM/RAM/NAND as SDCard ?! - HD2 Android Q&A, Help & Troubleshooting and Genera

Hi there,
i had the idea of using the internal ROM as a "ROMDisk" (ramdisk) like to mock a SD Card...
so it should be possible to have the fullspeed of the ROM and don't need to hassle with the problem of driver lack if there should be anytime a solution to boot/flash directly to NAND ?!
i searched the Internet and also xda-devs and didn't found something similar before...
just found a normal WinCe Ramdisk (http://forum.xda-developers.com/showthread.php?t=382944) but that didn't really do the job what we want... (just RAM to ROM and didn't show up as SD as well...)
what are you thinking of this?!
Devs ?! maybe any solution already i missed?!

It would need to work at hardware level so this is a non-starter. There is no point in having an application in WM that makes the internal nand appear as a memory stick as it would be killed, along with the rest of the services and applications, as soon as haret is executed to boot Android.

Related

[ Q ] Android inside WM Rom ( or system files only )

I was using "search" to find similar question but i didnt found anything.
My question is :
So far the biggest problem with battery , and android speed was related
with using SD Card.
Ok . I'm a NOOB with Android so don't laugh please :
Is there a way to build WM Rom with smallest number of files
to make device bootable and implement into this Android files ?
I know ... Android is building a BIG folder ( aprox. 700 MB ).
But if we could keep only most important system files
inside the rom , and all the rest will be kept on memory card ???
What you think ?
Is it possible ?
It could save battery , mayby more speed - only if it possible
??????
Still learning - sorry for bad EN.
klopikxda said:
I was using "search" to find similar question but i didnt found anything.
My question is :
So far the biggest problem with battery , and android speed was related
with using SD Card.
Ok . I'm a NOOB with Android so don't laugh please :
Is there a way to build WM Rom with smallest number of files
to make device bootable and implement into this Android files ?
I know ... Android is building a BIG folder ( aprox. 700 MB ).
But if we could keep only most important system files
inside the rom , and all the rest will be kept on memory card ???
What you think ?
Is it possible ?
It could save battery , mayby more speed - only if it possible
??????
Still learning - sorry for bad EN.
Click to expand...
Click to collapse
There are no drivers for the NAND as far as I know. That is why there is SD boot. Go to a file explorer in android and there is no nand partition or folder in the root alongside 'sdcard'
so from what i understand, we need windows booted to power up all the hardware. correct?
i think what he was asking and i was asking earlier is:
if we build a minimal windows boot, ONLY to power up the hardware, and then move the "android" folder from memory card to main phone memory and create the launcher to start the haret and the other file from the phone memory just like it would start from SD card.
in other words treat the phone memory like a SD card am i missing something?
fuzzysig said:
so from what i understand, we need windows booted to power up all the hardware. correct?
i think what he was asking and i was asking earlier is:
if we build a minimal windows boot, ONLY to power up the hardware, and then move the "android" folder from memory card to main phone memory and create the launcher to start the haret and the other file from the phone memory just like it would start from SD card.
in other words treat the phone memory like a SD card am i missing something?
Click to expand...
Click to collapse
That is right !!!
But not to move everything from catalogue Android from SD card to phone memory.
Only most necessary files like drivers, kernel and such.
Files that could keep battery lives longer on stanby with good system stability.
If not possible...... maybe your way will be better ...if possible.
well to split the filesystem between main memory and sd card you have to change alot of file refferences and links its gonna be a nightmaire.
but i dont know enough about this system to tell if this could work or not

[Q] Android Folder onto HD2 Phone How come?

Okay before anyone starts to flame or start saying "Oh God" to the screen, this isnt the typical "When are we going to get Android to boot from HD2" question.
I know we all boot Android from our SDCard, but I went looking to see if there was any google pages on why the sd card? Being that we have an HD2 and it has alot of space (My phone says 768mb free internal storage), would it slow Android and the experience down if we had the "Android" folder copied to our phone instead? I know currently it probably wouldnt work, but being that the avg Android folder is 230mb to 260mb thats more then enough space to put the folder in, and possibly change maybe the daily useage or app installations onto the sdcard. If this was just a general rule of thumb that it was decided to be put on an sdcard across the board because not all phone had the room then is there no way to change that now since most phones are coming out to have larger internal space opposed to older ones?
And again, would it be slower to run this way or not?
AngelDeath said:
Okay before anyone starts to flame or start saying "Oh God" to the screen, this isnt the typical "When are we going to get Android to boot from HD2" question.
I know we all boot Android from our SDCard, but I went looking to see if there was any google pages on why the sd card? Being that we have an HD2 and it has alot of space (My phone says 768mb free internal storage), would it slow Android and the experience down if we had the "Android" folder copied to our phone instead? I know currently it probably wouldnt work, but being that the avg Android folder is 230mb to 260mb thats more then enough space to put the folder in, and possibly change maybe the daily useage or app installations onto the sdcard. If this was just a general rule of thumb that it was decided to be put on an sdcard across the board because not all phone had the room then is there no way to change that now since most phones are coming out to have larger internal space opposed to older ones?
And again, would it be slower to run this way or not?
Click to expand...
Click to collapse
hi
Haret cannot currently read from NAND, its code reads and searches for Data IMG and Rootfs and kernal in SD ONLY .....
hence NAND is so very different from HARET.
well Magldr is what would do the trick
I'm assuming your talking about nand as to boot from the phone like as if you are powering it up and windows loads, Im not actually talking about that. I'm actually talking about how it currently loads, except, instead of placing the Android folder on the SDCard and running clrcad and haret, instead placing the folder into the root directory of the phone and running clrcad and haret from there, same exact way we are running it now, except changing the location of the folder from card to phone.
AngelDeath said:
I'm assuming your talking about nand as to boot from the phone like as if you are powering it up and windows loads, Im not actually talking about that. I'm actually talking about how it currently loads, except, instead of placing the Android folder on the SDCard and running clrcad and haret, instead placing the folder into the root directory of the phone and running clrcad and haret from there, same exact way we are running it now, except changing the location of the folder from card to phone.
Click to expand...
Click to collapse
hi
Well firstly NAND does not necessarly mean booting from start, NAND= Internal memory, in fact cotulla's MAGLDR can boot android of the SD straight from power up whilst having WIN MO on NAND.
So to answer your question again,
HARET CANNOT READ NAND (INTERNAL MEMORY), it always looks for SD for everything , in some cases RAM, as in the new RAM builds that are popping up by devs.
the code for HARET cannot handle NAND at the moment and i dont thing it will ever be implemented.
I'm neither a dev or a hacker, this is just what i ahve understood from reading, i'm open to corrections,
best regds
I have to admit, this idea is very cool.. If haret could "see" the nand memory after WinMo is loaded, then all you need is a WinMo rom stripped down to the maximum and Android folder burned in it (at least the system part). if if if i am not sure, if its technicaly impossible for haret to see the nand memory after booting WinMo or if its impossible at all..
greg17477 said:
I have to admit, this idea is very cool.. If haret could "see" the nand memory after WinMo is loaded, then all you need is a WinMo rom stripped down to the maximum and Android folder burned in it (at least the system part). if if if i am not sure, if its technicaly impossible for haret to see the nand memory after booting WinMo or if its impossible at all..
Click to expand...
Click to collapse
guys remeber HARET is a bootloader for LINUX, its crazy enough its helping us boot android from SD, I think the possible reason HARET is not designed for reading NAND is the potential damage it could do to SPL leading to a BRICK, now we dont want a brick do we ?
mally2 said:
guys remeber HARET is a bootloader for LINUX, its crazy enough its helping us boot android from SD, I think the possible reason HARET is not designed for reading NAND is the potential damage it could do to SPL leading to a BRICK, now we dont want a brick do we ?
Click to expand...
Click to collapse
never say never and expect the unexpected, thats what life teached me
phone wouldnt get bricked if you just read nand, but writing into it could do damage, i agree on this.
OK, so when I first read the OP, I thought he meant booting Haret from the phone's internal storage memory, not NAND.
Though the NAND Haret idea is really not bad, I couldn't see it corrupting the bootloader as long as it behaves the same way as it does from the sd. I mean, the phone is already booted WinMo, so HaRet and Android have no need to touch the bootloader, just as when running from sd. It would be more or less a startup.txt change/ rel_path = NAND/Android (not exact, but general idea). Seems alot different to me from MAGLDR, maybe there is just confusion about this
But if the NAND idea is not workable, wouldn't it be possible to run HaRet Android from the phone's internal storage memory, yielding a performance speed increase and less wear on the sd?
Clearly we couldn't do like I have now, a ton of builds with exceller, all running from internal storage, obviously we don't have 16gb internal. But what about just loading our daily driver from internal, and testing/less commonly builds from sd?
I like the idea because it could mean less wear on the sd, and possibly performance increase
BTW 300th post
Thats exactly what I meant, once WinMo is loaded, we normally go into the sd card thru file explorer and then go to android and then run clrcad and haret, winMo is already loaded and doesnt corrupt winmo, but if we could run the core system from the phones storage space, (Putting the android folder into the main directory, and then running clrcad and haret, this way the core system would load and any user installable files would just end up on the storage card, cause obviously we wouldnt be able to load all our apks into the phone (Some might, others like us go nuts).
But the concept is not a bad one, especially if there was a way when installing the apk's it asked for the location to add.
AngelDeath said:
Thats exactly what I meant, once WinMo is loaded, we normally go into the sd card thru file explorer and then go to android and then run clrcad and haret, winMo is already loaded and doesnt corrupt winmo, but if we could run the core system from the phones storage space, (Putting the android folder into the main directory, and then running clrcad and haret, this way the core system would load and any user installable files would just end up on the storage card, cause obviously we wouldnt be able to load all our apks into the phone (Some might, others like us go nuts).
But the concept is not a bad one, especially if there was a way when installing the apk's it asked for the location to add.
Click to expand...
Click to collapse
I would say that if HaRet was pointed to the correct place correspondingly, either NAND or storage would work as I previously mentioned. I am unsure about any performance gains to be had, but it would surely save on sd card wear.
People say that going from NAND would corrupt bootloader, but since WM is already booted using HaRet, there is no reason that the bootloader is touched, even if it is all stored to NAND. MagLDR is different, that is going for a cold-boot of Android, no WM involved at all. HaRet and MAGLDR work different and I think that if Haret was made to look for /Android in NAND, it could work just the same as if off of sdcard.
And booting from the phone's storage memory would be even safer, as no far-fetched idea of HaRet corrupting the bootloader is even conceivable, as NAND would never even be touched at all.
I honestly believe though that if a version of Haret was released that looked to NAND memory for /Android, that WM chefs could bake lite version WM ROMs with popular Android builds already built into NAND, maybe in the \Windows directory. The chef could even cook in a modified version of Exceller's Android loader which would look to \Windows for the Android folder.
Since Android development is so far along, and there are so many builds that are 100% or near 100% stable, I do think that going this route is a viable option, I mean there are already WM builds that will install an Android build to the sd card all by themselves after you boot them up the first time. This seems a natural progression of that concept to me.
Maybe somebody could contact Netripper, and ask him more about this idea, and see if he would be kind enough to build a HaRet version to look to NaND memory, and another to look to internal storage space, the rest could be done by the end user, as there are WM kitchens available, and most ppl here could make a .cab to install \Android to internal.
That's my $0.02
huggs said:
I would say that if HaRet was pointed to the correct place correspondingly, either NAND or storage would work as I previously mentioned. I am unsure about any performance gains to be had, but it would surely save on sd card wear.
People say that going from NAND would corrupt bootloader, but since WM is already booted using HaRet, there is no reason that the bootloader is touched, even if it is all stored to NAND. MagLDR is different, that is going for a cold-boot of Android, no WM involved at all. HaRet and MAGLDR work different and I think that if Haret was made to look for /Android in NAND, it could work just the same as if off of sdcard.
And booting from the phone's storage memory would be even safer, as no far-fetched idea of HaRet corrupting the bootloader is even conceivable, as NAND would never even be touched at all.
I honestly believe though that if a version of Haret was released that looked to NAND memory for /Android, that WM chefs could bake lite version WM ROMs with popular Android builds already built into NAND, maybe in the \Windows directory. The chef could even cook in a modified version of Exceller's Android loader which would look to \Windows for the Android folder.
Since Android development is so far along, and there are so many builds that are 100% or near 100% stable, I do think that going this route is a viable option, I mean there are already WM builds that will install an Android build to the sd card all by themselves after you boot them up the first time. This seems a natural progression of that concept to me.
Maybe somebody could contact Netripper, and ask him more about this idea, and see if he would be kind enough to build a HaRet version to look to NaND memory, and another to look to internal storage space, the rest could be done by the end user, as there are WM kitchens available, and most ppl here could make a .cab to install \Android to internal.
That's my $0.02
Click to expand...
Click to collapse
Very possible,
Haret needs to be modified for that,
not sure who can do it.
Guys as far as i know, on hd2 is nand memory the same as internal phone memory.There is no built in sd card. I am not 100% sure, but there is 512mb nand memory (internal memory). I mean, we install winmo roms into the nand. So if your winmo rom is about 200mb, you will be left with soemthing like 300mb internal phone memory. Correct me, if i am wrong..
cheers
greg17477 said:
Guys as far as i know, on hd2 is nand memory the same as internal phone memory.There is no built in sd card. I am not 100% sure, but there is 512mb nand memory (internal memory). I mean, we install winmo roms into the nand. So if your winmo rom is about 200mb, you will be left with soemthing like 300mb internal phone memory. Correct me, if i am wrong..
cheers
Click to expand...
Click to collapse
spot on
NAND = Internal memory
greg17477 said:
Guys as far as i know, on hd2 is nand memory the same as internal phone memory.There is no built in sd card. I am not 100% sure, but there is 512mb nand memory (internal memory). I mean, we install winmo roms into the nand. So if your winmo rom is about 200mb, you will be left with soemthing like 300mb internal phone memory. Correct me, if i am wrong..
cheers
Click to expand...
Click to collapse
Well true except the TMOUS, which is 1024 mb, so it should be plenty then to run Android this way right?
Even with just 300 left after WM ROM, Android could still be done conservatively, without much apps installed, or with some kind of a2sd functionality, Froyo has inbuilt app to sd functionality, albeit not as good as a2sd ext2 or ext3 setup.
Guys I think you are missing the point, If this was possible, viable or worth it, it would have probably already been tried and tested and released along time ago.
The fact that this hasnt been done already tells me that its been thought about and rejected for good reason.
PS. NAND ..IS.. Internal memory guys so the running loading of kernel and files from internel memory instead of nand is a moot point.
Here's a question for you guys thinking it *could* be possible to put Android on internal storage(NOT NAND) instead of SD...
What do you think will happen after your device creates the data.img and tries to place it in the Android folder on Internal Storage? I for one think my device(1024 TMOUS Leo) would run out of memory and throw error after error about internal storage being critically low until I did something about it.
To top it off, what about the 100 some odd folders that Android creates on the SD card now? Where are you going to put all of that on internal storage?
To sum it all up folks, until we're running from nand and have dedicated internal storage(W/O WM), it's not likely to EVER happen due to sheer lack of space, even if haret was reprogrammed to allow booting from internal storage.
dharvey4651 said:
Here's a question for you guys thinking it *could* be possible to put Android on internal storage(NOT NAND) instead of SD...
What do you think will happen after your device creates the data.img and tries to place it in the Android folder on Internal Storage? I for one think my device(1024 TMOUS Leo) would run out of memory and throw error after error about internal storage being critically low until I did something about it.
To top it off, what about the 100 some odd folders that Android creates on the SD card now? Where are you going to put all of that on internal storage?
To sum it all up folks, until we're running from nand and have dedicated internal storage(W/O WM), it's not likely to EVER happen due to sheer lack of space, even if haret was reprogrammed to allow booting from internal storage.
Click to expand...
Click to collapse
hmmm,
well in that case, kernel could be programed to create Data IMG on SD, if you have been following the Rhodium Nand Project , you will see what i mean, a few components are on NAND and a few on SD
dharvey4651 said:
Here's a question for you guys thinking it *could* be possible to put Android on internal storage(NOT NAND) instead of SD...
What do you think will happen after your device creates the data.img and tries to place it in the Android folder on Internal Storage? I for one think my device(1024 TMOUS Leo) would run out of memory and throw error after error about internal storage being critically low until I did something about it.
To top it off, what about the 100 some odd folders that Android creates on the SD card now? Where are you going to put all of that on internal storage?
To sum it all up folks, until we're running from nand and have dedicated internal storage(W/O WM), it's not likely to EVER happen due to sheer lack of space, even if haret was reprogrammed to allow booting from internal storage.
Click to expand...
Click to collapse
Its not about putting the whole Android folder into nand, but for example only the system partition, just like in the RAM builds. All data and user stuff goes to sd.
Btw what do you mean by "...*could* be possible to put Android on internal storage(NOT NAND)." ? nand is the internal storage (memory). Or you guys are using different terms do you mean by "nand" the reseverd space where roms are stored and by "internal storage" the free space left (still in nand)?
TheATHEiST said:
Guys I think you are missing the point, If this was possible, viable or worth it, it would have probably already been tried and tested and released along time ago.
The fact that this hasnt been done already tells me that its been thought about and rejected for good reason.
PS. NAND ..IS.. Internal memory guys so the running loading of kernel and files from internel memory instead of nand is a moot point.
Click to expand...
Click to collapse
Actually your part right, it was tested and released in the initial phases of the Rapheal (aka Fuze) and ran smoothly from what I read, yes there were hiccups, but that was due to the build being still in the alpha stages.
dharvey4651 said:
Here's a question for you guys thinking it *could* be possible to put Android on internal storage(NOT NAND) instead of SD...
What do you think will happen after your device creates the data.img and tries to place it in the Android folder on Internal Storage? I for one think my device(1024 TMOUS Leo) would run out of memory and throw error after error about internal storage being critically low until I did something about it.
To top it off, what about the 100 some odd folders that Android creates on the SD card now? Where are you going to put all of that on internal storage?
To sum it all up folks, until we're running from nand and have dedicated internal storage(W/O WM), it's not likely to EVER happen due to sheer lack of space, even if haret was reprogrammed to allow booting from internal storage.
Click to expand...
Click to collapse
This is where your part wrong as well. if you use a pre-set data.img file, yes for the most part you cant use anything larger then possibly 512mb on a TMous, 256 on others, definitely could not use the 1gb img file thats for sure, but the other part of this your missing is that if you dont put a pre-set data.img file, during the initial loading of android, android will create the file itself, and IF I am right the file will be sort of dynamic, dynamic in the sense it will expand as needed, I seriously doubt it shrinks. And on top of this you would then use the function a2sd, which in then would install your apk's to sd card. As of right now how much bigger is your 1gb data.img file that everyone added to their SDCards? Bet still the same size.
mally2 said:
hmmm,
well in that case, kernel could be programed to create Data IMG on SD, if you have been following the Rhodium Nand Project , you will see what i mean, a few components are on NAND and a few on SD
Click to expand...
Click to collapse
Actually after doing some reading, neither the kernel (if I read correctly) nor is haret.exe the cause of pointing the boot location. I did some searching (Mind you I am NOT a LINUX person), but reading some of the files, I am guessing that the key file which controls the loading of Android, is located in the "init" file in the rootfs.img file. I mounted this file in windows to look thru it and view files, and that file seems to have a major role in it, how it works I dont know yet.
To All, please I am not trying to cause a stir here, I am merely looking at possibilities, and unfortunately I cant test them out since I dont have a spare SDCard as of yet (Will ina couple of days, 32GB SDCard for $40, woohoo), and then I have nothing to loose to try, cant brick the phone, since winmo is the default loading OS anyway. One of the reason it might not have been put on the phone as I said, could be speed, I dont know how much faster internal phone storage would be opposed to sd, but another reason why could be cause then the installation would put folders on the root file system of the stroage card and make it messy. Also alot of people constantly flash new builds, this would also hamper your android install being on the phones storage. And remember our normal HD2 roms are between 225 and 250mb stock or custom, where lite versions or stripped down version would be considered better for taking up less space.
One thing to keep note, during all this, I have an HTC Aria (Liberty) as well that I just recently got as an upgrade to one of my ATT lines, and I checked the internal storage of that phone, its stock with ATT's build of Android, and it has ONLY 168mb of storage available, and it came with a 2gb sd card. Now think about that when saying that the files would get to big, obviously the HTC Aria doesnt have anywhere near the capacity of the HD2.
And again to anyone else, let's be clear, yes the phones storage is a NAND, but just to make clear, we aren't talking about doing a cold boot of android, I know how sometimes that can get confusing.
Sorry guys, yes internal storage is NAND memory, the reason I drew a distinction was to make a distinction between loading from internal storage and ROM space. I only meant to illustrate the difference between the two and demonstrate my opinion that both are possible. I think with further investigation and testing, advantages of booting this way will begin to emerge. For example we will be able to remove the sd card while Android runs, not a great benifit, but you get the idea. But yeah, I should have used the term 'ROM Space' instead of NAND, I only meant to show difference between the 2 places to boot from.
Sorry if i caused any confusion.
Sent from my... whatever

Idea/thought

Hi guys Android development is evoluvating to new diamention.I have tried from Build from SD cards and RAM version and NAND ROM.The NAND ROM is better of all but the biggest disadvantage is internal storage.when many apps are installed 'memory is low' appearing.even after moving all movable apps to sd card using move2sd.some programmes use internal/phone memory like evernotes,copilot.
so my idea is can't you guys create vitual storage in sd for the NAND like the one we had in SD card based build.which is easy for portablity of data when we update.GUYS YOU ARE BEST DEVELOPPERS IN THE WORLD HERE
This might be useful for those with 512 version of HD2, or maybe even for 1024, and it should be pretty easy to mount file from SD same as data.img from SD builds.
But! The question I had is, do you really need to create thread with "Idea/thought" subject? Can't you call it "Increase data space for NAND builds" or "Mount data.img with NAND build" or something like that? It's cool of course to create "Idea", "Question", "Help", "Please" etc threads...
Hi dude,
the reason I created this is - it gives an idea to developpers to develop in their next nand to focus on more storage as you know new native phones have more than 1Gb internal space it goes up to 16GB. As I have mentioned some apps can not be moved to SD card. You may have different idea on how to open thread which is not nessesarily same to others. Give something which is useful to development of andriod on hd2.cheers buddy

SD Apps

Hi,
I did a quick search and couldn't find anything on the topic.
I was wondering for a while now, some applications (usually the bigger ones like Angry Birds) must be installed on NAND for it to work - given the HD2's limited onboard phone memory, I can't install very many of these at the same time - requiring me to move it to SD when I don't use it very often to save on space.
A bit of a pain really. I was just wondering if there's a fix for this issue? I'm using one of the older CyanogenMod7 builds if I recall correctly.
Cheers.
use a rom that uses app2sd+ (a2sd+ whatever, ) or data2sd, , one that uses an EXT partition on the sd card. the system will treat the EXT as internal memory and apps such as angry will work. If the EXT is already there when you install such a rom, you dont have to do anything, it will detect the EXT partition and use it, no interaction on your part needed.
Most roms are set up to use an EXT, go read your roms first post.
Right, that makes a whole lot of sense. Cheers!

[Q] Flash ROM On MicroSD Instead Of Internal Memory!

As The Title Suggests, Is There Any Way To Install A ROM Onto A 16GB MicrSDHC (class 10) Instead Of The Phones Internal Memory?
I 'Googled" It For Several Hours, Unfortunately Did Not Find An Answer.
Let Me Explain Further As To What I'm Really Trying To Accomplish. I Want To Flash A(ny) ROM Onto The MicroSD Card So I Will Have The Entire Internal Memory Free On My G1. And Then (if at all possible) Somehow Use The Internal Storage As Extended RAM.
Even If This Seems "Close To Impossible", Could Someone With Enough Knowledge (a dev?) Explain How Something Like This "Could" Be Accomplished??
Thanks For Your Time! Can't Wait To Read What People Have To Say About This..
Ideas & Possible Solutions Are Better Than Just Saying 'It Can't Be Done..etc'
As for installing a rom onto sdcard (even on ext2 partition as it is being done on the HTC Fuze/Diamond/Topaz/etc windows series phones), it is completely possible, but it is very slow.. i don't see why you would want to do that even compared to NAND install if you have lots of ram
I used to be a developer for the HTC Fuze (Touch Pro) and made a 2.2 aosp SD-ext rom, it still isn't as fast as the G1 even though it has slightly higher specs: 288 ram, msm7201a (same cpu as htc dream)..
You can't extend the RAM, but you can make it swapspace. It would kill the internal memory very quickly because it is only yaffs and has a limited number of read and writes...
SH31KH said:
As The Title Suggests, Is There Any Way To Install A ROM Onto A 16GB MicrSDHC (class 10) Instead Of The Phones Internal Memory?
I 'Googled" It For Several Hours, Unfortunately Did Not Find An Answer.
Let Me Explain Further As To What I'm Really Trying To Accomplish. I Want To Flash A(ny) ROM Onto The MicroSD Card So I Will Have The Entire Internal Memory Free On My G1. And Then (if at all possible) Somehow Use The Internal Storage As Extended RAM.
Even If This Seems "Close To Impossible", Could Someone With Enough Knowledge (a dev?) Explain How Something Like This "Could" Be Accomplished??
Thanks For Your Time! Can't Wait To Read What People Have To Say About This..
Ideas & Possible Solutions Are Better Than Just Saying 'It Can't Be Done..etc'
Click to expand...
Click to collapse
Google Android rom's or Operating systems have rules and limits, I do know androids 2.2 did not allow system files to run outside /system folder, now it's allowing more as you see lot's of rom's using /ext (linux partitions) I do not know all the limits, but do believe there has to be a part of the rom in internel memory to be able to boot sd-card

Categories

Resources