Since I couldn't find this info anywhere I opened this thread to collect informations about possible activity settings in various ROMs. Attached are the possible activity settings for the Amazfit Pace Chinese BETA 2.6.0.12 ROM.
I limited myself to the settings of the following activities for now:
Run, Walk, Bike, Trailrun,Climb,Skiing
Feel free to add infos about other activities or activity settings in other ROMs
Does anyone know what:
Settings - other settings - 3D Data
does?
I guess it is using the elevation data for the calculation but I'm not sure.
Related
Hi everyone. Im one of the developers of SwitchMe, and app that allows multiple secure logins into separate installations of android on a single device. The pr is after the break.
I really need a few people to check into some issues people on the Flyer have been experiencing. There are some warnings involved:
- testers must perform a full nandroid backup before using the app, it is not our responsibility if you start getting boot loops
- if you report results or bugs, please use the "Write to us" function in the app whenever possible, and always describe the issue in the header of the logs you send
- if you post here, bes sure to include your device type and rom
- if you have apps installed on sd, be sure to mention that as well
--------------------------------------------------------------------
SwitchMe is a unique application for root users that allows you to log in and out of multiple installations of Android just as you would on a desktop computer.
The technology behind SwitchMe saves all of your applications and data, protects it and stores it as a file in memory. You can then log out of an
account and log into a fresh installation of Android or another account with its own unique content.
You may create as many profiles as the memory is capable of holding. Some of these may require very little free memory because they contain few apps,
others will be larger as they contain many applications and lots of cache and data.
Why is this functionality useful?
Privacy - the most obvious benefit is that you can securely share one device among multiple users, which gives you privacy and peace of mind.
Testing - if you are a developer, you can use profiles as clean sandboxes to test your applications and their interaction with the system.
Gaming – with multiple installations of Android on a single device, you can now play online MMOs as different characters.
Speed - the games your kids play slow down your tablet, but with SwitchMe you can easily create profiles without games or instant messengers.
Battery life - when the battery is low but there are important emails or documents to edit later, switch to a profile which only contains these essentials.
These of course are only suggestions - there are plenty of other uses for the functionality SwitchMe offers.
Market link:
https://market.android.com/details?id=fahrbot.apps.switchme
The Lite version allows the creation of two profiles, enough to test on.
Screens:
Any issues to report or is everything working flawlessly as usual?
SwitchMe 1.2 has been rolled out and now includes a lockscreen replacement:
1.2
Added lock screen for logging in and out
More stable Fast switch implementation
Reworked UI colors
Now, its very important that we get some feedback on how this big new feature works, so please read up on it in the help and post your thoughts!
1.2.2 - HOTFIX 2
Reworked widget on qHD+ displays
Fixed widget text on HC and ICS
Fast switch improved on older devices
Anything at all? How is the lockscreen?
Its working perfectly here! Thank for this awesome app!
Anything other than praise to report
Sorry - its working fine so just praise
Next version the switch screen will be for all accounts...
What do you think of yesterday's update?
Using LeeDroid 4.1 - The second profile that was created is not a second LeeDroid but standard HC version... (so worked somehow as a bootmanager but only this one time)
2. attempt with LeeDroid as expected...
With Virtuous 0.1.1 as expected
that's not possible...
Sent from my GT-P7500 using xda premium
1.4.3.7
Fixed device specific switch screen crashes and issues
Fixed UI bug in switch screen preferences
If anyohe had problems with superuser before, this should fix them. Please let me know if that is the case, its important we get some feedback here!
Anything to report regarding yesterday's release?
By the way we released a new app today some of you might also find useful, you can find it here:
http://forum.xda-developers.com/showthread.php?t=1538222
PLEASE CHECK IT OUT AND BE KIND
Touch Blocker Beta - a simple but useful app that makes holding and using your device easier
There are two basic functions:
- create dead zones where touches do not register
- filter the screen when reading in low light
We are already in a relatively stable Beta release - whats left now is adding new features and making it all look pretty. You can follow this process at the thread here.
Please be sure to write suggestions - we are looking forward to engaging the community and building a useful and nifty application that many will enjoy!
Market link
https://play.google.com/store/apps/details?id=fahrbot.apps.touchblocker
Screens
Debugging
If you experience issues, the best way to help is by reproducing them and then clicking "write to us" - be sure to include a description of your error or we may not read the logs.
1.5.3.1
Fixed issue with lock on boot
Fixed some rare crashes on lock screen
Fixed MIPS and X86 Key compatibility
Any issues to report?
Any issues with the latest build?
I take it everything is fine...
Any issues to report?
Dear experts,
I'm looking for an App which allows efficient control of the 'Restrict background data' checkbox on a per-App Basis.
In ICS today I can navigate
Settings -> Data Usage -> "someAPP"
and then check/uncheck the 'Restrict background data' checkbox to make the data traffic explicit for me: If I don't use "someAPP" I can expect that there is no background data traffic generated by "someAPP" (no extra cost in roaming mode).
I do have some apps (e.g. a pushmail app for company mails) which I always want to allow the use of background data in order to get my mail.
Other's (e.g. use of gmail, G+, etc.) I want to toggle the behaviour very quickly:
If I'm in 'roaming' mode: disable, if in my home-network with flat cost: enable.
This is the reason I can't use the 'Mobile Data' switch.
Today I navigate as shown above, which is cumbersome and likely to be incomplete.
I think of an app, where you can compose a list of apps (from the installed ones) and enable/disable 'restrict background data' for apps on this list with one click.
Any idea, if an App featuring this exists?
thanx,
pottendo
PS: I've found
http://forum.xda-developers.com/showthread.php?t=1326157
which's suggestion is not exactly meeting my requirements.
Hacking support...
hi,
as there was no response I started hacking myself - based on the settings app from the AOSP tree.
With some significant help (thanx gw) I managed to extract some internal API to access the network policy manager from my app - just like the android settings app does.
The code is:
[...]
mPolicyService = INetworkPolicyManager.Stub.asInterface(
ServiceManager.getService(Context.NETWORK_POLICY_SERVICE));
[...]
... mPolicyService.getUidPolicy(packages.get(position).uid)...
[..]
Now I'm stuck at:
[...]
05-14 21:54:31.478: E/AndroidRuntime(19765): java.lang.SecurityException: NetworkPolicy: Neither user 10107 nor current process has android.permission.MANAGE_NETWORK_POLICY.
[...]
although my manifest lists:
[...]
<uses-permission android:name="android.permission.MANAGE_NETWORK_POLICY"/>
[...]
So any ideas to allow my app to behave just like the settings app?
thanx, pottendo
PS: would have posted this in the android developer forum - but still missing some posts..
Update...
Just to keep you updated (and collect some meaningful posts ): I managed to include the app within a system image (nadlabaks Milestone CM9) and set the respective permission in the manifest:
<permission androidrotectionLevel="signatureOrSystem" />
this seems to work somehow - but still not entirely.
pottendo
Solution!
hi,
finally I found the 'fix' for my application.
I moved the source of my little app to a android buildable tree and built within this framework. It get's properly signed then and either is part of my home-made mod-image, or (for a shortcut, thanx to nadlabak!) I can copy the app to /system/app on my phone via 'adb push ...' and install from the phone.
'adb install -r ...' cannot be used, as this is no option for system apps.
It works now, and I'm now able to control the BG data propery from my app. Now I should start learning java ui programming...
thanx for listening,
pottendo
Share?
Hi,
This is exacty what I'm looking for !!
Would you mind sharing your work? If yes, please email me.
Thanks !
Olivier
Sorry, overlooked your request.
I've not done too much since my last post - i've an international flatrate now.
The build setup is quite complex as internal Android interfaces are used.
I have to reverse engineer again for Android 4.2.
I'll followup ... But don't hold your breath!
pottendo
Sent from my Galaxy Nexus using xda app-developers app
Hi everybody,
First I'm not sure if my question corresponds to this forum. My apologies if so!
I'm using a Huawei Mate 10, with Oreo 8.0.
It has two interesting options for network rules configuration (i don't know if they are from Oreo or from Huawei, can any tell me this, please?) in Settings-- > Wireless & networks --> Mobile data;
- Networked app: It can configure per app network rules such as mobile/wifi data, but background/roaming data too.
- Data saver: I think it applies a drop rule to all background data with a white list. This is correct?
I would like to backup this rules. I tested AFWall+, ant it's a great software, but it does not have background data rules management.
I have tried Huawei Backup and Restore apk, and backing up "Blocked", "System UI" and "Settings" elements, the rules are not restored.
Is there any way to accomplish this?
I would like to accomplish this with the apk permission rules for run in background. In my case this option is in Settings - - > Battery - - > Launch. I could not find any apk to do this.
Thanks a lot!
Operich
If anyone wants to have direct and easy access to real time HR data of Mi Band, for example to create a custom notification, exporting it to a PC or any other reason, here's an easy way.
- install Notify & Fitness app
- in Tasker, create new profile, event, system, intent received, action "com.mc.miband.heartRateGot"
- add a task with whatever action you want. The last measured HR is stored in variable "%value"
Whenever band measures a HR, this intent gets activated and %value is updated. For real-time measurements start a workout.
There are more intents available, the full list can be found here http://www.mibandnotify.com/help/tasker_send_intent.php
do all the results of those intents stored in "%value" variable ? or it changes with the action ? If it changes, how can I know all the other variables ?
please help I am trying to find those variables...
madkiran said:
do all the results of those intents stored in "%value" variable ? or it changes with the action ? If it changes, how can I know all the other variables ?
please help I am trying to find those variables...
Click to expand...
Click to collapse
Per the documentation (link in the first post), the result of intent is always stored in "%value" variable.
_mysiak_ said:
Per the documentation (link in the first post), the result of intent is always stored in "%value" variable.
Click to expand...
Click to collapse
yeah. value is working for all intents.. but I couldn't find that in the documentation'
I’m building an app to monitoring the android device in Kotlin.
I’ve looked in 3 obstacles:
1 - The difference between android under and post 7.0.0 on foreground services
2 - Chinese ROMs, with an agressive kill of apps when user do a simple clean on last apps
3 - which android tool can I use for resolve it.
I’ve seen until now: AlarmManager, permanent notifications, accessibility service… Broadcast receiver to up application when system restart and battery optimization, but all my tries didn’t seem to help me in solving.
For example, the follow tutorial doesn’t work after I clean the lastest apps used in a Chinese ROM (Xiaomi): robertohuertas.com/2019/06/29/android_foreground_services
Showing permanent notification is the only way according to android docs. But chinese rom use there own task management to save battery which even closes permanent notification, If user manual cleans app from resent task. Currently i am ignoring those devices/ limited support. I am looking for better solution.