how to root my byond b63 {mtk6577 with android 4.1.1} - Android Software/Hacking General [Developers Only]

my phone byond b63
http://www.flipkart.com/byond-b63/p/itmdh73uzpzk8wha
is there any method to root it....tried super one click root gets stuck at step 7
tried adb pro shell method says unable to mount no permission http://www.equisoforum.com/Thread-ADB-Shell-Alternate-root-method
tried this http://smartphoneexpertspk.blogspot.in/2012/10/the-universal-root-tutorial.html but i dont get "#" sign
tried unlock root 3.0 but says unable to create root shell
tried binary method http://forum.xda-developers.com/showthread.php?t=1886460 but after restarting says "unable to mount are you root"
pls help......:crying:

Solved: Rooted Byond B63
brajesh143 said:
my phone byond b63
http://www.flipkart.com/byond-b63/p/itmdh73uzpzk8wha
is there any method to root it....tried super one click root gets stuck at step 7
tried adb pro shell method says unable to mount no permission http://www.equisoforum.com/Thread-ADB-Shell-Alternate-root-method
tried this http://smartphoneexpertspk.blogspot.in/2012/10/the-universal-root-tutorial.html but i dont get "#" sign
tried unlock root 3.0 but says unable to create root shell
tried binary method http://forum.xda-developers.com/showthread.php?t=1886460 but after restarting says "unable to mount are you root"
pls help......:crying:
Click to expand...
Click to collapse
I finally got my byond b63 rooted. I am no expert but I folllowed the following insttructions.. A bit involved, but if you follow correctly, you have a rooted device.
http://forum.xda-developers.com/showpost.php?p=38337401
Thanks to the posters

Related

[Temproot][S-ON] Need testers!

So, this might work for y'all. It won't give you a custom recovery or rom, but should give you root access
CLOSED UNTIL PROGRESS IS MADE.
Get temproot from HERE
From the PC:
Code:
adb push temproot /data/local/
adb shell chmod 755 /data/local/temproot
adb shell /data/local/temproot
It does work, isn't this exploit the same as this?
Revolutionary - zergRush local root 2.2/2.3
http://forum.xda-developers.com/showthread.php?t=1296916
But apart from getting a root shell there is nothing else I can do with my S-ON ChaCha, because whenever I try to write to the system partition (after remounting rw) , the terminal reboots in about 30 secs.
how do i verify root access? i tried root checker apps & device was not rooted
dapaua said:
It does work, isn't this exploit the same as this?
Revolutionary - zergRush local root 2.2/2.3
http://forum.xda-developers.com/showthread.php?t=1296916
But apart from getting a root shell there is nothing else I can do with my S-ON ChaCha, because whenever I try to write to the system partition (after remounting rw) , the terminal reboots in about 30 secs.
Click to expand...
Click to collapse
It is, but I needed to know if it worked before I started to explore any further.
e.japonica said:
how do i verify root access? i tried root checker apps & device was not rooted
Click to expand...
Click to collapse
This gives you a root shell and enables us to install superuser. I will prepare a package soon which will make the temproot much more.. usable.

[Q] Mount command , any expert to help out?

My device is HTC Desire SV
My device is having Phone Storage of 1.1gb and internal storage(apps) of 1.1gb.
When i try to install games like Modern Combact 3 , Nova 3 , Asphalt8 , PlayStore shows error 481. Yes i was refunded money back , but I didnt get a solution to this problem.
My device is Non Rooted ( I dont wanna root too ) .
I tried:
adb devices
adb shell
mount -o bind /sdcard2/.....(what_ever_game) /sdcard/......./
But i got Operation Not Permitted.
To root i also tried Framaroot - Gandalf exploit.It showed "Success! Reboot your Device"
In terminal emulator when i type su , it shows Segmentation Fault and i get "$" instead of "#"
After rebooting when in type su , it shows su not found.
The device seems to be again unrooted.
My device has a locked Bootloader , I dont want to unlock it as it would erase all data and void warranty.
I tried to modify apk of the game to look for data in /sdcard2/ - But im not that Experienced in android too edit all files correctly and compile them.
So is there any easy solution for me to get this working without root?
BusyBox
akash14darshan said:
My device is HTC Desire SV
My device is having Phone Storage of 1.1gb and internal storage(apps) of 1.1gb.
When i try to install games like Modern Combact 3 , Nova 3 , Asphalt8 , PlayStore shows error 481. Yes i was refunded money back , but I didnt get a solution to this problem.
My device is Non Rooted ( I dont wanna root too ) .
I tried:
adb devices
adb shell
mount -o bind /sdcard2/.....(what_ever_game) /sdcard/......./
But i got Operation Not Permitted.
To root i also tried Framaroot - Gandalf exploit.It showed "Success! Reboot your Device"
In terminal emulator when i type su , it shows Segmentation Fault and i get "$" instead of "#"
After rebooting when in type su , it shows su not found.
The device seems to be again unrooted.
My device has a locked Bootloader , I dont want to unlock it as it would erase all data and void warranty.
I tried to modify apk of the game to look for data in /sdcard2/ - But im not that Experienced in android too edit all files correctly and compile them.
So is there any easy solution for me to get this working without root?
Click to expand...
Click to collapse
You need to install BusyBox from playstore..
After obtaining root install busybox from playstore..
then all your su and segmentation errors will not come..
the su commands are installed in system/xbin/su..
So install busybox.
Dont miss the thnaks button.. :silly:
But how do I install busybox?
Even I use busybox installer , I get device not rooted.
Sent from my HTC Desire SV using xda app-developers app

NEED HELP Rooting a ZTE WHIRL

I have tried to root this phone it does root but it is only temperorary it goes away after reboot.
I got busyinstalled in the /system/bin but no SU
The system is RO
I have tried this code to no avail
busybox mount-o remount,rw /dev/block/mmcblk0p18
cant be found in proc/mounts
busybox dd if=/sdcard/cwm.img of=/dev/block/mmcblk0p18
permmsion denied
I used framaroot and it said sucess then it said binary cant be installed any help would be great a thnk you ahead of time
se7encircles said:
I have tried to root this phone it does root but it is only temperorary it goes away after reboot.
I got busyinstalled in the /system/bin but no SU
The system is RO
I have tried this code to no avail
busybox mount-o remount,rw /dev/block/mmcblk0p18
cant be found in proc/mounts
busybox dd if=/sdcard/cwm.img of=/dev/block/mmcblk0p18
permmsion denied
I used framaroot and it said sucess then it said binary cant be installed any help would be great a thnk you ahead of time
Click to expand...
Click to collapse
I've tried to root the ZTE Whirl also with the same results as you. It is my understanding that it cannot be permanently rooted unless the write protection is disabled. I read on other forums that this was done on the HTC One X and Motorola MOTOX with a recovery installed zip. I don't know if the file in the zip "wp_mod.ko" would work on the ZTE Whirl and without access to the RUU, I really don't know how an update zip could be made. I'm no developer but this is my understanding from my research.
se7encircles said:
I have tried to root this phone it does root but it is only temperorary it goes away after reboot.
I got busyinstalled in the /system/bin but no SU
The system is RO
I have tried this code to no avail
busybox mount-o remount,rw /dev/block/mmcblk0p18
cant be found in proc/mounts
busybox dd if=/sdcard/cwm.img of=/dev/block/mmcblk0p18
permmsion denied
I used framaroot and it said sucess then it said binary cant be installed any help would be great a thnk you ahead of time
Click to expand...
Click to collapse
Download Vroot.. turn on USB Debugging..and tick on usb debugging to active it on your phone setting/developer option
connect your phone to pc..and wait untill it detect..click root...and it will reboot..done..only one click root..i use this already 2 year..work find..if this help..press thank button :laugh::good::laugh:
Daniel Dunhill said:
Download Vroot.. turn on USB Debugging..and tick on usb debugging to active it on your phone setting/developer option
connect your phone to pc..and wait untill it detect..click root...and it will reboot..done..only one click root..i use this already 2 year..work find..if this help..press thank button :laugh::good::laugh:
Click to expand...
Click to collapse
Vroot cannot root this device at all. Framaroot can root device. The problem is that the system is write protected. In other words, it is temporary until you reboot etc. I have found that if I already have Supersu.apk installed when I root that I will have super user permissions etc., however, when I open Supersu and attempt to update binaries, it fails and root is immediately lost. I have also rooted and used Total commander to remount r/w and could paste files to system directories etc. but SuperSU still failed to update and lost root. When I attempt to install SuperSU or any zip via stock recovery, it verifies etc but in the end aborts installation. I am beginning to thing that its not just write protected but active defense against any changes to system from stock. BTW, you don't have to drain the battery to root: When I loose root (after restart etc.) I uninstall Framaroot apk, shut down device (not restart), start device, install Framaroot and am able to root with Gandalf option.
Bottom line: This write protection or whatever it is needs to be removed or disabled for root to be permanent.
Daniel Dunhill said:
Download Vroot.. turn on USB Debugging..and tick on usb debugging to active it on your phone setting/developer option
connect your phone to pc..and wait untill it detect..click root...and it will reboot..done..only one click root..i use this already 2 year..work find..if this help..press thank button :laugh::good::laugh:
Click to expand...
Click to collapse
Try using pootdebug.apk

Can"t access sdcard after root permission.

Hi guys ! i was trying to run a script on my micromax unite 2 by terminal emulator but it always gives a error "permission denied" . so, i searched on google there i found that it requires root access.
So, i rooted my phone and type "su" at the starting to gain supersu access. But after getting root access i cant get access to my sdcard through terminal emulator. it always give me error "no such file or directory". please help me with a solution.
Thanks in Advance and sorry for my english .
rathors1998 said:
Hi guys ! i was trying to run a script on my micromax unite 2 by terminal emulator but it always gives a error "permission denied" . so, i searched on google there i found that it requires root access.
So, i rooted my phone and type "su" at the starting to gain supersu access. But after getting root access i cant get access to my sdcard through terminal emulator. it always give me error "no such file or directory". please help me with a solution.
Thanks in Advance and sorry for my english .
Click to expand...
Click to collapse
Are you sure you're entering the correct directory for the sdcard into the shell (terminal with a #)?
yes I typed right path and even checked it 3-4 times.
you can see it in the screenshot. I'm trying to run complete linux installer script to install ubuntu on my phone. my phone supports loop devices.

[Q] how to ROOT Samsung GALAXY J1 SM-J100F?

i can't find any way to root my phone.. anyone can help me?? i tried to flash j100h prerooted rom but it didn't work.. thanks
same
same here. my phone sm j100f cant root . any method that can use ? i try other root tools . but its failed . and other thing . my phone got stuck up in samsung logo . but i fix it using firmware
up.. anyone can help us???
yurusaki said:
i can't find any way to root my phone.. anyone can help me?? i tried to flash j100h prerooted rom but it didn't work.. thanks
Click to expand...
Click to collapse
Try to root using Kingoroot, Framaroot or VRoot.
up for this...
no success with all available tools till date.......... anyone if successful in rooting, plz update here
Me too.... i can't find any way to root my phone
up for this thread!! still no way to root///
up!! anyone can help us?? thanks
yurusaki said:
up!! anyone can help us?? thanks
Click to expand...
Click to collapse
I managed to root it using Odin and ROOT FOR J100FN BY HOSAM KASHTO
I can't post links so search for root-j100fn-1969414 and go to the .gsmhosting.com site
Now i'm stuck to unlock it. Managed to get the nv_data.bin but i can't find the correct value to unlock it and i've got no ide what to look for.
use frama root app
Tp root. Your phone use frama root app hear is a xda link
http://forum.xda-developers.com/apps/framaroot/root-framaroot-one-click-apk-to-root-t2130276
Did you root your j1 if yes can you send me the keyboard, message and new call screen(small call screen app).
i am facing the same problem bro. Can you please tell me from where i can download the firmwhere?
My phone stucked on samsung logo. Please help!
the root by hosam makes the phone show it is rooted but thats it. i don't get any root access on the apps
tried to push the su and busybox to bin but output is access denied. read-only
my phone is now rooted. just follow the instruction by hosam kashto .. search it (j100f hosam kashto) and it will appear.. up
yurusaki said:
my phone is now rooted. just follow the instruction by hosam kashto .. search it (j100f hosam kashto) and it will appear.. up
Click to expand...
Click to collapse
what firmware version did you use?
I was able to root mine after a lot of tries.
First install the boot image by hosam kashto (using odin)
you need adb on your computer.(Get it in C:\Users"username"\AppData\Local\Android\sdk\platform-tools [if you have android studio] be sure to hold down the shift key while right-clicking to get the open comand prompt option in the context menu).
when you run "adb shell" you should see [email protected]:/ # (this means your phone has root access but you can't use it on any apps unless you have the su and busybox binaries).
in the same "adb shell" command input mount -ro remount,rw /system (it will make the system partition writable so you can run a rooting app) [I used kingo root but if there is a better option you can tell me]
after kingo root is done you'll be able to run apps as root but there is one issue. any time i tried using another superuser apk that isn't kingosu the rooting had to be done over from the point of using kingo root
I hope this helps
---------- Post added at 11:15 AM ---------- Previous post was at 11:10 AM ----------
In short you can use "mount -ro remount,rw /system" in adb shell
then push the su and busybox binaries to the bin, sbin, and xbin. (push su in bin, sbin and xbin; busybox should be in xbin only)
"mount -o remount,ro /system" makes the system read-only again, I didn't use it but i am not sure if that will cause a problem
User33333 said:
I was able to root mine after a lot of tries.
First install the boot image by hosam kashto (using odin)
you need adb on your computer.(Get it in C:\Users"username"\AppData\Local\Android\sdk\platform-tools [if you have android studio] be sure to hold down the shift key while right-clicking to get the open comand prompt option in the context menu).
when you run "adb shell" you should see [email protected]:/ # (this means your phone has root access but you can't use it on any apps unless you have the su and busybox binaries).
in the same "adb shell" command input mount -ro remount,rw /system (it will make the system partition writable so you can run a rooting app) [I used kingo root but if there is a better option you can tell me]
after kingo root is done you'll be able to run apps as root but there is one issue. any time i tried using another superuser apk that isn't kingosu the rooting had to be done over from the point of using kingo root
I hope this helps
---------- Post added at 11:15 AM ---------- Previous post was at 11:10 AM ----------
In short you can use "mount -ro remount,rw /system" in adb shell
then push the su and busybox binaries to the bin, sbin, and xbin. (push su in bin, sbin and xbin; busybox should be in xbin only)
"mount -o remount,ro /system" makes the system read-only again, I didn't use it but i am not sure if that will cause a problem
Click to expand...
Click to collapse
what firmware version did you use ?
J100fnxxu0aoc2
Oops. For SM-J110F, not J100F.

Categories

Resources