<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.csgalileo.org/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="https://wiki.csgalileo.org/feed.php">
        <title>Galileo Labs</title>
        <description></description>
        <link>https://wiki.csgalileo.org/</link>
        <image rdf:resource="https://wiki.csgalileo.org/_media/wiki/logo.png" />
       <dc:date>2026-04-09T13:42:02+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/tips/android/bv7000?rev=1500881399&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/tips/android/development?rev=1499534595&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/tips/android/virtualization?rev=1452679843&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/tips/android/adb?rev=1527092889&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/tips/android/decompile?rev=1589552891&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.csgalileo.org/_media/wiki/logo.png">
        <title>Galileo Labs</title>
        <link>https://wiki.csgalileo.org/</link>
        <url>https://wiki.csgalileo.org/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.csgalileo.org/tips/android/bv7000?rev=1500881399&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-07-24T07:29:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bv7000</title>
        <link>https://wiki.csgalileo.org/tips/android/bv7000?rev=1500881399&amp;do=diff</link>
        <description>BV7000 PRO

Upgrade firmware

	* download SP flash tool for linux (latest release) from &lt;https://spflashtool.com/&gt;
	* download firmware from &lt;http://bbs.blackview.hk/viewtopic.php?f=176&amp;t=191529&gt; and unzip
	* install libpng12 from deb

untar flash tool and


chmod +x flash_tool*


run 


sudo ./flash_tool.sh 


	* go to “download section</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/tips/android/development?rev=1499534595&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-07-08T17:23:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>development</title>
        <link>https://wiki.csgalileo.org/tips/android/development?rev=1499534595&amp;do=diff</link>
        <description>Android development

native app

	* download android studio into /opt/android-studio
	* run /opt/android-studio/bin/studio.sh to install software
		* specify /opt/android-sdk as new SDK location



PATH=$PATH:/opt/android-sdk/platform-tools


epson moverio</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/tips/android/virtualization?rev=1452679843&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-13T10:10:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>virtualization</title>
        <link>https://wiki.csgalileo.org/tips/android/virtualization?rev=1452679843&amp;do=diff</link>
        <description>Android Virtual Machine

Download live and installation iso image

	* Enable Intel VT-X or AMD-V in bios configuration
	* OS Type: Linux 2.6/3.x/4.x
	*  Sound device: change to Sound Blaster 16. ICH AC97 will not work. (if you have a solution, let us know) 
	*</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/tips/android/adb?rev=1527092889&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-05-23T16:28:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>adb</title>
        <link>https://wiki.csgalileo.org/tips/android/adb?rev=1527092889&amp;do=diff</link>
        <description>Android

android


apt-get install android-tools-fastboot
apt-get install android-tools-adb


network mode


adb -d tcpip 5555
adb connect &lt;ip&gt;


Packages

Install


adb install &lt;file.apk&gt;


Pull package

Getting list of packages


adb shell pm list packages</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/tips/android/decompile?rev=1589552891&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-15T14:28:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>decompile</title>
        <link>https://wiki.csgalileo.org/tips/android/decompile?rev=1589552891&amp;do=diff</link>
        <description>Android decompile

fast


jadx myflir-bv2.3.6-release-signed.apk


verbose


yay apktool
yay jd-cmd



adb shell pm path com.flir.tiger
adb pull /system/app/myflir-bv2.3.6-release-signed/myflir-bv2.3.6-release-signed.apk



wget https://github.com/DexPatcher/dex2jar/releases/download/v2.1-20190905-lanchon/dex-tools-2.1-20190905-lanchon.zip
unzip dex-tools-2.1-20190905-lanchon.zip</description>
    </item>
</rdf:RDF>
