• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help File Share Server

I have 2 files that are showing in my recent files list. I am concerned that someone is transferring files from my phone. Or is this just Samsung stuff? This is the contents of one:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>CreateSession</name>
<argumentList>
<argument>
<name>SenderFriendlyName</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_SenderFriendlyName</relatedStateVariable>
</argument>
<argument>
<name>Message</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_Message</relatedStateVariable>
</argument>
<argument>
<name>TotalCount</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_TotalCount</relatedStateVariable>
</argument>
<argument>
<name>TotalBytes</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_TotalBytes</relatedStateVariable>
</argument>
<argument>
<name>TransportDescription</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_TransportDescription</relatedStateVariable>
</argument>
<argument>
<name>SessionID</name>
<direction>out</direction>
<relatedStateVariable>A_ARG_TYPE_SessionID</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>TransportItem</name>
<argumentList>
<argument>
<name>SessionID</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_SessionID</relatedStateVariable>
</argument>
<argument>
<name>ItemDescriptor</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_ItemDescriptor</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>TransportItems</name>
<argumentList>
<argument>
<name>SessionID</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_SessionID</relatedStateVariable>
</argument>
<argument>
<name>ItemDescriptor</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_ItemDescriptor</relatedStateVariable>
</argument>
<argument>
<name>TotalCount</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_TotalCount</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>CloseSession</name>
<argumentList>
<argument>
<name>SessionID</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_SessionID</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>CancelSession</name>
<argumentList>
<argument>
<name>SessionID</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_SessionID</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_SenderFriendlyName</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_Message</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_TotalCount</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_TotalBytes</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_TransportDescription</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_SessionID</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_ItemDescriptor</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_TotalCount</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="yes">
<name>TransportStatus</name>
<dataType>string</dataType>
</stateVariable>
</serviceStateTable>
</scpd>
 
xml can mean almost anything. This looks like a configuration file for some upnp (Universal Plug And Play) device or service. I'm not an expert on this stuff, but in itself it doesn't seem a terribly surprising thing to find on a phone somewhere (you don't say where it was found).
 
xml can mean almost anything. This looks like a configuration file for some upnp (Universal Plug And Play) device or service. I'm not an expert on this stuff, but in itself it doesn't seem a terribly surprising thing to find on a phone somewhere (you don't say where it was found).
own below.


<root xmlns="urn:schemas-upnp-org:device-1-0">
"); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; height: 10px;"><specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
"); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; height: 10px;"><device>
<deviceType>urn:samsung.com:device:FileTransferServer:1</deviceType>
<friendlyName>Galaxy Grand Prime</friendlyName>
<manufacturer>Samsung Electronics</manufacturer>
<manufacturerURL>http://www.samsung.com</manufacturerURL>
<modelDescription>file transfer</modelDescription>
<modelName>file transfer device</modelName>
<modelNumber>1.0</modelNumber>
<modelURL>http://www.samsung.com</modelURL>
<serialNumber>serialNumber>
<UDN>UDN>
"); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; height: 10px;"><serviceList>
"); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; height: 10px;"><service>
<serviceType>urn:samsung.com:service:FileTransport:1</serviceType>
<serviceId>urn:samsung.com:serviceId:FileTransport</serviceId>
<controlURL>/smp_4_</controlURL>
<eventSubURL>/smp_5_</eventSubURL>
<SCPDURL>/smp_3_</SCPDURL>
</service>
</serviceList>
</device>
</root

That's the other file (I deleted the SN and UDN figured those don't need to be exposed to public ). It was found at file:///storage/emulated/0/data/data/com.samsung.android.app.FileShareServer/files/DeviceDescription.xml
 
Back
Top Bottom