[APP] CPUStats - simple cpu statistics (updated 06.03.2011) - Motorola Droid and Milestone Themes and Apps

This is simple app that I created to show some info about CPU frequencies and governor.
It's still in development state, but it has what I need to show how CPU governor is doing it's work! It refreshes every 2 seconds.
I tested it on CM 6.1, but it should work on others.
You need to have cpufreq_stats module loaded to get some statistics, and it needs root permission.
Also please note, that cpufreq_stats should be loaded after defining frequencies and setting active governor, otherwise it may collect not so correct data!!
In 0.1 version I added cpufreq_stats.ko binary, so if your ROM doesn't have it, you can TRY to install it. But before you try it, NANDROID YOUR SYSTEM! This modifies 10overclock file, and if something goes wrong, you may end up in boot loop!!!!
If something is missing, or FC, please post output of this commands:
Code:
# find /sys/devices/system/cpu/
# lsmod
and what ROM/device are you using.
Any comments and suggestions are welcome!!
I hope you'll find it usefull!
Compatibility list:
- CyanogenMod 6.1
- MIUI 12-17
- HO!NO!
- Cronos 1.7
- TheFroyoMOD 2.1.2
Module tested on:
- CyanogenMOD 7 RC0
- The FroyoMOD 2.5
- Leaked APAC rom
This should work on any rooted rom and any device; please report back your findings, with exact version or rom and device. If you have any other device with rooted ROM, try it if you like it and report back your findings...
Change log:
06.03.2011, 13:25, v0.1
- Changed startup screen, and now you can even disable it!!
- Changed logic that interacts with system, so it should have faster startup and less CPU usage. Because of this, it will ask root permission again!
- Included cpufreq_stats.ko module, for witch I hope is generic, and it should work on any 2.2 and newer rom. I didn't tested it on 2.1!!!!!
02.01.2011, 09:13, v0.05
- changed reading logic, too small change for new version. If previous 0.05 is working for you, you don't need to redownload!
01.01.2011, 17:15, v0.05
- Additional error checking, hopefully all FC's are prevented
- If module cpufreq_stats is not loaded, it will display warning but it will continue to work. So if you have custom build kernel with compiled in cpufreq_stats, it should work!
- Added welcome dialog
- Added system report generator. This will collect data about your phone that I think is needed to detect where the problem is, or to support new devices. This file will be saved to "/sdcard/CPUStats_sysprofile.txt". Please check file content and if you don't like some data inside remove it, and please report what have you removed. And if you agree, send me that file in PM or attach to this thread (I would prefer PM!).
- If some data cannot be read, it will display values -1 or 0. Usually that means that you don't have cpufreq_stats module, or you are running other device than Motorola Milestone!.
- Happy New year!!!!
22.12.2010, 19:40, v0.04
- OK, thanks to great hint from coolbho3000, finally current frequency works as it should!!! and app starts much faster!
- Refresh time reduced to 1 sec!
- On startup, app will change permission of files that needs to be read to "read to all" (a+r). I don't see that as security issue (in fact only one file doesn't have right permissions, but i decided to check all files), but if you do this that this is security issue, then DON'T INSTALL OR RUN 0.04 version!!!!!
- These files are checked and their permissions are modified as needed:
Code:
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq
/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans
/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
/proc/overclock/mpu_opps
19.12.2010, 15:00, v0.03
- All frequencies are listed, no matter did they been used or not.
- Checks is cpufreq_stats module is loaded, and exists app if not
- removed few loops from code, only one left, lower CPU usage , and possibly prevented some of FC if files are missing...
18.12.2010, 17:30, v0.02
- Added percentages to display
- Calculating deepsleep time
- NEEDS ROOT, because only root can get current cpu frequency, it will ask you 2 or 3 times, and you will probably want to check remember because of loop...
(although it doesn't work too effectively, so you will probably get max speed)
17.12.2010, 20:35, ver 0.01
- Added vsel values to display
- Small adjustments to UI
- Added version
- Not working: current cpu freq!? (if someone is willing to help PM me)
- Changed refresh rate to 2 sec
TODO:
- check are required modules loaded
- ability to change refresh rate (not needed??)
- better use of superuser (anyone willing to help??!) (maybe done...)
Screenshot:
v0.03 & v0.04
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
v0.02:
v0.01:
P.S.: file without version name is old one, 0.01!!

Nice! Will try it out.

this is such a nice and simple app. i love it! thank you amossam!

amossam said:
This is simple app that I created to show some info about CPU frequencies and governor.
It's still in very early state, but it has what I need to monitor CPU governor! It refreshes every 1 second.
I tested it on CM 6.1, but it should work on others. You need to have cpufreq_stats module loaded to get some statistics, and it doesn't need root permission!
(...)
Any comments and suggestions are welcome!!
I hope you'll find it usefull!
Screenshot:
View attachment 466611
P.S. Mods; if I posted this in wrong section, please move it to the right one! Thx!
Click to expand...
Click to collapse
Hi Amossam again
And once again: it's great app! Congrats!
One more sugestion: please add the version numbering (or date of app update) as I know you are working on some changes and will be nice to know am I using the current one ;-)
Hope you are working to add vsel setting to stats.
Regards and thanks again!

It isnt working with the Smartass governor on Cronos 1.7.0

bloodhawk said:
It isnt working with the Smartass governor on Cronos 1.7.0
Click to expand...
Click to collapse
it doesn't matter what governor is active, just checked!
can you post result of shell commands in OP ?
thx

@amossam:
Would it be possible for you to show the percentage of time in state?
Like:
1000Mhz 20%
500Mhz 20%
250Mhz 60%
Then there are just to things left I miss A shortcut to the app which shows you the time in sleepmode (don't know its name) and a shortcut to battery-consumption overview
Thx in advance

Skkip said:
@amossam:
Would it be possible for you to show the percentage of time in state?
Like:
1000Mhz 20%
500Mhz 20%
250Mhz 60%
Then there are just to things left I miss A shortcut to the app which shows you the time in sleepmode (don't know its name) and a shortcut to battery-consumption overview
Thx in advance
Click to expand...
Click to collapse
Hey! thx for suggestions...
Time in sleep mode? That is diference between "Total system uptime" and "Uptime". If that, I can add it to display. Or do you mean on SpareParts?
And battery-consumption overview from SpareParts? Well, i can only do shortcut to SpareParts because it has only MainActivity exposed...
Will do, probably this afternoon...

amossam said:
it doesn't matter what governor is active, just checked!
can you post result of shell commands in OP ?
thx
Click to expand...
Click to collapse
My bad. something was wrong with my ROM.
Now it is working. After i installed the latest version of MIUI

bloodhawk said:
My bad. something was wrong with my ROM.
Now it is working. After i installed the latest version of MIUI
Click to expand...
Click to collapse
Great!
can you please tell what version od MIUI you have, so I can put it in OP?
thx

OK ...im on the 12-17 build.
Also the app is FC'ing when using the Smartass governor. For other governors it is working just fine.
Shell output :
tiwlan_drv 859446 0 - Live 0xbf04f000
cpufreq_conservative 4635 0 - Live 0xbf048000
cpufreq_smartass 5055 0 - Live 0xbf041000
cpufreq_interactive 2081 1 - Live 0xbf03b000
cpufreq_stats 1945 0 - Live 0xbf035000
overclock 3819 0 - Live 0xbf02f000
symsearch 673 3 cpufreq_smartass,cpufreq_interactive,overclock,[permanent], Live 0xbf029000
sec 3712 0 - Live 0xbf023000
modem_pm_driver 1764 2 - Live 0xbf01d000
netmux_linkdriver 8302 0 [permanent], Live 0xbf015000
netmux 52159 19 netmux_linkdriver, Live 0xbf000000
Click to expand...
Click to collapse

bloodhawk said:
OK ...im on the 12-17 build.
Also the app is FC'ing when using the Smartass governor. For other governors it is working just fine.
Click to expand...
Click to collapse
hmm, strange. did u installed v0.02?
i just uploaded it and changed few things related to data fetch.
on my cm i changed to smartass, rebooted and it's working without problem...
Sent from my Milestone

It actually starts to force close after after the reboot.
Let me install the latest one. Ill get back in a while.

i just tried the latest version and it force closes after asking for super user perm. i tried 3 times and it FC'd each time. im running cronos 1.6.1 on a milestone.

milestonedude2 said:
i just tried the latest version and it force closes after asking for super user perm. i tried 3 times and it FC'd each time. im running cronos 1.6.1 on a milestone.
Click to expand...
Click to collapse
can you please send logcat and output of two command from OP?
thx
Sent from my Milestone

OK i just observed this...
If i open SetCPU once. The App doesn't have any sort of issues with any governor.

bloodhawk said:
OK i just observed this...
If i open SetCPU once. The App doesn't have any sort of issues with any governor.
Click to expand...
Click to collapse
i don't understand. does it woks or only for first run??
Sent from my Milestone

Running CM6.1 12.12.10 Motorola Milestone.
Overclocked @ 1000MHz, 56Vsel with consercative governor.
Getting FC after starting the app, tried 3 times, same result.

S7oneCu77er said:
Running CM6.1 12.12.10 Motorola Milestone.
Overclocked @ 1000MHz, 56Vsel with consercative governor.
Getting FC after starting the app, tried 3 times, same result.
Click to expand...
Click to collapse
can you please send me relevant part of logcat?!??
thx
Sent from my Milestone

amossam said:
can you please send me relevant part of logcat?!??
thx
Sent from my Milestone
Click to expand...
Click to collapse
there ya go:
Code:
cpufreq_interactive 2081 0 - Live 0xbf038000
cpufreq_conservative 4635 1 - Live 0xbf031000
overclock 3819 0 - Live 0xbf02b000
symsearch 673 2 cpufreq_interactive,overclock,[permanent], Live 0xbf025000
sec 3169 0 - Live 0xbf01f000
modem_pm_driver 1524 2 - Live 0xbf019000
netmux_linkdriver 7724 0 [permanent], Live 0xbf025000
netmux 48208 19 netmux_linkdriver, Live 0xbf000000

Related

disco custom kernel [v.b01]

After some days of testing the new kernel I decided to share it with everyone,
Now just to make things clear, the disclaimer:
Use it at your own risk, If you are unsure of what you are doing please do not flash this kernel.
As a rule of thumb ALWAYS do a nandroid backup first. I will not be responsible for any damage you may get and
I'm almost sure that flashing this boot image will void your warranty, but if you are reading this forum certainly you already did it.
Click to expand...
Click to collapse
ATTENTION:
If you flash 1GHz and have issues please use 768MHz instead.. It seems that not all liquids are stable at 1Ghz.
Click to expand...
Click to collapse
It's available in two versions for the ROM 2.000.16, 1GHz and 765Mhz.
Search the files in here.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features:
Code:
1Ghz
Multitouch (many thanks to Luke Hutchison for all his work and help) [for now, only with Dolphin Browser]
Works very well with clean ROM 2.000.16, installed with acer tool.
Bootloader info is:
Code:
USB FastBoot: V1.00.03
HW version: v0.4
AMSS version: A1-02.01.03
Build Date: Jan 26 2010, 14:29:43
Instructions:
1. Read the disclaimer.
2. Do a nandroid backup.
3. Download and unpack the zip file.
4. Enter bootloader.
5. Do in console/cmd:
Code:
fastboot -i 0x0502 flash boot <boot image name>
fastboot -i 0x0502 reboot
6. Have fun
I didn't posted the unrooted version because when you flash this kernel you will be voiding your warranty (if you already didn't), so doesn't make sense to keep your phone unrooted, unless you really want it.. If thats the case, contact me..
As you may know, this was build from a kernel source that has some bugs on it, so, you may experience some erros.. Didn't found any, but if you find please report..
Dmesg will output some errors, but for now they are armless..
GREAT WORK!
Havn't tested it out yet, gonna do it after tomorrow since I need my phone at work tomorrow.
Is there a noticeable speed-difference when using the 1ghz-version?
Nice work mate!
I'm using the 765Mhz version without any problem. Can anyone tell if the 1GHz causes the phone to overheat?
brumbrum said:
GREAT WORK!
Havn't tested it out yet, gonna do it after tomorrow since I need my phone at work tomorrow.
Is there a noticeable speed-difference when using the 1ghz-version?
Click to expand...
Click to collapse
nferro said:
Nice work mate!
I'm using the 765Mhz version without any problem. Can anyone tell if the 1GHz causes the phone to overheat?
Click to expand...
Click to collapse
There is no overheat on the phone but didn't gave it intensive use yet..
On benchmarks it has significant improvement, but the phone normally has no lag, so, there is almost nothing to be noted ..
finally... in front of a computer... gonna try now!!! u da man disc0!
EDIT: everything working great so far loving the multitouch in dolphin!
testing 1ghz settings
It would be really great if we could have SetCPU working with 1ghz enabled to preserve battery life.
EDIT : I've emailed SETCPU's developer to ask him to set something like he did for the Droid (some kind of autodetection).
ahsid said:
It would be really great if we could have SetCPU working with 1ghz enabled to preserve battery life.
EDIT : I've emailed SETCPU's developer to ask him to set something like he did for the Droid (some kind of autodetection).
Click to expand...
Click to collapse
You can add the information to setcpu.txt with the cpu speeds in the sdcard , but would be great to have support directly from the menu ..
@disco hit me u on gtalk "[email protected]"
What about the battery ?
Does this hack drains it more or not ?
nferro said:
Nice work mate!
I'm using the 765Mhz version without any problem. Can anyone tell if the 1GHz causes the phone to overheat?
Click to expand...
Click to collapse
It wont overheat the qsd8X50 was meant to run at 1ghz.
i'm running it at 1ghz no overheating problems at all for now neighter does the battery run out of juice faster, incredibly the opposite is the case it seems to last a bit longer, maybe cause of the optimized kernel
disc0 said:
You can add the information to setcpu.txt with the cpu speeds in the sdcard , but would be great to have support directly from the menu ..
Click to expand...
Click to collapse
Would you please tell me the numbers of the setcpu.txt?
I had no luck, after flashing 1Ghz no boot avbl, just blank screen. flashed back 765Mhz didn't help. Had to commence back from scratch with A1tools and a .bin
boglll said:
I had no luck, after flashing 1Ghz no boot avbl, just blank screen. flashed back 765Mhz didn't help. Had to commence back from scratch with A1tools and a .bin
Click to expand...
Click to collapse
if u're using eclair it wont work.. this kernel is for donut only
well, now I know...
The 765 MHz version works great with my liquid - but i got bootloops with 1 GHz version, what could i do?
eX1337 said:
The 765 MHz version works great with my liquid - but i got bootloops with 1 GHz version, what could i do?
Click to expand...
Click to collapse
there's a 920 Mhz variant somewhere in modaco, 1ghz works on some (random) liquids only, mine works
[[ Cold ]] said:
there's a 920 Mhz variant somewhere in modaco, 1ghz works on some (random) liquids only, mine works
Click to expand...
Click to collapse
With 920 MHz it boots into Android - but it reboots directly.
Am i so unlocky?
- need some 850 MHz Kernel to try
eX1337 said:
With 920 MHz it boots into Android - but it reboots directly.
Am i so unlocky?
- need some 850 MHz Kernel to try
Click to expand...
Click to collapse
Don't worry! You are not alone

[ROM]ErisLightningBolt 2.8 CM5.08 build( OC, JIT, Apps2sd, GPS, Stock MMS!!!)6/21/10

This Rom is made from CyanogenMod Source
You must flash the google apps package after flashing the rom if you want the market,gmail,google maps, etc....
Thanks to all who have made suggestions for fixes or pointed me in directions of possible fixes.
V2.8
Stock MMS fixed!!!!! super big thanks to Decad3nce from the hero dev scene for helping me with this on this rom and my 2.2 rom. If you see him in chat or are over on the hero forums make sure to thank him...
You will either need to wipe for mms to work or if you don't want to wipe you will need to type this and reboot...
Code:
adb shell rm data/data/com.android.providers.telephony/databases/mmssms.db
adb shell rm data/data/com.android.providers.telephony/databases/telephony.db
V2.7 Full wipe update
I seem to have broken the VerizonWireless text in this build so I made a quick update to change it back thats in my folder on grdlocks site untill i can put it back in the rom...sorry for the extra flash..
Now based on Cyanogen 5.08 Full Release
GhostVoicemail fix incorporated
Camera now at 5mp (credit to Darchstar for help with these issues)
Autobrightness fixed(enable it in settings)
Zipaligned all apk's
Fix to clear Voicemail notifications in my folder....again thanks to Darchstar.
Fixed the camera to take pics at 5mp's thanks to some help from Darchstar...no wipe update in my folder at the link below....
V2.5 - This is a full wipe update put together by vinylfreak89. Thanks for his hard work so I could enjoy my vacation without doing to much on here..This is his release notes....
Full market works. including verizon tab.
All verizon apps work properly. My verizon, vcast, nfl mobile, etc.
Proper Verizon Wireless carrier text instead of T-CDMA64.
MMS incoming/outgoing working. Install CyanogenELB-MMS-fix.zip after the first reboot. Must use Handcent, free on the market.
GPS fixed again again no really... it works this time... we think.
TWS/50 % standby bug fixed.
battery life improvement integrated (http://forum.xda-developers.com/showpost.php?p=6372133&postcount=11)
Added stock LWPs for those who want them. note that LWPs perform very slowly right now. I do not recomend them. A fix for that will come later.
A big thank you to LexusBrian400 for staying up many late nights testing this with me. And of course, Conap for sharing ideas back and forth for this update. After all... this is him rom. I just try to add little things here and there.
Not directly related with 2.5, but there is also a new GoogleApps package, which incorporates some of the extras from Nexus Google Apps. Also, the YouTube HQ hack is included.
As always all file are still in my folder on grdlocks site link at bottom of post.
V2.4 \
GPS fixed again
Text changed to read verizon
Some updated to cyanogen itself(this is a new build from source)
V2.3
Facebook sync fix added
V2.2
Reverted to stock theme
V2.1
soft keys lights fixed
Gps (connects but reboots phone after a few min with any gps apps, still working on it)
as always its in my folder at the link below, unfortunatley this is a wipe update and don't have time to put together a no wipe update tonight but how much could you have setup in 1 day lol.....
V2.0
Cyanogen base thanks to the tutorial and vendor tree posted by DarchStar and thanks for Darchstars many other helps on this rom.
Kernel compiled by me thanks to google.
Wifi
overclock thanks to zanfur for his kernel patch
JIT
Apps2sd
If you enable it to show what percent battery you have be sure to change the color as the defualt is white and does not show up in the white status bar.
Battery updates will not work on any version past 1.4.
What doesn't work
outgoing mms
verizon apps don't work(this is fixed and will be working in next release)credit to vynylfreak89
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
There are some bugs in this but 2 weeks ago I was trying to figure out how to install linux on my computer so this project has come along good in my opinion. Let me know what you all think.
Google Apps is also found at the same link as the rom....just flash after you flash the rom.
Download CyanogenELB2.8 and Google apps from HERE
You can use Metamorph with this rom. Its free in the market. You can find some themes for metamorph here http://forum.xda-developers.com/forumdisplay.php?f=527 and http://forum.cyanogenmod.com/index.php?/forum/15-htc-dream-magic-themes/ Only use the ones that say metamorph with metamorph. Please do a backup first as I have not tested all themes. If you find themes other places that you like feel free to post for others to see.
Here is a post from bftb0 to make Nand+ext work in AmonsRecovery ClickHere
A simple thanks is just as good but if your inclined to do more feel free to
***Usual Disclaimer I am now responsible for what you do to your phone***
andrew8806 said:
***Usual Disclaimer I am now responsible for what you do to your phone***
Click to expand...
Click to collapse
Lol typo, thanks for catching that before leakers started smashing thier phones and asking me for new ones......
Hey Conap, quick question. Is OTA disabled in this Rom? Thanks
yes ota is disabled...forgot to put it in post, thanks...
This ROM works great for me! With JIT and OC, I'm getting around 5.1 Mflops on average...Good Job!
One problem that I have noticed...When rebooting, the market disappears. Has this happened to anyone else?
Riley1524 said:
One problem that I have noticed...When rebooting, the market disappears. Has this happened to anyone else?
Click to expand...
Click to collapse
dissapears completely or the red icon reverts back to green? it is installing an market update which reverts the icon....if you want the red icon you can go under your settings/applications and uninstall the update(not sure what the update changes)
If I go into People and select a person it FCs on me. Only when I try to click on a person. I can see groups and all that stuff.
Also, no People Widget.
Anybody have anything to replace these?
PS. If I try to change anything in setCPU it reboots the phone. FYI, I only wiped Dalvik.
AOD13 said:
If I go into People and select a person it FCs on me. Only when I try to click on a person. I can see groups and all that stuff.
Also, no People Widget.
Anybody have anything to replace these?
PS. If I try to change anything in setCPU it reboots the phone. FYI, I only wiped Dalvik.
Click to expand...
Click to collapse
I will look into that issue. There is the same problem with the bookmarks in the browser. I will see if I can find something to replace the apk or see if I can put it back in. The problem is that the JIT does not work at all with Sense which is all tied into those things, hence why the were removed. Thanks for the feedback and if you find anything that works before I do let me know...SetCPU works fine on my phone. You only wiped the Dalvik when loading the rom? what Rom were you on before this?
the curiosity over JIT is killing me, I've gotta try it.
Evil Eris 2.0
AOD13 said:
Evil Eris 2.0
Click to expand...
Click to collapse
yeah i really think a data wipe is nescasary coming from a different rom...i will add htc contacts back in for the next update which should fix the force close your getting. I can try to put the people widgets back but some of the sense based items don't work well with JIT which is why some of that stuff is missing.
If you can just point me to a replacement or include one, that would be better than bringing sense back.
I found a piad app I might have to check out.
Contacts! Widget
Any chance for an OC update with this ROM?
AOD13 said:
Any chance for an OC update with this ROM?
Click to expand...
Click to collapse
This rom is already overclocked to 768. The next release will have a kernel that goes over 768 but I don't reccomend going much higher. My phone personally locks up over 800. If you want the updated kernel now you can flash this update Update. I made it for another rom but this one has the same boot image and I tested it and it will work for this rom....
Re: [ROM]ErisLightningBolt 1.0(No Sense, OC, JIT, Apps2sd)
This rom looks nice but it is locking up my phone regularly can someone help me out.
-------------------------------------
Sent via the XDA Tapatalk App
What do you have setcpu at?
Just installed the update you posted above.
Whenever I try to set max on setCPU over 528 it locks up the phone.
Any recommendations?

[ROM]MiuiXt_Final_V2 optimize english pack (update 29/6/2011)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Based On: 2.2.1 Miui_beta4 1.5.1.3
Kernel Version: zin221nx05#1
Wipes DATA: Yes
Wipes Cache: Yes
Wipes Dalvik-Cache: Yes
Minimum ram on startup 60++ ( free up memory can up to 90++)
170 internal rom
SD transfer rate via usb to pc ( 5 - 10mb )
Fast scrolling
Build prop tweaks
Heap Size Set 40m
Host File Mod - No Ads
Init.d optimization
milestone OC autoload
Max events per/s 80
Rooted/Superuser
Zipalign system
Swap kernel support
fix market permission
Interactive and conservative governor support.
app2ext ready ( ext2/ext3 )
Include with two finger google map rotation patch.
Gps tweak
#APK added:
-Maps 5.5.0 ownhere ( navigation all roads )
-quick boot ( reboot without to reactivate swap)
-milestone overclock
-audio effect
-google voice search
-new facebook modern theme
# hdmi and tv out not working
Oyang - Source for miui_beta4
Gomez - Source for english pack
3rdstring - Source for launcher2&sidekick.apk(Eng version)
GRAB HERE
#MIUIXT_Final_v2
this MiuiXt_Final_v2.rar contains 2 folders which is MiuiXT_Final and MiuiXT_Final_v2..
What you need to do is :
# restore nandroid MiuiXT_Final
# wipe full data / clear dalvik-cache and cache partion then reboot.
# once boot up then reboot to open recovery.
# restore nandroid MiuiXT_Final_v2
# clear dalvik-cache and cache partion only ( no need to wipe full data ) then reboot
what fixed on this version:
#wma ( miui music )
# wifi / 3g connection
# mms
# cpu governors( support conservative,interactive on setcpu profile)
# new mod build prop
# init.d optimize
go grab HERE
If you download this ROM, and you like it, please press the "Thanks Button" below the post ..
First!!! And I'm gonna try it out right now. Thanks khal
khalpowers said:
Based On: 2.2.1 Miui_beta2 ( thanks to wilsonlai12) http://forum.xda-developers.com/showthread.php?t=1081516
Kernel Version: zin221nx05#1
Wipes DATA: Yes
Wipes Cache: Yes
Wipes Dalvik-Cache: Yes
Minimum ram on startup 51++
170 internal rom
Boots fast
Fast scrolling
Build prop tweaks
Heap Size Set 38m
Host File Mod - No Ads
Init.d optimization
milestone OC autoload
Max events per/s 80
Rooted/Superuser
Zipalign system
Swap kernel support
Interactive and conservative governor support.
app2ext ready ( ext2/ext3 )
Include with two finger google map rotation patch.
#APK added:
-quick boot ( reboot without to reactivate swap)
-milestone overclock
-audio effect
-file explorer
-google voice search
-new facebook modern theme
# hdmi and tv out not working
wilsonlai12 - Source for miui_beta2
Eazye420 - Source for english pack
GRAB here
If you download this rom please keep in mind, I will & can not be responsible if something goes wrong while applying any modification to your phone.
Now that our disclaimer is out of the way, have fun flashing!!
If you download this ROM, and you like it, please press the "Thanks Button" below the post ..
Click to expand...
Click to collapse
Trying now!
Thankx man
It's not English
Also.. when I try to go into network settings, it crashes on me..
jazenf said:
It's not English
Also.. when I try to go into network settings, it crashes on me..
Click to expand...
Click to collapse
Yeah defaults to Chinez, i was able to figure out where to change to english, still alot of chinez though...
Also having apps in sd-ext/app causes the phone to crash at startup...
Needs some moar work bro but awesome try
hey khal, try starting with the rom i posted its default english and is about 90 percent english.
hellmonger said:
Yeah defaults to Chinez, i was able to figure out where to change to english, still alot of chinez though...
Also having apps in sd-ext/app causes the phone to crash at startup...
Needs some moar work bro but awesome try
Click to expand...
Click to collapse
Is there anyway I could fix the crashing ?
I know that there are tones of themes for MIUI, so I wanna ask if there is theme changer available? And is there any restrictions or I can just download any MIUI theme and apply it to the phone?
easye420 said:
hey khal, try starting with the rom i posted its default english and is about 90 percent english.
Click to expand...
Click to collapse
Yes I do already ..ya 90 percent English..only 1st startup is default Chinese ...
eSu.Matix said:
I know that there are tones of themes for MIUI, so I wanna ask if there is theme changer available? And is there any restrictions or I can just download any MIUI theme and apply it to the phone?
Click to expand...
Click to collapse
Yes you can apply theme with theme manager..but only for 2.2 version n below..
jazenf said:
Is there anyway I could fix the crashing ?
Click to expand...
Click to collapse
What I do is backup my apps with my backup pro..then I delete all apk inside SD ext app folder..reboot to open recovery ...apply ..clean data n dalvik/cache n reboot..no more app crash on startup ...
Thanks yet again Khal!
I'll try putting this on later.
Curious though - I believe in addition to giving a different interface, options and apps, miui is supposed to run faster and better than normal ( I think I saw that said). Is it true here, or should I expect same performance as Khal's V4 but with MIUI this time? (which wouldn't be a bad thing)
Almost same on benchmark and lingpack score..v4 more free ram than this..but miui ui is smoother..but no support for HDMI TV out.....
khalpowers said:
Almost same on benchmark and lingpack score..v4 more free ram than this..but miui ui is smoother..but no support for HDMI TV out.....
Click to expand...
Click to collapse
That's fine - don't use HDMI anyways. Unfortunate about less RAM though since that is the weakest part of XT720. Guess we'll see how it is. Thanks
The higher I can get is 60 ++ ..50++ on startup..I like phone dialer response in this rom..nicee..
I can say all setting menu in English abt 95%...still in Chinese character is on miui market, notification toggle bar(with icon) ..n minor character in some menu(not obvious) .
Engrish!
jazenf said:
It's not English
Also.. when I try to go into network settings, it crashes on me..
Click to expand...
Click to collapse
I think you really meant it is not Engrish!
Anyhow, can someone post some screen shots please?
c_urbanek said:
I think you really meant it is not Engrish!
Anyhow, can someone post some screen shots please?
Click to expand...
Click to collapse
Yeah would appreciate this as well before I get around to putting on.
Heres some screen shots for you guys. this is with one of the themes applied
Thanks
jazenf said:
Also.. when I try to go into network settings, it crashes on me..
Click to expand...
Click to collapse
Anyone else having any issues like this (without apps2sd enabled)? I want to install the ROM now but just want to double check that it is fully stable in all areas (well except for apps2sd and HDMI I mean since I don't use either of those).

[ROM] [STOCK] Siyah LinuXperia S2 Semi Final [28.07.12] Released

LinuXperia Came Back / By LinuxLX / Thanks Alessio for give me Linuxperia's Name /
LinuXperia Come Here. This is Project, for you and for freedom
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
FOLLOW ZOLOXSE
LinuXperia Logo
ScreenShots:
Click to expand...
Click to collapse
Features:
* CM7.1 Hero BASED (Xgin)
* Battary Drain Sysctl Tweaks
* LinuXperia Transparent Theme
* Supercharger tweak
* New Sound
* Multilanguage
* Xrecovery and Cwm Recovery
* Boot Splash Logo (LinuXperia Logo)
* LinuXperia Salt Logo ( Setting)
* New Logo
* Xgin Tweaks
* Permissions Tweaks
* Scrolling 3d on games
* Dolphin Browser (Deleted Stock Browser)
* Real Calculator
* Lockscreen Lx
* Full Wifi(Stock Version)
* SuperSu# Thanks : Chainfire
* Extra CM Performance Settings menu for SD Read Cache Speed
* Extra CM Settings display menu for Ultra brightness
* Smooth 2D scrolling in menus
* Fake Dual touch in kernel
Click to expand...
Click to collapse
Install Instruction:
1. xRecovery & CWM.
2. Stock Kernel
3. Full wipe and Cache and Install rom
4. Reboot Phone
5. Not-working, Full-wipe
Click to expand...
Click to collapse
Credits: CM Team , Rieken Yuki , ElderDuke (For All Helps)doxianh( x8 modules)
Notes:
1: If you want to base your rom on mine, pm me and i will give you permission
2: Please talk about and gently seasoned.
3: If you liked this work, please be sure to thank you.
4: This is Roms = CM7.1
Click to expand...
Click to collapse
Download Stats : R.1 = 2000 ( Turkey : 100 Indonesia : 700 Malaysia : 200 Europe:1000) Thanks
Click to expand...
Click to collapse
Mod edit:
Downloadlinks removed
If you using this rom, you must press Rate Button : Regards
Click to expand...
Click to collapse
If you using this rom, you must press thanks button Regards
Click to expand...
Click to collapse
LinuXperia'S Signature'S
Click to expand...
Click to collapse
sd
S2 Changelog:
Updated : Cmparts.Apk By Rieken Yuki
New Se Stock Keyboard
Different Skin
Holo Lock Screen
Sms Popup Full Working
Walkman Blue S
Stock Alarm
New BootAnimation
Overclock Modules By doxianh
QuickSearchBox
Ics Look and LinuXperia Look
LinuXperia Tweaks
Fake Bravia Engine
Different Wallpaper
Click to expand...
Click to collapse
v1...............
"sniff" You are Alesiocerci....
Sent from my E15i using xda app-developers app
No Bro But,I would love to be a human being like him.
Premisions granted??,good
.
Sent from my E15i using xda app-developers app
Thanks for your hard work and making rom for stock kernel. Keep it up :good:
Thank bro. I give permissions . I based xgin. I take rom name ''linuxperia''
Sent from my ELisha using xda premium
Nice to see XGin still continued. Was one of the great Roms here. Thanks bro,
Hope all is sorted out, no problems this time,
Keep it up!
Cheers,
Review:
This Rom will be a success since the values 2d/3d in AnTuTu are over 400+
This has happened to me only on old linuxperia. However, glitches and bugs need to be removed.
So, here we go:
- Radio+Walkman are conected when screen is locked and pressing the controls bellow screenlock trigger both radio and walkman. That was common in all roms, solved by removing walkman and adding Music .apk
- Automatic brightness works but levels are not adjusted - solved by checking ultra brightness...did not know is there
- transparent status bar - actually status bar is an .apk????? ant it is transparent????
- ax8mt.ko module needs to be updated.- added latest
- text in statusbar says Linuxperia mika - old
- transparent is good but is a bit 2much - white on white and in second draw...
- JIT is not checked - needs to be checked to enable it
- Batery is great!! no batery drain at all, over night remains the same % but if you diasble everything but only 3g..
LinuxLX said:
No Bro But,I would love to be a human being like him.
Click to expand...
Click to collapse
Hahahahaa , Alesio is a stealer
Sent from my E15i using xda app-developers app
Please get a permission for linuxperia v7 and fix the bugs and change the theme too, tnx
BUG: overclock not working everytime the phone reboots, text editor in root explorer FC
elderduke said:
Nice to see XGin still continued. Was one of the great Roms here. Thanks bro,
Hope all is sorted out, no problems this time,
Keep it up!
Cheers,
Click to expand...
Click to collapse
Thank elderduke
Sent from my ELisha using xda premium
By the way. As reported above, regarding the OC.
I have a CMParts modified by Rieken Yuki to work on XGin. Previously OC was not working, so I got that one to work with xgin. I will attach it, feel free to use it if it helps.
Cheers,
elderduke said:
By the way. As reported above, regarding the OC.
I have a CMParts modified by Rieken Yuki to work on XGin. Previously OC was not working, so I got that one to work with xgin. I will attach it, feel free to use it if it helps.
Cheers,
Click to expand...
Click to collapse
tnx buddy, do you have a theme that is compatible with this rom that will make the status bar transparent?
Did not work on my device:
I can only sugest Chris ' s theme - the transparent version. :
http://forum.xda-developers.com/showthread.php?t=1648682
But I did not try it myself on this rom or XGin, for that matter.
...and I am not sure if , maybe, some other things have to be changed in the Rom...as well....
You can try it if you are willing to.
Also, on the same idea, I have a transparent dock+xperia S features, transparent version, made by - same - Rieken Yuki for XGin....should be compatible, it works oh Prime HD as well...I will give it to you guys, but keep in mind the stuff is made for previos XGin...and thank Rieken Yuki for it.
One last thing: (for now): see that the ax8mt module by AndyX is not updated - inside zip is still the old module of 4 kb, not even the corected one of 8 kb. But anyways the best one is the one 100 kb....
Thanks Elderduke for help .
LinuxLX said:
Thanks Elderduke for help .
Click to expand...
Click to collapse
No problem, anytime, and check this AnTuTu on stock Kernel, no OC:
Great score bro
Sent from my ELisha using xda premium
yeah, you have to share with us all how you get that 2d results: what files are diferent? I was asking alessio long time ago but he did not tell me. Maybe you have a better heart. (hope so)

[rom][4.4.4] miui v5 4.9.25 [2015/01/03][multi]

Warning!
I don't have this phone, so Rom may not booting or have some bugs, Odin and official firmware is your best friend, member this.
Before installation please read Installation process from downside. To install any custom ROM 4.1+ you need official JB from Samsung before and CWM Recovery KitKat compatible. If you are already on any custom ROM, just read installation process.
###########################
Welcome.
Here is MIUI V5 based on android 4.4.4 thread.
Problems:
• ?
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
###########################
Informations, please read:
• Novathor Settings (isn't in Rom because may causing reboots, is not fully compatible with Miui kernel):
http://www.mediafire.com/?43cgvk2mwgyb93i
• MIUI doesn't support ART (maybe V6 yes)
• MIUI doesn't support SELinux, is disabled
• Gapps are inside, please do not flash any others because we don't have more space on /system
• Rom is rooted but you must manually enabled it in Security/Permissions/ROOT Permission
• On default, you cannot download biggest files from mobile data, you can disable it in Tools/Downloads/Settings/set to Unlimited
• This floating button is Mi-POP, disable it in Settings/Stock Settings/Mi-POP
• You can control performance in Settings/Stock Settings/Performance. You should set here lowest min free killer: Medium and set up on boot.
Stock Conservative and Row values are good for daily use.
• Material design of keyboard is in keyboard settings.
• DSP Manager not working with stock Miui Player
• You can't use any kernel for KitKat (because of some changes in ramdisk and selinux)
Click to expand...
Click to collapse
###########################
Installation process:
• download ROM and save on your external/
internal SD
• go to Recovery and make BACKUP of current
ROM in Backup and Restore option
• if you move up from:
A) previous version of this ROM do WIPE CACHE
B) any other ROM do WIPE DATA/FACTORY
RESET + MOUNTS & STORAGE/FORMAT SYSTEM
• choose install zip from and select ROM, wait for
completed installation
• now set reboot system now option and wait to
system boot up
• done
Click to expand...
Click to collapse
###########################
Download Rom:
http://www.mediafire.com/?cczy0ox6ki040bz
MD5(check original package size)
8D48396A094D57ADBBEC0C1A0B2E69DE
Click to expand...
Click to collapse
###########################
Full credits to:
golden-guy | ZduneX25 | Bx16 | h3llrais3r | TeamCanjica | miui.eu | xiaomi | MiuiPolska | zwliew | Android Does | Omni | Google​
Nice work...! Downloading 47%.....will test and let you all know.
Is it really for the i9070?
Franciscormj said:
Is it really for the i9070?
Click to expand...
Click to collapse
For convincing you can check the file name of downloads on mediafire.
MIUI_V5_KK_I9070
TPD-21 said:
For convincing you can check the file name of downloads on mediafire.
MIUI_V5_KK_I9070
Click to expand...
Click to collapse
Thank you so much! I'm asking it because you know, the screenshot is showing us another model^^
The ROM Boots fine, everything works! Some Lags as expected and overall the phone is a bit slow..may be Miui is a bit heavy on NovaThor. Setting up the phone for the first time is a pain. Did not notice any battery drain so far but still testing.
Edit: MIUI is stylish...but using Nova launcher for an App drawer
arneldna said:
The ROM Boots fine, everything works! Some Lags as expected and overall the phone is a bit slow..may be Miui is a bit heavy on NovaThor. Setting up the phone for the first time is a pain. Did not notice any battery drain so far but still testing.
Edit: MIUI is stylish...but using Nova launcher for an App drawer
Click to expand...
Click to collapse
As i expected, miui laggy...
@PolishVodka : is there any way to fix this lag ?
@PolishVodka i saw you and some other guys compiled a booting cm12 for the ace 2.
I was curious whether there are any plans for janice too? :highfive:
Extreme lag rom, It's not worth downloading it
Idk whay's wrong
Franciscormj said:
Extreme lag rom, It's not worth downloading it
Idk whay's wrong
Click to expand...
Click to collapse
Just like past versions of MIUI for our device...
it is nice to see that even after so long time, our phone is not dead...yet.Almost developer and teams stopped development and support updates because they have set priority for Android 5.Is appreciated what makes @PolishVodka.
after serveral over of using so far so good... but there are only a problems I facing is screen shuttering(I don't know it called shuttering or something)the screen will sudden flash for 1 sec,if I dint remember wrong this is cause by the kernel cause of minimum CPU frequency keep revert to 400MHz and made the screen blink or flash. Most obvious screen blinking or flashing is when I open the music player apps..... non stop blinking(I thought my phone' screen are dying LOL...BTW nice ROM
And oh yea...I have enable high accuracy mode in GPS but Facebook apps still wan me to setting the GPS ...any solution?
I have precisely the same. The ROM is beautiful. A few amendments and will stay with me permanently.
It is verry laggy and high ram consumption.
One of i.e: i open browser ( only one tab), go to xda, put it in background, open it again and is re-opening because was closed lol.
@PolishVodka: Does miui lags on galaxy ace? There is nothing we can do to make it faster on janice? ... Even debloated miui based on jb lags.
Im using this ROM two weeks and laggs missing. Beauty full ROM.
Wyklawiaturowane SwiftKeym
markusbrutus73 said:
Im using this ROM two weeks and laggs missing. Beauty full ROM.
Wyklawiaturowane SwiftKeym
Click to expand...
Click to collapse
How the hell lag missing? You installed some tweaks ? If yes, tell us too. Or you just kidding ?
Force said:
How the hell lag missing? You installed some tweaks ? If yes, tell us too. Or you just kidding ?
Click to expand...
Click to collapse
This ROM will be updated?
No fix. Ondemand + sioplus, im not kidding. Installed on clean JB with temporary CWM. Procesor min 200Mhz max 1000Mhz. Working very good. Installed only needed aplication. Everything like in first post.
Wyklawiaturowane SwiftKeym
---------- Post added at 10:27 PM ---------- Previous post was at 10:25 PM ----------
Only sometimes screen are blink.
Wyklawiaturowane SwiftKeym
xiaohun said:
This ROM will be updated?
Click to expand...
Click to collapse
I don't know. I'm not the developer.
markusbrutus73 said:
No fix. Ondemand + sioplus, im not kidding. Installed on clean JB with temporary CWM. Procesor min 200Mhz max 1000Mhz. Working very good. Installed only needed aplication. Everything like in first post.
Wyklawiaturowane SwiftKeym
---------- Post added at 10:27 PM ---------- Previous post was at 10:25 PM ----------
Only sometimes screen are blink.
Wyklawiaturowane SwiftKeym
Click to expand...
Click to collapse
I installed it and didn't install any app and it lag too much. I don't understand how you don't have lag . Also it has worst multitasking. It's impossible to not have lag,other people said that is laggy too and i tested it too...
What firmware are you using? Although i don't think it matter so much.
I have base XXLQE. I installed this ROM two times. First time i have lag, too much. Second time clean instal and im very happy.
Wyklawiaturowane SwiftKeym

Categories

Resources