Can someone post a how to for the voltage control? my settings disapper after i reboot... running axura rom...
NOFSBIGE said:
Can someone post a how to for the voltage control? my settings disapper after i reboot... running axura rom...
Click to expand...
Click to collapse
That's because there is a bug in it. It's not copying the settings file to the right location..Look in the kernel thread and you will find your answer...
Edit: Here is the fix...
Originally Posted by jhnstn00 View Post
The script called s_volt_scheduler to save the settings is created and saved in the wrong place. It has top be copied and moved to system/etc/init.d/
It can be found in data/data/com.darekxan.voltagecontrol/files/
how to get fully working dual touch on 2.1? i install it and it's working in home screen and games, but doesn't work in browser, opera mini and gallery 3d
Coudy73 said:
how to get fully working dual touch on 2.1? i install it and it's working in home screen and games, but doesn't work in browser, opera mini and gallery 3d
Click to expand...
Click to collapse
din know DT works on 2.1 unless its rooted,and wiff custom kernel & cypress touchpad, for sypnatics we hav dx fake dual touch i guess
If you have cypress touchpad then download ax8mt.ko and move it to folder
/system/lib/modules/
Then download the attached file and extract it and move it to
system/etc/permissions and set permissions 644
now add a line -- "insmod /system/lib/modules/ax8mt.ko" to hw-config.sh
(without ") and restart...
mujeeb999 thanks for your answer!!
Coudy73 said:
mujeeb999 thanks for your answer!!
Click to expand...
Click to collapse
Always welcome
It still wont work on stock apps, such as browser and gallery. You need to get new ones from the market.
Hey guys
i made this guide for new users that want to learn something about android development and make their own custom rom
*NOTE:this guide is made for new users, and here u will only learn how to mod custom rom not how to build it from source
Things u need are:
[*]"7zip" or "winrar" or "winzip"
[*]base rom
[*]patience
[*]notepad
[*]and signer (get it here)
Things u see when extract rom:
1.META-INF
2.system
3.boot.img
U wont need to touch "META-INF" and "boot.img" so open "system" folder.
There u see many folders (and build.prop) but since this is guide for new users we gonna rely only on this folders:
app
fonts
framework
media
some other folders if u want to use scripts ˙(gonna teach u how just continue reading xD)
Now go to "app" folder
there u see many applications and maybe .odex files
here choose what u want to delete (*NOTE- if u delete application u should delete .odex file)
here is list which apps u can delete
*NOTE-make sure that if u deleted launcher that u replace it with your desired launcher
If u want to change fonts, framework and theme system ui then go to uot kitchen .U will just have to copy and replace files
build.prop
this is where u can change your roms name and add some tweaks
to change roms name u have to change this line
ro.modversion="here write your roms name"
*NOTE-without "" xD
here are some tweaks for build.prop tweaks
just copy<paste them
# Signal Tweaks
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=10
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=5
# NetSpeed Tweaks
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
# Google DNS Tweak
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
# Photo And Video Quality
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.enc.jpeg.quality=100
# Touch Responsiveness
debug.performance.tuning=1
video.accelerate.hw=1
# Scrolling Responsiveness
windowsmgr.max_events_per_sec=500
# Call Tweaks
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
# Power Save Tweaks
ro.ril.disable.power.collapse=1
pm.sleep_mode=1
# Performance Tweaks
ro.kernel.android.checkjni=0
ro.config.nocheckin=1
# Disables Debug Icon On Status Bar
persist.adb.notify=0
Click to expand...
Click to collapse
Scripts
to use scripts like Adrenaline™ Engine | 3.0 | or SlaidyBoost-V2.3
u just have to copy files from folders to the same folder
example for slaidy boost:
when u extract it u will see:
META-INF *folder
system *folder
navigate to "system"
and copy files from "etc" to "etc" rom
*NOTE- copy just files u see in folder not whole folder
and then copy files from "xbin" to xbin in your rom
1.Download base rom
-its best to take stock cyanogenmod that isnt already modded or some stock based
2.Extract rom with 7zip or winzip
3.Go to /./"rom"/system/app and delete apps u will replace or just delete
-its best to make rom as light as it can get (list of apps u can delete is given above)
4.Replacing bootanimation
-download bootanimation u want to use and rename it to "bootanimation"
-delete animation u find in /./"rom"/system/media and then paste bootanimation u downloaded
5.Adding scripts
-everything is explained in above post
6.Giving your rom name
-to change roms name u have to change this line in build.prop
ro.modversion="here write your roms name"
*NOTE-without "" xD
7.Adding build.prop tweaks
-explained in above post
8.Compress it in .zip
9.Sign it with signer given above
Plz also post tut for making kernel and rom from source in future
vishal007 said:
Plz also post tut for making kernel and rom from source in future
Click to expand...
Click to collapse
I dont know to build from source
but there are some guides i think
Thank you mv_style. Good source for beginners.
winkan said:
Thank you mv_style. Good source for beginners.
Click to expand...
Click to collapse
np
after u master this
things will go by them self
How to unpack boot.img
Hello.
This guide is awsome, but. How to unpack boot.img? I can't do that...
I have a backup of my Rom. Inthis backup is boot.img and recovery.img. I want to extract boot.img, because here is all folders to Rom... I did it once in DSIXDA Kitchen, but now i dont remember how do i did it
Help me plz
Filipm95 said:
Hello.
This guide is awsome, but. How to unpack boot.img? I can't do that...
I have a backup of my Rom. Inthis backup is boot.img and recovery.img. I want to extract boot.img, because here is all folders to Rom... I did it once in DSIXDA Kitchen, but now i dont remember how do i did it
Help me plz
Click to expand...
Click to collapse
dont know what u need it for
but here it is
http://forum.xda-developers.com/showthread.php?t=1494036
Filipm95 said:
Hello.
This guide is awsome, but. How to unpack boot.img? I can't do that...
I have a backup of my Rom. Inthis backup is boot.img and recovery.img. I want to extract boot.img, because here is all folders to Rom... I did it once in DSIXDA Kitchen, but now i dont remember how do i did it
Help me plz
Click to expand...
Click to collapse
Extract system.rfs !!
No need to xtract boot.img
Sent From my lovely FIT..... !! lOvE u Fit
What about Dsixda's android kitchen? Ain't that easier way to customise existing roms? And btw: Brace yourself! ****ty roms are comming!
daxdax89 said:
Brate
1. rename your unsigned zip file to "update.zip"
2. execute "sign.bat", wait for completion
3. "update-signed.zip" is your signed rom file
Koji unsigned file ?
Click to expand...
Click to collapse
taj zip od roma kaj si napravio
renameas ga u "update"
stavis u taj folder i pokrenes sign.bat
How can I add s2e and screenshot shortcut in power menu?
Another question: if I have titanium backup FCs, how can I fix that?
Man, i deleted adwlauncher.apk and i putted Sony ericsson launcher, but i renamed sony ericsson launcher.apk to adwlauncher.apk but my phone crashes on bootanimation. And i putted sladyboost and adrenaline. I used official cm 7.2
please help me!
thankz!
zarpel said:
Man, i deleted adwlauncher.apk and i putted Sony ericsson launcher, but i renamed sony ericsson launcher.apk to adwlauncher.apk but my phone crashes on bootanimation. And i putted sladyboost and adrenaline. I used official cm 7.2
please help me!
thankz!
Click to expand...
Click to collapse
what else did u do?
and try to build rom again
just follow steps
zarpel said:
Man, i deleted adwlauncher.apk and i putted Sony ericsson launcher, but i renamed sony ericsson launcher.apk to adwlauncher.apk but my phone crashes on bootanimation. And i putted sladyboost and adrenaline. I used official cm 7.2
please help me!
thankz!
Click to expand...
Click to collapse
Slaidyboost and adrenalin are not compatible with each other.
Sent from my GT-S5570 using XDA
huzzahpenguin said:
Slaidyboost and adrenalin are not compatible with each other.
Sent from my GT-S5570 using XDA
Click to expand...
Click to collapse
uhhh didnt notice that he wrote that
zarpel said:
Man, i deleted adwlauncher.apk and i putted Sony ericsson launcher, but i renamed sony ericsson launcher.apk to adwlauncher.apk but my phone crashes on bootanimation. And i putted sladyboost and adrenaline. I used official cm 7.2
please help me!
thankz!
Click to expand...
Click to collapse
You actually don't have to rename launcher, because adw settings are embedded in cm7 and it might be the problem. It's safe to remove adw and put different launcher in tho...
I've tried using cm 7.2 rc5.7 and it works perfectly!
But on CM 7.2 Official, I've tried using the same, but doesn't work.
Do i must remove sladyboost and adrenaline ?
And I can't see the .odex files.
zarpel said:
I've tried using cm 7.2 rc5.7 and it works perfectly!
But on CM 7.2 Official, I've tried using the same, but doesn't work.
Do i must remove sladyboost and adrenaline ?
And I can't see the .odex files.
Click to expand...
Click to collapse
all versions dont have .odex files
and u can only use 1 of scripts
Mr. MV, thanks for tutorial...
In my case...i just want change / substitute boot.img emanon6 with andro-id331..rom can boot and work normally but without bootanimation.. What can i do for display boot animation????
Sorrry my bad english n thx..
Lumantar Galaxy Mini Gadahan Piyambak.
Please someone make a flashable zip, that installs V30I task manager for V30B and optional the framework. I mean I long press home button and at the bottom appears a task manager button, that feature isn't in V30B, I don't no why.
Thank you
anderledani said:
Please someone make a flashable zip, that installs V30I task manager for V30B and optional the framework. I mean I long press home button and at the bottom appears a task manager button, that feature isn't in V30B, I don't no why.
Thank you
Click to expand...
Click to collapse
the framework files will make the task manger button appears but , it needs kernel modification ,, heuxxx probably will add it
V30l mms with quick reply
please incorporate the mms style of v30l to v30B...coz it has quick reply which the same as cm 10 but not as cool as cm10...thanks
rrgrrg said:
the framework files will make the task manger button appears but , it needs kernel modification ,, heuxxx probably will add it
Click to expand...
Click to collapse
Why would it need kernel modification? I didn't look at porting it yet, but I can't see a reason for it needed kernel modifications.
xonar_ said:
Why would it need kernel modification? I didn't look at porting it yet, but I can't see a reason for it needed kernel modifications.
Click to expand...
Click to collapse
ok , maybe we dont need kernel mod , but we sure need the framework from v30i
someone can fix ICS offical ku5900 : 160 SMS character, root and add super user ? please ! thanks !
i use ku5900 and want to use 8gb memory of it
cvncbn said:
someone can fix ICS offical ku5900 : 160 SMS character, root and add super user ? please ! thanks !
i use ku5900 and want to use 8gb memory of it
Click to expand...
Click to collapse
Rather start a new thread in Q&A than post it here.
Root should already be possible, try the various one-Click Root tools.. The character limit can already be fixed by modding a xml file somewhere.
If you want official then you must ask LG to fix it (not the root, the 160 char limit). If you want custom ROM then you should rather go to Korean Forum. Your not specific about exactly what you want in your question.
Hi the brightness do not work in my x8, and I don't want to change the rom I like it. I am using democracy smile rom. I need help
nikitaskouda said:
Hi the brightness do not work in my x8, and I don't want to change the rom I like it. I am using democracy smile rom. I need help
Click to expand...
Click to collapse
Go to /system/etc with a root file manager,copy the hw_config.sh file to your sd card and upload it here