[Recovery]Clockwork Mod 6.0.1.2 - Dell Venue

How to use fastboot:
Setting up fastboot for Windows -XDA wiki
Installing a recovery - XDA wiki
Click to expand...
Click to collapse
Requirements:
Ability to enter fastboot mode
Basic understanding of the command line
Click to expand...
Click to collapse
Install instructions:
Download Clockwork mod recovery.img
Turn device off
Move ringer to UP position
Hold down Power and Volume Down
Flash the recovery with "fastboot flash recovery <path to recovery.img>"
Click to expand...
Click to collapse
What works:
Nandroid
Factory resetting
Clearing caches
Update zip flashing
USB mounting
Click to expand...
Click to collapse
Notice:
What to do if your nandroid freezes at /cache, /data, /datadata:
Flash update-CWMfixer-1.zip as an update zip and try again.
OR: Factory reset and manually restore data (Not recommended)
Notes about sd-ext:
If you get the error message while nandroid: "sd-ext.img not found. Skipping restore of /sd-ext." This is normal, as sd-ext is an optional partition.
If you get the error message while formatting: "E: format_volume: make_ext4fs failed on /dev/block/mmcblk0p2", same as above
Click to expand...
Click to collapse
Controls:
Vol Up: Scroll up
Vol Down: Scroll down
Camera: Select item
Back: Go back
Click to expand...
Click to collapse
Changelog:
Sep 09 2012: Updated to 6.0.1.2
Aug 21 2012: Added workaround for nandroid issues
Aug 07 2012: Updated to 6.0.1.1
Jul 21 2012: Updated to 6.0.1.0 - Updated instructions
Jul 20 2012: Updated to 6.0.0.9
Jul 18 2012: Updated to 6.0.0.6
Jul 17 2012: Updated to 6.0.0.1
Jan 1 2012: Initial release
Click to expand...
Click to collapse
2char

thanx a ton....its a big step towards venue android development
some question i have...
is mounting of data, cache working and wiping data cache etc and the advance feature like partion sd card etc working ?

how to boot into cwm? i flashed it through fastboot but cant boot in this cwm...
whats the procedure? i tried mute+vol up+vol dwn+power and mute+vol dwn
edit: got it

kakagi said:
how to boot into cwm? i flashed it through fastboot but cant boot in this cwm...
whats the procedure? i tried mute+vol up+vol dwn+power and mute+vol dwn
edit: got it
Click to expand...
Click to collapse
How did you do it?

You switch mute to OFF hold both volume buttons down and power on. You will see a menu with 3 options, choose the one to upgrage SW package and choose with the camera button.

streak4m3 said:
You switch mute to OFF hold both volume buttons down and power on. You will see a menu with 3 options, choose the one to upgrage SW package and choose with the camera button.
Click to expand...
Click to collapse
That did the trick, thanks! I was expecting the stock menu to be replaced, not for CWM to become a submenu.

Cool. Glad to help

For those on ROMs that do not have the stock recovery available - will we be able to extract the recovery somehow now that we have CWM if we need/want to go back to stock?
Edit: I see that the zip file for my BB (307) from this thread contains the recovery.img. Can that recovery.img be flashed with fastboot to revert to the stock recovery?

Yes, I am pretty sure stock recovery image file will revert you to stock (with the appropriate .pkg file if available).

streak4m3 said:
Yes, I am pretty sure stock recovery image file will revert you to stock (with the appropriate .pkg file).
Click to expand...
Click to collapse
My question is will that recovery.img, extracted from the zip, work with fastboot? This would be used if there is a problem with the Venue (mine is still under warranty).
There is no .pkg file for the 307 ROM that I am aware of.

marvin02 said:
My question is will that recovery.img, extracted from the zip, work with fastboot? This would be used if there is a problem with the Venue (mine is still under warranty).
There is no .pkg file for the 307 ROM that I am aware of.
Click to expand...
Click to collapse
I see, sorry I misunderstood the question. I have flashed the .img files for 307 from the zip file via fastboot before and it worked fine.

The recs in the stock image thread are the actual recoveries for that rom.
Those were all dumped manually, this is the first of any custom recovery that i've made available, publicly or privately

I have installed this and am playing with it.
I can say that not even a battery pull will stop the factory reset from the first screen if you choose it by accident and there is no prompt to continue. You can probably figure out how I know this.
I did get this error:
E: unknown volume for path [/sd-ext]
When selecting to wipe dalvik cache.
And when viewing the log I got a bunch of lines that said:
failed to open /sys/class/android_usb/android0/state: No such file or directory
I did a wipe data/factory reset from the first CWM screen. My Venue booted fine afterwards. The output is attached below.
Tested with no apparent ill effects:
first CWM screen:
wipe data/factory reset
wipe cache partition
advanced screen:
wipe Dalvik cache (see error note above)
wipe battery stats
Key Test
Show Log
Fix permissions (takes a bit, be patient)
Reboot recovery just does a normal reboot unless you hold both volume buttons.
Doing a factory reset from the first screen did not remove CWM and did not remove root.
Problem: Backup and restore sat on "Backing up data..." for quite a while. The first time I did a battery pull after a few minutes and tried again. The second time I let it sit for about 12 minutes and it never moved off of "Backing up data...". What should happen when it completes a nandroid? Does it take longer than this?

marvin02 said:
I did get this error:
E: unknown volume for path [/sd-ext]
When selecting to wipe dalvik cache.
Problem: Backup and restore sat on "Backing up data..." for quite a while. The first time I did a battery pull after a few minutes and tried again. The second time I let it sit for about 12 minutes and it never moved off of "Backing up data...". What should happen when it completes a nandroid? Does it take longer than this?
Click to expand...
Click to collapse
I get the same results across the board (except factory wipe - wasn't going there). I also get the same dalvik wipe error on my Viewsonic GTab, nothing to worry about.

marvin02 said:
I did get this error:
E: unknown volume for path [/sd-ext]
Click to expand...
Click to collapse
That's a known (non)issue, sd-ext is what data2ext uses as it's partition, it's also known as perfmod on the s5. As the venue has no data2ext/perfmod it's not relevent
marvin02 said:
And when viewing the log I got a bunch of lines that said:
failed to open /sys/class/android_usb/android0/state: No such file or directory
Click to expand...
Click to collapse
that files does not exist in the venue's kernel, /dev /proc and /sys are generated at bootup by the kernel, the contents are determined by what's turned on/off in the kernel. /sys/class/android_usb simply does not exist in the kernel (I used the 408 recovery kernal btw)
The most I can do is try and surpress it, but that's only debug lines in the log, usb mounting works for me so it's not critical
marvin02 said:
Doing a factory reset from the first screen did not remove CWM and did not remove root.
Click to expand...
Click to collapse
Root always copies over /system/(x)bin/su and that cant be removed by a fac reset.
Fac reset only wipes /cache and /data
Unlike streakmod on the s5 though, you should be able to trust the fac reset in CWM5.5
marvin02 said:
Problem: Backup and restore sat on "Backing up data..." for quite a while. The first time I did a battery pull after a few minutes and tried again. The second time I let it sit for about 12 minutes and it never moved off of "Backing up data...". What should happen when it completes a nandroid? Does it take longer than this?
Click to expand...
Click to collapse
It's always safe to pull the batt during nandroid READS but never writes. What is the exact step it stops at? I've had some issue with nandroids in the unreleased 5.0.2.7 but I thought it was fixed in 5.5.0.x.
If there are any nandroid issues it's likely in CWM itself as I havnt modified CWM at all while compiling any of the CWMs
The nandroids are not perfect yet regardless, I'd recommend rooting and using titanium backup (or whatever you prefer) on top of nandroids till there's more reports of success/issues

TheManii said:
. . .What is the exact step it stops at? I've had some issue with nandroids in the unreleased 5.0.2.7 but I thought it was fixed in 5.5.0.x. . . .
Click to expand...
Click to collapse
See the attached image. It gets to "Backing up data..." and then just sits there and never completes.
Edit: the image is from the first attempt. It stopped at the same spot on two other attempts.

Does it start backing up at all or immediately stops right as it hits data?
if it's the 'lost+found' bug it should stop after hitting it hits the 'lost+found' folder and have some of the contents of data

TheManii said:
Does it start backing up at all or immediately stops right as it hits data?
if it's the 'lost+found' bug it should stop after hitting it hits the 'lost+found' folder and have some of the contents of data
Click to expand...
Click to collapse
We probably cross posted, I added an image of exactly where it stuck.

It might an issue in CWM 5.5 then
S5:
cannot back up userdata partition (/firstboot)
can back up innerSD data partition (/data)
v:
cannot back up userdata partition (/data)
They're both the partitions on the nand itself, the s5 one just happens to be smaller.
For the same reason I'm not yet releasing CWM 5.5 for the s5, a fac reset might fix it so you can make nandroids afterwards (if you restore with TB afterwards it may still continue working). It SEEMS to work for me but that would mostly defeat the purpose of nandroids.

TheManii said:
. . . a fac reset might fix it so you can make nandroids afterwards (if you restore with TB afterwards it may still continue working). . . .
Click to expand...
Click to collapse
Those first tests were immediately after a factory reset. I am sure you are aware of the work on StreakMod Recovery and might want to see what was done to fix nandroids on that. That is the one feature of CWM I would like to see as solid.

Related

[Q] My dell keeps booting with "Start emergency recovery copy" message.

EDIT: My phone is now working. Read at end of OP Below for the trick. Credit goes to thomascw: http://forum.xda-developers.com/showpost.php?p=21173699&postcount=69
My phone is going into a cycle that I am unable to get out of.
I followed instruction on how to fastboot flash recovery and update to whatever rom version.
My phone baseband is the 347 US stock rom. Here is the cycle my phone is getting into:
I have placed the update.pkg in the root of my sd card (At various times I tried various roms but always matched the region between recovery and rom)
I flash the recovery image using fastboot. Both my phone and my command prompt (I use linux) say OK and writing is done.
I do fastboot reboot and the phone reboots fine.
I hold the (vol+,vol-,pwr) keys to boot into recovery. When booted, it always show the correct recovery image that I just flashed. So seems OK!
I highlight the 2nd option which is the update from sd card. It goes fine and it finishes installation.
The phone boots but it gets stuck at the dell logo indefinitely. The phone is not responsive at this point and only removing battery is the option.
I replace the battery and let the phone boot but it shows me this message
Start emergency recovery copy....
Click to expand...
Click to collapse
Apparently the device is rewriting stock recovery into the recovery partition.
The phone reboots after finishing the copy into recovery mode again asking me to reset, update, ...etc.
This cycle always happen no matter what rom versions I choose. Well, stock roms only. I did not try modified ones.
I am unsure how to get out of the cycle as I tried every option, like reseting after flashing. I even flashed a backup copies of the 347 system and boot images. Always goes at the end to rewrite the stock recovery image (steps 7 and 8 above).
- SOLVED: last night, I flashed 360 as mentioned in steps 1-5 above. now, Instead of step 6 above, do these:
After streakmod recovery image flashed, fastboot reboot then vol+,vol-,pwr to go into recovery mode.
choose option 2 (upgrade from sd card) --- this will take you into another menu with more options.
Choose factory reset, wipe data, wipe cash,dalvik cash and all that.
Next get to advance option listed. From there, choose fix permissions (not sure if this is necessary but I did it anyway.)
From android back button, go back to previous menu.
Choose the reboot option.
Again hold vol+,vol-,pwr to go into recovery mode. Now choose factory reset (not sure if important, but did it anyways)
Phone will reboot into the rom you installed in step 5 above.
It worked from first time. I got encouraged and I even followed the steps again and I installed GB stock rom and also worked from first time. I am not sure I like the GB 407 rom over the 360 ROM, especially I get the annoying flashing lights every now and then because of the mismatch between the 407 region 14 and baseband region 00. But this is another issue.
Did you at some point try a Gingerbread based ROM? I have seen others have issues reverting to Froyo after that.
If you can get to recovery, for the ROM you want to run:
Make sure the pkg file for your ROM is on the root of your SD Card and is named update.pkg
Flash the amss.mbn file, dsp1.mbn file and the recovery.img with fastboot.
use the command fastboot reboot to reboot your Streak and make sure that you go directly to recovery
Now select step 2 and do the update
Since there is no pkg, recovery, amss or dsp1 files for BB 347 you will need to use a different baseband (I use 351, 360 is the latest). Use 407 if you must have Gingerbread.
ROM and related file Downloads
Flashing Guide
My take on Streak modding
Edit: the above steps should work even if you have never tried installing a Gingerbread ROM.
Thank you.
I've done all the steps you mentioned, except the second point. I never tried them. At least I have some new steps to follow. To which partition shall I flash the *.mbn files? Where do I find these files for a specific rom?
OK. Found amss and dsp1 files that are bundled with recoverySM.img (custom one), can I use these files with any ROM or are they rom and/or regional specific? I am confused because I do not see these files in the wiki page with the stock roms.
OK guy forgive my ignorance. I found the corresponfing .mbn files under manii's directory provided by your links.
I am trying them now. Crossing fingers and will let you know how it goes.
Thank you.
Back to the cycle. I added flashing both amss.mbn and dsp1.mbn to the process, but got the same pattern. I used the 360 build downloaded from mirror2.streakdroid.com/manii/360 directory. After the flash, the device hangs on dell logo screen. I remove the battery and replace it. I turn it on, and let it boot but this time it reverts to the emergency stock recovery image 347.
I will try tomorrow to get custom GB roms and see if they work.
Please use the Q&A Forum for questions Thanks
Moving to Q&A
That's a well known issue with 347 firmware.
You should use streakflash tool to restore it to 305 lowlevel fw version, and continue from that point.
Very detailed article of using streakflash:
http://forums.whirlpool.net.au/archive/1557150
I'm experiencing exactly the same problem: I tried to update 347 to 360 and now I'm stuck at the boot logo :-(
I tried several stock images and yet no luck... Even the article mentioned above won't help me out ouf this misery.
Is there something else I could try?
ive also had this 4 or 5 times, so i replaced my inner sd with a 2gb sdhc ,think maybe the card was at fault
Dikos found an answer some where
Flash stock 360 recovery
Reboot
Hold Volume buttons
Option 2 - Recovery mode
Install stock 360 rom.
Fastboot
Flash streakmod
Hold Volume buttons
Option 2 - Recovery mode
wipe cache partitions and dalvik cache
Reboot
Hold Volume buttons
Option 1 - Factory Reset
Worked for me,now using 407 olleh, was on 360 for an hour,the key appears to be flashing back to streakmod and wipe cache partitions and dalvik cache before factory reset
I think this should be stickied
Well, whatever a "dalvik cache" is, it even works without clearing it!
Unfortunately my baseband is still at 347. Is that the reason for my leds to flash about 9 times every minute?
apirec, clear dalkic cache is under advanced options in steakmod recovery. The flashing is probably related to needing to flash the right amss and dsp1 mbn.
path to streakmod
Can anyone please confirm the link to latest streak mod.
Is it same as the link on
http://forum.xda-developers.com/showthread.php?t=840326 for
recovery-v0.3.2.8-beta.zip
-Mohan
thomascw said:
apirec, clear dalkic cache is under advanced options in steakmod recovery. The flashing is probably related to needing to flash the right amss and dsp1 mbn.
Click to expand...
Click to collapse
No, I did clear that cache, too (for the first time). But then I did the procedure again (without clearing that cache) to get the right baseband and to get rid of the flashy leds.
How would I flash the right amss and dsp1 mbn?
Mohan Nade said:
Can anyone please confirm the link to latest streak mod.
Is it same as the link on
http://forum.xda-developers.com/showthread.php?t=840326 for
recovery-v0.3.2.8-beta.zip
Click to expand...
Click to collapse
Yes, that's the correct link.
---------- Post added at 10:31 AM ---------- Previous post was at 10:02 AM ----------
apirec said:
How would I flash the right amss and dsp1 mbn?
Click to expand...
Click to collapse
Ok, found it myself: http://mirror2.streakdroid.com/manii/360/
But what are the other files for? Will it do any good, if I flash them, too?
If you have flashed recovery and gone through update, as far as I know,all you need are the amss and dsp1. I've read that the update.pkg reflashes the baseband, not true on my phone. One of the multirecoveryflasher tools has a baseband flasher built in. I havent used it, but it I think it probably just flashes the above 2 files.
thomascw said:
Dikos found an answer some where
Flash stock 360 recovery
Reboot
Hold Volume buttons
Option 2 - Recovery mode
Install stock 360 rom.
Fastboot
Flash streakmod
Hold Volume buttons
Option 2 - Recovery mode
wipe cache partitions and dalvik cache
Reboot
Hold Volume buttons
Option 1 - Factory Reset
Worked for me,now using 407 olleh, was on 360 for an hour,the key appears to be flashing back to streakmod and wipe cache partitions and dalvik cache before factory reset
I think this should be stickied
Click to expand...
Click to collapse
Thank you here again for pointing out the solution. I have updated my OP to reflect the solution to this problem.

Springboard w/out system or data

My TMo springboard became almost useless, so - with TWRP installed - I decided to reformat system, data and cache, in the hope that the external SD would suffice to boot out of or mount a new image. No go.
I am now stuck in a loop, as follows:
- Huawei main logo
- Original lock screen
- slide to unlock
- message: "encryption unsuccessful... Data on your tablet no longer available... To resume using your tablet you must performance à factory reset...", which I opt for (choice named "reset tablet")
- Huawei mediapad logo
- teamwin splash screen
- TWRP trying to mount all sorts, but fails on all, of course
- back to Huawei mediapad
- back to Huawei main logo... and repeat all of the above
Any way I could break this cycle, by making an image available to TWRP? How? I don't seem to be able to use any touch screen or buttons to stop and a better change the options of TWRP. It just keeps trying to mount the default assumed partitions, nowhere to be found...
Sent from my SGH-T999 using Tapatalk 2
netfortius said:
My TMo springboard became almost useless, so - with TWRP installed - I decided to reformat system, data and cache, in the hope that the external SD would suffice to boot out of or mount a new image. No go.
I am now stuck in a loop, as follows:
- Huawei main logo
- Original lock screen
- slide to unlock
- message: "encryption unsuccessful... Data on your tablet no longer available... To resume using your tablet you must performance à factory reset...", which I opt for (choice named "reset tablet")
- Huawei mediapad logo
- teamwin splash screen
- TWRP trying to mount all sorts, but fails on all, of course
- back to Huawei mediapad
- back to Huawei main logo... and repeat all of the above
Any way I could break this cycle, by making an image available to TWRP? How? I don't seem to be able to use any touch screen or buttons to stop and a better change the options of TWRP. It just keeps trying to mount the default assumed partitions, nowhere to be found...
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
If you have TWRP installed you can simply download one ROM (CM10, CM10.1 or AOKP) in zip format and flash it from TWRP.
Just follow instructions on the DEV board.
GuZuRa said:
If you have TWRP installed you can simply download one ROM (CM10, CM10.1 or AOKP) in zip format and flash it from TWRP.
Just follow instructions on the DEV board.
Click to expand...
Click to collapse
Thank you. This is what I was hoping to hear
Would that work with an image from the external SD card (i.e. would the TWRP "see" the SD card and search for the zip file on it)? I am asking vs just trying it, because I only have one microSD, which is presently in my SGIII, so I thought of checking this before I start backing up my SD, clean it up, getting the CM 10.1, putting it on ... )
Thx again!
netfortius said:
Thank you. This is what I was hoping to hear
Would that work with an image from the external SD card (i.e. would the TWRP "see" the SD card and search for the zip file on it)? I am asking vs just trying it, because I only have one microSD, which is presently in my SGIII, so I thought of checking this before I start backing up my SD, clean it up, getting the CM 10.1, putting it on ... )
Thx again!
Click to expand...
Click to collapse
Replying to myself - I did copy the zip file to the microSD, but TWRP keeps trying to mount - at least apparently, to me - only the "known" partition (/data), then just fails and the mediapad goes back into reboot. Is there a sequence of keys that force TWRP to stop, and point it to the microSD, instead?!?
Any pointers will be appreciated.
R: Springboard w/out system or data
netfortius said:
Replying to myself - I did copy the zip file to the microSD, but TWRP keeps trying to mount - at least apparently, to me - only the "known" partition (/data), then just fails and the mediapad goes back into reboot. Is there a sequence of keys that force TWRP to stop, and point it to the microSD, instead?!?
Any pointers will be appreciated.
Click to expand...
Click to collapse
Try this:
1 reinstall TWRP with after_silence automated installer (shouldn't be necessary but... who knows?)
2 turn completety off MP by pressing on/off switch for a while (MP will shortly vibrate and turn off)
3 format a microsd in fat32 with a PC windows or linux
4 put the zip file of one of the ROM in dev board on the SD through the PC
5 insert microsd into MP
6 boot into TWRP. From device turned off, turn it on pressing on/off switch and volume up and keep volume up pressed until you see TWRP logo
7 reinstall Rom following instructions in the Dev board
Let me know....
Inviato dal mio Huawei MediaPad con Tapatalk 2
GuZuRa said:
Try this:
1 reinstall TWRP with after_silence automated installer
<snip>
Click to expand...
Click to collapse
Thank you for the reply. I pretty much already did all the steps you previously posted, except for "1." (reinstalling TWRP). I did a search for after_silence automated installer, but could not find any links to such - could you, please, post one?
Thx...
netfortius said:
Thank you for the reply. I pretty much already did all the steps you previously posted, except for "1." (reinstalling TWRP). I did a search for after_silence automated installer, but could not find any links to such - could you, please, post one?
Thx...
Click to expand...
Click to collapse
And I just noticed that TWRP continues running OpenRecoveryScript every time, which ends up trying to mount /data (unsuccessfully), wiping cache, reformating ext4fs, end then rebooting ...
netfortius said:
And I just noticed that TWRP continues running OpenRecoveryScript every time, which ends up trying to mount /data (unsuccessfully), wiping cache, reformating ext4fs, end then rebooting ...
Click to expand...
Click to collapse
One more update - I was able to get the system enough to run a:
$ fastboot flash system system.img.ext4
which worked just fine, but upon reboot TWRP takes over and starts again ... mount /data ... failure ... reformatting ...
Any ideas here on how to break this cycle?
huawei boot loop, fastboot mia
I followed the after silence cm install steps but failed at using fastboot to install the twrp image
adb connects fine & triggers a reboot into fastboot, then fastboot can't communicate so I installed the twrp recovery via goomanager
booted into twrp, made a backup, wiped system / cache / data (oops?)
tried to install cm10.1 and it said error in file
tried to reboot into recovery and now stuck on huawei logo, fastboot still kaput
anybody know why fastboot won't communicate or what I can try next???
update:
got back into twrp by holding power and vol up buttons until it reset, then releasing power while continuing to hold vol up
it appeared to loop several times then booted into twrp
Formatting the data partition was the culprit, methinks. I managed that, too.
You need to flash the third bootimg from After Silence´s Toolkit, not CWM and not TWRP. Then you can flash stock roms via a dload folder on the sdcard. Reflashing the already installed Comec v2 lite caused the aforementioned encryption error and before ending with an unrooted stock rom i tried CleanICE v1.5. Worked. Whether this rom is buggy or there just went something wrong during install, it didn´t contain the system app "networklocation.apk", so no wifi or 3g based localization would work, only gps, which is unavailable in my home. So i installed TWRP again and could successfully flash AOKP. Flashing AOKP directly after bricking wouldn´t fix the brick.

[Q] SCH-i905 - Can't Factory Reset & Can't Flash

Hi Guys
I am new to playing around with android but not to electronics. I have a Verizon Samsung Galaxy Tab 10.1 16gb (SCH-i905) with current 4g service.
Here is the problem I am having:
It started yesterday, I was browsing the web and the tablet froze and then rebooted. After the reboot programs randomly freeze and crash, if I reboot anything I have downloaded is gone and anything I deleted is back and I can't install or remove apps. I figured I had something corrupted and a factory wipe would fix it. Unfortunately when I perform a factory wipe from the menus or through Android recovery nothing happens. The tablet boots up like nothing was erased. Still has all my accounts, security pin, apps, and so on.
So after that I figured I would flash the tablet, I found the thread here in the development forum with the stock 3.2 image to load through ODIN. I downloaded everything, followed the instructions. ODIN says the flash was successful but when the tablet reboots it still has all my info and is running 4.0.4. I have tried this multiple times. I have tried loading CWM with ODIN but it will not stick.
Any thoughts? If you need more information I will get it, I am just stuck and can't find anything that helps me with this problem!
Thanks for your help!!!
If you want cwm to load after you install it using odin, then you must immediately boot the tablet into recovery without letting it run normally. During the normal boot process, CWM is deleted and the stock recovery is restored. Therefore once Odin finishes installing CWM, hold the volume up button and once you get to the recovery mode you will be running CWM instead of the stock recovery module.
Regards,
Michael
Yes, I did read that in the multiple thread about installing CWM and have gone into recovery directly after ODIN reboots the tablet, however it is still only the stock recovery app.
Any ideas why the factory reset / data wipe won't work?
So after several more hours working on this problem I think I have come across the root cause. I believe that my internal storage has corrupted and is now only mounting in Read-Only mode. From everything I can find online, without having root access previously, this is a no go for fix it yourself.
In case anybody happens on this post down the road, I have been unable to find a resolution and it would appear I must sent the unit back to Samsung for repair.
Mixinitup4Christ said:
So after several more hours working on this problem I think I have come across the root cause. I believe that my internal storage has corrupted and is now only mounting in Read-Only mode. From everything I can find online, without having root access previously, this is a no go for fix it yourself.
In case anybody happens on this post down the road, I have been unable to find a resolution and it would appear I must sent the unit back to Samsung for repair.
Click to expand...
Click to collapse
factory reset through the stock recovery should be able to get you out of it (RO filesystem).
pershoot said:
factory reset through the stock recovery should be able to get you out of it (RO filesystem).
Click to expand...
Click to collapse
I guess that blows my theory out of the water. I can't make heads or tails with this. No matter what I do, Menu Factory Reset, Recovery Wipe/Reset, ODIN Flash Stock EG01 firmware, ODIN flash CWM Recovery as soon as this device reboots I am right back where I started....... GAH!!!
Thanks for letting me know I'm probably wrong.
Mixinitup4Christ said:
I guess that blows my theory out of the water. I can't make heads or tails with this. No matter what I do, Menu Factory Reset, Recovery Wipe/Reset, ODIN Flash Stock EG01 firmware, ODIN flash CWM Recovery as soon as this device reboots I am right back where I started....... GAH!!!
Thanks for letting me know I'm probably wrong.
Click to expand...
Click to collapse
it has to be factory reset through the stock recovery (it will format /data), not through CWM.
rozeins gone
pershoot said:
it has to be factory reset through the stock recovery (it will format /data), not through CWM.
Click to expand...
Click to collapse
Yup, done that multiple times. I'll take video of it if you want, Factory Reset in stock recovery has no effect.
Mixinitup4Christ said:
Yup, done that multiple times. I'll take video of it if you want, Factory Reset in stock recovery has no effect.
Click to expand...
Click to collapse
odin flash CWM (you can use 6.0.2.8 in JB CM10 folder on droidbasement), boot it and try to format the /system partition first then /data.
pershoot said:
odin flash CWM (you can use 6.0.2.8 in JB CM10 folder on droidbasement), boot it and try to format the /system partition first then /data.
Click to expand...
Click to collapse
Will Do, ODIN3 1.85?
pershoot said:
odin flash CWM (you can use 6.0.2.8 in JB CM10 folder on droidbasement), boot it and try to format the /system partition first then /data.
Click to expand...
Click to collapse
HI Pershoot!
I forgot to say thanks for your help!! I appreciate someone smarter than me lending a hand.
That said, I just tried to flash CWM from DB Galaxy Roms/CM10 folder. Upon reboot the tablet still entered stock recovery, I have tried this several times, but this time I took a video. If you feel so inclined to watch it maybe you can catch me doing something wrong....
Again thanks for your help!!
Video of me doing the Stock Recovery Factory Reset
Video of me attempting to flash CWM from droid basement
Mixinitup4Christ said:
HI Pershoot!
I forgot to say thanks for your help!! I appreciate someone smarter than me lending a hand.
That said, I just tried to flash CWM from DB Galaxy Roms/CM10 folder. Upon reboot the tablet still entered stock recovery, I have tried this several times, but this time I took a video. If you feel so inclined to watch it maybe you can catch me doing something wrong....
Again thanks for your help!!
Video of me doing the Stock Recovery Factory Reset
Video of me attempting to flash CWM from droid basement
Click to expand...
Click to collapse
I had to do this on mine. http://techne.alaya.net/?p=8829. I rooted and modified the file described in the steps. Weirdly enough it still booted into stock recovery the first time I installed CWM. I installed CWM one more time and the tablet now boots into CWM.

[Q] Soft Brick with CWM 6.0.4.7

Hi all, this is my first time posting in XDA and I finally managed to brick my phone. Please help me The story goes as below :
1) I was using Slimbean 4.2.2 stable build 8, with the said CWM 6.0.4.7. and tried to reinstall the rom fresh from the original zip from slimroms website.
2) Did the usual wipe user data and cache partition
3) Wiped dalvik cache
4) I was curious and bravely decided to use the mounts and storage option. Browsed through the list and decided to format /system, /cache, /preload, /data, and /boot. Suddenly felt like something just went wrong, so stopped before the /modem section.
5) Thinking that I finally cleared my phone from all of the previous rom's files and such, went into install zip menu. Tried installing zip from sdcard1 (external).
6) CWM shows my external card properly. Selected the zip file. Wait. Phone reboots into CWM.
7) Thought I missed something, tried rebooting as usual. Directly went into CWM again. Pushed the button combination for download mode, went into download mode just fine.
8) Used CWM boot into bootloader mode menu, phone reboots into CWM again.
9) Tried using the "install zip from sdcard" menu. Phone reboots into CWM again.
10) Checked the log, it says
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found
I:Can't partition non mmcblk device: /devices/platform/s3c-sdhci.2/mmc_host/mmcl
Right now its 1 AM in the morning, and I have morning shift tomorrow. Please help me people The only probable solution left for me is installing Samsung original ROM using ODIN, hoping that everything will be set as usual again.
izhamznl said:
Hi all, this is my first time posting in XDA and I finally managed to brick my phone. Please help me The story goes as below :
1) I was using Slimbean 4.2.2 stable build 8, with the said CWM 6.0.4.7. and tried to reinstall the rom fresh from the original zip from slimroms website.
2) Did the usual wipe user data and cache partition
3) Wiped dalvik cache
4) I was curious and bravely decided to use the mounts and storage option. Browsed through the list and decided to format /system, /cache, /preload, /data, and /boot. Suddenly felt like something just went wrong, so stopped before the /modem section.
5) Thinking that I finally cleared my phone from all of the previous rom's files and such, went into install zip menu. Tried installing zip from sdcard1 (external).
6) CWM shows my external card properly. Selected the zip file. Wait. Phone reboots into CWM.
7) Thought I missed something, tried rebooting as usual. Directly went into CWM again. Pushed the button combination for download mode, went into download mode just fine.
8) Used CWM boot into bootloader mode menu, phone reboots into CWM again.
9) Tried using the "install zip from sdcard" menu. Phone reboots into CWM again.
10) Checked the log, it says
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found
I:Can't partition non mmcblk device: /devices/platform/s3c-sdhci.2/mmc_host/mmcl
Right now its 1 AM in the morning, and I have morning shift tomorrow. Please help me people The only probable solution left for me is installing Samsung original ROM using ODIN, hoping that everything will be set as usual again.
Click to expand...
Click to collapse
Your mistake was in step (4) you did everything right except format /boot you have wiped your boot img (bad mistake) connect to odin and flash stock again.
tallman43 said:
Your mistake was in step (4) you did everything right except format /boot you have wiped your boot img (bad mistake) connect to odin and flash stock again.
Click to expand...
Click to collapse
Thank you man. That did the job. I reflash stock rom using ODIN and it boot just fine. Gonna try flashing slimbean again tomorrow. Thanks for your help
izhamznl said:
Thank you man. That did the job. I reflash stock rom using ODIN and it boot just fine. Gonna try flashing slimbean again tomorrow. Thanks for your help
Click to expand...
Click to collapse
Glad to see it worked there was nothing wrong that you did apart from the last option /boot...I suggest you use PhilZ recovery it as a option in settings to "clean to install a new rom" which formats all the correct partitions for you..
tallman43 said:
Glad to see it worked there was nothing wrong that you did apart from the last option /boot...I suggest you use PhilZ recovery it as a option in settings to "clean to install a new rom" which formats all the correct partitions for you..
Click to expand...
Click to collapse
I used to use Philz recovery, touch version. But it seems to have something that I don't like back then, so I opted back to CWM. Maybe I should try Philz again. BTW, why does the mmcblk error comes out? Should I be worried. Because when I check the log now, it still occurs even though my phone is fully functional now.

System not responding

[Noob question]
I have a 2 year old Samsung GT-S5282 i just rooted a month ago, by installing CWM 6.0.3.7 and flashing SuperSU 2.07 in it.
I've installed a few root apps that "boosts" the phone's performance.
But a month later i tried rebooting the phone, it passes the boot logo, then it comes across a dialog saying "process system is not responding, do you want to close it?"
I pressed "wait", but then the system crashes and the screen turns off. I tried consecutive battery pulls, wiping cache partition, but no luck, it still crashes on the dialogue screen.
I reckon it's on the kernel, but i'm STILL not sure what is going on.
Can anybody suggest a fix? I really need this phone and i don't want to lose any data.
(I've backed up my personal files, i meant i don't want to lose any internal data that cannot be backed up)
Please.
HootenannyMagic said:
[Noob question]
I have a 2 year old Samsung GT-S5282 i just rooted a month ago, by installing CWM 6.0.3.7 and flashing SuperSU 2.07 in it.
I've installed a few root apps that "boosts" the phone's performance.
But a month later i tried rebooting the phone, it passes the boot logo, then it comes across a dialog saying "process system is not responding, do you want to close it?"
I pressed "wait", but then the system crashes and the screen turns off. I tried consecutive battery pulls, wiping cache partition, but no luck, it still crashes on the dialogue screen.
I reckon it's on the kernel, but i'm STILL not sure what is going on.
Can anybody suggest a fix? I really need this phone and i don't want to lose any data.
(I've backed up my personal files, i meant i don't want to lose any internal data that cannot be backed up)
Please.
Click to expand...
Click to collapse
I guess you are able to reach recovery mode. If yes, then u should connect it with computer. Try installing a custom rom (i would suggest CM11).
Step 1: Installing TWRP. http://forum.xda-developers.com/galaxy-star/orig-development/recovery-teamwin-recovery-project-3-0-2-t3435364
Step2: Installing a custom rom. http://forum.xda-developers.com/showpost.php?p=67870832&postcount=175
nagato said:
I guess you are able to reach recovery mode. If yes, then u should connect it with computer. Try installing a custom rom (i would suggest CM11).
Step 1: Installing TWRP. http://forum.xda-developers.com/galaxy-star/orig-development/recovery-teamwin-recovery-project-3-0-2-t3435364
Step2: Installing a custom rom. http://forum.xda-developers.com/showpost.php?p=67870832&postcount=175
Click to expand...
Click to collapse
Um thank you so much for the suggestion.
But unfortunately when i try to boot to recovery, the stock recovery opens up, not the CWM i flashed.
I tried to flash a fix for it, but it also didn't work.
But i guess flashing a new ROM will be the last option i have, so....do flashing one delete all my data? And if so, can i restore all internal data if ever i'll back it up? Thank you SO much for replying.
HootenannyMagic said:
Um thank you so much for the suggestion.
But unfortunately when i try to boot to recovery, the stock recovery opens up, not the CWM i flashed.
I tried to flash a fix for it, but it also didn't work.
But i guess flashing a new ROM will be the last option i have, so....do flashing one delete all my data? And if so, can i restore all internal data if ever i'll back it up? Thank you SO much for replying.
Click to expand...
Click to collapse
Well, then try three button combo (volume-down + home + power) to boot into bootloader and flash TWRP with odin.
No, your files in internal and external storage are not deleted when you format dalvik,cache,system and data partitions.
Edit: volume-down + home + power (boot to bootloader)
volume-up + home + power (boot to recovery)
nagato said:
Well, then try three button combo (volume-up + home + power) to boot into bootloader and flash TWRP with odin.
No, your files in internal and external storage are not deleted when you format dalvik,cache,system and data partitions.
Click to expand...
Click to collapse
Okay thanks.
By the way what version of TWRP would work great? (I have XXANF4 stock kernel btw, i still can't access the main screen of the phone after booting up)
And if i wipe system and data partitions will it delete the settings i have on the phone (ex. WiFi connection history, Bluetooth transfer history etc.)?
Thanks again.
HootenannyMagic said:
Okay thanks.
By the way what version of TWRP would work great? (I have XXANF4 stock kernel btw, i still can't access the main screen of the phone after booting up)
And if i wipe system and data partitions will it delete the settings i have on the phone (ex. WiFi connection history, Bluetooth transfer history etc.)?
Thanks again.
Click to expand...
Click to collapse
TWRP:- Refer the link i posted earlier.
Yes, all the settings and apps would be deleted.
nagato said:
TWRP:- Refer the link i posted earlier.
Yes, all the settings and apps would be deleted.
Click to expand...
Click to collapse
Dang it.
Wanted to keep it.
But thanks anyway.
I still can't access the phone. It just boots up, shows the lockscreen, then crashes and automatically reboots, then gets stuck in a bootloop.
I wanted to install a custom rom like you said but i cannot copy the rom files to the sdcard (the phone's still inaccessible).
Any more suggestions? Thanks.
nagato said:
TWRP:- Refer the link i posted earlier.
Yes, all the settings and apps would be deleted.
Click to expand...
Click to collapse
Also, when i try to flash the TWRP 3.0.2 you sent, Odin gives me an error that the md5 is invalid.
I still don't know what the hell is going on.
nagato said:
TWRP:- Refer the link i posted earlier.
Yes, all the settings and apps would be deleted.
Click to expand...
Click to collapse
Also, the reboot problem existed since i installed root apps, the system crash existed since i installed a custom launcher. (Nova to be exact). I don't know if that has connection to problem.
Can anybody help?
I can't just format this phone i have internal data and settings that i cannot delete.
HootenannyMagic said:
I can't just format this phone i have internal data and settings that i cannot delete.
Click to expand...
Click to collapse
Do a factory reset
Go to advance and format system and data
Then flash Stock Deodex Prerooted rom by akshay
Done
It won't delete anything
Flash cwm for star via odin
Then flash twrp via cwm
Remove ur SD card and using a card reader copy ROM file into SD card.
Mount ur SD card
Then flash the rom
BatDroid said:
Do a factory reset
Go to advance and format system and data
Then flash Stock Deodex Prerooted rom by akshay
Done
It won't delete anything
Click to expand...
Click to collapse
I mean, it deletes all the settings right? Like WiFi hotspots and bluetooth transfer history and every app i have on my phone. I just can't wrap my head around the idea that i will delete all of that just because my phone crashes on passing through the boot screen. . .
HootenannyMagic said:
I mean, it deletes all the settings right? Like WiFi hotspots and bluetooth transfer history and every app i have on my phone. I just can't wrap my head around the idea that i will delete all of that just because my phone crashes on passing through the boot screen. . .
Click to expand...
Click to collapse
U couldn't mention what tweaks did u installed to boost the phone and what exactly happened.
So,all I can say is 'do a factory reset'..
Just flash official firmware. The problem was automatically fixed without wiping data.
Sohammirikar said:
Just flash official firmware. The problem was automatically fixed without wiping data.
Click to expand...
Click to collapse
So i can just normally flash the stock firmware through Odin and Download mode and not wipe data? Is that correct?

Categories

Resources