Les Partages de Memiks
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 4
69 results tagged android  ✕
Docker - Mycroft AI https://mycroft-ai.gitbook.io/docs/using-mycroft-ai/get-mycroft/docker
Mon Nov 30 12:47:54 2020 archive.org
QRCode
Comments
thumbnail

Learn how to install Mycroft for Docker either from a Docker Hub install, or by building the image. Many thanks to Brian Hopkins (@btotharye) for this documentation.

docker Mycroft ai android assistant vocal
Logcat command-line tool  |  Développeurs Android  |  Android Developers https://developer.android.com/studio/command-line/logcat
Fri Sep 11 08:58:57 2020 archive.org
QRCode
Comments
thumbnail
Android logcat adb debug
Releases · phhusson/treble_experimentations https://github.com/phhusson/treble_experimentations/releases
Tue Sep 1 16:06:49 2020 archive.org
QRCode
Comments
thumbnail

Android Treble GSI rom

TWRP
https://eu.dl.twrp.me/lavender/

MIUI ROM
https://xiaomifirmwareupdater.com/miui/lavender/
https://xiaomifirmwareupdater.com/firmware/lavender/
https://xiaomifirmwareupdater.com/vendor/lavender/

How to
https://github.com/phhusson/treble_experimentations/wiki/Xiaomi-Redmi-Note-7

https://github.com/phhusson/treble_experimentations/wiki

xiaomi redmi note Android Treble GSI rom
Pro1 - F(x)tec https://www.fxtec.com/pro1
Wed Jul 1 00:02:04 2020 archive.org
QRCode
Comments

Function has never been so stunning. Pro1 by F(x)tec sets a new standard for the slider form factor, packing a slim design that conceals a full slide out keyboard.

android phone keyboard
[pinephone/phosh] anbox-image not installed automatically with anbox, and anbox package prints misleading notice to manually get anbox.img (#636) · Issues · postmarketOS / pmaports · GitLab https://gitlab.com/postmarketOS/pmaports/-/issues/636
Fri Jun 26 11:06:02 2020 archive.org
QRCode
Comments
pinephone anbox install android
How to Dual Boot Multiple ROMs on Your Android Phone 2019 | DroidRax https://droidrax.co/dual-boot-multiple-roms/
Tue Jun 23 10:28:11 2020 archive.org
QRCode
Comments
thumbnail
android multi rom
Flutter - Beautiful native apps in record time https://flutter.dev/
Tue Jun 2 14:38:16 2020 archive.org
QRCode
Comments
thumbnail

Flutter is Google's UI toolkit for crafting beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.

flutter android native app google code
Dockerizing Android builds | Bright Inventions https://brightinventions.pl/blog/dockerizing-android-builds/
Wed Jan 1 18:56:27 2020 archive.org
QRCode
Comments
thumbnail

Docker is a great container platform that helps building a true independence between applications, infrastructure and developers. It provides an isolation which supports building modern continuous integration environments with ease and at low cost.

software development software-development mobile application android build docker
Porting to a new device - postmarketOS https://wiki.postmarketos.org/wiki/Porting_to_a_new_device
Wed Jun 19 15:27:12 2019 archive.org
QRCode
Comments
postmarketOS halium android kenzo
anbox/anbox: Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system https://github.com/anbox/anbox
Mon Jun 3 18:00:27 2019 archive.org
QRCode
Comments
thumbnail

Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu. In other words: Anbox will let you run Android on your Linux system without the slowness of virtualization.

android linux port anbox
Android: changer les serveurs DNS | memo-linux.com https://memo-linux.com/android-changer-les-serveurs-dns/
Wed Apr 17 23:23:03 2019 archive.org
QRCode
Comments

Passer en mode root:

su

Visualiser les serveurs DNS renseignés:

getprop | grep dns

Ici, les serveurs DNS utilisés sont de chez Free. Pour les changer, par exemple, par ceux de google voici la commande:

setprop net.dns1 8.8.8.8

Vérification des changements:

getprop | grep dns

Vérification de la prise en compte:

nslookup google.fr

dns android change setprop
Android: comment désinstaller ses "spyware" ? - tuto n°2 - https://tutox.fr/2019/04/14/android-comment-desinstaller-ses-spyware-tuto-n2/
Mon Apr 15 14:33:19 2019 archive.org
QRCode
Comments
thumbnail

Un brin de provoc ne fait pas de mal quand il s'agit d'alerter sur la vie privée. Vous appelez ça comment vous des applications préinstallées sur votre

android adb desintall app
[guide] steps to flash gsi on redmi note 7 | Xiaomi Redmi Note 7 https://forum.xda-developers.com/redmi-note-7/how-to/guide-steps-to-flash-gsi-redmi-note-7-t3919418
Thu Apr 11 11:17:18 2019 archive.org
QRCode
Comments
thumbnail

Here are the steps which i will mention below that will let us use the full potential of GSI.

Requirements :

Bootloader Unlocked
TWRP Installed
Ofcourse a working device

Installation Method :

First of all we need the flash the latest chinese beta rom.It gets updated everyweek. Since I have the cn rn7 i prefer to update the vendor partition everyweek for fixes and latest updates.But you can try on your stable rom too (I can't gurantee if things will work out on stable rom or not) .So, first of all be on china beta rom.
Go to fastboot mode and connect your pc to your device .You need to have installed xiaomi drivers to make this work properly. Once you are in fastboot ,open a terminal/cmd and type : fastboot -w ( this will erase your existing system partition and data and internal storage too , so make sure to have a backup if you have something essential on ur device)
Now considering that we have already downloaded a gsi i.e a phh GSI ..now for this case we are gonna assume its aosp as an example.. while in the fastboot mode type : fastboot flash system system.img ( here system.img(it can be of different name too) is the gsi img which you download from phh thread).
Remember : once the flash is completerd reboot to TWRP and not to system.
Once you are in twrp , flash magisk ( flash magisk latest canary as it has support for system as root devices) then press on wipe button of twrp,,,then advanced wipe..then tick mark on system and you will see repair or change file system option.Click on it..Click on repair and resize file system.
Now go to mount settings and mount system partition. Now you can flash gapps if you want .
After flashing gapps finally reboot to system
Voila! After in about 5 mins you will be booted to GSI rom

Post Installation Method :

You will have almost everything working after booting into gsi except you will run into brightness bug which you can fix by the following way
Connect your device with pc and enable mass storage
open a cmd/terminal on ur pc
type the following codes : adb shell
su ( in this case you will have to give permission from your device ; grant it)
setprop persist.sys.qcom-brightness 4095
Congragulations Now you have installed a gsi perfectly on your device

In this way you can flash almost all the gsi available on phh thread Hope this clarifies all of our problems.

redmi note 7 gsi xiaomi android
server/README.md at master · gotify/server · GitHub https://github.com/gotify/server/blob/master/README.md
Sun Mar 10 16:55:56 2019 archive.org
QRCode
Comments
thumbnail

A simple server for sending and receiving messages in real-time per web socket. (Includes a sleek web-ui) - gotify/server

go push botifications android cli
Sony XPeria + Orange - Liens en vrac de sebsauvage https://sebsauvage.net/links/?QdxnkA
Wed Dec 19 01:45:22 2018 archive.org
QRCode
Comments

Ah, tu as pas besoin de le "AirWatcher" toi ?

parce que moi (et c'est aussi pour cela que j'en ai pas pris), impossible de AirWatcher sans Google Apps et la liste des applications de la rom d'origine...

donc bye bye la désactivation (AirWatch les réactive il est admin...).

android airwatch rom application google mouchard
Comment personnaliser la page d'acceuil et organiser mes applications? - Avec Réponse(s) https://forum.bouyguestelecom.fr/questions/1394196-personnaliser-page-acceuil-organiser-applications
Fri Nov 2 06:23:46 2018 archive.org
QRCode
Comments
thumbnail

Afin d'en savoir plus sur la personnalisation de l'interface Android TV consulter les liens ci-dessous :

https://support.google.com/androidtv/answer/6121336?hl=fr

https://support.google.com/androidtv/answer/6121463

Pour réorganiser les Icones des Applications sur la Home Page Android TV, positionnez vous sur l'icone à déplacer et faite un appui prolongé sur OK afin de le sectionner, puis déplacer l'icone à l'aide des flèches directionnelles puis et valider l'emplacement à l'aide de la touche OK.

Afin d'avoir accès aux applications dont les icones sont "masquées / cachées" (sources inconnues), vous devez installer l'application "Sideload Launcher" disponible sur le Google Play Store.

Les Icones des Applications "Inconnues" ne sont pas directement accessible depuis l'interface Android TV.

android tv personaliser
Add touch screen support for Six Axis/Joy Center to my ROMs - FreakTab.com http://freaktab.com/forum/tv-player-support/general-tv-player-dicussions/gaming-and-tv-players/4726-add-touch-screen-support-for-six-axis-joy-center-to-my-roms
Mon Oct 29 14:10:46 2018 archive.org
QRCode
Comments
thumbnail

What you need:
1) Install ES file explorer from Google Play
2) Install Android Terminal Emulator from Google Play
3) Download this kit I made for you. It has the init.d script and the touch.ko module

http://www.freak-tab.de/finless/touch1.zip

4) Unzip this file and copy touch.ko and 01touch to your SDcard.

5) Run ES File Explorer and go into settings in ES file explorer and at the bottom Root settings
Turn on Root Explorer. Be sure to answer YES to the SuperUser prompt
Turn on Up to Root
Turn on Mount system RW

6) Using ES file Explorer navigate to your SDcard.
7) Long press on the touch.ko file and select copy
8) Back up to root and go into /system/lib/modules and press the paste button. ES file explorer should say file copied successfully. Now ES has a little bug. You wont see the file in there. So back up one directory level and go back into /modules and now you will see it. (They need to fix that bug!)
9) Long press on the touch.ko file and in the list scroll down to the bottom and select properties
10) In this dialog click the "change" button to set permissions
11) Set all the READ boxes. Set the first WRITE box. Leave the other boxes unchecked
OK KO module is now ready.

12) Navigate back to your SDcard and long press on 01touch. Select copy
13) back up to root and navigate to /system/etc/init.d
14) Press the paste button and ES file explorer should say filed copied successfully. Now again, ES has a little bug. You wont see the file in there. So back up one directory level and go back into /init.d and now you will see it.
15) Long press on the 01touch file and again select properties from the list.
16) Again click the change button to set permissions
17) This time click ALL the boxes except the last WRITE box.
OK init.d script is ready!

Now lets test that the init.d script worked and the module is injected into the kernel
1) Reboot
2) Run Android Terminal Emulator
3) At the prompt type
su
4) Remember to say YES to the SuperUser root prompt!
5) Now type
lsmod
6) It will list all install KO modules. In the list you should see virtual_touchscreen

ps3 sixaxis android
UART-Smartwatch/README.md at master · no-go/UART-Smartwatch · GitHub https://github.com/no-go/UART-Smartwatch/blob/master/README.md
Thu Oct 25 14:49:13 2018 archive.org
QRCode
Comments
thumbnail

Android App, Firmware and Circuit for a DIY Smartwatch working with Bluetooth Low Energy - no-go/UART-Smartwatch

smartwatch android diy
[ROM] Mini M8S / MX3 Nano and TVStock (Android TV) Nexus ROMs - FreakTab.com http://freaktab.com/forum/tv-player-support/amlogic-based-tv-players/s905/others-ac/firmware-roms-tools-bj/633818-rom-mini-m8s-mx3-nano-and-tvstock-android-tv-nexus-roms
Wed Oct 10 23:21:27 2018 archive.org
QRCode
Comments
thumbnail

In the spirit of the Pure Nexus Project, these custom ROMs prove that less can be more. The goal is to keep true to Google's vision and use the bare minimum of OEM or third-party apps or add-ons, which can be added à la carte by the user as needed. The Nano variant also serves as the foundation for the TVStock ROMs, which deliver the pure Android TV experience using the Open GApps TVStock Package.

TVStock variant includes:

Open GApps TVStock Package
All contents of the Nano Nexus variant

Nano Nexus variant includes:

Open GApps Nano Package
Google Now Launcher (replaces Lighthome Launcher)
Google Chrome Browser (replaces AOSP Browser)
Google Legacy Camera (replaces AOSP Camera)
Google Desk Clock (replaces AOSP Desk Clock)
Google WebView (replaces AOSP WebView)
File Manager v3.0.0 and Sound Recorder v6.0.1 from CyanogenMod/LineageOS
Terminal Emulator for Android v1.0.70 by Jack Palevich
TWRP Recovery 3.1.1-0 from TeamWin
s905 amlogic android tv
TVStock Package · opengapps/opengapps Wiki · GitHub https://github.com/opengapps/opengapps/wiki/TVStock-Package
Wed Oct 10 21:40:16 2018 archive.org
QRCode
Comments
thumbnail

This package is for Android TV devices. It includes all the Google Apps that come standard on the Nexus Player.

In this package you will find the core Google system base, Google Android Shared Services, Google Play Store together with the non-Play Store applications:

Android TV Customization
Android TV Widget
Gamepad Pairing Service
Global Key Interceptor
Landscape Wallpaper
Leanback Keyboard
Overscan Calibrator
Pairing Tutorial
Remote Control Service
Second Screen Setup
Second Screen Setup Auth Bridge
TV Voice Input

and the following Play Store applications:

Android TV Launcher
Android TV Remote Control
Backdrop Daydream
Google Cast Receiver
Google Play Games
Google Play Movies & TV
Google Play Music
Google Search
Google Webview
Live Channels
TalkBack
TV Recommendations
YouTube
android tvstock gapps open
page 1 / 4
4242 links, including 1169 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn