[Q] cat /proc/cpuinfo or similar? - Android Q&A, Help & Troubleshooting

Hi there.
I wanted to see the MHz of my CPU cores while screen is off, so I need a command to use in "adb shell".
I've tried cat /proc/cpuinfo like on a normal linux machine, but no good here.. No MHz are shown.
Any ideas?

There are several APPs on the Market for this xD
u have to search xD

RzR_Pali said:
There are several APPs on the Market for this xD
u have to search xD
Click to expand...
Click to collapse
Sorry, you misunderstood me: I need an ADB command from the bash (i have to keep my screen off)
Anyway, my battery stats now proove that SetCPU is doing its job.
Post closed.

Related

[Q] Backtrack or Ubuntu on ACE?

I have been trying to run Ubuntu/debian/backtrack distros on ACE. However I have been getting a segmentation fault error for a busybox chroot command in the scripts.
There is a related thread in these forums if anyone is interested, but unfortunately no solution.
http://forum.xda-developers.com/showthread.php?t=1079898
I am just curious to see if anyone here was successful doing it and if so how. Many users have a similar problem and I have gone through lot of general suggestions given in the above thread, but none of them solved my problem. So just trying my luck here to see if anyone else is interested to get one of those distros running on ACE.
If it can make coffee when succesfull...im interested.
Cheers
progress?
Hi Sandred
Did you find out any more in the end? I had the exact same problem with my Galaxy Ace when trying to install BT5.
If you look on rumah-android.com/install-backtrack-5-linux-on-android.html it seems to show it working on an ACE but I haven't tried using debdroid yet. I'll let you know if I do ever get it working though..
Marcus
marcusdw said:
Hi Sandred
Did you find out any more in the end? I had the exact same problem with my Galaxy Ace when trying to install BT5.
If you look on rumah-android.com/install-backtrack-5-linux-on-android.html it seems to show it working on an ACE but I haven't tried using debdroid yet. I'll let you know if I do ever get it working though..
Marcus
Click to expand...
Click to collapse
Marcus,
If you are referring to second image on the above site, it is not ACE. It is Samsung Galaxy something (if you look at left corner of the image, you see a camera/sensor on front left side of the phone) which is not Ace.
Anyways I was not successful running any distribution at all. I have even tried laika linux. The problem is with busybox which itself is segment faulting. Updating to latest greatest version did not help either. I changed different kernels on our phone and it did nothing. I have tried entering all the commands one by one , everything is ok until chroot command, where it just breaks.
I do not think debdroid app will help either, though I have not yet tried it.
I have not yet given up yet, I will keep trying when ever I get time and keep this thread posted. Thanks for asking.
sandred said:
Marcus,
If you are referring to second image on the above site, it is not ACE. It is Samsung Galaxy something
Click to expand...
Click to collapse
How about "S"?
I got it working on my phone. Just follow post #94 in the link given below:
http://forum.xda-developers.com/showthread.php?t=723493&page=10
phoenix2241987 said:
I got it working on my phone. Just follow post #94 in the link given below:
http://forum.xda-developers.com/showthread.php?t=723493&page=10
Click to expand...
Click to collapse
Would it be too much to ask for a video? I'd really like to see that on ace before deciding if i'm goin' for it!
Thanks in advance!
Ubuntu working on SGA
QNBT said:
Would it be too much to ask for a video? I'd really like to see that on ace before deciding if i'm goin' for it!
Thanks in advance!
Click to expand...
Click to collapse
Here goes, a short demo. Recorded this using screencast application in droid explorer.
http://www.youtube.com/watch?v=wCesfuEXAZI
phoenix2241987 said:
Here goes, a short demo. Recorded this using screencast application in droid explorer.
http://www.youtube.com/watch?v=wCesfuEXAZI
Click to expand...
Click to collapse
Thank you! I'm sure that the recording fps is pretty low, so how smooth does it actually run on a ace?
phoenix2241987 said:
I got it working on my phone. Just follow post #94 in the link given below:
http://forum.xda-developers.com/showthread.php?t=723493&page=10
Click to expand...
Click to collapse
thanks, it's working now
phoenix2241987 said:
I got it working on my phone. Just follow post #94 in the link given below:
http://forum.xda-developers.com/showthread.php?t=723493&page=10
Click to expand...
Click to collapse
Thanks a lot phoenix2241987, I got Ubuntu working following the above link!
Except I had to change the script a little bit to make it work on mine. I am attaching the script I modified if in case somebody needs it.
(Actually only this image works, other images of backtrack and laika do not work following the same method/script)
I was able to do a tightVNC session from PC and open up a full screen desktop. Firefox is not bad either, it is fast enough to browse text based sites.
Thanks a lot!
QNBT said:
Thank you! I'm sure that the recording fps is pretty low, so how smooth does it actually run on a ace?
Click to expand...
Click to collapse
Pretty smooth, I should say.. There is a very slight lag, but that shouldn't be a problem. Btw, I'm using the supercharger script. I guess it runs smooth because of that.
And just after running the shell script, when you get the "[email protected]:" prompt, type " vncserver -geometry 480x320" . And in android vnc viewer use port 5902. This will make sure that the resolution fits your screen.
Also use input method as "Touchpad", in vnc viewer settings.
And once you have opened the GUI using vnc viewer, you can close the terminal emulator to free up ram. I found that the GUI runs smoother if you do that. You can use the vnc viewer to bring up the GUI anytime you want, until the next reboot, since ubuntu runs in the background even after you exit from the terminal emulator.
The downside is that you cannot mount your sdcard in your pc, once you have booted up ubuntu. You will have to reboot to get it connected. I guess this is because the ubuntu image is mounted on one of the loop devices manually.
sandred said:
Thanks a lot phoenix2241987, I got Ubuntu working following the above link!
Except I had to change the script a little bit to make it work on mine. I am attaching the script I modified if in case somebody needs it.
(Actually only this image works, other images of backtrack and laika do not work following the same method/script)
I was able to do a tightVNC session from PC and open up a full screen desktop. Firefox is not bad either, it is fast enough to browse text based sites.
Thanks a lot!
Click to expand...
Click to collapse
I see you have modified the loop device #. I had to do that too, since all my loop devices [dm-0 to dm-7] were already mounted upon by some other applications installed on my phone. I had to uninstall one of them, to free up the loop device [in my case, dm-7], and change the script accordingly.
It would be cool if we could get some other OS running too.. Windows, for instance . But i guess that wouldn't be possible, due to the linux architecture of android. But who knows, some day, someone might change the bootloader, and get it to boot as the native OS, instead of running it as a virtual machine.
phoenix2241987 said:
I see you have modified the loop device #. I had to do that too, since all my loop devices [dm-0 to dm-7] were already mounted upon by some other applications installed on my phone. I had to uninstall one of them, to free up the loop device [in my case, dm-7], and change the script accordingly.
It would be cool if we could get some other OS running too.. Windows, for instance . But i guess that wouldn't be possible, due to the linux architecture of android. But who knows, some day, someone might change the bootloader, and get it to boot as the native OS, instead of running it as a virtual machine.
Click to expand...
Click to collapse
maybe windows phone but not windows at least until microsoft port it to RISC with windows 8.
Sent from my GT-S5830 using XDA App
phoenix2241987 said:
Pretty smooth, I should say.. There is a very slight lag, but that shouldn't be a problem. Btw, I'm using the supercharger script. I guess it runs smooth because of that.
And just after running the shell script, when you get the "[email protected]:" prompt, type " vncserver -geometry 480x320" . And in android vnc viewer use port 5902. This will make sure that the resolution fits your screen.
Also use input method as "Touchpad", in vnc viewer settings.
And once you have opened the GUI using vnc viewer, you can close the terminal emulator to free up ram. I found that the GUI runs smoother if you do that. You can use the vnc viewer to bring up the GUI anytime you want, until the next reboot, since ubuntu runs in the background even after you exit from the terminal emulator.
The downside is that you cannot mount your sdcard in your pc, once you have booted up ubuntu. You will have to reboot to get it connected. I guess this is because the ubuntu image is mounted on one of the loop devices manually.
Click to expand...
Click to collapse
That is a pain, it would actually be "better" if we would chose to boot up as ubunto at the startup, that would be awesome.
Thanks for the info!
sandred said:
Thanks a lot phoenix2241987, I got Ubuntu working following the above link!
Except I had to change the script a little bit to make it work on mine. I am attaching the script I modified if in case somebody needs it.
Click to expand...
Click to collapse
I got it working using sandred's modded chubuntu script in combination of this method:
http://forum.xda-developers.com/show...723493&page=10
The problems that it's pretty laggy when I use it. The quality of the color is really low as well.
QNBT said:
The problems that I cant chose the reslution, how do i do that? And it's pretty laggy when I use it. Should the color be good or should it be that low quality?
Click to expand...
Click to collapse
After running the shell script, when you get the "[email protected]:" prompt, type " vncserver -geometry 480x320". I used 480x320 because its the resolution of our galaxy ace, and it fits the screen nicely. You can use any other resolution you want, just put them in place of "480x320". And in android vnc viewer use port 5902.
Regarding the color depth, I use 24 bit, and it runs smoothly. If you have lag, use lower settings, although it will reduce the quality of display. You can change the color settings on the connect screen of the vnc viewer. There is a list-box named "color format".
phoenix2241987 said:
After running the shell script, when you get the "[email protected]:" prompt, type " vncserver -geometry 480x320". I used 480x320 because its the resolution of our galaxy ace, and it fits the screen nicely. You can use any other resolution you want, just put them in place of "480x320". And in android vnc viewer use port 5902.
Regarding the color depth, I use 24 bit, and it runs smoothly. If you have lag, use lower settings, although it will reduce the quality of display. You can change the color settings on the connect screen of the vnc viewer. There is a list-box named "color format".
Click to expand...
Click to collapse
I was so eager that i exited terminal before that text showed up, but for some reason ubuntu still starts up as a bigger resolution after typing those commands. Oh and 5902 doesnt work, only 5901.
OH, nvm! It works now, gonna reboot and start over again then check if it laggs!
For some reason i can only chose "No Pan, Trackball Mouse" Since we have no trackball im unable to move the cursor. Any solution to that?
edit: stupid me, had it on fit screen so..... works now thanks for all the help!

Any way to filter "ls" results in adb?

Is there a way to filter "ls" results (since it returns hundreds of apps) without the use of "grep" or "find" (since neither are recognized when in adb shell)?
Paul22000 said:
Is there a way to filter "ls" results (since it returns hundreds of apps) without the use of "grep" or "find" (since neither are recognized when in adb shell)?
Click to expand...
Click to collapse
Using ls *hi* will show files with hi word in any place in the name
Sent from my MB860 using Tapatalk
lhurtado said:
Using ls *hi* will show files with hi word in any place in the name
Click to expand...
Click to collapse
THANK YOU!!!!!
Trying to Google this was *insanely* difficult
Definitely writing this down. Never would have thought two stars around the search term would work, hah! Thanks again
Grep works on mine?

[SMALL FIX] Increase Wifi TX power ("signal strenght")

Hi, I noticed that our wifi driver can be controlled via iwconfig to increase TX power. It's not too impressive change (from default 14dbm to max 15dbm), but still it's a ~25% transmission power increase considering miliwatts (25mW->32mW)
Please remember it will slightly improve your wifi connection, but also increase the power consumption!
HOWTO:
Use the file everytime you switch on the wifi (or create a relevant script):
Code:
iwconfig wlan0 txpower 15
Download: iwconfig
Cheers,
z
Welcome back pal, and get ready for a welcome warmth.
thanks man
really happy to see you here
;-)
Here you can find an app for better controlling that setting http://4pda.ru/forum/index.php?showtopic=220775. Settings are changed by tapping on a widget.
Good to see you again zdzihu!
How to configure it for tether wlan?
Welcome back Z!
Don't notice much a of a difference, but I'm sure its doing its thing.
Sent from my X10i using xda premium
Nice Work There
Sent from my SO-01C using xda premium
Nice bro. Another great discovery. Thanks.
welcome back Z, I am looking forward on the new developments you are up to I presume.
hi, sorry for asking stupid Q.
can any tell me how to open it?
just simply press on it? but it asked to open with ..(text viewer/ SQlite database viewer and so on... )
Too happy to c u bck!!! Bt did u buy an arc???
Sent from my X10i using xda premium
now z's one guy who drops in from nowhere to give amazing things....
how do you know such minute details of the phone??? lol
thanks lot....
n any new development????
To use this script, execute it from the terminal. Copy it to anywhere into your memory card. Open up Terminal Emulator, cd to /sdcard/location/of/the/file/ (e.g. /sdcard/download) and enter the command from the first post.
Here's a simple script that might work. I haven't tested it yet:
Code:
#!/system/bin/sh
/system/bin/iwconfig wlan0 txpower 15
Save as whateveryouwanttonameit.sh in anywhere you want (a folder for scripts in sdcard is recommended). You need to copy the 'iwconfig' file into /system/bin for this to work and run this script from Script Manager or Gscript or anything that can run the script (including Terminal Emulator). If I'm not mistaken, you can create a simple widget for scripts using Script Manager.
Hope it works. Thanks zdzihu for this great find.
I'm glad to see you, Mr. Z
welcome back
The alternative suggested to Zdzihu's does not work
creage said:
Here you can find an app for better controlling that setting http://4pda.ru/forum/index.php?showtopic=220775. Settings are changed by tapping on a widget.
Click to expand...
Click to collapse
Nobody has found the widget suggested in this link as an alternative to work! English translation of the Russian thread. Its battery draining effect however persists. Take care!
@rapatu2010
well man, I'm using it quite OK, and don't experience any drains at all. It works great for me as well as for many other users. If you can't install it, then don't complain to app.
Help guys! I really dont understand how to use it. Please someone explain it specifically? It always show error on wlan tx power. The request is not permitted or something like that.. tnx!
Sent from my X10i using XDA App
when im typing /system/bin/iwconfig wlan0 txpower 15
Error for wireless request "Set Tx Power" (8B26) :
SET failed on device wlan0 ; Operation not permitted.
wannaburjer said:
when im typing /system/bin/iwconfig wlan0 txpower 15
Error for wireless request "Set Tx Power" (8B26) :
SET failed on device wlan0 ; Operation not permitted.
Click to expand...
Click to collapse
You need to be in root mode first. If you're on Terminal Emulator, you need to execute the command su first to be in root mode and you're good to go.

[CHITchat] Mr. Placebo Effect

Ok...lets talk about the title, do u ever feels it?
I see lots of user on xda know what is placebo effect but not or shy to admit it usually who experiance it is who had flash any super speed script....and the script is actually not working but, bcoz of placebo effect they tell people that the script us working superb! How do u know its working? Can u prove it?
Most of script-maker here not tell and actually didnt know if they script is working or not, they just said....flash it, feels it
regards,
•ƒγяύs ργяσ™• eBuddy XMS pin: A24D43B9
Now running no scripts.. Bored of flashing ... How would u know that scripts wont work??
Hahahahhaha lol yeah happens a lot of times with me
[practice random acts of kindness and selfless acts of love]
Prashanthme said:
Now running no scripts.. Bored of flashing ... How would u know that scripts wont work??
Click to expand...
Click to collapse
Me too, u know...if u copy any of script lines then deletecthe value of the lines replace it with "cat" and paste it in terminal emulator, u can know the script is working or not...
The script is working if the value change as what in the script was...for example the battery tweak script....
------
echo "500" > /proc/sys/vm/dirty_expire_centisecs
echo "1000" > /proc/sys/vm/dirty_writeback_centisecs
-------
Now check in terminal emulator
--------
cat /proc/sys/vm/dirty_expire_centisecs
cat /proc/sys/vm/dirty_writeback_centisecs
---------
If u get
----------
cat /proc/sys/vm/dirty_expire_centisecs
500
cat /proc/sys/vm/dirty_writeback_centisecs
1000
----------
Its working...but if the value not same as the script...its not working, to make sure its working...permission should be rwxr-xr-x or full rwxrwxrwx...
Now, all flashable script on xda is (all that i tested) is set to rwx-r-r-- mean its not execute at boot....
If u want to test, try flash lagfree v3 and then change permission to rwxrwxrwxr or rwxr-xr-x then reboot, u will face problem with your phone, maybe a non stop bootloop
Then u know the script not mean for your ace
regards,
•ƒγяύs ργяσ™• eBuddy XMS pin: A24D43B9
U got it...the scripts which claim to make ur phone run like horse make ur phone too slow when u set the correct permissions.
-Nisha
No disrespect to the guys who write the scripts or mod them; but, I have tried them over and over, benchmarking with each and never found any to help. Without a doubt just a placebo effect! But I often see that it makes the users on XDA happy to think they are boosting performance and whatever else is promised, so I've just never wanted to burst anyone's bubble about it. lol. Same deal with the battery calibration thing too... which was already busted by Myth Busters.

[MODS] Multi Core Governor's/Frequencies (QCBeta1) + V6 Supercharger (U9RC11T4)

ALL ROMS AND DEVICES SUPPORTED​for both of these mods listed below
single / dual and quad core
V6 super Charger in post 2​
MULTI-SINGLE-ALL-CORE GOVERNORS AND FREQUENCIES​
this is a patch which allows you to edit the governor of each core independently, as well as setting each its own min / max frequencies, IT'S NOT MY WORK AND ALL THANKS GOES TO Smokin1337
Firstly dl the zip, then flash via your chosen recovery, I flashed on fresh installs so I recommend you wipe your cache/dalvik cache to be on the safe-r side of life , if flashing over a *settled* rom
You will then need to run the command "su" in terminal emulator , followed by "cpu"
Then all settings are self explanatory inside the terminal emulator,
Here's the op
http://forum.xda-developers.com/showthread.php?t=1584508
Here's the link to terminal emulator in the play store https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=enO
This mod , may be cancelled out by other mods and/or settings saved from them, I would recommend clearing data from system tuner, set CPU, CPU tuner etc, and reinstalling them without making changes to CPU , also disable forced dual core if you have a 3rd party app enabling it. Er........ I think that's it
.....nope, if you restore from apps such as titanium back up, any data containing CPU configs you restored may need to be removed too, if you want to make sure you are getting the settings set in terminal emulator and not those launched via init.d or on boot completion
Enjoy​
V6 SUPER CHARGER SCRIPT ​
LIKE A BAT OUT OF HELL............. ReDraws n' Lag Will Be Gone!​
its like having a turbo on your device, lots of work has been put into this dont forget to go thank Zeppelinrox on The OP below
it has worked for me on his previous releases and accross many roms,
you may need a busybox update, to prevent a possible cause of a boot loop, but it does auto detect version,
and it is easy enough to upgrade busybox version,
with this app https://play.google.com/store/apps/details?id=com.jrummy.busybox.installer&hl=en free from the market/play store,
you will also need an app like script manager https://play.google.com/store/apps/details?id=os.tools.scriptmanager&feature=search_result free from the market, and dont forget to turn the little su android button green to run as root when running the script
heres the OP, http://forum.xda-developers.com/showthread.php?t=991276 ,
thanks to Zeppelinrox
heres the latest version
http://forum.xda-developers.com/showpost.php?p=18703418&postcount=5021​
Ok...
Tell me if I misunderstood, but what I see is basically a clever mod that sets different settings for multi core CPUs and also the Supercharger script by zeppelinrox.
Now, how are these relevant to X8? It has only a single core CPU, so the mod is kinda pointless for the X8 since an app such as SetCPU can handle this function. Also, the Supercharger script is not new or unknown to us X8 users, in fact I believe there are 3 threads on that topic.
So how is this Android Development? I don't see anything here being developed by the OP. I only see the publicising of some nice tweaks, one of which is useless to the X8 and the other is already quite well-known. This should belong in the General section, and even then it wouldn't serve much purpose. Though I understand the sharing of certain useful mods here, I don't see its relevance.
Sent from my X8 using Tapatalk 2
SpyderX said:
Ok...
Tell me if I misunderstood, but what I see is basically a clever mod that sets different settings for multi core CPUs and also the Supercharger script by zeppelinrox.
Now, how are these relevant to X8? It has only a single core CPU, so the mod is kinda pointless for the X8 since an app such as SetCPU can handle this function. Also, the Supercharger script is not new or unknown to us X8 users, in fact I believe there are 3 threads on that topic.
So how is this Android Development? I don't see anything here being developed by the OP. I only see the publicising of some nice tweaks, one of which is useless to the X8 and the other is already quite well-known. This should belong in the General section, and even then it wouldn't serve much purpose. Though I understand the sharing of certain useful mods here, I don't see its relevance.
Sent from my X8 using Tapatalk 2
Click to expand...
Click to collapse
my 8 year old lad has this phone, and both mods, do work, and do increase the low performance of the phone, i pop in this forum occasionly checking for updates for his rom, and have never seen either mentioned/linked, so i posted it here
simples
Multi core gov ? *Facepalm* , Its a single core cpu , get real.
Sent from my E15i using xda app-developers app
Mockingbird said:
Multi core gov ? *Facepalm* , Its a single core cpu , get real.
Sent from my E15i using xda app-developers app
Click to expand...
Click to collapse
it states clearly at the top, its for single /dual and quad core devices
im guessing the x8 is a haterz forum like so many others, here on xda
this available on x8?
Sent from my E15i using xda premium
tiong38 said:
this available on x8?
Sent from my E15i using xda premium
Click to expand...
Click to collapse
yes, all devices, and all kernels and all roms, be it a stock but rooted rom, custom rom/kernel or single/dual/quad core
I agree with SpyderX... thanks for trying to help BUT you do not do it
GreatApo said:
I agree with SpyderX... thanks for trying to help BUT you do not do it
Click to expand...
Click to collapse
use it, dont use it, hate it or love it,
this is a sharing a community
gav-collins1983 said:
it states clearly at the top, its for single /dual and quad core devices
im guessing the x8 is a haterz forum like so many others, here on xda
Click to expand...
Click to collapse
+1 on the haterz..thay can just reply in a nice way..y do they have to be rude..
Sent from my X8 using xda premium
Ok. The multi governor mod is, afaik, only useful for phones with multiple cores as then it can be used to change how each core operates, potentially increasing performance and maybe reducing battery life. A single core phone like the X8 won't benefit from it since it doesn't have multiple cores to change individually. You claiming that it works might be due to a placebo effect as it does nothing for an X8. Seriously, think logically on how a multicore-targeted individual core governor will help the X8. Not every tweak works for every phone and not every tweak is one that improves performance.
As for supercharger, I agree that it is effective. However, many X8 users already know about it hence publicising it again in a new thread is pointless. Though we appreciate that you want to share your findings with the community, this is not the right way or place to disseminate the information. Doing so in a related existing thread would be better and also since this thread contains no development, it should not be posted in the development section.
Ok everyone stop posting.Its upto mods to decide.
However,no matter how much you deny (like,this community is full of haters), SpyderX is right. This thread is just for increasing thanks meter or whatever.
One thing have to clearly understood : Dev section belongs to people who know about android.Its not for sharing stuff someone else creates. The Original Developer has done developing AND certainly its not you.Just saying all credits to him/her isnt enough. Its clear that OP doesnt know what he himself posted.He has little knowledge of scripts.
I dont want to get into verbal argument here.
Rahat34 said:
Ok everyone stop posting.Its upto mods to decide.
However,no matter how much you deny (like,this community is full of haters), SpyderX is right. This thread is just for increasing thanks meter or whatever.
One thing have to clearly understood : Dev section belongs to people who know about android.Its not for sharing stuff someone else creates. The Original Developer has done developing AND certainly its not you.Just saying all credits to him/her isnt enough. Its clear that OP doesnt know what he himself posted.He has little knowledge of scripts.
I dont want to get into verbal argument here.
Click to expand...
Click to collapse
Both these were developed from scratch, no not by me, I did state that, and yes, it is effective for single core devices, and yes i know system tuner, setcpu and CPU tuner etc, all do the same job, but, why waste app space, when a script can do the same job, but can be controlled via terminal emulator, if you don't like it, don't use it, wanna hate, fine,
My son owns an x8 not me I was keeping him pimped, and thought I was doing you guys a favour, .....oh well, back to the EVO 3d and s3 forums for me, see ya's
what is it for ?? I have tried to install it and then I wrote in terminal emulator,but there were many choices ...set governoor,set max cpu,set min cpu,disable/enable sticky mode ....what different is it with set cpu in setting>>perfomance ??
and how about super charger ??
device : E15i
rom : CN9 Crema de nieva beta 11 by
kernel : ics4
mod : supercharger6 + kickass kernelizer
Bejjo said:
what is it for ?? I have tried to install it and then I wrote in terminal emulator,but there were many choices ...set governoor,set max cpu,set min cpu,disable/enable sticky mode ....what different is it with set cpu in setting>>perfomance ??
and how about super charger ??
device : E15i
rom : CN9 Crema de nieva beta 11 by
kernel : ics4
mod : supercharger6 + kickass kernelizer
Click to expand...
Click to collapse
It simply allows full control / choice of governor, min and max frequency instantly, without the need of a reboot or init.d script, as for the supercharger script, its pretty self explanatory, it makes small system changes, manually giving you a choice of options , try it, you won't be dissapointed
I think all of moderator must give him a chance to share it,may be it is usefull mod for all of shakira users....may be in the other section too !
Ok here's the thing. Arjen (one of our Mods) has clearly stated in his sticky that Android Development section and Original Development section are for SONY ERICSSON XPERIA X8 SPECIFIC ANDROID DEVELOPMENT. Anything other than such should be in the General or Themes and Apps section. What SpyderX and a few others tried to do is advice you politely (take note that they didnt curse you or anything) and all you've done is remained hard hearted and ignored them. All i can say is im not like them.
1. Opening a thread about someone else's work is not X8 Android Development material, especially when it was developed in another phone's forum.
2. Making threads in another phone's forum just because a family member or friend has the said phone is, how do i put it...unwise. Especially when he/she doesn't bother to read our stickies or double check on existing MODS.
3. Saying "Fine, I'll just go back to my old forums where im appreciated" doesnt help your case. It just shows you weren't sincere by trying to help people with this MOD and that you're a thanks whore.
Im sorry its so long but I've had enough idiocy flooding our forums.
P.S. : I typed this whole thing via X8. Show some respect by quoting it if you have a good comeback.
Sent from my E15i using xda app-developers app
can not charging....
gav-collins1983 said:
It simply allows full control / choice of governor, min and max frequency instantly, without the need of a reboot or init.d script, as for the supercharger script, its pretty self explanatory, it makes small system changes, manually giving you a choice of options , try it, you won't be dissapointed
Click to expand...
Click to collapse
I have been charging my batry from the night until now,but its states in the level 27%.I never get this problem before,till I installed it in my device.How to solve it ??
Nice mod but title was misleading though...
Too sad for anyone who only have X8 like me...

Categories

Resources