[Q] Activate V6 SuperCharger - Galaxy Tab 7.7 Q&A, Help & Troubleshooting

Does anybody knows how can I activate the V6 SuperCharger script installed via Androguide.fr 's PIMP my ROM ?
http://forum.xda-developers.com/showthread.php?t=1882218
I've tried to post it there but the system won't let me because I haven't made 10 posts yet.
Thanks a lot

For v6 can use script manager on playstore. (i'm using it) and for pimp my rom u have custom rom and instald it from recovery mode... (if i'm not mistaken) ..
Sent from my GT-P1010 using Tapatalk 2

bayustev said:
For v6 can use script manager on playstore. (i'm using it) and for pimp my rom u have custom rom and instald it from recovery mode... (if i'm not mistaken) ..
Sent from my GT-P1010 using Tapatalk 2
Click to expand...
Click to collapse
I have it installed already via pimp my rom, the thing is, in the Aroma installer, where you toggle the tweaks you want, it tells me to activate it somehow from the system, and that is what got me confused. It's a shame I cannot post it in the correct forum because I registered a week ago and don't have 10 posts yet.:silly:

read page 4 of the original pimp my andro thread... they are talking about the activation...

phoenix369 said:
Does anybody knows how can I activate the V6 SuperCharger script installed via Androguide.fr 's PIMP my ROM ?
http://forum.xda-developers.com/showthread.php?t=1882218
I've tried to post it there but the system won't let me because I haven't made 10 posts yet.
Thanks a lot
Click to expand...
Click to collapse
Try to refer here
If you already have the v6.sh file pasted in your sdcard,
Terminal emulator :
Code:
su
cd /<v6.sh folder directory>
sh v6.sh
Script manager :
browse as root
locate the v6.sh file and click
run the v6.sh script as superuser granted (by click the SU icon then click run)
Read the infomation displayed and follow the instuction....
TQ, sorry if you cant understand my words....

Thanks a lot man, that was just was I was looking for.

Related

Button Leds Switch for CWM Recovery/xRecovery

Here's a convenient way to turn off (and then back on) the button leds on our X10 from recovery.
Those are the leds at the bottom of your X10, not the notification led.
Thanks to Adolf1994 for the original script.
It can also be done by copying/deleting a single file instead, but it's more convenient to use this from recovery after installing a new rom.
The new version is for the CWM Recovery
It installs in init.d and includes a solution for roms using Fera Engine v10. On those roms permissions of the brightness file are changed after anything in init.d is run so the nobuttonleds script is also run at the end of hw_config.sh.
CWM version
Should work on any rom with working /etc/init.d or /etc/init.d and hw_config.sh
Tested on:
DiXperia X/10 with DXEngine
Xrecovery version
The /etc/init.d folder needs to be properly working on the rom you use. (thanks to My_Immortal for pointing that out!)
tested on:
- WB-XPERIA TW Gingerbread
- ThJap's 2.3 ThGo2 v1.3
If it doesn't work on the rom you use and you have root, try this:
- add this line to /etc/install-recovery.sh (check first if busybox is in xbin or bin):
/system/xbin/busybox run-parts /system/etc/init.d
or
/system/bin/busybox run-parts /system/etc/init.d
- another way is to use the Script Manager way explained here.
Installation
- copy on your SD card
- start CWM Recovery or xRecovery, install as custom zip
The change is permanent: the button leds will be turned off everytime you boot until you install another rom or you decide to turn them on.
thanks but i prefer to keep them ON
Not working
noled.zip + Script Manager working!
AlgerK70, could it be that you already copied noled.sh as 50-noled in /etc/init.d ? If so you need to delete it first, or else the leds will stay "on".
After booting, turn the screen on then off to see if it works.
and who's supposed to execute the script at boot?
Sent from my X10i using XDA App
speig said:
and who's supposed to execute the script at boot?
Click to expand...
Click to collapse
The little green Android in your phone!
Edit:
The script is executed by the system, it's installed in /etc/init.d, a folder pretty much like the Startup folder on your computer.
Which bottom led u r talking about...??
I can't see!!
Sent from my X10 TripNMiUI-Iris using Tapatalk
zorglub08 said:
The little green Android in your phone!
Edit:
The script is executed by the system, it's installed in /etc/init.d, a folder pretty much like the Startup folder on your computer.
Click to expand...
Click to collapse
No, it's not.
init.d folder doesn't work on the latest stock SE kernel.
We need to wait for custom kernels to run scripts at boot from init.d.
It's the 2 white leds between the hardware buttons. The ones that are so annoying when reading an ebook in the dark on low luminosity because they keep turning on
My_Immortal said:
No, it's not.
init.d folder doesn't work on the latest stock SE kernel.
We need to wait for custom kernels to run scripts at boot from init.d.
Click to expand...
Click to collapse
exactly or you put it in your install-recovery.sh
Sent from my X10i using XDA App
Works with "WB-XPERIA TW Gingerbread V3.6.0"
Tested
Works whit zdzihu 2.3 rom?
Sent from my X10i using XDA Premium App
omg I freaking love you!
I only had this script from Adolf1994 but that needed to run every startup and disabled the notification led too
Great your working!!
Can I include your working ??
If you say OK, of course I add your credit on my thread.
thanks,
Will it work on 2.3.3 zdzihu whit bb 71????? Please reply
Sent from my X10i using XDA Premium App
ThJap said:
Great your working!!
Can I include your working ??
If you say OK, of course I add your credit on my thread.
thanks,
Click to expand...
Click to collapse
Thanks, I just used part of the original script from Adolf1994 and made this xRecovery package.
You can of course add it if it works on your rom (if it works please tell me, I need to add it to the list of working roms in the first post)
shahkam said:
Will it work on 2.3.3 zdzihu whit bb 71????? Please reply
Sent from my X10i using XDA Premium App
Click to expand...
Click to collapse
Please try it, "ButtonLedsOFF" only copies one file to your phone, it won't overwrite anything. To "revert" if it doesn't work, install "ButtonLedsON" and it will remove the file. Please try, and if it works, report here, thanks
zorglub08 said:
It's the 2 white leds between the hardware buttons. The ones that are so annoying when reading an ebook in the dark on low luminosity because they keep turning on
Click to expand...
Click to collapse
The exact same thing that my script does + disables the notif LED that is burning my eyes at night like the flames of hell could never if the phone is on charger
tadhara said:
omg I freaking love you!
I only had this script from Adolf1994 but that needed to run every startup and disabled the notification led too
Click to expand...
Click to collapse
In PM I sent you the solution:
Code:
echo "\n\n# Darkness by Adolf1994\nDIR=$(cd /sys && find | grep brightness | cut -c 3- | cut -d : -f 1 | head -n 1)\nLED=/sys/$DIR\nLED1=$LED:rgb1:red/brightness\nLED2=$LED:rgb1:green/brightness\nLED3=$LED:rgb1:blue/brightness\nLED4=$LED:sled/brightness\necho 0 > $LED1\necho 0 > $LED2\necho 0 > $LED3\necho 0 > $LED4\nchmod 00444 $LED1\nchmod 00444 $LED2\nchmod 00444 $LED3\nchmod 00444 $LED4" >> /system/etc/hw_config.sh
Not to misunderstand OP, just providing details.
Didnt work on z 2.3.3 .71 baseband i really need this
Sent from my X10i using XDA Premium App
Confirmed working on ThJap's 2.3 ThGo2 v1.3
shahkam said:
Didnt work on z 2.3.3 .71 baseband i really need this
Click to expand...
Click to collapse
Try the Script Manager way linked in first post, it will work for sure

[ROM][S5670] Galaxy DX (Update)

My First ROM
Galaxy DX
Benefit of installing this ROM:
1.Deodexed
2.init.d Script support
3.BusyBox
4.Superuser(ROOTED)
5.New Apps
6.New Launcher
7.Lockscreen
8.Custom Bootanimation
9.Bash Support
10.framework-res mods
This File Doesn't Work Via Recovery. See the method below. HOW TO GET ROOTED: forum.xda-developers.com/showthread.php?t=1156204
Steps to Install:
1.Download the file (Do not Extract)
2.Download Android Commander and then set it up for use
3.Connect your mobile to your PC. Make sure of USB Debugging
4.In the toolbar in android commander there is flash option click it. Select the update file.
5.Flash it
6.Reboot.
Please post screens for me please Thanks.
Factory reset required
Completely transformed ROM
Make sure you make backups.
WITHOUT WARRANTY I AM NOT LIABLE FOR DAMAGE
Link: http://www.multiupload.com/RBWVF60LZC
THIS ROM WILL WORK ONLY THE ANDR COMMANDER WAY NO STOCK RECOVERY WORKING
Android Commander
Windows: www.androidcommander.com
Linux: www.forum.xda-developers.com/showthread.php?t=684792
can v install it by odin ????
or wich tool if any other tool pless give d link ..
n where is d link of this rom ????
No ODIN this is a update zip see the method and the download links above
downloding
is it overclocked also ??????????
if itsnt can u please add this feature in your rom
Try this app for overclock CPU Master (Free)
for using this overclock feature the kernel has to be modded have u modded it ???????
Oh sry frgt that no i wont be including the overclock any time soon
is it based on XXKQ2?
and screenshots plz
Downloading..is it just another deodexed rom like v have pratyush's vishvanath's inv athority's or it has any added feature..well im using pratyush rom with kak tweak and supercharger script and score upto 1540 which ranked 2nd interms of performance..guys we actually need somw performance tweaks not just another deodexd rom..we need 2 overclock our device to get most out of it..
Sent from my GT-S5670 using Tapatalk
aftr step 4 i didnt got wht u said how to flash
there is no option in android commander to flash etc
i did click on flash nothing hpnd
No it is based on ASIA firmware
Ill just post a pic where it is
Here im attaching screens of antutu benchmark 1st one is my screens with score and second one is screen of winner's score..sd card speed i can also increase its not a big deal but the he get 130+ in cpu float point and mine is just 17 ..can anybody tell how he did that
Sent from my GT-S5670 using Tapatalk
justkiddinghere said:
aftr step 4 i didnt got wht u said how to flash
there is no option in android commander to flash etc
i did click on flash nothing hpnd
Click to expand...
Click to collapse
Try searching google to know how to flash via android commander
Sent from my GT-S5670 using Tapatalk
Everything got correct but then Installation aborted!!
pratyush.creed said:
Everything got correct but then Installation aborted!!
Click to expand...
Click to collapse
same here didnt got how to install
the flash option not appearing to click
raj3534 said:
Try searching google to know how to flash via android commander
Sent from my GT-S5670 using Tapatalk
Click to expand...
Click to collapse
dude m not a mad
i alredy did tht
there is nthng on google
can u add screen shots...
i think that this rom need more work from u before posting it
at least make it load via recovery and fix the installation problems too

[MOD/PATCH] PDroid and V6SuperCharger for CM9

Hey guys,
I created a patch for CM9_alpha5, which allows you to use PDroid by svyat and the V6 Supercharger Script by zeppelinrox with CM9
Please read the instructions carefully!
And as always: DO A BACKUP
For more informations read the necessary threads:
PDroid: http://forum.xda-developers.com/showthread.php?t=1357056
V6 Supercharger: http://forum.xda-developers.com/showthread.php?t=991276
Main-Instructions
1. Download the update_cm9_alpha5.zip (at the end of this post)
2. Reboot into recovery and flash it
3. Reboot your system
Click to expand...
Click to collapse
Instructions for PDroid
1. Do the Main-Instructions
2. Download and intall the PDroid-App from GooglePlay
Click to expand...
Click to collapse
Instructions for V6SuperCharger
Pre-Installation
1. Do the Main-Instructions
2. Download the following Starter-Kit: http://forum.xda-developers.com/attachment.php?attachmentid=1241890&d=1344115573
3. Unzip it and Place the folder in your /sdcard
4. Download and install ScriptManager from GooglePlay.
5. Open ScriptManger, click "Browse as Root" and grant root permissions
6. Run the StartMeUp.sh with ScriptManager as root in the folder you created during step 3 and follow the instructions on the screen.
Click to expand...
Click to collapse
Now your environment is correctly set up and you are good to go for V6.
Installation
1. Download the following file: http://forum.xda-developers.com/attachment.php?attachmentid=1156827&d=1340704008
2. Make sure to erase the .pdf extension, so that it is called "V6_SuperCharger_for_Android-Update9_RC10.sh"
3. Place V6_SuperCharger_for_Android-Update9_RC10.sh on your /sdcard
4. Run V6_SuperCharger_for_Android-Update9_RC10.sh via ScriptManager as root.
5. Follow the instructions on the screen. (Read the V6Superchager-Thread for more informations.)
6. Enjoy the Speed
Click to expand...
Click to collapse
Credits
zeppelinrox
svyat
mateorod
pastime1971
stuck on bootscreen after flashing update on paranoidandroid
It's for CM9 alpha 5 ....
And If I don't flash the Update is there a problem.I already had installed the V6 Supercharger...Thanks.
I don't know if there will be a problem, test it out.
Whats is pdroid and what is supercharger v6? I m noob
Ur explaination myt make me install both of them ryt now
Sent from my GT-I9001 using xda premium
drummer1839 said:
It's for CM9 alpha 5 ....
Click to expand...
Click to collapse
yo bro but it has cm9 alpha 5 as base .... so whts wrng ?? .... nevamind will try out standone installin super charger
rahilsayed said:
Whats is pdroid and what is supercharger v6? I m noob
Ur explaination myt make me install both of them ryt now
Sent from my GT-I9001 using xda premium
Click to expand...
Click to collapse
Just read the Threads I Posted at the beginning.
Sent from my GT-I9001 using xda app-developers app
c0dac0da said:
yo bro but it has cm9 alpha 5 as base .... so whts wrng ?? .... nevamind will try out standone installin super charger
Click to expand...
Click to collapse
PARANOID has CM9 as base thats right, but never than less it's another ROM and needs it's own modified Services. Jar
Sent from my GT-I9001 using xda app-developers app
true
Woohoo!
drummer1839 said:
It's for CM9 alpha 5 ....
Click to expand...
Click to collapse
Yes it is, but it works on cm9-20120719-NIGHTLY-galaxysmtd.
Just installed, works fine, so far.....
Thanks crybert....heaps.
Yes, it works on CM9, but it doesnt work on RemICS Got stuck on boot animation.
Thanks anyway!
I install all.. So, how do I know is it working or not?
Joy` said:
I install all.. So, how do I know is it working or not?
Click to expand...
Click to collapse
start the script again, it would tell you if its working or not.
i cant download the superchargers installation file
Download Link ist okay. Try it again with Right click -> save as.
Sent from my GT-I9001 using xda app-developers app
What the heck? My phone is actually incredibly fast! I was not expecting such a result! Thanks for this fantastic work!
Super awesome thing to have on cm9 build 5......please continue this mod on evry stage on cm9
really awesome
1000000 thanks
Sent from my GT-I9001 using xda premium
how long should it take to reboot?
mine just turned off and isn't booting at all for the first 10 minutes...
EDIT: guess i had to boot it on my own hehe, im wondering why didn't it reboot...
scipt is working 100% as it says but I don't feel the difference...
Using CM9 bulid 5, not paranoid as in signature

[Q] init.d - Please help!

Refer to this thread.. http://forum.xda-developers.com/showthread.php?t=1999799&nocache=1
i fail to create init.d.. can someone please teach me step by step..
Thanks..can't reply to that thread coz my post below 10
Sorry my bad english
For init.d support try this http://forum.xda-developers.com/showthread.php?t=1973099 or search xda there is few mods to enable init d
drummer1839 said:
For init.d support try this http://forum.xda-developers.com/showthread.php?t=1973099 or search xda there is few mods to enable init d
Click to expand...
Click to collapse
I used this method but the zip won't flash i had to edit it to flash to my xperia j
http://forum.xda-developers.com/showthread.php?t=1933849 for me it worked install busybox then this apk open it and push activate button and thats it
Thanks! Succes create init.d using apk file. Now next step to install kuro tweak. Hope everything going fine. Thanks again!
Sent from my ST26a using xda premium
init.d can also be added via Pimp my Rom app from play store

Nos injection 4cyl turbo engine w/ 250 shot of nitro!!!

HELLO GUYS FOUND ANOTHER MOD FOR EXTRA PERFORMANCE , WORKING GREAT ON OUR CANVAS 2
NOS INJECTION 4CYL TURBO ENGINE W/ 250 SHOT OF NITRO!!!
THE MOD IS BY @exit ONLY , I AM NOT THE CREATOR AND NOT INVOLVED IN ANY KIND OF DEVELOPMENT FOR THE MOD. ALL CREDITS TO THE ORIGNAL DEVELOPER.
I FOUND THE MAIN SCRIPT ON MY OLD SD CARD , TRIED AND ITS WORKING AWESOME
PROCEDURE:-
UNZIP attached folder
COPY to root of sd card
OPEN TERMINAL EMULATOR
TYPE SU
sh /sdcard/install/install.sh
FOLLOW onscreen instruction
reboot.
DONE
NOW OPEN AGAIN TERMINAL EMULATOR
TYPE SU
nos_entropy
follow onscreen instructions.
reboot.
DONE
NOW YOU WILL FIND THAT THE DEVICE HAS BECOME MORE FLUID AND SMOOTH WITH MORE FREE RAM.
SOME TIPS TO REMOVE LAG:-
Avoid using task killers and ram managing app , let android manage the ram itself.
avoid swap as script has Z ram swap inbuilt.
Set the auto ON and OFF timer for phone , so atleast your phone can restart automatically in 24 hr use. this will help in clearing cache.
TRY AND REPLY
doesnt supercharger do the same?
installation aborted !!!!
help right now
My A110 Canvas 2 super phone
Anas6538 said:
installation aborted !!!!
help right now
My A110 Canvas 2 super phone
Click to expand...
Click to collapse
did u follow the steps , as mentioned
whts the use of this? can u tell me in simple language
Recognized Noob said:
doesnt supercharger do the same?
Click to expand...
Click to collapse
i find this more working , can't compare the scripts , everyone has its own speciality
abhay1333 said:
whts the use of this? can u tell me in simple language
Click to expand...
Click to collapse
it increase the device performance buddy , like Project Xtreame
so first of all doing work with TE ???
than flash that zip ?
My A110 Canvas 2 super phone
Anas6538 said:
so first of all doing work with TE ???
than flash that zip ?
My A110 Canvas 2 super phone
Click to expand...
Click to collapse
buddy just unzip folder , and copy that unzipped folder to the root of sdcard. every thing is done with TE, not a flashable zip .
can u tell me about root of sd card mean ???
My A110 Canvas 2 super phone
Anas6538 said:
can u tell me about root of sd card mean ???
My A110 Canvas 2 super phone
Click to expand...
Click to collapse
means just in sdcard , not in any more sub folder.
like:-
songs
movies
apps
install
images
videos
bro in 2nd time i will choose option 1 than choose option 2 than option 3 sry for that..
m confused so m do that .
any prblm„ if yes so plz tell me..
but my phon become smooth..
My A110 Canvas 2 super phone
Anas6538 said:
bro in 2nd time i will choose option 1 than choose option 2 than option 3 sry for that..
m confused so m do that .
any prblm„ if yes so plz tell me..
but my phon become smooth..
My A110 Canvas 2 super phone
Click to expand...
Click to collapse
yes choose option 1 than 2 than 3 all the enteries will show on . then you can exit ,
now enjoy
bro thanks a lot n now will give a Thank..
bcz ab to ek thank banta he yaat
My A110 Canvas 2 super phone
Anas6538 said:
bro thanks a lot n now will give a Thank..
bcz ab to ek thank banta he yaat
My A110 Canvas 2 super phone
Click to expand...
Click to collapse
Glad plz share your review after using.
Sent from my GT-I9500 using XDA Premium 4 mobile app
shekhar1986 said:
Glad plz share your review after using.
Sent from my GT-I9500 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
yahhhh bro its Amazing..
its really work i got 200 MB free RAM
its nice n i think who r facing this type of prbln so its perfect ..
just try it members n u will realized..
My A110 Canvas 2 super phone
shekhar1986 said:
HELLO GUYS FOUND ANOTHER MOD FOR EXTRA PERFORMANCE , WORKING GREAT ON OUR CANVAS 2
NOS INJECTION 4CYL TURBO ENGINE W/ 250 SHOT OF NITRO!!!
THE MOD IS BY @exit ONLY , I AM NOT THE CREATOR AND NOT INVOLVED IN ANY KIND OF DEVELOPMENT FOR THE MOD. ALL CREDITS TO THE ORIGNAL DEVELOPER.
I FOUND THE MAIN SCRIPT ON MY OLD SD CARD , TRIED AND ITS WORKING AWESOME
PROCEDURE:-
UNZIP attached folder
COPY to root of sd card
OPEN TERMINAL EMULATOR
TYPE SU
sh /sdcard/install/install.sh
FOLLOW onscreen instruction
reboot.
DONE
NOW OPEN AGAIN TERMINAL EMULATOR
TYPE SU
nos_entropy
follow onscreen instructions.
reboot.
DONE
NOW YOU WILL FIND THAT THE DEVICE HAS BECOME MORE FLUID AND SMOOTH WITH MORE FREE RAM.
SOME TIPS TO REMOVE LAG:-
Avoid using task killers and ram managing app , let android manage the ram itself.
avoid swap as script has Z ram swap inbuilt.
Set the auto ON and OFF timer for phone , so atleast your phone can restart automatically in 24 hr use. this will help in clearing cache.
TRY AND REPLY
Click to expand...
Click to collapse
I am already running on v6 script by zeppelinrox can i flash your mod over the v6 script??
Or should i delete all v6 tweaks??
Sent from my Nexus 4 using XDA Premium
jesuinodsa said:
I am already running on v6 script by zeppelinrox can i flash your mod over the v6 script??
Or should i delete all v6 tweaks??
Sent from my Nexus 4 using XDA Premium
Click to expand...
Click to collapse
You can use only one bro
Sent from my GT-I9500 using XDA Premium 4 mobile app
I have successfully followed all the steps and it is really amazing.
Thanks for sharing.
But what is see the patch is creating some scripts in the init.d folder.
So if i change the rom and simply copy those scripts in the init.d folder than will it do the same?
Also as many kernels are not having init.d support so AFTER EVERY REBOOT i have to give commands via terminal emulator again and again to activate it.
Is there any way to get rid of it?
coolsid. said:
I have successfully followed all the steps and it is really amazing.
Thanks for sharing.
But what is see the patch is creating some scripts in the init.d folder.
So if i change the rom and simply copy those scripts in the init.d folder than will it do the same?
Also as many kernels are not having init.d support so AFTER EVERY REBOOT i have to give commands via terminal emulator again and again to activate it.
Is there any way to get rid of it?
Click to expand...
Click to collapse
U can use script manager and put those scripts in an widget so after reboot you just have to tap the widget it will do rest for you
Sent from my Nexus 4 using XDA Premium

Categories

Resources