General :: Rooted Irulu 4.2.2 Tablet - BusyBox Works But Command Does Not Elevate To Root?

Dec 6, 2013

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.

General :: rooted irulu 4.2.2 tablet - BusyBox works but command does not elevate to root?


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 :: SuperUser And BusyBox On Hard Rooted Phone?

Mar 8, 2013

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 Related

Android :: BusyBox - How To Use Terminal IP Command?

Sep 16, 2009

I'm using a Google phone running Android, and I need to figure out how to use the terminal's
'ip' command. I found out that Android uses BusyBox in its terminal, but I can't find any help or tutorials or any information regarding it other than the basic information given in the terminal help. Can anyone point me to a site that would give me more information on how to use the commands, or tell me how to use the 'IP' command if you are familiar with it?

View 3 Replies View Related

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 :: How To Gain Root Access If Busybox And System App Is Already Installed

Oct 11, 2013

I 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)?

View 4 Replies View Related

General :: Command Fastboot Oem Unlock Works On All Android Device?

Aug 1, 2012

The command "fastboot oem unlock" works on all android device?

View 2 Replies View Related

HTC EVO 4G :: Verify ROM Rooted And Includes BusyBox?

Sep 29, 2010

I 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

General :: Emerson EM543 Tablet - Call Lockscreen From Linux Command Line?

Dec 1, 2012

Running Android 4.0.4 on Emerson EM543 Tablet. Could not install Google Play so had to install Android Market. Market apparently somehow disables the Android system LockScreen. So, now trying to get lockscreen back on boot (downloadable apps, as far as I can see, don't lock screen at system boot, which is what I want). I got a terminal emulator and was wondering if there was a Linux command line argument I could use to start Droid lockscreen at system startup.

I thought I was getting close with this solution, [URL] ....., but it is for an HTC Amaze 4G, and I can locate the AdroidManifest.xml files in the apk files on my system (using ROM Toolbox Pro Root Browser). But, even if I could figure out how to do it there, that file would be changed in the very next update. I am looking for a something similar, just need to know the xml filename or a command line argument that could be used in a startup script.

View 3 Replies View Related

HTC Hero :: 2.1 Stock Root - How To Get Busybox?

Aug 10, 2010

So 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 Related

General :: Nexus 7 - Loose USB Hub On Rooted Tablet?

Dec 19, 2013

I have a slight issue with my Nexus 7 (2013).I pretty much can't charge up my tablet because the USB port is very loose. It happened quite suddenly, but I don't really know why and that is not the problem. It can happen.The problem is, my tablet is rooted. Does messing with the OS void the warranty on mechanical faults clearly not associated with any software?

Also, do you think I should take it to some local mobile repair shop instead? It would most definitely ruin what is left of my warranty for good.

View 2 Replies View Related

General :: Generic Tablet Rooted But No Binary For SU?

Sep 10, 2013

I have a generic tablet thats rooted , this is confirmed by root checker & validator , but i have no Su binary ?

All i want to to is make one directory writable so i can add the media line to permissions for external storage , as this has been a pain not being able to use , but whatever i try doesnt work , Su & super dont work as they state no Su binary , so im at loss as to what to attempt next ?

ANDROID VERSION 4.2.2
KERNEL VERSION 3.3.0+ (WED JULY 31ST 2013)
SOC CHIP = SUPER DOULCORE A20[code]......

View 3 Replies View Related

General :: Tablet Rooted And Restarts In Factory Defaults?

Nov 20, 2013

Tablet model: GT90x I bought a tablet a few days ago.

I Rooted and installed Busybox Installer. Well After that my Tablet Rested it self and now it going to factory Defaults each time I turn it on.

-Whenever the Tab restarts it just looses all settings and starts like it is started for the first time, with all those first time tips and default settings. Even all apps are gone.
-All Apps suddenly vanished (Were installed in internal memmory, no sdcard used)
-If we try to install the app again using google Play, then google play hangs, does not install the app.
- If we go into settings->storage, the first internal storage shows 0.00Bytes

I tried to do: Factory Reset the device, Hard Reset the device, Restart insanely several times

I do have ADD installed but I don't know how to switch busybox over from /system/xbin and find busybox. Move it to /system/bin I can't Install Apps

View 2 Replies View Related

General :: Rooted Android Tablet / Moving Apps To SD CARD?

Feb 18, 2014

I have finally managed to root my tablet. Its a samsung galaxy tab 3.7.0 wifi only with 8GB of internal storage, most of which is taken up by system memory. Its model is the SM-T210.

1) How can i move apps to my sd card?its a 16gb sandisk...i have already tried folder mount, apps 2 sd and APPMGR 111, but they are either not compatible for my device or dont work/let me install them?

2)ive rooted my tablet...now what do you recommend i do?

View 1 Replies View Related

General :: Jelly Bean 4.2 For Rooted Acer Iconia B1 A71 Tablet?

Sep 8, 2013

I recently purchased an acer iconia b1-a71 tablet. It has come with android 4.1.2, and there is no further system updates are available. I would like to upgrade to jelly bean 4.2 - my reason for this is because I can't seem to bluetooth pair my tablet and htc one together for internet tethering. I've read that jelly bean 4.2 may fix this.

I saw this one here: [URL]...which says: ps .My device ( Acer iconia b1-a71 8gB) OS is android 4.1.2 (B1-A71 RV04RC05_TWN_GEN1) want to upgrade to android 4.2(B1-A71.RV05RC05.TWN.GEN1)

I upgraded to RV05RC05, which I was led to believe contained jelly bean 4.2 - but the tablet still says its 4.1.2. I also rooted it using this page: [URL]... but it's still the same.

So is there actually an operating system update to jelly bean 4.2? Or, is there a way that I can bluetooth pair for internet tethering (from the phone, to the tablet) without the update?

View 1 Replies View Related

General :: Does Z Root App Works For Rooting ICS

Nov 4, 2012

Does z root app works for rooting ics?

View 4 Replies View Related

General :: Syncing Save Game Data Between Galaxy S4 (rooted) And Tablet

Apr 3, 2014

I have a Galaxy S4 (rooted) and just bought a Galaxy Tab Pro 10.1 (Afraid to root because I don't want to loose warranty)

I restored all my apps on my tablet but all my Angry Birds, Plants vs Zombies and all other game data is missing from the tablet.

First, is there a way to restore this game data to the tablet WITHOUT root?

Preferably, I would like to seamlessly sync the game data between the 2 devices. It would be great to play a level of any game on my phone and then pick up at the same spot on my tablet. Is this possible?

View 5 Replies View Related

General :: Root HCL ME Y2 Tablet?

Aug 16, 2012

how to root HCL ME Y2 tablet?

View 9 Replies View Related

HTC Eris :: Root - But Last Root Command Says No File Found

May 29, 2010

Running the last command it says file not found and i cant flash the image to get into amans rec...

View 13 Replies View Related

General :: Download Paid Apps Free On Rooted Samsung Galaxy Tablet

Dec 27, 2012

is there a way i can download paid apps free on rooted Samsung Galaxy tablet

View 2 Replies View Related

General :: Root Using CWM Zip For Unbranded Tablet

Sep 21, 2013

I have a lemon tab with ics 4.0.3 and 3.0.8 kernal... I have tried all possible ways to root it... Right now the su is there as built in app. The terminal confirmed my tab as unrooted. But if i type system/xbin/su in the terminal, the terminal receive su permission. So i thought i am close to rooting it.

Need to complete it fully. The su is 3.2 version. I used su uninstaller but of no use. Besides i have lost my ideal cwm 5.0.2. 4 zip file and its getting difficult finding a new one fitting my tab.

I don't have a pc. I m using recovery reboot method.

View 1 Replies View Related

General :: How To Root Tablet Without Computer

Oct 10, 2011

Mine is a froyo 2.2.1 device (ViewSonice VB730), I tried z4root, instant root, DPRoot, and many many many rooting apk but it is not working, some of them are FC or some of them are stucking in "attempting to apply root" I tried to use SuperOneClick but since I can't find a suitable driver for it, so when I use "adb devices", the list is empty.

I also checked out about some article about how to manually root a devices with PC, seems I have to copy the necessary file first to /data then run the exploit. Since I dont have the driver, I tried to do it with Terminal Emulator and tried to grand access right of /data but failed.

cd /data/
$ ls
ls: can't open '.' : Permission denied
$ chmod 777/data
chmod: /data. Operation not permitted

What should I do

View 9 Replies View Related

General :: How To Root Joyplus M78 Tablet

Feb 11, 2013

is there root for joyplus M78 tablet?

View 1 Replies View Related

General :: How To ROOT A5 IMAPX820 Tablet

Jun 3, 2013

i bought this tablet from Focalprice:

[URL]

This tablet have the same specs of the Ippo Y88, BUT Y88 have 1.5ghz and mine have 1.2ghz, they use the SAME dualcore A5 processor, IMAPX820.

Well, i search on google, and use the tool here on XDA to find some information, but its impossible to find anything about this processor, and those tablets... I know they are simple tablets, but how i can ROOT this thing using CWM and put some light ROM, or Cymod?

View 9 Replies View Related

General :: How To Root MSI Enjoy 7 Plus Tablet

May 31, 2013

I want to root for my MSI enjoy 7 plus tablet and i want good jelly bean rom without problem for it's it's ics 4.0.3 i saw X-Note rom for Galaxy note 2 is there rom like it for my tablet ??

View 2 Replies View Related

General :: How To Root Acer Iconia A1-810 Tablet

Mar 20, 2014

I just found this on the Web, it appears to be straight forward and gives you multiple options to root.

How to ROOT your Android phone or tablet. Droid rooting.

HTC Droid DNA using the NuSenseONE MAX ROM 5.5/4.4.2

View 2 Replies View Related

General :: Root Nextbook Next7P12 Tablet?

Jan 12, 2013

I've been searching for a while now and cant find a definitive answer on whether or not this can be rooted. My son got one for Christmas and I want to root it for him. It has ICS 4.0 and Google Play already pre-installed.

View 4 Replies View Related

General :: How To Root Acer Iconia B1 Tablet

Jan 23, 2013

How to root the Acer Iconia B1 tablet. Is it too early for a root?

I already tried the bin4ry method but it doesn't work.

Edit: Iconia B1 root method on page 16 by bullbrand [URL]...

View 9 Replies View Related

General :: How To Root Goclever R104 Tablet

Feb 12, 2013

How to root Goclever R104 tablet?

View 1 Replies View Related

General :: How To Root Chinese Tablet KNC Md802 V4.0 ICS

Jul 2, 2012

I was wondering is there a possibility to root chinese tablet KNC md802 which has android 4.0 ICS?

Other specs:
Reference
KNC MD802
CPUALLWINNER A10, 1.5GHZ
Operating SystemAndroid 4.0
RAM1Gb DDR3
Built-In Storage16Gb

[Code]...

View 1 Replies View Related







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