Q&A for UltraBeam REVO V1.7 _UB-Styled_ [V4A]-[OTA]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for UltraBeam REVO V1.7 _UB-Styled_ [V4A]-[OTA]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Thank you very much; this one is really awesome! But please, add the theme chooser, and maybe make the default theme a bit more readable. Also, since the Legend has an OLED display, a darker theme would safe energy
Here is a hack to install the theme chooser:
Download the "Home ICS 2.0 Venus" zip file
Extract
system/etc/permissions/com.tmobile.software.themes.xml,
system/app/ThemeChooser.apk, and
system/app/ThemeManager.apk
from the download
Connect Legend to USB; do an
Code:
adb shell
# mount /system -o rw,remount
# exit
adb push system/etc/permissions/com.tmobile.software.themes.xml /system/etc/permissions/com.tmobile.software.themes.xml
adb push system/app/ThemeChooser.apk /system/app/ThemeChooser.apk
adb push system/app/ThemeManager.apk /system/app/ThemeManager.apk
adb reboot
Then you can install the themes you want. Not all themes seem to be installable; I have chosen "Jelly Bean Theme for CM7" by DriffeX. There is a warning that something is missing in the theme, this just can be ignored.
Reboot the theme is the status bar is not readable.
Related
Q&A for [Guide][Tasker] Check cell network type
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [Guide][Tasker] Check cell network type. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
To check the Network type just run a shell script with
Code:
getprop gsm.network.type
It does not require root.
primoitt said:
Thank you so much for this tips
It's very nice to improve my 2g/3g switching profile.
Here's what im using now:
Profile Name: Display On + 3g
Events: Display Unlocked + Not Wifi Connected ***
My task: 3g Enable
1 - Send Intent
Action
action.intellig.CHANGE_NETWORK_TYPE
Extra
extra.intellig.NETWORK_TYPE:0
2 - Flash
Text 3g
3 - Wait
1 minute
4 - Run Shell
Command
dumpsys telephony.registry | grep mServiceState | awk '{print $7}'
Use Root checked
Store Output In %STATE
5 - If
Condition
%STATE ~ GSM
6 - Send Intent
Action
action.intellig.CHANGE_NETWORK_TYPE
Extra
extra.intellig.NETWORK_TYPE:2
7 - Flash
Text 3g Forced
Click to expand...
Click to collapse
[Q&A] 〣 APK Authority Official [Your Ultimate Tool For APK Modding] [Beta 1.7
Q&A for 〣 APK Authority Official [Your Ultimate Tool For APK Modding] [Beta 1.7 - 26 Feb] 〣
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for 〣 APK Authority Official [Your Ultimate Tool For APK Modding] [Beta 1.7 - 26 Feb] 〣. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Q&A for [Script][V3.1] ~SmartFluid~ == To Boost Your Ace
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [Script][V3.1] ~SmartFluid~ == To Boost Your Ace. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Download link
Android-fany said:
±SmartFluid±
Hello everyone,
this is a another contribution by me. This time it's a SCRIPT. I took some code from another scripts, modified them a little bit and added some own code. I tried it myself and saw more speed. Well, don't have much to talk about, so let's start...
Features
• Disable/Enable logger with terminal commands (Disable for more performance)
• R/W tweaks
• Network tweaks
• Better Remount
• Replaces /dev/random with /dev/urandom for more performance (maybe placebo)
• Disables syncookies
• Disable Journey (only effective if you have EXT4 filesystem)
• Set Renice to make phone more effective
• FPS Stabilizer
• Some Important Build.prop tweaks
• And much more... Test it yourself
To do things, write following in terminal:
Code:
su
smartfluid
Installation
1. Enter Recovery Mode (VOL UP + HOME BUTTON + POWER BUTTON)
2. Flash into Clockworkmod Recovery (Get it from here)
3. Mount /system AND /data
4. Flash the script
5. Enjoy!
If you want to uninstall this script, download the Uninstaller from the attachment and follow the above instructions.
Credits
pikachu01
ImBaWind
Pizza_Dox
Darkyy
tazlooney89
Me
And with some help from:
@devloz
@Sniper Killer
@El_Dark
If you have any question or suggestion, don't hesitate writing to me.
The latest attachment is the newest version.
Use the No-Renice version if you experience lags/high RAM usage
Click to expand...
Click to collapse
wHATS THIS
[Q&A] [Kernel][CM12/CM11][5.0.x/4.4.x]jamiethemorris's kernel[S2W/DT2W][CPU/GPU OC](
Q&A for [Kernel][CM12/CM11][5.0.x/4.4.x]jamiethemorris's kernel[S2W/DT2W][CPU/GPU OC](Dec 1)
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [Kernel][CM12/CM11][5.0.x/4.4.x]jamiethemorris's kernel[S2W/DT2W][CPU/GPU OC](Dec 1). If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
boot.img for s-on peeps
anyway you can post the boot.img for us who still have s-on?
would very much appriciate it
Hi jamiethemorris. I use 5.1.1 (latest Paranoid Android) and init.d are not working in this rom, so i copied 99crpalmer to /system/su.d which sudaemon executes on boot, then i placed all files from buttery.zip to /sdcard. i change
min_freq to 162,
max_freq to1026,
governor to preservative.
After reboot, thrid-party app shows, that
min_freq=385,
max_freq=1512,
governor=interactive.
with third-party app i changed max_freq to 1026000, but it did not give me change the governor and in cpu statisctics i saw that cpu continue using 1134 frequency
i wondering is perflock disabled in this kernel or not?
mpdecision is disabled, is there setting to configure cpu hotplug to may disable cpu2 and cpu3 at all? thanks.
also in the buttery.zip there are file crpalmer-cpufreq-gov, but in script /system/etc/crpalmer/cpufreq.sh
we have link to file crpalmer-cpufreq-governor. please fix this. thanks
Q&A for [APP] [TOOL] [Win | Mac | Linux] ADB Master: A multi-device ADB GUI
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [APP] [TOOL] [Win | Mac | Linux] ADB Master: A multi-device ADB GUI. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Thanks for making it under Linux!