root zync z930 by adb commands - xda-developers

5
4/25/13 Root ZYNC Z930 by adb commands - xda-developers forum.xda-developers.com/showthread.php?p=36955984 1/5 Unread 0 Private Messages Welcome, vkspic. Control Panel Log Out Root ZYNC Z930 by adb commands Root ZYNC Z930 by adb commands 11th January 2013, 01:52 PM (Last edited by arunal_123; 19th January 2013 at 01:21 PM.) Reason: Spelling correction. #1 REPLY REPLY Print Email Subscribe to Thread Rate Thread Page 1 of 2 1 2 > + POST REPLY POST REPLY VIEW FIRST UNREAD VIEW FIRST UNREAD > General discussion > Upgrading, Modifying and Unlocking > Root ZYNC Z930 by adb commands Tip us? arunal_123 Junior Member - OP Thanks Meter 4 Posts: 10 Join Date: Oct 2012 Root ZYNC Z930 by adb commands Hi everyone, I have rooted my Zync z930 tablet with adb commands and just wants to let you know. After going through lots of root methods i came to know the procedure. Hope my method helps you.. I have collected the required drivers, files and uploaded them to 4shared. Just Download the required files from http://www.4shared.com/rar/WiRHc5mG/...oot_tools.html And extract it. To install adb drivers for your tablet, enable usb debugging in your tablet. Go to settings ->developer option ->tick USB debugging and then connect your tablet to your PC with the usb cablet supplied with your tablet. Now windows will show Failed to install drivers. just close it. Go to desktop, right click on Computer -> manage ->device manager, you will see Z930 with an error symbol. Right click on it, update driver software. ->Browse my computer for driver software. ->let me pick from a list of devices on my computer. ->have disk ->select the location where you have extracted Zync Z930 Root tools.rar. Point on drivers. And click ok. ->it will show Android adb interface click ok. it will show certificate warning. Just accept and let in install.) So now you have installed your adb drivers.... Rooting your tablet Now in the "Zync Z930 Root tools" folder, hold shift and right click. "open command window here" in the command window, type the following commands.. adb devices (it will show the connected tablet with a different digits, thats normal) adb root (it will give you root permission) adb shell (U will be taken to Android shell) (now in the shell, type the following commands, please take care of the space, comma and other signs and symbols carefully and execute) (If you get $ sign, you still don't have root permission, if you have #, it means you have the root permission) #mount -o remount,rw -t rfs /dev/block/st19 /system #exit (you'll be taken back) adb push busybox /system/bin adb push su /system/bin (Please NOTE: if you have upgraded to JB, you don't need to install superuser.apk, you can skip that "adb install superuser.apk" step) adb install superuser.apk adb shell (Again you'll be taken to the shell) #chmod 4755 /system/bin/busybox #chmod 4755 /system/bin/su # mount -o remount,ro -t rfs /dev/block/st19 /system #exit adb reboot (Your tablet will be rebooted, And thus your tablet is Successfully rooted.) You will see that now u have superuser.apk installed. Use an application like titanium backup which requires root access. Also you can use "root checker application" to check whether you got root access or not... If i have helped anyone please hit thanks botton... And Please let me know whether you got root permission or not.... Enjoy your rooted tablet.... THANKS THANKS Introducing XDA:DevCon – A Conference For Developers By Developers PORTAL PORTAL FORUM FORUM WIKI WIKI XDA TV XDA TV QUICK LINKS QUICK LINKS Type To Find Your Device... Search All Forums Like Tweet +1 Search this thread MOST THANKED IN TH ALL-TIME 1 Help Me Pls I Hav how … mtktausee 1 Anyone knows to f win32.tr0jan 1 Anyone working on jaydeepkhalpada 1 @jaideep, thanks arunal_123 OP 1 Works It works. Th jaydeepkhalpada View all messages. MESSAGES THREAD You have no unread message Library Rep Find and Sh Developmen Putting toge hard enough more Goodbye Sa Steve’s Cha Developer T If youve see Producer St Introducing Conference Developers A little over a began to pe of … more Take Contro with Generi There are co available for regarding w XDA PORTAL POSTS

Upload: sarahsurber

Post on 12-Nov-2014

167 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Root ZYNC Z930 by Adb Commands - Xda-Developers

4/25/13 Root ZYNC Z930 by adb commands - xda-developers

forum.xda-developers.com/showthread.php?p=36955984 1/5

Unread 0

Private MessagesWelcome, vkspic.

Control Panel Log Out

Root ZYNC Z930 by adb commandsRoot ZYNC Z930 by adb commands

11th January 2013, 01:52 PM (Last edited by arunal_123; 19th January 2013 at 01:21 PM.) Reason: Spelling correction.

#1

REPLYREPLY

Print Email Subscribe to Thread Rate Thread

Page 1 of 2 1 22 >>++ POST REPLYPOST REPLY VIEW FIRST UNREADVIEW FIRST UNREAD

> General discussion > Upgrading, Modifying and Unlocking > Root ZYNC Z930 by adb commands

Tip us?

arunal_123

Junior Member - OP

Thanks Meter 4

Posts: 10

Join Date: Oct 2012

Root ZYNC Z930 by adb commands

Hi everyone,I have rooted my Zync z930 tablet with adb commands and just wants to let you know.After going through lots of root methods i came to know the procedure.

Hope my method helps you..

I have collected the required drivers, files and uploaded them to 4shared.Just Download the required files from http://www.4shared.com/rar/WiRHc5mG/...oot_tools.htmlAnd extract it.

To install adb drivers for your tablet, enable usb debugging in your tablet.

Go to settings ->developer option ->tick USB debugging and then connect your tablet to your PC with the usb cablet suppliedwith your tablet.Now windows will show Failed to install drivers. just close it.Go to desktop, right click on Computer -> manage ->device manager, you will see Z930 with an error symbol. Right click onit, update driver software.->Browse my computer for driver software.->let me pick from a list of devices on my computer.->have disk->select the location where you have extracted Zync Z930 Root tools.rar. Point on drivers. And click ok.->it will show Android adb interfaceclick ok. it will show certificate warning. Just accept and let in install.)So now you have installed your adb drivers....

Rooting your tablet

Now in the "Zync Z930 Root tools" folder, hold shift and right click."open command window here"in the command window, type the following commands..adb devices(it will show the connected tablet with a different digits, thats normal)

adb root(it will give you root permission)adb shell(U will be taken to Android shell)(now in the shell, type the following commands, please take care of the space, comma and other signs and symbols carefullyand execute)(If you get $ sign, you still don't have root permission, if you have #, it means you have the root permission)#mount -o remount,rw -t rfs /dev/block/st19 /system#exit(you'll be taken back)adb push busybox /system/binadb push su /system/bin(Please NOTE: if you have upgraded to JB, you don't need to install superuser.apk, you can skip that "adb installsuperuser.apk" step)adb install superuser.apkadb shell(Again you'll be taken to the shell)#chmod 4755 /system/bin/busybox#chmod 4755 /system/bin/su# mount -o remount,ro -t rfs /dev/block/st19 /system#exitadb reboot(Your tablet will be rebooted, And thus your tablet is Successfully rooted.)

You will see that now u have superuser.apk installed. Use an application like titanium backup which requires root access.Also you can use "root checker application" to check whether you got root access or not...

If i have helped anyone please hit thanks botton...And Please let me know whether you got root permission or not....

Enjoy your rooted tablet....

THANKSTHANKS

Introducing XDA:DevCon – A Conference For Developers By Developers

PORTALPORTAL FORUMFORUM WIKIWIKI XDA TVXDA TV QUICK LINKSQUICK LINKS

Type To Find Your Device... Search All Forums

Like Tweet +1

Search this thread

MOST THANKED IN THIS THREAD

ALL-TIME

1Help Me Pls I Have zync z909 plus ,how …

mtktauseef

1Anyone knows to fix WiFi and battery …

win32.tr0jan

1Anyone working on custom ROM on this…

jaydeepkhalpada

1@jaideep, thanks for the correction, …

arunal_123 OP

1Works It works. There is a typographical…

jaydeepkhalpada

View all messages.

MESSAGES THREADS

You have no unread messages.

Library Repo Thread Helps You

Find and Share Useful App

Development Libraries

Putting together a killer app ishard enough without having to …more

Goodbye Samsung! Hello HTC!

Steve’s Change in OEMs – XDA

Developer TV

If youve seen XDA Developer TVProducer Steves video on …

Introducing XDA:DevCon – A

Conference For Developers By

Developers

A little over a year ago, a thoughtbegan to permeate among someof … more

Take Control of Multiple Players

with Generic Music Controls

There are countless optionsavailable for music loversregarding which …

XDA PORTAL POSTS

Page 2: Root ZYNC Z930 by Adb Commands - Xda-Developers

4/25/13 Root ZYNC Z930 by adb commands - xda-developers

forum.xda-developers.com/showthread.php?p=36955984 2/5

16th January 2013, 08:31 PM #2

REPLYREPLY

17th January 2013, 12:31 AM #3

REPLYREPLY

18th January 2013, 12:18 AM #4

REPLYREPLY

18th January 2013, 10:32 AM #5

REPLYREPLY

20th January 2013, 04:19 PM #6

REPLYREPLY

20th January 2013, 08:34 PM #7

The Following 3 Users Say Thank You to arunal_123 For This Useful Post: [ Click to Expand ]

jaydeepkhalpada

Junior Member

Thanks Meter 3

Posts: 24

Join Date: Feb 2011

thanks

Thanks for the method. I will try tonight and post here.

THANKSTHANKS

The Following User Says Thank You to jaydeepkhalpada For This Useful Post: [ Click to Expand ]

Sector1369

>>

Junior Member

Thanks Meter 3

Posts: 19

Join Date: Jan 2013

Location: Kolhapur

MORE INFOMORE INFO

DONATE TO MEDONATE TO ME

can you access fastboot ..?

i have rooted my z930 already , but anyways good work

have u unlocked fastboot ..?

THANKSTHANKS

jaydeepkhalpada

Junior Member

Thanks Meter 3

Posts: 24

Join Date: Feb 2011

Works

It works. There is a typographical error where you've written busybin instead of busybox.

THANKSTHANKS

The Following User Says Thank You to jaydeepkhalpada For This Useful Post: [ Click to Expand ]

arunal_123

Junior Member - OP

Thanks Meter 4

Posts: 10

Join Date: Oct 2012

@jaideep, thanks for the correction, i'll edit it, actually it was late night when i had typed those steps, so just messed.Anyway thanks again...@sector1369, no i havent tried unlocking fastboot.

THANKSTHANKS

The Following User Says Thank You to arunal_123 For This Useful Post: [ Click to Expand ]

jaydeepkhalpada

Junior Member

Thanks Meter 3

Posts: 24

Join Date: Feb 2011

Anyone working on custom ROM on this tablet?

THANKSTHANKS

The Following User Says Thank You to jaydeepkhalpada For This Useful Post: [ Click to Expand ]

win32.tr0jan

Member

Thanks Meter 1

Posts: 38

Join Date: May 2011

Location: Kerala

Anyone knows to fix WiFi and battery backup of this tablet?

Page 3: Root ZYNC Z930 by Adb Commands - Xda-Developers

4/25/13 Root ZYNC Z930 by adb commands - xda-developers

forum.xda-developers.com/showthread.php?p=36955984 3/5

REPLYREPLY

25th January 2013, 02:00 PM #8

REPLYREPLY

26th January 2013, 09:49 AM #9

REPLYREPLY

26th January 2013, 10:52 AM #10

>>

Location: Kerala

MORE INFOMORE INFO

THANKSTHANKS

The Following User Says Thank You to win32.tr0jan For This Useful Post: [ Click to Expand ]

mtktauseef

>>

Junior Member

Thanks Meter 5

Posts: 11

Join Date: Nov 2012

Location: Kanpur

MORE INFOMORE INFO

Help Me Pls

I Have zync z909 plus , how Can I Root My Tablet. Superoneclick Is failed to root My Tab!!! Help Me Plsz!!

THANKSTHANKS

The Following User Says Thank You to mtktauseef For This Useful Post: [ Click to Expand ]

Sector1369

>>

Junior Member

Thanks Meter 3

Posts: 19

Join Date: Jan 2013

Location: Kolhapur

MORE INFOMORE INFO

DONATE TO MEDONATE TO ME

not worked .. :(

today i hav flashed JB again on my z930 ...this time i decided to try your method to root...all commands executed successfully but root permissions denied ...

NOT ROOTED

see ss

THANKSTHANKS

Sector1369

Page 4: Root ZYNC Z930 by Adb Commands - Xda-Developers

4/25/13 Root ZYNC Z930 by adb commands - xda-developers

forum.xda-developers.com/showthread.php?p=36955984 4/5

REPLYREPLY

You may post new threads

You may post replies

You may post attachments

You may edit your posts

++ POST REPLYPOST REPLY Page 1 of 2 1 22 >>

>>

Junior Member

Thanks Meter 3

Posts: 19

Join Date: Jan 2013

Location: Kolhapur

MORE INFOMORE INFO

DONATE TO MEDONATE TO ME

Quote:

Originally Posted by Sector1369

today i hav flashed JB again on my z930 ...this time i decided to try your method to root...all commands executed successfully but root permissions denied ...

NOT ROOTED

see ss

after trying ur method i cant even root by other method...

i had to flash JB again...

THANKSTHANKS

TAGS

adb commands, root, zync, zync z930

« Previous Thread | Next Thread »

> General discussion > Upgrading, Modifying and Unlocking > Root ZYNC Z930 by adb commands

Posting Rules

BB code is On

Smilies are On

[IMG] code is On

HTML code is Off

Go to top of page...

DOWNLOAD THE XDA ANDROID APP MORE INFO BE SOCIAL

Page 5: Root ZYNC Z930 by Adb Commands - Xda-Developers

4/25/13 Root ZYNC Z930 by adb commands - xda-developers

forum.xda-developers.com/showthread.php?p=36955984 5/5

XDA Developers was founded by developers, for developers. It is now a valuableresource for people who want to make the most of their mobile devices, fromcustomizing the look and feel to adding new functionality. Are you a developer?

-- XDA 2013 Beta

Get the XDA forums on your Android Device. Contact Us

Suggest Content

Privacy Policy

RSS | Changelog

Copyright© xda-developers. Powered by Searchlight