[App]Xposed modules for ours units - MTCB Software Development

Edit and create files *****.ini only the program Notepad ++ and put it in the section ENCODING - ENCODE in UTF-8 without BOM !!!!!​Installing the Xposed Framework
Download the latest version of the apk file Xposed Installer on your UNIT, and set it by running using any file manager. After installation, start the application Xposed Installer, buyout you will find among other programs in the application bar of your device.
What is Xposed Framework for Android and how to install it on a Unit Xposed Framework for Android and how to install it on your unit
After starting the application, open the item Framework and click on «Install / Update». Do not worry if you find that your application is frozen - it will take some time, and eventually you should see a request for the provision of Super User Xposed Installer root rights, you should give it.
What is Xposed Framework for Android and how to install it on your unit
Then you will see a window in which to display the installation process. After installation, you will need to reboot your tablet or phone, that you can do right from the app by pressing the "reset".
What is Xposed Framework for Android and how to install it on your unit
All installation is complete. By itself, the Xposed Framework does not bear any new functionality to your device. All changes in the system are made by setting the individual modules, which provide you with new opportunities.
Activation of the module Xposed Framework
Once installed, you will be notified that the module is not active. Clicking on it will take you to a section in the application modules Xposed Imstaller. The same can be done through the application itself. Now, in order to activate the module, you must put a tick in front of him. In some cases, you may need to restart. To switch to the module, just click on it.
Xposed-mtc-manager ( author MVG-V70 )
Capabilities:
1. The module functionality moved xposed-mcu, not allowing the radio to go to sleep while scrolling starter.
When you receive a signal to shut down the unit produces a delay of 5 seconds, if at this moment reappears food, nothing happens in the absence of power cassette player goes to sleep.
Because of the implementation of inclusion in our MCU, for the period of voltage loss goes off the screen.
2. The module is implemented whitelist applications that do not allow the system to cover the necessary services and applications in the care to sleep and when you press the "Acceleration" in the curtain. Thus, the module eliminates the need for mtc-wakeup-service.
File exceptions must be on the outside of the map in the catalog mtc-manager. Filename whitelist.ini
The file should list the names of the application packages whitelist.
example
add to the white list MTC-Volume and MapCamDroid:
/external_sd/mtc-manager/whitelist.ini
com.mvgv70.mtcvolume
info.mapcam.droid
The names of packages and services can be taken from the application manifest file or with a program like Package Viewer.
3. Alternative screensaver with a list of exceptions that runs in any (even abnormal appendix). Staff alternative mechanism is activated screensaver.
screensaver
Settings in settings.ini file in the directory mtc-manager on the outside of the map.
settings.ini
Code:
# Including an alternate screen saver, if you specify false mechanism will work full-time:
screenClock=true
# Time off the screen when not set will be used the value of the full-time settings:
screenTimeout=60
# The name of the software package screensaver
screenPackage=com.microntek.screenclock
# Name aktiviti screensaver
screenClass=MainActivity
# If the name of the package and Activiti not specified, will use the standard screensaver
The list of exceptions is in the file ss_exceptions.ini - should list the names of the packages, for example:
ss_exceptions.ini
Code:
com.microntek.music
ru.yandex.yandexmaps
Also, the screensaver does not start when talking on the phone, rear view camera, navigation, and turn off the radio.
If instead of a beautiful clock screensaver MTCSreenClock.apk called conventional digital clock on a black background, it is necessary to make sure that the application is installed MTCScreenClock.
If the application is installed, you can try to set the parameters and screenClass screenPackage in settings.ini
4. Also in the module has a "backup" for the correct adjustment of sound in the MTC-Volume and MTC-Service.
volume adjustment in the firmware to Android 4.4.4
These insertions Chinese programmers take the current when adjusting the volume of the settings are not, but from a local variable that does not change when you change the sound third-party programs - and therefore the sound jumps occur when trying to adjust the sound of regular buttons.
6. Forwarding OBD-device bluetooth.
Device names must be listed in settings.ini file parameter obd_device a comma in the form in which they are visible in normal application speakerphone. You can not specify names, part names, such as:
settings.ini
Code:
obd_device=OBD,DUAL-SPP
7. Install the program list, to switch the MODE,
In settings.ini set
Code:
modeSwitch=true
Programs are switched one after the other.
For correct audio switching, applications should be managed (play / pause) programmatically via Intents. If the player does not support the start and stop of the external intent, the need to manually switch the sound.
Pressing the MODE button is searched in the list of active applications running. Further, the application is sent to the team (configured in mode.ini) to close or To pause the audio stream. Then Activiti runs by default for the next application, and the application sends a command to start the playback (also configurable in mode.ini)
mode.ini
Code:
# a list of selectable applications to be listed package names
[apps]
# original radio
com.microntek.radio
# PowerAmp
com.maxmpz.audioplayer
# music factory
com.microntek.music
# PCRadio
com.maxxt.pcradio
# factory DVD
com.microntek.dvd
# closing the regular application Radio
[com.microntek.radio:stop]
# name of intent
intent=com.microntek.bootcheck
# parameter name
extra=class
# parameter value
value=mode
# closing staffing Music app
[com.microntek.music:stop]
# name of intent
intent=com.microntek.bootcheck
# parameter name
extra=class
# parameter value
value=mode
# closing the regular application DVD
[com.microntek.dvd:stop]
# name of intent
intent=com.microntek.bootcheck
# parameter name
extra=class
# parameter value
value=mode
# including playing in PowerAmp
[com.maxmpz.audioplayer:start]
# service name
service=com.maxmpz.audioplayer.player.PlayerService
# name of intent
intent=com.maxmpz.audioplayer.API_COMMAND
# act: startService
send=service
# parameter name
extra=cmd
# parameter type
extra_type=int
# parameter value
value=3
# off playing in PowerAmp
[com.maxmpz.audioplayer:stop]
# service name
service=com.maxmpz.audioplayer.player.PlayerService
# name of intent
intent=com.maxmpz.audioplayer.API_COMMAND
# act: startService
send=service
# parameter name
extra=cmd
# parameter type
extra_type=int
# parameter value
value=2
# pcradio: start playing
[com.maxxt.pcradio:start]
# action: on behalf of the command root
send=cmd
# command root
command=am startservice -n com.maxxt.pcradio/.service.RadioService -a com.maxxt.radio.ACTION_PLAY_STREAM
# pcradio: stop playing
[com.maxxt.pcradio:stop]
# action: on behalf of the command root
send=cmd
# command root
command=am startservice -n com.maxxt.pcradio/.service.RadioService -a com.maxxt.radio.ACTION_STOP_PLAYBACK
View attachment xposed-mtc-manager-1.8.apk
Xposed-mtc-volume ( author MVG-V70 )
1 Installation of regular player on pause for incoming / outgoing calls;
2 safe volume setting when switched on, based on a preset volume;
3 increase the volume depending on the speed. The steps are adjusted as the adjustment in the mtc-service;
the ability to turn on / off mute by pressing the play / pause;
4 setting the volume level adjustment for each full-time application. When you switch to the application volume will be increased by the amount of compensation, while output decreased. So I decided the problem of insufficient volume applications, "Music" compared to the "Radio";
5 change the screen brightness according to the time of sunrise and sunset. Brightness levels are adjusted. Time of sunrise and sunset is automatically determined with the possibility of correction. The brightness is also adjusted when exiting the Rear Camera and service settings;
6 Navitel clean shutdown when you turn off the radio. Broadcasted intent under which the service Navitel goes reboot.
View attachment mtc-volume-2.6.apk
Xposed-mtc-bt ( author MVG-V70 )
Replacing the standard search the contact name for a phone number in the address book of an incoming / outgoing call.
Search on the following algorithm:
of contact numbers it is released for all symbols except numbers;
taken last 10 characters;
compared with the last 10 characters of the incoming / outgoing number;
in case of success returns the name of the contact.
View attachment xposed-mtc-bt-1.5.apk
Xposed-mtc-radio ( author MVG-V70 )
xposed- module slightly improves the appearance of original radio. The idea was inspired by requests for increasing the number of saved stations
When switched off RDS in Settings - Factory settings - Other - disable RDS, RDS messages is displayed instead of the name of the radio station, which is taken from the configuration file mtc-radio.ini.
Also, the name is displayed on the buttons of your saved stations.
mtc-radio.ini
The file must be on the inside of card catalog mtc-radio. Utf-8 encoding without bom. If there are doubts about bom, leave the first line in the file is empty.
Directories and files you need to create your own module does not create them automatically!
example file
Code:
[Controls]
# Radio show names in the header RDS
title=true
# Radio show short names on the buttons
buttons=true
# Auto search button works on a long press
search=true
# Show pop-up notifications when the app is not active Radio. default false
toast = true
# Font size pop-up notifications
toast.size=22
# to display the names of the stations in the information RDS
[title]
90.80=Relax FM
101.70=Наше Радио
88.30=Ретро FM
# short names for display stations in buttons
[buttons]
90.80=Relax
101.70=Наше
88.30=Ретро
The format is the same frequency as in the show in the appendix.
If the label on the button found a short name in the [buttons], it will take a long name from the section [title]
Warning: Radio appearance of the application does not change! Only shows the name of the radio station, if the full configuration file.
View attachment xposed-mtc-radio-1.7.apk
Xposed-mtc-keys ( author MVG-V70 )
Program that allows action to remap the buttons radio.
It adds the ability to run programs and perform various actions by pressing the buttons on the front panel of the radio.
The configuration file must be a redefinition of the buttons on the inside (/mnt/sdcard or /mnt/ internal_sd depending on the version of Android), or on the outside of the map external_sd directory (folder) mtc-keys and called mtc-keys.ini
Loading a configuration file takes place at the start of the recorder.
At the touch of a button, you can run:
Program
app_xx=package name
xx-button code, the package name, the name of the package installed program.
eg:
app_42=ru.yandex.yandexmaps
is assigned to the DVD program Yandex.maps
If you press when you run the program is already running, it is inactive.
Activiti
activity_xx= the name of the package / class name
xx-button code, the package name, the name of the package installed program, the class name, the full name of the class Activiti.
Activiti have triggered should be set sign exported = "true", or present a list of <intent-filter>.
eg:
action_51=com.estrongs.android.pop / com.estrongs.android.pop.view.FileExplorerActivity
Navi button on the main window is assigned to the call ES-Explorer.
Action
action_xx= action
xx-button code, the effect is one option from the list: home, menu, back, apps, screenshot, sleep.
eg:
action_51=apps
Navi button is assigned to access the list of applications.
Intent
intent_xx= Intent
sending a broadcast Intent.
Management of third-party player
media_xx=play/next/prev
Pressing the standard softkey
keyevent_xx=button code
Full list of possible codes, see. Constants KeyEvent.KEYCODE *
Maybe not all codes will work on our devices.
Launch of shell-command as root
command_xx=command shell
Remapping the button code
event_xx= button code
Visual settings there, so the names of the packages offered and Activiti determined using PackageViewer:
one two Three.
+++++++++++++++++++++++++++++++++++++++++++++++
Code List buttons
2 MODE, switch between regular applications ("Radio", "Music", etc.)
27 VOL-, Decrease Volume
19 VOL +, Increase the volume
4 MUTE, Mute / unmute
23 Calling the configuration modes and sound equalizer
42 DVD, Launch Application "DVD"
43 RADIO, BAND, Running the application "Radio" (second pressing - range switching)
When running the radio
5, 43 - Next Range
88 - On. / Off. TA
87 - On. / Off. AF
77 - Auto without saving (Intro) with increasing frequency since the beginning of the range
62 - Next Channel
61 - Previous channel
22.63 - Search the frequency decreases
24.64 - Search with increasing frequency
29 - Switch to Channel 1
30 - Switch to Channel 2
31 - Switch to Channel 3
32 - Switch to Channel 4
33 - Switch on Channel 5
34 - Switch on channel 6
18 - On. / Off. ST (stereo)
21 - On. / Off. LOC
44 LOUD, Enable / disable LOUDNESS
45 PREV, Previous track, previous tuned radio station, the previous DVD chapter
46 NEXT, next track, the next radio station tuned, the next DVD chapter
58 TUNE DOWN, rollback ago, the search for radio frequency step downwards
59 TUNE UP, Preroll ahead, search for radio frequency step upward
69 BLUETOOTH, Running Applications "Handsfree"
70 HANGUP, Put up the phone and end a call
80 PICKUP, pick up the phone to answer the call
When the application is running "Handsfree"
69 - Go to the dialer
70 - Hang up
80 - Off-hook
3 - Play / Pause music
6,22,45,61 - Previous track / the beginning of the track (music)
14,24,46,62 - next track (music)
13 - Stop (Music)
59 - Preroll (music)
58 - unwinding (music)
38 - Press the digit 0
29 - Press the digit 1
30 - Press the number 2
31 - Press the number 3
32 - Press the number 4
33 - Press the number 5
34 - Press the number 6
35 - Press the number 7
36 - Press the number 8
37 - Press the digit 9
49 EQ, switch between preset equalizer
50 Disable application "Speakerphone" (in fact does not work)
51 GPS, Starting the navigation application
72 AUX, Running Applications "External power" (AV-In)
57 HOME, go to the home screen
73 DTV, Running Applications "Digital TV"
67 (presumably) Run the screen calibration (for resistive screens)
74 SETUP, Run "Settings"
84 MUSIC, Launch Application "Music"
85 Switching between the screen brightness settings
3 PLAYPAUSE, Play / Pause
13 PLAYSTOP, Stop
View attachment xposed-mtc-keys-2.13.apk
Xposed-mtc-music ( author MVG-V70 )
Module xposed-mtc-music, correcting the shortcomings of Chinese programmers and add new features in the staffing Music application.
- Automatic playback begins only when the automatic setting enabled, playback and playlist absence;
- At the start of the module waits to mount the carrier (where it was stopped), and then plays music with the right moment;
- Activate random playback of tracks ;
- Playing the next folder ;
- Return play at a specific time;
- Distribution of information about the currently playing file for music widgets (emulated Google Player);
- Control the media player using the standard commands from third-party widgets.
- Featuring mp3-tag in the modified Annex Music (utf8 encoding tags);
- If there is no title tag takes the file name;
- If there is no tag album folder name is taken;
- Showing the cover of the currently playing file in the directory, if there is a tag with a picture to your mp3-file;
- Hiding frequency visualizer;
- Show a popup notification when switching tracks;
- Display of tags in a modified screensaver
Options normally stored in a file on the gps-map: /external_sd/mtc-music/mtc-music.ini
File and directory you want to create your own.
basic settings
# Внимание! Это файл настройки для модифицированных плееров JY и KGL. На плеерах KLD функция просмотра тэгов с обложкой альбома работать не будет.
# Менять можно только параметры после знака =
# Attention! This is the configuration file for the modified players JY and KGL. On players KLD viewing function tag with album art will not work.
# Change the settings can only be after the = sign
[music]
# Название картинки из папки с музыкой, для отображения в плеере в качестве альбома и проекции на фон
# Name of the images from a folder with music, to display in the player as the album and the projection on the background
album_cover=cover.jpg
# Время перемотки в секундах, назначенное на виртуальные кнопки слева и справа от временной шкалы проигрывания файла. Вперед и назад
# Rewind time in seconds assigned to the virtual buttons on the left and right of the time scale of file playback. Forward and backward
fwdpress.time=20
backpress.time=20
# Настройка всплывающего сообщения о треке в плеере, если он не активен. Разрешение (true или false) и размер шрифта.
# Configure the pop-up messages on the track in the player if it is not active. Resolution (true or false) and font size.
toast=true
toast.size=22
# Формат всплывающего сообщения. Можно использовать %title% %artist% %album% %filename% и %fullfilename%. Можно комбинировать и вставлять свои символы и слова.
# Format pop-up message. You can use the %title% %artist% %album% %filename% and %fullfilename%. You can combine and embed their characters and words.
toast.format=%artist% - %title%
# Желаемый уровень прозрачности проекции обложки альбома на общий фон плеера (в десятых долях от 1). Если пусто, то по-умолчанию будет уровень 0,25. Чтобы убрать проекцию, поставить =0.
# Desired level of transparency of the album cover on the projection of the general background of the player (in tenths of 1). If empty, the default will be the level of 0.25. To remove the projection, put = 0.
background_alpha=
[screenclock]
# Выключение скринсейвера только при касании экрана. true - да, false - штатный режим работы.
# Turn off the screensaver only when you touch the screen. true - yes, false - normal mode of operation.
touch_mode=true
# Выключение скринсейвера при входящем звонке. true - да, false - панель телефона появляется на фоне скринсейвера.
# Turn off the screen saver when an incoming call. true - yes, false - of the phone appears on the background of the screen saver.
bluetooth.close=false
# Цвет информационных строчек скринсейвера. Можно писать =red, =green, =blue, либо в hex-коде =#ffff0000 (см. Googl). Если пусто, то по-умолчанию будет цвет от автора.
# Color information strings screensaver. You can write a = red, = green, = blue, or hex-code = #ffff0000 (see. Googl). If empty, the default will be the color from the author.
color=
# Формат даты скринсейвера, если задать, будет свой, если пусто, то по-умолчанию - EEEE d MMMM yyyy (вторник 2 февраля 2015)
# Format screensaver date, if set, will be your if empty, the default - EEEE d MMMM yyyy (Tuesday February 2, 2015)
date_format=
# Цвет и прозрачность фона скринсейвера. Сделать черным и не прозрачным так =#ff000000, или так =black, или любой цвет. По-умолчанию чёрный с прозрачностью 0.75.
# The color and transparency of the background of the screen saver. Make black and not transparent as = #ff000000, or so = black, or any color. By default, black with transparency 0.75.
background_color=
# Прозрачность проекции обложки альбома в Скринсейвере (в долях от 1). Ложится сверху фона (прозрачного, или черного). Чтобы убрать её совсем, поставить =0.
# Transparency projection album cover in the screensaver (in fractions of 1). It lies on top of the background (transparent or black). To remove it completely, put = 0.
cover_alpha=0.25
View attachment xposed-mtc-music-2.0.apk
Xposed-mtc-pcradio ( author MVG-V70 )
Small xposed-module to display information in a modified screensaver currently playing PC-Radio Station
View attachment xposed-mtc-pcradio-1.0.apk
TO BE CONTINUED....

reserved
reserved

In Xposed-mtc-radio mtc-radio.ini. catalog name should be mtc-radio, not mts-radio

Hey,
I really love your work Malaysk
Did anyone figured out a way to let AF work properly?
As Xposed module or sth like that.
Gesendet von meinem C6903 mit Tapatalk

Quick question, can i use Xposed-mtc-keys to assign actions to me back/forward keys on the steering wheel or is this only for the actually physical buttons on the radio?

New versions:
xposed-mtc-manager 1.5
mtc-keys 2.10
xposed-mtc-bt 1.3

Hi,
can anyone answer - does Xposed MTC Manager do a similar thing as XposedMTC?
I have tried to use XposedMTC to define default music player, and define the programs in mode switching, but it does not work on current ROM(s)
If Xposed MTC Manager will allow me to do these 2 things i'll give it a try.
The only thing i am worried about - i do not use the SD/GPS card as my slot is faulty, is the external SD required for Xposed MTC Manager?
Thanks

phil001 said:
Hi,
can anyone answer - does Xposed MTC Manager do a similar thing as XposedMTC?
I have tried to use XposedMTC to define default music player, and define the programs in mode switching, but it does not work on current ROM(s)
If Xposed MTC Manager will allow me to do these 2 things i'll give it a try.
The only thing i am worried about - i do not use the SD/GPS card as my slot is faulty, is the external SD required for Xposed MTC Manager?
Thanks
Click to expand...
Click to collapse
It is similar but different, 1. there is no "app" to set it up so all is done by typing code in a file. 2. It really does search for the file on the GPS-card which for you is a problem
You are sure you have Xposed framework installed and activated the module? I am using XposedMTC and have the latest rom from Malaysk installed...

FordFocus2007 said:
It is similar but different, 1. there is no "app" to set it up so all is done by typing code in a file. 2. It really does search for the file on the GPS-card which for you is a problem
You are sure you have Xposed framework installed and activated the module? I am using XposedMTC and have the latest rom from Malaysk installed...
Click to expand...
Click to collapse
Ok thanks for the info.
Yep. Pretty sure I have done everything correctly.
If you take a look in the XposedMTC thread, the author has said there are some problems whn using with the 'fuse' ROMs (I'm using booroondook ROM ) and he has some work to do on it.
Cheers

phil001 said:
Ok thanks for the info.
Yep. Pretty sure I have done everything correctly.
If you take a look in the XposedMTC thread, the author has said there are some problems whn using with the 'fuse' ROMs (I'm using booroondook ROM ) and he has some work to do on it.
Cheers
Click to expand...
Click to collapse
I already asked Malaysk about this issue with XposedMTC Mode switch. He is aware (of bug and lack of dev support to fix it) and probably will drop it for MTCManager. Look few pages back.
MTCManager is supposedly working and should have new UI list of apps for Mode:
http://4pda.ru/forum/index.php?showtopic=704299&st=0#entry44422580

Hi all.....
I've got a Rooted HU 4.4.4 KK RK3188 1024x600, with original ROM inside......Xposed FW is installed (2.7).
Yesterday, i installed MTC-manager and MTC-keys, and enabled them in Xposed FW......well.....
But now, i'm stopped because i wasn't abble to find the files with Root explorer, or with Package viewer.......
Can someone give me way to find them?
Thank's a lot..
SKOLS

Hi,
can someone tell me where exactly the mtc-radio.ini has to be?
I tried almost every place intern and extern storage but nothing worked for me.
Thanks

vrs8 said:
Hi,
can someone tell me where exactly the mtc-radio.ini has to be?
I tried almost every place intern and extern storage but nothing worked for me.
Thanks
Click to expand...
Click to collapse
Wait here or look for at 4pda.ru new version 1.3 which has UI for editing station list. It saves data into Android standard data folders and you don't need to poke with .ini anymore

Thank you very much!
edit: can somebody upload it here or send it per pn, cause i cant register to 4pda

vrs8 said:
Thank you very much!
edit: can somebody upload it here or send it per pn, cause i cant register to 4pda
Click to expand...
Click to collapse
Not sure if @pa.ko is right about the new way of setting up ( dont use this and have not tested )
I use google translate on 4pda.ru
Here is the new xposed radio app
Also new mtc keys and a possible fix for weather ( going to test tomorrow, 0.40 here time to sleep) xposed kld launcher. if i read correct you can set whatever you like on the homescreen...

MVG-V70 posted a new feature for Xposed
For now only for the KLD launcher ( both the Booroondook version as the standard ), maybe he will find a way to do the same for the HA ( JY ) launcher
It moves the hardcoded widgets to the last page, so you can place your own widgets on the first page

Bluetooth app: contacts not found from the list
The character check is a little bit problematic in bluetooth app.
>Replacing the standard search the contact name for a phone number in the address book of an incoming / outgoing call.
>Search on the following algorithm:
>of contact numbers it is released for all symbols except numbers;
>taken last 10 characters;
I save my numbers in international mode "+1 40 1234567" in contact list. My operator send incoming call in domestic mode "040 1234567". By checking 10 digits this application do not find any of my contacts due to they do not match. Can the application be changed to check only 9 characters?

New versions:
xposed-mtc-bt 1.5
mtc-keys 2.13
xposed-mtc-radio 1.4

Mtcb-kgl4-rk30sdk
Hello,
I have installed MTCB-KGL4-V2.53.rar for my device RK30SDK and it works great but I have some issues:
1. Ducking function for dimming the music while the gps app gives directions doesn't work;
2. Stock music player does not have a shuffle button for playlist and a wide playlist to see all "artist - melody" description.
3. Can't find any setting for auto dimming brightness.
So what modules should I install for these 3 issues to correct them. Pls help.

Anyone have an idea why mtc-keys works only after the first reboot, and stops working on subsequent boots?
Only reinstalling gets it to work again.
Settings: APK installed from /system/apps with 644. Config file is located correctly and encoded properly. Enabled in Xposed. Possible problem: I'm currently using the Startup Builder script; is mtc-keys not getting launched on boot because of this?
mtc-keys.ini UTF-8-BOM
command_23=am start -n "com.maxmpz.audioplayer/.EqActivity"
command_59=input keyevent 19
command_58=input keyevent 20
command_69=am start -a "com.maxmpz.audioplayer.ACTION_SHOW_LIST" -d "content://com.maxmpz.audioplayer.data/artists"
command_4=input keyevent 85
action_2=menu
I also can't seem to get any keyevent or events lines to work. Strangely the shell commands are the most reliable.

Related

[APP] APOD Astronomy Picture of the Day

Hello all,
APOD Astronomy Picture of the Day Browser Description;
Note: When installed on SD Card then, after a hard reset of your device, one does not have to reinstall this application. Creating a link manually to it is enough.
The APOD browser is simple software for the purpose of quering NASA fantastic, unparalleled Astronomy Picture of the Day site. This tool allows searching the site by date, by a keyword or by the site editor's choice. A online connection is required for this application to work.
How to Use:
You can query APOD in basically three modes:
1. By Date
Select a date to view the APOD of that date. Since the first APOD image was presented on June 16, 1995, the calendar is limited to between June 16, 1995 and Today.
2. By Keyword
Enter a keyword of your choice and tap on [Search]. Make sure to avoid too common keys, such as 'moon', 'planet', etc. This would result in too many hits, since each occurance of that search string in APOD's texts will be output as result and is often not related to what you wish to explore.
3. By Choice
This mode searches the editor's choices for the most educational Astronomy Pictures of the Day. Simply select an item from the combo box. Each choice yields three to five hits as so well selected by the authors of APOD.
After closing the settings screen, tap on the GO menu to download the selected image and text. Tap on the image for a shrunk view that fills the screen without scrollbars.
Tap and hold on the image to open a context menu.
# Image info: shows image size.
# Negative image: turns the image negative and back positive.
# Save Image and Text: saves the current image (negative or positive) to a subfolder named 'saved', including the explanation text. Please note that devices running Pocket PC 2003(SE) cannot save JPEG images, but large BMPs only (o/s limitation). You may wish to manually reduce the color depth of BMPs to 256 colors to save space. WM devices save images as JPEG, mostly staying under 100KB.
# Select another Image: turns to the Settings screen.
You can browse saved images with the cursor keys:
# Right key: one image forward
# Left key: one image back
# Up key: goes to the last image
# Down key: goes to the first image
# Center key: goes to the midmost image
:END
As mentioned in the post below (I totally forgot to C/P the link here) *cough* here is the link to APOD;
Astronomy Picture of the Day: http://antwrp.gsfc.nasa.gov/apod/astropix.html
Recently I visited this web page http://www.alfcen.com/pocket/apod.html and download from there an PPC (ActiveSync) unfriendly *.exe.
EDiT: currently the above page is not reachable anymore. Use http://www.requio.com/pocket/apod.html instead.
I really do dislike ActiveSync installs, therefore I extracted it to APOD.CAB (see attachment). IMHO this way more people here on xda can enjoy this nice program too BTW I'm in no way affiliated with this site.
It runs in VGA, so when you too have a WVGA screen, you'll see the background border... If you do not want that then I suggest to use WVGAFIX3.
Link: APOD with Russian interface Перевод интерфейса программы на русский язык от dima8774.
Here are my linx to obtain Astronomical (large) pictures and lots of information about 'em;
http://photojournal.jpl.nasa.gov/
http://photojournal.jpl.nasa.gov/catalog/
http://www.eso.org/outreach/gallery/astro/
http://hubblesite.org/newscenter/archive/releases/
http://heritage.stsci.edu/gallery/gallery.html
http://www.spacetelescope.org/images/index.html
http://www.noao.edu/image_gallery/
http://www.noao.edu/outreach/aop/observers/bestof.html
http://www.ipac.caltech.edu/
http://chandra.harvard.edu/photo/chronological.html
http://www.spitzer.caltech.edu/Media...es/index.shtml
http://ssc.spitzer.caltech.edu/
http://coolcosmos.ipac.caltech.edu/i...leries/legacy/
http://www.ipac.caltech.edu/2mass/index.html
http://www.ipac.caltech.edu/2mass/ga...ase/index.html
http://www.gemini.edu/index.php?option=com_gallery
http://www.astro.umontreal.ca/~opiomm/images.html
http://archive.stsci.edu/sites.html
Have fun,
Senax
Thank YOU for info!
Really, thank you.
.
.
APOD - http://antwrp.gsfc.nasa.gov/apod/astropix.html
You must be one of narrow kind of real PDA users.

[review] omni rom 4.4 [alpha] [i9100]

EDIT: I've successfully tested the latest build from @infected_ which brings things like 'clear all recent apps' button, added features like 'ActiveDisplay' and fixes things like the wacky signal strength. So I switched to this ROM and depreciate this thread.
Review of omni-4.4-20131118-i9100-HOMEMADE.zip
(tested with runtime set to: ART)
[what works]
► Calls (Phone) / SMS (Messaging) = stable
► WiFi = stable
► Alarms (Clock) = stable
► complete Settings (incl. unlocked points <Developer Options> and <Performance>) and <Network speed indicator> = functional
► Calculator, Calendar (also tested with 'Birthday Adapter' incl. synchronisation), Dev Tools, Gallery (incl. video funktionality), GPS (tested with OsmAnd incl. compass functionality), Music, People (incl. vCard import), Torch (incl. SOS) = successfully tested, personal impression: stable
► Camera (incl. lockscreen widget and front camera) = fully functional (video recording, too)
► DSP Manager, Bluetooth, Email, Movie Studio & Voice Dialer = successfully opened, but not further tested
[what doesn't out of the box]
► Browser = basically working, but crashes if open <new incognito tab> error: "unfortunately, Browser has stopped."
☼ doesn't found a workaround yet. The open source browser app 'Tint Browser' shows the same behaviour on incognito tabs
► (managed) root access
☼ workaround: install SuperSU
► use the phone as mass storage device
☼ tried within 'Terminal Emulator' app:
# su
# setprop persist.sys.usb.config mass_storage
# reboot
(on Windows you probably need actual USB drivers) but I can't bring up a connection after pressing the button <Turn on USB storage>. Rollback (to default) is:
# su
# setprop persist.sys.usb.config mtp,adb
# reboot
at least with that (MTP) setting I was able to connect the device, (but just not as mass storage device) under:
• Linux (out of the box) and
• Windows (after installing Kies 3.0 and the prerequisit for that under Windows N and KN versions: "Microsoft Windows Media Feature Pack").
(Kies could say: "This device is not supported by Kies 3.0. Please open Kies 2.6 and then connect the device again." But just ignore this and connect the phone as MTP device under file explorer).
► signal strength is wacky
☼ IMHO: that's not a real problem than just a little bug, because the signal is very good (instead of the displayed sticky single bar). The value of the Settings -> About phone -> Status -> <Signal strength> is: "2147483647 dBm 255 asu" and will never change, also if you switch into airplane mode...
[what would be nice to have]
► deactivated cell broadcasts by default (because I’ve got broadcast messages every few seconds…)
☼ workaround: deactivate them manually over Settings -> More... -> Cell broadcasts
► possibility to remove the Google search bar from the desktop (seen embedded in CM)
☼ workaround: Settings -> Apps -> All -> Search -> Disable (but if you disable this built-in app other apps may misbehave! You also may need a reboot to remove the white frame on the desktop)
► possibility to modify (especially reduce) haptic feedback intensity (seen embedded in CM)
☼ partial workaround:
• for keyboard haptic feedback itensity: Settings -> Language & input -> Android Keyboard settings -> Advanced settings -> Keypress vibration duration
• for system wide vibration feedback (on / off only): Settings -> Sound -> Vibrate on touch
• or try a free app like 'Vibrate', seen in Google play store (not tested)
► possibility to dim or turn of the lights of the touch sensitive buttons (seen embedded in CM)
☼ partial workaround:
• to disable the lights completely put the following into a file with a name you want under /system/etc/init.d/{filename}:
echo "1" > /sys/devices/virtual/sec/sec_touchkey/force_disable
(tested with file permissions set to: -rwxr-xr-x) thanks @eskriminal
• or try a free app like 'Soft Buttons Light', seen in Google play store (not tested)
► a button to clear all recent apps (seen embedded in CM)
☼ the hard way: slide out recent apps one by one
► keyboard gesture typing functionality
☼ workaround: install Google Keyboard
► possibility to restrict app permissions like APP OPS setting in Android 4.3 (seen embedded in CM)
☼ partial workaround: install the open source app 'AFWall+' to restrict network traffic of your apps. Nothing found for the permissions, yet.
Other experiences, wishes, corrections, comments etc. are welcome!
Review of previous version: omni-4.3.1-20131108-i9100-HOMEMADE.zip
[what works]
► Calls (Phone) / SMS (Messaging) = stable
► WiFi = stable
► Alarms (Clock) = stable
► complete Settings (incl. the unlocked points <Developer Options> and <Performance>) incl. <Network speed indicator> and <Change password> changing the password used for device encryption (instead of taking the unlock PIN or PW for that) = functional
► Browser, Calculator, Calendar (also tested with Birthday Adapter incl. synchronisation), Camera (incl. lockscreen widget), Dev Tools, Gallery (incl. video funktionality), GPS (tested with OsmAnd incl. compass functionality), DSP Manager, Music, People (incl. vCard import), Torch (incl. SOS) = successfully tested, personal impression: stable
► Bluetooth, Email, Movie Studio & Voice Dialer = successfully opened, but not further tested
[what doesn't out of the box]
► Data access over mobile network
☼ workaround: set APN settings manually over Settings -> More... -> Mobile networks -> Access Point Names -> (+) -> [use the APN settings of your provider]
► (managed) root access
☼ workaround: install SuperSU
► DashClock Widgetseems to be unstable
• the half of the displayed time doesn't fit in the reserved frame within the lockscreen and can't be resized.
• trying to open settings brings the error: "Unfortunately, DashClock Widget has stopped."
☼ workaround: Settings -> Apps -> All -> DashClock Widget -> Disable and reset Digital Clock within the lockscreen to fit the correct size of the displayed time in frame.
► Clock doesn't start if opened over the slide down quick settings menu. (Only available / shown if an alarm is set)
☼ workaround: open the app over regular menu
► After enabling airplane mode, the signal bar keeps shown in status bar (and the <Signal strength> in About phone -> Status is growing up to an abnormal great value). However, the device seems to be offline...
☼ useless info: the signal bar is not shown after rebooting in airplane mode
help !!! cant boot twrp after install omni 4.4 build 1117 on my s2
revuwa said:
Review of previous version: omni-4.3.1-20131108-i9100-HOMEMADE.zip
[what works]
► Calls (Phone) / SMS (Messaging) = stable
► WiFi = stable
► Alarms (Clock) = stable
► complete Settings (incl. the unlocked points <Developer Options> and <Performance>) incl. <Network speed indicator> and <Change password> changing the password used for device encryption (instead of taking the unlock PIN or PW for that) = functional
► Browser, Calculator, Calendar (also tested with Birthday Adapter incl. synchronisation), Camera (incl. lockscreen widget), Dev Tools, Gallery (incl. video funktionality), GPS (tested with OsmAnd incl. compass functionality), DSP Manager, Music, People (incl. vCard import), Torch (incl. SOS) = successfully tested, personal impression: stable
► Bluetooth, Email, Movie Studio & Voice Dialer = successfully opened, but not further tested
[what doesn't out of the box]
► Data access over mobile network
☼ workaround: set APN settings manually over Settings -> More... -> Mobile networks -> Access Point Names -> (+) -> [use the APN settings of your provider]
► (managed) root access
☼ workaround: install SuperSU
► DashClock Widgetseems to be unstable
• the half of the displayed time doesn't fit in the reserved frame within the lockscreen and can't be resized.
• trying to open settings brings the error: "Unfortunately, DashClock Widget has stopped."
☼ workaround: Settings -> Apps -> All -> DashClock Widget -> Disable and reset Digital Clock within the lockscreen to fit the correct size of the displayed time in frame.
► Clock doesn't start if opened over the slide down quick settings menu. (Only available / shown if an alarm is set)
☼ workaround: open the app over regular menu
► After enabling airplane mode, the signal bar keeps shown in status bar (and the <Signal strength> in About phone -> Status is growing up to an abnormal great value). However, the device seems to be offline...
☼ useless info: the signal bar is not shown after rebooting in airplane mode
Click to expand...
Click to collapse
Few more issues
I've come accross these additional issues:
1) External SD card not accessible (32 GB)
2) USB MTP connection is unstable
Other than that I have to say that I am very satisfied with this ROM. It's definitely the fastest ROM I've ever used on S2. Everything is just smooth.
charlie.cz said:
I've come accross these additional issues:
1) External SD card not accessible (32 GB)
2) USB MTP connection is unstable
Other than that I have to say that I am very satisfied with this ROM. It's definitely the fastest ROM I've ever used on S2. Everything is just smooth.
Click to expand...
Click to collapse
I also had this SD card access issue in the first 4.4 build, but not anymore in the actual build (omni-4.4-20131118-i9100-HOMEMADE.zip). I don't have any problems to access (read / write) my 16GB Card over MTP on Linux. On Windows, too but there is no possibility to "unmount" the device, so sometimes I see some already deleted files after reconnect...
batmunkh.baachka said:
help !!! cant boot twrp after install omni 4.4 build 1117 on my s2
Click to expand...
Click to collapse
I think I can't help without more informations. Have you seen the installation instructions before flashing? What happens if you want to access the recovery mode? Have you noticed tools like heimdall? Or other threads in the forum with solutions like that?
Thanks i installed
Sent from my GT-I9100 using XDA Premium 4 mobile app
ROM generally looks and feels very good.
I lost access to my internal sdcard0 after encrypting the phone when connecting to a Exchange server.
I did find some more messages with similar problems and it seems to be an issue with the 4.4 base code but has anyone else seen this kind of issue?
the storage is there but you just can't seem to access it, only the system itself is able to put applications there, but gallery or any other app is unable to gain access.
With terminal I tried to see and even su - did not give me access to the contents of the card
Regards, balonatic.
dashclock
unfortunately dashclock widget stopped this error comes when I try to put the widget on home screen on lock screen
It's a wonderful ROM.
One of the issues that I faced is that sometimes the phone would be just like dead and on connecting the charger a battery icon with a question mark appears.
It won't boot then and will be stuck at the samsung boot logo.
It happened today and I had to do a clean flash again to resolve.
On infected's thread, I saw a post saying that this is some known issue.
Also the battery life for me seems to be terrible.
I have been working to isolate the issues causing this huge drain.
kestrel5915 said:
It's a wonderful ROM.
Also the battery life for me seems to be terrible.
I have been working to isolate the issues causing this huge drain.
Click to expand...
Click to collapse
Try the latest OMNI build. Get it from @infected_ or use the official builds from here. There was the zzmove govenor merged and used by default. Other users says to that build, that they've played music for over 6 hours and the battery drain was just 35%... That seems to be a good value for me.
revuwa said:
Try the latest OMNI build. Get it from @infected_ or use the official builds from here. There was the zzmove govenor merged and used by default. Other users says to that build, that they've played music for over 6 hours and the battery drain was just 35%... That seems to be a good value for me.
Click to expand...
Click to collapse
Battery life is much better using Omni 4.4.2 than with this rom. At least for me!
Opendelta
Hi,
Does anybody knows how to use opendelta?
When you get the zip and you select to update it, you have to flash it the same way as you downloaded the last nightly?
Regards,
raposso said:
Hi,
Does anybody knows how to use opendelta?
When you get the zip and you select to update it, you have to flash it the same way as you downloaded the last nightly?
Regards,
Click to expand...
Click to collapse
It (open Delata) wrks only with the 'official Omni Rom' nightlie builds for u
help
i really need help on connecting my samsung galaxy tab 10.1 to the pc so i can transver files pls help using omnirom 4.4.2 p7510 thx

[ROM][5.1.1][NEW] Flyme OS 5.1.8.1R for Micromax Canvas Nitro A311/A310

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
FLYME OS 5.1.8.1R for Micromax Canvas Nitro A311/A310​
The Flyme OS 5 based on Android 5.1 Lollipop (Cyanogenmod) does come with refined user experience like redesigned transition animations, new icon pack and with tons of newly added features.
Disclaimer
Code:
include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
ROM Features
Flyme OS features are given in Post#2
Installation Instruction
- Use TWRP 2.8.6.0/TWRP 2.8.7.0
- Wipe system, cache, dalvik cache, data, internal storage
- Format data
- Unmount data (Go into Mount settings in TWRP, then remove checkmark from system, data, cache)
- Flash the zip file
- Flash gapps from given link below
- Flash Supersu zip
Youtube Review of FlymeOS v5.1.8.1R by @Prasad527
https://www.youtube.com/watch?v=vyYfWLl7xBU
Download Link
ROM LINK (v5.1.8.1R)
https://goo.gl/pkfRLO
ROM LINK (v5.1.7.25R)
https://goo.gl/NvTvQz
Gapps ONLY for FlymeOS v5.1.7.25R - DON'T USE IT ON ANY OTHER VERSION
https://goo.gl/1n1wOb
Alternate Link for Gapps for Flyme v5.1.7.25R
https://1drv.ms/f/s!Ap5ZzRIsABM_e2IUJN-bpk3xUsg
Important Note: Flash ROM then reboot. Don't flash any other zip along with ROM (i.e. gapps and other). First boot takes time (almost 10 minutes). So be patient. Set the device settings and reboot to recovery then flash Gapps and other patches. Also take note that Supersu and sound patch already merged in v5.1.7.25R.
ROM LINK (v5.1.6.24R)
https://goo.gl/IdKBRn
ROM LINK (v5.1.5.20R)
https://goo.gl/oQWqlv
Patch for A310 Users
https://goo.gl/nA0njL
TWRP RECOVERY 2.8.6.0
https://mega.nz/#!plUBWb6b!S4Mal6vqfufpvxe8nCklCvUn2B3ElYEWthAtnYdlQDk
TWRP RECOVER 2.8.7.0
https://goo.gl/mZpyPE
GAPPS Link
https://basketbuild.com/uploads/devs/osm0sis/gapps/tk_gapps-modular-pico-5.1.1-20150920-signed.zip
Sound Patch
https://goo.gl/PHQeol
Credits
@fire855
@Rohan Taneja
@addictz10
@Surajlad9
XDA : DevDB Information
Flyme OS 5.1.8.1R ROM for the Micromax Canvas Nitro A310/A311
Contributors
@bravonova
ROM OS Version: 5.1.1 Lollipop
ROM Kernel: Linux 3.4.67
Based On: CyanogenMod
Version Information
Status: Beta
Stable Release Date: 2015-05-27
Created 2015-05-27
Last Updated 2016-08-09
Flyme OS 5 full changelog:
Desktop:
Floating notice: supports floating inform, to avoid the operation is interrupted.
Multitasking: new card multitasking list, long press to lock individual applications.
Split-screen mode: Multi-screen mode to create a list of tasks while using two applications, you can adjust the window proportions (only part of the application).
Batch finishing icons: Long press the desktop select “sort icon ‘batch select the icon to move to a different desktop or folder.
Shake finishing the desktop: Go to “arrange icons” mode, shake your desktop tidy Fast Recovery.
Folders are automatically named: Create a folder, depending on the application type for the folder name is automatically.
Notification bar:
Optimize the layout: drop-down notification bar without notice Expand all default switch, when there is multiple notifications pull-down notification to view more.
Notify management: Settings – Notification and Status Bar – application notification management, support each application switching and priority setting for notification.
Lock screen:
Music Locker: New music lock screen, lock screen display directly covers and lyrics.
Lock screen notifications: Settings – notification and status bar, select whether to display the notification in the lock screen to notify whether the new bright screen.
Information:
Customer Service Assistant: New customer assistant accounts, support online chat.
Floating notice: Supports quick reply message and copy the code in the floating notification.
Smart SMS: Update Smart SMS service menu, more powerful.
Phone:
Floating notice: New calls Floating notice.
Dialpad: Suspended dial plate design, support slide switch contacts, call records, the Yellow Pages.
Online Yellow Pages: New independent online Yellow Pages, online services, one-touch access.
Yellow Correction: Yellow Pages for the online identification number, the error correction can take the initiative in the contact details.
Number Tags: against harassment calls, support for online marking the contact details.
Recording List: Telephone – setting “recorded message” and “call recording” can see the individual recordings.
Dialpad switch: to enter the phone – setting, open “dial pad input switching,” in the dial pad click on the lower left corner of the keyboard symbol to switch T9 and full keyboard dial pad.
Flyme communication:
Switching numbers: support is changing the network telephone number bind.
Set up:
The new design: for interaction and functional grouping adjustment.
Search: New search function, support for the use of text and voice search settings.
Volume Category: Settings – Sound and vibration – volume, the new volume category management.
Network Sharing: Settings – Wireless Network, click on the Wi-Fi hotspot to share Wi-Fi network through a two-dimensional code.
Preferred networks: Settings – Wireless Network, click on the Wi-Fi hotspots, set the priority for this network connection.
Energy management: Optimizing power ranking, classification display hardware power consumption.
Default Application: Settings – Application Management – default applications, support for different categories to set the default application.
Analog Color: Settings – Accessibility – Developer Options – simulation color space, color blindness or color weakness mode supported by the analog color space.
Search:
Plugin: New weather search 4 * 2 widget.
Home: New Search Home, updated in real time hot search words.
Card: search results by showing the card, the interface cleaner.
Input:
Candidate words: new candidate word dropdown, improve the speed choice of words.
Transcriber: New full-screen handwriting keyboard input more casual.
Symbol Keyboard: New independent symbols keyboard, keypad lock symbol support continuous input symbols and expression.
Vibration sense switch: to enter the input settings screen, select whether to open the key vibration.
Mobile butler:
Rights management: access rights management – setting, open “cutting each other to start the application” switch, wake each behavior tracking applications, a key force off wakeup path.
Harassment intercept: harassment interception to a safe center to support blocking unknown numbers and hidden numbers.
Garbage clean white list: application cache, redundant installation package, application uninstall remnants supports adding white list, to avoid false cleanup.
Regular cleaning: Regular cleaning new “scan and clean” option rubbish more peace of mind.
Notification bar traffic information: traffic management – setting, the new “Notification bar shows the flow of information” switch.
Mobile Acceleration: clean up the permanent background, to accelerate the speed of the phone.
Rapid examination and a key optimization: no need to wait to enter the interface will be able to know the phone health status, one-click fix all problems.
Applications whiten: support the cottage detection application, eliminate safety hazards.
Toolbox:
New “toolbox” App.
Flashlight: Support SOS mode and brightness adjustment third gear.
Mirror: Support normal, twist, rotate, mirror effect symmetrical four.
Compass: Support orientation and latitude and longitude display.
Level: Intuitive view levelness.
Measurement scale: Supports cm and inch two scales.
Magnifier: supports torch mode can also be used at night.
Shortcuts: frequently used tool to add support for the desktop shortcut.
Browser:
Home: Home new design.
Window: Window tag optimization show form.
Card: Added “micro letter headline” card.
Toolbar: new toolbar at the bottom, more intuitive operation.
Music:
Music Library: Access shrimp music, comprehensive music library rich resources.
Contents: Introduction of a single song shrimp, shrimp rankings, selection set, you may also like the daily recommended content.
Radio: New offline radio function, WLAN environment to automatically update the music library offline.
Song Roaming: For the love of singles, a key roams similar songs.
Singles Comments: New singles comment feature, data access shrimp music reviews.
Artist Collection: Artist Collection features new, easy to find your favorite artists.
Members receive: Music opened Thanksgiving activities, membership users can receive free two-month membership services, after the purchase of non-members can also receive free
Video:
Video Feed: New video feeds, support update reminders, chase drama easier.
Potatoes from Channel: New potatoes from channel content, rich video library.
Online seat selection: Adjust movie theaters interface, more convenient booking.
Dropzone: In video playback applications support floating window, the perfect realization of “picture in picture”; support suspension / full screen seamlessly switch playback, without cache.
Cache management: the same series of video automatic classification, by “cache more” direct cache with other video episodes, cache operations more convenient.
Camera:
Shooting GIF: GIF new shooting mode, easy homemade face pack.
Time Watermark: Camera – set new time watermark switch.
Voice Camera: Camera – setting new voice camera switch.
Flash: Flash memory setting status, avoid duplication.
Manual mode: increase saturation, contrast, and white balance adjustment option.
Gallery:
Map Mode: Gallery – set, display photos in a map, generate personal and exclusive travel map.
Pictures: Favorites favorite pictures quickly browse in the collection folder.
Custom Cover: Press folder covers, replace favorite picture as the cover.
Filter Small size: Gallery – setting, the new small-size image filter switch, gallery cleaner.
Silent backup: Gallery – setting new silent backup switch.
Is hidden: Press the folder displayed directly Hide unwanted folders?
Photo Week view: two-finger zoom, free to switch month and week views, more convenient management.
Photo Editor: Optimize photo editing features, free to adjust the level of the filter and mosaics.
Set Wallpaper: Set wallpaper function optimization, support for custom fuzzy level and overlay pattern.
Topic landscaping:
Font Replacement: support the replacement of system fonts without root and rebooting.
Variety lock screen: New Variety lock screen, unlocking is a pleasure.
App Store:
Best application: the most beautiful application and content collaboration, found a small but beautiful application.
Applications Tags: Applications New Applications tab shows details page for easy viewing similar applications.
Permissions Show: The new application details page showing detailed permissions entrance, detailed permissions can understand the application before installation.
Micro-channel sharing: sharing style micro-channel optimization.
Calculator:
Rates search: When Conversion Rates support direct search by country name.
Unit operation: When the unit converter supports direct operation.
Uppercase conversion: Press the calculated results can be directly converted to uppercase digital.
Clock:
Batch delete: Supports long press batch delete alarm and world clock.
Lock screen weather: it removes the lock screen clock weather animation, text display weather information.
Timescale: Timer setting to adjust the time scale style.
File:
Design: Optimizing directory structure, file classification provides entry.
Remote management: new FTP remote management capabilities, the same Wi-Fi environment, no data line management phone files directly on the computer.
Hidden folders: Documents – setting, the freedom to choose whether to display hidden folders / directories.
Storage space display: Docs display is remaining storage space.
Display: adjust the length of the file name is displayed, you can view more detailed filenames.
Find the phone:
Loss reporting mode: Added a key report the loss, report the loss will temporarily restore the phone to factory state, seal all private data (images, video, etc.), to ensure that the loss of phone, private data will not be disclosed.
On-line reminder: When the phone is lost without waiting for the phone line, on the line after reporting the loss as long as the message will immediately notify the owner.
Intelligent alerts Alert: When a lost handset without knowing the exact location in the vicinity of the time, intelligent alerts using the Alert feature, the phone automatically sound.
Send a message: Find mobile phone service built dialogue channel, even if the missing cell phone SIM card is not inserted, you can still carry on a dialogue with each other.
Intelligent Face capture: After reporting the loss will be smart, open face capture, Time Lapse mobile phone users do not face.
Notes:
Switching topics: new theme switching capabilities, built-in themes, and fonts four different plates.
Search Notes: Add notes searching for a more convenient.
Text Share: Add text form of sharing notes.
Graffiti: Graffiti support directly on the drawing board.
Automatic numbering: support number automatically created when editing notes.
Recording Animation: Animation recording new record is inserted.
Desktop plug-in: plug-in supports fast new recordings and photographs, support for displaying the contents of all notes.
Sketchpad:
Color: Add more preset color.
User Center:
New Independent User Center App.
User level: New user rating system, to enhance the level to get more privileges.
Supplementary Information: Support Extended user details.
Integral Center: new integration center to support exchange gifts, earn points, points sweepstakes.
Information:
Column Category: Home columns support the classification display, browsing more convenient.
Data Fusion: Fusion feeds data under the same section, read more peace of mind.
Interactive adjustment: Adjust Subscription Center, individual centers, the article details the interaction.
Weather:
Interface: The new weather interface, you can see more content in the home.
Share: A long way to share detailed weather information Screenshot.
Urban management: direct display of weather information in different cities in the urban management interface.
Weather warnings: New weather warning function to support and friends to share early warning information.
Domestic services:
Cinema Movies: online seat selection introduces the new movie and the upcoming movie details, the new movie stills View.
Travel: New hotels and airfare booking function.
Calendar:
Constellation almanac: Support Calendar Home View constellations and almanac information.
Event Suspension Ball: New event suspension ball, quick to create a new event.
Calendar projection device: New Calendar projections, supports date projections, interval estimation and public Lunar conversion.
Interval Display: Click on any date, the number of days in the calendar left corner Quick View.
Notification: Permanent cancellation notification bar notification, slide cancel.
Game Center:
Online content: the game details page to increase the game Raiders, evaluation, information, video, and other content packs.
Micro-channel sharing: sharing style micro-channel optimization.
Mail:
Account Settings: Press the mailbox type to add new accounts automatically configure account information.
Gestures Zoom: Theme card supports gestures to zoom, browse more relaxed details.
Attachment: New Attachment Manager functions, optimizing mail attachment display position.
Search: a substantial increase in search speed, highlight keyword.
YouTube HD Playback
Newer youtube app versions have broken video quality detection. For fixing that problem you need to use a older youtube version. This version is working: http://www.apkmirror.com/apk/google-inc/youtube/youtube-10-14-56-android-apk-download/
Second Method
To fix HD Videos on Youtube all we have to do is:
Thanks to : @Typhus_
Install Latest Youtube App
Open it and see any video (one you know it should be 1080p available but it's stuck at 360p)
Navigate to /data/data/com.google.android.youtube/shared_prefs (use any explorer with root permission)
Open youtube.xml
Find:
Code:
<boolean name="h264_main_profile_supported5.1.1" value="false" />
Replace to:
Code:
<boolean name="h264_main_profile_supported5.1.1" value="true" />
Save the file
Enjoy!
Screen Recording Workaround
Thanks to : Ajit Guraya (www.mtkroms.com)
You can also check it on --> http://www.mtkroms.com/2015/11/fix-bugs-in-all-cyanogenmod-12-roms-mtk.html
Follow the below steps:
1. Download Shou from play store.
2. Sign in/Sign up.
3. Allow root permissions
4. When a popup about allowing screen record comes, just press START and DO NOT CHECK "DO NOT SHOW AGAIN".
5. Click on the floating pink circle
6. Slect Record
7. Enter any file name.
8. Click on Settings.
9. In encoding engine : Select SOFTWARE instead of hardware.
10. Enjoy screen recording.
VPN
thanks to @nervehammer
Follow these step to enjoy VPN in cm builds ..
1. Go to psiphon and choose Browser-Only mode don't tunnel whole device.
2. Go to its logs tab and check the port of http proxy.
3. Now open WiFi setting and long press to your WiFi network (from which u are connected) go to modify tab and from check the advanced options.
4. Chosen manual proxy option and put host name as 127.0.0.1 and port as the no. which you noted in step 2 (eg. 8080) and click save .
Enjoy you have set up a VPN connection successfully.
You can open your browser and check your IP
Note: You have to undo this after you don't need VPN by changing manual proxy to none .
For those who want to use Orbot vpn
This is very similar to previous vpn workaround for psiphon
Just follow these step for Orbot
1. Open Orbot and long press to start orbot.
2. When all bootstrapped done go to check browser it will ask for normal browser or install Orweb .
3. Open Orweb and volla you r connected to tor but actually its not to tunnel your traffic to vpn go to Orweb settings.
4. Now note the proxy host and proxy port generally it is localhost(same as 127.0.0.1) and 8118 respectively but it may change so better to keep updated with port numbers.
5. Now go to wifi setting and long press the wifi (from which u r connected) and check advanced options.
6. Choose manual proxy option and put the host name 127.0.0.1 and port no. (e.g. 8118 ) which u noted in step 4
Now u can check https://check.torproject.org from any browser and volla Congo this browser is configured to use tor.
Sorry for long guide but it is detail enough so that anyone can easily setup tor in cm builds.
Note: You have to undo manual proxy option to none after you don't use vpn.
OBB on SD Card
Use following xposed module
Obb on SD
Module Obb on SD attempts to make it seamless - just enable module, reboot and move obb's to SD card (to same folder: Android/obb) - that's that. No need to enter any path or whitelist/blacklist any app. Do you want to only move Obb from Grand Theft Auto? Then only move that obb. Obb on SD will detect "obb on SD" and enable hooks only for this single game.
http://dl-xda.xposed.info/modules/com.smartmadsoft.xposed.obbonsd_v8_f16a1d.apk
Author(s):
moneytoo
Support/Discussion URL:
http://forum.xda-developers.com/xposed/modules/mod-obb-sd-v0-1-t2884004
Does it work auto rotation?
rantosp said:
Does it work auto rotation?
Click to expand...
Click to collapse
auto rotation working properly
What about GPS??
And 2g/3g switch working properly..?
Any specific bugs..?
stuck on boot (with picture of baloon and sign 'flyme').
i've try to flash it 3 times and 3 times i got stuck (with the instalation instructions).
mickiewicz said:
stuck on boot (with picture of baloon and sign 'flyme').
i've try to flash it 3 times and 3 times i got stuck (with the instalation instructions).
Click to expand...
Click to collapse
Same to me Coolpad f1
what about battery life
---------- Post added at 06:58 PM ---------- Previous post was at 06:57 PM ----------
its fully LP rom or just themed like LP
---------- Post added at 07:07 PM ---------- Previous post was at 06:58 PM ----------
from this thread i can expect miui 7 5.1.1 for a311 or any other custom rom like sony z3 , honnor ,lenovo etc
Or it's support cyanogen themes or not
Sent from my Nitro using XDA-Developers mobile app
mickiewicz said:
stuck on boot (with picture of baloon and sign 'flyme').
i've try to flash it 3 times and 3 times i got stuck (with the instalation instructions).
Click to expand...
Click to collapse
rantosp said:
Same to me Coolpad f1
Click to expand...
Click to collapse
I am looking into issue. It will be solved soon.
rahult2838 said:
Or it's support cyanogen themes or not
Sent from my Nitro using XDA-Developers mobile app
Click to expand...
Click to collapse
This ROM doesn't support CM themes.
stuck at boot screen :/ please provide fix!
Ali_Waris said:
What about GPS??
And 2g/3g switch working properly..?
Any specific bugs..?
Click to expand...
Click to collapse
GPS has no issues.... There is no 2g/3g switch issue on LP based ROMs
mickiewicz said:
stuck on boot (with picture of baloon and sign 'flyme').
i've try to flash it 3 times and 3 times i got stuck (with the instalation instructions).
Click to expand...
Click to collapse
rantosp said:
Same to me Coolpad f1
Click to expand...
Click to collapse
amy1193 said:
stuck at boot screen :/ please provide fix!
Click to expand...
Click to collapse
Links are updated in first post.... Stuck at Flyme logo issue solved now. First boot takes time to boot
bravonova said:
Links are updated in first post.... Stuck at Flyme logo issue solved now. First boot takes time to boot
Click to expand...
Click to collapse
hello I installed the rom but after lavvio crashes when you select the sim for text messages. shows the message (the application setting and locked abnormally) and cell and inutilizabile remains blocked in the configuration
ok, now it stucks at language selection ("unfortunately, setting has stopped' popup).
pitty.
mickiewicz said:
ok, now it stucks at language selection ("unfortunately, setting has stopped' popup).
pitty.
Click to expand...
Click to collapse
yeah, got same error here. Plz fix it:crying:
mickiewicz said:
ok, now it stucks at language selection ("unfortunately, setting has stopped' popup).
pitty.
Click to expand...
Click to collapse
kamathshreyas said:
yeah, got same error here. Plz fix it:crying:
Click to expand...
Click to collapse
I installed ROM multiple times but no such issue faced.... Wipe system, cache and data partition before flashing.....
it stucks when i use yours instalation guide.
after my usuall install sequence i managed to flash it.
now testing.

[BIP][ULTIMATE GUIDE]Custom watchface, Music controls, Calls, Tasker integration, etc

Hi all! The Amazfit Bip is an amazing device with great hardware and battery life that would even put a Pebble to shame. However, due to its limited software, it has a lot of unrealized potential and this thread aims to provide some workarounds for the power users of XDA to make this amazing smartwatch more functional.
I will taking requests for additional tutorials so do please feel free to comment!
Note: Most of the guides here require the use of 2 paid apps, 'Tasker' and 'Tools & Amazfit'. Both are awesome apps (esp Tasker) and they do not cost much to download
Tasker: https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm&hl=en
Tools & Amazfit: https://play.google.com/store/apps/details?id=cz.zdenekhorak.amazfittools&hl=en
With this, we can start now!
1. Custom watch face tutorial
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(Yes I am a big fan of Pebble's sliding text watch face, you can download this watchface here.)
This tutorial does not require the use of either Tasker or Tools & Amazfit and thus can be done for free.
1. In order to start to create a custom watch face, first you need a watch face template.
2. Connect your BIP to your android phone via MiFit app.
3. Open MiFit, goto Profile->Amazfit Bip->Watch face settings
4. Click on the ugliest watch face (in your opinion, i used the 'Number'' watch face and press 'Sync watch face'
5. Watch face should be synced to your BIP and downloaded to your phone.
6. Connect your Android phone to your PC and navigate to 'Android/data/com.xiaomi.hm.health/files/watch_skin' and transfer the .bin file to your working directory on your PC.
(For my case, the .bin file is named '9098940e097cf25a971fc917630a6ac2.bin'. That is the name of the 'Number' watch face. Your .bin file may have a different name and that is ok)
7. Download Amazfit Tools to your PC from this link: https://bitbucket.org/valeronm/amazfitbiptools/downloads/
8. Extract the downloaded file to a folder and then drag and drop the transferred .bin file on 'WatchFace.exe' A cmd window should appear and disappear in a flash.
9. A folder with the name of your .bin file should now appear in folder where your .bin file is stored. (In my case, the folder is named '9098940e097cf25a971fc917630a6ac2')
10. Open the folder that appeared and inside you can see the components of a BIP watch face
11. In the folder, have 2 main file types, .png and .json (Delete the .log file and the 2 preview files)
12. The .png files are resources for the watch face (such as backgrounds, numbers etc) while the .json file contains code for the picture placements and watch face functions.
13. Now, you can either make small edits to the preexisting .png files with a photo editor (paint/gimp/photoshop) and then recompile to a .bin file
or
14. You can replace all the .png files with your own images
(I will be going through this option more, people choosing the small edits path, after editing the resources, you can skip to recompiling the .bin, which is step 28)
15. If you choose to replace all the .png files with your own images, start creating your .png files now. Below are the requirements for the .png files
The screen size of the BIP is 176x176px, so do size your images accordingly
Must have at least 11 images, with 000.png being the background and 001.png being number 0, 002.png being number 1, so on till 010.png being number 9.
If you want to have a separate of images for minutes and hours it is possible. Your next set of images should start with 011.png being number 0.
16. Follow all the requirements and your folder will end up looking like this:
17. It is possible to edit the .json by hand but it is easier to do so with a GUI tool.
18. Go to https://v1ack.github.io/watchfaceEditor/ and upload all your custom images and the .json file respectively.
19. You may get a few error messages but just ignore them.
20. Go to the edit tab and replace the contents inside with this:
Code:
{
"Background": {
"Image": {
"X": 0,
"Y": 0,
"ImageIndex": 0
}
},
"Time": {
"Hours": {
"Tens": {
"X": 7,
"Y": 9,
"ImageIndex": 1,
"ImagesCount": 10
},
"Ones": {
"X": 36,
"Y": 9,
"ImageIndex": 1,
"ImagesCount": 10
}
},
"Minutes": {
"Tens": {
"X": 81,
"Y": 9,
"ImageIndex": 1,
"ImagesCount": 10
},
"Ones": {
"X": 110,
"Y": 9,
"ImageIndex": 1,
"ImagesCount": 10
}
}
}
}
21. This is the most basic .json watch face code, giving you only the time in hours and minutes. The code explanation is below:
Code:
{
"Background": {
"Image": {
"X": 0,
"Y": 0,
"ImageIndex": 0 \\ use 000.png
}
},
"Time": {
"Hours": {
"Tens": {
"X": 7, // position on the XY axis
"Y": 9,
//To use image 001.png to image 010.png, use ImageIndex 1,
// to use image 011.png to image 020.png, use ImageIndex 2 and so on
"ImageIndex": 1,
"ImagesCount": 10 // will go from image 001.png to image 010.png
},
"Ones": {
"X": 36, // position on the XY axis
"Y": 9,
//To use image 001.png to image 010.png, use ImageIndex 1,
// to use image 011.png to image 020.png, use ImageIndex 2 and so on
"ImageIndex": 1,
"ImagesCount": 10 // will go from image 001.png to image 010.png
}
},
"Minutes": {
"Tens": {
"X": 81, // position on the XY axis
"Y": 9,
//To use image 001.png to image 010.png, use ImageIndex 1,
// to use image 011.png to image 020.png, use ImageIndex 2 and so on
"ImageIndex": 1,
"ImagesCount": 10 // will go from image 001.png to image 010.png
},
"Ones": {
"X": 110, // position on the XY axis
"Y": 9,
//To use image 001.png to image 010.png, use ImageIndex 1,
// to use image 011.png to image 020.png, use ImageIndex 2 and so on
"ImageIndex": 1,
"ImagesCount": 10 // will go from image 001.png to image 010.png
}
}
}
}
22. In the edit tab, there are a few options for you to play around in the sidebar. Do experiment and play around!
22. You can go to the design tab and start moving the numbers according to your own needs.
23. There are many more watch face functions supported by the BIP and I recommend visiting this site. (Google translated) to learn more about them. The site is an amazing site with numerous watch face related tutorials but it is all in Spanish
24. When satisfied with your watch face, press export JSON and download the .json file to your decompiled .bin file folder. Replace the existing .json file. (For me, the folder is the '9098940e097cf25a971fc917630a6ac2' folder)
25. Download this zip file: https://github.com/v1ack/watchfaceEditor/raw/master/defaultimages/defaultimages.zip
26. Extract all the files in the downloaded file into your decompiled .bin file folder. These images are the ones used by the online watch face editor when you add functions such as date display, weather, steps etc etc
27. Your decompiled .bin folder should look like this now:
28. Drag and drop the .json file onto 'WatchFace.exe', '9098940e097cf25a971fc917630a6ac2_packed.bin' should appear in the folder (your file name should be different) alongside a few previews of your watch face.
29. Rename your packed .bin file by removing the '_packed.bin'. (In my case, my file is renamed from 9098940e097cf25a971fc917630a6ac2_packed.bin to 9098940e097cf25a971fc917630a6ac2.bin )
30. Transfer the newly created .bin file to your Android phone, into this folder: 'Android/data/com.xiaomi.hm.health/files/watch_skin' . Replace the old watch face .bin.
31. Open MiFit app and sync the watch face you synced at step 4 onto your BIP
32. Viola! You got a new custom watch face.
33. If you get any errors at step 28 (recompiling), check if you all all the images you referenced to in your .json in the folder. Also, go back to the watch editor website and check your .json file for any errors. You can comment below if you have anything that you are unsure of or need more clarifications.
2. Tasker Integration
Tasker is a very powerful Android app and if integrated with the Amazfit BIP, the amount of things that can be done with the BIP is ENDLESS!
The video below shows how I use my BIP as a TV remote control
Two clicks of the BIP's button turned off the television.
To learn more about Tasker Integration with the BIP, then expand content:
To get Tasker integration for the BIP, you need to download both Tasker and Tools & Amazfit to your Android.
Both are paid apps!!!
This tutorial assumes the knowledge of variables and flow control in Tasker.
If you have never used Tasker before, I recommend you start learning by following some of the tasks listed here. I believe that the best way to learn is a hands on approach and thus after completing a few of the Beginner tasks, move on to the Intermediate tasks and you should be well-versed enough in Tasker for the purposes of this tutorial.
Before starting this tutorial, make sure your BIP is connected to both MiFit and Tools & Amazfit apps.
1. The Tools & Amazfit app has both Tasker Event plugins and Action plugins.
2. Event plugins will trigger an action in Tasker. (e.g. button is pressed or heart rate is measured)
3. These plugins also provides variables to Tasker (e.g. the event plugin will tell you how many times the button on Amazfit was pressed).
4. Action plugins let Tasker do something on the BIP. (e.g. you can send custom vibration to your BIP or you can change heart rate monitoring mode, vibration notification mode, etc.)
5. These plugins can provide variables to Amazfit Tools (e.g. you can pass your own custom text you want to display on the BIP).
Events:
To setup event plugin in Tasker, on Profiles screen tap + and select Event - Plugin - Amazfit Tools. Then simply tap configure and choose event you want to be notified about in Tasker.
1. Tools & Amazfit supports 3 tasker events (as of 9th Feb 2018) as shown on the bottom right image above.
2. Each of these events has variables for finer even controls. The %button_pressed and %heart_rate variable supports numbers from 1 to infinity while the %charging_state variable supports 0 and 1, 0 for not charging and 1 for charging.
Actions:
To setup action plugin in Tasker, on Tasks screen, create new task, then tap + and select Plugin - Amazfit Tools. Then simply tap configure and choose action you want to perform in Amazfit Tools.
1. Tools & Amazfit supports 5 tasker actions (as of 9th Feb 2018) as shown on the right-side image above
2. These actions are self-explanatory.
Project:
Using both Tools & Amazfit events and actions, now we can create a Tasker profile to turn off the TV!
1. The Event tab and Task:
2. The event is quite straightforward, it just tells Tasker to look out when the button on the BIP is pressed
3. Task explanation:
Line 1: If the variable %button_count equals to 2 (i.e. if the BIP's button was pressed twice), run lines 2 to 6. If not equals to 2, do nothing.
Line 2: Run the command 'input keyevent 26'. This command simulates a power button press (requires root) and thus wakes the screen.
Line 3: Launch my remote control app.
Line 4: Run the command 'input tap 225 270'. This command simulates a screen touch event at pixel X: 225 Y: 270, which is the location of the power button of my remote control app. (Requires root)
Line 5: Simulates power button press to lock phone again.
Line 6: Sends the notification 'TV TURNED OFF' to the BIP.
End product, after pressing the BIP's button twice, the phone screen turns on, opens the remote control app, taps on the power button and locks screen again.
I understand that turning on the screen of your phone and simulating a tap may not be the most efficient way to code a Tasker profile, however, this is the only remote control app that works for my TV and it does not have Tasker integration and so I have to resort to such means. There are other remote control apps that includes Tasker integration and these apps can even control a smart home, thus allowing your BIP to control everything from light switches to smart TVs. Whatever Tasker can do, your BIP will be able to do the same and thus the possibilities are endless and so have fun!
3. Music Controls
When I bought the BIP, I was disappointed that it had no built-in music control functions as that was one of the main uses of my Pebble watch. Below, I will be teaching you all how to control music with the BIP.
To allow music control with your BIP, you need to download Tools & Amazfit to your Android.
This is a paid app!!!
Make sure that your BIP is connected to both MiFit and the Tools & Amazfit app before starting on this tutorial.
The Tools & Amazfit app allows you to use the BIP's button presses and sensors to control your phone's function.
Refer to the app developer's website for a tutorial on how to use the button control function of the app: http://help.amazfittools.com/knowledge_base/topics/button-control-amazfit
Due to the BIP having only 1 button, it may be cumbersome to launch any task when there are already too many preset tasks (i.e. it is not convenient to press a button 10 times just to pause music) Thus, the app developers included the ability to have different button profiles. Find out more here: http://help.amazfittools.com/knowledge_base/topics/button-control-switch-profile-amazfit
4. Picking Up Calls
The BIP has the ability to end calls but is unable to pickup calls. In this tutorial, we will be learning 2 ways to pickup calls with the BIP.
The first method requires you to download Tools & Amazfit to your Android.
The second method requires you to download both Tasker and Tools & Amazfit to your Android and it also needs root access on your Android.
Both are paid apps!!!
Method 1:
1. Tools & Amazfit app supports picking up of incoming calls.
2. Make sure that your BIP is both connected to MiFit and Tools & Amazfit app before continuing.
3. Open Tools & Amazfit app, open sidebar (swipe from left) and press contacts.
4. Press the plus button and choose 'Any Other'.
5. Tap on the Any Other option that now appears at the contacts screen and tap on 'Amazfit Button Actions'.
6. Set 'Push Button' to 'Answer'
7. In the meantime, you can also customize the incoming call notifications using the Tools & Amazfit app. Have fun!
8. However, this method does not work on recent versions on Android and thus I will be introducing the 2nd way below.
Method 2:
Video tutorial:
1. Make sure that your BIP is both connected to MiFit and Tools & Amazfit app before continuing. This method also requires Tasker and root.
2. Create new Tasker task called 'Pickup'
3. Add an action and tap Code->Run Shell.
4. Type 'service call phone 6' in the command box and check 'Use Root'
5. Press back, add task, tap on Task->Stop and type 'Pickup' in the box.
6. Create a new profile, tap on State->Phone->Call and choose incoming.
7. Add 'Pickup' as the task to the profile.
8. Add an Event to that profile. In the Event Category window, tap on Plugin->Amazfit Tools and configure as Button Pressed.
9. Now when there is an incoming call and you press the BIP's button, you will be able to pickup the call!
5. Coming soon: Google Maps Navigation
"Coming soon: Google Maps Navigation"
I'll be looking forward to this.
Great work thanks! Ordered today and looking forward to playing with this watch. Life after pebble!!
Wow, thank you. Great guide!
Making music control with tasker is good idea but I need to see song name on Bip's screen. And play/pause, next song, previous song buttons will be enough for me. I hope Amazfit Bip developers add music control feature as soon as posible.
Superb - thank you! Does the Tools & Amazfit app add Strava sync compatibility?
Deleted
JamesRC said:
Superb - thank you! Does the Tools & Amazfit app add Strava sync compatibility?
Click to expand...
Click to collapse
No it does not, sorry
Kefelon said:
Wow, thank you. Great guide!
Making music control with tasker is good idea but I need to see song name on Bip's screen. And play/pause, next song, previous song buttons will be enough for me. I hope Amazfit Bip developers add music control feature as soon as posible.
Click to expand...
Click to collapse
It is possible to create a notification on the watch whenever the song changes!
nelsontky said:
No it does not, sorry
Click to expand...
Click to collapse
Actually Notify and Fitness can sync your activities with Strava or Runkeeper (or create a raw .tcx file) but you have to buy the third party export IAP which is separate from the Pro one.
Matchstick said:
Actually Notify and Fitness can sync your activities with Strava or Runkeeper (or create a raw .tcx file) but you have to buy the third party export IAP which is separate from the Pro one.
Click to expand...
Click to collapse
I may be able to figure out a way to do that without these apps
Can you please help me use Amazfit BIP to display Prayer timings and Qibla Direction(Muslim) just like Al fajr watches??? I will be grateful.
I want the watch work independently to display the prayer timings for any given locations. your support in this regard will be highly appreciated.
Thank you for the post. Do you know when you have time for the Google Maps Navigation guide? I am still undecided if I want to buy a BIP.
m0ritz said:
Thank you for the post. Do you know when you have time for the Google Maps Navigation guide? I am still undecided if I want to buy a BIP.
Click to expand...
Click to collapse
I am currently having some difficulties with google maps navigation as they changed their direction instructions to pictures (and I cannot grab all the possible images) I kinda have it ready for OSMAnd however OSMAnd does not work as well as gmaps.
awankufri said:
Can you please help me use Amazfit BIP to display Prayer timings and Qibla Direction(Muslim) just like Al fajr watches??? I will be grateful.
I want the watch work independently to display the prayer timings for any given locations. your support in this regard will be highly appreciated.
Click to expand...
Click to collapse
It is not possible to display such information on the watchface directly. It may be possible to create a notification for these though and you can be able to view the information on your watch upon a button press/a series of button presses while connected to your phone. If you are fine with such limitations do reply and we can work something out together and add it to this thread
That would be awesome. Thanks a lot for taking interest in my. I really appreciate it. If this info can be displayed on watch without using smartphone...
awankufri said:
That would be awesome. Thanks a lot for taking interest in my. I really appreciate it. If this info can be displayed on watch without using smartphone...
Click to expand...
Click to collapse
Without smartphone would be impossible as if I am not wrong the prayer time kind of changes everyday right? There is no possibility of importing a timetable to the bip due to its lack of function. For qibla direction wise, the bip actually has the hardware to calculate the direction but due to it being a closed system, it is impossible to create an app on the watch to do so. You can technically find the direction by subtracting your coordinates from the qibla's one but thats too tedious.
Thanks a lot brother for the reply. we (Muslims) pray five times a day. timings are based on 2 parameters.
1. movement of SUN &
2. location
for example prayer times for Newyork will be different from Dubai. for reference check this app
https://play.google.com/store/apps/details?id=com.haz.prayer&hl=en
Please. even if with the button we can display such info, it would be great..
nelsontky said:
I am currently having some difficulties with google maps navigation as they changed their direction instructions to pictures (and I cannot grab all the possible images) I kinda have it ready for OSMAnd however OSMAnd does not work as well as gmaps.
Click to expand...
Click to collapse
Hi,
a good guide for OSMAnd would be helpful too. So would be very nice to post it aswell.
Cheers
Is it possible to set up workouts or pace notifications for running? Like have it tell you to run for 0.3 miles then rest for 30 seconds, then run again etc. Is it possible for it to remind you if you're running below a certain pace e.g buzz if you go above a 7:30 min/mile pave?
Hi. So i am looking for customization. However I use an iPhone and have a spare android phone. If I buy the all amazing tools and amazfit app can I not have my amazfit bip connected to the phone all day (during night time as well) and expect to get all the data and features of the app when I connect to the app once a day?
---------- Post added at 07:32 PM ---------- Previous post was at 07:27 PM ----------
Also please tell me if theres a way to track GYM routine on amazfit like resistance and strength training

Android Display Manager: userDisabledHdrTypes

Hi there,
noob here.
I am still investigating in how to disable HDR on Fire TV Stick (https://forum.xda-developers.com/t/disable-hdr-output-for-hdmi-systemwide.4297901/).
Adding "ro.mtk_hdr_support=0" to "build.prop" causes the system not to boot.
But I found an int array prepared in
core/java/android/view/DisplayInfo.java - platform/frameworks/base - Git at Google
which is called userDisabledHdrTypes.
It seems that these "user disabled HDR types" can be set through "DisplayManager" and it's function called setUserDisabledHdrTypes:
core/java/android/hardware/display/DisplayManagerGlobal.java - platform/frameworks/base - Git at Google
But how can I adress this function for adding all HDR types?
Thanks for any hint
Nico

Categories

Resources