General :: How To Lower Version Of Busybox
Oct 6, 2011I want to apply the supercharger script. i have v1.19.1 busybox
GT-S5570

I want to apply the supercharger script. i have v1.19.1 busybox
GT-S5570
Is there any way to install new version of busybox if using modded rom with built-in busybox?
Cause I have 1.15.3 and not all features of zep's supercharger script will work with this version... X8
I have noticed that my desire's in call volume reduces while im speaking to someone. For example, when im speaking to someone, the volume of the conversation goes lower and lower, but when I move the phone, the volume comes back.
View 1 Replies View RelatedShould Busybox (and the Linux stuff it downloads) be installed directly after rooting, or after every single flashing of a ROM? I am assuming this has to be done after every flash only.
Another thing, should Busybox be installed to /system/bin, or /system/xbin? By default Busybox wants to install to /system/bin. I am safely assuming that formatting /system in recovery would remove all the Busybox components. To some people, formatting /system before flashing a ROM is imperative.
My tablet's app disappeared from my app drawer almost as if i did a factory reset but all my files are still there...
What I did before this happened
Installed MOUNT2SD
Installed Busybox
Went back to MOUNT2SD
enable script
accidentally DISABLED Safe Mode in MOUNT2SD app
Did a normal restart
Then it happened
I got busybox pro from the market but when I try to smart install it, it shows free space as 0.0mb whereas I have around 500 my left.
AUXUS Nuclea N1
I'm currently working on a project which involves imaging Android phones - specifically, the program I've written is mean to automate identifying the memory block containing the userdata and then using the following sequence of commands (using Android Debug Bridge) to copy it to the computer that the phone is connected to:
Code:
adb forward tcp:5555 tcp:5555
adb shell
busybox nc –l –p 5555 –e dd if=/dev/mtd/mtd[mtd block number] bs=4096
This is done in command prompt and then you have to manually open another command prompt and type in:
Code:
adb forward tcp:5555 tcp:5555
nc 127.0.0.1 5555 | dd of=[chosen file name].bin bs=4096 -- progress
This copies the memory block over without any problems when done manually and even shows you in real time how much data has been transferred.The problem I have is with automating the process in C#. Specifically, I can get every stage of it to work through using a process to write the commands to standard input and using a tcp listening port to receive the data. Apart from this crucial element of the process:
Code:
adb shell "busybox nc –l –p 5555 –e dd if=/dev/mtd/mtd[mtd block number] bs=4096"
For some reason, no matter how I try to phrase it or do it, C# hates that command and won't execute it. I can manually type the exact same thing into the command prompt and it works fine but trying to do it in C# just leads to busybox acting as though I typed the command in incorrectly - this is what it gives me:
Code:
BusyBox v1.15.2 <2009-11-27 10:38:30 GMT> multi-call binary
Usage: nc [-in] [-wN] [-l] [-p Port] [-f FILENAME|PADDR PORT] [-e PROG]
Open a pipe to IP:port or file[code]....
At the moment I'm using a script to send the commands to the command prompt but that's a kludge that I'd really prefer not to have to use.
What is busybox and terminal emulator and what are they used for? How can i get them for my sga?
GT-S5830
I've rooted my Sprint Galaxy S5 and it made the phone work slow. The buttons took a good 3-4 seconds before responding, and sometimes would not respond at all. "HealthService" would always crash, and other slowdowns like when I drag down the notification bar. I installed Xposed and BusyBox. However, the phone was working slow before those were installed. So I unrooted it and flashed the stock ROM, and everything worked fine. Time passed by... I decided to root it again. So I did, same method, same files, and it was working normal. No slowdowns, buttons worked perfectly and were responsive. "HealthService" still force stops but I presume that is an easy fix. Then I installed BusyBox and Xposed again. Once both were installed and after 5-7 minutes, the phone started to work slow as before.
View 1 Replies View RelatedI'm using Android x86 4.0.4 in my netbook with the /system mounted as rw. I had lost my busybox installation.
View 2 Replies View Relatedwhen installing Busybox with Stericsson Installer it allow to choose between system/bin or system/xbin to install it, which one to choose and why ? What's the difference ?
SuperSU has an option "Survival Mode" that says that we must disable it before Nandroid Backup, what happends if I forgot to disable it ?
I am using LG optimus 690 and today I tried to install BusyBox several times but whenever I install busy box my internet stops working using wifi and data connection and to recover that I need to flash my phone
Any way by which I can make my internet working after installing BusyBox. Let me explain what I did.
1. I put the BusyBox PRO apk in /system/app and restarted my Phone and after restarting I opened the BusyBox and install all the binaries and after that all commands started working fine in terminal emulator only thing that didn't worked my internet.
Flashed my phone using stock rom
2. After installing fresh ROM this time I installed BusyBox normally and after installation I updated all the binaries again and everything started working well but yet again my internet stopped working.
What should I do to make my internet connection work after installing BusyBox.
How do I get SuperUser and Busybox on my hard rooted phone(i.e. Root access from ADB and Android Commander) ? I need to install quite some apps that need internal root access from SuperUser, How do I do It?
View 2 Replies View RelatedI have a Rockchip RK3188 Tablet with Android 4.2.2, which I need to root ON DEVICE. Actually, the device was already rooted (using a Laptop via the adb bridge), so I already have busybox installed and I have one of my own apps in /system/app. However I managed to delete the su program (yeah great!) and therefore don't have root access any more. I know I can easily root the device again if I connect it to my laptop again, but that is not possible, because the device is at my parent's place and I can't go over there any time soon.
Therefore I want to root the device just with an app. Actually I would only need to copy su to /system/xbin. These are the things I already tried (without success):Framaroot (doesn't work, because framaroot does not support Rockchip tablets)
Writing my own app, which contains su in the assets and using this su for temporary root
Using adb (on the device) for a local connection (adb connect localhost), because if I connect from my PC I automatically have root (doesn't work because Android 4.2.2 has increased security on adb)
Start telnetd via busybox and then execute my commands via nc (doesn't work, because I can't start telnetd in a way that it ends up with a root shell)
My last idea is, that I could maybe gain temporary root access with the app I already have in /system/app. Basically this would be similar to the Master Key Exploit, except that I do not have to fiddle around with the apk and instead install it normally. However I don't know how to continue from that point. I know, I have special permissions if I have an app in /system/app, but which permissions are that? And how can I use those permissions to make /system writeable (and copy my su file there)?
In general,can we change some properties to make a given app run on a lower than native resolution?I think it should be totally possible,since phone come in various aspect ratios and resolutions.So the app detects the screen and resolution,and adopts accordingly.Gensoid does that in-app.Double,original size,strech,etc....
For instance,if we have a game on a 1920x1080 screen,but the GPU struggles to keep the framerate,we lower it to 960x540,the game still looks fine,because we get 1:2 resolution,and far fewer pixels to push.I think there should be an app for that.
i recently bought a cheap irulu tablet off ebay. it's running 4.2.2, and i'm not quite sure if it's rooted or not. i've read that most of their tablets are rooted right out of the box, so i downloaded 4 or 5 root checkers from the marketplace and some said it was rooted and some said it was not. i know that it does have su and busybox installed, but i don't have one of those superuser apps that request permission or anything. i can browse my full phone with any file explorer. i installed titanium backup, and it says on the main screen that root access is ok, but then it will pop up an error message that says:
BusyBox works but the "su" command does not elevate to root. There's something wrong with your "su" binary and/or "Superuser" app.
Recently, I have noticed that my android phone keeps telling me I have insufficient storage. So, I start deleting most of my apps, except for Facebook, Viber, Whatsapp and the pre-installed apps. However, in my apps section, it shows I have used up 863MB whereas in the storage section, it says I have used up 213MB. Funny thing is, Facebook, Viber and Whatsapp are all installed in my SD card. I have to force stop my Facebook app and clear the cache files in order to use my phone.
View 5 Replies View RelatedWhy do some apps fail when sideloading them onto some lower end tablets? I back them up from my phone using astro and try to install it on a viewsonic G-tablet or a Nextbook tablet and the installation fails. They're perfectly good backups. How come it's not supported?
View 3 Replies View RelatedYesterday I took a video with the front camera. I recorded with the front camera for 7 minutes and it took almost 1GB of size. So, is there an app that can record videos with lower resolution but not too blurry? GT-I9505
View 1 Replies View RelatedHow to port a stock rom from a higher device to a lower device with a locked bootloader so i want to try and port it with my devices stock kernel. The tutorials i have found are not detailed enough most of them are just copy & pasting files from one to the other and the rom does not boot.
View 5 Replies View RelatedThe part with red doesn't work on my phone anymore, i can't acces the apps in the app drawer because when I press there nothing happens, also home button, menu button and back button don't work anymore. Could it be the screen digitiser?
I disassembled and assembled it to check if a cable or something wasn't right, but everything seemed ok, but even after that it's still not working.
I did a factory reset and the dock buttons worked but the 3 menu, home and back buttons didnt work and later on the dock buttons didn't work again, should i flash a ROM again? Maybe it would work then, but I'm not sure if the home button is going to work in CWM Touch.
BTW, I went to developer settings and enabled show touches and that area which is affected can't be touched at all but sometimes if I bend the phone, it gets ghost touches and even the dock gets touch inputs.
I would like to port an app from a higher Android version to Galaxy Y. e.g.-Port the JB 4.2 Keyboard or The 4.2 Play Music app..But, how can I do it? I mean, is there any tutorial available or at-least something which would enable me get going? I've seen Devs porting such apps, but I want to know how do they do it..
View 2 Replies View RelatedI own a galaxy nexus and the performance of a few HD games are under my expectations, even with a bus overclocked kernel! (i've tried many, to no use )
Is there is a way to force selected apps to run at a lower screen resolution? say 540x960? i don't mind if it doesn't run in full screen, i just prefer a constant 60FPS over a few extra details!
I want to set this picture as my Wallpaper. The problem is, when I select "Set As", the picture suddenly appears with a lower quality.
Here's the picture as it is, and then after I press on "Set As".
As you can see, in the second picture, the wallpaper has a lower quality. I didn't zoom in or anything, but somehow I cannot get the best quality (shown as I see it in my gallery), as soon as I try to set it as my wallpaper, the quality lowers.
I was able to flash ROM from : LNK1 but I have a problem with touchscreen which works upside down. When I press screen on top it actually shows that I pressed at bottom of screen. I was looking for solution many days and have learned a lot from many sites and different forum threads, but surprisingly non of the solution works for me. I am not able to reach proper file to change proper property to change this behavior. Most probably i need to set somewhere: ctp_revert_y_flag = 1 as described here: LNK2, but I am not able to find nor edit script.bin on my phone, here I found some info: LNK3 and also here is very interesting info about partitions: LNK4 but I can't find this script.bin on my phone.
My phone is china phone 1:1 Real MTL 6589 GT-I9500, I was able to flash several ROM's using SP Flash tool from LNK5, I know how to do this, but no matter which ROM I flash no matter which recovery image I flash this touch screen behavior is still upside down as described.
1. set ctp_revert_y_flag = 1 in script.bin on my phone - I can't mount proper partition, don't know which partition should I mount, can't find this file
2. set ctp_revert_y_flag = 1 in script.bin on ROM file before flashing - don't know where to look for this file and don't know how to edit ROM before flashing.
What I know: how to root my phone, how to get to it using adb, how to use android-sdk, how to flash using SP flash tools, how to use recovery mode, clean user data, how to use SP Flash tool, how to switch on developer mode, switch on USB debugging, switch on "show touches".
Can someone tell me what busybox actually does and why it's required or necessary? I'm using a rooted captivate if it matters.
View 1 Replies View RelatedWhich busybox should I install? I know grd has one with it on. But I rather try to install my own its funner that way.
View 8 Replies View RelatedSo I have used the one click root thingy. Have the superuser app. Tested. I have root (look screenshot). Now I want to install busy box. When I got the app from market to install the latest I got this. What I want to know. Is it safe and if so whats safe to erase from the system folder. (would kinda like to get rid of the stocks and footprints app) but really not sure its not linked somehow and I get some big system error , since these apps run all the time. (actually I want to install busy box to be able to remove these apps anyway). I installed titanium backup and it installed busybox version 16 or soemthing. Problem is other apps like the cache cleaner doesnt find busybox installed even if I do it via titanium app.
View 1 Replies View RelatedI'd like to install rooted 2.2 on my Desire as per Lekky's guide, but there's a problem with BusyBox - it doesn't currently work with the Desire. As most of the root apps seem to need BusyBox to run (including Titanium), should I just wait for a fixed version of BusyBox before trying to upgrade to 2.2, or using any other rom for that matter? Is there an alternative method I could use? Also, my Desire is on 3UK network. Do I need to use a goldcard to upgrade to 2.2/ install another rom? I'm not clear on this bit.
View 9 Replies View RelatedI am rooted with unrEVOked 3.2.1 as of yesterday. I want to remove a bunch of the bloatware that came installed on my phone. I downloaded Titanium Backup to do this, but it comes up with an error that says "Please verify that your ROM is rooted and includes BusyBox, and try again." I tried to download BusyBox from the market, but it just sits there and doesn't download.
View 2 Replies View Related