Searching for Nexus 6P build.prop - Nexus 6P Q&A, Help & Troubleshooting

Hey,
can somenone please send me a Screenshot or pastebin link for Nexus 6P /system/build.prop? Very important are the ro.product lines and ro.build lines.
Thank you!!!!

Related

SecMms.apk theming ?'s tw att **SOLVED**

so well theming so parts of my phone i ran into a wall. I cant seem to find these pngs or xml line to edit hoping for some help locating them by some of are experience devs/themers
1. the header
2. name
3.time stamp
4. divider
thanks in advance
**Edit** I found 2 and 3 still looking for 1 and 4
***Edit Solved*** found everything i was looking for here's my finished SecMms.apk Now to move on to another apk
Thanks to zelendel and StolenVW
**Bump**
60 views and no comments. :what: Smh I'll find it sooner or later
Sent from my SAMSUNG-SGH-I337 using xda premium
The header is and divider are both in the frameworks files. Either twframeworks-res or frameworks-res. Check the layout folder for the ref
Wayne Tech Nexus
If I remember right the time stamp is in the color.XML in the values folder
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Where did you find #4. Divider
I can't find it anywhere
Plz help
sent from my Galaxy Rush running Inverted Stock 4.1.2
chrisn91 said:
so well theming so parts of my phone i ran into a wall. I cant seem to find these pngs or xml line to edit hoping for some help locating them by some of are experience devs/themers
1. the header
2. name
3.time stamp
4. divider
thanks in advance
**Edit** I found 2 and 3 still looking for 1 and 4
***Edit Solved*** found everything i was looking for here's my finished SecMms.apk Now to move on to another apk
Thanks to zelendel and StolenVW
Click to expand...
Click to collapse
In the future, you can use this thread.
http://forum.xda-developers.com/showthread.php?t=2368171
***Edit Solved*** found everything
Hello, y looking how change color of item number "2" (the name)
thankyou!!!
---------- Post added at 07:03 PM ---------- Previous post was at 06:59 PM ----------
chrisn91 said:
so well theming so parts of my phone i ran into a wall. I cant seem to find these pngs or xml line to edit hoping for some help locating them by some of are experience devs/themers
1. the header
2. name
3.time stamp
4. divider
thanks in advance
**Edit** I found 2 and 3 still looking for 1 and 4
***Edit Solved*** found everything i was looking for here's my finished SecMms.apk Now to move on to another apk
Thanks to zelendel and StolenVW
Click to expand...
Click to collapse
Hello i looking how change de item number "2" (name) thankyou!!!
thank you
chrisn91 said:
so well theming so parts of my phone i ran into a wall. I cant seem to find these pngs or xml line to edit hoping for some help locating them by some of are experience devs/themers
1. the header
2. name
3.time stamp
4. divider
thanks in advance
**Edit** I found 2 and 3 still looking for 1 and 4
***Edit Solved*** found everything i was looking for here's my finished SecMms.apk Now to move on to another apk
Thanks to zelendel and StolenVW
Click to expand...
Click to collapse
I need know hau to change te "name" color
I realy need to make public your ""Solved"" because i have the same issue and you solved it... thank you

AFH can't upload

With my 6p I can't upload to AFH with chrome I get the following error shown in the screen shot below, and with any other browser it won't do anything at all, now with my g3, g2 or nexus 7 I can upload fine with any browser
Any ideas would be greatly appreciated
Thanks Rob

Build.prop and XML for working cast screen/Miracast?

I am looking for a build.prop and XML for the XT907 from someone who has Miracast/Wireless Display/etc working. I've tried to edit both and have had zero success. Anyone who might be able to help with that or help in editing one or the other, please do chime in. I've spent almost 2 months working on this and I would rather not have my work be all for nothing.
Here is a link to the thread where I'm posting updates.

(Help) Enable Call Recording & Recent Used App Lock 7.0

I would like to Enable Call Recording & Recent Used App Lock to my phone.
I am fully rooted with Magisk 14, and Xposed v88. I have the Galaxy S7 Edge SM-G935W8 RWC Canada (Rogers) - G935W8VLU2BQH1
I'm not asking how to edit my build.prop, I'm asking what writing do I add to it?
Please view the attached pictures before commenting so we're on the same page.
Thanks, all info is appreciated!
JeffG79 said:
I would like to Enable Call Recording & Recent Used App Lock to my phone.
I am fully rooted with Magisk 14, and Xposed v88. I have the Galaxy S7 Edge SM-G935W8 RWC Canada (Rogers) - G935W8VLU2BQH1
I'm not asking how to edit my build.prop, I'm asking what writing do I add to it?
Please view the attached pictures before commenting so we're on the same page.
Thanks, all info is appreciated!
Click to expand...
Click to collapse
You need a custom System UI and CSC Feature Expert by Wanam. Also, implementing these features does not relate to editing your build.prop as it's got to do with CSC file editing rather than latter.
For call recording
Just add the following line (anywhere, but BETWEEN <FeatureSet> and </FeatureSet> lines):
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
The other I dont know. Maybe this one?
<CscFeature_SystemUI_SupportRecentAppProtection>TRUE</CscFeature_SystemUI_SupportRecentAppProtection>
I've attached others.xml file from Superman ROM. Credits to @Tkkg1994 . The features you are looking for should be in there. Do NOT replace your own others.xml file with this. This is for BTU.
Eggleston11 said:
For call recording
Just add the following line (anywhere, but BETWEEN <FeatureSet> and </FeatureSet> lines):
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
The other I dont know. Maybe this one?
<CscFeature_SystemUI_SupportRecentAppProtection>TRUE</CscFeature_SystemUI_SupportRecentAppProtection>
I've attached others.xml file from Superman ROM. Credits to @Tkkg1994 . The features you are looking for should be in there. Do NOT replace your own others.xml file with this. This is for BTU.
Click to expand...
Click to collapse
Awesome man! Thanks for the info I'll give it a try and report back
Got them
Native call recording: <CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
RecentAppProtection: <CscFeature_SystemUI_SupportRecentAppProtection>TRUE</CscFeature_SystemUI_SupportRecentAppProtection>
Hi all, is there any way to modify the folder call recordings are written to? I'd like to place them on the ExtSd card.
JeffG79 said:
Got them
Native call recording: <CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
RecentAppProtection: <CscFeature_SystemUI_SupportRecentAppProtection>TRUE</CscFeature_SystemUI_SupportRecentAppProtection>
Click to expand...
Click to collapse
Hey, pal.
Would you mind telling which file you had to edit to get it working??
Thanks in advance.
---------- Post added at 09:33 AM ---------- Previous post was at 09:11 AM ----------
danilo.godo said:
Hey, pal.
Would you mind telling which file you had to edit to get it working??
Thanks in advance.
Click to expand...
Click to collapse
Just found it inside System\CSC folder.
Awesome!!!!!!!!

T-Mobile Build.prop

Does anybody have the contents of the T-Mobile build.prop that they could copy and past here, or share the file?
I wanted to look through it out of curiosity and to see if there was anything that could enable the "Left Most Screen" functionality.
Thanks in advance.
t2jbird said:
Does anybody have the contents of the T-Mobile build.prop that they could copy and past here, or share the file?
I wanted to look through it out of curiosity and to see if there was anything that could enable the "Left Most Screen" functionality.
Thanks in advance.
Click to expand...
Click to collapse
It doesn't have anything.. i checked
i needed too

Categories

Resources