[Q] Need Help in flashing rom in a phone which does not have ext memory card - General Questions and Answers

Hello Guys, i have micromax canvas knight phone which does not have external memory card support. The phone is rooted and i need to flash a rom. For that i need to wipe data/factory reset, as i put the rom zip file in internal memory, rom file would get erased. Since factory reset is mandatory before flashing a new rom through recovery, how can we do that without losing the rom file in internal memory? Please help.

ironmanxda said:
Hello Guys, i have micromax canvas knight phone which does not have external memory card support. The phone is rooted and i need to flash a rom. For that i need to wipe data/factory reset, as i put the rom zip file in internal memory, rom file would get erased. Since factory reset is mandatory before flashing a new rom through recovery, how can we do that without losing the rom file in internal memory? Please help.
Click to expand...
Click to collapse
Check this out:
[GUIDE] How to Flash a ROM WITHOUT an SD Card

Related

[Q] Complete system reinstallation

Hello,
I'd like to completely wipe my system (wipe system, cache, factory reset AND SD card) for a fresh installation. But what I usually do is flash the zip file of the new rom from SD card. I'd like to ask how to flash the new system when the SD card is wiped.
Thank you
ws2112 said:
Hello,
I'd like to completely wipe my system (wipe system, cache, factory reset AND SD card) for a fresh installation. But what I usually do is flash the zip file of the new rom from SD card. I'd like to ask how to flash the new system when the SD card is wiped.
Thank you
Click to expand...
Click to collapse
You don't need to wipe the sd card, the rom doesn't store anything there, just some apps do. But if you wiped it you also wiped out your rom, that was on it. I would advise wiping everything, but that next time, if you insist on wipe sd, do it after rom flash, or once you boot the rom from storage settings.
Sent from my HTC One X using xda premium
oh, ok I got it. Will do it now. Thank you

[Q] Android Help!

i have a starmobile astra, same as the celkon a200, after rooting
i installed a new font using font changer in advanced mode, after booting
my phone stucked at logo, i tried formatting/wipingdata/factpry reset,
none these works..
i can't update rom, my default dir of sd is the internal not the mmc,
these are the item in recovery:
reboot system now
apply update from sdcard (w/c is the internal memory)
apply update from cache
wipe data/factory reset
wipe cache partition
backup user data
restore user data
how can i fix this? or there's any chance to fix this?
replies will be much appreciated..
maybe you can download a rom put in your SDcard .then select apply rom from sd.good luckļ¼
First of all, I think that is important to mention what is the recovery that you have.
When you are in recovery, you can not access the device via adb? If the answer is yes, you can push a ROM to your internal sd-card and flash it.

[Q] Flashing a custom rom on a phone with no SD card

Hey there.
Im planning on buying the LG G2 32GB version since its a pretty good phone for a pretty cheap price. Now I know that it doesnt have an SD card opening, and you only got the internal storage. This isnt a problem for me but Ive got a question when it comes to flashing a custom rom.
When flashing a rom you first have to go to recovery and do a factory reset and wipe the dalvik cache. I know the drill since ive been using CM11 on the phone I have right now (LG L7 II) normally you have to place the .zip from teh rom on the sd card and then flash it. but this phone doesnt have an SD card wich means youll have to put it on the internal storage. But when you do a factory reset all the internal files get deleted, wich means also the .zip from the rom will be gone. the same goes for nandroid backups. can anyone explain to me how to get teh trick done?
Thnx in advance
Arthurvben said:
Hey there.
Im planning on buying the LG G2 32GB version since its a pretty good phone for a pretty cheap price. Now I know that it doesnt have an SD card opening, and you only got the internal storage. This isnt a problem for me but Ive got a question when it comes to flashing a custom rom.
When flashing a rom you first have to go to recovery and do a factory reset and wipe the dalvik cache. I know the drill since ive been using CM11 on the phone I have right now (LG L7 II) normally you have to place the .zip from teh rom on the sd card and then flash it. but this phone doesnt have an SD card wich means youll have to put it on the internal storage. But when you do a factory reset all the internal files get deleted, wich means also the .zip from the rom will be gone. the same goes for nandroid backups. can anyone explain to me how to get teh trick done?
Thnx in advance
Click to expand...
Click to collapse
The device will have an emulated external SD partition, and this partition is untouched when you wipe system/cache/data before flashing a new ROM. Stuff like photos, videos, and other files are saved in this partition too. This partition can be wiped from recovery (TWRP/CWM) if needed, but typically isn't and shouldn't be lest you lose all your stuff (including ROMs, Gapps packages, and nandroid back-ups). Just make sure you do wipes within recovery, and not a "factory reset" through the device itself, which will wipe all your stuff.
Planterz said:
The device will have an emulated external SD partition, and this partition is untouched when you wipe system/cache/data before flashing a new ROM. Stuff like photos, videos, and other files are saved in this partition too. This partition can be wiped from recovery (TWRP/CWM) if needed, but typically isn't and shouldn't be lest you lose all your stuff (including ROMs, Gapps packages, and nandroid back-ups). Just make sure you do wipes within recovery, and not a "factory reset" through the device itself, which will wipe all your stuff.
Click to expand...
Click to collapse
So when I do a system wipe in TWRP all that stuff will stay untouched? (is this also the case with phones who DO have an external SD?)
Arthurvben said:
So when I do a system wipe in TWRP all that stuff will stay untouched? (is this also the case with phones who DO have an external SD?)
Click to expand...
Click to collapse
In TWRP, when you tap "wipe", tap "advanced wipe", you're given the following options (I'm looking at v2.6.3.2 on my LG G Pad 8.3)"
Dalvik Cache
System
Data
Internal Storage
Cache
Micro SDcard
When doing a clean install of a ROM, you wipe Dalvik Cache, System, Data, and Cache. Internal storage is the emulated SD card, and (obviously) Micro SDcard is your microSD card. If supported, USB OTG will also have an option for wiping. If the device doesn't have a microSD card slot, you won't be given the option. If you want to flash a ROM (or whatever) just save it to whatever folder (like "Downloads", or make your own) you want, do the appropriate wipes, then flash from internal storage.
Thnx
Planterz said:
In TWRP, when you tap "wipe", tap "advanced wipe", you're given the following options (I'm looking at v2.6.3.2 on my LG G Pad 8.3)"
Dalvik Cache
System
Data
Internal Storage
Cache
Micro SDcard
When doing a clean install of a ROM, you wipe Dalvik Cache, System, Data, and Cache. Internal storage is the emulated SD card, and (obviously) Micro SDcard is your microSD card. If supported, USB OTG will also have an option for wiping. If the device doesn't have a microSD card slot, you won't be given the option. If you want to flash a ROM (or whatever) just save it to whatever folder (like "Downloads", or make your own) you want, do the appropriate wipes, then flash from internal storage.
Click to expand...
Click to collapse
Thanks very much for a clean explanation!

[Q] Format data/media and internal without losing ROM flash.zip

Now that the Note 5 has NO external SDcard support, how are we suppose to do a FULL and complete WIPE inside TWRP ?
I am talking about when I want to wipe data/media ( Format Data ) to install a new custom ROM on a completely wiped clean system.
I know it is not needed allwas but I like to format data sometimes to really remove all of the old system when I install a new ROM.
With the Note 4 you could just put the new ROM onto the SDcard and format the internal memory safely, and just flash the ROM
from the SDcard.
What can we do now ? If I format via TWRP it will wipe the internal SD area and wipe the new ROM also so I cant flash.
Thanks for any ideas.
re: full wipe
Thibor69 said:
Now that the Note 5 has NO external SDcard support, how are we suppose to do a FULL and complete WIPE inside TWRP ?
I am talking about when I want to wipe data/media ( Format Data ) to install a new custom ROM on a completely wiped clean system.
I know it is not needed allwas but I like to format data sometimes to really remove all of the old system when I install a new ROM.
With the Note 4 you could just put the new ROM onto the SDcard and format the internal memory safely, and just flash the ROM
from the SDcard.
What can we do now ? If I format via TWRP it will wipe the internal SD area and wipe the new ROM also so I cant flash.
Thanks for any ideas.
Click to expand...
Click to collapse
Easy, do an advanced wipe in twrp and don't check mark internal storage or the OTG, only
check mark system, data, cache and dalvik and nothing except do a factory reset in twrp.
(doing it this way will not delete anything on the internal sdcard.
Good luck!
Have a nice Thanksgiving!
Haven't tried on this phone as I haven't rooted but adb push should solve your question.

accidentally formatted internal storage during twrp recovery

hi.yesterday when i was installing new custom rom, i have accidentaly formated internal storage ,now i am stuck with twrp recovery screen,i have tried to install rom from sd card but not able to install.please help me
thanks
Go to download mode and flash to stock if you are stuck.
Hey there, you can use ADB SideLoad through TWRP to Transfer another custom ROM to your phone internal memory
i had this problem before

Categories

Resources