Yeah I know this is a stupid question. Should I delete the 00tweaks in the init.d folder ?
Please someone answer..
Here's the op:
http://forum.xda-developers.com/showthread.php?t=1111145
Silentkiller101197 said:
Yeah I know this is a stupid question. Should I delete the 00tweaks in the init.d folder ?
Please someone answer..
Here's the op:
http://forum.xda-developers.com/showthread.php?t=1111145
Click to expand...
Click to collapse
Delete whatever u have in the init d folder..
and see if the ram manager is of usage..for me..it isnt an app itself eating 10mb ram.. is telling to reduce ram consumption..
i doubt..
Silentkiller101197 said:
Should I delete the 00tweaks in the init.d folder ?
Click to expand...
Click to collapse
No. If you do, the TweakManager app won't work anymore. Just select the tweaks in the app (or don't, it's your choice) but do not delete that script.
I do not recommend that you use any other "RAM script". If you want to do it nonetheless, de-select all tweaks in the TweakManager and install the script. Make sure that it's executed after 00tweaks by checking it's name in the /system/etc/init.d folder.
geekynoob said:
Delete whatever u have in the init d folder..
Click to expand...
Click to collapse
Well... don't
XDA_Bam said:
No. If you do, the TweakManager app won't work anymore. Just select the tweaks in the app (or don't, it's your choice) but do not delete that script.
I do not recommend that you use any other "RAM script". If you want to do it nonetheless, de-select all tweaks in the TweakManager and install the script. Make sure that it's executed after 00tweaks by checking it's name in the /system/etc/init.d folder.
Well... don't
Click to expand...
Click to collapse
Thank you for clearing it out..
Respects...
XDA_Bam said:
No. If you do, the TweakManager app won't work anymore. Just select the tweaks in the app (or don't, it's your choice) but do not delete that script.
I do not recommend that you use any other "RAM script". If you want to do it nonetheless, de-select all tweaks in the TweakManager and install the script. Make sure that it's executed after 00tweaks by checking it's name in the /system/etc/init.d folder.
Well... don't
Click to expand...
Click to collapse
Thank you very much for your response sir..
Related
Hey i am siddharth1102 on my bro's id, i've almost fixed su in sense 4 and included all the apps but the problem is 4mb space is left so i can't install any app to check su is working or not. i want to know that how to change permission of files while the rom is installing as i want to include ungaze script in it so there is no issue of memory.
ive edited updater script as there was a thing wrong in it.
please if you can then tell me those lines.
thanks in advance.
jayank said:
Hey i am siddharth1102 on my bro's id, i've almost fixed su in sense 4 and included all the apps but the problem is 4mb space is left so i can't install any app to check su is working or not. i want to know that how to change permission of files while the rom is installing as i want to include ungaze script in it so there is no issue of memory.
ive edited updater script as there was a thing wrong in it.
please if you can then tell me those lines.
thanks in advance.
Click to expand...
Click to collapse
oa delete some apps from rom n reflash to check su.....
jayank said:
Hey i am siddharth1102 on my bro's id, i've almost fixed su in sense 4 and included all the apps but the problem is 4mb space is left so i can't install any app to check su is working or not. i want to know that how to change permission of files while the rom is installing as i want to include ungaze script in it so there is no issue of memory.
ive edited updater script as there was a thing wrong in it.
please if you can then tell me those lines.
thanks in advance.
Click to expand...
Click to collapse
hey paste in updater script
set_perm(0, 0, 0644, "/system/app/Velvet.apk");
where 0644 is permition u want and change file name and directory to which files u want to se permition
Please don't include all the apps in zip package. We can install them as user apps. Haveing 4 mb space is useless.
arunsai123 said:
Please don't include all the apps in zip package. We can install them as user apps. Haveing 4 mb space is useless.
Click to expand...
Click to collapse
but he wanted to include ungaze script to increase internal memory
@hpsgill i wanna ask for files not apps
do i have to write like this:-
set_perm(0, 0, 0644, "/system/file/blabla");
EDIT 1 : ok got it. thanks.
want to install some of this scripts
http://forum.xda-developers.com/showthread.php?t=2007810
but dont now how to delete, modify or edit permissions on the files needed?
If I use filemanager and try to delete init.d scripts It cant delete it
mirexxxx said:
want to install some of this scripts
http://forum.xda-developers.com/showthread.php?t=2007810
but dont now how to delete, modify or edit permissions on the files needed?
If I use filemanager and try to delete init.d scripts It cant delete it
Click to expand...
Click to collapse
Dont u have Root explorer...?
You can do that easily with the Root Explorer...!!
Faiz5z said:
Dont u have Root explorer...?
You can do that easily with the Root Explorer...!!
Click to expand...
Click to collapse
No I dont have it, and as I see you have to pay for that one
Is there a free app that can do that?
mirexxxx said:
No I dont have it, and as I see you have to pay for that one
Is there a free app that can do that?
Click to expand...
Click to collapse
u can search for that in google.. not here.. bro..
after downloading,
u follow that script installation instruxonzz... u can do it...
\
Dont Foget to Hit THANX...
ES file manager, does the same.
[TUT] V6 SuperCharger & Kickass Kerneliser Scripts & init.d Tutorial [All Devices]
For Tipo/Dual/miro/J/E
Hi all just wanted to share this because i dint see any threads on it. old android users like me will no what these are but for new users these scripts will install new tweaks and performance enhancements to stock rom & kernel. you have to install script manager from google play to run these scripts. all thanks go to the original author Zepp make sure you thank them.
init.d Tutorial
Requirements:
1. Stock Kernel
2. Root
3. Busybox
4. CMW Recovery for Stock Kernel.
5. Root Explorer or any other similar app.
Instructions:
1. Download the zip and place it in a folder in your SD card.
2. With Root Explorer, go to /system/etc. Press the Mount RW button on top right corner.
a. If the file install-recovery.sh is not there, then press Menu and create a New File.
Name it install-recovery.sh and then long-press on it and select Open in Text Editor.
Paste this text in it:
Code:
#!/system/bin/sh
# init.d support
busybox run-parts /system/etc/init.d/
Save it and delete any .bak file that Root Explorer might have created. Set the permissions as r.w.e, r.x.e, r.x.e
OR
b. If the file install-recovery.sh is already here, long-press on it and select Open in Text Editor. Paste this text in the end:
Code:
# init.d support
busybox run-parts /system/etc/init.d/
In both scenarios, don't forget to leave one empty line at the end of install-recovery.sh file. ***
3. Reboot into Recovery and flash the init.d-autorunner-stock.zip i've repacked it to work it flashes to xperia j don't know about Tipo/Dule/Miro
if it doesn't extrack and push the files to there relevant places in /system.
4. Reboot your phone and with Root Explorer go to /data/local/tmp.
There should be a txt file there named "init.d_log_test.txt" and once you open it, you should see the word "done".
5. Now you can use your favorite init.d scripts on stock kernel!
All credits for this tutorial go to iridaki & Doomlord. i just copied and pasted for new users & people who don't like searching to make it easier to find.
Original Thread: http://forum.xda-developers.com/showthread.php?t=1422061
First Time SuperCharge Tutorial
First of all downloads go here: http://forum.xda-developers.com/showpost.php?p=18703418&postcount=5021 and download V6 supercharger update9 rc12, kickass kerneliser update 3 rc11 & the supercharger starter kit Rc12 zip and move them to the root of your sd card. then download & install script manager from google play.
Applying SuperCharger Starterkit
Next extract supercharger starterkit.zip to the root of your sd card (the easyest way would be with root explorer). Then open script manager and click browse as root then select ok. next navigate to sdcard and click StartMeUp.sh that was extracted from the zip (it will prepare your rom and install the features from the zip at onece) click the su icon (This is superuser) then click run grant the superuser prompt and follow any on screen instructions. after script has finished exit out by clicking the X icon in the top lefthand corner. You should be using the new RC12 this one gives you the option to install which features you want if your on jb all you need is the zipaline binary the bussybox and the su binary is for a fault in ics also if your USING SUPER SU DO NOT INSTALL THE SU BINARY AS SUPER SU USES A DIFFARENT BINARY!!!
Running V6 SuperCharger & KaK Scripts
Note if you have init.d do not follow the run at boot part. as the 99supercharger.sh & 98kickasskernel.sh scripts will run as shell scripts at boot.
In script manager navigate to where you saved V6 superCharger then select it then use the same prosses click the su icon then run follow all on screen instruction and choose which options you would like. do the same for the kak script. after you have ran both scripts in script manager navigate to the file v6 supercharger wich will have been created in the internel sdcard. Find 99supercharger.sh we want to run this scrip at boot so select it press su and this time the boot icon then run grant superuser prompt if requsted then let the script finish following any instructions then exit out. Do the same for 98kickasskernel.sh. then reboot. you should now be supercharged.
init.d is 100% recommended so follow that first
This is what i have done and has worked for me. Follow At Your Own Risk I Am Not Reponsable For Any Damage Your Device Suffers
V6 SuperCharger Original Thread: http://forum.xda-developers.com/showthread.php?p=16635544#post16635544
New V8 SuperCharger Is In Alpha Stage So Use At Your Own Risk
V8 SuperCharger Original Thread:http://forum.xda-developers.com/showthread.php?t=1250276
For tipo only or evry phone
Sent from my ST21i using xda app-developers app
tusharkulkarni008 said:
For tipo only or evry phone
Sent from my ST21i using xda app-developers app
Click to expand...
Click to collapse
For every android device mate
Re: V6 SuperCharger & Kickass Kerneliser Scripts. + New V8 Supercharger
Is it ok to manually replace the files from startup pakage
Sent from my ST21i using xda app-developers app
tusharkulkarni008 said:
Is it ok to manually replace the files from startup pakage
Sent from my ST21i using xda app-developers app
Click to expand...
Click to collapse
Do you mean v6 starterkit
Re: V6 SuperCharger & Kickass Kerneliser Scripts. + New V8 Supercharger
+1
Sent from my GT-I9000 using Tapatalk 2
tusharkulkarni008 said:
Is it ok to manually replace the files from startup pakage
Sent from my ST21i using xda app-developers app
Click to expand...
Click to collapse
sorry im not to sure about that. backup and have a try
What is the purpose of this? Sorry for the noob question. And will this work on cm10?
exelion04 said:
What is the purpose of this? Sorry for the noob question. And will this work on cm10?
Click to expand...
Click to collapse
the main purpose ive used it for is to stableise stock xperia roms ive used it since my xperia x8 from 2010 it even helped minicm 7 on it. the slight modifications to the rom kernel and 3g network is defiantly apparent. if u want to run it on cm10 then make sure u download the jb script the main thing i use it for is the home screen redrawing but when rom is 100% SuperCharged thats a thing of the past im not an expert with these scripts but there useful thats why ive shared the links.
Not Working.
When ever I try to run the StartMeUp.sh it with the root access it carries on running for infinity time . Dont know whats wrong with me.
RounakCreationz said:
When ever I try to run the StartMeUp.sh it with the root access it carries on running for infinity time . Dont know whats wrong with me.
Click to expand...
Click to collapse
Is it showing any errors when its running.
Added
init.d tutorial added
Re: V6 SuperCharger & Kickass Kerneliser Scripts & init.d Tutorial
Startmeup.sh runs towards singularity dosent stop
noob and learning
tusharkulkarni008 said:
Startmeup.sh runs towards singularity dosent stop
noob and learning
Click to expand...
Click to collapse
Ive never heard of that happening before I will look into it when im home from work
I installed supercharger 6 with Die hard launcher...the system works very well but I don't if is coincidence but I see that battery drains faster than without supercharger :S is it normal?
ercea said:
I installed supercharger 6 with Die hard launcher...the system works very well but I don't if is coincidence but I see that battery drains faster than without supercharger :S is it normal?
Click to expand...
Click to collapse
yes if the battery tweaks are not installed did you install them
gavster26 said:
yes if the battery tweaks are not installed did you install them
Click to expand...
Click to collapse
Are you referring the Die Hard battery calibrator script? I installed but I don't know if I did it well. The steps that I did was:
- Charge battery up 100%
- Run Die hard calibrator and execute the "wait 20 mins" option
After that, system restarts... but I didn't see any success/error messages and I don't know if it's working. If the steps are incorrect, please, can you say me the correct process??
Regards!
ercea said:
Are you referring the Die Hard battery calibrator script? I installed but I don't know if I did it well. The steps that I did was:
- Charge battery up 100%
- Run Die hard calibrator and execute the "wait 20 mins" option
After that, system restarts... but I didn't see any success/error messages and I don't know if it's working. If the steps are incorrect, please, can you say me the correct process??
Regards!
Click to expand...
Click to collapse
wich script of v6 supercharger are you using it should be update9 Rc11. im not finding that option you should be using that one. you will get abit more battery drain more performance = more power.
tusharkulkarni008 said:
Startmeup.sh runs towards singularity dosent stop
noob and learning
Click to expand...
Click to collapse
hi ive trawlled the web i have not found anyone ever having that problem. you can try reinstalling script manager and installing busybox from google play. i no startmeup.sh installs busybox 1.19.4 withdrawu but it will help sorry if this is not much help as i say in tutorial i did not create it i just shared it. if problem persists then your device may not be properly rooted. if all else fails go to v6 original thread and ask zepprinox
gavster26 said:
hi ive trawlled the web i have not found anyone ever having that problem. you can try reinstalling script manager and installing busybox from google play. i no startmeup.sh installs busybox 1.19.4 withdrawu but it will help sorry if this is not much help as i say in tutorial i did not create it i just shared it. if problem persists then your device may not be properly rooted. if all else fails go to v6 original thread and ask zepprinox
Click to expand...
Click to collapse
it can be made flashable just a suggestion
Hi.
Atm i'm using this (http://forum.xda-developers.com/showthread.php?t=2444478) rom on my sensation, but i can't seem to find an 89kernel or 99kernel file in etc/init.d/.
I made a clean install.
I only want to activate s2w, but i cant do it without that file.
Sajito said:
Hi.
Atm i'm using this (http://forum.xda-developers.com/showthread.php?t=2444478) rom on my sensation, but i can't seem to find an 89kernel or 99kernel file in etc/init.d/.
I made a clean install.
I only want to activate s2w, but i cant do it without that file.
Click to expand...
Click to collapse
did you check in the rom.zip if it contains that file in int.d folder?
if yes extract it and place it to your device
set permissions and reboot
rzr86 said:
did you check in the rom.zip if it contains that file in int.d folder?
if yes extract it and place it to your device
set permissions and reboot
Click to expand...
Click to collapse
Sometimes its that simple. Thank you!
But how come that the file is not there after clean install?
Sajito said:
Sometimes its that simple. Thank you!
But how come that the file is not there after clean install?
Click to expand...
Click to collapse
don't know mate
I tried to use script but it didnt work
please tell me the procedure to increase internal memory cm11 beta4
Imstar said:
I tried to use script but it didnt work
please tell me the procedure to increase internal memory cm11 beta4
Click to expand...
Click to collapse
First download Root Explorer and this file (http://forum.xda-developers.com/attachment.php?attachmentid=2160174&d=1375459365) and then paste it to /system/etc/init.d/ after this long press on 40int2ext and click on "Permissions" and tick all now reboot you device
Chemical47 said:
First download Root Explorer and this file (http://forum.xda-developers.com/attachment.php?attachmentid=2160174&d=1375459365) and then paste it to /system/etc/init.d/ after this long press on 40int2ext and click on "Permissions" and tick all now reboot you device
Click to expand...
Click to collapse
Thanks
Chemical47 said:
First download Root Explorer and this file (http://forum.xda-developers.com/attachment.php?attachmentid=2160174&d=1375459365) and then paste it to /system/etc/init.d/ after this long press on 40int2ext and click on "Permissions" and tick all now reboot you device
Click to expand...
Click to collapse
Is NOT working in cm11... first try yourself !
Imstar said:
I tried to use script but it didnt work
please tell me the procedure to increase internal memory cm11 beta4
Click to expand...
Click to collapse
Try this it worked for me : http://forum.xda-developers.com/showthread.php?t=2735281
Sent from my Explorer A310e using XDA Premium 4 mobile app
intrax said:
Is NOT working in cm11... first try yourself !
Click to expand...
Click to collapse
Well i'm using this bro just relax and try again
intrax said:
Is NOT working in cm11... first try yourself !
Click to expand...
Click to collapse
set permissions:
Right Right Right
Right Right Right
Right ........ Right
Abhaysinh said:
set permissions:
Right Right Right
Right Right Right
Right ........ Right
Click to expand...
Click to collapse
permissions are ok!
int2ext working.. wifi greyed out... so useless!