How to open hidden sdcard - LG Optimus 4X HD

rom CM11
Kernel iodak 9.5
in recovery mode menu
i chose
instal zip
and i have
/sdcard
/storage/sdcard1
/storage/external_sdcard
i have so many file,media etc in /sdcard
but when i search in my apps file manager, i cand find that /sdcard
how i can find it?
please help me
thx

vrmanzacky said:
rom CM11
Kernel iodak 9.5
in recovery mode menu
i chose
instal zip
and i have
/sdcard
/storage/sdcard1
/storage/external_sdcard
i have so many file,media etc in /sdcard
but when i search in my apps file manager, i cand find that /sdcard
how i can find it?
please help me
thx
Click to expand...
Click to collapse
Go to mount options in recovery and mount "system". Now you should be able to see any files in file manager.

Fladder72 said:
Go to mount options in recovery and mount "system". Now you should be able to se any files in file manager.
Click to expand...
Click to collapse
Thankyou somuch :highfive:

Related

How to reinstall stock application removed in Darky'S

I Have installed on MY I9000 the Darky's 9.2 Extreme edition.
Is there a way to reinstall it?
I would reinstall "write and Go" app.
I Have found the apk but when i try to install it by tap directly on apk file the system respond with "Application not installed"
Can anyone help me?
However, the Darky's 9.2 Extreme edition is fantastic.
go to www.romkitchen.org and select create update.zip select all the apps you want and then generate it and flash it thru CWM easy peasy lemon squeazy will take you less than 5 mins.
Thanks a lot . I have downloaded the generated file but the name is update-AiGIQJ8kLa.zip
I need to rename it in update.zip before flashing?
During the generation of update.zip in the rom kitchen site, if i chose "none" in the boot animation step when i flash remain the current boot animation?
Thanks in advance
Sent from my GT-I9000 using Tapatalk
Hi,
I have tryed to install the file generated for the site but i have a problem.
When i install the update vie CWM i read:
Finding update package
opening update pakage
installing update
Then the procedure reamain bloked with the the bar always gray.
I waited 10 minutes then I removed the battery and put back.
The Phone reboot without the new application.
Help me please.
Thanks. Thanks
when you go into recovery mode what does it say ??
does it say something like clockwork mod recovery or does it say something like 'android recovery system <3e>
you need to be on recovery 2e ( clockwork mod) to flash update.zip files.
oh and yes the boot animation will stay intact
I'm in the Clockworkmod Recovery v2.5.1.3 - Voodoo lagfix.
not in 2E. This is the CWM that start automatically when i choose recovery from the reboot pane on the Darky's 9.2 system.
how do I start CWM 2e?
Thanks
Hello I found the solution using adb looking in the forums.
Adb I unmounted and remounted in r/w the partition /system /app.
Then I copied the application from the internal sd to /system/app
I used the following commands ....
adb shell
su
mount -o remount,rw /dev/block/mtdblock6 /system
cp sdcard/xxx.apk system/app
chmod 644 system/app/xxx.apk
where xxx is the name of application . In my case WriteandGo
Thanks

[How-To] Restoring Recovery when Device running - An easy way (CWM / Stock)

Restoring stock recovery: (without Download mode)
[Preparation]
Our FIH partition which you could see in download mode is huge. (Size: 105 MB Used: 43 MB only)
You could easily keep loads of file in this partition without any problem to your device. (I have not faced any, as of yet!)
Just keep a backup of stock recovery in the "image" folder itself with the name "stock_recovery.img" (size: 4.5 MB only)
[Optional] And backup of CWM recovery too with the name "cwm_recovery.img" (size: 5 MB)
[Requirement]
Rooted phone
Apps like: GScripts Lite or Any script manager or Terminal emulator
[How to restore]
Just run following commands using any script manager or save them in a ".sh" file and use
"sh script.sh" in terminal emulator.
Commands:
Code:
mkdir /sdcard/fih
mount -t vfat /dev/block/mmcblk0p1 /sdcard/fih/
cd /sdcard/fih/image/
mv ./stock_recovery.img ./recovery.img
cd /
umount /sdcard/fih
rm -r /sdcard/fih/
(You can use "cp" instead of "mv" if you are not going for warranty claiming and just wants to use stock recover.img. Replace "stock" with "cwm" if you want to use that)
Thats it!
Now restart your phone in recovery using any reboot apps with recovery reboot option or just type in terminal "reboot recovery". You will boot into your desired recovery.
[Note]
When you install any official "fb0" ROM your phone is no more rooted, so you will need to root your phone first before using these steps again.
[Disclaimer]
I am not to be held liable/responsible if you damage your phone by following/not following this thread.
Napstar said:
Restoring stock recovery:
[Preparation]
Our FIH partition which you could see in download mode is huge. (Size: 105 MB Used: 43 MB only)
You could easily keep loads of file in this partition without any problem to your device. (I have not faced any, as of yet!)
Just keep a backup of stock recovery in the "image" folder itself with the name "stock_recovery.img" (size: 4.5 MB only)
[Optional] And backup of CWM recovery too with the name "cwm_recovery.img" (size: 5 MB)
[Requirement]
Rooted phone
Apps like: GScripts Lite or Any script manager or Terminal emulator
[How to restore]
Just run following commands using any script manager or save them in a ".sh" file and use
"sh script.sh" in terminal emulator.
Commands:
Code:
mkdir /sdcard/fih
mount -t vfat /dev/block/mmcblk0p1 /sdcard/fih/
cd /sdcard/fih/image/
mv ./stock_recovery.img ./recovery.img
cd /
umount /sdcard/fih
rm -r /sdcard/fih/
(You can use "cp" instead of "mv" if you are not going for warranty claiming and just wants to use stock recover.img. Replace "stock" with "cwm" if you want to use that)
Thats it!
Now restart your phone in recovery using any reboot apps with recovery reboot option or just type in terminal "reboot recovery". You will boot into your desired recovery.
[Note]
When you install any official "fb0" ROM your phone is no more rooted, so you will need to root your phone first before using these steps again.
[Disclaimer]
I am not to be held liable/responsible if you damage your phone by following/not following this thread.
Click to expand...
Click to collapse
i have much more easier way..
try this
put this phone in the download mode (power + volume up key)
connect to pc
open the drive as it will be shown as a usb storage
go to image folder..
copy your phone's stock version of recovery.img file paste to any drive of your pc .. woho backed up
now copy cwm recovery image
before copying rename it to recovery insteed to cwmrecovery
past to image folder of fih drive overwrite
done... you are now on clock work mode recovery
kshitij_bhatt said:
i have much more easier way..
try this
put this phone in the download mode (power + volume up key)
connect to pc
open the drive as it will be shown as a usb storage
go to image folder..
copy your phone's stock version of recovery.img file paste to any drive of your pc .. woho backed up
now copy cwm recovery image
before copying rename it to recovery insteed to cwmrecovery
past to image folder of fih drive overwrite
done... you are now on clock work mode recovery
Click to expand...
Click to collapse
True...
That's the most generic way to that, but it requires those tedious button pressings.
And also it requites a PC!!
My method can be used if you are on the go and still wants to restore any recoveries.
Sent from my CSL-MI410
Napstar said:
True...
That's the most generic way to that, but it requires those tedious button pressings.
And also it requites a PC!!
My method can be used if you are on the go and still wants to restore any recoveries.
Sent from my CSL-MI410
Click to expand...
Click to collapse
hehehe i found a on the go method too...
if you have root access and can install root explorer then just do this
go to root explorer
locate sdcard
select the image file you copied on it and press and hold over it
now select copy
press back now you r in root menu .. locate fih
find iamge folder in it
and paste if asked over write if not backup old one and chage present one as recovery Remember recovery and NOT Recovery
and you r done
kshitij_bhatt said:
hehehe i found a on the go method too...
if you have root access and can install root explorer then just do this
go to root explorer
locate sdcard
select the image file you copied on it and press and hold over it
now select copy
press back now you r in root menu .. locate fih
find iamge folder in it
and paste if asked over write if not backup old one and chage present one as recovery Remember recovery and NOT Recovery
and you r done
Click to expand...
Click to collapse
Well, that's good news then..
But as far as I remember there is no fih folder in root of the system unless it is mounted by some init script.
Which is your current rom?
Sent from my CSL-MI410 using Tapatalk
Napstar said:
Well, that's good news then..
But as far as I remember there is no fih folder in root of the system unless it is mounted by some init script.
Which is your current rom?
Sent from my CSL-MI410 using Tapatalk
Click to expand...
Click to collapse
You can only access it in download mode as far as I know.
Sergekarol said:
You can only access it in download mode as far as I know.
Click to expand...
Click to collapse
No. Thats not the only way.
Thats why I have created this thread to show the other possible way to access it when your phone is booted and running.
Napstar said:
Well, that's good news then..
But as far as I remember there is no fih folder in root of the system unless it is mounted by some init script.
Which is your current rom?
Sent from my CSL-MI410 using Tapatalk
Click to expand...
Click to collapse
well at that time i was on the tj_style's custom rom rc2 and i found that folder in root explorer ... i think .. confused..
aannnn any way i m a new B what else can u expect
kshitij_bhatt said:
well at that time i was on the tj_style's custom rom rc2 and i found that folder in root explorer ... i think .. confused..
aannnn any way i m a new B what else can u expect
Click to expand...
Click to collapse
No problem dude!
Anyway I will be posting a completely new recovery soon. This will have both stock recovery and cwm recovery access simultaneously. (Hopefully )
So this How-To wont be required then...
Napstar said:
No problem dude!
Anyway I will be posting a completely new recovery soon. This will have both stock recovery and cwm recovery access simultaneously. (Hopefully )
So this How-To wont be required then...
Click to expand...
Click to collapse
Coool .... koi mujhe bhi accha sa teacher bata do jo ye saab developing and all mujhe bhi sikha de... Vb se aage kabhi kuch sikh hi nahi paya main to
kshitij_bhatt said:
Coool .... koi mujhe bhi accha sa teacher bata do jo ye saab developing and all mujhe bhi sikha de... Vb se aage kabhi kuch sikh hi nahi paya main to
Click to expand...
Click to collapse
Google
kshitij_bhatt said:
Coool .... koi mujhe bhi accha sa teacher bata do jo ye saab developing and all mujhe bhi sikha de... Vb se aage kabhi kuch sikh hi nahi paya main to
Click to expand...
Click to collapse
What does this mean?
ardX said:
What does this mean?
Click to expand...
Click to collapse
He is asking napster for a teacher to teach development...
Sent from my CSL-MI410 using XDA App
bandukia said:
He is asking napster for a teacher to teach development...
Sent from my CSL-MI410 using XDA App
Click to expand...
Click to collapse
hehehe yaa i wanna learn development programming and i got my teacher GOOGLE
nb0 files through CWM????
when napstar???
bandukia said:
nb0 files through CWM????
when napstar???
Click to expand...
Click to collapse
Finally its done!!
[RecoveryMenu] CWM based Recovery menu to enter stock or CWM recovery
Enjoy!!
Napstar said:
Finally its done!!
[RecoveryMenu] CWM based Recovery menu to enter stock or CWM recovery
Enjoy!!
Click to expand...
Click to collapse
@Napstar .... You are Gr8 nicely done work...
Napstar said:
Finally its done!!
[RecoveryMenu] CWM based Recovery menu to enter stock or CWM recovery
Enjoy!!
Click to expand...
Click to collapse
lol..that was fast.. thnx
bandukia said:
lol..that was fast.. thnx
Click to expand...
Click to collapse
Was debugging it for last few days. It was just finished yesterday and since you asked so here it is.
Napstar said:
Restoring stock recovery: (without Download mode)
[Preparation]
Our FIH partition which you could see in download mode is huge. (Size: 105 MB Used: 43 MB only)
You could easily keep loads of file in this partition without any problem to your device. (I have not faced any, as of yet!)
Just keep a backup of stock recovery in the "image" folder itself with the name "stock_recovery.img" (size: 4.5 MB only)
[Optional] And backup of CWM recovery too with the name "cwm_recovery.img" (size: 5 MB)
[Requirement]
Rooted phone
Apps like: GScripts Lite or Any script manager or Terminal emulator
[How to restore]
Just run following commands using any script manager or save them in a ".sh" file and use
"sh script.sh" in terminal emulator.
Commands:
Code:
mkdir /sdcard/fih
mount -t vfat /dev/block/mmcblk0p1 /sdcard/fih/
cd /sdcard/fih/image/
mv ./stock_recovery.img ./recovery.img
cd /
umount /sdcard/fih
rm -r /sdcard/fih/
(You can use "cp" instead of "mv" if you are not going for warranty claiming and just wants to use stock recover.img. Replace "stock" with "cwm" if you want to use that)
Thats it!
Now restart your phone in recovery using any reboot apps with recovery reboot option or just type in terminal "reboot recovery". You will boot into your desired recovery.
[Note]
When you install any official "fb0" ROM your phone is no more rooted, so you will need to root your phone first before using these steps again.
[Disclaimer]
I am not to be held liable/responsible if you damage your phone by following/not following this thread.
Click to expand...
Click to collapse
But then I cannot start up my phone! It vibrates and the download screen show up! Help! ( csl mi410 )
Any advices is really appreciated!

mount point

why i install the custome rom,always come out with mount point..and me cant install the rom..wat is the problem?
davidangw89 said:
why i install the custome rom,always come out with mount point..and me cant install the rom..wat is the problem?
Click to expand...
Click to collapse
Sry but, wth are you talking about? Could you please explain it better?
When enter to the xrecovery and choose install with update.zip..
i want flash the gingeria v12 but it come out with this massage...
but i enter still the old rom..
script generated by amend2edify v1.0.1.2.using mount point for XperiaX8.
performing update..
Mounting mount point...
Unmounting mount point..
update complete.
Install from sdcard complete...
Gingerxperia should be installed with CWM....and if i were you i will install stock rom again root it and install cwm and xrecovery again to solve all problems for sure
i discover that the problem is the file is corrupted, i just download again...then problem is solve....

[Q] No write access to /storage/sdcard0 on JB

Hi
I have recently flashed Cassie's XtraLite v11 which is JB. After installing this, I found that I no longer have write access to /mnt/sdcard or /storage/sdcard0..
Whenever I try to run swiftkey, it says downloading language packs failed. I also noticed that an app called SMS backup & restore was throwing an error saying no write access to the folder where it backs up.
I am guessing this might be because I have lost write permissions to the internal sd card. I tried the following but still swiftkey gives an error:
1. Tried reflashing the Philz Kernel
2. Tried wiping everything and flashing the ROM and kernel again
3, Checked SU app and it shows I have root permissions
4. Checked permissions of the above mentioned folders and it shows up only as Read access in ES file explorer. I am not able to change the permissions to write access
5. Tried installing the app called Mount /system (rw / ro) from Softbeans. It says that the system has been mounted as rw but I am still not able to get Swiftkey to work
Any help would be highly appreciated. Please ask for more details, as I might have missed relevant details due to my lack of knowledge
msankadi said:
Hi
I have recently flashed Cassie's XtraLite v11 which is JB. After installing this, I found that I no longer have write access to /mnt/sdcard or /storage/sdcard0..
Whenever I try to run swiftkey, it says downloading language packs failed. I also noticed that an app called SMS backup & restore was throwing an error saying no write access to the folder where it backs up.
I am guessing this might be because I have lost write permissions to the internal sd card. I tried the following but still swiftkey gives an error:
1. Tried reflashing the Philz Kernel
2. Tried wiping everything and flashing the ROM and kernel again
3, Checked SU app and it shows I have root permissions
4. Checked permissions of the above mentioned folders and it shows up only as Read access in ES file explorer. I am not able to change the permissions to write access
5. Tried installing the app called Mount /system (rw / ro) from Softbeans. It says that the system has been mounted as rw but I am still not able to get Swiftkey to work
Any help would be highly appreciated. Please ask for more details, as I might have missed relevant details due to my lack of knowledge
Click to expand...
Click to collapse
What rom did you come from originally sounds odd and no other reports of this. I don't have swiftkey but did use sms backup n restore wit h out glitch.
Did you follow the flash instructions as detailed in the first post. Can you copy a file from your external card to your internal card.
Please advise
Sent from my GT-N8010 using xda premium
thering1975 said:
What rom did you come from originally sounds odd and no other reports of this. I don't have swiftkey but did use sms backup n restore wit h out glitch.
Did you follow the flash instructions as detailed in the first post. Can you copy a file from your external card to your internal card.
Please advise
Sent from my GT-N8010 using xda premium
Click to expand...
Click to collapse
Awesome! I had wished you would reply because now it can probably be solved....
I came from the ICS version of your Xtralite rom itself...
yes I followed all the instructions twice...like installing the philz kernel for lsa and mounting and wiping preload...
factory reset x 3 etc...
I am not able to copy anything to internal sd from external sd
msankadi said:
Awesome! I had wished you would reply because now it can probably be solved....
I came from the ICS version of your Xtralite rom itself...
yes I followed all the instructions twice...like installing the philz kernel for lsa and mounting and wiping preload...
factory reset x 3 etc...
I am not able to copy anything to internal sd from external sd
Click to expand...
Click to collapse
Ok that sounds. Little odd. An you say you have clicked fix permissions in cwm with no joy at all
Also I utilise the new lsa kernel in the new Rom. Flashing the old kernel for ls7 is not necessary. Did you flash the ls7 kernel after flashing th rom if so flash the Lsa edition in Phil's thread
Sent from my GT-N8010 using xda premium
thering1975 said:
Ok that sounds. Little odd. An you say you have clicked fix permissions in cwm with no joy at all
Also I utilise the new lsa kernel in the new Rom. Flashing the old kernel for ls7 is not necessary. Did you flash the ls7 kernel after flashing th rom if so flash the Lsa edition in Phil's thread
Sent from my GT-N8010 using xda premium
Click to expand...
Click to collapse
I flashed the lsa edition from phils thread...and also I think your rom also flashes the phils kernel in the beginning of the installation.right?
I didnt try to fix permissions through CWM but through an app called Mount /system (rw / ro) from Softbeans
I will try to reflash everything to see if it changes anything. Meanwhile if you can think of anything please let me know.
thanks a lot.
try this :
Code:
mount -o rw,remount /storage/extSdCard
Hazem62 said:
try this :
Code:
mount -o rw,remount /storage
Click to expand...
Click to collapse
sorry I have never tried this...where do I type this command?
Would it be possible for you to provide me a few links which I can go through to get started with commands?
Is there a noob way to do this? like an app on android?
I would first try fix permissions in cwm. If that fails then you could use terminal emulator to see if above command works.
Then if all fails I would copy all internal files from sd card to the pc. Then in settings unmount internal memory usb storage and wipe it clean. This is untouched in Rom installation.
Test you can write to.it I.e download file from internet if good
Then copy files back
Else
I would flash stock ls7
F lash Phil's kernel in Odin then flash the custom Rom again
Sent from my GT-N8010 using xda premium
msankadi said:
sorry I have never tried this...where do I type this command?
Would it be possible for you to provide me a few links which I can go through to get started with commands?
Is there a noob way to do this? like an app on android?
Click to expand...
Click to collapse
ok
1-you need to install android sdk in your pc from HERE
2- then connect your mobile to your pc via usb cable
3- from command line :
export PATH
adb root
adb shell
4-now you are inside your mobile
for internal sd issue:
Code:
mount -o rw,remount /storage/sdcard0
for external sd issue :
Code:
mount -o rw,remount /storage/extSdCard
Good Luck
Hazem62 said:
ok
1-you need to install android sdk in your pc from HERE
2- then connect your mobile to your pc via usb cable
3- from command line :
export PATH
adb root
adb shell
4-now you are inside your mobile
for internal sd issue:
Code:
mount -o rw,remount /storage/sdcard0
for external sd issue :
Code:
mount -o rw,remount /storage/extSdCard
Good Luck
Click to expand...
Click to collapse
1. Tried fixing permissions from cmw to no effect
2. Installed terminal emulator and wrote the command you mentioned...before that did su to go to root user...command implemented succesfully (no error). Still there is no change the permissions on the sdcard0 folder are rwx,rwx,r_x....I am not able to choose the last as write...I dont know why it is considering me as an other user
I installed the android sdk and launched eclipse as mentioned on the website...however when I try to type the export command it says that export is not recognized...I am sure this is a very very silly mistake but I dont even know if I should have typed this in the normal cmd on windows
Trying to reinstall everything from scratch now...
Okay an update:
I did everything from start and reinstalled...everything seems to be working fine at the moment...hopefully it will continue that way
one thing...do you know if the last installed apps are backed up somewhere and all the apps would directly be installed from play store? It used to happen on CM where apps would automatically download from playstore. I dont want to use TB or app2zip as that might add new variables which might lead to potential problems
Did you go the stock root first.
I don't use restore Google option as apps I don't want auto download.
I just use the all apps section in market my apps option. Only takes about ten minutes for me to reinstall all apps
Sent from my GT-N8010 using xda premium
The problem has reappeared
No I didnt go back to stock rom first as I am not sure how to do that...wouldnt that be unsafe since it might have a buggy kernel? let me try to search where to go back to stock from.
Thanks a lot for your prompt responses, really helpful.
What did you do before it went. Was it installing app if so which one.
You should bide able to go back to stock safely. Using Odin.
Check Dr ketans thread for advice.
It sounds odd hopefully it's not a hardware issue and a good clean setup will help
Sent from my GT-N8010 using xda premium
about export path :
I mean the path to where you installed android sdk
if you use linux , the command my be like this :
export PATH=${PATH}:${HOME}/galaxynote/android-sdk-linux/tools:${HOME}/galaxynote/android-sdk-linux/platform-tools
Click to expand...
Click to collapse
thering1975 said:
What did you do before it went. Was it installing app if so which one.
You should bide able to go back to stock safely. Using Odin.
Check Dr ketans thread for advice.
It sounds odd hopefully it's not a hardware issue and a good clean setup will help
Sent from my GT-N8010 using xda premium
Click to expand...
Click to collapse
The properties of the folder were still rwx rwx r_x but swiftkey was working...then I ran an app called Rescan Media Boot(which stops media scanner) and then the Swiftkey error showed up which said cant load language packs...
BTW, the other option where you have mentioned I can delete everything on the internal sd...the step to copy all the files of internal sd and copying back is just for backup purposes (to save my data) or is it something that is required for android to function...as I dont have anything important on the internal sd I can delete all the files directly?
It's for backup purposes. Apps also store save data in android and data folder so always good to keep a copy.
Out of curiosity why use the anti media scanner
Sent from my GT-N8010 using xda premium
thering1975 said:
It's for backup purposes. Apps also store save data in android and data folder so always good to keep a copy.
Out of curiosity why use the anti media scanner
Sent from my GT-N8010 using xda premium
Click to expand...
Click to collapse
Used the anti media scanner because everywhere people have suggested that on JB it is Media which eats a lot of battery...same thing was happening to me as well
Now, I tried to delete everything from the USB storage...it says that it is formatting USB storage but even after formatting the available space remains the same...is there anyway to do this wipe from CWM? is that safe?
Okay your advice on internal storage and this post http://forum.xda-developers.com/showthread.php?t=1985101 solved it...
I was able to format the internal SD through computer and now it is mounted as writable
It looks that I had a bad file/folder/whatever on my internal storage, so the system put /sdcard (internal memory) on read only as it notice the bad thing.
Click to expand...
Click to collapse
Thanks so much for all the help and it was a case of nothing
msankadi said:
Used the anti media scanner because everywhere people have suggested that on JB it is Media which eats a lot of battery...same thing was happening to me as well
Now, I tried to delete everything from the USB storage...it says that it is formatting USB storage but even after formatting the available space remains the same...is there anyway to do this wipe from CWM? is that safe?
Click to expand...
Click to collapse
Battery life on lsa xlr v11 is fine. No need on this rom for a media scanner blocker
Sent from my GT-N7000 using xda premium

[ISSUE SOLVED] My phone can't go to the internal sd card with the recovery!

Hello, I do some wipe in the ckw :
* wipe cache
* wipe data
* wipe dalvik-cache
* format data - cache - system
* format data in sdcard /data and /data/media
-> and here, my phone reboot when I want to go to "choose a zip from sd card", I can't do a backup... etc.
And like I do a format system, there isn't ROM which is installed in my HTC ONE... So I'm blocked !
And I don't do a "BIG" format, because I have some photos and videos which don't backup in my computer... I don't want to lose all my photos and videos.... :/
Please help !
EDIT :
When I want to flash a recovery other than the ckw, like twrp, it impossible to boot in this recovery...
I reflash the ckw and I can boot into this.
I think that my sd-card is "blocked" , and it impossible to write something in this sd-card...
EDIT 2 :
I use sideload, 5 times in order to reboot in this rom..
IT4ALii3EN said:
Hello, I do some wipe in the ckw :
* wipe cache
* wipe data
* wipe dalvik-cache
* format data - cache - system
* format data in sdcard /data and /data/media
-> and here, my phone reboot when I want to go to "choose a zip from sd card", I can't do a backup... etc.
And like I do a format system, there isn't ROM which is installed in my HTC ONE... So I blocked !
And I don't do a "BIG" format, because I have some photos and videos which don't backup in my computer... I don't want to lose all my photos and videos.... :/
Please help !
EDIT :
When I want to flash a recovery other than the ckw, like twrp, it impossible to boot in this recovery...
I reflash the ckw and I can boot into this.
I think that my sd-card is "blocked" , and it impossible to write something in this sd-card...
Click to expand...
Click to collapse
I've got a similar problem. I wanted to install a stock version and I said before formatting the phone just fine and I deleted the zip. Now only I have no operating system or copied zip. And I do not know how to install a copy on your phone.
You've wiped your sd, right?
However, when you will flash new rom, you don't have to do any wipe from recovery, it will wipe your sd and zip rom too.
You have to perform a full wipe in aroma.
Guich said:
You've wiped your sd, right?
However, when you will flash new rom, you don't have to do any wipe from recovery, it will wipe your sd and zip rom too.
You have to perform a full wipe in aroma.
Click to expand...
Click to collapse
yes i've wiped the sd but now how can I copy a rom into sd form recovery?
geox89 said:
yes i've wiped the sd but now how can I copy a rom into sd form recovery?
Click to expand...
Click to collapse
Are you using CWM or TWRP?
Guich said:
Are you using CWM or TWRP?
Click to expand...
Click to collapse
twrp
geox89 said:
twrp
Click to expand...
Click to collapse
You can use the
Code:
adb sideload or adb push
or use an OTG cable with rom into an usb pen
geox89 said:
twrp
Click to expand...
Click to collapse
You can either use adb sideload or adb push
Put your a rom zip and your adb file in a folder on your desktop, hold shift in the folder and right click, press open cmd in this location, then do
Code:
adb push ROM.zip /sdcard/ROM.zip
Replace ROM.zip with the zip name of your rom
Now wipe cache/dalvik in TWRP, and you will find the zip at the root of your SD Card
MacHackz said:
You can either use adb sideload or adb push
Put your a rom zip and your adb file in a folder on your desktop, hold shift in the folder and right click, press open cmd in this location, then do
Code:
adb push ROM.zip /sdcard/ROM.zip
Replace ROM.zip with the zip name of your rom
Now wipe cache/dalvik in TWRP, and you will find the zip at the root of your SD Card
Click to expand...
Click to collapse
I didn't format my sd-card, juste /data and /data/media (/sdcard) ...
And via fastboot, it's possible to push an .zip in my HTC ?
IT4ALii3EN said:
I didn't format my sd-card, juste /data and /data/media (/sdcard) ...
And via fastboot, it's possible to push an .zip in my HTC ?
Click to expand...
Click to collapse
No, you can in recovery with adb command like sideload (TWRP recovery) or push.
For example:
- Boot in recovery
- Open adb/fastboot folder
- Copy here the "rom"
open the prompt and use:
Code:
adb devices
(you can see if your device is connected, then
Code:
adb push name_of_rom.zip /sdcard
Now you can see your rom in your phone
Guich said:
No, you can in recovery with adb command like sideload (TWRP recovery) or push.
For example:
- Boot in recovery
- Open adb/fastboot folder
- Copy here the "rom"
open the prompt and use:
Code:
adb devices
(you can see if your device is connected, then
Code:
adb push name_of_rom.zip /sdcard
Now you can see your rom in your phone
Click to expand...
Click to collapse
Ok ! I test this now ! thx
IT4ALii3EN said:
Ok ! I test this now ! thx
Click to expand...
Click to collapse
I wrote the same thing
MacHackz said:
I wrote the same thing
Click to expand...
Click to collapse
Sorry, saw now
I have an error after the adb push xxxxx.zip /sdcard
error: closed
with CKW in sideload
IT4ALii3EN said:
I have an error after the adb push xxxxx.zip /sdcard
error: closed
with CKW in sideload
Click to expand...
Click to collapse
You don't need sideload if you will use adb push command
IT4ALii3EN said:
I have an error after the adb push xxxxx.zip /sdcard
error: closed
with CKW in sideload
Click to expand...
Click to collapse
Do the same thing but write
Code:
adb sideload ROMname.zip
MacHackz said:
Do the same thing but write
Code:
adb sideload ROMname.zip
Click to expand...
Click to collapse
I have :
Sideload started
Now send the package you want to apply to the device with "adb sideload <filename>...
failed to open driver control: No such file or diretory
restarting adbd...
failed to open driver control: No such file or diretory
E: can't mount /cache/recovery/last_install
E: failed to open last_install: Invalid argument
Finding update package...
Opening update package...
E: can't open /tmp/update.zip
(bad)
Installation aborted.
E: Can't mount /cache/recovery/log
E: can't open cache/recovery/log
E: Can't mount /cache/recovery/last_log
E: Can't open /cache/recovery/last_log
I don't know what I must do... :/
Boot in recovery, open propt and write:
Code:
adb push name_of_rom.zip /sdcard
If you have error, please report it here
Try looking in /data/media/
not /sdcard/
I flashed CM just to check it out and came back to ARHD and it borked my directories. Wth. That's where I had to look as I freaked out the same.
Guich said:
Boot in recovery, open propt and write:
Code:
adb push name_of_rom.zip /sdcard
If you have error, please report it here
Click to expand...
Click to collapse
can you repeat the steps again..I don't understand something goes wrong..
I have installed android sdk as said here (http://teamw.in/ADBSideload)
I enter in recovery-advanced-sideload and turn it on
Next I open cmd from folder platform-tools found in the android-sdk folder
in the platform tools folder I put the zip rom
and then I type adb push ROM.zip /sdcard/ROM.zip and nothing happens...appear a sequence of commands adb's..
Where I'm wrong?

Categories

Resources