<?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 - tips:android</title>
        <description></description>
        <link>https://wiki.csgalileo.org/</link>
        <image rdf:resource="https://wiki.csgalileo.org/_media/wiki/logo.png" />
       <dc:date>2026-04-16T15:08:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <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/bootanimation?rev=1425055805&amp;do=diff"/>
                <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/bv9500?rev=1638633681&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/tips/android/decompile?rev=1589552891&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/gianomobile?rev=1569925080&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/tips/android/postinstall?rev=1494145192&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/tips/android/stratos?rev=1528284353&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/tips/android/virtualization?rev=1452679843&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/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/bootanimation?rev=1425055805&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-02-27T16:50:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bootanimation</title>
        <link>https://wiki.csgalileo.org/tips/android/bootanimation?rev=1425055805&amp;do=diff</link>
        <description>Android bootanimation


cd /lab/radxa/bootanimation
make

make upload


Copy bootanimation.zip into /lab/raxda*common/system/media

desc.txt


512 256 30
p 1 0 part0
p 0 0 part1


	* &#039;523&#039; is the width of the animation
	* &#039;256&#039; is the height of the animation</description>
    </item>
    <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/bv9500?rev=1638633681&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-12-04T16:01:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bv9500</title>
        <link>https://wiki.csgalileo.org/tips/android/bv9500?rev=1638633681&amp;do=diff</link>
        <description>BV9500 pro

Mediatek Helio P23 

	* supported devices
	* lineage install
	* lineage-19.0-20211106-UNOFFICIAL-treble_arm64_bvS.img.xz
	* tips on boot
	* stock ROM
	*  twrp

apply these settings from developer menù:

	* OEM unlock
	* debug usb

adb commands


adb devices # confirm on screen
adb reboot bootloader 
fastboot flashing unlock
# press volume up to confirm</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>
    <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/gianomobile?rev=1569925080&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-10-01T10:18:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gianomobile</title>
        <link>https://wiki.csgalileo.org/tips/android/gianomobile?rev=1569925080&amp;do=diff</link>
        <description>Privacy Policy

Galileo S.C.A.R.L, con sede in Via Bramante 15, 37138 Verona, in qualità di Titolare del trattamento (di seguito “Galileo” o “Titolare”), Le fornisce ai sensi dell’articolo 13 del Regolamento generale relativo alla protezione delle persone fisiche con riguardo al trattamento dei dati personali n. 679/2016 (di seguito GDPR) e del parere n. 2/2013 del Gruppo di Lavoro art. 29 della Direttiva 95/46/CE alcune informazioni relative al trattamento dei Suoi dati personali in relazione a…</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/tips/android/postinstall?rev=1494145192&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-07T08:19:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>postinstall</title>
        <link>https://wiki.csgalileo.org/tips/android/postinstall?rev=1494145192&amp;do=diff</link>
        <description>Android post-install

apps

	* &lt;https://update.adblockplus.org/latest/adblockplusandroid.apk&gt;
	* airdroid
	* amber weather (widget inside)</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/tips/android/stratos?rev=1528284353&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-06-06T11:25:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>stratos</title>
        <link>https://wiki.csgalileo.org/tips/android/stratos?rev=1528284353&amp;do=diff</link>
        <description>Amazfit Stratos

This is a custom ROM for the Huami AmazFit Smartwatch 2 (A1609) and the (to be announced) international Xiaomi AmazFit STRATOS (A1619).

	* &lt;https://forum.xda-developers.com/smartwatch/amazfit/fw-tool-stock-international-firmware-t3764636&gt;

	* &lt;https://nicolasagliano.com/lo-sblocco-del-bootloader-e-arrivato/&gt;
	* &lt;https://nicolasagliano.com/stratos-1-0-rom-italiana-per-lamazfit-stratos/&gt;
	* &lt;https://forum.xda-developers.com/smartwatch/amazfit/rom-stratosfied-amazfit-amazfit-2-t37…</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>
</rdf:RDF>
