I nedd some help, is it possible to convert a CWM backed up room to img format to flash again with rockchip flash tool? I have this dongle http://www.ntech.pt/attachments/article/71/dx3060_datasheet.pdf
and I flashed this room NEOTVCROM_1.8a_B13_MK812_NX003_20130823 and it works great, but I am having some heating problems and the only room I have is this one: https://meocloud.pt/link/31b45263-4fef-4690-b2c0-a9337fbbc6b0/1970-01-01.00.00.35.rar/ that another person made with CWM. I've tried to flash CWM but with no luck and the actual room as a recovery but I can not use it because the dongle does not have a comand and in the recovery it did'nt recognise the mouse or the keyboard.
Related
Hi guys, I've accidentally flashed a p4wifi aokp milestone6 on my nexus S (didn't pay enough attention)
Now my phone boots correctly, but I can't mound sdcard, and this happens on recovery too
Is there anything I can do? I can't flash back any roms
P.S: It seems that I have my old rom installed (aokp jb), that's what the Info says
Flash back the stock Rom buddy it ill help you
shazzy1 said:
Flash back the stock Rom buddy it ill help you
Click to expand...
Click to collapse
But How? I can't copy it
what version of recovery do you use?
Use odin man
I use CWM. I think that I can solve everything if I format the sd, but I really need to access it to save some files first
I use cwm 6.0.1.3 version and has problem mounting sd thats why i asked you. Try to flash a 5 version with fastboot to mount sd.
Sent from my Nexus S using xda app-developers app
fastboot
fastboot can update rom too.
fastboot flash [partition name] [image name]
three partition, system boot radio, needed for rom flashing.
fastboot flash system filename.img
fastboot flash boot boot.img
fastboot flash radio radio.img
Never had any problem with mounting sdcard with cwm, it would be way too coincidental that it stopped working just exactly when I flash a wrong rom.
And I have 5.5.0.4...
In theory, flashing the wrong boot.img could create a missmatch on the mount points. If all else fails you can fastboot in the various partitions directly to correct.
i have this problem too on my brother's gnex.
i currently downloading stock factory image to flash from fastboot.
just try that.
hope we can get back our usb storage.
if you found another way please share.
thanks.
hey need help im stuck on twrp recovery with no backups because i was flashing new rom and ended up /wipe data factory reset/wipe cache/format system//formating data which erase all my backups plus zip files.i dont want to get out recovery because i dont know whats going to happen if i do all i know is there is a option to connect a otg cable but i dont have one.so the question here is how do i transfer files to the twrp recovery so i can flash some thing to get out of recovery
tlopez1973 said:
hey need help im stuck on twrp recovery with no backups because i was flashing new rom and ended up /wipe data factory reset/wipe cache/format system//formating data which erase all my backups plus zip files.i dont want to get out recovery because i dont know whats going to happen if i do all i know is there is a option to connect a otg cable but i dont have one.so the question here is how do i transfer files to the twrp recovery so i can flash some thing to get out of recovery
Click to expand...
Click to collapse
Do you have adb/fastboot + the Google USB drivers?
You can either push a ROM zip to your phone in adb (you can do this when you're in recovery), or you can fastboot flash the factory images.
CMNein said:
Do you have adb/fastboot + the Google USB drivers?
You can either push a ROM zip to your phone in adb (you can do this when you're in recovery), or you can fastboot flash the factory images.
Click to expand...
Click to collapse
thanks for your reply man good thing i did have adb/fasyboot ready beacuse i used nexus root toolkit and it worked great i just unroot back to full stock using adb fastboot it push factory img back and its all good now i think i dodge a bullet........
So.... i installed paranoid android and after... there were no connections at all! no internet, no usb, nothing. So i bootet into fastboot and now i just want to flash a clean cm10 or something. Sh1t on my data and anything, everything is in my cloud what is the command to flash a simple zip via fastboot? i did not find anything related to n4 in the internet and i want to get sure i am using the right one for the nexus 4 and no old device
You dont flash zips through fastboot.
At least not the type of zips you're talking about.
You boot into recovery. Do a full wipe. Factory reset + format system. Then flash cm10.1 plus the gapps.
albundy2010 said:
You dont flash zips through fastboot.
At least not the type of zips you're talking about.
You boot into recovery. Do a full wipe. Factory reset + format system. Then flash cm10.1 plus the gapps.
Click to expand...
Click to collapse
The problem is, there is no ROM on my sd and i cant find my device via adb. so sideload also wont work.
//Edit
Got it working. It bootet. I found a mysterious backup on my sd and restored it Ô.o i never did one, but, hey, it works^^. next try to flash cm10.1^^ and first i drop it to my sd.
//Edit 2
Franco Kernel r72 + paranoid android = no USB. Simple math.
If you end up in that position again, you can flash the stock images using fastboot (*.img files on your pc, phone at bootloader).
fastboot flash system system.img
fastboot flash boot boot.img
etc.
I apparently flashed one too many times and now I am able to only pull up the TWRP recovery but there are no back ups. It seems I wiped them all out unknowingly,it says i have no OS on it now.
My question is; how do I get this up and running again? Any help will be greatly appreciated....
Do you have any TWRP backups stored on your computer? If so, you can use adb to send those backup files to your nexus internal sdcard and restore them through TWRP. You can also put your backup files on a USB stick and connect it with your nexus 7 using a USB-OTG cable (then select external storage in the restoring menu).
If not, then you'll have to (re)flash stock with fastboot. You can use a toolkit or do it manually (http://forum.xda-developers.com/showthread.php?t=1907796).
Good luck!
Westervoort said:
Do you have any TWRP backups stored on your computer? If so, you can use adb to send those backup files to your nexus internal sdcard and restore them through TWRP. You can also put your backup files on a USB stick and connect it with your nexus 7 using a USB-OTG cable (then select external storage in the restoring menu).
If not, then you'll have to (re)flash stock with fastboot. You can use a toolkit or do it manually (http://forum.xda-developers.com/showthread.php?t=1907796).
Good luck!
Click to expand...
Click to collapse
Not sure how to flash a recovery, ADB does recognize my device...TWRP comes up but that's it..
Easiest way would be to sideload a ROM zip using ADB.
Sent from my Nexus 7 using Tapatalk HD
mojimmy said:
Not sure how to flash a recovery, ADB does recognize my device...TWRP comes up but that's it..
Click to expand...
Click to collapse
You can flash a custom recovery with fastboot:
- Reboot to bootloader (adb reboot bootloader)
- fastboot flash recovery [name of recoveryfile]
I use the most recent TWRP downloaded from their official website.
If you have made a nandroid backup with TWRP, you can restore it in the restore menu in TWRP. Make sure the restore folder is on your internal sdcard or on a USB-stick connected with an OTG-cable.
If you never made a nandroid backup or can not find any:
- then you can flash a (custom) ROM with TWRP. There are lots of good quality roms available in the XDA forums (paranoid android, clockworkmod, stock ....
- or you can flash the original stock from google. You will have to reboot to the bootloader and use fastboot to flash stock (use the link I provided early).
It's not that difficult.
fixed
OTG cable did the trick, absolutely impossible to find the cable in a local store but ordered on e-bay and problem solved.
Thanks for the help....:good:
Guys I am on stock rom but i want to flash other rom, before flashing, i want to take backup of nandroid and want proper recovery function for backup. but for flashing recovery.img we need to switch off our phone and remove the battery then connect to the computer but as soon as i connect it to the computer it connects and again it gets discconected and i flashed the custom recovery with the help of mobile uncle tool but after flashing the recovery i am not be able to mount system/data/cache/etc except sdcard, but the phone boots properly and that is my luck, i am not be able to flash anything properly using SP Flash Tool because the only issue of its connection, i dont think so that it is the problem with my usb its something with the drivers or anything else, and i had installed pdanet, installed mtk driver, installed vcom, installed auto driver installer, installed cdc but nothing helps and cwm recovery too is not mounting anything please guys help me, Your help would be greatly appreciated. Please!!!! Please!!!! Please!!!
First of all for backup, your installed custom recovery would help. Just select backup option and save backup on sd card. Process will take some time.
Now If you have flashed custom recovery then place a suitable custom rom on your sd card then reboot into recovery and flash rom from sd card. It should work.
If nothing works follow http://forum.xda-developers.com/showthread.php?t=2774947 and start from scratch after careful reading. Nothing is impossible.
Aryanyadav9 said:
Guys I am on stock rom but i want to flash other rom, before flashing, i want to take backup of nandroid and want proper recovery function for backup. but for flashing recovery.img we need to switch off our phone and remove the battery then connect to the computer but as soon as i connect it to the computer it connects and again it gets discconected and i flashed the custom recovery with the help of mobile uncle tool but after flashing the recovery i am not be able to mount system/data/cache/etc except sdcard, but the phone boots properly and that is my luck, i am not be able to flash anything properly using SP Flash Tool because the only issue of its connection, i dont think so that it is the problem with my usb its something with the drivers or anything else, and i had installed pdanet, installed mtk driver, installed vcom, installed auto driver installer, installed cdc but nothing helps and cwm recovery too is not mounting anything please guys help me, Your help would be greatly appreciated. Please!!!! Please!!!! Please!!!
Click to expand...
Click to collapse
bro there is no connecting problem in your mobile every mtk mobile is connect then after a second disconnect
install proper mt65xx driver then open spflash tool set your phone connecting method / port in preference select your stock rom then click download then connect you mobile thats it. (if you want to flash only recovery uncheck all select recovery only )
if i helped to solve your problem hit thanks
Chinmayhegde said:
bro there is no connecting problem in your mobile every mtk mobile is connect then after a second disconnect
install proper mt65xx driver then open spflash tool set your phone connecting method / port in preference select your stock rom then click download then connect you mobile thats it. (if you want to flash only recovery uncheck all select recovery only )
if i helped to solve your problem hit thanks
Click to expand...
Click to collapse
thanks bro, its working fine
Chinmayhegde said:
bro there is no connecting problem in your mobile every mtk mobile is connect then after a second disconnect
install proper mt65xx driver then open spflash tool set your phone connecting method / port in preference select your stock rom then click download then connect you mobile thats it. (if you want to flash only recovery uncheck all select recovery only )
if i helped to solve your problem hit thanks
Click to expand...
Click to collapse
thanks, it works nw :good:
but only 1 thing i hve to ask is that why when i was on stock rom i cant be able to install more than 5-6 apps bt after flashing custom rom i can..is there is any problem with my storage???