Some useful settings - Huawei GX8

https://play.google.com/store/apps/details?id=by4a.setedit22
By using this app you can change settings, which can not be changed normally. A few I would like to explain here. I am not responsible for anything! Use at your own risk!
If you know more settings, you can share it with the other users here.
You can only change settings in the tab "System", as long as the app doesn't have the permission for this. Without root you need to use adb to grant this permission.
I recommend that the phone should be restarted when changes have been made since not all changes are updated directly.
If you don't have the setting you can add it by pressing "+ Add new setting".
Setting: hide_virtual_key
Value: 1 enables it, 0 disables it
What does this setting do: This setting adds a button to the navigation bar, which hides it. You can then make it visible again by moving your finger upwards from the bottom of the screen.
Setting: multiwindow_mode_settings
Value: 1 enables it, 0 disables it
What does this setting do: It toggles the MultiWindow function on/off.
Setting: hw_not_display_week
Value: false enables it, true disables it
What does this setting do: Toggles visibility of week day on the icon of the calender app.
Setting: app_name_two_lines
Value: true enables it, false disables it
What does this setting do: Toggles whether app names should be truncated in the launcher or if they can take two lines.
If you can't enable network speed informations in status bar this might help:
Setting: show_network_speed_enabled
Value: -1 hides it in settings, 0 disables it, 1 enables it
Information: Seems to be completly broken/disabled/removed in B420/B421.

Related

Battery Indicator in TF3D

Hello,
I've been trying to find a way to hide the battery indicator in the taskbar (I prefer to just have the Batti indicator).
In Schapp's Advanced Config the setting is already set to hide it, yet it still shows up, which leads me to believe TF3D has its own setting.
Can anyone shed some light on this (I've got the feeling the answer is staring me in the face)?
Danny
Hi
You have to make a choice: Either battery, or clock. As far as I know - you cant turn off both.
For disabling battery you need to hack your registry:
HKLM\Software\Microsoft\Shell "ShowTitleBarBattery" [DWORD=0]
HKLM\Software\Microsoft\Shell "ShowTitleBarClock" [DWORD=1]
If both are set to 0 --> battery will show
If both are set to 1 --> clock will show
(RS: set both to 0, restart!)
dont forget to restart your device!
If these values are not in "shell" you need to create them. Also see:
http://forum.xda-developers.com/showpost.php?p=1250593&postcount=56
hope this helps
AO

Test my Tasker Profile - Profile Switcher - WIP

I've begun creating a profile scheduler. You can manually change your sound settings using a shortcut added to your home page or add a date and time to allow for automatic changes or by enabling a notification option which adds an icon to the notification bar. This is my first time creating scenes so the GUI isn't all that great yet but it's functional and will change once more complete.
To add it to a home page long click and select to add a Shortcut. Select Task Cut then Profiles. Two automatic profiles are already created (Work and Sleep) so you'll want to change the date and times to suit your own needs. If you add a new timed schedule there are currently 3 tasks you can choose to add (NormalPro, VibratePro, SilentPro). The tasks with Pro at the end are meant to be used only for the automated profiles. If you tap on one of the 3 buttons it will manually enable that setting and disable any automatic times schedules. If you long click one of the 3 buttons it will enable that profile and enable automatic timed schedules (This function will change once I add the individual settings option for each profile). Alternately, you can click the green button to turn on/off the timed profiles.
So far the only 2 settings are available. Close on Select will close the main Profiles window upon selecting one of the 3 profile settings. Notification adds a permanent notification in the notifications bar which launches the main Profiles window when clicked.
It has a boot function so your last setting and profile after boot will be restored.
Installation: Download the attached file to your "sdcard/tasker/projects" folder on your phone, open Tasker and long press on a top Projects tab, and select Import.
Downloads:
Mirror 1: http://db.tt/SCZNA14v
Mirror 2: https://www.box.com/shared/d7hjqzw9fay2cqwfpngv
Future Plans:
Add option for volume adjustment levels for each profile
Add more Profiles like Outdoor which will have higher volume levels by default
Add a whitelist/blacklist
Add option to auto enable profiles based on location
Add option to turn on/off functions like mobile data, wifi, bluetooth

Hide input panels with setting configuration?

Is there a way to hide certain input panels on the window form using configuration or config file of some sort?
For example.... let's say in my database I have items with 12 possible fields in each (Name, LastName, Age, Occupation, Location.......etc).
But what is a user of application only wants to fill in 3 fields every single time (for example - LastName, Age, Location)? Leaving others in place when user doesn't needs them is an extra clutter. So how can I hide or disable those input panels based on user's preference on which fields he wants to use?
--
I think I found a way to hide items by setting Visible boolean.
Code:
this.txtName.Visible = false;
this.lblName.Visible = false;
this.txtOccupation.Visible = false;
this.lblOccupation.Visible = false;
However, how can I move up other fields between or below them? Currently hiding just creates empty spaces.
You can turn the textbox off completely by setting its enabled property to false.
You can then move other textboxes and labels over it by setting their Location.X and Location.Y properties.
You will have to keep track of where everything is on the screen, and what is enabled and what isn't.
stephj said:
You can turn the textbox off completely by setting its enabled property to false.
You can then move other textboxes and labels over it by setting their Location.X and Location.Y properties.
You will have to keep track of where everything is on the screen, and what is enabled and what isn't.
Click to expand...
Click to collapse
Thanks.
Do you know if there is an easy way to move everything up? (lets say I make first item invisible and want to move the 10 items below up) Or will I have to call everyone individually to move up?
Also.. Is there away how I can use TabIndex to call those forms?
There are others ways to accomplish what you are looking for, but no easy route to it.
They all end up as broad as long. You either spend time during the design stage, creating an array of possible tabbed forms to be used by the program later, or spend time designing the program to deal dynamically with the fields required. The latter of the two is harder to do, but it is far more elegant.
Sorry, but there is no silver bullet.

[Q] on tap internal action

Hi,
Is there a way to make some actions (like change the color of a shape or move a shape, hide a bitmap etc.) by taping on an object (bitmap, shape, etc.)
Thanks a lot
karlichon said:
Hi,
Is there a way to make some actions (like change the color of a shape or move a shape, hide a bitmap etc.) by taping on an object (bitmap, shape, etc.)
Thanks a lot
Click to expand...
Click to collapse
By internal means no, with the additional help of Tasker yes. If that is an option for you and you want some more details on the how just ask
kwerdenker said:
By internal means no, with the additional help of Tasker yes. If that is an option for you and you want some more details on the how just ask
Click to expand...
Click to collapse
Yes thanks a lot I Found a very powerfull way with Tasker !
1) Create a Task in Tasker :
- In Tasker, tab Task click "+"
- Gives a name
- Select lugin -> Zooper widget
- Click on the pen in Config bar
- In text field Variable ZW : Give a name to the Variable (ex: MyZooperVar)
- In text field Text ZW : Enter a value (ex: 2)
- Click the save icon
- Your variable must appears under Config section (ex: #TMyZooperVar# = 2
- Go back and select an icon (internal, blank icon for exemple)
- Go back, your task must appears in the list
2) Add an on tap action in zooper widget :
- Create a shape or a bitmap
- Click on "module on tap"
- select Shortcuts -> tasker -> "select your tak"
3) When you click on your bitmap, the tasker task runs and the variable #TMyZooperVar# should be equal to the value "2"
4) For exemple, in order to slide a cursor :
- Create a shape as a cursor
In this exemple, init_pos is the initial position of the shape and offset is the number of pixels to slide for each tab
- In Advanced section of the shape, enter : "[ox]$init_pos+(offset * #TMyZooperVar#)$[/ox]

[Q] the use of buttons?

Is it possoble to get me to press a bitmap and male ot shrink while making a different one grow?
Yes this can be achieved. With any type of toggle input you will need to create a Tasker task which will toggle a variable on or off. You can then output this variable to Zooper and use a conditional to act upon the variable state (in this case you would want to use the bitmap scaling function on each of the bitmaps) then set the module on tap element of both bitmaps to the task shortcut in order to activate it.
The speed at which this works would be dependant on your phone/tablet so it might not work particularly fast.
Is there a video for this? Im kinda confused but im understanding it a little more.
Sorry for not getting back to you sooner.
This isn't a video but should help you to create the toggle in Tasker: http://www.pocketables.com/2013/03/how-to-create-a-toggleable-task-in-tasker.html
After you have got that working you just need to add another action so press + in your task then select plugin, and then Zooper Widget Pro.
In configuration enter the Tasker variable in ZW Text (remember the %) and enter a name in ZW Variable which you want to use in zooper, this can be anything you want. The convention is to use all capitals for Zooper variables buy it is not necessary.
Once you have saved this you will see that Tasker has added #T to the start of your variable and another # at the end, this is what you will be using in zooper.
Exit from the task with the < icon in the top left corner until you are back at the task page. This is important as it saves your task and also you will not be able to access the task shortcut from Zooper (or any other app for that matter) as Tasker will still be in edit mode.
Right, in your zooper widget call up one of your Bitmaps and go to advanced parameters. Enter this code , changing the variable name to what you have chosen
PHP:
$#TTASK#=1?[s]50[/s]:[s]100[/s]$
This tells Zooper to display bitmap at 50% if #TTASK# is set to 1 or 100% otherwise
Go to module on tap, select the Task Shortcut from the shortcuts menu, then select your task from the list - It will probably prompt you to select an icon. Do that and you have finished that bitmap. Now repeat the parameters in the other bitmap but change =1 to =0 so it is reversed then you are done.
Hopefully I haven't missed anything but let me know if you encounter any problems.
I almost got it, when i tap the picture it just switches between hello and world its probly my tasker but ill show u a screenshot
Lstarz said:
I almost got it, when i tap the picture it just switches between hello and world its probly my tasker but ill show u a screenshot
Click to expand...
Click to collapse
You've misunderstood me a little there, probably my fault.
In Zooper configuration enter %Toggle as the ZWText. It need to be the variable you have already defined in tasker, otherwise you are telling tasker to output a variable that you are not setting.
Also, you can just put one zooper plugin activity after the End If instead of having two separate statements as Tasker will read this last and update then.
Dude the man it works now
When I'm done with the widget I'll tell you so u can see what I shud improve, ATM I have 2 five nights at Freddy's widgets posted if u wanna check them out
Yo, the doors work for the toggle, but I'm trying to make chika and bonnie pop up on screen after a certain time that they show up at the doors
So basically, can I make a timer that that is triggered by one bitmap showing up and when it goes to zero a different bitmap pops up?

Categories

Resources