[Q] [Help] Rooting Pentel IS701C Tab - Android Q&A, Help & Troubleshooting

Hello Friends,,
I Bought New TAb In India I.e. Penta IS701C having Following Features
1 Ghz Processor
512 Mb RAM
4 Gb Internal (500 Mb system, 2.5 Gb Internal Storage card)
Cg 400 GPU
Etc.
Ive Roote Device
With Unlock Root I got "su" file In /system/bin
and superuser.apk in /system/app
but i didnt got the su file in
/system/xbinyesterday my friend bought same tab
i noticed that the su file in /system/bin, /system/xbin is given by manufactures.
suppose mine might be deleleted by me from the "ADB shell" comands
Ive Formated My Whole Tab And Bingo I Got All 3 Files In All Foleders
i,e. su in /system/bin, /system/xbinand superuser.apk in /system/appbut still having problem
superuser apk shows
remounting as rw... legacy
busybx shows
your device is rootedBusybox locatio: /bin
busybox virsion v1.18.3
system storage: 103 MB
Phone Model; Penta IS701C
ROM virsion: Penta IS701C 20120717
when i download any file or run any script it says
Script Exited with errorsoutput: No output was genrated
errors:
su: must be suid to work properly
WTF?
I thing Ive Tried But Cant find what wrong is going on !
If some One or Thechnician Having solutions About This Problem please try to help me and Get Me Out..
Hope Soon Get The Solution....

I have a IS703C can we root this by unlock root???

mayurhsoni said:
Ive Roote Device
With Unlock Root I got "su" file In /system/bin
and superuser.apk in /system/app
but i didnt got the su file in
Click to expand...
Click to collapse
I too got this device from Flipkart. But I am unable to even UnlockRoot this. The Unlockroot keep telling to try install device drivers. But its not finding the right one itself. Which drivers are required?
I did enable the USB debugging option in tablet. ANy link or help is much appreciated.

BSNL-PENTA-IS701c
Dear friend,
I found solution at another place,
Though it is for model is703c it works for is701c aLso.
I have successfully rooted my tablet using this method
step 1.) Root you tab with unlockroot,
after rooting you got a superuser app installed in ur tab. now update it to the latest
version(also install the elite. included in attactment)
2.)now install terminal emulator.
3.)ok, now u have su file in /system/bin/su
so write this command in emulator system/bin/su and hit enter. you ll now get root
permission.
4.) now from emulator type this:
rm /bin/su and hit enter.
5.) copy su from /system/bin/su to /system/xbin/su
for this write this command in emulator:
cp /system/bin/su /system/xbin/ and hit enter.
6.)now make a copy of ur su file from /system/bin/su
for this type command:
cp /system/bin/su /mnt/sdcard/
7.)now delete su from /system/bin/su
command: rm /system/bin/su and hit enter.
Thats it.. now update ur binary from superuser app. !!\
reboot the tablet and you have a rooted tablet now
i have used this method on my is701c tablet successfully

BSNL-PENTA-IS701c
mayurhsoni said:
Hello Friends,,
I Bought New TAb In India I.e. Penta IS701C having Following Features
1 Ghz Processor
512 Mb RAM
4 Gb Internal (500 Mb system, 2.5 Gb Internal Storage card)
Cg 400 GPU
Etc.
Ive Roote Device
With Unlock Root I got "su" file In /system/bin
and superuser.apk in /system/app
but i didnt got the su file in
/system/xbinyesterday my friend bought same tab
i noticed that the su file in /system/bin, /system/xbin is given by manufactures.
suppose mine might be deleleted by me from the "ADB shell" comands
Ive Formated My Whole Tab And Bingo I Got All 3 Files In All Foleders
i,e. su in /system/bin, /system/xbinand superuser.apk in /system/appbut still having problem
superuser apk shows
remounting as rw... legacy
busybx shows
your device is rootedBusybox locatio: /bin
busybox virsion v1.18.3
system storage: 103 MB
Phone Model; Penta IS701C
ROM virsion: Penta IS701C 20120717
when i download any file or run any script it says
Script Exited with errorsoutput: No output was genrated
errors:
su: must be suid to work properly
WTF?
I thing Ive Tried But Cant find what wrong is going on !
If some One or Thechnician Having solutions About This Problem please try to help me and Get Me Out..
Hope Soon Get The Solution....
Click to expand...
Click to collapse
it will be nice to start a new sub-forum thread for pents is701c just like they have for other tablets. Does any one know how to do so

Related

[Q] Post Root: Root Explorer Question

I finally got my NookColor to sideload apps via ADB. The first thing I did was install Root Explorer and I rebooted the NC.
However, using Root Explorer, I do not have access to the cache or data directories. The response that I get is "Mounted as r/o" and "Your phone doesn't appear to be rooted. ..."
Did I miss something in the process and I'm not really rooted?
Also, I've noticed that the command adb remount gives back an error message as well.
Any thoughts?
Thanks!
See http://forum.xda-developers.com/showthread.php?t=857636
Assuming that you've already install the SuperUser apk
You need to push the su file into /data/local
use the following ADB commands:
Code:
adb push su /data/local/
Then
Code:
adb shell
# cd /system/bin
# mount -o remount,rw /dev/block/mmcblk0p5 /system
# cat /data/local/su > su
# chmod 6755 su
# ls -l su
-rwsr-sr-x root root 26264 2010-12-01 10:27 su
Use the su file from the attachment in the thread below
http://forum.xda-developers.com/showthread.php?t=665974
Thank you, Sapienta.
I noticed the Superuser comes down as a zip and the instructions say to boot into recovery mode and flash ... does that translate to renaming the zip to apk and installing via adb (as I've done with other apps)? Or do I need to figure out how to do the recovery boot/flash?
Ya sorry about that. I should've been more clear. Ignore everything from that page just download the attachment. You need to push the "su" file into /data/local and then chmod it to 6755 per the instructions from the first link I post and you're good to go.
EDIT NVM, I got it
Well, actually, you were quite clear the first time, I had just forgotten about the first link. But now, when I try to install the file (after renaming the zip to apk) via ADB I get an error message that says file does not contain AndroidManifest.xml. But I know the file is there ... I can see it when I view it with 7Zip. So, I guess I'm being dense today, but what am I missing?
indeana said:
Well, actually, you were quite clear the first time, I had just forgotten about the first link. But now, when I try to install the file (after renaming the zip to apk) via ADB I get an error message that says file does not contain AndroidManifest.xml. But I know the file is there ... I can see it when I view it with 7Zip. So, I guess I'm being dense today, but what am I missing?
Click to expand...
Click to collapse
Inside of the zip file there should be two files, a file called "su" without an extension and the Superuser.apk.
You'll want to push the su (the file is actually a raw binary) to your NC using the steps provided. You'll also want to install the Superuser.apk after pushing the su binary.
Thank you, antoniouslj. Yesterday I installed SU first and then pushed su but Root Explorer kept erroring out. So just to be sure I'm clear, the steps would be done in this order:
1. Push su -->
adb push su /data/local/
2. Change permissions -->
adb shell
# cd /system/bin
# mount -o remount,rw /dev/block/mmcblk0p5 /system
# cat /data/local/su > su
# chmod 6755 su
# ls -l su
-rwsr-sr-x root root 26264 2010-12-01 10:27 su
3. Install Superuser
Then do I adb Root Explorer or should Root Explorer be installed before I do the steps above?
indeana said:
Thank you, antoniouslj. Yesterday I installed SU first and then pushed su but Root Explorer kept erroring out. So just to be sure I'm clear, the steps would be done in this order:
1. Push su -->
adb push su /data/local/
2. Change permissions -->
adb shell
# cd /system/bin
# mount -o remount,rw /dev/block/mmcblk0p5 /system
# cat /data/local/su > su
# chmod 6755 su
# ls -l su
-rwsr-sr-x root root 26264 2010-12-01 10:27 su
3. Install Superuser
Then do I adb Root Explorer or should Root Explorer be installed before I do the steps above?
Click to expand...
Click to collapse
That's exactly what I did and it worked great for me. I also had Root Explorer installed prior to installing SU.
Still Struggling!
So ... I still can't get this to work. Do I need to install an alternative launcher (like ADW) first and then do this process?
indeana said:
So ... I still can't get this to work. Do I need to install an alternative launcher (like ADW) first and then do this process?
Click to expand...
Click to collapse
No... what part of the process are you getting stuck on?
I do the three steps like we talked about earlier (and exactly in that order--except I exit out of the shell before I issue the adb install superuser.apk command) and I reboot the Nook. Turn the Nook back on and open Root Explorer, but then RE tells me that there are issues with Superuser and to close RE and restart the RE app. So I do. But it repeats the same process. (I've removed everything so I don't remember the exact language. When I open SU there is no way for me to add an app (that I know of anyway) including looking at the settings. So that's where I'm stuck. And if I can't get root access, then apps like SetCPU and Quickboot won't run successfully.
indeana said:
I do the three steps like we talked about earlier (and exactly in that order--except I exit out of the shell before I issue the adb install superuser.apk command) and I reboot the Nook. Turn the Nook back on and open Root Explorer, but then RE tells me that there are issues with Superuser and to close RE and restart the RE app. So I do. But it repeats the same process. (I've removed everything so I don't remember the exact language. When I open SU there is no way for me to add an app (that I know of anyway) including looking at the settings. So that's where I'm stuck. And if I can't get root access, then apps like SetCPU and Quickboot won't run successfully.
Click to expand...
Click to collapse
Grab another version of RE. I'm finding that version matters when trying to sideload apps.
EUREKA!!!
Thanks to everyone for your help! I finally figured it out. Just as I was about to take the last suggestion of finding and downloading another version of RE, I found and downloaded another version of Superuser (version 4). The new SU version extracts from the zip differently but I was finally able to push and modify per the earlier instructions, installed the new SU version, rebooted, started RE, added it to the SU Whitelist and BAM Root Explorer is working just as I expected it to. SetCPU and Quickboot also seems to be working.
Once again, thank you! You were all GREAT!!!
indeana said:
Thanks to everyone for your help! I finally figured it out. Just as I was about to take the last suggestion of finding and downloading another version of RE, I found and downloaded another version of Superuser (version 4). The new SU version extracts from the zip differently but I was finally able to push and modify per the earlier instructions, installed the new SU version, rebooted, started RE, added it to the SU Whitelist and BAM Root Explorer is working just as I expected it to. SetCPU and Quickboot also seems to be working.
Once again, thank you! You were all GREAT!!!
Click to expand...
Click to collapse
Nevermind...I got mine going, too.

problem rooting! permission denied!

I used up this guide to try and root my x10mini
http://forum.xda-developers.com/showthread.php?t=739874
now after some reading I passed afew problems I had while trying to push the files in to my sdcard.
now I got stock when I got to
"
cd sqlite_stmt_journals
chmod 755 exploid
chmod 755 busybox
Immediately after the next command, you will need to disable and enable the wi-fi using the power widget on the phone:
./exploid
then run:
rootshell
"
when I reached the point where I write ./exploid
it tells me "permission denied.
to note, I were able to push all the files above.
Im pretty stock. and need help! any ideas how to resolve this?
I got stuck on my stock SE recently and had hell rooting with the newest firmware. After HOURS...I discovered it was an old Busybox file which was the problem. I put in the latest busybox (on my SD or in the rooting program, maybe both) and bam! Rooted!
Try this apk as a last resort. Good luck!
if the one above still can't root your mini, try search the latest superoneclick

[Q] unable to chmod read-only file system

Hi,
i've rooted my vodafone 858 but it didn't install super user although i can type "su" command in adb shell.
now i'm trying to delete files located in /mnt/asec (downloaded packages) due to low phone memory.
so i tried to do it but when i do the command "rm" for files located in there it tells me permission denied so i entered super user mode and i tried "rm" it tells me "unable to chmod <path> read-only file system" so how can i get past the read only?
Wich way did u use to root ur phone?
I think you´ll need the superuser.apk and the terminal emulator.apk
In the emulator u might type in you commands like su and the emulator will request root acces.
This way worked for me
Get superuser + busybox and why not use some root file manager to remove them?
Sent from Galaxy Ace which just landed on "MOON"

how to root bsnl penta is701c?

guys recently brought this tab... bt i cant able to root this???
plz help me out
guys plz help me out
it has only 512 mb ram.... in that system was using major part.........
due to this tab becoming slower........... plz help me in rooting
Bsnl Penta IS701C
I also tried many ways to root the tablet bu i am not able to succeed ............. if u find any details send mail to [email protected]
I rooted the penta tab--------------thanks to perry261
I have successfully rooted my tablet using this method """""thanks to perry261"""""""
1.) Root you tab with unlockroot(google it) ,
after rooting you got a superuser app installed in ur tab. now update it to the latest version
2.)now install terminal emulator.
3.)ok, now u have su file in /system/bin/su
so write this command in emulator system/bin/su and hit enter. you'll now get root permission.
4.) now from emulator type this:
rm /bin/su and hit enter.
5.) copy su from /system/bin/su to /system/xbin/su
for this write this command in emulator:
cp /system/bin/su /system/xbin/ and hit enter.
6.)now make a copy of ur su file from /system/bin/su
for this type command:
cp /system/bin/su /mnt/sdcard/
7.)now delete su from /system/bin/su
command: rm /system/bin/su and hit enter.
Thats it.. now update ur binary from superuser app. !!
reboot the tablet and you have a rooted tablet now
Thanks will be good
Any Queries post here...................................
arunsakura said:
I have successfully rooted my tablet using this method """""thanks to perry261"""""""
1.) Root you tab with unlockroot(google it) ,
after rooting you got a superuser app installed in ur tab. now update it to the latest version
2.)now install terminal emulator.
3.)ok, now u have su file in /system/bin/su
so write this command in emulator system/bin/su and hit enter. you'll now get root permission.
4.) now from emulator type this:
rm /bin/su and hit enter.
5.) copy su from /system/bin/su to /system/xbin/su
for this write this command in emulator:
cp /system/bin/su /system/xbin/ and hit enter.
6.)now make a copy of ur su file from /system/bin/su
for this type command:
cp /system/bin/su /mnt/sdcard/
7.)now delete su from /system/bin/su
command: rm /system/bin/su and hit enter.
Thats it.. now update ur binary from superuser app. !!
reboot the tablet and you have a rooted tablet now
Thanks will be good
Any Queries post here...................................
Click to expand...
Click to collapse
Hi!
I tried this method but I never get the superuser.apk in my tablet.
any one else tried this ?
i got in problem
I tried this and got success but i found a problem in my tablet when i open es file explorer it is tell "SD Card unmounted or not present"
I am in very stress please help me i can't able to use my memory card in my penta is701c please give me sotution as soon as posible.....
how did u root ur penta is701c build 20120918?
can u plz tell me or point me in the right direction because i tried unlockroot and installing terminal and typing the commands but it didnt help plus tried the other bat file that didnt work too its just turns off when i press the button 3rd time
many thanx
braian
How can i download bsnl penta IS709C drivers............. plz ..... tell me....... from where can i get that.........
---------- Post added at 02:00 PM ---------- Previous post was at 01:52 PM ----------
how can i download drivers fop bsnl penta tablet................
CWM for Penta IS701c?
Anyone know cwm for this tab
arunsakura said:
I have successfully rooted my tablet using this method """""thanks to perry261"""""""
1.) Root you tab with unlockroot(google it) ,
after rooting you got a superuser app installed in ur tab. now update it to the latest version
2.)now install terminal emulator.
3.)ok, now u have su file in /system/bin/su
so write this command in emulator system/bin/su and hit enter. you'll now get root permission.
4.) now from emulator type this:
rm /bin/su and hit enter.
5.) copy su from /system/bin/su to /system/xbin/su
for this write this command in emulator:
cp /system/bin/su /system/xbin/ and hit enter.
6.)now make a copy of ur su file from /system/bin/su
for this type command:
cp /system/bin/su /mnt/sdcard/
7.)now delete su from /system/bin/su
command: rm /system/bin/su and hit enter.
Thats it.. now update ur binary from superuser app. !!
reboot the tablet and you have a rooted tablet now
Thanks will be good
Any Queries post here...................................
Click to expand...
Click to collapse
Its not working...
---------- Post added at 12:17 PM ---------- Previous post was at 12:12 PM ----------
vipul.237525 said:
Its not working...
Click to expand...
Click to collapse
Please help me its not working.. I did the same steps as suggested.. but of no result... although i have superuser installed after the above process but binary isn't geting updated.... so can't use lucky patcher, set cpu etc... Superuser update sayz getting root access fail during update binary,..
how to bsnl penta ws702c
pls help me root my tab .I am not expert in android.so pls help me
Rooting Android Devices
Simple way to root almost any tablet/phone is to use UnlockRoot. Download it from its website. The
free version is slightly older version and will install some free promotional software along with UnlockRoot.
Free version also comes with older version of SuperSU which does not work well with some android devices.
So one has to uninstall SuperSu using Android Home page > Settings > Apps > SuperSu > uninstall.
Try to uninstall from inside SuperSU settings does not work. It has to be uninstalled by using the Android Settings
menu.
Procedure to Root is -
A) Download & install Unlock Root (about 39MB) on PC
B) Install the USB drivers for your device before you use Unlock Root. You can usually download the drivers from
your device manufacturer's website. Or, if you received a driver CD together with your device, install the drivers
using the installer on the CD.Generic google version comes with Android SDK and can be used here.
It is also attached to this post.
B) Enable USB debugging on your tablet/phone and connect it to the PC. Notification should appear on the screen that USB debugging
is connected. Do not enable USB drives function on the device. Also check in Windows Device Manager that
"Android Composite ADB Interface" is enabled and working fine. You can also run ADB.exe in a command prompt and run command
ADB devices. This should show a list of attached devices.
C) Run Unlock Root. It will connect your device and detect the model information automatically.
After the identification of your model and Android OS, click “Root” button to start the root process. Wait for it to complete rooting.
D) Device will reboot automatically after rooting. Otherwise wait for few minutes and do it manually.
E) Unlock Root will have installed a super-user manager called SuperSU which will regulate which apps can run with all
super-user privileges. Every time a app want to run with all the rights a dialog will come up on screen asking to user to deny
or grant super-user access to the app. This list can also be managed from inside SuperSU settings menu. As mentioned above
this version installed by Unlock Root has to be uninstalled and new version installed from Play Store.
F) Download Terminal Emulator from Google Play store and run command su in it. SuperSU dialog should pop up asking permission.
If it fails run cp /system/xbin/su /system/bin/su to copy su command to system path.
G) Download some other apps which need super-user rights like Titanium, Helium backup or Antutu CPU master to check that
your device is properly rooted and your device will become truly yours. Be VERY CAREFUL now as it is very easy to
damage/delete important OS files and getting into trouble.
Best Regards,
VK Singh
==============================================================================================
If you like this, please press THANKS button
Can't update su binary from superuser and only terminal emulator and titanium backup gaining root access not other apps
Su binary is still legacy.
Sent from my Micromax A25 using xda app-developers app
niraj chavan said:
Can't update su binary from superuser and only terminal emulator and titanium backup gaining root access not other apps
Su binary is still legacy.
======================================================================================================
Uninstall superuser app or other similar apps
Delete legacy su binary and also the link to busybox su by using adb
to shell into the device as given below.
1) shell into the device
adb shell
2) remove existing su binary
rm -f /system/xbin/su
3) remove link to busybox su binary
rm -f /bin/su
4) copy su binary from ClockworkMod Superuser & change its ownership & mode
adb push su /system/xbin/su
chown 0:0 /system/xbin/su
chmod 6755 /system/xbin/su
5) create a link to su binary in system path
ln -s /system/xbin/su /system/bin/su
6) Install ClockworkMod superuser app again
7) Reboot & Enjoy
Click to expand...
Click to collapse
I'll try.
Thank you !
Sent from my A25 using xda app-developers app
Can you simplify the steps please....
I cant understand
Sent from my A25 using xda app-developers app

[Q] "sh: applet not found" when trying to install TWRP

Hello all,
I'm trying to install TWRP on my onda v972 tablet (has Android 4.2.2 on and is rooted) and instructions say that I should copy these three files
install-recovery.sh
reboot-recovery.sh
recovery.img
in the root of the internal flash memory /sdcard and execute the following commands in Terminal:
su (enter)
busybox sh /sdcard/install-recovery.sh (enter)
...and get the "sh: applet not found" error. I can see the contents of internal flash memory using a File Explorer app but for some reason it looks like it can't be accessed from busybox. What am I doing wrong here?
Do not have to help me have the same problem?

Categories

Resources