[Completed] Is it OK to use bottom navigation along with tabs? - XDA Assist

Is it OK to use bottom navigation along with tabs?
Sample scenario:
Tabs contains: Recommended | Popular | Action | Comedy | Drama
Bottom navigation contains: Store | Now Playing | Watch list | Profile

midoreigh said:
Is it OK to use bottom navigation along with tabs?
Sample scenario:
Tabs contains: Recommended | Popular | Action | Comedy | Drama
Bottom navigation contains: Store | Now Playing | Watch list | Profile
Click to expand...
Click to collapse
Greetings
Try posting your query in:
> Android Development and Hacking > Android Q&A,Help and Troubleshooting.
Experts there may be able to help you.
Good luck

Related

[Settings] Paranoid Android Hybrid Mode App by App Setting

It's great to be able to set up apps with individual display settings through Paranoid Android's built in utilities. The problem is that it often takes a lot of trial and error to get just the right size. I wanted to start a list of Apps and their settings for the Galaxy S3 and its 4.8 inch screen, sourced from the community. It will certainly make setup significantly faster and easier. Please post any Apps that you have I'll add them to the list.
AppName | Size | Layout | Force | Large Screen
The List:
Gallery | 250 | 600px | No | No
GMail | 250 | 600px | No | No
Google Search (Now) | 250 | 500px | No | No
Netflix | 250 | 720px | No | Yes
Play | 250 | 540px | No | No
I started this thread in the international version's App's and Themes section, and that should really be the master list because the settings apply to any GS3, but I'll keep updating the list here too.
link to that thread: http://forum.xda-developers.com/show...php?p=30042353
Link to the thread is broken. Mind fixing it?

[Q] 4.1.2 stock rooted navbar menu key available?

Is there a MOD to enable the Menu key to be available on the Navbar instead of what's listed in the Quick Options menu? I've looked all over, haven't found anything yet. I've run out of query to search for, so I figured I'd ask, maybe someone know if it's possible.
The original options are found in : Settings > Display > Quick launch > None | Screen capture | Applications | Search | Camera. I just need a Menu button.

Resize active area of a broken screen

My Nexus 5 (lollipop) was dropped and the screen has some small cracks in the lower 1.5 cm, but the digitizer is damaged in other areas. Currently the functional touch screen is all but ~7mm right margin plus some 5mm at the bottom margin, as follows:
Code:
[CENTER]|----------------|
| x|
| x|
| x|
| x|
| x|
| x|
| x|
| x|
| x|
| x|
| x|
|xxxxxxxxxxxxxxxx|
|----------------|
[/CENTER]
where x is area unresponsive to touch.
e.g. I cannot swipe to the right not touch the most right buttons in the virtual keyboard.
Is there a software solution (probably requires rooting, preferably not) to limit the screen area of the android system? I mean tell the lollipop to only use the functional rectangle for display?
Thanks in advance!
(btw, I'm not a robot)

[Completed] Kernel Power module issue

Hi folks,
Im not sure if this is the right place to post my thread, but I need help for my experiments on my powersaving module, which I developed for observing how different parameters such as GPU scaling, CPU scaling,
screen brightness scaling and Vibration Strength scaling could have an impact on the overall battery runtime of a smartphone.
For these experiments I developed a simple application which should stress the battery and therefore targets the parameters I stated previously. Note that all the parameters are scaled down progressively, meaning that reaching 90% [P9] , 80% [P8] , 70% [P7] etc. of battery charge, the parameters are scaled down according to this table:
|Max screen| Vibration| Max | Power | Max
|brightness | (%) | CPU | Bias | GPU
| (0-255) | | (GHz) | ( �) | (0 - 6)
----------------------------------------------------------
P9 | Default | Default | Default | 50 | 0
P8 | 150 | Default | 1958.4 | 50 | 1
P7 | 100 | Default | 1728.0 | 100 | 1
P6 | 40 | 30 | 1574.4 | 100 | 2
P5 | 30 | 30 | 1267.2 | 100 | 3
P4 | 20 | 30 | 1190.4 | 200 | 3
P3 | 10 | 0 | 1190.4 | 200 | 4
P2 | 5 | 0 | 1036.8 | 300 | 4
P1 | 3 | 0 | 1036.8 | 300 | 5
P0 | 1 | 0 | 960.0 | 300 | 5
My observations:
- Without scaling any parameter i.e. leaving the smartphone in its original state, it runs for approx. 4 hours
- Scaling down ALL parameters together, the phone runs for approx. 6,5 hours
- Scaling down ONLY the Screen brightness parameter, I can extend the run-time by approx. 1 hour, which proves that the screen brightness is the main cause for poor
battery runtime.
- Scaling down ONLY the vibration strength does not extend significantly the battery runtime
My module seems to behave correctly, however I cannot figure out the following issue:
- Scaling down ONLY ONE parameter, say CPU or GPU, I cannot see any siginificant improvement in battery runtime, sometimes there is even no actual impact !
I was looking on the internet and even on scientific papers for the cause of this behaviour, but I wasn't lucky !
Maybe you guys can figure out what the actual reason is behind this behaviour !
Thank you
AMCScarface said:
Hi folks,
Im not sure if this is the right place to post my thread, but I need help for my experiments on my powersaving module, which I developed for observing how different parameters such as GPU scaling, CPU scaling,
screen brightness scaling and Vibration Strength scaling could have an impact on the overall battery runtime of a smartphone.
For these experiments I developed a simple application which should stress the battery and therefore targets the parameters I stated previously. Note that all the parameters are scaled down progressively, meaning that reaching 90% [P9] , 80% [P8] , 70% [P7] etc. of battery charge, the parameters are scaled down according to this table:
|Max screen| Vibration| Max | Power | Max
|brightness | (%) | CPU | Bias | GPU
| (0-255) | | (GHz) | ( ‰) | (0 - 6)
----------------------------------------------------------
P9 | Default | Default | Default | 50 | 0
P8 | 150 | Default | 1958.4 | 50 | 1
P7 | 100 | Default | 1728.0 | 100 | 1
P6 | 40 | 30 | 1574.4 | 100 | 2
P5 | 30 | 30 | 1267.2 | 100 | 3
P4 | 20 | 30 | 1190.4 | 200 | 3
P3 | 10 | 0 | 1190.4 | 200 | 4
P2 | 5 | 0 | 1036.8 | 300 | 4
P1 | 3 | 0 | 1036.8 | 300 | 5
P0 | 1 | 0 | 960.0 | 300 | 5
My observations:
- Without scaling any parameter i.e. leaving the smartphone in its original state, it runs for approx. 4 hours
- Scaling down ALL parameters together, the phone runs for approx. 6,5 hours
- Scaling down ONLY the Screen brightness parameter, I can extend the run-time by approx. 1 hour, which proves that the screen brightness is the main cause for poor
battery runtime.
- Scaling down ONLY the vibration strength does not extend significantly the battery runtime
My module seems to behave correctly, however I cannot figure out the following issue:
- Scaling down ONLY ONE parameter, say CPU or GPU, I cannot see any siginificant improvement in battery runtime, sometimes there is even no actual impact !
I was looking on the internet and even on scientific papers for the cause of this behaviour, but I wasn't lucky !
Maybe you guys can figure out what the actual reason is behind this behaviour !
Thank you
Click to expand...
Click to collapse
Hello,
First of all, nice work mate.
XDA Assist is for newbies finding their way around XDA Developers.
You may post your query here or here, you maybe able to get some relevant help.
Thank you!
Regards
Vatsal,
Forum Moderator.
Vatsal said:
Hello,
First of all, nice work mate.
XDA Assist is for newbies finding their way around XDA Developers.
You may post your query here or here, you maybe able to get some relevant help.
Thank you!
Regards
Vatsal,
Forum Moderator.
Click to expand...
Click to collapse
Thank you very much

Custom Roms

Guys there is any custom rom available for this amazing phone?
Not yet, but the future looks promising...
galaxys said:
Not yet, but the future looks promising...
Click to expand...
Click to collapse
Hoping so this phone deserves it
Since this phone will be sold in the USA as well, I have the feeling it will see some rom support in the near future. At least I hope so .
Sent from my Nexus 6 using XDA-Developers Legacy app
i have seen a custom rom in a folder o
i have seen a custom rom in a folder of my fav. dev. Tkkg1994 at android file host i dont know why he is not publishing it ... this rom is uploaded at 26 december but waiting for the dev to confirm us for installation thanks.
If you guys really want roms I would say get to learning to do it yourself as that is your best bet. Even though this device will be available around the world many devs do not like working on Huawei devices short of the Nexus line. Even the honor 8 didnt really see much for development even though there is a partnership with XDA. It didnt help. Yes there are a few but not nearly as many as there would be if people stopped waiting on other people to do things for them and stepped up themselves.
zelendel said:
If you guys really want roms I would say get to learning to do it yourself as that is your best bet. Even though this device will be available around the world many devs do not like working on Huawei devices short of the Nexus line. Even the honor 8 didnt really see much for development even though there is a partnership with XDA. It didnt help. Yes there are a few but not nearly as many as there would be if people stopped waiting on other people to do things for them and stepped up themselves.
Click to expand...
Click to collapse
I wish to develop but I don't have the basis to do it. I hate to wait for someone else.
Not happening most likely. Especially with the new way to update/install Roms. Has Huawei ever released sources/files needed to do custom Roms.
I do miss the stock ROM for mate 8.
Custom Roms are not what they used to be. After going back and forth between Nexus up and mate 8 for the last year plus.
intruda119 said:
Especially with the new way to update/install Roms.
Click to expand...
Click to collapse
I assume that any custom rom would just be flashed in TWRP, though, so it wouldn't matter much.
before they can cook custom roms they must have to solve the partial root problem first,if not it will be just hopes and dreams.
eddmecha said:
before they can cook custom roms they must have to solve the partial root problem first,if not it will be just hopes and dreams.
Click to expand...
Click to collapse
Partial Root Problem?
I just saw the US release for this phone and was considering it to replace my Nexus6 (o.g.) since so far, nothing out there comes close to my N6. Of course I came on XDA first before ordering to check out the ROM and mod support for the phone since that is another "Must have" for whatever phone I get to replace my N6.
Doesn't seem to be too much activity in here, possibly because I thought the phone was only available for international sale until now? But if you are mentioning some sort of ROOT problem, then perhaps I'm going to have to keep on with my N6 until someone releases a comparable phone.
Based on what I have seen on XDA for Mate 8, I don't expect many custom roms. Maybe a few more than the Mate 8 depending on interest. For now I would be happy with root and Xposed (not yet ready for Nougat as I understand).
i just saw there is a new custom rom on chinese offical forum with root and instruction. But doesnt seems good
jc83419 said:
i just saw there is a new custom rom on chinese offical forum with root and instruction. But doesnt seems good
Click to expand...
Click to collapse
It's a start
The Chinese custom rom JC was talking about is:
http://club.huawei.com/thread-11768329-1-1.html
Don't know how good they are, never used one.
---------- Post added at 11:40 PM ---------- Previous post was at 11:36 PM ----------
A quick copy/paste of google translated, my Chinese is sketchy at best, so not going to try to translate for people:
【ROM details】
This version is based on the official EMUI5.0 modified production, and for the appropriate streamlining.
New features using embedded code, and the perfect integration of the original Emui style.
Join the functions are practical and user-friendly, stable and smooth system!
Disclaimer: Please respect the results of the work of the author to prohibit the second package based on the ROM! . .
ROM in order to do a good job, spent more than N energy, like the machine friends, please support!
Update:
new features and optimized as follows:
increasing the resolution adjustment: You can switch 1080x1920 720x1280 640x960 480x854
reduce the screen resolution can reduce power consumption, improve fluency, especially playing games (but the image quality will be reduced)
was added to adjust the DPI, You can adjust the DPI value of sliding (240 ~ 480), dpi smaller visual area, the effect of the more delicate.
Join desktop layout adjustment (increase 5x6,6x6,6x7,7x7,7x8,8x8), desktop icons size can be freely adjusted
increase blocker (K Settings - More settings)
built a complete root privileges
support init.d script to automatically run (the need boot automatically execute the script, you can put /system/etc/init.d, permissions can be ignored)
added status CPU / battery temperature display automatically answer the call modification (increase in both modes)
to join the call automatic answer (thanks machine friends donate developers this feature), the waiting time is adjustable (default 5 seconds Auto answer)
options: do not enable | Auto answer only connect the headphones / Bluetooth headphones | in any case automatically answer | no case to answer and automatically activate hands
joined dial forced handsfree phone option (in some cases practical)
was added horizontal screen lock option (K- set up inside the key / button to set relevant options)
new power button double-click to open the flashlight
new HOME key to switch double-click program recently added two fingerprints upper / lower sliding custom features
added screen video calling shortcut method, with reference to the K-setting navigation buttons, screen assistant and invisible button settings
to add 20 kinds of battery icon style (ring and square, etc.)
like DIY Friends of the machine according to their preferences replace /system/framework/kangvip-res.apk inside the battery icon related
to revise the navigation bar height adjustment, button icons with altitude changes. Click the Back button to hide the drop-down notification bar
added to the status bar displays time seconds, the day of the week, and refined display (morning, evening, midnight, chenshi etc.)
added wifi password for viewing
the status bar time option, can be centered, left home, Right and hidden.
Join goggles feature, you can set the start mode is defined in K
, Join Action is set to decline, the default is the drop-down notification bar
added mobile terminal into the brush REC function (K- Settings> More settings)
to join the network mode is set (locked 2G | 3G | 4G )
The navigation bar buttons added to the lock screen, you can adjust the height and completely hidden.
Home key, back key, press the function key lock screen to select
the following options:
Flashlight | Shortcut menu | screenshots | Locker | suspension procedure | Advanced Settings | voice assistant |
end of the current program | Goggles | Return key | Home key | menu key | volume up | volume down | switch the current program and the recent program |
| brightness adjustment | toggle WiFi | mobile data | sound pattern | screen recording | optional procedures ...
Double-click on the status bar action:
The following options are available:
flashlight | shortcut menu | screenshots | Locker | suspension procedure | advanced settings | voice assistant |
end of the current program | goggles | return key | Home key | menu key | volume up | volume down | switch the current program and the recent program |
| brightness adjustment | switching WiFi | mobile data | sound pattern | screen recording | optional procedures ...
battery icon set, with the following options:
default
does not display percentages
show only the percentage of
the hidden percentage and icon
at the top of linear power
at the top of the percentage of linear power +
10 + optional battery icon
The status bar displays real-time network traffic, with the following options:
Hide
line display
also shows upload / download traffic
added utility screen assistant (see the specific effects of the accompanying drawings):
All keys press action has the following options:
flashlight | shortcut menu | screenshots | Locker | suspension procedure | advanced settings | voice assistant |
end of the current program | goggles | return key | Home key | menu key | volume up | volume down | switch the current program and the recent program |
| brightness adjustment | toggle WiFi | mobile data | sound mode | screen recording | optional programs | etc ...
increase the screen assistant minimized function (by pressing achieve), watching movies or playing games can appear as a small dot
memory screen assistant position, re-open the closed position after consistent with the previous close (also the case after the restart the phone)
was added matting screenshots (via long press to achieve), when shots directly matting, graffiti
restart option added quick restart | Recovery mode | Fastboot mode.
Notification bar added invisible buttons:
you can select Left / center / right of abode.
Tap / long press has the following options:
Flashlight | Shortcut menu | screenshots | Locker | suspension procedure | Advanced Settings | voice assistant |
end of the current program | Goggles | Return key | Home key | menu key | volume up | volume down | switch the current program and the recent program |
| brightness adjustment | toggle WiFi | mobile data | sound pattern | screen recording | optional programs | etc ...
Join operators to customize the display settings.
Join Close Google Services options
added on / off system update option
Thanks for share it.
Maybe someone can make a new thread with this and port it and translate it to English .:fingers-crossed:
Hope to see a ROM besides the preinstalled one for this beastly phone.
KangVIP ROM is out for the Mate 9. If I do get the phone I'll be doing a stock based rom but I'm not sure if I wanna drop $600 right now. You need a Baidu cloud account to download the rom.
http://pan.baidu.com/s/1pLrqH2F
Everything listed is all i need.
very nice to see custom roms out there. this is my first huawei some one can guide me how to flash custom roms

Categories

Resources