Update help!!!! - One (M7) Q&A, Help & Troubleshooting

Hello I need help my goo manager will not let me update my rom from the older version. Gapps and everything else I can select but I can't select the update zip. I did a factory reset within twrp. And now im having problems. Please help
Sent from my HTCONE using Tapatalk 4 Beta

Flash the rom from the TWRP
If the zip isn't into the sd, use the code:
Code:
adn push name-of-rom.zip /sdcard/

how would I pute that code and where?

Guich said:
Flash the rom from the TWRP
If the zip isn't into the sd, use the code:
Code:
adn push name-of-rom.zip /sdcard/
Click to expand...
Click to collapse
How would I use the code and I use CM for it right?
Sent from my HTCONE using Tapatalk 4 Beta

Sideload the rom
Sent from my HTC One using xda app-developers app

Related

how to push lib flies ?

I have downloaded the files from here but I don't have custom recovery so i can't flash the zip but the dev tells me i can do it via terminal but i don't know how can any one please help me and give me the commands
via adb...
adb remount
adb push (source file) (destination-e.g. /system/lib)
thats it...
Sent from my Nexus One using Tapatalk
teddyonair said:
via adb...
adb remount
adb push (source file) (destination-e.g. /system/lib)
thats it...
Sent from my Nexus One using Tapatalk
Click to expand...
Click to collapse
there are like four files in the zip file should i do this for all of them , do i need to cp the fonts too?
thank you

CW recovery

Im on ra recovery currently and I want to change to cw. I tried flashing it thru rm but it didn't work. Help?
Sent from my HERO200 using XDA App
Run - "flash_image recovery <recovery file name>" from adb or terminal window. Make sure the recovery image is in the SD Card root. Reboot...
neilege said:
Im on ra recovery currently and I want to change to cw. I tried flashing it thru rm but it didn't work. Help?
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
The better question is why?
Have you tried flashing it via adb shell or terminal emulator? (assuming it comes as a standard .img file)
adb shell:
Code:
adb shell
su
flash_image recovery /sdcard/NameOfRecoveryHere.img
terminal emulator:
Code:
su
flash_image recovery /sdcard/NameOfRecoveryHere.img
fixed it!!
[URLhttp://db.tt/WOSJwsr]here[/URL]
Sent from my HERO200 using XDA App
neilege said:
THANKS SO MUCH.I almost thought I permanatly had no recovery for a minute. That would be bad
i also decided to keep RA. I like care bears lol.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
if you have care bears on your recovery you're running the olddddd version. You should update your RA to darch's unofficial (<- get this one ) or the godspeed recoveries.
You can download either one from HERE

official CWM

hey , I wanna know if I downloaded CWM from their official website it's in .img format .. does this format works in official recovery or what?!!
Sent from my GT-I8190 using xda app-developers app
any answers?? :|
Sent from my GT-I8190 using xda app-developers app
Download rom manager from market and flash from there there will be no problem
Sent from my GT-I8190 using xda premium
If you have rooted the device install Rom manager and flash the recovery, but if you not rooted the device root it.
http://forum.xda-developers.com/showthread.php?t=2146129
I have cwm already
I wanna only know that .img format works with recovery or odin or what??
Sent from my GT-I8190 using xda app-developers app
andr0id_n00b said:
hey , I wanna know if I downloaded CWM from their official website it's in .img format .. does this format works in official recovery or what?!!
Sent from my GT-I8190 using xda app-developers app
Click to expand...
Click to collapse
If you want to flash it with Odin you have to rename it to recovery.img and make a *.tar of it. (custom binary download will increase)
To use it as it is you have to use terminal emulator.
Rename it to recovery.img
put the .img-file on your external sd
Oper terminal emulator and type:
"su"
"dd if=/storage/extSdCard/recovery.img of=dev/block/mmcblk0p21" (If you use CM10 you have to change "/storage/extSdCard/" to the right path for that rom)
Make sure you get the digits in the end right or else you might not be able to boot again.
This will write the recovery image to your recovery partition.
tys0n said:
If you want to flash it with Odin you have to rename it to recovery.img and make a *.tar of it. (custom binary download will increase)
To use it as it is you have to use terminal emulator.
Rename it to recovery.img
put the .img-file on your external sd
Oper terminal emulator and type:
"su"
"dd if=/storage/extSdCard/recovery.img of=dev/block/mmcblk0p21" (If you use CM10 you have to change "/storage/extSdCard/" to the right path for that rom)
Make sure you get the digits in the end right or else you might not be able to boot again.
This will write the recovery image to your recovery partition.
Click to expand...
Click to collapse
thank you tys0n )
can u tell me how to make a *.tar of it??
Sent from my GT-I8190 using xda app-developers app
andr0id_n00b said:
thank you tys0n )
can u tell me how to make a *.tar of it??
Sent from my GT-I8190 using xda app-developers app
Click to expand...
Click to collapse
I don't know if it works with winrar, IZArc or similar. You have to try it
I've been using Cygwin to make *.tar.md5 files.
Place the recovery.img in /cygwin/home/"username"/
Use these commands:
tar -H ustar -c image_1 [image_2 ...] > your_odin_package.tar
md5sum -t your_odin_package.tar >> your_odin_package.tar
mv your_odin_package.tar your_odin_package.tar.md5
For CWM it could be like this:
tar -H ustar -c recovery.img > recovery-clockwork-6.0.2.7-golden.tar
md5sum -t recovery-clockwork-6.0.2.7-golden.tar >> recovery-clockwork-6.0.2.7-golden.tar
mv recovery-clockwork-6.0.2.7-golden.tar recovery-clockwork-6.0.2.7-golden.tar.md5

[Q] Flashing Recovery from SD card without a PC

Is it possible to flash recovery from sd card...
I have Twrp recovery by Thewhisp but i don't know how how to flash it without a PC
I tried to flash a recovery via goomanager , Rom manager & Rom toolbox but there is no result and i don't think mobile odin is not available for this model
----------------------------------------------
Sent from my GT-S6500D using xda app-developers app
Alwart said:
Is it possible to flash recovery from sd card...
I have Twrp recovery by Thewhisp but i don't know how how to flash it without a PC
I tried to flash a recovery via goomanager , Rom manager & Rom toolbox but there is no result and i don't think mobile odin is not available for this model
----------------------------------------------
Sent from my GT-S6500D using xda app-developers app
Click to expand...
Click to collapse
try to flas it through android terminal emulator !!
about how to, look at http://forum.xda-developers.com/showpost.php?p=37329229&postcount=2
Hakim Rahman said:
try to flas it through android terminal emulator !!
about how to, look at http://forum.xda-developers.com/showpost.php?p=37329229&postcount=2
Click to expand...
Click to collapse
But there is a small problem....
I have a .tar.md5 file used by odin to flash via terminal i need a .img file
Is there a recovery for s6500d in img or zip
Or
Is there a way to change .tar.md5 to .img
( I have seen video to do other way)
Sent from my GT-S6500D using xda app-developers app
Alwart said:
But there is a small problem....
I have a .tar.md5 file used by odin to flash via terminal i need a .img file
Is there a recovery for s6500d in img or zip
Or
Is there a way to change .tar.md5 to .img
( I have seen video to do other way)
Sent from my GT-S6500D using xda app-developers app
Click to expand...
Click to collapse
extract your TWRP recovery.tar.md5 files using WinZip to get file recovery.img
Hakim Rahman said:
extract your TWRP recovery.tar.md5 files using WinZip to get file recovery.img
Click to expand...
Click to collapse
Thanks, i just need a new app
------------------------------------------
Error while using terminal
This is command i typed
su
flash_image recovery /sdcard/recovery.img
Click to expand...
Click to collapse
The file is in sdcard but still it say file or directory not found
What should i do?
(This is my first android phone so i don't know much about android )
Sent from my GT-S6500D using xda app-developers app
try putting the recovery.img in the root directly of your sdcard (the main directory of the sdcard) and see if it finds the file.
EDIT: found this tutorial
http://bit.ly/e9Zrot
pryerlee said:
try putting the recovery.img in the root directly of your sdcard (the main directory of the sdcard) and see if it finds the file.
EDIT: found this tutorial
http://bit.ly/e9Zrot
Click to expand...
Click to collapse
The file is already inside /sdcard and /mnt/sdcard (both are same)
--------
I think tutorial will work if u have an existing CWM recovery
Edit:
Based on http://forum.xda-developers.com/showthread.php?t=902493
Step 1 worked on step 2 another error
error scanning partitions#
Click to expand...
Click to collapse
Sent from my GT-S6500D using xda app-developers app
Just forget it , i will w8 till my pc come back
Sent from my GT-S6500D using xda app-developers app

Flashable zip twrp firmware official

I have installed the twrp after rooting, and without thinking i wipe the system, now it says no OS installed
i am on mac, and try using the sh flash-all.sh using the factory image but didn't work
anyone have the flash zip file
theghazi said:
I have installed the twrp after rooting, and without thinking i wipe the system, now it says no OS installed
i am on mac, and try using the sh flash-all.sh using the factory image but didn't work
anyone have the flash zip file
Click to expand...
Click to collapse
Just install the image with fastboot
Sent from my Nexus 6 using XDA Free mobile app

Categories

Resources