
    

    <?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://ocw.cs.pub.ro/courses/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://ocw.cs.pub.ro/courses/feed.php">
        <title>CS Open CourseWare smd:laboratoare:old</title>
        <description></description>
        <link>http://ocw.cs.pub.ro/courses/</link>
        <image rdf:resource="http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico" />
       <dc:date>2026-05-24T01:48:33+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/smd/laboratoare/old/03?rev=1551876771&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/smd/laboratoare/old/05?rev=1551877136&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/smd/laboratoare/old/07?rev=1551877186&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/smd/laboratoare/old/08?rev=1551877369&amp;do=diff"/>
                <rdf:li rdf:resource="http://ocw.cs.pub.ro/courses/smd/laboratoare/old/09?rev=1551877401&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico">
        <title>CS Open CourseWare</title>
        <link>http://ocw.cs.pub.ro/courses/</link>
        <url>http://ocw.cs.pub.ro/courses/lib/tpl/arctic/images/favicon.ico</url>
    </image>
    <item rdf:about="http://ocw.cs.pub.ro/courses/smd/laboratoare/old/03?rev=1551876771&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-06T14:52:51+03:00</dc:date>
        <title>Labs 03,04. Connectivity</title>
        <link>http://ocw.cs.pub.ro/courses/smd/laboratoare/old/03?rev=1551876771&amp;do=diff</link>
        <description>Labs 03,04. Connectivity

Task 1 - Downloading remote content (4p)

Create a new project with a blank main Activity. Change the layout of the Activity (activity_main.xml) to


&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;android.support.constraint.ConstraintLayout
    xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;
    xmlns:tools=&quot;http://schemas.android.com/tools&quot;
    android:layout_width=&quot;match_parent&quot;
    android:layout_height=&quot;match_parent&quot;
    tools:context=&quot;com.softwareup.laborator03…</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/smd/laboratoare/old/05?rev=1551877136&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-06T14:58:56+03:00</dc:date>
        <title>Labs 05,06. Permissions</title>
        <link>http://ocw.cs.pub.ro/courses/smd/laboratoare/old/05?rev=1551877136&amp;do=diff</link>
        <description>Labs 05,06. Permissions

Task 1 - List permissions, packages, features from CLI (2p)

In the command line (adb shell):

	*  List all permissions currently known by the system. 
	*  List all permission groups known by the system.
	*  Display more information about the permissions using -f (defining package, label, description and protection level).
	*  Display all permissions in android.permission-group.PHONE.
	*  Display detailed information about all permissions in android.permission-group.PHON…</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/smd/laboratoare/old/07?rev=1551877186&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-06T14:59:46+03:00</dc:date>
        <title>Lab 07. Cryptography</title>
        <link>http://ocw.cs.pub.ro/courses/smd/laboratoare/old/07?rev=1551877186&amp;do=diff</link>
        <description>Lab 07. Cryptography

Task 1 - Generate a signed APK (2p)

Create a new application (with an empty activity). Create a key and keystore. Generate the signed APK of the application. Use adb tool to install the APK.

Hint: Sign an APK

Task 2 - Generate and Verify HMAC (4p)

Develop an application with 2 activities. Include an EditText and a Button in the first activity. When the user types a text and presses the button, it will send the text to the second activity through an intent (putExtra). In…</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/smd/laboratoare/old/08?rev=1551877369&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-06T15:02:49+03:00</dc:date>
        <title>Lab 08. Secure Protocols</title>
        <link>http://ocw.cs.pub.ro/courses/smd/laboratoare/old/08?rev=1551877369&amp;do=diff</link>
        <description>Lab 08. Secure Protocols

Task 1 - Fetch web page through HTTPS (3p)

Create an application that downloads a web page through HTTPS. The activity includes an EditText, a Button and a TextView. The user introduces an URL and clicks on the button to obtain the contents of the web page.</description>
    </item>
    <item rdf:about="http://ocw.cs.pub.ro/courses/smd/laboratoare/old/09?rev=1551877401&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-06T15:03:21+03:00</dc:date>
        <title>Lab 09. Rooting</title>
        <link>http://ocw.cs.pub.ro/courses/smd/laboratoare/old/09?rev=1551877401&amp;do=diff</link>
        <description>Lab 09. Rooting

Rooting a virtual device

Resources:

	*  [SuperSU package]
		*  
unzip supersu-v2.79-201612051815.zip -d SuperSU



Create a virtual device for the emulator using AVD Manager: Pixel XL, Android 7.1.1, API 25.

Start the virtual device with a writable system partition and with SELinux disabled:</description>
    </item>
</rdf:RDF>
