supercharger v6 only charges 50%... - Galaxy Ace S5830i General

i followed the steps here but it only charge 50% http://forum.xda-developers.com/showthread.php?t=1822542 i didn't quiet understand this step though 16) Exit 31 from the script by typing where should i type exit 31?

Just set 99supercharger (or however) root and boot rights. You have to quit the script by clicking the stop button.
Tapatalk:
My banana wrote that!

Android-fany said:
Just set 99
supercharger (or however) root and boot rights. You have to quit the script by clicking the stop button.
Tapatalk:
My banana wrote that!
Click to expand...
Click to collapse
hohow m i supposed to set 99?i don't get what you're saying

Andraxo said:
hohow m i supposed to set 99?i don't get what you're saying
Click to expand...
Click to collapse
I mean 99supercharger file.
Tapatalk:
My banana wrote that!

Android-fany said:
I mean 99supercharger file.
Tapatalk:
My banana wrote that!
Click to expand...
Click to collapse
yeah when i do that it only charges 50%..

Andraxo said:
yeah when i do that it only charges 50%..
Click to expand...
Click to collapse
Goto /data and remove the supercharger folder. Then it should do the install again.
Tapatalk:
My banana wrote that!

Android-fany said:
Goto /data and remove the supercharger folder. Then it should do the install again.
Tapatalk:
My banana wrote that!
Click to expand...
Click to collapse
I already did that but it's still only 50% super charged does it work on your phone and btw I didn't notice a difference tbh even though script is running performance in games is still the same

Andraxo said:
I already did that but it's still only 50% super charged does it work on your phone and btw I didn't notice a difference tbh even though script is running performance in games is still the same
Click to expand...
Click to collapse
Then I don't know...
Look in the tutorial again, maybe you missed something.
Tapatalk:
My banana wrote that!

Related

Is there any program the power offs phone when activated

Like title says, are there any programs out there that when put on main screen all you have to do is press it like the rest and it powers off the phone? And one that resets it?
Thanks
You would need root access for that to work. But I'm sure it's possible.
Yeah, you could use gscript and just make a simple bash script to do this.
breaultm said:
Yeah, you could use gscript and just make a simple bash script to do this.
Click to expand...
Click to collapse
Ok 1st really on here who isn't rooted?
Ok to what you said... Huh? You lost me at use... Sorry i know cars not programing
imbonez9 said:
Ok 1st really on here who isn't rooted?
Ok to what you said... Huh? You lost me at use... Sorry i know cars not programing
Click to expand...
Click to collapse
if you have root you just need a script that runs
reboot -p
make sure you give it su permissions
tubaking182 said:
if you have root you just need a script that runs
reboot -p
make sure you give it su permissions
Click to expand...
Click to collapse
And that will make it so i could have an icon on "home screen" that when pressed would reboot or power off?
http://forum.xda-developers.com/showthread.php?t=488928
http://forum.xda-developers.com/showthread.php?t=486486
Here is the thread for G-Script. I haven't used it yet, but I have seen people use icons on their homescreen that will auto reboot their phone.
You'll have to long press on homescreen and add s shortcut then gscript then the script, but yes it will allow that
Along with the gscript method there is a program called Root Booter. With it you can reboot normally, into recovery or into the bootloader. Not sure about just powering off though. Everything I know reboots the phone, although I am sure a script could be written for that.
here you go, i have included a file, just change .zip to .apk and it should install. i will throw it on the market in a few
this took 10 seconds to write(it took longer to load eclipse than it did to actually write this app)
tubaking182 said:
here you go, i have included a file, just change .zip to .apk and it should install. i will throw it on the market in a few
this took 10 seconds to write(it took longer to load eclipse than it did to actually write this app)
Click to expand...
Click to collapse
Hey thanks. Do you mind emailing me what script was said? This way i can learn.
I already have two books being sent to me on programing with Android so i can stop asking all these questions. Once again thank you
imbonez9 said:
Hey thanks. Do you mind emailing me what script was said? This way i can learn.
I already have two books being sent to me on programing with Android so i can stop asking all these questions. Once again thank you
Click to expand...
Click to collapse
all i did was open up eclipse and start a new android project, under the onCreate portion(the only thing there outside of the imports) i just threw in
Code:
try {
Runtime.getRuntime().exec("su");
Runtime.getRuntime().exec("reboot -p");
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
everything from the "try" down is what i added. it's a really simple app, but it works. and since it is such a small script it doesn't ask permission from superuser so there's no chance of it breaking due to that stupid app(the new superuser broke my last app) glad i could help

Help

I know this has been answered multiple times but how do I remove vvm from regaw through sufbs on my phone
http://forum.xda-developers.com/showthread.php?t=581635
using adb, or you can use Flipz kitchen it might work with your rom
I do everything on my phone no adb or kitchen
DirtyShroomz said:
I do everything on my phone no adb or kitchen
Click to expand...
Click to collapse
Buy Root Explorer or use Es Explorer
DirtyShroomz said:
I know this has been answered multiple times but how do I remove vvm from regaw through sufbs on my phone
Click to expand...
Click to collapse
Just delete Sprint_Core.apk in /system/app
linkinx64 said:
Buy Root Explorer or use Es Explorer
Click to expand...
Click to collapse
He said he's already using sufbs file browser.
jvermillion said:
Just delete Sprint_Core.apk in /system/app
He said he's already using sufbs file browser.
Click to expand...
Click to collapse
Wont let me delete because the folder is locked
DirtyShroomz said:
Wont let me delete because the folder is locked
Click to expand...
Click to collapse
It doesn't ask for root permission? Which ROM are you using?
Regaw 1.3.1 when I go in I long press the apk, hit delete, it acts like its deleting but nothing happens
Sounds like you need to mount the system partition. Unfortunately I have no idea what the command is (you need to use Terminal Emulator), because I only use ADB and my computer.
mrinehart93 said:
Sounds like you need to mount the system partition. Unfortunately I have no idea what the command is (you need to use Terminal Emulator), because I only use ADB and my computer.
Click to expand...
Click to collapse
I'm not sure about Regaw mod, but I thought that it had SU Permissions app installed...if your file manager isn't getting root access, that could be the problem (sounds like it to me anyway). You can either follow the ADB instructions, or install Estrong...
yeah, SUFBS doesn't let me delete anything from the phone... weird.... all the icons show with a "lock" symbol on it.
DirtyShroomz said:
yeah, SUFBS doesn't let me delete anything from the phone... weird.... all the icons show with a "lock" symbol on it.
Click to expand...
Click to collapse
i have the same app as you and to delete stuff you have to push the button that has the letters ( S & D )
brian2220 said:
i have the same app as you and to delete stuff you have to push the button that has the letters ( S & D )
Click to expand...
Click to collapse
both of them have to be pushed?
DirtyShroomz said:
both of them have to be pushed?
Click to expand...
Click to collapse
i push both of them to be sure

{UTIL}( Vibrant )Enable Adb Push / Pull

We had are First Sleepless Night with the New baby Boy.... Between Trying Figure out what was Wrong & taking turns with the Wife Holding Aries, I tried Pushing File's & forgot adb push didn't work...
Now this Script originally is what I made for the Behold 2, but the Basic still works For the SGV..
Just mod the script if your using the userinit.sh
Using this script you can place the userinit.sh any place you would Like...
I hope ever gets Good use out of this & Please Enjoy!
~Eugene
Download > adbpushGS1.zip
Installing*
Reboot to recovery, run the update.zip to run ClockworkMod Recovery, then installed the ZIP..
eugene373 said:
We had are First Sleepless Night with the New baby Boy.... Between Trying Figure out what was Wrong & taking turns with the Wife Holding Aries.
Click to expand...
Click to collapse
Glad mine is now past that stage! lol
Thanks for the script.
Anyone test this with the init script + this?
Sorry for double doubting again ) But i just want confirmation.
Also, Some of us are still having force close and other issues with the init sript. Just FYI.
rhcp0112345 said:
Anyone test this with the init script + this?
Sorry for double doubting again ) But i just want confirmation.
Also, Some of us are still having force close and other issues with the init sript. Just FYI.
Click to expand...
Click to collapse
FYI, I don't have nor Run the inituser.sh, so FC IDK... doubting People Gets Old ( Mainly when you state it )..
I will never Release Something that Don't work &/or would brick a Device!
Script Does work, I'm leaving up to the User to add back in support for userinit.sh though.
~Eugene
Word. so ill wait till someone tests this with the userinit
I think it has something to do with davik cache. I have to figure out a way to clear all cache without wiping. I dont want to go through all that non-sense.
Great work though. *Hats off*
Thank's Eugene for all your hard work,your the sh**
Hey eugene you think your battery hack will work on the vibrant?
sent using my xda app
this won't work with the userinit because it replaces the same file as the userinit. Now it could easily be modified to do both.....
anomalous3 said:
this won't work with the userinit because it replaces the same file as the userinit. Now it could easily be modified to do both.....
Click to expand...
Click to collapse
That's what I said
Just mod the script if your using the userinit.sh
Click to expand...
Click to collapse
eugene373 said:
That's what I said
Click to expand...
Click to collapse
This is what happens when I don't read the whole thread
anomalous3 said:
This is what happens when I don't read the whole thread
Click to expand...
Click to collapse
np
Honestly you could just add the script from userinit.sh inside of the script, or the other way around & should still work fine.
Question, I would like to do as you said. Just add to the userinit
Is the problem just having the system/data mounted? It seems thats all your script does. If so, I can just use a widget to unmount/mount as i go. and not bother to have my system/data mounted all the time Please let me know.
Thanks!
Nicely done! I appreciate the work, I was hoping someone figured out a way to do adb push.. xda to the rescue again
hi, somewhat n00bie-ish (sorry) but what could
..deamon started.. "remount failed: no such file in directory"
in command prompt after i enter "adb remount" mean??
fit333 said:
hi, somewhat n00bie-ish (sorry) but what could
..deamon started.. "remount failed: no such file in directory"
in command prompt after i enter "adb remount" mean??
Click to expand...
Click to collapse
Am having the exact same problem, with a Samsung spica (i5700) though. Any ideas?
adb remount is not needed with my script.. system / rootfs is already mount via the script.
shameless bump
so I can find this easier... I wish our Moderator would get on his job...
thanks for your work eugene..

Finally rooted my Vibant - How to remove stock apps?

I've searched around a bit (maybe not as long as I should've), but I don't see how to remove the stock bloatware apps that come with this phone.
Can someone point me to a guide, or give me a quick run down?
Flapjack said:
I've searched around a bit (maybe not as long as I should've), but I don't see how to remove the stock bloatware apps that come with this phone.
Can someone point me to a guide, or give me a quick run down?
Click to expand...
Click to collapse
Its a pain lol. Theres so many i just gave up lol (fyi they don't take up much space)
This is the code :
Code:
adb shell
su
rm /system/app/<apk name>
pm uninstall <package name>
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Daneshm90 said:
Its a pain lol. Theres so many i just gave up lol (fyi they don't take up much space)
This is the code :
Code:
adb shell
su
rm /system/app/<apk name>
pm uninstall <package name>
Click to expand...
Click to collapse
Yeah, it does seem like a PITA.
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
Maybe I'll try that. Do you have to actually do a backup/restore process before you can remove them? Or can you just remove them from the app itself?
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
You could do that but then ur left with a /data/data folder for ur app and its name under packages.xml.
The other thing that kills me is that a lot of these apps keep popping up for now reason. I run "Advanced Task Killer" on a frequent basis, but I'll find apps like "Slacker" sitting there, taking up memory.
I know a lot of these apps are set to run on startup.... but why are they just starting up at random times?
I feel like I have so little control over this phone... it actually scares me. I knew everything my WinMo phone was doing at all times.
Daneshm90 said:
You could do that but then ur left with a /data/data folder for ur app and its name under packages.xml.
Click to expand...
Click to collapse
Can these items just be deleted?
I went to Samsung Firmwares and got the UGJG8 firmware and flashed that using Odin and 512.pit. You will get a 100% bone stock i9000m with no bloatware.
Just remember to write down your current APN settings as you will have to readd them.
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
Call me an idiot, but I can't figure out who to remove apps with this app.
Flapjack said:
Can these items just be deleted?
Click to expand...
Click to collapse
They could but that would be longer, since ud have to go through packages.xml to look for ur app. In simple terms :
Its like uninstall a windows software. Your deleting its c:\program files directory whereas im going to "uninstall software" and following procedure.
BobbyTee said:
I went to Samsung Firmwares and got the UGJG8 firmware and flashed that using Odin and 512.pit. You will get a 100% bone stock i9000m with no bloatware.
Just remember to write down your current APN settings as you will have to readd them.
Click to expand...
Click to collapse
How in the heck do you find that? I've been all over the Samsung site and I can only find are Windows drivers.
**EDIT**
Nevermind, I found it on another site. I think this is what you meant, right?:
http://samsung-firmwares.com/i9000.htm
Also, what is the difference between the I9000DTJG4 and the I9000UGJG8 firmware?
Daneshm90 said:
They could but that would be longer, since ud have to go through packages.xml to look for ur app. In simple terms :
Its like uninstall a windows software. Your deleting its c:\program files directory whereas im going to "uninstall software" and following procedure.
Click to expand...
Click to collapse
Got it.
Now, is that a script I need to write for each app? I haven't even gone so far as to explore the file system, let alone write scripts. Is there a good (recommended) app for putting scripts together? ...or are you just using a notepad type editor in Windows, then copying them over via SD card?
Flapjack said:
Got it.
Now, is that a script I need to write for each app? I haven't even gone so far as to explore the file system, let alone write scripts. Is there a good (recommended) app for putting scripts together? ...or are you just using a notepad type editor in Windows, then copying them over via SD card?
Click to expand...
Click to collapse
Sure u can write a quick .bat script that does this or manually enter them in command-prompt up 2 u. Btw, what exactly is ur issue with the bloat-software ? is it the space its taking up ? or being shown in app drawer ? Cuz if ur using launcher-pro u can hide those apps from the drawer. Honestly they don't take up tht much space.
Daneshm90 said:
Sure u can write a quick .bat script that does this or manually enter them in command-prompt up 2 u. Btw, what exactly is ur issue with the bloat-software ? is it the space its taking up ? or being shown in app drawer ? Cuz if ur using launcher-pro u can hide those apps from the drawer. Honestly they don't take up tht much space.
Click to expand...
Click to collapse
Well, the biggest thing is that they're actually running without me opening them (eg: Slacker). That is really starting to piss me off. Secondly, they are very clutter-some. I don't have Launcher Pro, though I've heard good things about it. Is this something I get from the Marketplace? It runs instead of the Samsung interface, right?
**EDIT**
Just found "LauncherPro" on the Market. Looks good, but many are complaining the latest version is laggy/buggy and has obnoxious ad placement.
Does anyone have the next most recent version?
Flapjack said:
Well, the biggest thing is that they're actually running without me opening them (eg: Slacker). That is really starting to piss me off. Secondly, they are very clutter-some. I don't have Launcher Pro, though I've heard good things about it. Is this something I get from the Marketplace? It runs instead of the Samsung interface, right?
Click to expand...
Click to collapse
Nope its independent of proprietary frameworks, i.e it runs on stock.
Daneshm90 said:
Nope its independent of proprietary frameworks, i.e it runs on stock.
Click to expand...
Click to collapse
So would this be ok to install right now, or wait until I possibly flash the bone-stock firmware (which ironically would eliminate the included apps)?
Flapjack said:
So would this be ok to install right now, or wait until I possibly flash the bone-stock firmware (which ironically would eliminate the included apps)?
Click to expand...
Click to collapse
Nope it'll run on ANY proprietary/nonproprietary android firmware which is 2.0+
I just use root explorer and delete apk+odex from system/app
fua said:
I just use root explorer and delete apk+odex from system/app
Click to expand...
Click to collapse
Can you go into a little more detail? What is odex?
Its fairly easy, actually.. No apps or code needed. Go to:
Settings -> Applications -> Manage Applications
Press the menu button, and press Filter. Then change the selection to "All"

[Q] cronmod issue

I tried to flash int2ext 4 on stock rom but nothing happened
Please help thanks in advance
drvp said:
I tried to flash int2ext 4 on stock rom but nothing happened
Please help thanks in advance
Click to expand...
Click to collapse
try intextv+ its less buggy
Do you even have init.d support and a ext partition?
Sent from my GT-S5830 using xda app-developers app
Blackbox421 said:
Do you even have init.d support and a ext partition?
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
Hi, I also tried to do the same, although in an Ace-i (note the "i"), CWM accepted the file but it never showed a "success" or something, actually it is left in the step ui_print("4ext: disable_scrn_update"); in the updater-script and that's it.... no more advance, I left it like that overnight to see if I got any joy but, no joy so I forced restart (vol-up+power), and when I opened up terminal and executed df -h, voilá, it did run, but I didn't like the fact that the script didn't finish... makes me feel like I missed something
I tried it on Cyanogenmod 7.2RC4 by Bieltv.3 and with which does have init.d support and my sd-ext is of 2GB, I also did create a swap (512 mb I think but not sure at all)
El_Dark said:
Hi, I also tried to do the same, although in an Ace-i (note the "i"), CWM accepted the file but it never showed a "success" or something, actually it is left in the step ui_print("4ext: disable_scrn_update"); in the updater-script and that's it.... no more advance, I left it like that overnight to see if I got any joy but, no joy so I forced restart (vol-up+power), and when I opened up terminal and executed df -h, voilá, it did run, but I didn't like the fact that the script didn't finish... makes me feel like I missed something
I tried it on Cyanogenmod 7.2RC4 by Bieltv.3 and with which does have init.d support and my sd-ext is of 2GB, I also did create a swap (512 mb I think but not sure at all)
Click to expand...
Click to collapse
When you flash cronmod, it usually never shows up a "finished" or something like that.
Sent from my GT-S5830 using xda app-developers app

Categories

Resources