[APP] Overclock widget with configurable profiles - Android Apps and Games

Thread continues here: http://forum.xda-developers.com/showthread.php?p=18496863
Hi all,
I've just created this app (in fact I haven't choose an icon and a name xD).
The app let you to control your CPU clock and governor. The widget lets you choose the CPU profile with just one click.
The quickest CPU control application. Switch easily and fast between CPU profiles by tapping the widget on your homescreen or using the app.
You can create multiple CPU profiles. You want to play and need more power? Overclock your CPU! Need more battery life? You can easily double it.
You can choose the right profile whit just one tap, whenever you want.
Features:
-unlimited number of profiles
-fast and clean
-no RAM or CPU eaten
-FREE!
I attach some screens (better than words) and the .apk
EDIT:
this is just a full functionally pre-release. I will release the app in Android Market soon.
EDIT2:
I forgot to advise, as you all surely know, that mess with overclock CAN KILL YOUR HAMSTER! I'm not responsable of any damage.
EDIT3:
I've attached a debug version, that print the errors on a file in SDCARD/logFile.txt . If you have some error and want to help me, please send me the file
Thanks to hrk for noFrills-CPU-Control
CHANGELOG:
Version 1.1.1:
-lots of code improvement
-fixed "Permission denied" bug (?)
Version 1.1:
-rewritten the CPU Utils code from scratch

Please let me now if you find some bug, or if you have any suggestion!

Hello!!!
App is great, but it make my phone (ZTE BLADE with CM7) reboot after choosing any profile to load(also stock clock speed, 600 Mhz, or any other). On other programs everything's fine.
I hope You can fix it App is best of its kind!
ZaTapatalkowane & WyHTCIME'owane z ZTE Blade ;-)
V6 Supercharger by Zeppelinrox on the way!!!

rafalo1333 said:
Hello!!!
App is great, but it make my phone (ZTE BLADE with CM7) reboot after choosing any profile to load(also stock clock speed, 600 Mhz, or any other). On other programs everything's fine.
I hope You can fix it App is best of its kind!
ZaTapatalkowane & WyHTCIME'owane z ZTE Blade ;-)
V6 Supercharger by Zeppelinrox on the way!!!
Click to expand...
Click to collapse
Thanks for the feedback! I've just rewritten the CPU Utils code, I hope the problem is fixed!

Is it possible create 3 or more different profile widgets and then switch between profiles??
That would be nice!!
But this app is good.
Regards!
Taavi
Sent from my MT15i using Tapatalk

Freakin good idea! In the TODO list!
Sent from my LG-P500 using XDA App

Now just no reboots, but I'm getting error:
"Error: cannot change power profile"
Hmm.
And widgets for specific profiles must be the the first step to take after eliminating the errors
Anyway, thanks for the app
P. S. I wish Your National Soccer Team advance to EURO 2012 in Poland & Ukraine , it will be nice see Estonia on our stadiums
Sergei Pareiko is the keeper of my loved team, Wisła Kraków
ZaTapatalkowane & WyHTCIME'owane z ZTE Blade ;-)
V6 Supercharger by Zeppelinrox on the way!!!

rafalo1333 said:
Now just no reboots, but I'm getting error:
"Error: cannot change power profile"
Hmm.
And widgets for specific profiles must be the the first step to take after eliminating the errors
Anyway, thanks for the app
P. S. I wish Your National Soccer Team advance to EURO 2012 in Poland & Ukraine , it will be nice see Estonia on our stadiums
Sergei Pareiko is the keeper of my loved team, Wisła Kraków
ZaTapatalkowane & WyHTCIME'owane z ZTE Blade ;-)
V6 Supercharger by Zeppelinrox on the way!!!
Click to expand...
Click to collapse
I've attached a debug version, that print the errors on a file in SDCARD/logFile.txt
Please run it and send me the file, I'll do my best to solve this bug.

It's weird. Now everything is ok, and no log file.
ZaTapatalkowane & WyHTCIME'owane z ZTE Blade ;-)
V6 Supercharger by Zeppelinrox on the way!!!

rafalo1333 said:
It's weird. Now everything is ok, and no log file.
ZaTapatalkowane & WyHTCIME'owane z ZTE Blade ;-)
V6 Supercharger by Zeppelinrox on the way!!!
Click to expand...
Click to collapse
Perfect, thanks.

Now it throw some errors.
It's input of log:
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq (Permission denied)java.io.FileNotFoundException: /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq (Permission denied)
at org.apache.harmony.luni.platform.OSFileSystem.open(Native Method)
at dalvik.system.BlockGuard$WrappedFileSystem.open(BlockGuard.java:232)
at java.io.FileOutputStream.<init>(FileOutputStream.java:94)
at java.io.FileOutputStream.<init>(FileOutputStream.java:66)
at java.io.FileWriter.<init>(FileWriter.java:80)
at org.jop.android.utils.CPUUtils.setFrequenciesAndGovernor(CPUUtils.java:322)
at org.jop.android.utils.CPUUtils.setFrequenciesAndGovernor(CPUUtils.java:301)
at org.jop.android.cpuprofiler.ProfileManager.setProfile(ProfileManager.java:165)
at org.jop.android.cpuprofiler.ProfilerActivity.onClick(ProfilerActivity.java:302)
at android.view.View.performClick(View.java:2501)
at android.view.View$PerformClick.run(View.java:9107)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3835)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:847)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
at dalvik.system.NativeStart.main(Native Method)
I hope it will help You
ZaTapatalkowane & WyHTCIME'owane z ZTE Blade ;-)
V6 Supercharger by Zeppelinrox on the way!!!

rafalo1333 said:
Now it throw some errors.
It's input of log:
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq (Permission denied)java.io.FileNotFoundException: /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq (Permission denied)
at org.apache.harmony.luni.platform.OSFileSystem.open(Native Method)
at dalvik.system.BlockGuard$WrappedFileSystem.open(BlockGuard.java:232)
at java.io.FileOutputStream.<init>(FileOutputStream.java:94)
at java.io.FileOutputStream.<init>(FileOutputStream.java:66)
at java.io.FileWriter.<init>(FileWriter.java:80)
at org.jop.android.utils.CPUUtils.setFrequenciesAndGovernor(CPUUtils.java:322)
at org.jop.android.utils.CPUUtils.setFrequenciesAndGovernor(CPUUtils.java:301)
at org.jop.android.cpuprofiler.ProfileManager.setProfile(ProfileManager.java:165)
at org.jop.android.cpuprofiler.ProfilerActivity.onClick(ProfilerActivity.java:302)
at android.view.View.performClick(View.java:2501)
at android.view.View$PerformClick.run(View.java:9107)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3835)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:847)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
at dalvik.system.NativeStart.main(Native Method)
I hope it will help You
ZaTapatalkowane & WyHTCIME'owane z ZTE Blade ;-)
V6 Supercharger by Zeppelinrox on the way!!!
Click to expand...
Click to collapse
Thanks! It's a strange error. It can't find the file, but the file HAVE to be there, and the permissions HAVE to be ok because the code that generate the error runs as root... I try to do something...

Just uploaded version 1.1.1 that solve (maybe) the main bug!

Thread continues here: http://forum.xda-developers.com/showthread.php?p=18496863

Had a couple bad installs where it would not work. Third time was the charm. It is working fine now real nice app, Thanks

Related

[CWM][SCRIPT][Tweaks]LagFreeV2-Major-Update[One Script To Roll Them ALL][Upd11March]

Introduction:
Throuth Releasing SlaidMod and SlaidFastMOD (For the Galaxy ACE and GIO)
,I was studing THe ANDROID OS Core ,and I found That It Shouldn't Be cofugured Like a Linux,Because It's Not A computer That have a lot of RAM,It is Just a phone!!Well Today I came with a new script That will handle Your Phone Very Well!!
Improvements:
-MinFree enabled
-Zipaligning apps while Booting
-Dalvik VM heapSize set to:48Mb
-Less aggressive settings for kernel
-Turbo Charged,Makes The launcher very smooth!!
-Better VM management
-Handled Dalvik cache
-New way of loading Binaries
-system tweaks
-Battery Life improvements
-Better Multitasking
-Database Tweaks
-SC-LCD Tweaks
Requirements:
-Android Gingerbread 2.3.x
-Root
-Kernel that supports init.d (like CF-Root ,UC,Verrut and CM7 kernels)
-Ext4 system partition
How to install:
1-you need to have CWM4 or 5 installed
2-Download the flashable Zip
3-Reboot into recovery
4-Install Zip from SD card then choose Zip from SD card then choose
LagFree......Zip
5-reboot and enjoy
6-Happy testing
7-If You Feel That the script is not Working,Please Fix permissions to all Via Root-explorer
Credits:
-Thanks to Sakindia123 as i used Some Few Lines from His Script
-ThanKs to all the XDA community that helped me!!
ChangeLog of Version2:
-Major Update
-rewrited the Script
-Fixed Errors
-Optimized
-Added LagFree recovery
-CWM Flashable Zip
Reserved for Future use too
nice one.. downloading.. gonna try on miui v8..
Can we use this with thunderbolt script? Will it clash? Thanks.
Sent from my GT-I9003 using xda premium
slaid480 This is your tweaks or Cranium tweak's ?
View attachment 895757
chefaujus said:
Can we use this with thunderbolt script? Will it clash? Thanks.
Sent from my GT-I9003 using xda premium
Click to expand...
Click to collapse
i don't think it Will Crash Since thunderBolt is an overall System tweaks and Mine is a RAM script So you can try it!!
TheFrankenstain said:
slaid480 This is your tweaks or Cranium tweak's ?
View attachment 895757
Click to expand...
Click to collapse
Ah I just Used The latest lines (3 or4 )I Like it his Tweaks So I used one Of them That's All!!
slaid480 said:
Ah I just Used The latest lines (3 or4 )I Like it his Tweaks So I used one Of them That's All!!
Click to expand...
Click to collapse
Ok! Thank you
TheFrankenstain said:
Ok! Thank you
Click to expand...
Click to collapse
You're Welcome Dude !
Should we remove the other file/s present in that folder? I've 00tweaks file present in two places....
/etc/init.d and system/etc/init.d
Should I replace it in both places?
Sent from my GT-I9003 using Tapatalk
Can we use it in miui v8 ?
Sent from my GT-I9003 using xda premium
Hello. Does this have phone specific tweaks, or can this be used in other phones too?
Sent from my Derp using XDA Herp
julle131 said:
Hello. Does this have phone specific tweaks, or can this be used in other phones too?
Sent from my Derp using XDA Herp
Click to expand...
Click to collapse
It is Optimized For 512HB Devices(400-512 RAM)But you can try it but result May differt us the hardware change!!
mustali said:
Should we remove the other file/s present in that folder? I've 00tweaks file present in two places....
/etc/init.d and system/etc/init.d
Should I replace it in both places?
Sent from my GT-I9003 using Tapatalk
Click to expand...
Click to collapse
Just put it in One Place!!
anna0811 said:
Can we use it in miui v8 ?
Sent from my GT-I9003 using xda premium
Click to expand...
Click to collapse
yes you can,just if you read the OP I said C kerenls too and MIUI use a CM kernel!
Actually, it will clash with ThunderBolt! as it is setting some of the tunables that ThunderBolt! also sets. :/
AFAIK all of the tunables in here are already in ThunderBolt! (using ThunderBolt!'s values though).
slaid480
Good job dude. Just a little question. Does it clash with options in tweak app (options like like ram min free, i/o schedular etc) which get installed with UC doomlord's kernel?? Also I have a small problem. I have observed that many times my some apps get auto closes automatically while doing multitasking. Can u make a script which will help me to keep apps open in background until I close it manually??
Thank You...!!
it is only 12k. why zip it?
vishal24387 said:
slaid480
Good job dude. Just a little question. Does it clash with options in tweak app (options like like ram min free, i/o schedular etc) which get installed with UC doomlord's kernel?? Also I have a small problem. I have observed that many times my some apps get auto closes automatically while doing multitasking. Can u make a script which will help me to keep apps open in background until I close it manually??
Thank You...!!
Click to expand...
Click to collapse
First to Avoid Any Clash Disable Zipalign+RAM script in Tweaks app and for The closed Apps while Multitasking is due to the LMK(Low Memory killer),you can use you're phone without My script Because The I9003 had 487 of RAM witch Make it Less Lags and an other think this script is made for heavy users or the ones who want to say good bye to lags !!

[rom][23.08.2012 - TUK][linaro]Unknown CM9[Port - Supercharged - Tweaked]

BEFORE YOU GO ON READING, READ THIS !!!!!​
Another pure version of CM9 but this is a port of Linaro version...For what is linaro?...please use Google...
This rom isn't based on our CM9, just use some libs from our device to boot up...don't mistake me
and Supercharged...
Click to expand...
Click to collapse
FEATURE LIST
Linaro toolchain 4.6
Supercharged
Heavy tweaked
S3's sounds
Hefe 0.8.0 kernel (Jeffsf's work)
Thomas's LZ scripts
Change log
Code:
[B]19.08.2012[/B]
[LIST]
[*]First build
[*]Hefe Kernel of JEFFSF...BIG THANKS TO HIM
[*]Tweaked build.prop
[*]Supercharged
[*]Init.d Tweaks from Thomas (Unknown gapps)
[*]Exclusive gapps
[*]Added some sounds
[*]Cleaned some stuffs
[/list]
[B]23.08.2012[/B]
[list]
---------------Carlos's work
[*] Second build by [B][COLOR="Red"]Carlos[/COLOR][/B]
[*]Remove some extra lines that maybe could cause phone slow down
[*]Added my first personal init.d tweak (specially made for Unknown CM9) that adds better internet speed and, increase ondemand scheduler responsive so it should be smooth ) (personal tweak name's 12tweak)
[*]Added sony bravia
[*]Ported some libs and lines from samsung galaxy s 4g beam(with my permission literally)
[*]Some corrections in the build.prop and with more tweaks
[*]Increased GPS speed
[*]JELLYBEAM look!!
---------------My work
[*]Updated kernel to Hefe 0.8.1
[*]Cleaned some stuffs
[/list]
---------------Gapps version 2
[list]
[*]Some minor init.d tweaks problems
[*]Some dump stuff not very important
[*]Revert back to Google Search
[*]Version FB w/o tweaks for who wants faster boot time (but still Supercharged)
[/LIST]
Download LinksRom​
First testing build (94.64MB)
MD5: 1cb1da23332133ffc64ca073f3e32d64
Second build By Carlos
Second testing build (94.35MB)
MD5: c95819036bb557503be13d29fb8d8bfc​Gapps and Morphine​
Uknown gapps
MD5: 9d29becfb711980f04d4b17f1582b4b9
Uknown gapps v2 Mirror By Carloshttps://dl.dropbox.com/u/86760139/unknown_gapps.ziphttps://dl.dropbox.com/u/86760139/unknown_gapps.zip
MD5: 89b46e94c27fe8f2fe419906c6884741
Uknown gapps v2 FB (Faster boot - No tweak but still supercharged)
MD5: 554b883056547403412bb40526fd4929​
Bugs
CM9 bugs
You tell me
INSTRUCTION
YOU MUST BE ON ICS TO FLASH THIS
Download the ROM zip file to your SD card
Reboot to CWM/TWRP
Do a factory reset
Format /system
Flash the ROM using CWM/TWRP
(Optional) Flash Unknown_gapps if you want the Market plus other Google apps and Tweaks
Reboot to the ROM
Let it sit for 10 mins
If you previously had IMEI/EFS problems, flash back to stock with my Heimdall OneClick, then Heimdall OneClick either AntonX's or Hampsterblade's kernel with CWM, then flash CM9 from there.
Flashing from 3.0.2.8 recovery does not work. Make sure the version of your recovery is 5.0.2.x (x being 7 or 8).
Got problems? Ask in the Q&A Thread!
CREDITS​
Cyanogen team
zeppelinrox
Kylesum
Team Acid (Especially JT, Bryan, Fernando,...)
Team Kickass - (Especially Thomas, Erikmm,...)
Team Unknown (my mates...)
Jeffsf
Juan - Mr.dope for graphics logo and some will come in future so stay tuned ^^
Carlos Maintainer w me
Here is the Q&A thread
http://forum.xda-developers.com/showthread.php?p=30431015#post30431015
brandonc0526 said:
Here is the Q&A thread
http://forum.xda-developers.com/showthread.php?p=30431015#post30431015
Click to expand...
Click to collapse
Thanks man...Idk if we need it or not since this is CM9 anw ^^
P/s: I had some trouble w Goo and now my parents force me to go to sleep so...I will upload it again at 4.00AM (at most ur evening I think)...Sorry for this trouble...
daothanhduy1996 said:
Thanks man...Idk if we need it or not since this is CM9 anw ^^
P/s: I had some trouble w Goo and now my parents force me to go to sleep so...I will upload it again at 4.00AM (at most ur evening I think)...Sorry for this trouble...
Click to expand...
Click to collapse
I think it does since its a different build/version of CM9 then what we already currently have. And don't worry about it, we can wait
seems really cool. If you google and actually read about it.i noticed a link wasnt up was wondering if it will be back up soon or can we just use the packages from the linaro website. I would rather have the port to save time trouble. Says linaro about doubles the speed in their cm9 version. Sorry i got an error posting to qa
Sent from my SGH-T959V using XDA Premium HD app
Okay, Links are up now, you can flash and try it now ^^
For who uses Wifi, maybe u will have a quick battery drain, if u want to save some juice, you can do the following steps: before flashing, open the zip file and modify the build.prop by deleting this line: wifi.supplicant_scan_interval=20 (just that line)
Your warranty now is void
AGAIN, YOU MUST BE ON ICS TO FLASH THIS
P/s: This rom was built by Linaro toolchain 4.6 but our kernels weren't so, if u don't get it at full speed as u hope, don't comment bad things in this thread...Thank you
Pp/s: Hit thanks if u like
Nice job dao. I will be back to android soon hope to start a new project so be ready!
This rom is really fast. Only bug that i found on few other roms. When adding lockscreen as toggle for pulldown bar it dont lock screen when selected
Sent from my SGH-T959V using XDA Premium HD app
update coming just wait like..........................two hours depending internet mood
okay links up there have been several butter changes
Unknown CM9 2 and Unknown gapps 2
Unknown CM9 Changes​
Click to expand...
Click to collapse
* Remove some extra lines that maybe could cause phone slow down
*Added my first personal init.d tweak (specially made for Unknown CM9) that adds better internet speed and, increase ondemand scheduler responsive so it should be smooth ) (personal tweak name's 12tweak)
*Added sony bravia
*Ported some libs and lines from samsung galaxy s 4g beam(with my permission literally)
*Some corrections in the build.prop and with more tweaks
*Increased GPS speed
*JELLYBEAM look!!
Click to expand...
Click to collapse
Unknown gapps changes
Click to expand...
Click to collapse
​
*Some minor init.d tweaks problems
*Some dump stuff not very important
Click to expand...
Click to collapse
WiFi doesn't seem to be enabling at all. I'll get a log for you in the morning..
**edit**
seems to be an issue with the Wi-Fi driver..
Sent from my SGH-T959V using xda app-developers app
---------- Post added at 06:43 AM ---------- Previous post was at 05:55 AM ----------
--------- beginning of /dev/log/system
W/InputManagerService( 4286): Window already focused, ignoring focus gain of: [email protected]
--------- beginning of /dev/log/main
D/AudioHardware( 450): AudioHardware pcm playback is going to standby.
V/AudioHardware( 450): closeMixer_l() mMixerOpenCnt: 1
D/AudioHardware( 450): closePcmOut_l() mPcmOpenCnt: 1
I/ActivityManager( 4286): START {act=android.settings.SETTINGS flg=0x10000000 cmp=com.android.settings/.Settings} from pid 15889
D/AudioHardware( 450): AudioHardware pcm playback is exiting standby.
V/AudioHardware( 450): open pcm_out driver
D/AudioHardware( 450): openPcmOut_l() mPcmOpenCnt: 0
V/AudioHardware( 450): openMixer_l() mMixerOpenCnt: 0
V/AudioHardware( 450): open playback normal
V/AudioHardware( 450): write() wakeup setting route SPK
I/ActivityManager( 4286): Start proc com.android.settings for activity com.android.settings/.Settings: pid=28972 uid=1000 gids={1015, 3002, 3001, 3003, 3007}
D/LocalBluetoothProfileManager(28972): LocalBluetoothProfileManager construction complete
I/Process ( 4286): Sending signal. PID: 28972 SIG: 3
I/dalvikvm(28972): threadid=3: reacting to signal 3
I/dalvikvm(28972): Wrote stack traces to '/data/anr/traces.txt'
D/libEGL (28972): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL (28972): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL (28972): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/OpenGLRenderer(28972): Enabling debug mode 0
W/InputManagerService( 4286): Starting input on non-focused client [email protected] (uid=10075 pid=28912)
I/ActivityManager( 4286): Displayed com.android.settings/.Settings: +1s65ms
D/AudioHardware( 450): AudioHardware pcm playback is going to standby.
V/AudioHardware( 450): closeMixer_l() mMixerOpenCnt: 1
D/AudioHardware( 450): closePcmOut_l() mPcmOpenCnt: 1
I/ActivityManager( 4286): START {act=android
Sent from my SGH-T959V using xda app-developers app
Lol, I think I know why but I will download the build 2 and see what's wrong when I get home
Sent from my SGH-T959V using xda premium
Before I go back to Galaxy S 4G Beam, here is the alogcat that I got. I wanted to attach but phone app wouldn't let me.
Below seems to be the content of wifi failure
__________________________
I/ActivityManager( 1991): Process com.google.android.apps.maps:LocationFriendService (pid 6073) has died.
D/androidNetworkLocationListeners( 4307): Still have listener com.google.android.location.int[email protected]
E/WifiStateMachine( 1991): DriverFailedState
D/WifiLocator( 4307): Too many no-location APs. Will not compute a location nor go to the server. hasLocation=0 noLocation=0 cacheMiss=0
E/WifiStateMachine( 1991): DriverFailedState
Sent from my SGH-T959V using xda app-developers app
Well try flashing first the rom and the gapps without rebooting when flashing both because I have the same problem when I flash the rom and then reboot later after that go to thr recovery and flash the gapps
I did flash them both at the same time.. Or am I misreading your post?
I flashed the rom, gapps, kernel, awesome beats, and a modem all at the same time via twrp tbh.
Sent from my SGH-T959V using xda app-developers app
GMSonicX said:
I did flash them both at the same time.. Or am I misreading your post?
I flashed the rom, gapps, kernel, awesome beats, and a modem all at the same time via twrp tbh.
Sent from my SGH-T959V using xda app-developers app
Click to expand...
Click to collapse
I flashed rom then gapps, nothing else, and wifi is working. Could it be the kernel or modem? I dont see awesome beats being the issue.
Sent from my SGH-T959V using xda premium
I've had issues with the Hefe kernel causing Wifi not to work, but it gets fixed if you re-flash the kernel again.
That works, I still get an error though. Well its in red. And red ALWAYS means there's something wrong. Right?
Sent from my SGH-T959V using xda app-developers app

thread priority boost script[beta test]

my new performance tuning script, check it out!!
What's the concept?
-it boosts thread priority per process to gain extra performance.(hopefully)
How do i install?
-download the attachment
-find a way to launch it on any interactive terminal(you're on your own)
-type install
recommended applications:
download busybox from stericsonhere
download smanager here.
How to check if it works?
-type in whatever it says in the installer after you've installed.
-if it responds with error, then you've got problem.
it failed to run, what do i do now?(deeeebuuuuuugiiiiiiing)
-type in 'skeleton(or whatever you renamed it as) --verbose'
this will debug the program and show the result of what is going on.
if necessary, you can also try 'skeleton --bbpass --supass --verbose --renice 19'.
-paste the outcome here. i will help you.
How to run?
-run the program
-read the description.
hidden feature:
-'fork mediaserv 900 0.1 19'
will stop the stutters on audio.
-'randtest'
will cause havok to your device.
details will be updated in a distant future.
feel free to contribute to my code.
sourcecode: https://github.com/lenarox/avcore
pew pew pew
Subscribed (Again)
Inviato dal mio GT-I9000 con CyanAOSP
Me too. So the earlier thread is laid to rest, or will you use both the threads?
Sent from my GT-I9000 using xda app-developers app
ts1506 said:
me too. So the earlier thread is laid to rest, or will you use both the threads?
Sent from my gt-i9000 using xda app-developers app
Click to expand...
Click to collapse
both threads for now...
LENAROX said:
both threads for now...
Click to expand...
Click to collapse
Little Tip: Update your OP.
"Find the flashable zips in thread" > well as this is a new Thread, nobody will ever find + Attachments are flashable lol
Make a Clear Structure, use your reserved second post
Write down the Features, Advantages, and How-to modify it with own values (even if u already did, you can still make clearer )
Make a clear Title:
[SCRIPT][TWEAKS](12/31/2012)
-=Lazerdroid & MP8Engine=- Gaming & UI Boost or whatever
Write down an easy How-To Use and Test for Not-so-Advanced (I won't call them n00bs ^*>) (Update your old tutorial)
Instead "Yo No Press Thanks" (which is actually pretty true) just "Please Press Thanks and rate 5* if you downloaded anything". Be thankfull... Thank You too!"
Don't just write CAPITAL LETTERS & USE ONLY 1-2 "!"
Only Recomnendations, I don't force you to anything.
Great Tweak btw
Thank You,
Jan
For not so Advanced users ( ) just flash the 2 zip files or anything else needs to be done?
Edit
Using i9000 with C-Rom Bean 4.2.1 v2
jader13254 said:
Little Tip: Update your OP.
"Find the flashable zips in thread" > well as this is a new Thread, nobody will ever find + Attachments are flashable lol
Make a Clear Structure, use your reserved second post
Write down the Features, Advantages, and How-to modify it with own values (even if u already did, you can still make clearer )
Make a clear Title:
[SCRIPT][TWEAKS](12/31/2012)
-=Lazerdroid & MP8Engine=- Gaming & UI Boost or whatever
Write down an easy How-To Use and Test for Not-so-Advanced (I won't call them n00bs ^*>) (Update your old tutorial)
Instead "Yo No Press Thanks" (which is actually pretty true) just "Please Press Thanks and rate 5* if you downloaded anything". Be thankfull... Thank You too!"
Don't just write CAPITAL LETTERS & USE ONLY 1-2 "!"
Only Recomnendations, I don't force you to anything.
Nice Tweak btw
You can take a look at my threads too :silly:
Thank You,
Jan
Click to expand...
Click to collapse
Lol thanx for the recommendations XD
Please, just call me 'Lag Doctor'.
Indian Devil said:
For not so Advanced users ( ) just flash the 2 zip files or anything else needs to be done?
Edit
Using i9000 with C-Rom Bean 4.2.1 v2
Click to expand...
Click to collapse
You need to flash only the first file (LazerDroid + MPEngine), the second file is only the MPEngine
Inviato dal mio GT-I9000 con CyanAOSP
Subscribed!!!
Hope to see more of your LazerDroid!!!
Btw, HAPPY NEW YEAR to all XDA members!!!!
Sent from my GT-I9001 using xda premium
Sound great!
Please make the instruction more clearly if you have time
EDIT: I'm stuck on boot logo after installing Lazerdroid&Engine package. Doesnt matter if via CWM or manually. I'm on CM9.1
cnkhanh said:
Sound great!
Please make the instruction more clearly if you have time
EDIT: I'm stuck on boot logo after installing Lazerdroid&Engine package. Doesnt matter if via CWM or manually. I'm on CM9.1
Click to expand...
Click to collapse
You can extract and copy and paste manually
Famzz said:
You can extract and copy and paste manually
Click to expand...
Click to collapse
I tried it that way, still not boot
Sent from my Xperia Sola using xda app-developers app
cnkhanh said:
I tried it that way, still not boot
Sent from my Xperia Sola using xda app-developers app
Click to expand...
Click to collapse
I will upload a fix soon
Please, just call me 'Lag Doctor'.
Flashed the zip. All is well.
antutu score (engine8 only): 3303
antutu score (lazeroid 2.7 + engine8): 4480 (sd card write is slow as hell due to my movinand) database IO = 360 (has been better on other versions off lazeroid/vm lagtuner.
my setup: SGS 1 with slow nand, liveoc 120, ondemand, deep idle on, no big mem, 512 mb sd card read ahead, SAI on, BLN on
Still a GREAT tweak/script for my SGS.
Thnx LENAROX !
PS: [Question] What's your opinion on "SD card read ahead in semaphore" ? Mine is 512kb because i read that that more causes more lag...
pbecks1963 said:
Flashed the zip. All is well.
antutu score (engine8 only): 3303
antutu score (lazeroid 2.7 + engine8): 4480 (sd card write is slow as hell due to my movinand) database IO = 360 (has been better on other versions off lazeroid/vm lagtuner.
my setup: SGS 1 with slow nand, liveoc 120, ondemand, deep idle on, no big mem, 512 mb sd card read ahead, SAI on, BLN on
Still a GREAT tweak/script for my SGS.
Thnx LENAROX !
PS: [Question] What's your opinion on "SD card read ahead in semaphore" ? Mine is 512kb because i read that that more causes more lag...
Click to expand...
Click to collapse
Hmm.. Ill take a look about the sdcard read ahead tweaks.
If you want to disable that read ahead tweak(lazerdroid script)
you should erase all the 'tune your settings here' lines. It will permanently disable every sdcard tweak the script has.
btw, my antutu score is much worse than yours
but who cares, the games are smoooooth
Please, just call me 'Lag Doctor'.
I was wondering - do these tweaks work and have any effect on other phones? For example sgs2.
archzz said:
I was wondering - do these tweaks work and have any effect on other phones? For example sgs2.
Click to expand...
Click to collapse
For all Android phones\tablets\PCs with Linux
MPEngine9 development has been finished. The current changes from the previous version are:
-removed minfree calculator(they dont work in some roms) replaced with MFKx2 multiplier.
-changed all the tweaks to non specified applet directory(includes lazerdroid)(a new fix for everything)
-alot stronger, best cache cleaner.
-theres more but i cant remember...
It still doesnt change the fact that i will release them in sunday.(if lucky i might be able to upload sooner than that)
thank you
Please, just call me 'Lag Doctor'.
Need help. When i install CWM_LazerDroid_2_7_MPEngine8_package.zip in recovery mode and i go then to system/etc/init.d/____ i dont have any new file.
There it must be system/etc/init.d/2LazerDroid2_7. Why i dont have this file?

MTK devices theming & mods

mtk not released source till now, till they release, we have to totally depend on "reverse engineering"....
my attempt here is to provide a directory (collection of mod) for mtk devices....share whatever you got fully working or beta mods & themes... mention your device, processor & android version at the end..you can discuss here regarding any mods..... op will be updated as soon as a new mod is found, providing link to that post....
* Theming status bar by BOND1987
* statusbar close handle for ICS by me
* Soft Reboot on longpress by me
* Lockscreen Mods by me
* Honeycomb Lockscreen Mod by me
* Brightness Slider by Adi Aisiteru Reborn
* Fix the storage problem by khan_frd2002
* APK Tool for MiUI by khan_frd2002
* Transparency Mod by BOND1987
* 4.2 status bar Mod by SpaceCaker
* Add animate collapse to 4.2 status bar Mod by Me
* Generic method to add Toggles to 4.2 mod by bsuhas
* 4.2 LockScreen Clock MOD by Me
* CRT off Animation Mod by thirdzcee
* Quick Panel with lidroid by Me
* Increase Apps Storage Partition In Mediatek Devicesby [email protected]
ps : any suggestion regarding op is welcome
akash akya said:
mtk not released source till now, till they release, we have to totally depend on "reverse engineering"....
my attempt here is to provide a directory (collection of mod) for mtk devices....share whatever you got fully working or beta mods & themes... mention your device, processor & android version at the end..you can discuss here regarding any mods..... op will be updated as soon as a new mod is found, providing link to that post....
ps : any suggestion regarding op is welcome
Click to expand...
Click to collapse
May be brother,
It will help the community or not, I don't know. But first black and transparent message with dual SIM support is in my dev host link in my signature. There are several mods and all are working good.
If you want add it you can brother.
BTW, a good initiatives had been taken by you.:thumbup::thumbup::thumbup:
""Hitting Thanks Don't Cost You Anything, then, Why You All Are Getting Bothered in Doing So. Hitting Thanks Increases My Motivation to Work for this Community....""
BOND1987 said:
May be brother,
It will help the community or not, I don't know. But first black and transparent message with dual SIM support is in my dev host link in my signature. There are several mods and all are working good.
If you want add it you can brother.
BTW, a good initiatives had been taken by you.:thumbup::thumbup::thumbup:
""Hitting Thanks Don't Cost You Anything, then, Why You All Are Getting Bothered in Doing So. Hitting Thanks Increases My Motivation to Work for this Community....""
Click to expand...
Click to collapse
added some...
well, of all the methods ive implemented on my device theyr either done by you (akash), or a guide by adi a****eru reborn, but heres one i made that i havent found yet,
modded MMS.apk
fully transparent if your framework-res.apk has been modded for transparency
enter key is shown on keyboard instead of smiley
sms to mms conversion value was changed so you create long messages without worrying it will be converted to mms
send up to 200 recepients when creating a msg
max mms image resolution increased to 720x1280
and some other stuff i cant remember...
reference to theme it is here http://forum.xda-developers.com/showthread.php?t=1781297 so credit to UBER for his guide
for the other mms edits, i cant quite remember where i picked it up i thinks its from rootzwiki but i cant seem to find i in my browser history
Download link: should work on all mt6577 devices, ive even used ones from a110 so it should work
http://www.mediafire.com/?w1rfp72l9rk1b2w
EDIT : its our MMS.apk so its dual sim, ive been trying to find a way to add emojis but i havent had any reference yet for it
but just to be safe here is my device
Lava Xolo A1000 in france /CM Omega HD in my counry / Imobile IQ-6 in Thailand
MT6577 cpu with powervr sgx531 (i would be surpised if there was another gpu for our device out there)
android version: 4.1.1 Jellybean
kernel version: 3.4.0 [email protected] #1 SM PREEMPT Fri Feb 22 15:50:37 CST 2013
thirdzcee said:
well, of all the methods ive implemented on my device theyr either done by you (akash), or a guide by adi a****eru reborn, but heres one i made that i havent found yet,
modded MMS.apk
fully transparent if your framework-res.apk has been modded for transparency
enter key is shown on keyboard instead of smiley
sms to mms conversion value was changed so you create long messages without worrying it will be converted to mms
send up to 200 recepients when creating a msg
max mms image resolution increased to 720x1280
and some other stuff i cant remember...
http://www.mediafire.com/?w1rfp72l9rk1b2w
EDIT : its our MMS.apk so its dual sim, ive been trying to find a way to add emojis but i havent had any reference yet for it
Click to expand...
Click to collapse
bro, nice to see you here... make a guide like post so that i can add that post to op...
akash akya said:
bro, nice to see you here... make a guide like post so that i can add that post to op...
Click to expand...
Click to collapse
i just edited my post to add some credit on my reference on how i was able to come up with it, cant quite remember all i did on it so i cant make a full guide,
Come On guys, are you not missing Me.
But do give a solution to my problem add well.
I've few links that is applicable for MTK,
But guys do help me to get rid of my problem in that thread.
Akash,
Bro you have good knowledge On smali. Why don't you invest it in Mine.
""Hitting Thanks Don't Cost You Anything, then, Why You All Are Getting Bothered in Doing So. Hitting Thanks Increases My Motivation to Work for this Community....""
thirdzcee said:
i just edited my post to add some credit on my reference on how i was able to come up with it, cant quite remember all i did on it so i cant make a full guide,
Click to expand...
Click to collapse
its kk...
regarding lidroid panel... i dont think its necessary... as we have toolbar... if we some how managed it to be configurable, its enough..
BOND1987 said:
Come On guys, are you not missing Me.
But do give a solution to my problem add well.
I've few links that is applicable for MTK,
But guys do help me to get rid of my problem in that thread.
Akash,
Bro you have good knowledge On smali. Why don't you invest it in Mine.
""Hitting Thanks Don't Cost You Anything, then, Why You All Are Getting Bothered in Doing So. Hitting Thanks Increases My Motivation to Work for this Community....""
Click to expand...
Click to collapse
whats your problem bro... post here.. i will try...
akash akya said:
whats your problem bro... post here.. i will try...
Click to expand...
Click to collapse
Here is the problem.....
Code:
E/AndroidRuntime( 441): FATAL EXCEPTION: main
E/AndroidRuntime( 441): java.lang.NullPointerException
E/AndroidRuntime( 441): at com.android.systemui.statusbar.toolbar.ToolBarView.isStatusBarExpanded(ToolBarView.java:809)
E/AndroidRuntime( 441): at com.android.systemui.statusbar.toolbar.ConnectionSwitchPanel$1.handleMessage(ConnectionSwitchPanel.java:168)
E/AndroidRuntime( 441): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 441): at android.os.Looper.loop(Looper.java:153)
E/AndroidRuntime( 441): at android.app.ActivityThread.main(ActivityThread.java:5086)
E/AndroidRuntime( 441): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 441): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 441): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:821)
E/AndroidRuntime( 441): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:584)
E/AndroidRuntime( 441): at dalvik.system.NativeStart.main(Native Method)
Just let me know if you need any of my files.......
BOND1987 said:
Here is the problem.....
Code:
E/AndroidRuntime( 441): FATAL EXCEPTION: main
E/AndroidRuntime( 441): java.lang.NullPointerException
E/AndroidRuntime( 441): at com.android.systemui.statusbar.toolbar.ToolBarView.isStatusBarExpanded(ToolBarView.java:809)
E/AndroidRuntime( 441): at com.android.systemui.statusbar.toolbar.ConnectionSwitchPanel$1.handleMessage(ConnectionSwitchPanel.java:168)
E/AndroidRuntime( 441): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 441): at android.os.Looper.loop(Looper.java:153)
E/AndroidRuntime( 441): at android.app.ActivityThread.main(ActivityThread.java:5086)
E/AndroidRuntime( 441): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 441): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 441): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:821)
E/AndroidRuntime( 441): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:584)
E/AndroidRuntime( 441): at dalvik.system.NativeStart.main(Native Method)
Just let me know if you need any of my files.......
Click to expand...
Click to collapse
so if you used "toolbarview" twice (in notification bar & quickbar) ... its not possible as both share same id... it conflicts...
akash akya said:
so if you used "toolbarview" twice (in notification bar & quickbar) ... its not possible as both share same id... it conflicts...
Click to expand...
Click to collapse
Now what to do.....
Bcoz if I remove then also, it will Fc.
""Hitting Thanks Don't Cost You Anything, then, Why You All Are Getting Bothered in Doing So. Hitting Thanks Increases My Motivation to Work for this Community....""
BOND1987 said:
Now what to do.....
Bcoz if I remove then also, it will Fc.
""Hitting Thanks Don't Cost You Anything, then, Why You All Are Getting Bothered in Doing So. Hitting Thanks Increases My Motivation to Work for this Community....""
Click to expand...
Click to collapse
that bit difficult, we to add new class same as toolbarview.smali and edit it to be non scroll able....
akash akya said:
that bit difficult, we to add new class same as toolbarview.smali and edit it to be non scroll able....
Click to expand...
Click to collapse
No need to brother. Pretty much simpler.
Just deleted that toolbar lines from expanded.xml.
Now No force close.
""Hitting Thanks Don't Cost You Anything, then, Why You All Are Getting Bothered in Doing So. Hitting Thanks Increases My Motivation to Work for this Community....""
BOND1987 said:
No need to brother. Pretty much simpler.
Just deleted that toolbar lines from expanded.xml.
Now No force close.
""Hitting Thanks Don't Cost You Anything, then, Why You All Are Getting Bothered in Doing So. Hitting Thanks Increases My Motivation to Work for this Community....""
Click to expand...
Click to collapse
i know, but that doesnt make fully working, like non scroll able... its the a same toolbar moved to expanded...
Hello Guys.. Here is My little Guide To fix the storage problem like internal or external sdcard is not showing or mounting to PC On Ported Rom
Things Require :
Winrar
Notepad++
Stock Rom framework-res.apk Of your Device
Click to expand...
Click to collapse
Method : Using Winrar (easiest Way)
extract the framework-res.apk from your Ported rom (which has storage issue) to desktop or another place
Open the framework-res.apk using winrar
Then Go to res/xml....... here you will find storage_list.xml
Just replace the storage_list.xml with your stock rom framework-res.apk
that it close the winrar.... add the framework-res.apk to your ported rom install the rom and enjoy
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Please Note : After Using This Method on Some Rom the internal and external sdcard get swap like internal become external and external become internal.....
to fix this you have to decompile the framework-res.apk using apktool and then edit the storage_list.xml.....
in storage_list.xml ....you have to just rename the sdcard0 and sdcard1 to sdcard1 and sdcard0 vise versa receptively
Click to expand...
Click to collapse
Hello Guys i am Miui fan whenever i recompile Miui apks after decompiling its gave me error..... i cant recompile the apk
so after search a lot on Miui forum...... i got it working... it require special Miui apktool to recompile Miui apk
i have attach the Miui apktool ..... So enjoy
thread updated with more guides...
guys just wanna ask. any of you got tabbed settings with swipe to work???
http://forum.xda-developers.com/showthread.php?t=2273807 i followed this guide. but my settings is still the same, whats worse is i cant even add anything to settings_headers.xml now after apply that mod, i add something, compile it no errors but it doesnt show up when i open settings
thirdzcee said:
guys just wanna ask. any of you got tabbed settings with swipe to work???
http://forum.xda-developers.com/showthread.php?t=2273807 i followed this guide. but my settings is still the same, whats worse is i cant even add anything to settings_headers.xml now after apply that mod, i add something, compile it no errors but it doesnt show up when i open settings
Click to expand...
Click to collapse
hhhmmm i will try...

[APP] [23.04.2014] [UPDATED] Lenovo Super Camera v3.6.6

Hi friends, here is the Lenovo Super Camera for all android phones. It is the best custom camera app I've seen for our devices with a ton of options and you will definitely love it.
UPDATED FROM V3.5.6 TO V3.6.6.
Download:
Lenovo Super Camera v3.6.6
This is a CWM flashable zip.
PS: Panorama mode gives FC's but the rest works fine.
Keep the camera resolution at the maximum and you will see that a few effects work. The camera is not in the maximum resolution by default.
Was trying to fix panaroma these days but in vain and infact kinda busy with SOKP
P.S : If you need a file with phone permissions removed, kindly PM me.
Could you please shrink the pics? Its hardly to see anything
Thanks!
EDIT: Can't get it working
Code:
D/dalvikvm(12304): Trying to load lib /data/app-lib/com.lenovo.scg-1/libLeCSC.so 0x42034d60
D/dalvikvm(12304): Added shared lib /data/app-lib/com.lenovo.scg-1/libLeCSC.so 0x42034d60
D/dalvikvm(12304): No JNI_OnLoad found in /data/app-lib/com.lenovo.scg-1/libLeCSC.so 0x42034d60, skipping init
D/dalvikvm(12304): Trying to load lib /data/app-lib/com.lenovo.scg-1/libLeImage.so 0x42034d60
E/dalvikvm(12304): dlopen("/data/app-lib/com.lenovo.scg-1/libLeImage.so") failed: dlopen failed: cannot locate symbol "_
ZN8SkCanvas14drawBitmapRectERK8SkBitmapPK7SkIRectRK6SkRectPK7SkPaint" referenced by "libLeImage.so"...
W/dalvikvm(12304): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/lenovo/scg/LeImageJI/CLeIma
geEncoder;
D/AndroidRuntime(12304): Shutting down VM
W/dalvikvm(12304): threadid=1: thread exiting with uncaught exception (group=0x41854700)
E/AndroidRuntime(12304): FATAL EXCEPTION: main
E/AndroidRuntime(12304): java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN8SkCanvas14drawBitmapRe
ctERK8SkBitmapPK7SkIRectRK6SkRectPK7SkPaint" referenced by "libLeImage.so"...
E/AndroidRuntime(12304): at java.lang.Runtime.loadLibrary(Runtime.java:361)
E/AndroidRuntime(12304): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/AndroidRuntime(12304): at de.robv.android.xposed.XposedBridge.invokeOriginalMethod(XposedBridge.java:624)
E/AndroidRuntime(12304): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:455)
E/AndroidRuntime(12304): at java.lang.Runtime.loadLibrary(Native Method)
E/AndroidRuntime(12304): at java.lang.System.loadLibrary(System.java:525)
E/AndroidRuntime(12304): at com.lenovo.scg.LeImageJI.CLeImageEncoder.<clinit>(CLeImageEncoder.java:213)
E/AndroidRuntime(12304): at com.android.camera.Camera.<init>(Camera.java:3346)
E/AndroidRuntime(12304): at java.lang.Class.newInstanceImpl(Native Method)
E/AndroidRuntime(12304): at java.lang.Class.newInstance(Class.java:1130)
E/AndroidRuntime(12304): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
E/AndroidRuntime(12304): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2257)
E/AndroidRuntime(12304): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2400)
E/AndroidRuntime(12304): at android.app.ActivityThread.access$600(ActivityThread.java:153)
E/AndroidRuntime(12304): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1269)
E/AndroidRuntime(12304): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(12304): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(12304): at android.app.ActivityThread.main(ActivityThread.java:5295)
E/AndroidRuntime(12304): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(12304): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime(12304): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739)
E/AndroidRuntime(12304): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555)
E/AndroidRuntime(12304): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:110)
E/AndroidRuntime(12304): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 3073): Force finishing activity com.lenovo.scg/com.android.camera.CameraLauncher
I/WindowManager( 3073): Screenshot max retries 4 of Token{42a36af0 ActivityRecord{42a36990 u0 com.lenovo.scg/com.android
.camera.CameraLauncher}} appWin=Window{4202ec68 u0 Starting com.lenovo.scg} drawState=4
W/WindowManager( 3073): Screenshot failure taking screenshot for (720x1280) to layer 21010
I/Toggle2G( 5971): show notification running=true, noWifi=true, noData=false, saveBattery=false, alwaysSwitchTo3G=false
I/Toggle2G( 5971): show notification running=true, wait=false, waitNotify=false, show=false
I/Toggle2G(12010): show plugin message = false
I/System.out( 7442): 15:42:41) BATTERYDIVINER OUT LOG: BL.oR: L=100, S=100
W/ActivityManager( 3073): Activity pause timeout for ActivityRecord{42a36990 u0 com.lenovo.scg/com.android.camera.Camera
Launcher}
Which phone and what version of Android?
Sent from my GT-I9500 using xda premium
Thanks for sharing 3.12 and 3.13 works on HTC one 4.3 senseless .Galley fc and continuous pictures freezes.
Sent from my HTC One using Tapatalk 4
Camera app does nt start on optimus g 4.1.2
Gallery starts but it s laggy
LG-E975 cihazımdan Tapatalk 4 ile gönderildi
Working great on my optimus g thanks!
Continuous shot freezes for me though everything else works fine using dirty unicorn
Sent from my LG-LS970 using xda app-developers app
Will give a try
Se ti sono stato d' aiuto sfondalo il tasto thanks!
Works fine on S4 but crashes while switching to Panaromic mode.
redhat_123 said:
Works fine on S4 but crashes while switching to Panaromic mode.
Click to expand...
Click to collapse
Tats what I told u. Panaroma and burst modes will crash.
Sent from my GT-I9500 using xda premium
Panorama & burst mode not working on Note 2
Thanks a2441918 for post.
Camera resolution set to maximum, Panorama & burst mode not working on Note 2 rest of camera features r working fine.:good:
i've mod this app to disable all 3rd party chinese social network functions & some translation.
if i can hv camera libs frm this lenovo device, maybe we can solve some/all FC(s) in certain modes.
Get it here.
Will be version on ICS?
app crashing when taking a photo (freeze, then forceclose), app also crashing the camera firmware. device must rebooted to use my camera again.
Samsung Galaxy S3 international (I9300) running CM10.1.
monx® said:
i've mod this app to disable all 3rd party chinese social network functions & some translation.
if i can hv camera libs frm this lenovo device, maybe we can solve some/all FC(s) in certain modes.
Get it here.
Click to expand...
Click to collapse
How come it's 55.6 MB. The original apk was 39.2 MB. If you only disabled some stuff, why is there an extra 16+MB?
booci said:
How come it's 55.6 MB. The original apk was 39.2 MB. If you only disabled some stuff, why is there an extra 16+MB?
Click to expand...
Click to collapse
this version seems to have few more functions and shortcuts buttons than the v3.55 from another topic, but the UI and especially shutter button have some problems.
Nexus 4 cm10.2 does not work
On HTC One S with Android 4.1 (Venom Viper One S 2.2.1 custom rom) the camera works (not tried all functions by now). But there isn't an option to silent the shutter or the focus. I hate unwanted sounds.
The gallery is buggy: can't open the left menu and all chinese stuff are boring.
em , i can't download from zippyshare
can u upload it on mediafire? or d-h.st ? or google drive.? plz =)
and thanks
killoi said:
em , i can't download from zippyshare
can u upload it on mediafire? or d-h.st ? or google drive.? plz =)
and thanks
Click to expand...
Click to collapse
Here you are mate. It's a Mediafire link. If you are still more concerned abt DB, please let me know.
Sent from my GT-I9500 using xda premium
booci said:
How come it's 55.6 MB. The original apk was 39.2 MB. If you only disabled some stuff, why is there an extra 16+MB?
Click to expand...
Click to collapse
is just matter of compression ratio mate. my apktools are geared by zipalign & apk optimizer. not to optimize apk the size tho. tomorrow i will post another mod. this time both panorama & burst mode are disabled atm until we get proper lib/config. shutter also has been fixed.

Categories

Resources