14 pagesV  1 2 3 4 5 6 > »  
 
REPLY
> HOMTOM S99 - Firmware
vitches69
Message#1
24.02.19, 12:04
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1596
Check in: 23.05.14
HomTom S99

Reputation:-  398  +

HOMTOM S99 - Firmware
PictureS99
Description | Discussion | Firmware


Drivers and Utilities

Official firmware

Unofficial firmware

Instructions

TWRP

miscellanea

There is no curator in the subject. For questions about filling caps, please contactmoderatorssection through a buttonPictureunder the messages to which you want to add links.
Or mevitches69atQMS


Post has been editedvitches69 - 25.03.19, 09:21
Reason for editing: Added “Solving errors 20 and 70 when flashing gapps” to different
anat1004
Message#2
04.07.18, 13:02
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1747
Check in: 18.08.11

Reputation:-  76  +

Homtom S99 Release10 firmware from 06/20/2018
http: //www.mediafire.c..80620_user.tar.gz/file

Post has been editedanat1004 - 16.11.18, 17:41
anat1004
Message#3
21.07.18, 23:34
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1747
Check in: 18.08.11

Reputation:-  76  +

Route for Homtom S99
Unlock bootloader
1. In the menu For developers
Enable Factory Unlock
2. Go to fastboot mode. For this:
Turn off the phone and simultaneously press
Volume up + Power button
In the menu, select fastboot
3. Connect the phone to the computer and in the terminal
fastboot oem unlock
ALL USER DATA WILL BE DELETED !!!

Root installation
Install MagiskManager.apk in normal mode
Reboot to fastboot
In the computer terminal to perform:
fastboot flash boot patched_boot.img
Reboot.
Everything! You with the root.
Attached Image

Attached Image



Upd1.
This instruction was written when we did not have TWRP.
Now the core is not necessary to flash.
1. Unlock the bootloader
2. In fastboot flashing tvrp
3. Reboot to TvRP
4. Flash Magisk in TVRP
5. Reboot to the system
6. Install Magisk manager
Everything!

Post has been editedanat1004 - 29.11.18, 18:22
anat1004
Message#4
26.07.18, 10:10
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1747
Check in: 18.08.11

Reputation:-  76  +

TWRP for Homtom S99, assembledoleg ... a
Installation:
1. Boot into fastboot mode
2. Connect the phone to the computer
3. In the computer terminal, execute the command:
fastboot flash recovery recovery_S99.img
4. Go to recovery copy the file fstab.mt6755 to / vendor / etc
To disable data encryption, otherwise there will be no access to data in recovery mode.
You can edit this file with vi, which I did. There are many options.
Permissions: root.root chmod 644
5. Be sure to format the data
Wipe - Format data
Do not clear, namely format!
All data will be lost on data and the internal flash drive !!!
6. Restart the phone and enjoy life with TvRP.
Thanks:jemmini, oleg ... a



Post has been editedanat1004 - 25.10.18, 23:06
Varater
Message#5
22.09.18, 15:57
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 83
Check in: 28.03.13
Chuwi Vi8 Plus

Reputation:-  12  +

Instructions on firmware (written step by step, with a new phone in hand)

1. Preliminary actions:
Download and unpack the ADB Platform -from here
Download and unpack ADB USB Drivers - (ibid, go along with the platform)
Download and unpack the latest SP Flash Tool -from here
Download and unpack the MTK Preloader drivers - ibid, called "Signed vcom and adb drivers, which can be installed without disabling signature verification."
Download attached to the post MT6750_Android_scatter.txt
Download TWRP Recovery -from this post

2. In the phone:
2.1 Settings - System - About the phone - tap the "Build number" 10 times, until it says that we have become developers
2.2 Back up one level (System) and go to Developer Options.
2.3 Turn on "Factory Unlock" (OEM Unlock)

3. Unlocking the bootloader (ATTENTION: ALL DATA ON THE TELEPHONE WILL BE LOST !!!)
3.1 Turning off the phone
3.2 Clamp "Volume up", and, without releasing it - the power button.
3.3 Select "Fastboot mode" using "Volume up" and press "Volume down"
3.4 Just below will appear the inscription "FASTBOOT mode ..."
3.5 Connect the phone to the computer. Go to the task manager and install the driver for the Android Device from the package "ADB Device Drivers"
3.6 Go to the folder with the ADB Platform, open the command line (Shift + RightMouse button, "Open command window"), type fastboot devices. There should be something like "

HOMTOMHT9900000XXXX fastboot download

". Sometimes right after installing the drivers, the phone is not detected, in which case you need to repeat everything from step 3.1.
3.7 We type fastboot oem unlock, some warning text appears on the phone, press "Volume Up". On the command line, something like: OKAY [9.773s] will appear
3.8 We type fastboot reboot. When you restart the phone, an inscription about "Orange state" will appear and the fact that the device can no longer be trusted. Oh well :)
3.9 Android will be loading for a long time. As soon as it loads up to the window where it offers to choose a language, turn off the phone.

4. TWRP firmware
4.1 Starting the device manager (My Computer - PCM - Properties - Device Manager)
4.2 The phone must be disconnected from the computer. Next, it is important to act QUICKLY. If you do not have time - then this step will have to be repeated from the beginning.
4.2.1 Connect the phone to the computer. In the device manager, an unknown device will appear for just three seconds. You need to have time to right-click on it and select "Properties". If you have time, then you can slowly install the driver - from the folder with the signed MTK driver. After that, disconnect the phone from the computer.
4.3 Launch the SP Flash Tool
4.3.1 Scatter-loading File - Choose, choose the downloaded MT6750_Android_scatter.txt
4.3.2 In the table that appears below, click on the recovery line in the Location field, select the downloaded recovery_S99.img
4.3.3 Click the Download button
4.3.4 Connect the phone to the computer. In the SP Flash Tool a red stripe runs through, then a yellow stripe, and at the end a window with a white check mark in a green circle will pop up. Done, Recovery installed.
4.3.5 Strange, but on both my phones it was delivered only from the second time, despite the fact that the SP Flash Tool did not generate errors. Perhaps you will have the same.

5. ROOT, Xposed and other nishtyaki
5.1 Downloading to TWRP is performed in the same way as loading in clause 3 of this instruction, however, we select not “Fastboot mode” but “Recovery mode”
5.2 First of all, you have to deal with the mounting of the / data partition, because without this you can’t put a Magisk ROOT. There are three options:
5.2A - Boot into the system, go to "Settings" - "Security" - "Encrypt data", set a password or PIN. It will then need to enter when you restart the phone. The most correct option, besides increasing the security of your device
5.2B - The method of replacing the file / vendor / fstab. I warn you immediately:I HAVE NOT EARNED IT. But you can try.
5.2B.1 - Boot into TWRP on the phone.
5.2B.2 - Take a flash drive, format it with FAT32.
5.2B.3 - Put the contents of the fstab.mt6755.zip archive from the USB flash drive.this post.
5.2B.4 - Taking the USB-OTG cable supplied with the phone, connect the USB flash drive to the phone.
5.2B.5 - In TWRP, go to the "Mounting" section. Choose Vendor and Usb-Otg. Both ticks should appear
5.2B.6 - In TWRP, return to the main menu, go to the "Additional" section - "Explorer"
5.2B.7 - Select /usbotg/fstab.mt6755 and copy it to / vendor / etc with the replacement of the source file.
5.2B - Just format / data. The fastest option, but the disadvantage of this method is that Android 8 (at least on our phone) ALWAYS encrypts the / data partition. Log in to the system once and everything, / data will be encrypted again. But no one bothers you, if necessary, to use option 5.2A afterwards.
5.2B.1 In TWRP, go to Clear, Format Data, type on the keyboard yes, click OK
5.2B.2 Go back to the main menu, go to "Reboot", select "Recovery". We do not agree to the installation of the TWRP App, we do not need it.
5.3 ROOT
5.3.1 - Download Magiskfrom here(we need Magisk ZIP, for recovery) -
5.3.2 - Format a USB flash drive in FAT32, write to it Magisk.zip (and other archives for TWRP, if you want to install a pack at once)
5.3.3 - Connect the USB flash drive to the phone via USB-OTG, go to TWRP - Installation, "Drive selection - Usb-Otg" (it will be mounted when trying to access) and install Magisk Manager
5.4 Xposed Framework
5.4.1 - We are takinghere, our phone is Android 8, x64
�5.5 ART Optimization Script (DO NOT USE IF YOU DO NOT UNDERSTAND WHY YOU NEED IT! And make backups!)

Attached files

Attached fileMT6750_Android_scatter.txt(13.8 KB)


Post has been editedVarater - 22.09.18, 15:58
Varater
Message#6
03.10.18, 20:27
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 83
Check in: 28.03.13
Chuwi Vi8 Plus

Reputation:-  12  +

* djujsi

It is assumed that we already have a phone with a unlocked bootloader and TWRP.

1. Preliminary training
1.1 Go to the topicProject trebleand choose the firmware to your liking. Download it, and write to the USB flash drive. We need firmware like ARM64-A

2. Install the firmware (ALL DATA WILL BE LOST!)
2.1 Boot into TWRP. If / data is encrypted, then we format it - most custom firmwares do not encrypt anything by default, giving the user a choice. Reboot to TWRP through the main menu "Reboot" - "Recovery"
2.2 Cleaning - Extended, put a tick on the system, pull the "Cleaning" slider. If you did not format the / data partition, then you will need to clear ART \ Dalvik Cache and data as well.
2.3 Connect a USB flash drive via OTG. Go to "Install" - "Select Drive" - ​​"USB-OTG" and tap on the "Install image" button. The firmware downloaded at stage 1.1 will appear (must be in img format). Stitching. Reboot to the OS. Long-long first boot - and you have custom firmware.
2.4 Magisk, xposed, and so on will have to be reinstalled.

Those. There are no difficulties, the installation is no more difficult than the usual firmware in zip-archives.
Regarding troubles - USSD does not work. More precisely, how ... they leave, the answer comes back, but the system does not display it. Perhaps programs such as USSD Dual Widget will be able to intercept such codes, but you will definitely have to forget about the USSD menu. The incoming MTK patch does not help and is even harmful - USSD will not work, and outgoing calls will begin to fall off with a reboot of the radio module.

Another issue concerns WebView. The fact is that Resurrection Remix (and maybe other firmware without GApps) does not default to the WebView system renderer, which is why many programs do not work, including customers of banks, stores, instagram, BusyBox installer and hell knows what else .
Exit two.
The first is to set GApps. Not recommended :)
Second - download Google Chrome Stable (directly from the profile themesavagemessiahzine.com), install it, then use Lucky Patcher or Titanium Backup to make it system and reboot. After that, the android will automatically pick up the WebView engine from it, and all problems with the launch of applications will disappear as if by magic.
I tried to install WebView 71 beta instead of Chrome, also from the profile theme, but alas, everything is bad there. Some programs are starting to work, but not all. So it is better to put chrome.
I did not encounter any other problems.

Post has been editedVarater - 05.10.18, 15:29
eobgy
Message#7
12.10.18, 20:21
a guest
*
[offline]

Group: Users
Messages 6
Check in: 20.10.14
Jiayu G6 Advanced

Reputation:-  3  +

If for some reason you lost the firmware of the communication module (IMEI cannot be restored), and there is no NVRAM backup, you can try the following method:

Required software:
1: Firmware with scatter file
2: Spflashtool
3: Text Editor

Instruction:
1: Copy the file "nvram.bin" to the folder with the firmware
Attached filenvram.zip(11.81 KB)
2: Open Scatter File in a text editor
3: Find "nvram" in the text, set file_name: nvram.bin
4: is_download: change to true, save and close
5: Run spflashtool
6: Select edited Scatter File
7: Change "download only" to "formate all + download" and click Download
8: Connect the switched off device to the computer via USB Data Cable
9: After the firmware, you can change IMEI with native means (for example, through the engineering menu * # * # 3646633 # * # * - Telephony - GPRS)

A source:https://www.youtube.com/watch?v=O84rBw9l9M0

Post has been editedLexx808 - 23.11.18, 23:17
Reason for editing: In the header
anat1004
Message#8
13.10.18, 18:55
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1747
Check in: 18.08.11

Reputation:-  76  +

* oleg ... a,collected us a new (3.2.3) recovery, for which many thanks to him from all owners of S99!
I just adjusted a little under our phone.

TWRP 3.2.3-0



Post has been editedRaveboy - 13.10.18, 22:30
Reason for editing: In the header
djujsi
Message#9
22.11.18, 22:47
Old resident
*******
[online]

Group: Friendssavagemessiahzine.com
Messages 771
Check in: 26.08.14

Reputation:-  88  +

* LLIapanoB, you put tvrp through flasher ... right after not booting into the system, you go into tvrp and put magisk or super su ... so that tvrp doesn't fly ... you boot into the system ... put root explorer through it you change the fastab according to the instructions ..HOMTOM S99 - Discussion (Post anat1004 # 75439772)with all permissions .. reboot ... now you go into TvRP and do formatting data .. through yes ... now everything will work

Post has been editeddjujsi - 04.01.19, 15:35
Reason for editing: In the header


--------------------
all of you are settling here correctly ... I like it)
stimul-tem
Message#10
27.11.18, 09:44
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 232
Check in: 25.05.09
ZOJI Z9

Reputation:-  25  +

Hello everyone, official firmware HOMTOM-HTS99-Android_8.0-R12-20181012.
Download from Yandex.Disk:
https://yadi.sk/i/yxq0KIi9wDxPzQ (Instructions from HomTom support)
https://yadi.sk/d/OFk2b5opYk3ecw (SP Flash Tool from the HomTom website)
https://yadi.sk/d/fXX9pN-88oUFRA (Firmware R12-20181012 for HomTom S99)

UDP: By the way, those who wrote about turning on the screen with a delay of ~ 20 sec., By experimenting with the firmware of the phone, noticed this, but only on firmware R10, it seems that the firmware goes with the jambs sometimes, try to flash it again (Reaction to turn on the screen You can check immediately after launch, wherever you choose the language).

Post has been editedMgalex - 27.11.18, 16:54
Reason for editing: In the header
djujsi
Message#11
03.12.18, 06:19
Old resident
*******
[online]

Group: Friendssavagemessiahzine.com
Messages 771
Check in: 26.08.14

Reputation:-  88  +

imei recovery method: enter on phone * # * # 12306 # * # * then enter imei fields from the box and confirm device reboot and imei rewrite ... the command itself typed works ... but there was no need to restore ...

Post has been editedLexx808 - 03.12.18, 23:51
Reason for editing: In the header


--------------------
all of you are settling here correctly ... I like it)
sergei99959
Message#12
07.12.18, 11:06
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1310
Check in: 04.08.10
HomTom S99

Reputation:-  141  +

Shurepa @ 12/07/18 09:34*
What is the best way to get root?

There is an instruction
From myself I can add the following
1. Unlock bootloader
2. Flash TVRP
3. Boot into TVRP without booting into the system.
4. Flash from Magdisk TVRP (or latest version SuperSu optional)
5. Boot into the system
6. Install Magisk manager (no need for SuperSu)

And ... everything.Ruth is received. You can put all sorts of buns. Everything will work.BUT!It will be impossible to make a full backup through TVRP. Date section in TVRP will be encrypted!

If you need to make a full backup from TVRP, then you have to sacrifice a fingerprint scanner, because at the moment (or not at all) you can not get full access on our phone for TVRP without a scanner dump.
For full access to TVRP:
7. Already being in the system put for example the ESconductor
8. Give him the root of the law.
9. Take the fstab.mt6755 filefrom here (original here if not saved before replacing)
10. Copy it to / vendor / etc with the replacement of the source file and put the resolution "G" (644)
11. Reboot to TVRP.
12. Format Date

And ... Hooray! You have full access to TVRP. But the fingerprint scanner now does not work.

Algorithm of actions for getting a full backup and turning on the scanner


Not relevant!Currently, there is a way to get RTH and decrypt DAT!

Post has been editedsergei99959 - 19.02.19, 03:01


--------------------
HomTom HT17 ProResurection Remix 5.8.5 by Matroskin/ HomTom HT37 Pro_Stock / HomTom S99_Stock
_____________________________________________
Life is agony, from birth to death. © sergei99959
vitches69
Message#13
08.01.19, 08:38
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1596
Check in: 23.05.14
HomTom S99

Reputation:-  398  +

TWRP for firmware R12, whothis problem
TWRP 3.2.1, tookhereand just replaced the core from R12.
Attached Image



Post has been editedMgalex - 08.01.19, 23:30
Reason for editing: In the header


--------------------
4

Make your dreams come true, work on ideas. Those who have laughed at you before will begin to envy.
vitches69
Message#14
10.01.19, 21:30
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1596
Check in: 23.05.14
HomTom S99

Reputation:-  398  +

As promised TWRP 3.2.3 for firmware R12. Tookhere.Just changed the core.
Attached Image



Post has been editedMgalex - 11.01.19, 19:24
Reason for editing: In the header


--------------------
4

Make your dreams come true, work on ideas. Those who have laughed at you before will begin to envy.
vitches69
Message#15
14.01.19, 10:20
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1596
Check in: 23.05.14
HomTom S99

Reputation:-  398  +

Fix incoming calls on custom firmware.
I thought on HOMTOM there is no such thing that there are no incoming calls, especially put RR, everything was ok. But today I installed CRDroid and you don’t have them. In general, catch, you can put it once and no more touch, if you do not wake up the vendor. We put through TWRP without wipes.
Attached fileSvyaz8.1.0.zip(832.38 KB)


Post has been editedMgalex - 14.01.19, 22:56
Reason for editing: In the header


--------------------
4

Make your dreams come true, work on ideas. Those who have laughed at you before will begin to envy.
pospelove
Message#16
16.01.19, 15:27
Novice
***
[offline]

Group: Active users
Messages 31
Check in: 20.01.16

Reputation:-  1  +

FRP lock bypass
1 * Download the latest version of the Flash Tooldownload FT
2 * download scatter firmware file (attached)
3 * Run FT, add a scanner, go to the Format tab, switch to Manual Format Flash mode
4 * Region: MMC_USER
Begin Address (HEX) Paste: 0x1a88000
Format Lenght (HEX) insert: 0x100000
5 * press the blue Start triangle and connect the switched off phone. (Do not forget to install the driver beforehand)
6 * Wait for the red one to run, then a green bar and the OK window will pop up.
7 * disconnect the phone from the cord, hold down the volume + and power button, go into the recovery and make a wipe.
8 * after turn on and use!

Add to the cap !!! : happy:

Attached files

Attached fileMT6750_Android_scatter.txt(13.8 KB)


Post has been editedLexx808 - 19.01.19, 13:16
Reason for editing: In the header
vitches69
Message#17
01.02.19, 10:23
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1596
Check in: 23.05.14
HomTom S99

Reputation:-  398  +

I tortured the phone a little, but I think that infa will be useful. Found a testpoint on the phone key.
This is how the phone is determined with the usual flashing of the application.
Normal firmware.
Attached Image

That is (MediaTek Priloader USB Vcom)
And while holding the volume up button.
Testpoint
Attached Image

The emergency port (MediaTek DA USB Vcom) for flashing the application driver lights up. That is, if it turned out that they used the phone, then we try to flash the application manager.Only priloader if ticked everywhere, in this mode will give an error.

Post has been editedMgalex - 01.02.19, 19:16
Reason for editing: In the header


--------------------
4

Make your dreams come true, work on ideas. Those who have laughed at you before will begin to envy.
vitches69
Message#18
02.02.19, 17:13
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1596
Check in: 23.05.14
HomTom S99

Reputation:-  398  +

Made a small multicolored mod TWRP 3.2.3-0 most of the colors on the screen.
Screenshots
Attached Image
Attached Image
Attached Image
Attached Image
Attached Image
Attached Image

Attached filerecovery-output.img(14.51 MB)


Post has been editedvitches69 - 04.02.19, 00:18
Reason for editing: Raised to cap


--------------------
4

Make your dreams come true, work on ideas. Those who have laughed at you before will begin to envy.
vitches69
Message#19
04.02.19, 13:48
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1596
Check in: 23.05.14
HomTom S99

Reputation:-  398  +

DATA section decryption with working Fingerprint Scanner (SOP)

I'll sign for the algorithm of actions:
1) First you need to do everything from this post,
HOMTOM S99 - Discussion (Post anat1004 # 75439772)
Otherwise it will be thrown into the FASTBUT. The only thing that I have is TWRP 3.2.3 (I think it doesn’t matter which one you have)
HOMTOM S99 - Discussion (Post vitches69 # 81979266)
2) Next, go to the system (I personally went through all the settings, only skipped the googol account).
3) After we go into TWRP (you can flash through the USB flash drive) and flash the vendor that is attached below. In TWRP, select the installation, from the bottom Image, find our vendor.img, tick the vendor, svayp in the right. You can not do the date formatting, the SOP settings are already present.
Swing HERE

And for those who do not want much zamarachevatsya. Patch vendor.

Download vendor

Link:

Attached Image

Detailed instructions with pictures
1) Download Vendor_S99.zip and drop it on the memory card.

2) We go in TWRP. Select the installation.

Attached Image


Find our Vendor_S99.zip and click on it.

Attached Image


Swipe to the right and wait for it to be done

Attached Image


3) Without leaving TWRP, we go into the cleaning

Attached Image


Formatting Data and swipe right

Attached Image


We enter yes and confirm

Attached Image


4) We are waiting for the end. Reboot into the system.

5) EVERYTHING .

ATTENTION: After these actions, all user data (photos, videos, games, etc.) will be erased from the phone.


Post has been editedvitches69 - 10.03.19, 01:06


--------------------
4

Make your dreams come true, work on ideas. Those who have laughed at you before will begin to envy.
vitches69
Message#20
09.02.19, 08:52
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1596
Check in: 23.05.14
HomTom S99

Reputation:-  398  +


For several weeks I was tormented, why are some firmwares on android 9, either they are hanging on the boot of animation, or they don’t see the memory and a lot of errors are coming out Helped and suggested that yes how to do DEARoleg ... a . So take advantage, set oleg ... a a plus. It turned out that in the subject of his device, he laid out a special boot for firmware from the topic. It can be flashed once and after sewing (rewrite) the firmware, until the moment you flash the phone through the USB flash drive or flash a stock bottle. It is sewn either through a flashlight or through TWRP (installation / image / Choose boot.img / checkbox on boot). And after that you need to flash Magisk, no matter if it was flashed from you or not, otherwise it will be thrown into the fastboot.
Sample firmware on my device
Attached Image
Attached Image
Attached Image
Attached Image
Attached Image

Attached Image

Attached fileboot.img(8.74 MB)

For those who can not flash boot.img, a patch for TWRP. Stitching after donethis . We sew without wipes. After flashing the patch, you can safely put the firmware required. Do not forget, we do not all firmware fit.
Attached Image


Post has been editedvitches69 - 13.02.19, 09:59
Reason for editing: Added a topic header


--------------------
4

Make your dreams come true, work on ideas. Those who have laughed at you before will begin to envy.
vitches69
Message#21
10.02.19, 12:48
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1596
Check in: 23.05.14
HomTom S99

Reputation:-  398  +

Stock R12 through TWRP

This is done for what many have said about it. Immediately to the govare is worth the core for the requirement, use those who failed to flash the core. Flashing the firmware and immediately rolling MAGISK, otherwise fastboot.
Attached Image


Post has been editedvladseverrr - 10.02.19, 13:40
Reason for editing: In the header


--------------------
4

Make your dreams come true, work on ideas. Those who have laughed at you before will begin to envy.
HOMTOM
 

14 pagesV  1 2 3 4 5 6 > » 


 mobile version    Now: 04/08/19 16:41