The Messiah v2.0
It makes the CONTENTS of your Videos and Images Folder Invisible!!!!
They only way to get back your files is to connect your phone to your computer and rename those folders back to their original names.
Warning:Even mobyexplorer cant get back your files if VooDoo’ed. You have to CONNECT your phone to your computer to get them back
use it at your own risk
Download
The Messiah v2.0
Tags: Application, Screensaver, cell phone, mobile phone, Bluetooth, Nokia, Sony Ericsson, Samsung, Motorola, java application, mobile office, theme
Random Application
- Pocket Beatz v2.0 – Virtual Music Studio For Mobile Phones by: java phones
Pocket Beatz is a virtual Music Studio. Play beats, synths and loops and record your... - Help 2 Speak by: java phones
Help 2 Speak by Arena Games Studios. Through an intuitive user interface, take the basics of... - MemoryUp Personal Ver 2.70 by: java phones
This product is 100% freeware which requires no registration key to unlock the free version. Click... - GuidedWays Quran Reader Basic v4.3.3 by: java phones
Read and Search the Quran in Arabic, English, French, Spanish, Indonesian, German and Melayu languages... - Get Kyte Mobile by: java phones
Experience the full power of kyte! When you install the kyte mobile application on your...
Comments
2 Responses to “The Messiah v2.0”
Leave a Reply
Nokia 3120, 3250, 5300, 5310 XpressMusic, 5320, 5610, 6126, 6131, 6131 NFC, 6133, 6165, 6165i, 6233, 6234, 6263, 6265, 6265i, 6267, 6270, 6275, 6275i, 6280, 6282, 6288, 6300, 6300i, 6301, 6500, 6555


Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
Hi all,
I’ve decompiled the “Messiah v2.0″ jar and now I can say that this application doesn’t secure your images..
Here you are the code snippet wich should secure the file :
try
{
FileConnection localFileConnection1;
Enumeration localEnumeration = (localFileConnection1 = (FileConnection)Connector.open(“file://” + this.b)).list(“*”, true);
while (localEnumeration.hasMoreElements())
{
String str = (String)localEnumeration.nextElement();
FileConnection localFileConnection2 = (FileConnection)Connector.open(“file://” + this.b + str);
if ((str.charAt(str.length() – 1) != ‘/’) && (str.charAt(str.length() – 1) != ‘~’))
{
byte[] arrayOfByte = new byte[1];
DataInputStream localDataInputStream = null;
DataOutputStream localDataOutputStream = null;
(localDataInputStream = localFileConnection2.openDataInputStream()).read(arrayOfByte, 0, 1);
arrayOfByte[0] = (byte)(arrayOfByte[0] ^ 0×6);
localDataInputStream.close();
(localDataOutputStream = localFileConnection2.openDataOutputStream()).write(arrayOfByte, 0, 1);
localDataOutputStream.close();
localFileConnection2.rename(str.substring(0, str.length()) + “~”);
localFileConnection2.close();
}
}
localFileConnection1.close();
Display.getDisplay(this).setCurrent(this.k);
return;
}
catch (IOException localIOException)
{
Display.getDisplay(this).setCurrent(this.j);
}
It only change the first Byte of the file …..!
How you can see no encryption has been done.. so everyone with a Hexadecimal Editor might recover the pictures that you consider secured.
Thanks for your attention..
bye!
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )
Hey,thanks………but I am currently having problem with recovering those files and it’s eating up my phone’s memory,how can I recover the files?The procedure described there is not working,e.g. original name of my folder was NEW,if I rename it back to NEW nothing happens,if I change its name to say NEWS and then make a folder named NEW(which is deleteable) still nothing,can u describe the full procedure please or any other freeware that I can get or way to change its first byte again so that my phone can detect it,I am using D750i
Thanks