hello people
i really need help with my signal
i need to know how to adjust the mobile signal throught the hidden menu
please
thank you
Hi These settings can be activated with the code * # * # 4636 # * # *
Does it make a difference?
Sage said:
Does it make a difference?
Click to expand...
Click to collapse
Yes it does. You can neglect certain types of signals or approve others. If that is not properly set for your xarrier, it drains a lot of battery and it will make your signal weak/slow
Sage said:
Does it make a difference?
Click to expand...
Click to collapse
In fact this "menu" is available natively on OnePlus device, Xiaomi as just a "prefered" network option 5G > 4G > 3G" so the signal is not really optimized and switch often for nothing.
For exemple if you take in Xiaomi only prefered 4G you will have (in my case) :
GSM/WCDMA/LTE
And no... It's better to put * # * # 4636 # * # * and select
LTE/WCDMA/GSM
For a better LTE stability (priotity), you can also choose "LTE" only, depend your location it's useful, above all if you have VoLTE/VoWiFi
Related
The features you are about to see are bugged, or not even working, or hangs. These stuff are purely experimental for your own attempt and curiousity. I have reverted to stock myself
Hi guys, with thanks to @non4 for this discovery in his thread Changes brought along by changing device ID!, i went on to find out what happens if spoofing our device as Optimus G? First i tried Korean Optimus G E973 and i got Wise Screen, DioDict, QuickTranslator, Video Editor (crashes on opening). Nothing about the battery screen as in @non4's thread.
Then I downloaded CM10.1 for E975 and extracted the build.prop, and indeed after changing the device product codes and ID, Magic happened
Here are the new features that comes along it, but first things first, no Qslide, no Eco Mode, no USB OTG:
- Optimus G's Video Player (swipe up/down to change brightness, left/right to reverse/forward) - Update via LG Application Manager, and this could be the one working with our Qslide developments? http://forum.xda-developers.com/showthread.php?t=2231472
- DioDict, QuickTranslator
Partially re-mapped Settings (mostly networking related options)
- Airplane mode, WiFi hotspot, VPN, Mobile Networks formed new subsection 'Tethering & Networks'
- NFC, Android Beam formed new Settings subsection 'Share & Connect'
Bluetooth
- Additional 'Device search option'
Can select All devices, Headset, Mobile Phone, PC, Input device (keyboard, mouse, etc.)Call
- Connection vibration
Vibrate phone when other party answers the call- Privacy Keeper
Hide caller information during incoming call. Option: Hide all information, Show number only, Disable (default)Sound
- Quiet Mode
- Vibration controls
- Gentle Vibration
- Vibrate strength
- Incoming call vibration
Long lasting, Rapid, Short repeated, Standard, TicktockBattery
- Battery Information, Expected Time to use/charged
Camera App
- Shoot in 13MP
Show-off only
How to apply? Backup your current O4X build.prop, do a CWM backup, then
change to these parameters in build.prop
ro.product.model=LG-E975
ro.product.brand=lge
ro.product.name=geehrc_open_eu
ro.product.device=e975
ro.product.board=geehrc
Click to expand...
Click to collapse
Restart
Will not work: Custom ROMs, without root
Can you take pictures with 13mp?
Are there better than 8mp?
GRG13 said:
Can you take pictures with 13mp?
Are there better than 8mp?
Click to expand...
Click to collapse
i tried to take one.... but its still 8MP :laugh:
Life'sGood said:
i tried to take one.... but its still 8MP :laugh:
Click to expand...
Click to collapse
of course you can't you can't take 13MP pics with 8MP hardware
it's just like you can't get 24V out of a 12V battery
Can you really change vibration strength?
Adam77Root said:
Can you really change vibration strength?
Click to expand...
Click to collapse
doesn't seems like there's any change.
i think these changes are utterly bugged on our 4x, but then, they are still 'discoveries' i suppose LOL
For some reason my stock rom (see sig) had such values set to each of the NFC parameters:
Code:
ro.nfc.on.default=true
ro.nfc.se.sim.enable=true
ro.nfc.se.smx.enable=false
ro.nfc.icon.enable=false
ro.nfc.vendor.name=nxp
ro.nfc.limitation.camera=false
My question is: what do the variables set to false do exactly? The "ro.nfc.icon.enable=false" was easy to figure as i also found this explained elsewhere. It simply shows the nfc icon in the bar when it is turned on - i set it to true.
However, i couldnt find any explanation as to what do the other two do. I've only seen that everyone else (on xperia z for example) have that set to true. What is this smx and limitation camera? Why everyone else has them set to true? Are they significant? Perhaps i could get some examples as to who has those set to what value - after all it is a quick peek in /system/build.prop, if you are rooted that is.
Thank you all in advance! Peace.
bump
Since it is allowed id like to reask the above matter, bumping the topic. Again, thank in advance.
Anyone? Please? So many smart people here, and no one able to provide a simple answer?:crying:
So... now i got even more curious that no one can answer that easily :cyclops:
Code:
ro.nfc.on.default=true
>NFC is enabled by defeallt
Code:
ro.nfc.icon.enable=false
> No icon displayd
Code:
ro.nfc.vendor.name=nxp
> Name that will be displayd when connected to other device with NFC (?)
Code:
ro.nfc.se.sim.enable=true
ro.nfc.se.smx.enable=false
ro.nfc.limitation.camera=false
> I have no idea
hi all
my Xperia TX 4.3 maybe have problem all icon at main home screen always redraw when i run an app then quit by press Home button, i add
this code ro.HOME_APP_ADJ=1 to build.prop but didn't solve my problem. please help me. thanks.
ok, i've got it. check Disable HW overlays in develop options and no more redraw icons
devilmaycry2020 said:
ok, i've got it. check Disable HW overlays in develop options and no more redraw icons
Click to expand...
Click to collapse
http://www.jeffmixon.com/examining-build-prop-tweaks-android-ics-comprehensive-guide-part-2/
I recommend reading part 1 also, but just to summarize:
ro.HOME_APP_ADJ – BUSTED
This property is supposed to “keep the launcher in memory” under the assumption that it would somehow make it faster. Unfortunately, this is a leftover Gingerbread property that no longer functions in ICS.
Gingerbread:
Code:
// These values are set in system/rootdir/init.rc on startup.
...
HOME_APP_ADJ = getIntProp("ro.HOME_APP_ADJ", true);
ICS:
Code:
static final int HOME_APP_ADJ = 6;
Google likely removed the ability to configure this value via a build.prop setting in ICS so that users could not set inappropriate values here.
SUMMARY
As we have seen many times already, there are no “magic properties” that you can set that will simply make your phone [insert desired superlative]. That is not to say that all build.prop settings are pointless. Some can actually provide some useful functionality. The key is not to blindly throw a slew of “tweaks” into your build.prop, but to carefully consider each one and know what they do (if anything) before using them.
That’s it for part two. Let me know what build.prop settings you want to see in part three!
Click to expand...
Click to collapse
If you really want to keep your launcher in memory, you can use App Settings (xposed module); I know for a fact it works because I use it, or you can even do it yourself with a script such as:
#!/system/bin/sh
sleep 60
PPID=$(pidof com.whatsapp)
echo "-17" > /proc/$PPID/oom_adj
Click to expand...
Click to collapse
To lower the oom value of the app you want to avoid getting killed off by android.
CpuFloat
Uses a floating window or the status bar to show
# the cpu frequencies
# the cpu temperature if (available)
# the text will turn red when the cpu temperature rises above the throttle temperature. You can set custom throttle temperature in preferences.
# the gpu frequency
# Gpu load; not normalised
# the gpu temperature if (available)
# the text will turn red when the gpu temperature rises above the throttle temperature.
# awake time; the time the phone has been awake since starting the app
# deep sleep time; the time the phone has been asleep since starting the app
# battery current
# battery current
# current upload and download speed
In preferences you can choose
# floating window layout; vertical or horizontal layout
# to show the window in the status bar instead of a floating window
# the categories to monitor; all, cpu, gpu, time, network
# which temperature sensor to use for cpu and gpu temperature
# to show the temperature in Fahrenheit instead of Celsius
# cpu throttle point; cpu temperature when the text should turn red
The app uses following permissions:
"android.permission.SYSTEM_ALERT_WINDOW" Needed for floating window, draw over other windows.
"android.permission.READ_EXTERNAL_STORAGE" Read data to show e.g. Cpu frequency, temperature etc.
"android.permission.VIBRATE"
Credits to:
CM Calculator apk for user interface logic
@m11kkaa for temperature file paths and thread http://forum.xda-developers.com/xposed/modules/mod-cputemp-statusbar-t2494170
@existz for awake and deep sleep time method http://forum.xda-developers.com/google-nexus-5/themes-apps/app-cpu-spy-material-v1-0-t2948627
@Grarak for GPU frequency file paths http://forum.xda-developers.com/android/apps-games/app-kernel-adiutor-t2986129
consp1racy for SeekBarPreference https://github.com/consp1racy/android-support-preference
The Tester for catching exceptions and throwing ideas
For automatic updates:
Request
If you´d like to use the app in your native language, you can!
How?
Download the string resource file, copy it and the translate the underlined part, for example
<string name="settings">Settings</string>
becomes
<string name="settings">Instellingen</string>
and post it in this thread.
Thanks!
ChangeLog:
March 17
-startup bug, thanks to Bryan
-GPU frequency on some devices
+battery temperature
Older changelogs:
September 26
- bugs
+ battery current correction
+ clear data dialog in case of fatal crash
September 24
+ battery current monitor
+ notification; enable if CpuFloat suddenly disappears
+ set monitor defaults
+use android M (6) permissions
+important notice about app permissions for android M (6) and up
+transparent background
+GPU trippoint
+ changelog
- some bugs
June 14
Fixed crash
Improve right to left layout
June 12
Added
#Text size
#Show window on the navigation bar
#Update interval (100ms - 3000ms)
#Number of CPUs to monitor
#First time helpful animation
#About screen
#Now on Google Play Store
Fixes and improvements
#Don´t update when the screen is off
#Don´t kill service when changing the window layout
#Language in settings
#Support more GPUs
#Use SeekBarPreferences in settings
November 12
# added some animations
# 'material' window look
# layout changes in case of more than 7 cpu cores
# broadcast listener for landscape/ portrait change
in preferences
# turn on/off vibration
# restore default values
November 3
# user interface logic
November 1
# fixed preference bugs
October 31
# manually set which temperature sensor to use for the cpu and gpu temperature
October 25
# hopefully fixed force close on start
October 23
# fix bug, window not showing on start
# custom cpu temperature trippoint in preferences
October 19
# used some icons instead of text
# option to show window in status bar
October 17
# started to make it work on other phones
# cpu and gpu temperature file info in preferences
October 14
# more layout options
# bugs and performance fixes
October 11
# no more StandOutWindow library
# no notification
# improved long press detection
October 4
# monitor up and download speed
# option to show the temperature in Fahrenheit
October 1
# warning in case the temperature reaches the throttle temperature of cpu or gpu
# tap app window to close
# long press app window for preferences
Preferences:
# choose horizontal / vertical layout
# choose what to monitor
September 27
# rewritten to make it easier to use on other phones
# new app icon
# smaller window
//TODO make preferences
Very nice app.
Thanks dude
That's a nice idea. The app is working without problems as far as I can tell. Great job man!
Sent from my OPO running Sultanxda's CM 12.1
Amazing app! Thanks man!
Nice app
Nice app - similar to the one developed by Chainfire (called Perfmon) but this one shows you the awake time and the temps.
Thank you for this
update:
# rewritten to make it easier to use on other phones
# new app icon
# smaller window
Nice app. Would be nice to have a widget like that.
Sent from my Oneplus One using XDA Free mobile app
Update
# warning in case the temperature reaches the throttle temperature of cpu or gpu
# tap app window to close
# long press app window for preferences
Preferences:
# choose horizontal / vertical layout
# choose what to monitor
Bugfix
Temperature warning not showing in horizontal layout
Thank you for this! Really helpful for monitoring governor and hotplug.
Update
Rewritten
Much smaller now
# no notification
# no more StandOutWindow library
# improved long press detection
Because of a change in package name,
please delete previous version, else you'll end up with 2
waterdaan said:
Update
Rewritten
Much smaller now
# no notification
# no more StandOutWindow library
# improved long press detection
Because of a change in package name,
please delete previous version, else you'll end up with 2
Click to expand...
Click to collapse
Very nice.
Thank you
arifqur said:
Very nice.
Thank you
Click to expand...
Click to collapse
Thanks for the positive reactions
Update
# more layout options
# bugs and performance fixes
Update
# started to make it work on other phones
# cpu and gpu temperature file info in preferences
Request
I'm trying to get the app to work on other phones, so if you have another phone, please test what's working.
If there's no cpu temperature, that probably means that the app can't find the temperature files. These are not the same on every phone.
If the phone is rooted, you can help me by copying and pasting below code in command line, with for example this app https://play.google.com/store/apps/details?id=jackpal.androidterm
And posting the outcome here, so I can add the missing file.
Code:
su
find /sys -type f -name *temp* -print0|while read -d $'\0' f;
do printf "$f= "&&cat "$f";done;
Thanks!
Gpu temperature is a bit more difficult, because you need to find out which temperature sensor is for the gpu, I found that information for the oneplus in
/etc/thermal-engine-8974.conf
Reported working on:
OnePlus fully working
Moto X gpu temperature not working
Samsung S4 gpu temperature not working
Thank you!!
Update
# used some icons instead of text
# option to show window in status bar
Edit
The app is fully working on the Sony Z3 Compact, it even uses the same files for cpu temperature and gpu temperature, maybe because it also has a snapdragon 801, but I'm not sure about that.
I must be missing something but how do I reopen the window after having tapped on it to close it?
Because opening the app from the drawer takes me to the preferences screen.
Killerkip said:
I must be missing something but how do i reopen the window after having tapped on it to close it?
because opening the app from the drawer takes me to the preferences screen.
Click to expand...
Click to collapse
You're right, that's not very clear, I'll see if I can change that.
For now just change something in the preference screen and a new window will open.
Thank you for your reaction
Update
# fix bug, window not showing on start @Killerkip
# custom cpu temperature trippoint in preferences
HERE ARE SOME OF USEFUL CSC TWEAKS:
DATA USAGE IN NOTIF bar:
<CscFeature_SystemUI_SupportDataUsageViewOnQuickPanel>FALSE</CscFeature_SystemUI_SupportDataUsageViewOnQuickPanel>
Samsung native call Recording:
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
FINE CAMERA TWEAKs:
<CscFeature_Camcorder_DefaultQuality>superfine</CscFeature_Camcorder_DefaultQuality> <CscFeature_Camera_DefaultQuality>superfine</CscFeature_Camera_DefaultQuality>
<CscFeature_Camera_CameraFlicker>60hz</CscFeature_Camera_CameraFlicker>
REAL TIME NETWORK SPEED ENABLE:
<CscFeature_Setting_SupportRealTimeNetworkSpeed>TRUE</CscFeature_Setting_SupportRealTimeNetworkSpeed>
LTE ONLY OPTION IN NETWORK SETTING WITH LTE ICON:
<CscFeature_Setting_CustNetworkSelMenu4>LTEONLY</CscFeature_Setting_CustNetworkSelMenu4>
<CscFeature_SystemUI_ConfigOpBrandingForIndicatorIcon>LTE</CscFeature_SystemUI_ConfigOpBrandingForIndicatorIcon>
SAMSUNG YUVA FEATURES:
CscFeature_SmartManager_ConfigSubFeatures>applock|autorestart|devicesecurity|storageclean|backgroundapp|applicationpermission|autolaunch|networkpowersaving|notificationmanager|trafficmanager|roguepopup</CscFeature_SmartManager_ConfigSubFeatures>
ENABLE SOME OPTIONS IN STATUS BAR IF U HAVE APP/RESOURCES SUPPORT:
<CscFeature_SystemUI_ConfigDefQuickSettingItem>Wifi,SilentMode,Bluetooth,RotationLock,Flashlight,AirplaneMode,PowerSaving,MobileData,WifiCalling,Performance,BlueLightFilter,WifiHotspot,PersonalMode,SecureFolder,Location,Nfc,Aod,AllShareCast,DeviceVisibility,Dnd,Sync,UDS,BikeMode,PowerPlanning,EdgeLighting,FloatingMessage,DormantMode,NetworkBooster,QuickConnect,SmartStay,SmartPause,AirView,AirBrowse,Toolbox,CarMode,UltraPowerSaving,SFinder,ScreenCapture,VoLte,Dolby,BatteryMode,DailyBoard,DesktopMode,SpenRemote,KidsHome,GrxScreenOnTime,GrxScreenRecord</CscFeature_SystemUI_ConfigDefQuickSettingItem>
LAUNCHER PERFORMANCE TUNNING:
<CscFeature_Launcher_PerformanceTunning>TRUE</CscFeature_Launcher_PerformanceTunning
EXTERNAL APK USAGE ENABLE
<CscFeature_Common_AllowExternalApkUsage>TRUE</CscFeature_Common_AllowExternalApkUsage>
VOLTE:
<CscFeature_VoiceCall_ConfigOpStyleForMobileNetSetting>voltesettingscommon,checknonvoltesim,voltesettingOPS</CscFeature_VoiceCall_ConfigOpStyleForMobileNetSetting>
ENABLE CAMERA DURING CALL:
<CscFeature_Camera_EnableCameraDuringCall>TRUE</CscFeature_Camera_EnableCameraDuringCall>
ENJOY
You GUYS CAN CATCH ME OUT ON TELEGRAM AS @ GEMMIES_BJ FOR MORE TWEAKS.
ALSO MY TELEGRAM GROUPDKPHguys
PLS HIT THANKS TO MOTIVATE ME POST MORE AND MORE TWEAKS
THANKS...
great job!
noice
Which file do i have to edit?
REAL TIME NETWORK SPEED ENABLE:
<CscFeature_Setting_SupportRealTimeNetworkSpeed>TRUE</CscFeature_Setting_SupportRealTimeNetworkSpeed>