Someone email received by me Name is similar but different email ID by gmail

  1. Sender - sends email to kumar.s@gmail.com but email received by me and my email id id k.s.kumar@gmail.com 

(note : given example email id)

  2. Mostly bank related emails received by me but it has sent to other

For more Info :
https://issuetracker.google.com/issues/189965376


To investigate further will provide more info once team reach me , i will support investigate team and like to report bug and secure 

Playing own mp3 audio files in an Alexa skill using SSML

 


Telegram shell bot

 If you use Telegram regularly, you’ve probably heard of bots. They’re like regular accounts, you can talk to them or have them in groups and they’ll do all sorts of useful things for you.

In this post, I present you the shell bot! Unlike other bots, this one is self-hosted: you use it by running your own instance of the bot in your server.

This handy bot runs commands on demand and sends the live output, allowing you to interact at any time. It can even run graphical apps!

The shell bot running some simple commands.
The shell bot running some simple commands.

It was made as an example for the botgram framework, but I’ve been using it for some time and it’s proven to be very useful. When you’re on mobile and just want to issue a few commands, talking to a bot is probably more convenient than opening an SSH app and connecting to the server.

Graphical application example, alsamixer in this case.
Graphical application example, alsamixer in this case.

It has creative uses as well: I once was troubleshooting a server problem with some friends, so we added the bot to the group and started playing around. Everyone could see what was going on, and suggest possible causes or things to try.

If you want to have your own shell bot, this post will guide you through the process of creating the Telegram bot itself, and installing the necessary software.

Create your bot

First of all, you need to register a Telegram bot. Don’t worry, it only takes some seconds. Click here to talk to the BotFather, then say /newbot and you’ll be asked some things (name, username, etc.). At the end, you’ll be given an authentication token that looks like the following:

123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11

Preparations

Edit: The bot now lives in its own repository and the installation process has been simplified. If you followed a previous version of this post, remove it and follow these steps from the start.

The following should be done on the computer you want to run commands on. First of all, make sure you have Node.JS installed (you can verify by running npm -v). You’ll also need a working compiler and git:

sudo apt-get install build-essential git

Clone the project and install dependencies:

git clone https://github.com/botgram/shell-bot.git
cd shell-bot
npm install

Then run the bot for the first time, to create the configuration file:

node server

It will ask you a set of questions, including the auth token that you got from the BotFather, and will ask that you talk to your bot (so it can know who his owner is).

Run it!

Now that we have everything set up, we can run the shell bot:

node server

Try saying /run uname -a for example, or say /help to learn about the available commands.

Autostart

Once you’ve played around, you may want the bot to start automatically on boot, and respawn if it crashes. For that, let’s install forever:

sudo npm install -g forever

Then, from your /etc/rc.local or an init script, call:

forever start /path/to/shell-bot/server.js

Also, it’s a good idea to talk to the BotFather and say /setcommands to define a list of commands your bot accepts. You’ll find this list in commands.txt; just paste the contents when asked. You may also want to change the bot’s profile photo and description.

Android Head Unit - Root Device / Model : evb3561sv_w_65_m0


Android Head Unit (evb3561sv_w_65_m0(full_evb3561sv_w_65_m0) or evb3561sv_w_65_m0 or TS356XKUDO

Build ID: MRA58K

CPU Info or SOC: Cortex ARM Cortex A-53 1.25 GHz ( 4 CPU or 4 Core)
Model : evb3561sv_w_65_m0(full_evb3561sv_w_65_m0)
Manufacturer : alps
Hardware : mt3561
Build ID : YT3518C_00008_V008
Android Version : 6.0
API Level : 23
Kernel Arch : aarch64
Source – Android APP CPU-Z (Google Play Store)
Cabling ( Turn On Unit without Car or Open Setup)

Inside Unit:





Panel Back Side









Top View










Rear view with USB ADB Port






Power Up Board (Cabling )

  1. Yellow ( Battery +12 V)
  2. Black ( Battery -12 V)
  3. Red (Next to Yellow – ACC [Sort red and yellow , ignition key ON])

Try without open Board Setup , connect to any USB Port and Change USB Configuration to Audio Source.
  1. Open ADB Tools And Location in CMD (Command Prompt – Admin Rights )  
  2. Check any of the Android Device (Android Phone ) connect to PC.
  3. Type Adb Devices 
  4. You can find root Shell in above image (command Adb Shell)    
  5. Download important tools to install SU (Super User) , because SU not  available in device.                                                                Install Terminal Emulator from Play Store.
Download arm64.zip and extract files to /sdcard/



          
             
Type Following Commands After Connecting to ADB Shell
1.        mount -o remount,rw /system
2.        cp /sdcard/arm64/su /system/bin/su
3.        chmod 0755 /system/bin/su
4.        cp /sdcard/arm64/su /system/xbin/su
5.        chmod 0755 /system/xbin/su
6.        su --install
7.        su --daemon&
8.        setenforce 0
9.        mount -o remount,ro /system

























Note :
1.        Chose this option after enabling Developer option in device
2.        Select USB Configuration
3.        Select Audio Source
4.        Then Check in Command Prompt (type `adb device`) 

Device Cable Specification 































  






FAQ: Tools Tips
  1. ü  The password for the hardware settings menu is 8888 (Car Setting> Factory Setting.
  2. ü  Screen calibration: Press with five fingers, then follow the signs, the next step is to configure the touch buttons.
  3. ü  Engineering menu on the phone * # * # 3646633 # * # *
  4. ü  Switch the GU to ADB mode, dial * # * # 5678 # on the phone and select the device type device


Important Links for reference:


Wires : universal iso connector
Car Stereo Wiring Harness

(Update Android head unit with three reset)