Nabi 2 root - Fuhu Nabi 2

How can I root my nabi 2? I only have a mac and the nabi won't show up. Is there a way where I could load the file on the sd card or root it with the nabi itslef.

patstar5 said:
How can I root my nabi 2? I only have a mac and the nabi won't show up. Is there a way where I could load the file on the sd card or root it with the nabi itslef.
Click to expand...
Click to collapse
You could run a root exploit script that was made for a mac but most of them require adb. I would just do the standard Nabi root method manually.
I'm not a mac guy, just have a virtual machine for working with iStuff so I have never attempted any of it.
I would get ADB and FASTBOOT setup. Maybe this will help:
http://forum.xda-developers.com/showthread.php?t=1917237
Get the TWRP recovery.img Read about it here
http://forum.xda-developers.com/showthread.php?t=2074501
You just need the image not windows based installer so
2.3.3.0
Download 2.3.3.0
or 2.5.0.0
Download 2.5.0.0
Then you will want to get a root package(2.5.0.0 has a root package built in if you just want root), and gapps if you want
The original one will still work fine called jmzrootpackage.zip from here:
http://forum.xda-developers.com/showthread.php?t=1905674
From the TWRP zip package extract the recovery.img to your working directory
From the jmzrootpackage.zip extract the root.zip and gapps.zip to that same working directory
Now go into the Nabi settings and enable ADB
Make sure ADB is in the PATH for your mac which I think that tutorial should do
Open a terminal windows on mac to that working directory
type: adb push root.zip /sdcard/root.zip
type: adb push gapps.zip /sdcard/gapps.zip
type: adb reboot-bootloader
(Nabi reboots)
type: fastboot flash recovery recovery.img
(tablet reboots)
use vol+ and vol- on Nabi to Navigate to "recovery kernel" and boot up TWRP
At this point it would be wise to do a backup of your tablet before proceeding
Install your root.zip and gapps.zip package
I'm working from the top of my head but that's the idea.

Related

(7/14/12)How to Manually install Clockworkmod Touch Recovery for all GS3 Variants

I was very happy when Clockworkmod started officially supporting all versions of the GS3, but I was unsure how to install the Touch recovery version from the clockworkmod website. After doing some digging, I finally found the solution.
To do this you will need three things:
-The Clockworkmod Touch Recovery Image for your device at the clockworkmod website (Make sure you get the right one!).
-ADB platform tools that come with Android SDK Manager
-A Computer
1: Compile all of your platform tools (including ADB) and the recovery image into a folder.
2: Rename the recovery image to recovery.img. Ex: recovery-clockwork-touch-5.8.4.9-d2spr.img to recovery.img
3:Within the folder, make sure no files are selected, then hold shift and right click somewhere within the folder and choose "open command window here"
4: Run "adb push recovery.img /sdcard/recovery.img"
5: Then run "adb shell", and after that run "su"
6: Then run "dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery".
7: And after the last command has finished, run "reboot recovery".
Congratulations! You have just installed the Clockworkmod Touch Recovery for free and saved yourself $2.
I have tested this method twice and it has worked both times.
pearsonpsh said:
I was very happy when Clockworkmod started officially supporting all versions of the GS3, but I was unsure how to install the Touch recovery version from the clockworkmod website. After doing some digging, I finally found the solution.
To do this you will need three things:
-The Clockworkmod Touch Recovery Image for your device at the clockworkmod website (Make sure you get the right one!).
-ADB platform tools that come with Android SDK Manager
-A Computer
1: Compile all of your platform tools (including ADB) and the recovery image into a folder.
2: Rename the recovery image to recovery.img. Ex: recovery-clockwork-touch-5.8.4.9-d2spr.img to recovery.img
3:Within the folder, make sure no files are selected, then hold shift and right click somewhere within the folder and choose "open command window here"
4: Run "adb push recovery.img /sdcard/recovery.img"
5: Then run "adb shell", and after that run "su"
6: Then run "dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery".
7: And after the last command has finished, run "reboot recovery".
Congratulations! You have just installed the Clockworkmod Touch Recovery for free and saved yourself $2.
I have tested this method twice and it has worked both times.
Click to expand...
Click to collapse
Thanks...you can also use moblie odin http://forum.xda-developers.com/showthread.php?t=1347899

[Q] Rezound no OS no recovery has twrp v2.5.0.0 want OS back

Ok so I am a noob and have looked around the forum for about 3 hours not yet found a answer to my problem.
Well my goal was to try to use my Rezound with T-Mobile prepaid 4G but now I am stuck
I got what I believe to be the boot loader unlocked but s-on still and have TWRP v2.5.0.0 installed
I some how with all my poking around wiped the OS completely off it and lost my recovery and I must not of saved a recovery correctly on my computer and I am now having issues loading an image of an OS or installing one I have tried some of the images suggested in other post buy could get them to load successfully.
Can any one help me with some step by step instruction to reinstall an OS on my Rezound
jetoutant said:
Ok so I am a noob and have looked around the forum for about 3 hours not yet found a answer to my problem.
Well my goal was to try to use my Rezound with T-Mobile prepaid 4G but now I am stuck
I got what I believe to be the boot loader unlocked but s-on still and have TWRP v2.5.0.0 installed
I some how with all my poking around wiped the OS completely off it and lost my recovery and I must not of saved a recovery correctly on my computer and I am now having issues loading an image of an OS or installing one I have tried some of the images suggested in other post buy could get them to load successfully.
Can any one help me with some step by step instruction to reinstall an OS on my Rezound
Click to expand...
Click to collapse
You can get a stock rooted rom here - http://forum.xda-developers.com/showthread.php?t=2260154
Instructions borrowed from this thread - http://forum.xda-developers.com/showthread.php?t=2113140
By default, no. Follow these instructions to flash on an S-On device:
NOTE:
You must have the Android SDK downloaded and installed onto your computer.
You must be familiar with the SDK's install directory structure.
You must be familiar with using terminal and know how to cd to the platform-tools folder of the Android SDK's install directory.
1. Open the Rom zip with an archive tool such as 7zip and extract the boot.img from it.
2. Place the boot.img into the platform-tools folder of the Android SDK's install directory.
3. Put the Rom on the root of your SD Card
4. Compare MD5 Sum
Windows: MD5 Calculator
LINUX: Open Terminal and type: md5sum [path to the rom on your sd card]
Mac: Open a terminal and type: md5 [path to the rom on your sd card]
5. Reboot to Recovery
6. Scroll down and select "Wipe"
7. Wipe the following:
Quote:
Wipe ALL data/factory reset x2
Wipe /data x2
Wipe /cache x2
Wipe Dalvik-cache x3
Wipe /boot x2
Wipe /system x3
Optionally wipe:
Wipe battery stats
Wipe rotate settings
8. Scroll to and press return
9. Install Rom from SD Card
10. FOR GSM USERS ONLY - After flashing the ROM, re-wipe /data and then flash the GSM patch
11. Return to the main menu of the recovery and select "Developer Menu".
12. Select "Reboot to bootloader
13. Ensure your device is connected to your computer and that your device is now in fastboot mode. This is a white screen and it says fastboot on it.
14. Open a Terminal (OSX or Linux) or CMD window (Windows) and cd to the platform-tools directory of the Android SDK's install directory.
15. Issue this command to flash the boot.img we placed in the platform-tools folder earlier:
Code:
fastboot flash boot boot.img
16. Watch the output of the terminal, it should say something like "sent successfully".
17. Finally send this command:
Code:
fastboot reboot
This command reboots your device into Android. Wait for it to boot up and enjoy your new freshly installed CM10.1.
Note: If you are having issues connecting your device to your windows computer in fastboot, please insure the drivers are up to date by installing the latest version of HTC Sync for the Rezound.
SDK instructions can be found via google.
need pointer please
mjones73 said:
You can get a stock rooted rom here - http://forum.xda-developers.com/showthread.php?t=2260154
Instructions borrowed from this thread - http://forum.xda-developers.com/showthread.php?t=2113140
By default, no. Follow these instructions to flash on an S-On device:
NOTE:
You must have the Android SDK downloaded and installed onto your computer.
You must be familiar with the SDK's install directory structure.
You must be familiar with using terminal and know how to cd to the platform-tools folder of the Android SDK's install directory.
1. Open the Rom zip with an archive tool such as 7zip and extract the boot.img from it.
2. Place the boot.img into the platform-tools folder of the Android SDK's install directory.
3. Put the Rom on the root of your SD Card
4. Compare MD5 Sum
Windows: MD5 Calculator
LINUX: Open Terminal and type: md5sum [path to the rom on your sd card]
Mac: Open a terminal and type: md5 [path to the rom on your sd card]
5. Reboot to Recovery
6. Scroll down and select "Wipe"
7. Wipe the following:
Quote:
Wipe ALL data/factory reset x2
Wipe /data x2
Wipe /cache x2
Wipe Dalvik-cache x3
Wipe /boot x2
Wipe /system x3
Optionally wipe:
Wipe battery stats
Wipe rotate settings
8. Scroll to and press return
9. Install Rom from SD Card
10. FOR GSM USERS ONLY - After flashing the ROM, re-wipe /data and then flash the GSM patch
11. Return to the main menu of the recovery and select "Developer Menu".
12. Select "Reboot to bootloader
13. Ensure your device is connected to your computer and that your device is now in fastboot mode. This is a white screen and it says fastboot on it.
14. Open a Terminal (OSX or Linux) or CMD window (Windows) and cd to the platform-tools directory of the Android SDK's install directory.
15. Issue this command to flash the boot.img we placed in the platform-tools folder earlier:
Code:
fastboot flash boot boot.img
16. Watch the output of the terminal, it should say something like "sent successfully".
17. Finally send this command:
Code:
fastboot reboot
This command reboots your device into Android. Wait for it to boot up and enjoy your new freshly installed CM10.1.
Note: If you are having issues connecting your device to your windows computer in fastboot, please insure the drivers are up to date by installing the latest version of HTC Sync for the Rezound.
SDK instructions can be found via google.
Click to expand...
Click to collapse
I am not that well versed with Android SDK I do have it on my computer
but do not how to use terminal that well and not sure what is meant by this (now how to cd to the platform-tools folder of the Android SDK's install directory)
and I do not under stand
4. Compare MD5 Sum
Windows: MD5 Calculator
LINUX: Open Terminal and type: md5sum [path to the rom on your sd card]
Mac: Open a terminal and type: md5 [path to the rom on your sd card]
On the link to the rom I posted for you you'll see an md5 value, you run an md5 tool against the file you downloaded and make sure they match, that tells you that the file isn't corrupted.
For windows - http://www.winmd5.com/
more pointers please and thank you
mjones73 said:
You can get a stock rooted rom here - http://forum.xda-developers.com/showthread.php?t=2260154
Instructions borrowed from this thread - http://forum.xda-developers.com/showthread.php?t=2113140
By default, no. Follow these instructions to flash on an S-On device:
NOTE:
You must have the Android SDK downloaded and installed onto your computer.
You must be familiar with the SDK's install directory structure.
You must be familiar with using terminal and know how to cd to the platform-tools folder of the Android SDK's install directory.
1. Open the Rom zip with an archive tool such as 7zip and extract the boot.img from it.
2. Place the boot.img into the platform-tools folder of the Android SDK's install directory.
3. Put the Rom on the root of your SD Card
4. Compare MD5 Sum
Windows: MD5 Calculator
LINUX: Open Terminal and type: md5sum [path to the rom on your sd card]
Mac: Open a terminal and type: md5 [path to the rom on your sd card]
5. Reboot to Recovery
6. Scroll down and select "Wipe"
7. Wipe the following:
Quote:
Wipe ALL data/factory reset x2
Wipe /data x2
Wipe /cache x2
Wipe Dalvik-cache x3
Wipe /boot x2
Wipe /system x3
Optionally wipe:
Wipe battery stats
Wipe rotate settings
8. Scroll to and press return
9. Install Rom from SD Card
10. FOR GSM USERS ONLY - After flashing the ROM, re-wipe /data and then flash the GSM patch
11. Return to the main menu of the recovery and select "Developer Menu".
12. Select "Reboot to bootloader
13. Ensure your device is connected to your computer and that your device is now in fastboot mode. This is a white screen and it says fastboot on it.
14. Open a Terminal (OSX or Linux) or CMD window (Windows) and cd to the platform-tools directory of the Android SDK's install directory.
15. Issue this command to flash the boot.img we placed in the platform-tools folder earlier:
Code:
fastboot flash boot boot.img
16. Watch the output of the terminal, it should say something like "sent successfully".
17. Finally send this command:
Code:
fastboot reboot
This command reboots your device into Android. Wait for it to boot up and enjoy your new freshly installed CM10.1.
Note: If you are having issues connecting your device to your windows computer in fastboot, please insure the drivers are up to date by installing the latest version of HTC Sync for the Rezound.
SDK instructions can be found via google.
Click to expand...
Click to collapse
I believe I am getting closer to getting this done but not quit there
So when I am putting the ROM on the SD card I am putting the zip file as is on the SD card then or just part of what's inside the zip file because it does not seem to want to install when I put the zip file as is on the SD card it goes through some sort of attempt to install and says fail
and is there another command for
15. Issue this command to flash the boot.img we placed in the platform-tools folder earlier:
Code:
fastboot flash boot boot.img
I typed in the code as it is written and it did not work just gave me command options to chose from not sure how to enter the other commands either
jetoutant said:
I believe I am getting closer to getting this done but not quit there
So when I am putting the ROM on the SD card I am putting the zip file as is on the SD card then or just part of what's inside the zip file because it does not seem to want to install when I put the zip file as is on the SD card it goes through some sort of attempt to install and says fail
and is there another command for
15. Issue this command to flash the boot.img we placed in the platform-tools folder earlier:
Code:
fastboot flash boot boot.img
I typed in the code as it is written and it did not work just gave me command options to chose from not sure how to enter the other commands either
Click to expand...
Click to collapse
1) Install it via Recovery, should be an install option in TWRP.
2) from your PC connect to your phone via USB - fastboot flash boot c:\location\to\boot.img
Change the path to where ever you have the boot.img saved on your PC.
is the install suppose to say fail
mjones73 said:
1) Install it via Recovery, should be an install option in TWRP.
2) from your PC connect to your phone via USB - fastboot flash boot c:\location\to\boot.img
Change the path to where ever you have the boot.img saved on your PC.
Click to expand...
Click to collapse
I do install it from recovery TWRP install but after it does some processing it says fail. Does that matter did it do what it needed to do and it is just time to run the flash from the computer then, or is some thing wrong happening?
jetoutant said:
I do install it from recovery TWRP install but after it does some processing it says fail. Does that matter did it do what it needed to do and it is just time to run the flash from the computer then, or is some thing wrong happening?
Click to expand...
Click to collapse
I think TWRP 2.5.0.0 requires that the installer have newer binaries, you may want to try CWM touch instead for a recovery.
how do I install a different recovery then
mjones73 said:
I think TWRP 2.5.0.0 requires that the installer have newer binaries, you may want to try CWM touch instead for a recovery.
Click to expand...
Click to collapse
where do I get newer binaries? how do I install a different recovery if I have no Android OS on the phone? and is there a link to CWM touch

[Q] Problem rooting kindle fire hd 7"

Hi, I'm noob so I can not post on the developers questions.
I'm having this problem
6. Wiped /sdcard, can't reboot from recovery: You thought you had the ROM file on the sdcard, but you didn't, and wiped everything, so without a ROM image, you can't boot into system.
Solution: Put the ROM file where your ADB binary is (usually inside platform-tools folder in Android SDK directory) and rename it rom.zip. On the device, boot into TWRP, select Advanced, then ADB Sideload. Connect device to PC. From here, run "adb" and hit Enter to check for your binary version, if it's anything lower than 1.0.3.0, you need to update the binaries by re-installing the latest Android SDK. Once the device is in sideloading mode and is connected to the PC, type "adb sideload rom.zip" and hit Enter. Now you'll find the ROM on the sdcard, flash, and you're done.
Click to expand...
Click to collapse
Everything works fine, kindle drivers for windows, SKD, ADB, etc, except that when I use the command adb side load rom.zip I get:
cannot use rom.zip
I need to know how to proceed and if I need a fast boot cable to transfer this image to the kindle sdcard.
Thanks in advance for your help.

root

my device intex cloud m6 1gb ram 8gb rom is not rooting.Please tell how to root
How to root Intex Cloud M6 8gb and 16gb smartphones.
Hello there,
This query was posted a long time ago by you and i am not sure if you have found the solution or not. But as far as i am aware, it is pretty hard to root this device. It runs on a Spreadtrum chipset sc7731. However, recently i figured out how to root this device.
It seems like that the device's default.prop file comes with a configuration :
Code:
ro.secure=1
which makes it impossible to root this device with absolutely any rooting software out there including the one-click apps.
To be able to root this device, the only efficient way is to replace the stock recovery with a custom one, deleting the default su binary file inside the /system/xbin folder as well as in the /system/bin folder, installing the SuperSU.zip file and finally by installing the Kingroot apk which will ultimately root the device.
I personally prefer the TWRP but there is no official release out there for this device. So, i ported a custom recovery for it in my spare time ( It may appear somewhat ridiculous but i had nothing more interesting to do so i changed the layout :silly
I have attached the recovery file below.
After you have downloaded the recovery as well as the SuperSU.zip, here are the steps to root it:-
Download the minimal adb fastboot for windows. You may google it, its available easily. (It turns out it may be the only tool that may work effectively in case your device is not getting recognized by any other adb.)
Rename the recovery as twrp and place it inside the Minimal adb and fastboot folder.
Connect the device via a USB cable and make sure adb debugging is on inside the developer options.
Now open the Minimal adb and fastboot tool and type the following commands inside the prompt:-
Code:
adb devices
adb reboot bootloader
fastboot devices
fastboot flash recovery twrp.img
fastboot reboot
Type the commands in the exact sequence. Your device will boot normally. Now, time to checkout the recovery. Type the following command inside the prompt.
Code:
adb reboot recovery
In a few seconds, you will have the custom twrp booted in front of you. Now, open the Mount tab inside the recovery and check the system option within it.
Head back to the recovery homescreen and open the Advanced tab which is followed by opening the File Manager tab.
Inside the file manager, follow the path to the pre-existing su binary file, i.e /system/xbin and delete it. Do the same with the su file present on /system/bin.
Now, head back to the recovery home ,open Install tab and select the SuperSU.zip wherever you placed it and swipe to confirm the installation.
Reboot system. (It will probably boot without the logo so don't worry if it does.)
Now Google the Kingroot.apk, download it and install it. Give it a run, it will probably fail.
So get rid of the other superuser app i.e, SuperSU app via the option present inside it, i.e "Cleanup to install other superuser app" or something like that.
After a few seconds, it will disappear from the device and probably the same might happen with the Kingroot app.
Reboot the device.
Re-install the Kingroot app and run it again.
Congrats! You just rooted your device. Go ahead and check the root via an app like Rootchecker.
Here is the custom recovery file: -
HTML:
https://adarshkushwah.github.io/Custom-recovery-for-Intex-Cloud-M6-8gb-and-16gb/
If you have any query regarding this, do let me know. :good:
(I would be glad if you or anyone who finds this post useful would thank me) Cheers!

[GUIDE] How to root Intex Cloud M6 8gb and 16gb smartphones -sc7731

Hello there,
First-off, i would like to thank the Chainfire for the SuperSU files and the Kingroot for making the rooting process easier.
As far as i am aware, it is pretty hard to root this device. It runs on a Spreadtrum chipset sc7731. However, recently i figured out how to root this device.
->> REQUIREMENTS:
1. Minimal adb and fastboot tool.
2. Kingroot app.
3. As usual, a working brain.
->> METHOD:
It seems like that the device's default.prop file comes with a configuration :
Code:
ro.secure=1
which makes it impossible to root this device with absolutely any rooting software out there including the one-click apps.
To be able to root this device, the only efficient way is to replace the stock recovery with a custom one, deleting the default su binary file inside the /system/xbin folder as well as in the /system/bin folder, installing the SuperSU.zip file and finally by installing the Kingroot apk which will ultimately root the device.
I personally prefer the TWRP but there is no official release out there for this device. So, i ported a custom recovery for it in my spare time ( It may appear somewhat ridiculous but i had nothing more interesting to do so i changed the layout :silly
I have attached the recovery file below as well as the SuperSU.zip files below.
After you have downloaded the recovery as well as the SuperSU.zip, here are the steps to root it:-
Download the minimal adb fastboot for windows. You may google it, its available easily. (It turns out it may be the only tool that may work effectively in case your device is not getting recognized by any other adb.)
Rename the recovery as twrp and place it inside the Minimal adb and fastboot folder.
Connect the device via a USB cable and make sure adb debugging is on inside the developer options.
Now open the Minimal adb and fastboot tool and type the following commands inside the prompt:-
Code:
adb devices
adb reboot bootloader
fastboot devices
fastboot flash recovery twrp.img
fastboot reboot
Type the commands in the exact sequence. Your device will boot normally. Now, time to checkout the recovery. Type the following command inside the prompt
.
Code:
adb reboot recovery
In a few seconds, you will have the custom twrp booted in front of you. Now, open the Mount tab inside the recovery and check the system option within it.
Head back to the recovery homescreen and open the Advanced tab which is followed by opening the File Manager tab.
Inside the file manager, follow the path to the pre-existing su binary file, i.e /system/xbin and delete it. Do the same with the su file present on /system/bin.
Now, head back to the recovery home ,open Install tab and select the SuperSU.zip wherever you placed it and swipe to confirm the installation.
Reboot system. (It will probably boot without the logo so don't worry if it does.)
Now Google the Kingroot.apk, download it and install it. Give it a run, it will probably fail.
So get rid of the other superuser app i.e, SuperSU app via the option present inside it, i.e "Cleanup to install other superuser app" or something like that.
After a few seconds, it will disappear from the device and probably the same might happen with the Kingroot app.
Reboot the device.
Re-install the Kingroot app and run it again.
Congrats! You just rooted your device. Go ahead and check the root via an app like Rootchecker.
The custom recovery file has been attached and happens to be in the .zip format so kindly extract the recovery from it.
If you have any query regarding this, do let me know. :v
(I would be glad if you or anyone who finds this post useful would thank me) Cheers!

Categories

Resources