General :: Unable To Scale CPU Frequency On Phone
Feb 3, 2013
I have a ROOTED chinese brand phone with the MTk6575 CPU (1 GHZ) with android 2.3.6 installed on it, and am trying to improve the phone's battery life by scaling down the CPU frequency. But out of all the apps I have tried (SetCPU, No-Frills, Android Overclock) none of them is able to read the CPU Governor or current CPU frequency. My question is could we change this frequency directly by editing any of the files inside the /system folder or is there any other security setting that prevents these apps from reading or changing the CPU frequencies?
View 1 Replies
Jun 30, 2012
the cpu scaling of Android.. First, do the system use the lowest frequency when not in use? Aka screem off..After i unlock the phone do it always scale to max frequency or scale it based on the cpu needed? For example write a text makes the phone use thr same freq as playing a game?
View 1 Replies
View Related
Oct 19, 2010
Now I'm using the follow code to scale down the image downloaded from internet at runtime. But the result is not good enough.
Bitmap.createScaledBitmap(srcBitmap, dstWidth, dstHeight, true);
Any help?
View 1 Replies
View Related
Jan 31, 2009
I am trying to discover the frequency of recored audio. I am kinda new to multimedia programming (I am very new to android). Is there a way to get raw frequency information from the Mic?
View 2 Replies
View Related
Dec 2, 2012
I am asking this because recently bought a BLU VIVO D910a phone from U.S., it has Android 4.0 firmware and its 3G Network is HSDPA 850 / 1900.
I made a big mistake, because the country where I currently live and work (Montenegro) uses 2100 3G network. I shoud have ordered the international version of BLU Vivo, the D910i which has HSDPA 850 / 2100. So, currently I cannot make use of the 3G data capability of my new phone
My question is: if I get the firmware (or just the modem.bin) of D910i and flash it to my phone will I change by this way the 3G frequency or it is hardware-dependent?
View 4 Replies
View Related
Apr 16, 2010
How often does HTC do updates? My mate has a blackberry storm and it seems to always be updating on her, it drives her crazy!
View 9 Replies
View Related
Jun 9, 2009
I wish to obtain the frequency of an input signal from the mic. Can anyone send me some pointers on how this may be accomplished.
View 2 Replies
View Related
Mar 8, 2010
Is there a way to tell which frequency band(s) a droid is currently using? I want to buy one of the z boost repeaters and it would be nice to be able to save and get a single band model, but how can I tell? I would assume my droid could tell me what it's currently using..
View 1 Replies
View Related
Oct 5, 2012
Is there some app that would show me cpu frequency being used over a period of time in, say, a graph view? I want to see what freq is my phone is using while the screen is off.
View 1 Replies
View Related
Jul 18, 2013
i got the samsung s4 (gt I9505) from another country and now realize the frequency does not work with the company i am currently with. i am with mobilicity(canadian) and i think the frequency they use is 1700mhz. i am not sure what frequency my s4 is but i have rooted my phone, are there anyways to change the frequency to work with 1700mhz ?
View 3 Replies
View Related
Dec 12, 2013
I have gmail as my email client.When there is a new mail sometimes it notifies me lately like after 10 minutes.How can i shorten this time without killing my battery.I have galaxy s3 mini.
View 1 Replies
View Related
Jan 27, 2010
Does anyone know of an app that can test what frequencies are being used in the area? I'm trying to figure out if something is interfering with my wireless router, and if so what it is. I've got "WiFi analyzer", but that doesn't show anything other than wireless signals directly from routers, even though a cordless phone runs on the same basic frequency.
In other words, I'd like to find an app that shows what frequencies are present near my phone, including what my phone is putting out. Is that possible?
View 1 Replies
View Related
Oct 28, 2010
I put a new SD card in my phone, and when I connected it to my laptop via USB, it started making a very high pitched, annoying, noise....it continued until the drivers had installed, then it stopped instantly.
View 4 Replies
View Related
Aug 23, 2013
Mobileuncle shows that my device is only on WCDMA 2000 with other frequencies grayed out...particularly WCDMA 850 which the one I want to access to get HSPA, right now only getting 2G.
It might be just a APN problem even though I've changed the APN several times with no results, so I'm wondering about changing the Frequency of the WCDMA, or accessing all frequencies?
View 1 Replies
View Related
Apr 4, 2014
I have successfully rooted my T200 via Farmaroot, and got some utilities like cpuset on it to check for frequency.
On the Octocore MT6592, I notice some unique things:
In any other setting than hotplug, and utilizing the cfq scheduler the phone underperforms with Antutu benchmark with any other setting.
Both my min and max frequency at set at 1663.
The phone runs the stock build:
Android 4.2.2
Kernel 3.4.49
thl.T200.158A.20140221.JB9.FHD.EN.COM.16P256_MT659 W_V2.0.13
However, reading through the mediatek's website for the chipset, it appears it can handle a max frequency of 2Ghz. For testing purposes I'd like to set that. And give it a try.
View 4 Replies
View Related
Apr 21, 2012
My phone is Huawei U8860,when it is ringing ,vibration is very strong,I want to abate vibration.
View 2 Replies
View Related
Feb 25, 2013
Is there a way to scale down or zoom out in an app so the screen is smaller so I can achieve a better resolution?
I specifically want to use it for MyBoy since the app blows up the size on my Note 2 and it doesnt have as good clarity if I could make the screen smaller.
SAMSUNG-SGH-I317
View 1 Replies
View Related
May 29, 2013
i want to disable window_animation_scale and transition_animation_scale these two projects Their default value is 1 But I want to modify the default value of 0 How can I modify My phone is not have source Only apk I will modify decompile Settings.apk and SettingsProvider.apk
View 2 Replies
View Related
Jul 25, 2013
I want to set default value of windows animation scale in dev setting from 1x to 0,0x in my Rom. So i put this script in updater-script
Code:
run_program("/system/xbin/sqlite3", "/data/data/com.android.providers.settings/databases/settings.db", "update system set value=0.0 where name='transition_animation_scale';");
run_program("/system/xbin/sqlite3", "/data/data/com.android.providers.settings/databases/settings.db", "update system set value=0.0 where name='window_animation_scale';");
but it didn't work.
View 2 Replies
View Related
Sep 8, 2011
I am about to assist in deploying a large amount of android device. The requirement is, that the devices (700+) need to be charged, configured and provisioned with the relevant applications for the end-users before delivery.
Device info:
Android 2.3.3
Samsung Galaxy SII
This is not windows mobile, so I am unsure if I can code/design a solution to avoid this enormous manual task.
Is it possible to code something for an sd-card that will be automatically triggered on insertion (as on WM)? This would then provision the device etc.
Is it possible to bypass the initial prompts - To my knowledge you will be prompted for entering the info for your google accounts?
do I then need to create 700+ google accounts?
View 7 Replies
View Related
Jun 14, 2013
I can't seem to launch Google Now on my phone. I used to have it on my phone. It used to show up when I launched the Google search app and by pressing the Menu button but now somehow it doesn't show up whatsoever.
My phone has 4.1.2 when I bought it so I think Google Now should probably be preinstalled. And also, is it only available in select countries?
View 4 Replies
View Related
Apr 14, 2012
I have used winamp, mediaGO, a couple of Android PC suites and the basic copy and paste my files directly into the phone.
I keep on getting an error, is it something to do with the ICS update???(I have a Xperia Ray)
I got this phone about a month ago, I put 3 albums off of my music library onto the phone and no error appeared, I then got myself a new micro SD card and then realized that ICS had been released for my phone. After the update I was unable to sync music to my phone
View 3 Replies
View Related
Jan 6, 2012
I am unable to flash back my GT-9100 firmware back to its original state as i flash a modified PDA, Phone and CSC files into it.
The problem that i faced is i am unable to select which files for which section of Odin after downloading the ROM from Infratech's post.
[URL]
Basically i do not know why the files came out this way.
Anyway the files that i having now is GT-I9100_XME_I9100DXKH2_I9100DXKH1_I9100OLCKH1
View 4 Replies
View Related
Nov 3, 2013
I have recently got a Samsung S4 after being an Apple person. I went straight to Winamp as I use it at home on my PC and love it, and want to keep it consistent. I am able to import my iTunes library into Winamp on my pc without issue. It is when I go to copy it onto my phone that I have problems. I right click on the folder/playlist I want to move across, select Send To -> Devices -> Galaxy S4 and it appears to copy. However, when I check on my phone, the playlist shows as <name>.pla and there is no music in the playlist. Only if I click on Songs in the main menu does it show the songs, but of course all together and in alphabetical order. Is there a step I am missing out on here? I was looking to upgrade to the full version, but at this stage, I'm not willing to go any further unless I can get this resolved.
And trust me, I want to keep using this program; just annoyed that I can't get it to work properly on the phone as it's the best and only player I use on my PC.
View 2 Replies
View Related
Jun 4, 2013
Now it says "Please insert an SD card" when ever I try to take pictures or even look at old pictures. My SD card is not full, and works fine when I plug it in to my computer. I have the same problem when I use other peoples SD cards, and theirs work fine in their phones.I can't even take pictures and save them to my phone's memory...
View 1 Replies
View Related
Jan 20, 2014
I bought a bluetooth dongle on Amazon (ORICO BTA 403, CSR8510 A10 chipset) and installed it on my Windows 7 x64 computer.
The dongle installs fine and works perfectly with all my older phones but not with my Xperia S running Android 4.1.2.
Basically, if I install the automatic windows driver, and pair with the phone, windows complains about no drivers for the device, and I can't do anything with it.
If I install the supplied software (CSR Harmony wireless software stack) I can pair and the Xperia S is installed properly, the various audio services work (I can stream music to PC using BT), but I still can't send or receive files, either from PC to Phone or from Phone to PC.
The connection times out after a second and gives me a connectivity error. It's like the phone refuses to connect to the PC, both when transferring and receiving.
I don't know if the phone is the problem, it seems to not work only when doing file transfers with PC, if I try to transfer files to other phones or to my mac (which has built in BT) it works fine.
Any way to troubleshoot this issue to tell if the problem comes from the phone or the dongle? By the way, using Airdroid instead of BT is not a fix.
View 4 Replies
View Related
Jan 21, 2013
After unlocking my phone's bootloader and flashing the kernel:
When I power off the phone, it gets into a state where I cannot control it by itself (black screen, no charging light if connected to a power source, does not react in any way to any key).
However, I am able to access it via adb over USB. Using adb, I can put it into some other state (reboot, reboot bootloader, etc) and again gain control over it (also through its own keys). When I select the "power off" function of the bootloader, it enters this state again.
I can even reboot the phone (also into recovery/bootloader/fastboot) from any state
So I can use the phone, but I can't power it on by itself, which isn't a good situation when I don't have a computer around.
device: HTC One S
ROM: CyanogenMod 10 (device is officially supported by CM10; I used the version I found in the Wiki.)
kernel: The one included in CM10 (had to be flashed manually via fastboot because of restrictions by the device; I flashed the kernel before flashing the ROM)
View 9 Replies
View Related
Nov 3, 2012
i tried to unroot my htc desire hd via htcdev.com's unlock bootloader process...it was successfull..
gradual steps/mistakes...
1. installed clockworkmod from playstore
2. tried to access superuser...but there was some issue with that..
3. when i restarted my phone using vol- key and power button i entered into hboot mode, from where i enter clockworkmod...
4. full wiped the phone, cache and everything that was given in instruction of icecold sandwich..
5. icecold sandwich was there in sd card as zip file....so i chose the "install zip from memory card option"..
6. then there is message of installation completed..
but my phone is unable to start.... there is htc logo and no further process..
View 5 Replies
View Related
Jul 9, 2013
I'm running miui on my xperia u http:[url]....
but when i connect it to the computer, i am not able to transfer files between computer and phone as there is no option for it.my reverse tethering is working fine. on my phone it shows usb debugging mode.
View 1 Replies
View Related
Feb 16, 2014
My HTC EVO 4G LTE is having a major problem. When connected to my home modem it will not connect to the internet at all. When I disconnect wifi in the settings the phone will crawl along at Sprint 3G speeds. Laptops, tvs, chromecast and Roku are all working properly from the same modem. I've reset the modem, restarted the phone numerous times, just updated the phone (was happening before and after the update) and still no luck. I've scoured the internet looking for answers but nothing so far.
View 1 Replies
View Related