• Use cases:
    • Use whatsapp or Telegram or any other app with two IDs.
  • How to do it?
    • Go to settings->search for “Dual app”.
    • Mark the App you want to be Dual.
      • For Xiaomi->Another icon will be appeared on the screen.
      • For Samsung
    • At this stage run the additional icon that has been added.
    • Configure the app with the new ID.
  • Keywords
    • Dual App
    • Dual Whatsapp
    • Dual Telegram
    • Dual ID
    • Run two whatsapp
    • Dual Messenger
  • Links
  • Security
    •  Add
      • Pattern lock screen
      • Finger print
  • Privacy
    • App lock
      • Add pattern upon opening apps.
    • Hidden apps
      • Gesture to open hidden apps.
    • Second space
      • Another total clear environment that is totally separated from regular environment
  • This post will centralize navigation apps / sites / software 
NameSuitable forPlatformNotes
WazeOn RoadsAndroid
Google mapsOff Road / On RoadAndroid
WikiLocOff Road / On RoadWebsite

Android
Israel Hiking MapOff RoadWebsite

Android
Great for track planning.
Open Street MapOff RoadWebsite

Same as Israel hiking map but for WW
Google Earth proOff RoadDesktop

Android
Create a video with flight simulation, see the Moon, Mars and underwater places.
Soviet Military MapsOff RoadAndroidCompass, speed, elevation and maps

Editors’ ChoiceEditors’ Choice
ViewRanger
Off RoadAndroidTrail Maps for Hiking, Biking, Skiing
Gaia GPSOff RoadAndroidHiking, Hunting Maps
Komoot
Topomap
Windy Maps
Mapy cz
Maps.me
Lucos map

General

  • A home that has elements that can be controlled by Voice and / or smartphone app.
  • What elements are controlled?
    • Lights
    • Hot water boiler
    • Air conditioner
    • TV
    • All IR controlled elements
    • Many many more
  • The next step of evolution for smart-home will be to integrate with Google Home.
  • What you will achieve with Google home (google play / app store)?
    • Share with other home members the ability to control devices with having them to install 3rd party apps.
    • Voice control over the devices.
  • Configure your devices by eWelink sonoff or by broadlink.
  • Add devices to google home and link accounts of Sonoff and Broadlink to google home.
  • Vocie control by smartphone or by google home app the devices at your home.
  • Note for Broadlink:
    • In order to integrate with Google home, user must use “Intelligent home control” – IHC app.
    • At least one scene must be defined at IHC app in order to be able to control the device.
    • How to operate the device by voice?
      • At google home state:
        • “Hey google” (or “OK google”) “turn on” (or “switch on”) [scene name at IHC] .
  • How to connect
  • Step 1 – wiring as follows:
  • Step 2 – Long click on the button of the Sonoff
    • Device will enter setup mode.
  • Step 3 – Configure Ewelink app with sonoff device.
  • Here is how everything is connected:
    • Android Mobile->Same wifi network->Android TV streamer->HDMI cable->TV
  • My own configuration:
    • Xiaomi MI5->Wifi 5GHz (No less)>Xiaomi Mibox 3 streamer android TV v.8.
  • How tocast from Mobile to Tv?
    • Step 1: Android mobile install Google home app.
    • Step 2: On the streamer Android TV, install app AirScreen.
    • Step 3: Run the AirScreen app on streamer.
    • Step 4: Run Google home app on mobile.
    • Step 5: at google home app, select “Cast screen / Audio”and select a device that runs AirScreen.
      • There can be more than 1 device.

General

RaspEX for Raspberry Pi

AOSP

  1. Based on Youtube Video.
  2. Option 1:
    1. Download and install linuxmint.com Cinamon using Rufus.
    2. Boot LinuxMint
    3. Run Gparted
  3. Option 2:
    1. Download live CD GParted and boot it.
  4. Select device and un-mount the device.
  5. Delete all partitions.
  6. Create partition 1:
    • Primary Partition.
    • Size 512MB
    • Name BOOT
    • Type FAT32
  7. Create partition 2:
    1. Primary Partition
    2. Size: 1024 MB
    3. Name: system
    4. Type Ext4.
  8. Create partition 3:
    1. Primary Partition
    2. Size 512 MB
    3. Name: cache
    4. Type ext4
  9. Create partition 4:
    1. Primary partition
    2. Size: all the remain space
    3. Name: data
    4. Type ext4
  10. Apply changes
  11. Right click on Boot partitions, mark flags boot and lba.
  12. Go-to My Computer and mount all partitions you have created.
  13. Follow minute 9 at the youtube video.
  14. Un-mount partitions. Remove Sd-card.
  15. Boot the Raspberry pi with the SD-Card.
  16. Find the Raspberry pi IP address (min 12:30).
  17. Run gapps.

LineageOS

Moding Android

Security

Websites

Photos

Media

  • Video
    • YouTube Vanced
      • Youtube without ads
      • Works at the background
    • IZEE
      • Idan+ עידן Israeli Channels

Productivity

Remote

Transportation

Travel

Windows 10
  • Run gpedit.msc
  • Navigate to:
    • Computer Configuration
      • Administrative Templates
        • Windows Components
          • Windows Update.
  • Locate the “Configure Automatic Updates” setting in the right pane and double-click it. Set it to “Enabled,” and then select your preferred setting. For example, you can choose “Auto download and notify for install” or “Notify for download and notify for install.” Save the change.

External Link:

Keywords

  • Update
  • Windows update
  • Updates
  • Schedule updates
  • Disable update
  • Automatic update
  • Auto-Update
  • Autoupdate
  • Auto update

01. Install Android Studio.

Verify that JDK installed, if not then download and install it from here.

02. Create example project of hello world.

03. Run the project on AVD (Android Virtual Device) – Verify everything works ok:

  • Create AVD
  • Select Phone: Nexus 5x
    • System with VT-x select Image x86.
    • Weak system select arm
  • Kitkat 4.4 with google APIs

04. Install Node.js. Use the LTS version.

 

05. Install PhoneGap or open command prompt and write there:

  • Option 1:
    • Open command prompt as Administrator.
    • npm install -g phonegap
  • Option 2:
    • Download phonegap installer
    • Run phonegap desktop up at windows start, search “Phonegap Desktop”.
    • C:ProgramDataMicrosoftWindowsStart MenuProgramsAdobePhoneGapAdobePhoneGap

06. Open command prompt.

07. Create a phonegap project as follows:

phonegap create

Example: c:>phonegap create myfirstproject com.myfirst.androidproject my_first_android_project

cd (change directory) to the directory you have created at #2 (“myfirstproject”).

At command prompt write the following: c:>phonegap platform add android

08. Open Android Studio

09. Select “Import project”

10. Browse to path you have created at #8 +”platforms” and select directory “android”.

11.  At all of the following options click next.

12. Upon Android studio asks is to overwrite the directory, select YES, click next.

13. Some SDK and Gradle error appeared with link next to it. After clicking on the link, Android studio downloads all required competent.

Click on the link as illustrated at the following picture:

Capture

14. Click on Run an android studio, it will run AVD (android virtual machine) and then the HTML5 application will be loaded.

15. How to stuff:

01. How to change app name?

  • click on the following picture:

01.changeAppName

02. How to Change app icon?

  • Delete previous icon.
    • Under android->res->drawable delete icon.png
  • For Android Studio:
    • Option A:
      • Right click on android->res, new Image Asset
      • On Asset type choose Action Bar and Tab Icons
      • Choose the image path or enter Text Name
      • Give your image a name in Resource name (name it icon).
      • Next->Finish
    • Option B
      • Right click on android->res->drawable->icon and delete it.
      • Right click on android-res select new->image asset
      • Click on image and select a picture to use as icon.
      • Then click on next->finish.
      • Under android->manifests edit AndroidManifests.xml.
      • Replace 
        • android:icon=”@drawable/icon”
        • By
        • android:icon=”@mipmap/ic_launcher” , save the file.
      • Delete from Res-xml-config.xml records of icon.

External sources:

https://www.youtube.com/watch?v=V1VVMVlZgoI

03 – How to remove Phonegap splash screen?

  • Delete android->res-drawable->screen.png
  • Delete lines of splash from
    • android->manifests->AndroidMenifest.xml
  • Delete from android->res->xml->config.xml block that starts with

 

 

NoName / LinkNote
1Chameleon ProjectKodi Based, Movies etc
2Nivdal נבדלLive sport
3Popcorn TimeTV series and Movies
2021.07.14 site is blocked
4BitTorrent NowWeb video streaming
5BitTorrent LiveApparently not active
6Kodi with GenesisKodi and Genesis
7XBMC-KodiKodi
8Zona – Russian English streaming
9StreamIO
10Torrents-TimeDownload and watch online directly
11Popcorntime-online2021.07.14 site is blocked
12Tea-TVProject page
13Geektime 5 streaming resources
141. Telegram – Direct stream
2. Movies groups
15Popcorn Time
16Sdarot TVסדרות טיוי
Sdarot TV
NoName / LinkNote

iOnRoad is a free augmented reality driving safety app.[1] It received the International CES 2012 innovation award.[2][3][4]The program uses the GPS feature, gyroscope and video camera stream of the native mobile device to monitor a vehicle’s position on the road, alerting drivers of lane departures and potential collisions with audio and visual cues.[5][6]iOnRoad has been downloaded by over 500,000 people (from wikipedia).

http://www.ionroad.com/

Android: https://play.google.com/store/apps/details?id=com.picitup.iOnRoad.pro

iOS: https://itunes.apple.com/app/id569507817?mt=8

1. Google Maps

Android: https://play.google.com/store/apps/details?id=com.google.android.apps.maps&hl=en

iOS: https://itunes.apple.com/en/app/google-maps/id585027354?mt=8

Google maps Offline Maps: https://support.google.com/gmm/answer/3273567?hl=en

Cover art

2. Google Translate

Android: https://play.google.com/store/apps/details?id=com.google.android.apps.translate&hl=en

iOS: https://itunes.apple.com/en/app/google-translate/id414706506?mt=8

Google Translate Offline: https://support.google.com/translate/answer/6142473?hl=en

Cover art

3. Trip advisor

Android: https://play.google.com/store/apps/details?id=com.tripadvisor.tripadvisor&hl=en&referrer=utm_download_tracking=Brand_AppPage_0_13091#_=_

iOS: https://itunes.apple.com/us/app/tripadvisor/id284876795?mt=8#_=_

Cover art

4. More Apps for downloading offline maps:

HERE Maps: https://play.google.com/store/apps/details?id=com.here.app.maps

Cover art

Maps Me: https://play.google.com/store/apps/details?id=com.mapswithme.maps.pro

Cover art

 

Based on:

http://www.geektime.co.il/travel-apps-offline/

What is Qt?

Qt is a cross-platform application development framework for desktop, embedded and mobile. Supported Platforms include Linux, OS X, Windows, VxWorks, QNX, Android, iOS, BlackBerry, Sailfish OS and others.

Qt is not a programming language by its own. It is a framework written in C++. A preprocessor, the MOC (Meta-Object Compiler), is used to extend the C++ language with features like signals and slots. Before the compilation step, the MOC parses the source files written in Qt-extended C++ and generates standard compliant C++ sources from them. Thus the framework itself and applications/libraries using it can be compiled by any standard compliant C++ compiler like Clang, GCC, ICC, MinGW and MSVC (taken from https://wiki.qt.io/About_Qt)

1. How to make the projector:

http://www.instructables.com/id/Homemade-Hologram-Projection/

2. Holograms projector apps:

Android: 

https://play.google.com/store/apps/details?id=com.boiledgoose.holoprojector

https://play.google.com/store/apps/details?id=com.vooapps.projector.hologram

IPad/ IPhone: 

https://itunes.apple.com/us/artist/boiled-goose/id304475204

3. Videos on youtube:

https://www.youtube.com/watch?v=avnsvPsRLfU

 

SoundCloud is a Swedish online audio distribution platform based in Berlin, Germany, that enables its users to upload, record, promote, and share their originally-created sounds. According to the company’s data, in December 2014, the service attracts more than 175 million unique monthly listeners, while content creators upload about 12 hours worth of audio every minute.[2] Founders Alexander Ljung and Eric Wahlforss are the chief executive officer (CEO) and chief technical officer (CTO), respectively (From Wikipedia).

https://soundcloud.com/

Update windows 10

  • At the THIS link will find tools to update windows 10:
    • Windows 10 November 2019 Update
    • Create Windows 10 installation media

Why upgrading to windows 10

  1. It has new Browser EDGE.
  2. It has Action Center:
  3. It has connectivity to XBox Applications and to XBox:
  4. It has better command prompt, you can paste by Ctrl-V, you can change the size of the command prompt, you can use power shell instead of command prompt:
  5. It’s free for windows 8, 8.1 and 7 users:
  6. It has new cool interface + the start button is back:
  7. It has voice assistant – Cortana.
  8. It has new tasks display:
  9. It has the ability to manage multiple desktops.
  10. It has Snap Assist to 4 edges of the screen:

Esential to every Mobile phone

Moovit

Wifi analyzer

Dualingo

Fast notes fj

Snapseed

Truecaller

Noknok

Whatsapp

Facebook

TrackID

Clean Master

Shazam

Sports Tracker

Skype

Waze

Dropbox

No

App Name

Description

1

Next Bus & Train Info

2

Shows the Wi-Fi channels around you. Helps you to find a less crowded channel for your wireless router.

3

Learn Languages Free

4

An app that sends Voice notes to your email.

5

This app brings to your mobile device the power and control of professional photo editing software

6

Truecaller lets you search beyond your phonebook, identify unknown incoming calls, block calls you don’t want to receive, and make relevant contact suggestions based on time and place – so you never have to leave the service to find the right contact.

7

Noknok shows you how your friends name you on their phone.

8

Messaging app available for Android and other smartphones

9

Keeping up with friends is faster than ever.

10

The TrackID™ music recognition app is the best way to identify the music around you. Just tap the TrackID™ button and within secondsthe application recognises the song you are listening to.

11

The World’s Most Trusted Android Optimizer, Speed Booster and Free Anti-Virus app

12

Best way to identify music and TV

13

Turn your mobile into a social sports computer with Sports Tracker for running, cycling, walking, hiking, mountain biking, skiing and all your sports activities

14

free IM & video calls

15

Social GPS Maps & Traffic

16

Place for your photos, docs, videos, and other files