LightBlog

samedi 2 avril 2016

Joying Android 5.1.1 Lollipop 10.1 inch video review

This user did a video review of his newly received 10.1" Head Unit with Android 5.1.1 lollipop from Joying

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

What do you think? is this worthy or should I go for the Octa Core from InDashNet with Lollipop?
(in any case I would go with 7 inch, 10.1 maight be a bit of an overkill)


from xda-developers http://ift.tt/1RvE3V4
via IFTTT

A "Day by day" ROM for G850F ?

Is there any finnished custom ROM that have no problems like camera and other random crashes?

I like CM but the 13.0 port is still a bit buggie and CM 12.1 the same. Any suggestion is welcome.

Inviato dal mio SM-G850F utilizzando Tapatalk


from xda-developers http://ift.tt/1X6cli1
via IFTTT

[ROM][KIW-L24] customrom.NOVA.Xposed.L24-B140

customrom.NOVA.Xposed.R5

OK here's my Nova.Rom with the xposed framework and it's:
Deodexed
Debloated
No-Swap
zipalingned
Tethering is enabled
Busybox - Dolby Atmos - ES File Explorer - QuickBoot - SuperSU are installed
it's using the MM Icons from NOVA

I did not test any xposed apps but the framework is their and active
If you need the xposed uninstaller or updates their here >> http://ift.tt/1BzIZk8 Thanks @rovo89



6 Apps need updating on install ...sorry forgot about that
I'll update this to B151 as soon as I get it


from xda-developers http://ift.tt/1RvE0c7
via IFTTT

Android CPU Governor tunables

i know what they are, I just don't know what each one of them exactly does. I googled, but i didn't find anything about them...

I would like to know what each one of these does and what their values mean: Hotplug governor

cpu_down_avg_times: 100
cpu_down_differential: 5
cpu_input_boost_enable: 1
cpu_input_boost_num: 2
cpu_rush_avg_times: 5
cpu_rush_boost_enable: 1
cpu_rush_boost_num: 4
cpu_rush_threshold: 98
cpu_rush_tlp_times: 10
cpu_up_threshold:90
down_differential: 15
ignore_nice_load: 0
io_is_busy: 1
sampling_down_factor: 1


from xda-developers http://ift.tt/1SuDPtU
via IFTTT

Can't receive noticies despite donation

Hi despite i've the donation version, and i've allowed all xposed based settings, i can't receive whatsapp, telegram ecc notices. Is there any solution?


from xda-developers http://ift.tt/21YWVNO
via IFTTT

Google Fit heart rate monitor code : onDataPoint not called

I',m trying to read heart rate from MIO FUSE device. when connected via the app, the Mio Go App does not sync data with Google fit. I tried directly pairing the device via bluetooth menu and enabled 'Body Sensor' from google fit app.

Code:

Fitness.SensorsApi.findDataSources(mGoogleApiClient, dataSourceRequest)
                .setResultCallback(dataSourcesResultCallback);

returns a data source with name of the device and type "DataType.TYPE_HEART_RATE_BPM" datasource. I use that data source to register a listener to get the data. I used the following code for that.

Code:

SensorRequest request = new SensorRequest.Builder()
            .setDataSource( dataSource )
            .setDataType( dataType )
            .setSamplingRate( 10, TimeUnit.SECONDS )
            .build();

Fitness.SensorsApi.add(mGoogleApiClient, request, this)
            .setResultCallback(new ResultCallback<Status>() {
                @Override
                public void onResult(Status status) {
                    if (status.isSuccess()) {
                        Log.e(TAG, "SensorApi successfully added");
                    } else {
                        Log.e(TAG, "adding status: " + status.getStatusMessage());
                    }
                }
            });

This method successfully executes and I get the success result too. But I did not get any callback to

Code:

@Override
public void onDataPoint(DataPoint dataPoint) {
    //do stuff
}

Is there anything more I have do before getting the values.

Phone : MOTO X Running on Android M Bluetooth device : Mio Fuse

1) is there an issue on the way I try to get the values?

2) is there any other way (an app) where I can register the device which will push periodical heart rate results to google fit. I tried this app Heart Rate OS2 app but it did not even asked me to pair my device with it. Endomonodo and Sport gear tracker reported the heart rate along with activity but not directly.


from xda-developers http://ift.tt/1UKE5v9
via IFTTT

Samsung S5 G900F (Marshmallow) User manual

Hi,

Samsung was yesterday updated the G900F MM user manual !

But I think this is (April fools)from Samsung because the UM file corrupted also till now no official MM update for G900F !!



Verstuurd vanaf mijn SM-G901F met Tapatalk


from xda-developers http://ift.tt/25CF9EB
via IFTTT