Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
natezire71
Old
#1  
natezire71's Avatar
Senior Member - OP
Thanks Meter 104
Posts: 351
Join Date: Mar 2010
Default Not bricked, but can't wipe in CWMR

I installed a custom font on my Tab. I decided to try and replace the Roboto_Bold.ttf, and that's why my Tab started to boot loop. (Long story short: I did the same thing to my Nexus, but I was able to salvage what I could and am now in the process of flashing a new ROM). I wiped the Cache/Dalvik on my Tab and flashed the ROM I had on it, over itself without wiping--thinking it would give me enough control to be able to flash a new ROM. I was wrong. I install the latest CWM (v5.5.0.4) and I go into Recovery mode. CWM won't let me Wipe Data. It just sits there, then ultimately kicks me back to the CWM "Home" screen; the same thing happens when I use an older version of CWM (v4.0.0.4). I've tried restoring backups and nothing works. I even had difficulty mounting the Tab on my laptop long enough to transfer over the newer ROM.

I have no clue what to do, and I feel so powerless. I usually can fix this kind of stuff by myself, but I can't this time.

Any and all help is appreciated.
 
kishorsidu
Old
#2  
kishorsidu's Avatar
Senior Member
Thanks Meter 53
Posts: 190
Join Date: Aug 2011
Location: coimbatore
Flash to stock using Odin ...I think you'll be able to reach downloading mode.
Of not try via adb of You are sure that debugging is checked

Sent from my GT-S5360 using Tapatalk
Karma is a B#TCH....Press THANKS if i helped you

Samsung galaxy y - USSR v9 , white's kernel , seeders , holo apps

Samsung galaxy Tab 10.1 - Running the project butter --- JELLYBEAN 4.2.1
 
natezire71
Old
#3  
natezire71's Avatar
Senior Member - OP
Thanks Meter 104
Posts: 351
Join Date: Mar 2010
Quote:
Originally Posted by kishorsidu View Post
Flash to stock using Odin ...I think you'll be able to reach downloading mode.
Of not try via adb of You are sure that debugging is checked

Sent from my GT-S5360 using Tapatalk
I can reach Download mode--but I have no clue how to flash anything from ODIN. -_-
 
natezire71
Old
#4  
natezire71's Avatar
Senior Member - OP
Thanks Meter 104
Posts: 351
Join Date: Mar 2010
Shameless bump.

Autocorrected from my GNexus
I develop VanirAOSP.
ShadowUI Theme: http://goo.gl/zJuaU
 
MapleSyrup
Old
(Last edited by MapleSyrup; 24th April 2012 at 10:32 PM.)
#5  
MapleSyrup's Avatar
Senior Member
Thanks Meter 817
Posts: 292
Join Date: Oct 2011

 
DONATE TO ME
Here is a good guide to start over (is the last part "Re-“Stocking” Yer System…"): The Guide. The only problem is that you'll lose all your data.

I had a similar problem, but instead of going back to stock, I manually wiped the data/cache folders via adb, some folder was the culprit, it couldn't be deleted with its content, so first I deleted everything inside the folder and then the folder (in terms of commands, I did a rmdir instead of rm -r).
 
natezire71
Old
#6  
natezire71's Avatar
Senior Member - OP
Thanks Meter 104
Posts: 351
Join Date: Mar 2010
Quote:
Originally Posted by MapleSyrup View Post
Here is a good guide to start over (is the last part "Re-“Stocking” Yer System…"): The Guide. The only problem is that you'll lose all your data.

I had a similar problem, but instead of going back to stock, I manually wiped the data/cache folders via adb, some folder was the culprit, it couldn't be deleted with its content, so first I deleted everything inside the folder and then the folder (in terms of comands, I did a rmdir instead of rm -r).
I don't mind losing the data; however, would you mind sharing the commands with me?
 
MapleSyrup
Old
#7  
MapleSyrup's Avatar
Senior Member
Thanks Meter 817
Posts: 292
Join Date: Oct 2011

 
DONATE TO ME
Quote:
Originally Posted by natezire71 View Post
I don't mind losing the data; however, would you mind sharing the commands with me?
This is not a step by step guide, be careful if you decide to use this method, so you won't delete anything important.

First, to access the tablet shell

Code:
adb shell
To gain root permissions

Code:
su
To remove/wipe the data

Code:
rm -r /data/data/*
That's when I encountered the problem, I had to delete directories by groups until I found the problematic one. In my case was com.google.android.tts/
Then I did:

Code:
rm -r /data/data/com.google.android.tts/*
Code:
rmdir /data/data/com.google.android.tts/
 
natezire71
Old
#8  
natezire71's Avatar
Senior Member - OP
Thanks Meter 104
Posts: 351
Join Date: Mar 2010
Quote:
Originally Posted by MapleSyrup View Post
This is not a step by step guide, be careful if you decide to use this method, so you won't delete anything important.

First, to access the tablet shell

Code:
adb shell
To gain root permissions

Code:
su
To remove/wipe the data

Code:
rm -r /data/data/*
That's when I encountered the problem, I had to delete directories by groups until I found the problematic one. In my case was com.google.android.tts/
Then I did:

Code:
rm -r /data/data/com.google.android.tts/*
Code:
rmdir /data/data/com.google.android.tts/
So, what was the problem you had? Couldn't you have just wiped in Clock Work?

Autocorrected from my GNexus
I develop VanirAOSP.
ShadowUI Theme: http://goo.gl/zJuaU
 
MapleSyrup
Old
#9  
MapleSyrup's Avatar
Senior Member
Thanks Meter 817
Posts: 292
Join Date: Oct 2011

 
DONATE TO ME
Quote:
Originally Posted by natezire71 View Post
So, what was the problem you had? Couldn't you have just wiped in Clock Work?
That was the problem, I couldn't do it in cwm.
 
GorillaPimp
Old
#10  
Senior Member
Thanks Meter 111
Posts: 612
Join Date: Jul 2008
Location: Greenville
Just wanted to put it out there that I erased the data using Super Manager. Not a clean enough delete for preparing it for sale but good enough for my intentions.


Devices
------------------------
Nexus 4, SGS2, Sensation, Nexus 1
GTab 10.1, Nook Color

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...