If you have your class files or a jar somewhere, you can decompile and
recreate source with a tool such as JAD.

If you still have the Android emulator you were using then you will
have your compiled code in an adk file. Using file explorer you can
transfer it from data/app back to your system. Rename it to
whatever.zip and you can open it. Inside is a file called classes.dex.
These are optimised so you will not have as much luck. Here is a blog
that talks about retrieving source from dex files:

http://zeaster.blogspot.com/2007/11/how-to-decompile-dex-file-on-android_28.html

On Mar 30, 1:51 am, Anil <[EMAIL PROTECTED]> wrote:
> It depends - what OS? Perhaps you should shut down your computer right
> now before deleted blocks in the FAT get reused/overwritten. Go look
> for one of those disk scan utilities for your OS from another
> computer.
>
> On Mar 29, 4:56 am, "Dexter's Brain" <[EMAIL PROTECTED]> wrote:
>
> > Hello all,
>
> > My app was 90% complete and I deleted it. I used to take regular
> > backups of my code, with every change, but this time, I forgot.... :-(
>
> > Is there any way that I can get back my code?????
>
> > Dexter.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to