https://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.png00Mikehttps://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.pngMike2011-01-07 15:33:452011-01-07 15:33:45Android 3 – this is how it will look..
I had the need to detect if a system was running 32 or 64 bit, I ended out with a solution much like the one shown below;
Just create two subdirectories called X86/X64 (X86 version in X86 and X64 in X64) and then create a install.cmd in each to install either the x86 or x64 version.
----<batchfile.cmd>---------------
@Echo off
if defined ProgramFiles(x86) goto INS64
goto INS32
:INS32
Echo 32 bit installing
call x86\install.cmd
goto END
:INS64
Echo 64 bit installing
call x64\install.cmd
goto END
https://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.png00Mikehttps://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.pngMike2011-01-07 00:06:082011-01-06 16:10:55Detect 32/64 bit in a batch file
As an addition to my previous post about the “Gemini” Android virus, here is a link to a supposedly free Android Antivirus software.
Please note, I have not checked this out personally yet so I can not vouch for it nor its effectiveness however it seems legit and professional (it is released by the folks that published news about the “Gemini” Trojan).
UPDATE; I installed the software and ran a few basic tests, it seem to function as advertised, sadly I did not succeed in downloading the eicar test virus file so I could verify the antivirus part of the software 😐 but it does indeed scan new software installed on the phone and the locate phone also works as advertised.
https://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.png00Mikehttps://readmydamnblog.com/wp-content/uploads/2015/02/toplogo4.pngMike2011-01-06 12:41:122011-01-06 15:35:49Free; Antivirus for your Android phone
Android 3 – this is how it will look..
GadgetsDetect 32/64 bit in a batch file
ScriptingI had the need to detect if a system was running 32 or 64 bit, I ended out with a solution much like the one shown below;
Just create two subdirectories called X86/X64 (X86 version in X86 and X64 in X64) and then create a install.cmd in each to install either the x86 or x64 version.
Free; Antivirus for your Android phone
Mobile, SecurityPlease note, I have not checked this out personally yet so I can not vouch for it nor its effectiveness however it seems legit and professional (it is released by the folks that published news about the “Gemini” Trojan).
http://apps.talkandroid.com/apps/communication/2098-com+lookout/
https://www.mylookout.com/
UPDATE; I installed the software and ran a few basic tests, it seem to function as advertised, sadly I did not succeed in downloading the eicar test virus file so I could verify the antivirus part of the software 😐 but it does indeed scan new software installed on the phone and the locate phone also works as advertised.