Save a bricked Samsung Note 3 and do extraction

The case scenario was about bank robery and the suspect threw his Samsung Note 3 into the river. Fortunately the Police found his phone and sent it to the Lab immediately. But guess what? This Samsung Note 3 was dead and those poor forensic guys tried to do extraction,but in vain.

Forensic guys tried every mobile forensic tools they got, like Oxygen Forensic Detective, XRY, UFED...There was nothing these tools could do to this dead Samsung Note 3. Forensic guy 007 wanted to use Kies to do emergency rescue, but forensic guy 008 stop 007 to do so. The reason was that Kies may restore this dead Samsung Note 3 to factory default. If so, all data would be gone with the wind...

The most important thing was to prevent data from being wiped out. Forensic guy 008 decieded to flash recovery ROM to bring this dead Samsung Note 3 alive, and he could do logical/physical extraction. Fortunately he did it and acquired those important chat messages and call logs from that Samsung Note 3.

时间: 2024-08-08 22:00:37

Save a bricked Samsung Note 3 and do extraction的相关文章

SDK Instrumentation创建一个Note的实例

除了高层框架如Robotium的solo,我们也可以直接调用SDK底层的提供的Instrumentation的API来实现如前几篇文章描述的创建一个note的功能.总所周知之Robotium就是基于Instrumentation的框架高层抽象实现的一个项目,所以对比<Robotium创建一个Note的实例>,我们可以看到robotium的实现比起直接调用Instrumetnation简介了很多.这就好比你用文本编辑器直接编写调用WIN32 API和通过Visual Studio调用高层封装的M

学习《第一行代码》使用实机测试所遇问题(二)

实机使用酷派大神F1,添加menu后,右上角不出现菜单,此时在java代码中加入以下方法在onCreate中运行 private void makeActionOverflowMenuShown() { //devices with hardware menu button (e.g. Samsung Note) don't show action overflow menu try { ViewConfiguration config = ViewConfiguration.get(this)

How to enable TLS 1.2 on Windows Server 2008 R2

Problem How to enable TLS 1.2 on Windows Server 2008 R2? Resolution QuoVadis recommends enabling and using the TLS 1.2 protocol on your server.  TLS 1.2 has improvements over previous versions of the TLS and SSL protocol which will improve your level

VIM命令集

Command Action Notes vim file +54 open file and go to line 54 any : command can be run using + on command line vim -O file1 file2 open file1 and file2 side by side   Insert enter insert mode so you can start typing. Alternatively one can use i ora. E

code_action

w https://raw.githubusercontent.com/laravel/laravel/master/config/database.php <?php return [ /* |-------------------------------------------------------------------------- | Default Database Connection Name |-----------------------------------------

Android学习路线(十四)Activity生命周期——停止和重启(Stopping and Restarting)一个Activity

先占个位置,下次翻译~ :p Properly stopping and restarting your activity is an important process in the activity lifecycle that ensures your users perceive that your app is always alive and doesn't lose their progress. There are a few of key scenarios in which

移动端使用rem适配及相关问题

移动端适配方案,说多也很多.可以使用百分比布局,但百分比与em都是基于父元素进行计算的,在实际应用中不是很方便.使用rem不仅可以设置字体大小,块大小也可以设置.而且可以良好的适配各种终端,所以这方案很受欢迎. rem定义及浏览器支持情况 rem(font size of the root element)是指相对于根元素的字体大小的单位.简单的说它就是一个相对单位.看到rem一定会想起em单位,em(font size of the element)是指相对于父元素的字体大小的单位.它们之间其

使用Android studio创建你的第一个项目

1.创建HelloWorld项目 任何编程语言写出的第一个程序毫无疑问都会是Hello World,这已经是自20世纪70年代一直流传下来的传统,在编程界已成为永恒的经典,那么今天就来使用Android studio创建第一个app(Hello World). 首先运行Android studio,在弹出的快捷窗口中新建一个项目. 点击上面截图中的"Star a new Android Studio project",然后会弹出"Create New Project"

【Linux进阶】Linux防火墙iptables详解

前言 防火墙,其实说白了讲,就是用于实现Linux下访问控制的功能的,它分为硬件的或者软件的防火墙两种.无论是在哪个网络中,防火墙工作的地方一定是在网络的边缘.而我们的任务就是需要去定义到底防火墙如何工作,这就是防火墙的策略,规则,以达到让它对出入网络的IP.数据进行检测. 目前市面上比较常见的有3.4层的防火墙,叫网络层的防火墙,还有7层的防火墙,其实是代理层的网关. 对于TCP/IP的七层模型来讲,我们知道第三层是网络层,三层的 防火墙会在这层对源地址和目标地址进行检测.但是对于七层的防火墙