Posts Tagged ‘Mobile’

Affected Applications from “A Survey Of Mobile Device Security: Threats, Vulnerabilities and Defenses”

The author surveyed over 230 applications (the full list of applications ,can be found in A Survey Of Mobile Device Security: Threats, Vulnerabilities and Defenses), including applications in the “Top” categories on the iTunes store to determine what type of information could be extracted from auditing packet streams. The results were quite surprising. To perform [...]

A Survey Of Mobile Device Security: Threats, Vulnerabilities and Defenses

By David Stites and Anitha Tadimalla {dstites, atadimalla}@uccs.edu University of Colorado at Colorado Springs Abstract— Mobile devices, such as smartphones and PDAs have become increasingly popular with consumers and often provide essential functionality in our everyday life. Usually these mobile devices contain lots of sensitive information, such as addresses, contacts, ingoing/outgoing call logs, SMS messages, [...]

K Nearest Neighbors in Java

In a previous post, I explored how one might apply classification to solve a complex problem. This post will explore the code necessary to implement that nearest neighbor classification algorithm. If you would like a full copy of the source code, it is available here in zip format. Knn.java – This is the main driver [...]

Content Recommendation Systems for a Mobile Platform

Abstract—Recommendation systems take artifacts about items and provide suggestions to the user on what other products the might like. There are many different types of recommender algorithms, including nearest-neighbor, linear classifiers and SVMs. However, most recommender systems are collaborative systems that rely on users to rate the products that they bought. This paper presents a [...]

Solving the Multitasking Problem in iPhone OS

iPhone OS is one of the most advanced OS available today – and it s a mobile OS. Using the OS, it is clear to see why mobile computing is the future. When compared to other OSs, the iPhone OS holds it’s own. Broadly, looking at most modern desktop OSs, it has support for nearly [...]