General :: LG Optimus 690 - Internet Not Working After Installing BusyBox

Jun 5, 2012

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.

General :: LG optimus 690 - Internet not working after installing BusyBox


General :: Installing New Version Of Busybox If Using Modded Rom With Built-in Busybox?

Nov 10, 2011

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

View 3 Replies View Related

General :: Busybox Dd Command Not Working?

Feb 28, 2012

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.

View 4 Replies View Related

General :: Installing Firmware On LG Optimus F3

May 31, 2014

I'm definitely a newbie with Android. Today, I looked online for overclocking my LG Optimus F3, and I found this thread "[MS659][F3] Freedom Kernel Overclocked" (I'm a newbie xda won't let me post links yet). It said you could achieve a 1.4 GHz overclock (my device has a 1.2 GHz processor). So, dummy me, I got all excited and flashed the MS65910c firmware to my phone like the thread said I needed to have (I didn't know that that would switch my service providers as I had Virgin Mobile). So, I'm a little confused still... Can I still have Virgin Mobile service with MetroPCS firmware? If not, I want to restore my device back to Virgin Mobile firmware (LS720ZV6). The problem is, I am also a little confused with the flashing firmware thing. Can I flash .zip files instead of .kdz files (I couldn't find LS720ZV6 .kdz firmware files on the web)?

View 3 Replies View Related

General :: Installing CyanogenMod 7.2 On LG Optimus Hub (E510)

May 16, 2012

My brother just bought an LG Optimus Hub, and wants to install Cyanogenmod 7.2 on it, but we have some doubts, in order to install it, does it need to have the kernel installed? How do we install it? It's my first time with another phone that isn't my mini pro, so I don't want to screw it.

View 3 Replies View Related

Motorola Droid :: Rooting And Installing BusyBox With Mac?

Mar 26, 2010

I've been reading some info about rooting a droid here and at rootyourdroid.info, probably going to buy one this afternoon since the incredible isn't out yet. Rooting seems to be pretty universal between PC/Mac, but when it gets to the USB debugging/Busybox install it appears a PC is required. Anyone know if this can be done from a Mac or a Linux box? I don't currently have a Windows computer anywhere in the house, and don't really want to use my work laptop for this if I don't have to.

View 5 Replies View Related

General :: LG Optimus S - Browser / Internet Force To Close (has Stopped Unexpectedly)

May 28, 2012

Just bought LG Optimus S which on sale (half price). The browser was working fine at the beginning. Root it and after that my browser kept force to close everytime i open it.

Unroot it back, and do factory reset, and now it is even worse, i cant even go to googleplay (market) or anything to do with internet, it kept showing me this error:

If open browser
The application Browser (process com.android.browser) has stopped unexpectedly. Please try again.

If open Market
The application Market (process com.android.vending) has stopped unexpectedly. Please try again.

As this phone is locked to my provider, i bought some unlock key to unlock, now my phone is unlock but this thing is coming.

I called LG, they offer me for services which will take more around 4 weeks

View 2 Replies View Related

HTC Desire :: BusyBox Not Working - How To Install 2.2?

Sep 21, 2010

I'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 Related

Motorola Droid :: Busybox Working For Explorer On PC

Dec 10, 2009

If you are rooted try this out.

Step 1) download busybox binary to your adb tools directory
Step 2) cd to your adb tools directory
Step 3) adb push busybox /data/local/busybox
Step 4) adb shell
Step 5) cd /data/local
Step 6) chmod 755 busybox
Step 7) ./busybox

Now to have this run so droid explorer and detect your phone and so you can use busybox (ie so its in your PATH) run this.
Step 8) mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
Step 9) /data/local/busybox cp /data/local/busybox /system/bin
Step 10) mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system
Step 11) sync
Step 12) reboot

Download Links:
Droid Explorer: Droid Explorer
busybox: Download busybox.zip from Sendspace.com - send big files the easy way
Disclaimer- I put this together really quick so please only try if you know what you are doing so I can save my butt from any problems that may come of my or your own error.

View 11 Replies View Related

General :: Unfortunately Google Play Has Stopped Working After Installing App

Aug 1, 2013

I have the pirate bay app on my AT&T htc one running stock jellybean. I cam across an app called Google play modded. Which I thought meant I can go in and customize the Google play store and delete the bloatware that come with the phone, but I found out that It was something totally different. So I went to uninstall it from the app drawer and It deleted the whole Google play store. I downloaded and apk file from some website which fixed it. but after rebooting I got this error. I then went to titanium backup and wiped the data. It fixed the crashes but now I for some reason am running the modded Google play app again. I deleted Google play services and google play app. rebooted my phone. It removed the modded Google play store and fixed everything, but whenever I try downloading an app It breaks everything.

I'm running Jelly bean 4.2.2 on stock android. HTC one.

View 3 Replies View Related

General :: Touchscreen And Soft Keys Not Working After Installing New Custom ROM

Dec 18, 2012

I am using wt19i, after installing new custom rom my touchscreen and softkey are not working..........

View 3 Replies View Related

General :: Google Play Store Not Working After Installing Custom ROM On LG E970

Dec 28, 2013

I am very new to custom ROMs. I have just installed a custom ROM from Clockworkmod for my LG e970 4.0.4

After installing whenever I try to open Google Play Store it displays the message "unfortunately, google play store has stopped"

So I searched and tried deleting cache, deleting data for Play Storeand rebooting the phone. But those haven't worked for me.

I am thinking of Restoring the backup I took using CWM prior to the custom ROM.

View 1 Replies View Related

General :: Internet Not Working After Rooting Sensation

Jan 22, 2012

I have never rooted or done anything like this before. I decided to root my tmobile htc sensation 4g. I used revolutionary? then installed clockwork recovery and in reboot at that point my data connection won't work. It will still make phone calls and texts and I can still connect with wifi but my 4g or 2g won't work. I still proceeded with installing the superuser file it said to and still nothing. It is definitely rooted. I have rebooted, battery pulled, and tried turning in and off the mobile network connection setting. I have not installed any roms etc I'm afraid to mess with it until I know what to do. eally about to have an anxiety attack. Everything else is working fine. I don't understand why just that works mess the data connection up. What can I do (of course I'd like to keep it rooted if possible).

View 1 Replies View Related

General :: Internet Working With Browser But Not With Apps

Apr 16, 2013

I have 3 android devices (xperia s, htc one x and a galaxy s3) connected to a wifi network. This is kind of a protected network and there is a firewall involved. Also the devices are getting IP via DHCP. The problem is that i am able to access web site via browser but when i try from the application, its showing i don't have internet connection. There is no proxy configured in this network. There is an IP filtering in the router which filters the IPs starting with a particular series. But the web site and the application which i am trying to use are supposed to use this IP series.

View 9 Replies View Related

General :: Some Apps Not Working When Phones On 2G Internet And Not On WiFi

Nov 26, 2013

Some apps like location tracking apps on my sons phone does not work all the time when his phones on 2g internet. But on wifi it seems to work all the time. Apps like life360 location tracking apps, remote control apps like androidlost, which uses push messages and also polling services works intermittently. Sometimes it works on 2g internet and sometimes it does not. But on wifi, there's no problem at all.

But strangely messaging apps like viber works continuously on 2g or wifi without any problems.

View 3 Replies View Related

General :: CM7 Flashed - Now No Internet Signals And Camera Not Working

Mar 28, 2012

Once upon a time I used another website to customize my new Ascend. Long story very short, I messed it up. I am pretty sure I deleted some stock stuff, and since my computer that had all of the backups on it has died, I have no way of getting it back.

I've tried flashing back to stock, I've tried flashing to different roms, I've tried doing a factory reset, I've even tried loading the stock zipped rom from the sd card. Of all the methods that I tried, the only one that doesn't hang on the android screen is flashing a new rom - so I'm using CM7 for now. Everything else kills the phone, it never boots past the android screen.

I just went thru the gauntlet again, trying to "fix" my phone, but nothing worked except flashing CM7. My camera hasn't worked since I started messing with this phone when I first got it. Now, all of a sudden, my internet is having issues.

I have tried downloading the camera.apk, but it doesn't seem to do anything - is there something I'm supposed to do other than stick the apk file in the sd card root?. I still can't use the bar code scanner, or a shopping list scanner thingy - everything says the camera had an unexpected error and/or the device failed to give access to the camera.

Going to RoM Manager, trying to download a different RoM (I have paid for the premium) and I get the you must have CWM installed message. Okay, I wiped everything, that makes sense. Click the install and either nothing happens or I get the message can't get an internet signal. The browser will connect, if I click retry, retry, retry 20 times.

I really dont know if I can justify the cost of a new phone, seeing as I dont really need it - I just want it. Need fixing the signal and camera on this one? FYI, the 3g icon on the status bar shows connected.

View 4 Replies View Related

General :: Make MMS Working While Internet Data Switched Off?

Aug 7, 2011

The problem is that, the MMS is disabled during being in roaming and having data switched off. Is there a way to make MMS messages working while the Internet data is switched off ?

View 5 Replies View Related

General :: Galaxy S4 (i9505) With CM10.1 - Internet Is Not Working?

Aug 7, 2013

I have a problem with the mobile connection on my phone, which is a Samsung Galaxy S4 (i9505) with CM10.1.

The mobile connection only works for a couple of minutes when i reboot the phone. After that time, it says "Offline" or "No network connection". I can still do phone calls though, so the connection to the celltower is still established.

APN settings are correct.
Data enabled is ticked
Data roaming is ticked (I need this, because my provider is using the mobile network of another provider)

Turning aeroplane mode on/off will not solve it.

Re-enabling data/-roaming will not solve it.

Switching to 2G mode will not solve it.

View 3 Replies View Related

Jelly Bean :: All Google Services Offline/ Sync Not Working (internet Is Working)

Nov 9, 2013

I cant sync my google accounts ('sync is currently experiencing problems, it will be back shorly)

Google maps says 'no network connection'
Play store says 'server error'
Gmail says 'waiting for sync, your emails will appear shorly'

Sounds like my internet is broken? ITS NOT. whatsapp and opera mini, web browser is still working 100% and able to connect

I have tried:
turning sync of and on
clear the cache of various google apps
turning the phone off and on

The last action I did before it worked was to uninstall the 'microsoft outlook app'.

View 2 Replies View Related

Android :: Installing Internet Explorer

Dec 11, 2009

I just picked up my Moto Droid and may have to return it since my email system is a hosted online system and requires Intellesync and Windows Explorer!Please someone, tell me there is a way to install Windows IE on the droid!

View 7 Replies View Related

General :: When And Where To Install Busybox

Dec 28, 2013

Should 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.

View 6 Replies View Related

General :: All App Gone After Getting MOUNT2SD And BUSYBOX

Oct 26, 2013

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

View 3 Replies View Related

General :: How To Lower Version Of Busybox

Oct 6, 2011

I want to apply the supercharger script. i have v1.19.1 busybox

GT-S5570

View 9 Replies View Related

General :: Busybox Installation Fail?

Oct 7, 2013

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

View 8 Replies View Related

General :: What Is Busybox And Terminal Emulator And What Are They Used For

Jun 30, 2012

What is busybox and terminal emulator and what are they used for? How can i get them for my sga?

GT-S5830

View 4 Replies View Related

Sprint HTC Hero :: No Internet After Rooting And Installing Fresh

Feb 19, 2010

I rooted and installed fresh rom, but no I have no internet on my device.

View 3 Replies View Related

HTC Desire :: Website Crashes And Quits Internet After Installing 2.2

Sep 22, 2010

I know a few posts on this but since installing froyo 2.2. I cant get on the sky sports website at all just freezes on the google search and then I try and get on the bbc sport page which works fine but when I go on the live cricket text it crashes and quits the internet. I never had a problem with either before 2.2! I have tried on the default browser and also dolphin but neither work. Are there any settings I should change since installing 2.2 or is it just a case of 2.2 update screwing things up? My friend in the office at work is on orange with 2.2 and it works fine for him.

View 13 Replies View Related

General :: GS5 - BusyBox Or Xposed Making It Run Slow?

Jun 9, 2014

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 Related

General :: Force Install Busybox In Android X86

Jun 17, 2013

I'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 Related

General :: How To Choose Busybox Install Path

Aug 1, 2012

when 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 ?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved