Android Forensic He...
 
Notifications
Clear all

Android Forensic Help.

5 Posts
3 Users
0 Reactions
691 Views
gmlw0908
(@gmlw0908)
Active Member
Joined: 15 years ago
Posts: 15
Topic starter  

Hi, Can anybody explain what these files are please?

init.goldfish.rc

and

init.marvel.rc

THANK YOU D


   
Quote
(@alexc)
Reputable Member
Joined: 16 years ago
Posts: 301
 

When the kernel starts up it calls the "init" process whose job it is to get stuff initialised.

There are a number of init files which this process reads in order to do this which you might think of as like the old "autoexec.bat" on Windows - something that gets run when the OS first gets going.

On a real device there's an init.device.rc file which sets stuff up specific to that device, but presumably you're on an emulator as init.goldfish.rc is the file that gets read on an emulator. Not sure about the specifics of the "marvel" one. Probably something to do with Spiderman wink

http//www.vogella.de/articles/AndroidInternals/article.html


   
ReplyQuote
gmlw0908
(@gmlw0908)
Active Member
Joined: 15 years ago
Posts: 15
Topic starter  

Many Thanks!


   
ReplyQuote
(@angrybadger)
Estimable Member
Joined: 18 years ago
Posts: 164
 

When the kernel starts up it calls the "init" process whose job it is to get stuff initialised.

There are a number of init files which this process reads in order to do this which you might think of as like the old "autoexec.bat" on Windows - something that gets run when the OS first gets going.

On a real device there's an init.device.rc file which sets stuff up specific to that device, but presumably you're on an emulator as init.goldfish.rc is the file that gets read on an emulator. Not sure about the specifics of the "marvel" one. Probably something to do with Spiderman wink

http//www.vogella.de/articles/AndroidInternals/article.html

Marvel is the codename for the Wildfire S.


   
ReplyQuote
(@alexc)
Reputable Member
Joined: 16 years ago
Posts: 301
 

Oh, interesting… good point. Haven't checked whether the goldfish file is there on physical devices too.


   
ReplyQuote
Share: