UMIDIGI One|One Pro, technology fashion pioneer, compact flagship

bencebacsi Post time 2018-10-24 22:47:10 | Show all posts    Close [Copy link]
213 29071
Author: bencebacsi

UMIDIGI One|One Pro, technology fashion pioneer, compact flagship

   Close [Copy link]
Post time 2018-10-15 06:55:06 | Show all posts
chewb replied at 2018-10-11 00:02
Have a One Pro a week now. Also have some of the same issues.

- Using a Qi charger, including the Q ...

Unfortunately your hardware could be affected with some internal fault causing interferences during wireless charging and this can be only fixed by retailer.
I don't know any of systems to be itself activating all apps installed on device after booting. Anyway please check in settings for DuraSpeed, in apps & notifications - notifications, and other settings on your device.
There is no settings for notification LED and 3 colours are pre set as default.
Please check for apps activations, notifications etc, maybe play store or other app holding some notification.
Currently we didn't find solution for customising by users notch cutouts and notifications at notch cutouts are pre set as default.

2

threads

100

posts

385

credits

Platinum Member

Rank: 3Rank: 3

credits
385
Post time 2018-10-15 15:52:18 | Show all posts
MarcinP replied at 2018-10-15 06:55
Unfortunately your hardware could be affected with some internal fault causing interferences durin ...

OK, this is getting ridiculous.
As for the issue of apps not starting on reboot, it is not about all apps being launched on reboot and staying in RAM all the time.
The problem is that communication apps are not loaded in RAM and allowed push notifications (in cases of WhatsApp, Viber, etc), and other apps which have the 'start on boot' permission are not allowed to start on boot.
All these apps are restrained and kept closed and non-working until manually open.
Which is a problem, don't you think?
No other system that I know of does this! None.
So, do you think it's time you notify the developers of the issue?

You should be held accountable for the money Umidigi loses by your indifference and lack of action. Potential buyers usually first visit forums to see how a phone is performing, and everyone looking to buy an Umidigi One (Pro) and visiting this forum will decide not to buy the phone, which is a big financial loss for Umidigi.

0

threads

10

posts

100

credits

Senior Member

Rank: 2

credits
100
Post time 2018-10-15 17:20:50 | Show all posts
Edited by Botandroid at 2018-10-25 07:14 \n\n Edited by Botandroid at 2018-10-25 07:13 \n\n Edited by Botandroid at 2018-10-15 21:07 \n\n
chewb replied at 2018-10-11 00:02
Have a One Pro a week now. Also have some of the same issues.

- Using a Qi charger, including the Q ...

After the updates, the Umidigi One makes good stereo sound? Only in calls the volume on earpiece is too low or in every sounds? Thanks

0

threads

4

posts

26

credits

New Member

Rank: 1

credits
26
Post time 2018-10-16 23:16:44 | Show all posts
MarcinP replied at 2018-10-15 06:55
Unfortunately your hardware could be affected with some internal fault causing interferences durin ...

Apps that need to start on boot are WhatsApp, Facebook Messenger, Viber etc.

There are no notifications from these apps after boot, unless they are manually started.

2

threads

8

posts

49

credits

New Member

Rank: 1

credits
49
Post time 2018-10-18 15:06:35 | Show all posts


This snippet starts an Application automatically after the android-os booted up.

raw ·
copy
· download
in AndroidManifest.xml (application-part):

<receiver android:enabled="true" android:name=".BootUpReceiver"
        android:permission="android.permission.RECEIVE_BOOT_COMPLETED">

        <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
                <category android:name="android.intent.category.DEFAULT" />
        </intent-filter>
</receiver>
[..]
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
[..]

public class BootUpReceiver extends BroadcastReceiver{

        @Override
        public void onReceive(Context context, Intent intent) {
                Intent i = new Intent(context, MyActivity.class);  
                i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                context.startActivity(i);  
        }

}

Comments

Thank you very much for this. Now, if only Umidigi developers could take a look at the code and implement it..  Post time 2018-10-18 16:11

0

threads

8

posts

113

credits

Senior Member

Rank: 2

credits
113
Post time 2018-10-21 00:35:46 | Show all posts
choda replied at 2018-10-18 15:06
This snippet starts an Application automatically after the android-os booted up.

raw ·

Can you explain this more closely, please?

0

threads

8

posts

113

credits

Senior Member

Rank: 2

credits
113
Post time 2018-10-21 00:50:00 | Show all posts
Edited by kakyn at 2018-10-21 02:18 \n\nI would welcome the feature that is implemented in all other phones I've seen - setting the phone ON and OFF at a preset time ...

0

threads

1

posts

6

credits

New Member

Rank: 1

credits
6
Post time 2018-10-24 20:34:48 | Show all posts
HI,
I received my order it is UMIDIGI UMI ONE    phone but unfortunately it drops from my hand and the digitizer(touch screen ) is broken.Could you please he lp me to get this replacement.
Kind regards,
Astra

0

threads

33

posts

144

credits

Senior Member

Rank: 2

credits
144
Post time 2018-10-24 21:02:11 | Show all posts

FINGERPRINT MISSING AFTER CUSTOM ROM INSTALLATION - PLEASE HELP

UMIGIDI ONE PRO FINGERPRINT MISSING: I tried to install custom rom an root my new UMIDIGI ONE PRO Android 8.1 Oreo. I couldn't root the phone because it was impossible to mount data partition. No tutorial could help me. However I installed the rom, (I got from the official website of UMIDIGI), the phone is still not rooted, and the worse about all ist, THE FINGERPRINT FUNCTION IS MISSING FROM SETTINGS. And there is no installed "com.fingerprintauthentificationservice installed in the apps. I guess the installed rom doesn't include the fingerprint. Unfortunately, I apparently lost my backups trying to fix the problem with twrp. Could anyone help please. Is there any custom rom for UMIGIDI ONE PLUS sopporting the fingerprint or does anyone know how to fix the problem? Thanks a lot.

I installed the OTA update, but the problem is still not fixed. I tried with three different rom verions, still not there. I entered the engineer mode and tested the sensors. Everything is OK except the fingerprint for wich it said "not supported". But I'm 100% sure, it's not a hardware problem. Because the phone is new and never felt down. The fingerprint just disappeared, when I installed custom rom. I try to restore everything, but it is not fixed. Any other solution I can try?

12

threads

124

posts

774

credits

Diamond Member

Rank: 4

credits
774
Post time 2018-10-24 22:47:10 | Show all posts
Blackchancellor replied at 2018-10-24 21:02
FINGERPRINT MISSING AFTER CUSTOM ROM INSTALLATION - PLEASE HELP

UMIGIDI ONE PRO FINGERPRINT MISSIN ...

Nobody can help you with a custom rom since there is no one available, probably wont be. PixelExperience is the closest one that work I think.

But to make TWRP data partition work on the original ROM, you can do the following.

0.Install TWRP from here http://community.umidigi.com/for ... &extra=page%3D1

1. now we need to edit the fstab file
because its a MTK device your fstab file looks like fstab.mt6763 or simliar
2. Download Mixplorer from XDA Thread. ( this root explorer is the best because it set permission automaticly.)
3. open mixplorer and browse to root/system/vendor/etc/fstab.mt6763..
4 open that file and search for ( should be line 15)

  1. /dev/block/platform/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,errors=panic wait,check,quota,formattable,resize,forceencrypt=/dev/block/platform/bootdevice/by-name/metadata,
Copy the Code


5. edit the file to this
  1. /dev/block/platform/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc,errors=panic wait,check,quota,formattable,resize,encryptable=/dev/block/platform/bootdevice/by-name/userdata,
Copy the Code


6.save and turn off the phone
---
7. Wipe Data from device and enter in the phone again and no more encryption so twrp will be able to access the data partition.
You have to log in before you can reply Login | WELCOME TO UMIDIGI COMMUNITY

Points Rules

Quick Reply Top Back to list