[Q] modding the power control menu - Galaxy Note GT-N7000 Q&A, Help & Troubleshooting

which files are used for the power control on the pulldown?
at the moment i got | wifi | Bluetooth | GPS | Silent Mode | Auto rotate
is it the framework-res.apk file or the framework.jar file that needs modifying or the systemui.apk? i want to get rid of the bluetooth option and put data in there
any tips would be appreciated

Related

[Q] About framework-res.apk

I wrongly attempted to replace the framework-res.apk located at /system/framework with another one that's themed using Root Explorer and mounting R/W, right after I tapped on replace, my Tab hung on me and repeatedly did the single vibrate, then double vibrate, indicating that it's about to Force Close or become unresponsive. I tried to reboot, but it got stuck on the Samsung logo right before it should show the lockscreen. I never got to the lockscreen, and I'm wondering if I can ever replace back my original framework-res.apk that I backed up to my Desktop? or if not replace, place inside, perhaps it could be missing.
Flash your rom again.
| Don't Revive Me Bro! |
You mean like the entire system? I understand that it's possible to flash or push back the framework-res.apk only, back into it's place? Please correct me if I'm wrong, I just heard about the possibility.
If you can't get it to boot that won't be possible.
| Don't Revive Me Bro! |

[Q] How to enable voip settings on GB settings?

Hey everybody,
Does anybody know how to enable Gingerbread voip settings? ie. to have voip settings listed under Settings > Call settings?
I have I9001, so if there is need to change framework-res.apk please let me know.
Once I managed to to edit those settings but I can't remember how or from where...
Thank you.
1) get root
2) put android.software.sip.voip.xml to /system/etc/permissions to enable SIP settings (SIP will work only via Wi-Fi)
3) update framework-res.apk if you want to use SIP over GSM/3G:
framework-res.apk:
res/values/bools.xml
config_sip_wifi_only - change value of this from "true" to "false"
I got runnymedemod007 and the xml file is definitely at the right position, but voip doesn't appear. Is there anything that's I'm still missing?

[Q] Brightness range; adjust minimum brightness [solved]

Is there some way to adjust the minimum brightness?
Right now, the minimum setting is 10 for both manual and auto adjustment. The phone does a brightness of 0 just fine without the screen going black (set via "echo 0 > /sys/class/backlight/s5p_bl/brightness"). Unfortunately, that setting doesn't stick and gets reset by the lock screen to 10.
(I'm running the current 4.2.2 Slim Bean ROM.)
Since there are a lot of threads of people unsuccessfully trying to change the minimum brightness, I'll post my solution.
At least for Jelly Bean, the minimum brightness is set in framework-res.apk.
Inside is the resource file res/values/integers.xml with the relevant keys config_screenBrightnessSettingMinimum and config_screenBrightnessDim.
framework-res.apk can be updated with apktool. With the latest ROMs that have the dark UI stuff (e.g. Slim Bean 4.2.2 v6), the standard version of apktool doesn't work, a working one is at the github SlimRoms repository:
https://github.com/SlimRoms/apktool
Update steps:
- decompile framework-res: apktool d framework-res.apk (e.g. for Slim Bean, get framework-res.apk from Slim-galaxysmtd-4.2.2.build.6-OFFICIAL.zip:/system/framework/)
- edit framework-res/res/values/integers.xml
- build new framework-res.apk: apktool.bat b framework-res
- copy META-INF and AndroidManifest.xml from original framework-res.apk to new framework-res.apk (7zip works fine)
- replace /system/framework/framework-res.apk on the device, the CWM file manager worked fine (wiping cache/dalvik-cache may be required)
pls add this info to FAQ
if someone could please add the info above to a faq list somewhere?
I have been searching for weeks for this.
a big thankyou to tni.andro.
Hi,
Isn't minimum brightness should be configured also in lower level ?
Why does the device "ignore command" when doing "echo 0" to brightness ?
Is there anywhere this apk already builded so I can use the apk binary ?
Thank you,
Ranchu

[MOD]Karbonn A6 SystemUI

Hello Karbonn A6 Users..I Proudly Present You My SystemUI Mod (Statusbar)
Code:
NOTE:::::::::::::
TO APPLY THIS MOD YOU WILL NEED ROOT ACCES & ROOT EXPLORER
Take a Backup Either With CWM Or Titanium Backup
I Will Not Be Resonsible For Any Unsual Outcomes
FEATURE OF THE MOD
# 2 Layouts -- More Space For Notifications Now
# Changeable Statusbar Wallpaper -- Yes You Heard It Right
# Changeable Statusbar Colour
# Double Tap In Statusbar To Lock --No More Pressing Lock Button To Lock
# EDT Tweaks --- For Battery Percent & Clock
# Data/Network Traffic
# Settings Shortcut
# & Finally Profile Pic + Profile Name
Click to expand...
Click to collapse
Apps To Use
Gradientv2 ----- To Change Statusbar Colour (Transparent Is Not Working)
Pineapple Parts --- To Change Statusbar Wallpaper
Lenoxpreference -- To Change Profile Name & Picture
Click to expand...
Click to collapse
STEPS TO APPLY THIS MOD
Do As I Instructed Or Else You Will Lose Your Statubar
#1 Extract The Zip File And Copy SystemUI.apk to System/**** For Pasting It..You Will Have To Change R/W To R/O ( In Root Explorer )
#2 After Pasting...Long Click In SystemUI.apk
menu will appear ..Scroll For Permission And Change It To RW-R-R ( Cant Understand Then Check My Screenshots Below )
#3 After Changing Permission Copy The SystemUI.apk To System/app/***
It Will Ask You To Replace ..So Replace It And Delete The SystemUI.odex file..
#4 Reboot And Enjoy
SCREENSHOTS
https://www.dropbox.com/s/67cet30bt6as6rj/ScreenShots.zip?dl=0&m=
DOWNLOAD LINK
https://www.dropbox.com/s/507us43nbs6i5ij/Himangshu_Karbonn_A6_Mod.zip?dl=0&m=

[MOD] Enabling Hidden Features like Hide NFC and Call Recording [MOD]

This is absolutely not my work. I pulled and tested the following edits from here. I've been looking for this information for a while now and only came across it by chance. Big thanks to tiboric for putting the information together!
I have also tried some of the CSC apps out there that try to help. I didn't find any that worked if anyone knows of some that work post and let me know. I'll edit this OP but for now if you want something that works, this is the way to go!
This is not my work, just sharing.
To enable these you will need root, a root explorer and text editor.
Simply navigate to system/csc/Features.xml and add the corresponding line to the end of the file but before the very last few lines that say </feature> and </Samsung>
(if this file does not exist, create the csc folder in system and a txt file within it then change the name to features.xml and add the correct lines and save) if this does not work you can try the same method with Others.XML in the same folder
*Make sure you make backups of the stock files in case there are issues.*
Enable WiFi calling in phone settings:
Code:
<CscFeature_Setting_SupportWifiCall>TRUE</CscFeature_Setting_SupportWifiCall>
Enable native voice call recording(maybe illegal is some countries):
Code:
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
Enable shutter sound switch in camera settings(maybe illegal is some countries):
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
Enable camera during call:
Code:
<CscFeature_Camera_EnableCameraDuringCall></CscFeature_Camera_EnableCameraDuringCall>
Enable manual rotation option in gallery:
Code:
<CscFeature_Gallery_AddAutoRotationIcon>true</CscFeature_Gallery_AddAutoRotationIcon>
Continuous music while using camera:
Code:
<CscFeature_Camera_CamcorderDoNotPauseMusic></CscFeature_Camera_CamcorderDoNotPauseMusic>
Enable scheduled messaging option in messaging app:
Code:
<CscFeature_Message_EnableScheduledMessage>true</CscFeature_Message_EnableScheduledMessage>
<CscFeature_Message_EnableScheduledMsgBox>true</CscFeature_Message_EnableScheduledMsgBox>
Enable exit buttons in default browser:
Code:
<CscFeature_Web_AddOptionToTerminate>true</CscFeature_Web_AddOptionToTerminate>
Enable 2nd symbol keys on stock keyboard:
Code:
<CscFeature_Sip_UseSymbolInCMKey>true</CscFeature_Sip_UseSymbolInCMKey>
<CscFeature_Sip_EnableSymbolInSecondary>de;en_US;en_GB</CscFeature_Sip_EnableSymbolInSecondary>
Enable VoLTE Support: Thanks to IakobosJ
Code:
<CscFeature_RIL_SupportVolte>true</CscFeature_RIL_SupportVolte>
<CscFeature_IMS_EnableVoLTE>true</CscFeature_IMS_EnableVoLTE>
Remove NFC enabled icon in the status bar: Thanks to evonc
Code:
Delete line : <CscFeature_NFC_StatusBarIconType>DEFAULT</CscFeature_NFC_StatusBarIconType>
Sort app draw alphabetically:
Code:
<CscFeature_Launcher_EnableViewByAlphabetAsDefault>true</CscFeature_Launcher_EnableViewByAlphabetAsDefault>
Remove quick connect and s finder thanks silversurfer9231:
Code:
build.prop... changed property ro.product.name value to "zeroltevzw"
If this isn't allowed I do apologize. I'm just trying to spread the good word! Thanks to tiboric for the guide over in the General Section!
nolimit78 said:
Enable WiFi calling in phone settings:
Code:
<CscFeature_Setting_SupportWifiCall>TRUE</CscFeature_Setting_SupportWifiCall>
Click to expand...
Click to collapse
@mikeyinid you should try popping this in your others.xml with that sales code change. This string is not included in stock tmobile
mrapp said:
@mikeyinid you should try popping this in your others.xml with that sales code change. This string is not included in stock tmobile
Click to expand...
Click to collapse
Indeed, I will tonight.
Cool, used it for app drawer default sort.

Categories

Resources