[Q] Grandstream gxv3175 hacking - General Questions and Answers

Has anyone experience in the hacking of above mentioned device?

How about the newer version, the GXV3275? I've got one and it's pretty slick.
http://www.grandstream.com/index.php/products/ip-video-telephony/gxv3275

Root access to GXV 3275
Yes, I own a GXV3275 as well.
Very good device and worth the price, but root access is missing.
I want to run some services (Server Ulimate) on it, but without root access I can´t access ports below 1024...
Any Idea how to root the device?
BR
Seq

root on GVX3275 - success
All,
Many people have wondered if they could get root access on their GXV3275. There are some instructions but all seem to be incomplete...
Here are the complete instructions - it is easy
1) Make sure developer mode is set to on on GVX 3275 - settings > advanced settings . developer mode
2) download ADB wireless to GVX 3275 - https://play.google.com/store/apps/details?id=za.co.henry.hsu.adbwirelessbyhenry&hl=en
3) Start ADB Wireless
4) Download Motochopper to your computer- http://vulnfactory.org/public/motochopper.zip
5) Unzip Motochopper
6) Computer and GXV 3275 have to be on same subnet and both have to be on wifi
7) Launch a terminal program
8) cd to Motochopper directory
9) run ADB tcpip 5555 ( on mac its ./adb.osx tcpip 5555)
10) run the Motochopper script ( on mac its ./run.sh)
11) run adb connect <gxv3275 IP address> ( on mac its ./adb.osx connect <IP Address>
12) You should now have root
13) You can check with root check from google play - https://play.google.com/store/apps/details?id=com.joeykrim.rootcheck&hl=en
9/10/11 must be run in that order otherwise motochopper will not recognize the GVX3275

Works perfect ! Thank you !!!
BR
Seq

Hello,
I tried to root my GXV3275, but it did not work.
Log:
[*] Rooting phone...
[+] This may take a few minutes.
[-] Failure.
[*] Cleaning up...
[*] Exploit complete. Press enter to reboot and exit.
Press any key to continue . . .
Click to expand...
Click to collapse
The error is in this line:
Code:
adb shell /data/local/tmp/pwn
Does anybody has an idea, how I can solve this problem?

Latest GXV3275 update was to 4.2.2
Motochopper worked only until 4.2.1 ...
Towelroot don´t work.
Kingroot don´t work.
No way for root now...

Sequenzial said:
Latest GXV3275 update was to 4.2.2
Motochopper worked only until 4.2.1 ...
Towelroot don´t work.
Kingroot don´t work.
No way for root now...
Click to expand...
Click to collapse
Please let us know if you find a way in.
Thanks.

Related

[Q] Updated to JB, and a few issues started happening...

I updated to Jellybean last night, and was in the process of rooting it and installing CWM again. I plug the pad into my computer, and realized that it's not being recognized by my computer. It's not even charging it! However, when I attach the wire to the wall adapter, it's charging. When I plug it into my comptuer, and if the pad's screen is on sleep, it autowakes it though.
I tried using someone else's cable and the same issue still occurs. Is there a way I can install CWM on my pad and root it without using adb commands on my computer? because that could be my only solution now. Unless, there's a way I can get it to recognize on my computer.
P.S. I had root+CWM installed when I was on ICS.
BUMP.
No one else has this issue? I'm 99% sure its my port, but how can i ota fastboot and flash cwm and root?
Caduceus46 said:
I updated to Jellybean last night, and was in the process of rooting it and installing CWM again. I plug the pad into my computer, and realized that it's not being recognized by my computer. It's not even charging it! However, when I attach the wire to the wall adapter, it's charging. When I plug it into my comptuer, and if the pad's screen is on sleep, it autowakes it though.
I tried using someone else's cable and the same issue still occurs. Is there a way I can install CWM on my pad and root it without using adb commands on my computer? because that could be my only solution now. Unless, there's a way I can get it to recognize on my computer.
P.S. I had root+CWM installed when I was on ICS.
Click to expand...
Click to collapse
It's a problem that some users have, and in my mind it was not resolved.
But If you want to install your recovery, you can do with TWRP recovery and Terminal Emulator app (play store)
You should search if you can make it by the same process for CWM, apparently no, cause you need fastboot.
Try this : [GUIDE] Help for flash more faster when you use Fastboot Line Command maybe you've got a problem with your fastboot. I don't know.
It's an easy installation of fastboot.
Caduceus46 said:
BUMP.
No one else has this issue? I'm 99% sure its my port, but how can i ota fastboot and flash cwm and root?
Click to expand...
Click to collapse
There is an option to allow ADB over network, but I haven't experimented with it. If you were adventurous, you could try it and let the community know what happens?
In the ROM I'm running (Baked Blackbean #5, Android 4.1.1 and based on CyanogenMOD) you can select this option by going to Settings-->Developer Options--->"ADB over network"
I just attempted to do this, and it worked rather flawlessly. Enable ADB over network, and it will give you the IP address of your device (in my case, 172.16.1.22:5555).
Then, follow the steps below. This assumes you have a rooted device. To do the terminal commands on my tablet, I use the "Terminal Emulator" program, free from the Market.
This is really simple.
First make sure you are rooted. Download a terminal emulator from market (there are lots that are free). Make sure that your android is connected to your WiFi and get the WiFi IP address. Open the terminal program and type:
su
setprop service.adb.tcp.port 5555
stop adbd
start adbd
Now go to your computer (assuming that you are using windows) create a shortcut on the desktop for "cmd.exe" (without the quotations).
Right click on the cmd shortcut and choose "Run as Administrator"
Change to your android-sdk-windows\tools folder
Type:
adb connect ***wifi.ip.address***:5555
(example: adb connect 192.168.0.105:5555)
adb should now say that you are connected. Note: if you are too fast to give the connect command it may fail. so try at least 2 times 5 seconds apart before you say this doesn't work.
Click to expand...
Click to collapse
To put the device back to USB, once you get it working (because ADB over network is NOT SECURE):
And you can disable it and return ADB to listening on USB with
setprop service.adb.tcp.port -1
stop adbd
start adbd
Click to expand...
Click to collapse
Got this information from: Here
I do want to note that all I did was verify that ADB is detected over wifi. When I type 'adb devices' on my Windows 7 PC, it detects the IP address of my tablet, which indicates the two devices are communicating correctly. I didn't try pushing/pulling files since I have no need for that, but hopefully this helps you.
I will try next week (cause I'm off @t work) this process, just for seen if it works well.
I don't need it, but it's interesting to know this.
The post which speak about this use is in N1 forum => here -> Post #22.
But it's more complete here : How can I connect to Android with ADB over TCP?
Apps which are automate this process :
- adbWireless - no updated since Sept 5 - 2010 - You need root access
- WiFi ADB - You need root access - Updated September 29, 2012
- ADB WiFi - Updated August 27, 2012 - You need root access
Well done @opethfan89 :good:
philos64 said:
I will try next week (cause I'm off @t work) this process, just for seen if it works well.
I don't need it, but it's interesting to know this.
The post which speak about this use is in N1 forum => here -> Post #22.
But it's more complete here : How can I connect to Android with ADB over TCP?
Apps which are automate this process :
- adbWireless - no updated since Sept 5 - 2010 - You need root access
- WiFi ADB - You need root access - Updated September 29, 2012
- ADB WiFi - Updated August 27, 2012 - You need root access
Well done @opethfan89 :good:
Click to expand...
Click to collapse
Thanks!!
Sent from my Transformer Pad TF300T using xda app-developers app
@opethfan89, ADB over network will probably not work for me because I don't have root anymore. Appreciate the help :good:
@Philos64, thank you for your post as well. I will try that sometime this week and let you know the results as well.
Oh wait, I don't think that method will work. I will need su permission to flash twrp. I don't have root anymore either
Caduceus46 said:
Oh wait, I don't think that method will work. I will need su permission to flash twrp. I don't have root anymore either
Click to expand...
Click to collapse
Perhaps I'm wrong, but you don't need root to be able to flash a custom recovery, since the recovery operates outside of the Android OS (and root only affects app permissions within the OS). You would just need fastboot to be able to flash the recovery. Do you have the proper drivers installed on your computer? Can you try different USB ports? Maybe a USB hub? Try it on a different computer to, just to process of eliminate any kinks between the tablet and the physical connection of the USB cable.
Sent from my Transformer Pad TF300T using xda app-developers app

Sanei N10 3G Roms & Rooting

Working Root Method:
Click To Download
Updated Root Script Download
How To Root The Tablet
Step1. Download The Root File Above.
Step 2. Unpack The Root File & ConnectT The Tablet To TheComputer Via USB Cable
Step 3. Install The PdaNetA4014.exe file which will install the adb drivers for you
Step 4. Unzip the Root_with_Restore_by_Bin4ry_v21 file
Step 5. Run The Runme.bat file
Step 6. Select option 1 and follow instructions
How To Calibrate The Orientation Sensor On The Sanei N10 3G Tablet
How To Calibrate The Orientation Sensor On the Sanei N10 3G Tablet.
Step 1. Open The Setting Menu
Step 2. Select The About Tablet Option From The Menu On left
Step 3. Tap 3 Times Quickly Where The Model Number Is Displayed "N10"
Step 4. A New Menu Will have Opened. Now Select The AccCalibration Option
Step 5. Follow The On Screen Instructions.
Step 6. Your Tablet's Sensor Has Now Been Calibrated.
Sanei N10 3G English User Manual PDF
This is User Manual converted to english for the above device in a pdf download
Click Here To download PDF Manual
Tired Of Background Process Eating Up Your Memory On Your Sanei Tablet
Tried and tested to work better then any speed boost or task killer app tried and tested
If you want your tablet to run smoothly then install and take control of your tablet and enjoy smooth running and performance
Install GRENIFY and you will have control of what is running on your tablet
Basically, it allows you to stop apps from running in the background without disabling them. You can still run them like normal, but they don't eat up RAM when you're not. It does stop background functions, but many of the apps I see running like this don't do anything for me in the background anyway. YOU determine what runs in the background instead of your apps.
It doesn't work with system apps, these need to be moved to phone storage before Greenify can take control of them.
Click Here To Read The Original Thread
Sanei n79 3g
I have the sanei n79 3g. do you know if this root method will work for the me? thanks
---------- Post added at 07:55 AM ---------- Previous post was at 07:19 AM ----------
cee1cee4 said:
I have the sanei n79 3g. do you know if this root method will work for the me? thanks
Click to expand...
Click to collapse
I knew that in order to know one have to be willing to take the risk. So I did and it works. Now all I need is android 4.1.1 ROM for Sanei N79 3g. if anyone knows how I can get it, I will appreciate it. Thanks
Please confirm if the method above is safe to root N79?
also have you any English manual for N79?
thanks in advance
Sorry only have english manual for n10 3g.
Sent from my N10 using XDA Premium HD app
best110 said:
Please confirm if the method above is safe to root N79?
also have you any English manual for N79?
thanks in advance
Click to expand...
Click to collapse
It should work on the N79
Sent from my N10 using XDA Premium HD app
How to root sanei n79 3g
best110 said:
Please confirm if the method above is safe to root N79?
also have you any English manual for N79?
thanks in advance
Click to expand...
Click to collapse
Yes the above method works for the n79 3g. You will need to input your wifi password to permit the install.
How To Unbrick And Flash New Firmware On Your Sanei N10 3G
INSTALLING REQUIRED DRIVERS FOR THE UNBRICKING PROCESS
Step 1. Download The Required Drivers For Your Platform
WIN 7 X64 Driver Download CLICK HERE
WIN XP Driver Download CLICK HERE
Note ( I Have Not Found The WIN 7 32 Drivers Yet )
Step 2. Turn Your Tablet Off And Connect It To Your Computer Via The USB Cable
Step 3. Press Volume UP And Volume Down At The Time And Hold Until It Comes Up And it Prompts To Install Drivers
Step 4. Manually Select The Location Of The Drivers You Have Downloaded And Install.
Step 5. After This Process Has Completed Another Drive Will Show Up In My Computer If It Completed Correctly. ( If Your tablet Is Bricked Check The Device Manager To See If The Drivers Are There As No Drive Will Show Up Until You Have Completed The Unbrick Process First)
Step 6. Ready To Unbrick Your Sanei N10 3G Tablet As Per The Instructions Below
UNBRICKING INSTRUCRIONS
Step 1. down the QUALACOMM PST Software DOWNLOAD LINK
Step 2. Download The Unbricking Firmware FW_V.4.0.0 Latest Version DOWNLOAD HERE
Step 3. Extract The QUALACOMM PST SOFTWARE And Install
Step 4. Extract The Unbricking Rom
Step 5. Go To The Extracted Rom Folder and Locate The FW8937-V0.4.0.0_SHANGYI_S-20121220 Folder Located In The Extracted Files
Step 6. Copy This Folder And It Contents To the C:\Program Files (x86)\QPST\bin Folder or C:\Program Files\QPST\bin Wich Ever You Have Depending On What Version Of Windows You Are Using
Step 7. Go To Start - All Programs - QPST
Step 8. Run The eMMC Software Downlad Program
Step 9. In The Flah Programmer Name Box Eneter the file name "MPRG8X25.hex"
Step 10. In The Boot Image Box Eneter The File Name "8X25_msimage.mbn"
Step 11. Now Click The Load XML Def Button And Navigate To The C:\Program Files (x86)\QPST\bin\FW8937-V0.4.0.0_SHANGYI_S-20121220 Folder Or The C:\Program Files\QPST\bin\FW8937-V0.4.0.0_SHANGYI_S-20121220 And Select The rawprogram0.xml File
Step 12. Now Click The Load Patch Def Button And Select The patch0.xml File
Step 13. Now Click the Download button And Presto Your Sanei N10 3G Will become Unbricked And Ready To Re Flash New Firm Ware For Use
How To Flash A New Firm Ware On Your Sanei N10 3g
Step 1. Make Sure You Have The Correct Drivers Installed As Above First
Step 2. Turn Off Your Tablet And Connect it To Your Computer Via The USB Cable
Step 3. Hold Down The Volume Up And Down Button At The Same Time Until A New Drive Appears In Your My Computer
Step 4. Download The Flashing Tool DOWNLOAD HERE
Step 5. Extract The Tool And Run The File Named "eMMC_DL_tool_V4.0.3 I"
Note: If you get An Error Liscence Expires Just Set The System date Back To The 1/1/2012 And Then Run The Program Again
Note: If You Get An Error UNSPECIFIED ERROR don't worry it will still work fine
Step 6. Locate Boxes At The Top Labeled 1 2 3 4 and then In The Box Labeled 1 Put The Drive Letter that Appeared In My Computer When You Connected The Tablet To Your Computer As Above
Step 7. Locate The Button At The Bottom With 2 Squares And Two Dots In It And Click It Once
Step 8. Navigate To The Firmware Folder You Downloaded Above And Select The Folder Named FW8937-V0.4.0.0_SHANGYI_S-20121220 Containing The Firmware Files Or The Chosen Firmware Of your Choice And Select It.
Step 9. Locate The Button In With The two Squares And The 1 In It.
Step 10. Click This Button And You Should See your Tablet Flashing The New Rom.
Step 11. Disconnect Your Tablet And Reset It Using The Reset Button And Then Turn It On Your new Firmware Will Load Ready For Your Use
If You Have Any Issues Doing Any Of The Above i Will Be Happy To Help Post Reply And i Will Try My Best To Help You.
Sanei N79 3G rooting problem
cee1cee4 said:
Yes the above method works for the n79 3g. You will need to input your wifi password to permit the install.
Click to expand...
Click to collapse
Hi there.
I have Sanei N79 3G and I followed the steps exactly in 3 different ways.
1 with wifi off, no password at restore data stage
1 with wifi on and connected and and putting wifi password in
1 with wifi off and putting wifi password in
this is what comes up in the command prompt:
======================================================================
= This script will root your Android phone with adb restore function =
= Script by Bin4ry (thanks to Goroh_kun and tkymgr for the idea) =
= Idea for Tablet S from Fi01_IS01 =
= (11.03.2013) v21 =
======================================================================
Device type:
1) Normal
2) Special (for example: Sony Tablet S, Medion Lifetab)
3) New Xperia Root by Goroh_kun
x) Unroot
Make a choice: 1
Checking if i should run in Normal Mode or special Sony Mode
Please connect your device with USB-Debugging enabled now
Waiting for device to shop up, if nothing happens please check if Windows ADB-dr
ivers are installed correctly!
remote object '/system/app/Backup-Restore.apk' does not exist
remote object '/system/bin/ric' does not exist
.
.
Normal Mode enabled!
.
Pushing busybox....
4607 KB/s (1085140 bytes in 0.230s)
Pushing su binary ....
4645 KB/s (380532 bytes in 0.080s)
Pushing Superuser app
4781 KB/s (1468798 bytes in 0.300s)
Making busybox runable ...
.
Please look at your device and click RESTORE!
If all is successful i will tell you, if not this shell will run forever.
Running ...
Successful, going to reboot your device in 10 seconds!
Waiting for device to show up again....
Going to copy files to it's place
mount: permission denied (are you root?)
You can close all open command-prompts now!
After reboot all is done! Have fun!
Bin4ry
Press any key to continue . . .
What am I doing wrong?
Thank you.
mrw187 said:
Hi there.
I have Sanei N79 3G and I followed the steps exactly in 3 different ways.
1 with wifi off, no password at restore data stage
1 with wifi on and connected and and putting wifi password in
1 with wifi off and putting wifi password in
this is what comes up in the command prompt:
======================================================================
= This script will root your Android phone with adb restore function =
= Script by Bin4ry (thanks to Goroh_kun and tkymgr for the idea) =
= Idea for Tablet S from Fi01_IS01 =
= (11.03.2013) v21 =
======================================================================
Device type:
1) Normal
2) Special (for example: Sony Tablet S, Medion Lifetab)
3) New Xperia Root by Goroh_kun
x) Unroot
Make a choice: 1
Checking if i should run in Normal Mode or special Sony Mode
Please connect your device with USB-Debugging enabled now
Waiting for device to shop up, if nothing happens please check if Windows ADB-dr
ivers are installed correctly!
remote object '/system/app/Backup-Restore.apk' does not exist
remote object '/system/bin/ric' does not exist
.
.
Normal Mode enabled!
.
Pushing busybox....
4607 KB/s (1085140 bytes in 0.230s)
Pushing su binary ....
4645 KB/s (380532 bytes in 0.080s)
Pushing Superuser app
4781 KB/s (1468798 bytes in 0.300s)
Making busybox runable ...
.
Please look at your device and click RESTORE!
If all is successful i will tell you, if not this shell will run forever.
Running ...
Successful, going to reboot your device in 10 seconds!
Waiting for device to show up again....
Going to copy files to it's place
mount: permission denied (are you root?)
You can close all open command-prompts now!
After reboot all is done! Have fun!
Bin4ry
Press any key to continue . . .
What am I doing wrong?
Thank you.
Click to expand...
Click to collapse
what version of android are trying to root using the above method. ????
try this..
uninstall the Android ADB drivers completely from your computer and re install the generic ones in the file below.
CLICK HERE TO DOWNLOAD - Generic ADB Driver Installer
just run the file and complete the steps then try to root your tablet again.
Also here is an updated version of the root program
Updated ROOT Script
4.1.2
i tried your above advice but still the same problems
mrw187 said:
4.1.2
i tried your above advice but still the same problems
Click to expand...
Click to collapse
It only works up to 4.1 jelly bean sorry
Sent from my N10 using XDA Premium HD app
mrw187 said:
Hi there.
I have Sanei N79 3G and I followed the steps exactly in 3 different ways.
1 with wifi off, no password at restore data stage
1 with wifi on and connected and and putting wifi password in
1 with wifi off and putting wifi password in
this is what comes up in the command prompt:
======================================================================
= This script will root your Android phone with adb restore function =
= Script by Bin4ry (thanks to Goroh_kun and tkymgr for the idea) =
= Idea for Tablet S from Fi01_IS01 =
= (11.03.2013) v21 =
======================================================================
Device type:
1) Normal
2) Special (for example: Sony Tablet S, Medion Lifetab)
3) New Xperia Root by Goroh_kun
x) Unroot
Make a choice: 1
Checking if i should run in Normal Mode or special Sony Mode
Please connect your device with USB-Debugging enabled now
Waiting for device to shop up, if nothing happens please check if Windows ADB-dr
ivers are installed correctly!
remote object '/system/app/Backup-Restore.apk' does not exist
remote object '/system/bin/ric' does not exist
.
.
Normal Mode enabled!
.
Pushing busybox....
4607 KB/s (1085140 bytes in 0.230s)
Pushing su binary ....
4645 KB/s (380532 bytes in 0.080s)
Pushing Superuser app
4781 KB/s (1468798 bytes in 0.300s)
Making busybox runable ...
.
Please look at your device and click RESTORE!
If all is successful i will tell you, if not this shell will run forever.
Running ...
Successful, going to reboot your device in 10 seconds!
Waiting for device to show up again....
Going to copy files to it's place
mount: permission denied (are you root?)
You can close all open command-prompts now!
After reboot all is done! Have fun!
Bin4ry
Press any key to continue . . .
What am I doing wrong?
Thank you.
Click to expand...
Click to collapse
I will upload a new methods that works with 4.2.1 tonight to enable you to root your upgraded tablet
Sent from my N10 using XDA Premium HD app
sadly i will no longer be posting on xda i will be posting on my own forum
any one looking for information on the sanei n10 3g dual core please go to http://www.forum.tabletworldstore.com/index.php/forum/roms-and-rooting-methods.html#.UhA02pKnq25 to see my future posts or to ask any questions related to anything posted above. Andriod 4.1.2 rooting method is available at the above link for anyone wanting it that has asked previously
thanks
same for sanei n77 ?
New firmware update
There is a new firmware update for the Ampe A10 3G tablet that is compatible with the Sanei N10 3G!
Ampe A10 3G Dual Core (2013/11/19)
Ampe A10 3G Quad Core (2013/11/20)
The new firmware version is: FW8955m-V2.1.0.0
Has someone already tried it?
file are back up now
sanei n10 3g dual core files have been moved to this url
www.forum.tabletworldstore.com just look for the sanei tablet pc support section.
thanks
New firmware for n10 sanei
I´m looking forward for new firmware of my N10!!!!! I have original firmware and I can´t even use my tablet, for wifi speed and actually the whole tablet speed is veeeery bad......unusable in fact!
official web page doesn´t have it any more!
any link????
thanks so much.

Minix Neo X5 Mini 4.2.2 root how to?

Hi,
I have Minix Neo X5 mini with android version 4.2.2.
There is pre rooted custom rom around internet for now. I tried to root it by myself and saw that it already has root access. But it is not proper. So when i check with root checker so on, it says it is not rooted.
So professionals;
What is missing on my device? I already installed supersu with adb. And tried to install busybox from store but bussybox did not worked at all.
I believe that i don't know some easy details for you. But not easy for me
it's ok
i finally root my device. If someone need the needen files attached. Please follow instructions on bat file.
Select "Connect PC" after all reboots on device.
Device has to be connected as mass storage. USB Development has to be selected. And connect pc via usb. Select "Connect USB" on the device. Run TPSparkyRoot.bat file. Follow instructions.
EccLipSe said:
i finally root my device. If someone need the needen files attached. Please follow instructions on bat file.
Select "Connect PC" after all reboots on device.
Device has to be connected as mass storage. USB Development has to be selected. And connect pc via usb. Select "Connect USB" on the device. Run TPSparkyRoot.bat file. Follow instructions.
Click to expand...
Click to collapse
Hi,
i'm trying to root my device, but even if the ADB interface is visible on my pc, the adb server cannot find the device...
Can you help me to solve this issue ?
Thanks
fiuwe said:
Hi,
i'm trying to root my device, but even if the ADB interface is visible on my pc, the adb server cannot find the device...
Can you help me to solve this issue ?
Thanks
Click to expand...
Click to collapse
Did you had Moborobo app installed in your PC? After every reboot i had to go to Settings > USB > Connect to PC.
PS: I dont know how is supposed to work that bat file, since it try to change SuperSU permissions without first copying it. So i add it (bold):
echo --- Installing SuperSU
adb push SuperSU.apk /system/app/SuperSU.apk
adb shell chown root.root /system/app/SuperSU.apk
I hope it work for you.
@tezouro
Hi,
I did it few hours later my own mex , but thanks anyway
What after rooting?
EccLipSe said:
i finally root my device. If someone need the needen files attached. Please follow instructions on bat file.
Select "Connect PC" after all reboots on device.
Device has to be connected as mass storage. USB Development has to be selected. And connect pc via usb. Select "Connect USB" on the device. Run TPSparkyRoot.bat file. Follow instructions.
Click to expand...
Click to collapse
Thanks! but could please let me know what we can do extra in minix5 other than getting su access?
It worked
The bat solution worked on my minix, but i had to install moborobo first, and then everytime the minix was rebooting because of the script steps, going to the minix menu and activating the connect pc option again before clicking space bar for the next step.
How to change official default setting app to the setting app
You can root with kingroot app it works , but the problem is doesn't let me to open the official setting app but only the device default setting app can be open ...

Grandstream GXV3240 - how to root ?

Just got a Grandstream GXV3240, and would like to root it like all my androids - does anybody know how ?
GottSeth said:
Just got a Grandstream GXV3240, and would like to root it like all my androids - does anybody know how ?
Click to expand...
Click to collapse
Motochopper works, it's a little messy over ADB wireless, you may have to run it twice.
THX but for the Next to ask a more detailed tut - BTW, no need to install ADB-WIFI
http://forum.xda-developers.com/showpost.php?p=40129120&postcount=1 - here you get motochopper
1. download, and unpack best direct on C:
2. open a CMD and navigate to the folder - type "adb connect <ip-adress of phone>" but don´t run
3. dobbelclick on "run.bat"
4. now run the CMD from #2
5. wait till root is complet - phone will reboot
Rooted... Thanks...

How to root Generic Android Device?

On the back of my tablet it says, Polaroid with the Model: MID0734. Running on Android 4.2.2
I've been trying to root this tablet so I can enable "Reverse Tethering Over USB" but, it seems that I need to root my device to run these code below:
Code:
./adb shell netcfg usb0 dhcp
I tried several applications such as:
Framaroot - No Help
[UNIVERSAL GUIDE] Root Any Android Device Manually ! - I can't go into Download Mode. I don't what to press I tried holding the power button, and then the volume down. It goes to a commandline-like interface but, it is written in Chinese.
Polaroid All in One - I'm stucked with the logs:
HTML:
Checking if ADB server is running Service Running
Android Debug Bridge version 1.0.29
Waiting for device to become ready Device Ready
Retrieving device information Done
Found MID0734 MID0734 running Android 4.2.2
Your Device will now be Rooted
Pushing Busybox Done
Pushing su binary Done
Pushing superuser.apk Running
Fixing Busybox permissions Done
Running Restore Exploit Done
Your device now reboot Done
Fixing file locations Running
Am I out of options? Should I root this device? or find another way to connect to the internet using my computer?
We have WiFi, but when I'm on my desktop it is out of range. I can't move it since, it is too far away. Even so, I still want to root my device for some applications.
Hope someone could help or atleast in the same position that who can share their opinions with me.

Categories

Resources