No Data After Brick

grnsnake

Active member
Jul 22, 2011
33
4
0
After using touch recovery to install the updated radio and bricking my phone, I was able to get it back to operating with the help of asadullah. The only thing that I am missing now is mobile data. I can cut it on, but I never get the 3G symbol and in phone status it says connecting for a while then disconnected. I have tried installing Harmonia and using the activate.apk, but it does not help. I am currently running IHO Backside with Bob's recovery. Any help would be appreciated.
 
You may have sprints radio. Depending on what asadullah had you do. Try reflashing the radio update
 
I willing to give it another try.

Edit: I gave it another try, but still nothing.
 
Last edited:
I willing to give it another try.

Edit: I gave it another try, but still nothing.

You may have to go into the programming menu, and you may need to reset your MEID.

Edit: Call VM and have them reset your data and then try either the Activate App or programing menu in Harmonia 1.7
 
You may have to go into the programming menu, and you may need to reset your MEID.

Edit: Call VM and have them reset your data and then try either the Activate App or programing menu in Harmonia 1.7

I'll save you thirty minutes on the phone with them. They are gonna have you turn wifi on then off turn airplane mode on and then off and then they are gonna have you hit the activate apk then if that doesn't work then turn off your phone pull the battery and then turn it on and try again. Of course they were talking about giving me a new phone though ;)
 
  • Like
Reactions: Badboytoast
You could run the full VMU update. This will replace everything on your phone (radio, ROM, recovery) and prevent root. I know, not ideal, kind of last resort. But at least you might get a fully working "pure" VMU phone.

Now if someone would be able to stick super user into that update - or otherwise find a way to root it...

Edit: oh and congrats on at least getting your phone back from Brickland. Way to go asadullah.
 
That thought has crossed my mind, but I'm not sure I am ready to give up. It took 12 hours and 2 different computers yesterday to get it back working, so I will keep looking. The only reason that I need data is for mms.
 
You have to call VM and ask them to really program your MEID and another number, same thing happened to me when I was re active my old ov, I successfully program typing #virgin## or something like that! But I had no data so I called them and they had me do all of that stuff them finally at the end they had me re program my MEID and I had data! Hopes this helps!
 
That thought has crossed my mind, but I'm not sure I am ready to give up. It took 12 hours and 2 different computers yesterday to get it back working, so I will keep looking. The only reason that I need data is for mms.

Got it, makes sense.

One other thought: Is your phone a new Hitachi 2.2.2? If so, I wonder if the update was designed specially for the old novatek 2.2.1 phones and maybe isn't compatible with the radio in new 2.2.2 phones.

Just a thought...
 
No, not even 1x.

I reprogrammed my phone while talking with VM. He said he reset my data after I reprogrammed my phone number and MEID. Still no data.

It is the older phone. I've had it almost a year.
 
If you do decide to flash the full update, go inside the zip and change out the recovery image with something like Bobzhome recovery. Name it the same as what is in the recovery and then swap out the files.

This way you won't be stuck with the stock recovery, and so long as you have a good recovery you can re-flash whatever rom you want after.
 
If you do decide to flash the full update, go inside the zip and change out the recovery image with something like Bobzhome recovery. Name it the same as what is in the recovery and then swap out the files.

This way you won't be stuck with the stock recovery, and so long as you have a good recovery you can re-flash whatever rom you want after.

Good idea, but question about Bobzhome I get an error when trying to mount SD Mas-Storeage, why is that? I use IHO Recovery now.
 
Bobzhome is IHO recovery with old and new screen support is all.
If you have an old screen then it doesn't matter.
 
I might have to try the vmu update if I don't get data working myself.Anyone have a quick link to it?
 
I might have to try the vmu update if I don't get data working myself.Anyone have a quick link to it?

Here

Bobzhome is IHO recovery with old and new screen support is all.
If you have an old screen then it doesn't matter.

I have the old screen, but keeps telling me that i file is missing for Mounting USB Mas. Plus were is the recovery.ing in the update I cannot find it. Was thinking of uploading it so the people that worked hard to get there phones back to working order don't have to do extra work.

Okay looking at the install recovery script for the 2.2.2 VM update. It looks something like this.

Code:
[SIZE="2"]#!/system/bin/sh
if ! applypatch -c MTD:recovery:2048:d180119accf07c0f1748ea94ef415b9589f6ba56; then
  log -t recovery "Installing new recovery image"
  applypatch MTD:boot:3567616:0a6834e0d9bb4f293e00929b08be1caaabc06d41 MTD:recovery 8ad9618d26667f2cfe339830bee5f44f66af0e0c 3807232 0a6834e0d9bb4f293e00929b08be1caaabc06d41:/system/recovery-from-boot.p
else
  log -t recovery "Recovery image already installed"
fi[/SIZE]

Can it be edited to this, so that it does not install the Stock Recovery.

Code:
[SIZE="2"]#!/system/bin/sh
if applypatch MTD:boot:3567616:0a6834e0d9bb4f293e00929b08be1caaabc06d41 MTD:recovery 8ad9618d26667f2cfe339830bee5f44f66af0e0c 3807232 0a6834e0d9bb4f293e00929b08be1caaabc06d41:/system/recovery-from-boot.p
else
  log -t recovery "Recovery image already installed"
fi[/SIZE]
 
Last edited: