Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Storage & Network device drivers source code for Nexus 6 and Samsung Galaxy S6

For university research purposes, I am searching for a specific part of Nexus 6, and Samsung Galaxy S6 source code. Particularly, I am interested in "network" & "storage" driver source codes. I have visited developer resources for both Samsung (which are said to be open-sourced), and Motorolla, but was unable to find the desired code.

I also have the pure Android source code on this website, but I guess the drivers for "network" & "storage" might be hardware-specific.

I am having a hard time locating "network" & "storage" drivers for the mentioned two devices. In case the code I am looking for is open-sourced, can anybody please let me know where they are located?

like image 672
Behnam Avatar asked Jan 14 '16 20:01

Behnam


People also ask

What is the largest storage unit in the world?

Zettabytes is now the largest unit of digital measurement. Yes, the size of the "digital universe" will swell so rapidly this year that a new unit — the zettabyte — has been invented to measure it. And, it has overtaken petabytes as the largest unit of digital measurement, reports said.


1 Answers

Have a look at the code for drivers(from kernel) of-

  • Samsung Galaxy S6 - Network and Storage.

  • Nexus 6 - Network and Storage

  • Nexus 6P - Network and Storage

But, as FunkSoulBrother pointed out, each batch of manufacturing and every model variation(Europe, US specific carrier models, International model etc.,) will have different drivers. As chances are internals also change. So, this can be a starting point for your research for sure :) Happy coding!

like image 107
bozzmob Avatar answered Oct 04 '22 15:10

bozzmob