This file magically appeared on root of my SD card. I have no idea how it was generated or where it could have come from.
In preparation of installing CM6.1 I was backing up my SD card and noticed this monster file, I saved a copy to my desktop and am almost tempted to burn a copy as i'm kinda curious what the heck it is. I changed the file extension to txt to possibly view anything that might make sense, but no such luck, all gibberish.
For lack of any other clues i'm wondering if it has anything to do with DSP Manager? I did have a couple of force closes early on with DSP Manager but its been behaving fine for awhile now so i'm clueless.
Anybody have any input on this?
I'm not overly concerned but at the same time if i've got some rogue program running around creating 24 MB img files i'd certainly like to know.
ATT version N1
CM 6.0 stable at the time .img file was spawned
A bit of Google:
http://gitorious.org/linux-on-qualc...mmit/e8211cd8a41fbe8d0e82b173922b608ff9037c03
Read the remarks in the code.
img is a file system format extension. Why would you try and open it as a text file? lololol
Jack_R1 said:
A bit of Google:
http://gitorious.org/linux-on-qualc...mmit/e8211cd8a41fbe8d0e82b173922b608ff9037c03
Read the remarks in the code.
Click to expand...
Click to collapse
Just what the doctor ordered, Thanks
GldRush98 said:
img is a file system format extension. Why would you try and open it as a text file? lololol
Click to expand...
Click to collapse
Actually, I've had great luck trying this in the past, a few times!
fastboot flash dsp.crash.1288434925.img /system
Is what I'd do to have a look...
djmcnz said:
fastboot flash dsp.crash.1288434925.img /system
Is what I'd do to have a look...
Click to expand...
Click to collapse
Lol, ya went over my head here, are you saying I can flash this to my system folder and have an additional DSP Manager to look at (after nandroid, ha)?
More details please, I'm not adverse to trying this as long as I'm not going to break anything.
Don't try this, as it'll rewrite your system partition with whatever is saved in the IMG. It's definitely not the system, the size isn't nearly big enough.
djmcnz said:
fastboot flash dsp.crash.1288434925.img /system
Is what I'd do to have a look...
Click to expand...
Click to collapse
productofusa said:
Lol, ya went over my head here, are you saying I can flash this to my system folder and have an additional DSP Manager to look at (after nandroid, ha)?
More details please, I'm not adverse to trying this as long as I'm not going to break anything.
Click to expand...
Click to collapse
Jack_R1 said:
Don't try this, as it'll rewrite your system partition with whatever is saved in the IMG. It's definitely not the system, the size isn't nearly big enough.
Click to expand...
Click to collapse
Yeah, it was a joke... never flash a file you don't know the contents of.
Jack_R1 said:
Don't try this, as it'll rewrite your system partition with whatever is saved in the IMG. It's definitely not the system, the size isn't nearly big enough.
Click to expand...
Click to collapse
I like my system partition just the way it is thanks. But yeah probably wouldn't have flashed anything until it made more sense. Now it makes sense.
djmcnz said:
fastboot flash dsp.crash.1288434925.img /system
Is what I'd do to have a look...
Click to expand...
Click to collapse
just nandroid before all that madness is unleashed on your phone!
Related
Bad day today. Why? Because this morning I decided to try out one of the Eclair roms before leaving for work. I flashed it, tried it and then looked at the time. After noticing that I had only 15 minutes before having to be at work I decided that it was time to lock up my computer and take off... but first... I need to restore back to a stable rom. So I restarted my phone and using switchrom I recieved an error of some kind. Not a big deal because anytime I flash a new rom I do a switchrom -s, bart backup AND nandroid+ext backup. Then everyday I use a bat script to automatically mount my sdcard and back it up to my pc just in case I need to format my card and restore everything later. Which brings me to the point of this thread. I was able to restore CM-4.2.8.1 but it was booting VERY slowly (about 15 minutes) and I noticed that it still said "Checking for errors" in the status bar. I left my phone on the charger and checked it later and it said that my sdcard was damaged. I have absolutely NO computer access and my phone is running WAAAYYYY to sluggish to use. So I just turned it off and put my sim in my old Tilt phone and used that for the day.
So... throughout the ENTIRE day I was going through Android withdrawls. I needed my G1. It was killing me.
So my question/idea is, is there a way to do a chkdsk on the fat partition of from the recovery menu or from terminal? I did a little searching and came up with something called dosfsck. And I looked in the /system/bin/ directory and saw something called fsck_msdos. Can we use this to repair the errors that the system finds on the sdcard? If the OS can scan and detect errors, then why can't we have an option to fix them? Instead of having to use a computer at home or the office.
Any thoughts? Thanks.
Binary100100 said:
I was no longer the Hero.I needed my hero. I needed to be rescued.Times were changing people changed, things got hard for me .
Any thoughts to rescue my savior ???
Click to expand...
Click to collapse
The thing is that is part of the windows OS, i know cause i use it to check for errors on my HDD or SD cards time-time. Im not sure if linux or distro or whatever its called has that feature avail.
Oh and i had that prob before where it was devastatingly sluggish.
Ace42 said:
The thing is that is part of the windows OS, i know cause i use it to check for errors on my HDD or SD cards time-time. Im not sure if linux or distro or whatever its called has that feature avail.
Oh and i had that prob before where it was devastatingly sluggish.
Click to expand...
Click to collapse
Uhhhh... is that a paraphrased version of what I said in the quote? LOL.
Here... I found this: http://linux.die.net/man/8/fsck.vfat
I don't see why it can't be implimented somehow into a recovery.img to avoid future problems. It'll basically be like e2fsck but for fat.
Binary100100 said:
Uhhhh... is that a paraphrased version of what I said in the quote? LOL.
Here... I found this: http://linux.die.net/man/8/fsck.vfat
I don't see why it can't be implimented somehow into a recovery.img to avoid future problems. It'll basically be like e2fsck but for fat.
Click to expand...
Click to collapse
Oops sorry about that, didnt think anyone would notice.
Maybe you should check that up with Amon_RA?
I usually use my SD reader to check for errors before i flash a rom.
Ace42 said:
Oops sorry about that, didnt think anyone would notice.
Maybe you should check that up with Amon_RA?
I usually use my SD reader to check for errors before i flash a rom.
Click to expand...
Click to collapse
Yeah I guess I'll do just that.
I did find this too:
http://www.netmite.com/android/mydroid/donut/external/dosfstools/doc/README.dosfsck
So it looks like someone had the idea already. I wonder why it's never been implemented.
Binary100100 said:
Yeah I guess I'll do just that.
I did find this too:
http://www.netmite.com/android/mydroid/donut/external/dosfstools/doc/README.dosfsck
So it looks like someone had the idea already. I wonder why it's never been implemented.
Click to expand...
Click to collapse
The fat32 probably does get corrupted, sometimes i get the sd isnt inserted error.
Ace42 said:
The fat32 probably does get corrupted, sometimes i get the sd isnt inserted error.
Click to expand...
Click to collapse
I never get that but whatever is wrong with my sdcard it must be major because my pc is still trying to recover it after an hour later.
Binary100100 said:
I never get that but whatever is wrong with my sdcard it must be major because my pc is still trying to recover it after an hour later.
Click to expand...
Click to collapse
Copy the files to your pc, then erase the partition via console.Then do the error check again. I think its having trouble since you have a lot of files on your sd that must be zip or maybe you have a .img
Ace42 said:
Copy the files to your pc, then erase the partition via console.Then do the error check again. I think its having trouble since you have a lot of files on your sd that must be zip or maybe you have a .img
Click to expand...
Click to collapse
I think it was Vista. I never should have used the error check option in the disk properties menu. I just tried it again using dos (chkdsk f: /R) so it actually tells me what it's doing. The error checking tool in vista is just like the defrag tool. You have absolutely no idea what's going on or how much longer it's going to take. Sucks.
Binary100100 said:
I think it was Vista. I never should have used the error check option in the disk properties menu. I just tried it again using dos (chkdsk f: /R) so it actually tells me what it's doing. The error checking tool in vista is just like the defrag tool. You have absolutely no idea what's going on or how much longer it's going to take. Sucks.
Click to expand...
Click to collapse
I upgraded to 7
But i did like vista because of the HW support and eye-candy. I do wonder what its checking while it does that though.
On my SDCARD, I have a bunch of these: DiskCacheIndexXXXXX.tmp where XXXXX is a 5-digit number. What are they?
Anyone know?
Bump............
hah2110 said:
Bump............
Click to expand...
Click to collapse
Recent file timestamps? Mount sdcard and use a hex editor to peek inside?
hah2110 said:
On my SDCARD, I have a bunch of these: DiskCacheIndexXXXXX.tmp where XXXXX is a 5-digit number. What are they?
Click to expand...
Click to collapse
DiskCacheIndexXXXXX.tmp are temporary Disk Cache files...
You might want to post one here....
So can I delete these files?
hah2110 said:
So can I delete these files?
Click to expand...
Click to collapse
Anyone know?
yeah you can delete them. Their "just" caching to make some things faster..
if you want to be sure that nothing bad happens after deleting them copy them to another folder. You can move them back later if you want
For me its a 0 byte file so its probably only using the file name to store the last used cache index value. I've seen many in the past and those must have remained due to crashes/unexpected reboots.
What is this?
Click to expand...
Click to collapse
This is Spaaaaaarta
britoso said:
For me its a 0 byte file so its probably only using the file name to store the last used cache index value. I've seen many in the past and those must have remained due to crashes/unexpected reboots.
This is Spaaaaaarta
Click to expand...
Click to collapse
Well played, sir!
Hi all!
Well, thanks to everyone for their donations-- without you, this wouldn't be possible.
I present to you, one stepping stone towards custom ROMs: the shipping ROM on the device, backed up as a NANDROID.
What is this?
This is the shipping ROM on the device. There are no changes to this ROM besides being rooted.
Click to expand...
Click to collapse
How do I use this?
Extract the contents of this file to your SD card (external SD card) under
Code:
/clockworkmod/backups/
and you will end up with a
Code:
/clockworkmod/backups/revo_stock
folder.
Run Clockwork on your device, and select "Backups and Restore" then "Advanced Restore". Select "revo_stock" as the backup to restore, and choose to restore ONLY "system".
(You can also restore boot.img, but it is unnecessary, and I only left that in there for future use.)
Click to expand...
Click to collapse
What does this backup include?
This backup ONLY includes /system and boot.img. There is no recovery.img in this backup, nor is there a /data or /cache.
Click to expand...
Click to collapse
Will I lose my apps or information if I restore this backup?
No you will not, this backup will not touch your /data partition.
Click to expand...
Click to collapse
Why is this useful?
Accidentally erased something important in /system?
Removed something and now 4g Hotspot doesn't work?
Restore this, and it'll fix that... of course all the stock OS will come back, but hey-- you get a second chance
Click to expand...
Click to collapse
Downloads
http://goo-inside.me/private/iomonster/files/revo_stock.zip
Special thanks to Snipa and s0up for hosting this file for me, as I really really really hate upload sites.
Click to expand...
Click to collapse
Contact Me!
Got an issue with this release? Post here!
Want to contact me privately? PM me on XDA or Rootzwiki
Twitter your thing? Follow me, @tylerfixer on Twitter
Join the official LG Revolution dev IRC channel at freenode on #lgrevolution
I'm IOMonster on IRC!
Click to expand...
Click to collapse
thanks icecube, i hit refresh all yesterday waiting for this!!!!!!!!!!!!!!!!
leemsami said:
thanks icecube, i hit refresh all yesterday waiting for this!!!!!!!!!!!!!!!!
Click to expand...
Click to collapse
i meant thecube!!
Haha! No worries, it's 3:30AM
do i push this through adb or do i extract it on windows then put it on my sd card.
leemsami said:
do i push this through adb or do i extract it on windows then put it on my sd card.
Click to expand...
Click to collapse
Extract through windows and put on your SD card in the proper folder.
its telling me that i have a md5 mismatch!!! i will try downloading it again.
Thanks cube please keep up the hard work! I wish I could do something to help other then sending some $$$ I would love to help bring the revolution along.
Viva la revolution.
Did anybody use this yet. i tried and it says my md5 does not match. i tried numerous times
Haven't tried it yet but I checked the MD5 against the images and they are correct.
Ah, sorry, forgot to state select "Advanced Restore" or whatever it's called-- JUST restore system.img.
If you select "Restore" it looks for the /data and recovery.img in the nandroid.md5 file, and when it doesn't find it, it errors out with an md5 error.
I'll edit the instructions now...
Just tested this. I can't advanced restore the system.img either. Comes back with MD5 mismatch. I can restore my own backups without a hitch however.
[Edit] I forgot to mention. There's a carriage return on the Rooted Factory-Stock ROM MD5 file. Removing it didn't seem to matter. I was thinking that maybe it was the culprit.
Agh! you just gave me the answer... I saved it in windows, rather than linux, so the line endings are wrong...
If you're able to, just open the file nandroid.md5 in Notepad++ or something like it, and remove the extra blank line, and change the line endings to UNIX style.
Thanks, I'll re-upload the .zip when I'm on a faster connection.
The actual .img files themselves are good, though.
thecubed said:
Agh! you just gave me the answer... I saved it in windows, rather than linux, so the line endings are wrong...
If you're able to, just open the file nandroid.md5 in Notepad++ or something like it, and remove the extra blank line, and change the line endings to UNIX style.
Thanks, I'll re-upload the .zip when I'm on a faster connection.
The actual .img files themselves are good, though.
Click to expand...
Click to collapse
thanks thecube, it worked with the notepade++ steps and unix style.
re-uploaded. Should work just fine now.
Is there a version of this with everything? In other words, not just system but data, etc. I somehow am stuck in CWR...don't have a nandroid backup. I pushed this to the right place on the SD card, did the system restore, but it still repeatedly boots into CWR. Is there anything that will do a FULL restore instead of just system?
Thanks in advance.
MarkyD311 said:
Is there a version of this with everything? In other words, not just system but data, etc. I somehow am stuck in CWR...don't have a nandroid backup. I pushed this to the right place on the SD card, did the system restore, but it still repeatedly boots into CWR. Is there anything that will do a FULL restore instead of just system?
Thanks in advance.
Click to expand...
Click to collapse
Hm, so you did a data wipe from within Android. Yep, that'll get you stuck in CWR, but it's not a problem with the backup, it's that the LG bootloader isn't happy with Clockwork.
When installing Clockwork, did you make the p8 backup?
so im having the same problem i even started a thread too but im an idiot and didnt make that p8 backup because the md5sum didnt match so i stopped there but clockwork still seem to flashed to the phone now im in clockwork everytime i boot up was wondering any way to work around this if not guess imma just get a new phone until there is a way
rodney323 said:
so im having the same problem i even started a thread too but im an idiot and didnt make that p8 backup because the md5sum didnt match so i stopped there but clockwork still seem to flashed to the phone now im in clockwork everytime i boot up was wondering any way to work around this if not guess imma just get a new phone until there is a way
Click to expand...
Click to collapse
There is a way, I just haven't written it into an easy-to-use program yet.
For now, if you haven't made a p8 backup, the easiest method is for you to come on IRC and have me adb into your phone and fix it for you.
If I get a spare moment though, I will work on a stuckinclockwork.zip that you can flash using clockwork to get you out of clockwork.
Stuck in clockwork fix:
http://forum.xda-developers.com/showthread.php?p=15501302#post15501302
Hey guys,
Got both these partitions now all I need is a dd image of the system partition from stock d3 so I can put in the SBF.
Please try this and let me know if it works:
dd if=/dev/block/system of=/mnt/sdcard/system.img
System dump download
http://androidcommunity.com/motorol...-wallpapers-boot-animation-and-more-20110711/
techdigital said:
http://androidcommunity.com/motorol...-wallpapers-boot-animation-and-more-20110711/
Click to expand...
Click to collapse
That is a dump of the system partition, I need the CDT partition.
ill see what i can get, my droid 3 is one of the soft bricked ones so i have to depend on others. http://www.multiupload.com/IGD0S3J8LK
techdigital said:
ill see what i can get, my droid 3 is one of the soft bricked ones so i have to depend on others. http://www.multiupload.com/IGD0S3J8LK
Click to expand...
Click to collapse
Thats a link to the CRC of the test ROM, someone pointed that out to me earlier, thanks though. I'm on to looking for a dd of the system image, final thing I'm missing. All I have found so far are zips of the files which isn't what I'm looking for.
I'll let you know when the SBF is ready, more testers the better.
Whats the easiest method to get a dd image of the /sysytem?
suzook said:
Whats the easiest method to get a dd image of the /sysytem?
Click to expand...
Click to collapse
I don't know what the system partition is, but I think this will work:
dd if=/dev/block/system of=/mnt/sdcard/system.img
nullness said:
I don't know what the system partition is, but I think this will work:
dd if=/dev/block/system of=/mnt/sdcard/system.img
Click to expand...
Click to collapse
Using terminal on the phone?
Ok, got it. Its big. How do i get it to you?
if you could zip it up and upload it to megaupload or something that would be perfect!
nullness said:
if you could zip it up and upload it to megaupload or something that would be perfect!
Click to expand...
Click to collapse
Ok, does it contain any personal info? Also, i modified sytemui.apk, and frameworkres.apk to look like gb theme. Is that a problem? If so, maybe someonelse should upload theirs.
suzook said:
Ok, does it contain any personal info? Also, i modified sytemui.apk, and frameworkres.apk to look like gb theme. Is that a problem? If so, maybe someonelse should upload theirs.
Click to expand...
Click to collapse
I would prefer a stock one so people can go back to stock, but no the system partition doesn't contain any personal info at all, its designed to be run read-only which is why you need root to mount it rw to edit it
C'mon guys someone must have a dd of stock system partition
nullness said:
I would prefer a stock one so people can go back to stock, but no the system partition doesn't contain any personal info at all, its designed to be run read-only which is why you need root to mount it rw to edit it
Click to expand...
Click to collapse
ill do it,ive renamed like 10 apps to .bak though. is it cool to leave those as .bak or do those need to be put back to .apk
erismaster said:
ill do it,ive renamed like 10 apps to .bak though. is it cool to leave those as .bak or do those need to be put back to .apk
Click to expand...
Click to collapse
I want a system image as it shipped with the phone, apps and all. I really need a completely stock never touched one.
nullness said:
I want a system image as it shipped with the phone, apps and all. I really need a completely stock never touched one.
Click to expand...
Click to collapse
alright ill rename them back to .apk. wont take long. ill post the link as soon as i get it up
Here it is
http://www.megaupload.com/?d=X2OPU8V1
WOOHOO ^^^^
Would this reverse the ota leak install if it turned out to be a dead end?
Sent from my DROID3 using Tapatalk
Does this mean user created SBF?
Sent from my DROID3 using XDA App
Yes that is it exactly.
Hey,
I saw this thread http://forum.xda-developers.com/showthread.php?t=1725525
and I saw the ringtones, fonts and I'm like oh I would really like the ringtones and fonts so I downloaded them, opened the zip and took the system folder and copied them to my sd card, I copied the fonts fine, then when I copied the ringtones the phone rebooted and now it keeps rebooting, I didn't backup anything and I would really like to avoid flashing a new rom, any help?
Thanks,
Steven
SteveBenz said:
Hey,
I saw this thread http://forum.xda-developers.com/showthread.php?t=1725525
and I saw the ringtones, fonts and I'm like oh I would really like the ringtones and fonts so I downloaded them, opened the zip and took the system folder and copied them to my sd card, I copied the fonts fine, then when I copied the ringtones the phone rebooted and now it keeps rebooting, I didn't backup anything and I would really like to avoid flashing a new rom, any help?
Thanks,
Steven
Click to expand...
Click to collapse
were you on stock rom? you need to recopy the original folder back into yours.
whenever you do anything within the system remember to back up your rom!
BigBearEvo said:
were you on stock rom? you need to recopy the original folder back into yours.
whenever you do anything within the system remember to back up your rom!
Click to expand...
Click to collapse
I am using your Holo Rom
SteveBenz said:
I am using your Holo Rom
Click to expand...
Click to collapse
if you want Xperia ringtones etc. then install my Arc2 ROM, its Xperia designed.
if your on a custom, best way to restore any ROM is to re flash it again.
I must stress though, messing with system files can cause undesired effects which you have just found out...Always back up your ROM!
BigBearEvo said:
if you want Xperia ringtones etc. then install my Arc2 ROM, its Xperia designed.
if your on a custom, best way to restore any ROM is to re flash it again.
I must stress though, messing with system files can cause undesired effects which you have just found out...Always back up your ROM!
Click to expand...
Click to collapse
I would install your arc2 but I don't like the Battery in the notification bar
is there no way I can just simply place the folder back?, btw I didn't remove
it I just merged the sites one with mine.
SteveBenz said:
I would install your arc2 but I don't like the Battery in the notification bar
is there no way I can just simply place the folder back?, btw I didn't remove
it I just merged the sites one with mine.
Click to expand...
Click to collapse
you can but i don't know what it will do to your system folder...which battery icon is it? fuel gauge type or vertical battery? battery icon is easy to change over..
BigBearEvo said:
you can but i don't know what it will do to your system folder...which battery icon is it? fuel gauge type or vertical battery? battery icon is easy to change over..
Click to expand...
Click to collapse
I will try anything right now, in short words can I save my texts? (that's really all I car about)
and it's the fuel gauge I don't like, I prefer vertical battery
SteveBenz said:
I will try anything right now, in short words can I save my texts? (that's really all I car about)
and it's the fuel gauge I don't like, I prefer vertical battery
Click to expand...
Click to collapse
ok i can solve that lol, download the Arc2 file
sms backup...try this..https://play.google.com/store/apps/...mNvbS5yaXRlc2hzYWh1LlNNU0JhY2t1cFJlc3RvcmUiXQ..
i personally use GOSMS and it auto backups mine every day :good:
also try call backup and restore from market too....
ok if you want to install Arc2 rom then simply install the rom, and do the data2whatever.
reboot back into recovery...and flash this http://www.mediafire.com/download.php?sp9bhyqy6z49xht its the current theme, which i did apply to all roms, but sometimes things don't work as they should...common bug which the kitchen does give out..lol
BigBearEvo said:
ok i can solve that lol, download the Arc2 file
sms backup...try this..https://play.google.com/store/apps/...mNvbS5yaXRlc2hzYWh1LlNNU0JhY2t1cFJlc3RvcmUiXQ..
i personally use GOSMS and it auto backups mine every day :good:
also try call backup and restore from market too....
Click to expand...
Click to collapse
I do use that but I didn't expect this and I didn't back up my texts, I can't access the phone it going to boot (I think it's called bootloop)
Do you think I could use ADB Shell in recovery mode to delete the extra audio files?
SteveBenz said:
Do you think I could use ADB Shell in recovery mode to delete the extra audio files?
Click to expand...
Click to collapse
no but if you use full Linux...ie able to boot Linux up on its own and not through windows then u can access system files that way as it loads both the system and sd partitions up giving full editable access....not for the faint hearted though...even i don't like using that way lol.
And now as your getting a boot loop, which i did when adding both Xperia and HTC ringtones together found out, the only way is to wipe your rom and start again.
as a reference for next time....please do a backup!
ive given you the best options i know off....and i built the roms...i didn't expect someone to do what you just did...or i would have warned you off from it as i found out the hard way...just like you have.
BigBearEvo said:
no but if you use full Linux...ie able to boot Linux up on its own and not through windows then u can access system files that way as it loads both the system and sd partitions up giving full editable access....not for the faint hearted though...even i don't like using that way lol.
Click to expand...
Click to collapse
So can I put linux on a USB and boot it off the USB can I edit it through that?
SteveBenz said:
So can I put linux on a USB and boot it off the USB can I edit it through that?
Click to expand...
Click to collapse
no Linux must have its own drive.....putting it on usb wont allow you to do anything..
you have to install Linux onto a hdd an fully install it, takes a few hrs,
reason being, you need Linux to see and do everything without windows, running of a USB won't allow you to edit anything, just have a play to see if you u want it installing.
then you require the additional files/drivers to make your phone become recognizable within Linux, then you plug your phone in and up comes both partitions..
BigBearEvo said:
no Linux must have its own drive.....putting it on usb wont allow you to do anything..
you have to install Linux onto a hdd an fully install it, takes a few hrs,
reason being, you need Linux to see and do everything without windows, running of a USB won't allow you to edit anything, just have a play to see if you u want it installing.
then you require the additional files/drivers to make your phone become recognizable within Linux, then you plug your phone in and up comes both partitions..
Click to expand...
Click to collapse
This is BS, can't believe this happened...I'm just going to reflash it (just when I got comfortable) is there an Data2SD that doesn't lag the crap out of my phone? cant play games without it lagging epicly
SteveBenz said:
This is BS, can't believe this happened...I'm just going to reflash it (just when I got comfortable) is there an Data2SD that doesn't lag the crap out of my phone? cant play games without it lagging epicly
Click to expand...
Click to collapse
we have only what we got...nothing else right now...sorry, sometimes i think were lucky we have them....thanks to outside devs for helping us!
BigBearEvo said:
we have only what we got...nothing else right now...sorry
Click to expand...
Click to collapse
Would this work? http://forum.xda-developers.com/showthread.php?t=1310309
At your own risk. Seriously. Read the disclaimer......only use that if you know what your doing and are prepared for any screwups.
BB is using Xparent Tapatalk ICS Blue
BigBearEvo said:
At your own risk. Seriously. Read the disclaimer......only use that if you know what your doing and are prepared for any screwups.
BB is using Xparent Tapatalk ICS Blue
Click to expand...
Click to collapse
isn't it simple? Flash new rom and then flash that?
Read the while post throughout and then make your decision. Good luck if you do it.
BB is using Xparent Tapatalk ICS Blue
BigBearEvo said:
Read the while post throughout and then make your decision. Good luck if you do it.
BB is using Xparent Tapatalk ICS Blue
Click to expand...
Click to collapse
I already screwed up my phone so might aswell
I think I got teh Bootloop again :/ that thing doesn't work...