Alex Peshkoff wrote:
> On 03/25/14 19:01, Lester Caine wrote:
>> Dalton Calford wrote:
>>> My quad core, 1.7 ghz 2 GB ram/32 GB storage phone, is more powerful than
>>> our
>>> scp systems which have been processing millions of customer calls in real
>>> time
>>> over the past 14 years.
>>> Andro
On 03/25/14 19:01, Lester Caine wrote:
> Dalton Calford wrote:
>> My quad core, 1.7 ghz 2 GB ram/32 GB storage phone, is more powerful than our
>> scp systems which have been processing millions of customer calls in real
>> time
>> over the past 14 years.
>> Android also runs on tablets, some of w
On Tuesday 25 March 2014 14:42:25 Dimitry Sibiryakov wrote:
>Concurrent access to the same DB from several apps is hardly needed on
> mobile devices.
OTOH, mobile devices are increasingly using multi-core CPUs, have lots of ram
and available storage and are capable of much more than showing
Dalton Calford wrote:
> My quad core, 1.7 ghz 2 GB ram/32 GB storage phone, is more powerful than our
> scp systems which have been processing millions of customer calls in real time
> over the past 14 years.
> Android also runs on tablets, some of which are far superior than the average
> desktop
My quad core, 1.7 ghz 2 GB ram/32 GB storage phone, is more powerful than
our scp systems which have been processing millions of customer calls in
real time over the past 14 years.
Android also runs on tablets, some of which are far superior than the
average desktop pc from five years ago.
I person
25.03.2014 14:38, Alex Peshkoff wrote:
> they use static library with BOOT_BUILD flag
> I'm almost sure they do not support access to same database from
> different processes
Concurrent access to the same DB from several apps is hardly needed on
mobile devices.
--
WBR, SD.
--
On 03/25/14 17:42, Dimitry Sibiryakov wrote:
> 25.03.2014 14:38, Alex Peshkoff wrote:
>> they use static library with BOOT_BUILD flag
>> I'm almost sure they do not support access to same database from
>> different processes
> Concurrent access to the same DB from several apps is hardly needed
On 03/25/14 17:17, marius adrian popa wrote:
> While searching for firebird related code on github
> I found this make file for android
>
> https://github.com/evilsocket/dsploit/blob/master/dSploit/jni/firebird/Android.mk
>
> Seems like they are using Firebird in this tool but i don't know if
> the
While searching for firebird related code on github
I found this make file for android
https://github.com/evilsocket/dsploit/blob/master/dSploit/jni/firebird/Android.mk
Seems like they are using Firebird in this tool but i don't know if
they load libfbembed.so or how the tool works with the fireb