"Fake" Root - Motorola Droid X2

After dumping my X2 for a month, I came back & found out that they (the ones running 2.3.6) can be rooted now. Before, I had to follow the following instructions for a "Fake" root:
Extract the ADB-Fastboot package and root image to your C:\ Drive under a new folder titled “root”
Put your device into Fastboot mode: – Turn off your device. – Hold down the power button and downward volume button until you see “Fastboot” on your screen – Push the upward volume button
Connect your phone via USB cable. Allow Windows to install the new hardware if this is the first time you have used Fastboot mode.
Open your command prompt (Start >> run “cmd” >> enter)
Type the following commands
cd C:/root
fastboot flash preinstall root.img
fastboot reboot
Enable USB debugging (Settings >> Applications >> Debugging)
Type the following commands
adb shell
/preinstall/su
Allow Superuser access on the phone when prompted
Type the following commands
mount -o rw,remount -t ext3 /dev/block/mmcblk0p12 /system
cp /preinstall/su /system/bin/su
chmod 6755 /system/bin/su
PATH=/system/bin:$PATH pm install /preinstall/Superuser.apk
My question is, how can I undo what I did in order to root "correctly"?
Thanks.

Related

Help with rooting!

I just got my fascinate yesterday and I'm trying to root it right away. I let or upgrade ota to 2.2 earlier and now I'm trying the root method of the start root process on the pc and that's not working and I also tried the z4root and I have no luck with that either. Anyone have any advice?
Sent from my SCH-I500 using xda premium
I don't care for one-click style roots, I've always had the best luck using ADB.
However, are you going to flash a custom ROM? If so there really isn't a reason to root.
---------- Post added at 05:50 PM ---------- Previous post was at 05:46 PM ----------
These where my notes back when I rooted my phone originally, if it helps, the files necessary for this should still be fairly easy to find (If it helps any, I still say flash a custom rom and skip the rooting process):
- Install USB driver
- Install Android SDK
- On phone
- Turn USB Debugging on (Settings, Applications, Development)
- Allow mock locations
- Plug phone into computer
- Command Prompt
- adb devices (this should just show that the phone is connected)
- Unzip root.zip
- busybox
- rageagainstthecage-arm5.bin
- su
- Superuser.apk
- Command Prompt
- Navigate to the directory of adb.exe, in Android SDK, Platform-Tools
- adb push c:\[directory]\rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin
- adb shell
- Shell prompt should be $
- cd /data/local/tmp
- chmod 0755 rageagainstthecage-arm5.bin
- ./rageagainstthecage-arm5.bin
- Wait till prompt comes back up, will end adb shell automatically
- adb shell
- Shell prompt should be #
- exit
- adb push su /sdcard/su
- adb push busybox /sdcard/busybox
- adb shell
- mount -t rfs -o remount,rw /dev/block/stl9 /system
- cd /system/xbin
- cat /sdcard/su > ./su
- cat /sdcard/busybox > ./busybox
- chmod 4755 su
- chmod 4755 busybox
- exit
- adb install Superuser.apk
- This may freeze, wait till it says "Success", then Ctrl-C to exit.
- Reboot phone
- Download ClockworkMod Rom Manager from Android Market
- Turn Phone off
- Remove battery
- Hold volume down button in
- Plug USB cable in
- Should See Android digging.
- Open Odin
- Use PDA button
- Select the CWMrecovery_DJ05_DL09.tar.md5
- Click Start
- Should say pass when done.
- Put battery back in and turn phone on.
- Flashing only works from Recovery mode, not ROM Manager.
- Hold both volume up and down buttons in, Turn Phone on.
- First screen apply update.zip to get into Clockwork.
- First screen home button is "enter"
- Second screen back arrow is "enter"
Click to expand...
Click to collapse

[Q] After BL unlock and rooting, internal ram is recognized by only 372 mb, not 1GB

What happened to my atrix?
As I said, It recognize only 372MB with total internal memory size, not 1GB.
so it shows me 70(used)/372(total size)
HELP ME PLEASE!!!
Edit your first post, LIST STEPS of how you unlocked your BL
I blocked my phone with this steps
http://forum.xda-developers.com/showthread.php?t=1302423
and I got root with this steps
1. download and install moto-fastboot-win32.rar
2. make phone fastboot mode
3. In cmd type "moto-fastboot.exe flash preinstall preinstall.img"
4. type "moto-fastboot.exe reboot"
5. type
adb shell
/preinstall/su
/bin/mount -o remount,rw /system
cp /preinstall/su /system/bin/
chmod 6755 /system/bin/su
PATH=/system/bin:$PATH pm install /preinstall/Superuser.apk
6. type exit and finish

[Q] Root HCL me U1

Hi friends. I have bought a HCL me U1 tab : 7" display, 512 mb ram, running android 4.0.3 ICS on it. But it does not supports Google play on it and I am pretty upset. Tried to root it with z4root, gingerbreak but nothing works.. Please help.
yup, Im stuck with this tab too, its good tab though.
IT lacks gapps and has few bugs, I hope we get a way to root it soon, or a custom rom will be much better
somebody ..help us
Have you tried SuperOneClick and/or Unlock Root? Both tools are capable of rooting a vast number of devices, so it's worth a shot.
One click ==> yes, will try another one soon. One click doesnt seem to work though. Any help here would be much appreciated
---------- Post added at 01:58 PM ---------- Previous post was at 01:31 PM ----------
ok unlock root gets stuck on 'try to get shell root permissions'. It recognizes the device and all, but gets stuck here
This tablet can be rooted.
Follow this link
http://crazyfreakgamers.com/hclme/viewtopic.php?f=2&t=60
follow below steps to root your HCL Tab U!
********* i am not responsible for any mess with your device do this on your own risk *****************
-Install android SDK and set up under program files (the path will be like C:\Program files/android/android-sdk/platform-tools/adb
-open SDK manager (under android-SDK Folder)
-WHen the list appear, scroll down and download Google USB driver and install it. Then scroll above and download Android 4.0.3 repositories
__-Now turn USB debugging ON in settings
-Download Superuser file from "downloads.androidsu.com/superuser/Superuser-3.0.7-efghi-signed.zip" then extract the zip file to desktop and you will see 2 folder as "System" and "Meta-INF"
-Connect your Tab via USB
-Open CMD with administrator rights (search CMD then right click on it and select run as administrator)
-Type the following line of code
>cd..
>cd..
>cd..
>cd program files
>cd android
>cd android-sdk
>cd platform-tools
>adb
-While tab is connected to PC, Restart tablet into recovery mode by pressing start and vol+ button at the same time
>adb devices
>adb shell
>adb root (you will see a message "adb is already running as a root")
-Restart the tablet
-Wait till system opens till its home screen appears
>adb devices (you should see your device number)
>adb shell getprop ro.secure (output should be 0)
>adb shell mount -oremount,rw /dev/block/system /system
>adb push c:\users/"username"/desktop/system/bin/su /system/bin/
>adb push c:\users/"username"/desktop/system/bin/su /system/_install/bin/
>adb shell chmod 4777 /system/bin/su
>adb shell mount -oremount,ro /dev/block/system /system
-Download superuser app from market or anyother site and install it. Just open it once
-Download Yaffs explorer from market or anyother site and install it.
-Open the app and Click the drag down button on top and select "/".
-open the 2nd option which will be bin> /system/_install/bin
-Scroll down to and search for SU and you should be able to see that
-Click and hold and it will open up a pop up menu so in that select execute, then tick "As root" option and click Go button
-Superuser dialog box will open adn you have to accept it and you will be permitted to root level access.
-Now download any app which require root permission and use it and you will get a dialog box telleing you "this app requires Superuser permission" then click Yes. Now you should have definatly been granted SU permission.
Enjoy
originally by
Milen Balchandra
Superb_user said:
********* i am not responsible for any mess with your device do this on your own risk *****************
-Install android SDK and set up under program files (the path will be like C:\Program files/android/android-sdk/platform-tools/adb
-open SDK manager (under android-SDK Folder)
-WHen the list appear, scroll down and download Google USB driver and install it. Then scroll above and download Android 4.0.3 repositories
__-Now turn USB debugging ON in settings
-Download Superuser file from "downloads.androidsu.com/superuser/Superuser-3.0.7-efghi-signed.zip" then extract the zip file to desktop and you will see 2 folder as "System" and "Meta-INF"
-Connect your Tab via USB
-Open CMD with administrator rights (search CMD then right click on it and select run as administrator)
-Type the following line of code
>cd..
>cd..
>cd..
>cd program files
>cd android
>cd android-sdk
>cd platform-tools
>adb
-While tab is connected to PC, Restart tablet into recovery mode by pressing start and vol+ button at the same time
>adb devices
>adb shell
>adb root (you will see a message "adb is already running as a root")
-Restart the tablet
-Wait till system opens till its home screen appears
>adb devices (you should see your device number)
>adb shell getprop ro.secure (output should be 0)
>adb shell mount -oremount,rw /dev/block/system /system
>adb push c:\users/"username"/desktop/system/bin/su /system/bin/
>adb push c:\users/"username"/desktop/system/bin/su /system/_install/bin/
>adb shell chmod 4777 /system/bin/su
>adb shell mount -oremount,ro /dev/block/system /system
-Download superuser app from market or anyother site and install it. Just open it once
-Download Yaffs explorer from market or anyother site and install it.
-Open the app and Click the drag down button on top and select "/".
-open the 2nd option which will be bin> /system/_install/bin
-Scroll down to and search for SU and you should be able to see that
-Click and hold and it will open up a pop up menu so in that select execute, then tick "As root" option and click Go button
-Superuser dialog box will open adn you have to accept it and you will be permitted to root level access.
-Now download any app which require root permission and use it and you will get a dialog box telleing you "this app requires Superuser permission" then click Yes. Now you should have definatly been granted SU permission.
Enjoy
originally by
Milen Balchandra
Click to expand...
Click to collapse
after doing the whole process
when i try to execute su as root (YAFFS EXPLORER)
Super user not asks to allow root access
Nothing happens when i select to run su as root pls help
Can any make cwmflashable zip for dhis tab??? Pleeeesssssee
Sent from my GT-S5360 using xda premium
HCL U1 Help
Anybody having the stock rom of HCL u1 .ftf file???? I desperately need the original stock files...please...atleast gimme the link for it...
Can't find superuser and yaffs explorer
Superb_user said:
********* i am not responsible for any mess with your device do this on your own risk *****************
-Install android SDK and set up under program files (the path will be like C:\Program files/android/android-sdk/platform-tools/adb
-open SDK manager (under android-SDK Folder)
-WHen the list appear, scroll down and download Google USB driver and install it. Then scroll above and download Android 4.0.3 repositories
__-Now turn USB debugging ON in settings
-Download Superuser file from "downloads.androidsu.com/superuser/Superuser-3.0.7-efghi-signed.zip" then extract the zip file to desktop and you will see 2 folder as "System" and "Meta-INF"
-Connect your Tab via USB
-Open CMD with administrator rights (search CMD then right click on it and select run as administrator)
-Type the following line of code
>cd..
>cd..
>cd..
>cd program files
>cd android
>cd android-sdk
>cd platform-tools
>adb
-While tab is connected to PC, Restart tablet into recovery mode by pressing start and vol+ button at the same time
>adb devices
>adb shell
>adb root (you will see a message "adb is already running as a root")
-Restart the tablet
-Wait till system opens till its home screen appears
>adb devices (you should see your device number)
>adb shell getprop ro.secure (output should be 0)
>adb shell mount -oremount,rw /dev/block/system /system
>adb push c:\users/"username"/desktop/system/bin/su /system/bin/
>adb push c:\users/"username"/desktop/system/bin/su /system/_install/bin/
>adb shell chmod 4777 /system/bin/su
>adb shell mount -oremount,ro /dev/block/system /system
-Download superuser app from market or anyother site and install it. Just open it once
-Download Yaffs explorer from market or anyother site and install it.
-Open the app and Click the drag down button on top and select "/".
-open the 2nd option which will be bin> /system/_install/bin
-Scroll down to and search for SU and you should be able to see that
-Click and hold and it will open up a pop up menu so in that select execute, then tick "As root" option and click Go button
-Superuser dialog box will open adn you have to accept it and you will be permitted to root level access.
-Now download any app which require root permission and use it and you will get a dialog box telleing you "this app requires Superuser permission" then click Yes. Now you should have definatly been granted SU permission.
Enjoy
originally by
Milen Balchandra
Click to expand...
Click to collapse
Where do I download the Superuser app from? Do I have to download it in my PC and then somehow install it into my U1? Or Do I download and install it directly into my U1??
I'm stuck at the superuser app part... And couldn't find yaffs explorer in the HCL ME market... There's no other Market in my tablet yet!
I'm pretty new to such things, It would be great if you help me out!
Thanks!
Rooted HCL ME U1
KingTodi said:
Where do I download the Superuser app from? Do I have to download it in my PC and then somehow install it into my U1? Or Do I download and install it directly into my U1??
I'm stuck at the superuser app part... And couldn't find yaffs explorer in the HCL ME market... There's no other Market in my tablet yet!
I'm pretty new to such things, It would be great if you help me out!
Thanks!
Click to expand...
Click to collapse
This guide is successfully tested by me.
1. You need a 32 bit OS. (I have used 7 Pro x86).
2. Turn USB debugging ‘ON’ in settings of the tablet.
3. Download Superuser hear
Then extract the zip file to desktop:\ & you will see 2 folders as
“System” and “Meta-INF”.
4. Download the drivers. Then connect the tablet & install the drivers
using device manager.
5. Download SuperOneClick!. Extract the archive, go to the folder
named ADB. Open an elevated command prompt download that first
6. CONTINUE WITH THE FOLLOWING COMMANDS.
>adb root (you will see a message “adb is already running as a root”)
>adb devices (you should see your device number)
>adb shell (adb shell will run and daemon tool will also run if this message is not see then close elevated command prompt and restart tablet and continue with following commands)
7. NOW RESTART THE TABLET AND WAIT TILL THE HOME SCREEN APPEARS.NOW
CONTINUE WITH FOLLOWING COMMANDS.
>adb shell getprop ro.secure (output should be 0)
>adb shell mount -oremount,rw /dev/block/system /system
>adb push c:\users/”username”/desktop/system/bin/su /system/bin/
>adb push c:\users/”username”/desktop/system/bin/su /system/_install/bin/
>adb shell chmod 4777 /system/bin/su
>adb shell mount -oremount,ro /dev/block/system /system
8. install busybox first and then check root status with root checker
superuser app,Yaffs explorer,Root Checker can be downloaded from any other site.
Custom Rom HCL ME U1 Tablet
Try this link to Install CWM recovery on HCl ME U1 and also Root The HCl ME U1 tablet
Link: http://tabletkinghcl007.blogspot.in/
jjv007 said:
This guide is successfully tested by me.
1. You need a 32 bit OS. (I have used 7 Pro x86).
2. Turn USB debugging ‘ON’ in settings of the tablet.
3. Download Superuser hear
Then extract the zip file to desktop:\ & you will see 2 folders as
“System” and “Meta-INF”.
4. Download the drivers. Then connect the tablet & install the drivers
using device manager.
5. Download SuperOneClick!. Extract the archive, go to the folder
named ADB. Open an elevated command prompt download that first
6. CONTINUE WITH THE FOLLOWING COMMANDS.
>adb root (you will see a message “adb is already running as a root”)
>adb devices (you should see your device number)
>adb shell (adb shell will run and daemon tool will also run if this message is not see then close elevated command prompt and restart tablet and continue with following commands)
7. NOW RESTART THE TABLET AND WAIT TILL THE HOME SCREEN APPEARS.NOW
CONTINUE WITH FOLLOWING COMMANDS.
>adb shell getprop ro.secure (output should be 0)
>adb shell mount -oremount,rw /dev/block/system /system
>adb push c:\users/”username”/desktop/system/bin/su /system/bin/
>adb push c:\users/”username”/desktop/system/bin/su /system/_install/bin/
>adb shell chmod 4777 /system/bin/su
>adb shell mount -oremount,ro /dev/block/system /system
8. install busybox first and then check root status with root checker
superuser app,Yaffs explorer,Root Checker can be downloaded from any other site.
Click to expand...
Click to collapse
hey can i use 64 bit os?? any other method for 64 bit os??

[Q] Root for Sharp Aquos SH-06D

Hi guys
I've imported the SH-06D from Japan and the phone is running great, however I'd like to remove some system apps etc to help speed up the phone (it's still on 2.3.5) and obviously tweak it as well.
I know there is an existing thread on the SH-01D (predecessor to the SH-06D) but I'm wondering if anyone has successfully rooted the SH-06D and if so, is there an (easy) process to do this?
Another reason I want to root, is to install the UI from the upcoming Evangelion Nerv edition of the SH-06D that is due to be released in a few days.
ICS for the SH-06D is just around the corner (due to be released in July) but I'd realy appreciate any help, assistance or tips in rooting the phone as it is now.
Cheers! :fingers-crossed:
Anyone?
:-(
here is a link to root the sh-06d :
http://itsuki.ddo.jp/gadget/index.php?SH-06D
THANK YOU!
Have you tried this method and does it work? Can you assist me in following those directions?
Cheers
interfreak said:
THANK YOU!
Have you tried this method and does it work? Can you assist me in following those directions?
Cheers
Click to expand...
Click to collapse
i haven't tried since i don't have this phone.
i can try to help you if you want.
testnumero said:
i haven't tried since i don't have this phone.
i can try to help you if you want.
Click to expand...
Click to collapse
Thanks mate!
I'm fumbling through the process now - it's a little hard when you are using google translate lol!
OK, I've run through all the steps but..
When I get to the end of the process:
C:\Users\interfreak\Desktop
$ su
su
su: permission denied
:-(
interfreak said:
OK, I've run through all the steps but..
When I get to the end of the process:
C:\Users\interfreak\Desktop
$ su
su
su: permission denied
:-(
Click to expand...
Click to collapse
i don't know what is the problem, try to do steps again.
Tried, same result. :-(
interfreak said:
Tried, same result. :-(
Click to expand...
Click to collapse
i'll ask to translate it
Thanks mate!!! :highfive:
I want to know untill now has SH-06D been rooted?
I wish someone could dump ROM or launcher from SH-06 NERV version:fingers-crossed:
I'm working on the translation for root on Sharp Aquos SH-06D.
Please give me one or two more days!
That is highly impossible, having full root in J Phone are hard enough. Unlocking the bootloader is a wet dream for almost everyone who likes J phone
lightout said:
I want to know untill now has SH-06D been rooted?
I wish someone could dump ROM or launcher from SH-06 NERV version:fingers-crossed:
Click to expand...
Click to collapse
I'm trying to hard reset my SH-06D, but I can't do it via settings-privacy. I can select to wipe, but nothing happens.
Any suggestions?
I got the Nerv edition
Hey man, how did the rooting go? I ordered the Nerv edition of this phone, and I want to root it (mainly to pair my sixaxis controller for psx emulation) but wanted to consult with you first as a precaution.
Here is the a rough translation of the root guide found here:
http://itsuki.ddo.jp/gadget/index.php?SH-06D
Big thanks to testnumero for the help!
Please don't ask me directly for help. I don't own this phone.
A quick look at root
• With root you can freeze preinstalled bloatware and backup application settings and game save data.
• 3D content from /system can be played on other devices and 3DTVs.
Unresponsive apps can be frozen which will help the device run smoother and have a longer battery life.
Applications which are frozen disappear from your drawer making the device look cleaner and keeping your mind at ease.
• The process is similar to the one used for SH-01D.
• If an update patch is released or the Android 4.0 summer update is released then this guide will no longer be of help.
(Make sure your device is the following: Android Ver. 2.3.5 Build No. 01.00.03)
• If your device becomes a paperweight I won’t be held responsible.
• Follow this guide at your own risk.
↑
Preparations – Before you begin
• Install Android SDK and SHARP ADB USB drivers and make to use ADB.
• 「Settings」→「Applications」→「Development」→「USB Debugging」 checked.
• SH-06D and micro USB cable to connect to your PC
↑
Required Files
• Download "shdisphook" from the following link and extract.
http://goo.gl/Bs6Iq
• Download shsdgetroot-omap4.zip from the following link and extract.
http://www1.axfc.net/uploader/File/so/78144
• Download shbootgetroot-su.lzh from the following link and extract.
http://www.mediafire.com/?6i0n32jlwbxe8cp
• Keep all extracted files in the same folder.
↑
Creating files
• Create a file named "shdisphook.bat" in the folder with the extracted files.
Copy and paste the following and save.
adb push onload.sh /data/local/
adb push libsdservice_jni.so /data/local/
adb push shdisphook /data/local/
adb shell chmod 755 /data/local/onload.sh
adb shell chmod 755 /data/local/shdisphook
adb reboot
adb wait-for-device shell /data/local/shdisphook
pause
• Create a file named "oncmd.sh" and put the following in the description.
(Save the line break as LF)
chmod 777 /cache
chmod 666 /cache/recovery
• Replace the contents of the file "installfile.cmd" with the following and save.
adb shell /data/local/shsdgetroot-omap4 -c "/system/bin/mount -o rw,remount -t rootfs rootfs /"
adb shell /data/local/shsdgetroot-omap4 -c "/system/bin/chmod 777 /sbin"
adb push su /sbin
adb push busybox /sbin
adb shell /data/local/shsdgetroot-omap4 -c "/system/bin/chown 0.0 /sbin/su"
adb shell /data/local/shsdgetroot-omap4 -c "/system/bin/chown 0.0 /sbin/busybox"
adb shell /data/local/shsdgetroot-omap4 -c "/system/bin/chmod 6755 /sbin/su"
adb shell /data/local/shsdgetroot-omap4 -c "/system/bin/chmod 755 /sbin/busybox"
adb shell /data/local/shsdgetroot-omap4 -c "/sbin/busybox --install -s /sbin"
adb shell /data/local/shsdgetroot-omap4 -c "/system/bin/chmod 755 /sbin"
adb shell /data/local/shsdgetroot-omap4 -c "/system/bin/mount -o ro,remount -t rootfs rootfs /"
adb push Superuser.apk /data/local/
adb shell /system/bin/pm install -t -f -r /data/local/Superuser.apk
adb shell /system/bin/rm /data/local/Superuser.apk
exit /b
↑
Step 1
• Open command prompt to the folder with the extracted files and navigate to "shdisphook".
Execute "shdisphook.bat". (You can also just double click on the .bat file)
• The device will reboot so just wait for the [Press any key to continue] message to appear.
If more than a few minutes have passed and nothing has appeared then, force close and execute "shdisphook.bat" again.
(When you fail your PC will reboot or your SH-06D WiFi will start. There is a high rate of success when you immediately unlock the lock screen for your device when it goes to sleep.)
↑
Step 2
• Open command prompt and send oncmd.sh to SH-06D to change permissions
adb push oncmd.sh /data/local/oncmd.sh
adb shell chmod 755 /data/local/oncmd.sh
• 「Settings」→「microSD and device storage」→「Unmount microSD」 This will execute the file "oncmd.sh" , which was sent to the device earlier.
(Cancel the message for 「Unmount microSD」)
• Enter the following commands.
adb shell mv /cache/recovery /cache/recovery_
adb shell ln -s /dev/shsd /cache/recovery
• Execute the following adb shell ls -l /cache and if you see the following message you have succeed.
drwxrwx--- root  root 2011-11-11 03:39 lost+found
drw-rw-rw- system cache 2012-01-24 10:48 recovery_
lrwxrwxrwx shell  shell 2012-03-02 13:24 recovery -> /dev/shsd
• Next execute adb shell ls -l /dev/shsd you should get the following message if you were successful.
crw-rw-rw- system cache 231, 0 2012-04-23 02:01 shsd
↑
Step 3
• Execute adb push shsdgetroot-omap4 /data/local
• Execute adb shell /system/bin/chmod 755 /data/local/shsdgetroot-omap4
• Execute adb shell /data/local/shsdgetroot-omap4 -v -m -u
• The “# “mark will appear there will be no response. Close command prompt for now.
• Execute installfile.cmd
• Check if you have root with the following adb shell→su
↑
After you reboot
• After you reboot you will lose root rights so execute shdisphook.bat→Cancel Unmount microSD →execute installfile.cmd and you should have root again.
The reason why you cannot do a clean wipe or nothing happen is because the recovery section has been move out into another location, causing it to not loading the recovery correctly.
Check with SH-01d part, I have asked similar question there and I revert the recovery in order to wipe the phone..
You need to rearrange the following section like on the sh-01d when you hit this part:
(Following is Original command that you relocated the recovery for root)
adb shell mv /cache/recovery /cache/recovery_
adb shell ln -s /dev/shsd /cache/recovery
And replace with the revert command found on sh-01d thread. You will need to redo all the steps from step 1 to step 2 and STOP AFTER YOU REVERT the RECOVERY.
You should be able to do a full wipe with no issue then. DO NOT POWER DOWN or RESET!!! You will have to REDO it again as it REQUIRES SHDSIHOOK to input shell command.
Hope it helps
waiting!!!!!!!!!!

Rooting Android phone Bluebo B3000

I just got a cute chinese phone, called Bluebo B3000.
(The manufacturer is www bluebo net)
the device has MTK6575
Android 4.0.4, Kernel 3.0.13
no GPS,
RAM: 256MB
ROM: 512MB
Resolution: 320 x 480 Pixels
SIM slots: 2
SD card
quadband GSM 850/900/1800/1900MHz
I only need root.
Which flash tool is good for this device?
There are russian forums discussing this device, e.g..forum china-iphone ru , viewtopic.php?f=46&t=22437
but I dont understand what they say.
Thanks!
yay
I posted how to root this phone in the Russian Forum, (in Russian and English), here are the steps to follow:
I have the same phone (BlueBo B3000 -MTK6575)
English:
We have to have our mobile perfectly recognized by the computer as "ADB Device", with the controller properly installed, and Debug Mode Enable (connected to the PC with the USB cable).
Download (htt p://ww w.4shar ed.com/zip/fyH9xy DF/Roo tTianji.ht m l) (remove spaces), you need to work in command mode with ADB.
Unzip in "C :/" folder, it will be now "C :/ RootTianji /".
Open a command window (cmd.exe). Then we put (without the quotes) cd.. "until we get "C:>" then put "cd RootTianji" and then just put "adb".
Best explained
1 -. cmd.exe
2 -. cd ..
3 -. cd .. (again)
4 -. Stop when you get "C:>" prompt
5 -. RootTianji cd
6 -. adb
Now we have to follow these steps to the letter.
Type and hit enter: adb push su /data/local/tmp/su
Type and hit enter: adb push Superuser.apk /data/local/tmp/Superuser.apk
Type and hit enter: adb restore fakebackup.ab (Do not do anything on the phone yet)
Type and hit enter: adb shell "while ! ln -s /data/local.prop /data/data/com.android.settings/a/file99; do :; done" (Now in the command window appear few rows error and that means the exploit is working and now is when you press on the phone and within seconds Restore on mobile as a message that the restoration is completed. If a password is asked do not to write anything, just continue)
Type and hit enter: adb reboot (The phone now reboots itself. Do not do anything until it completely reboot. Might take a little and flashes).
Type and hit enter: adb shell
Now the phone is in root mode and the # prompt appears.
Type and hit enter: mount -o remount,rw -t ext4 /dev/block/mmcblk0p1 /system
Type and hit enter: cat /data/local/tmp/su > /system/bin/su
Type and hit enter: chmod 06755 /system/bin/su
Type and hit enter: ln -s /system/bin/su /system/xbin/su
Type and hit enter: cat /data/local/tmp/Superuser.apk > /system/app/Superuser.apk
Type and hit enter: chmod 0644 /system/app/Superuser.apk
Type and hit enter: rm /data/local.prop
Type and hit enter: exit
Type and hit enter: adb shell "sync; sync; sync;"
Type and hit enter: adb reboot
Your mobile is now root.
If you could try to do all steps from the beginning and from step 9 and 10 run these commands: chown 0.0 / system / bin / su
If the process gets "stuck" in the row of errors (never ends), close and disconnect everything and connect the phone again seeing that everything necessary is in good condition (drivers, cables, files), then proceed to retry processes from the beginnin. (cmd.exe).
If you dont understand something just ask.
This guide was originally made ​​for Tinji Mobile N9000 i9220, but when I realized it was the same processor as mine (B3000 - MT6575), I decided to try it, and for my surprise, it worked!
Please be careful and use this information at your own risk
Sorry if I wrote something bad or strange. Bye
Thanks!! I will try.
Hooray! I've got root!
thanks!
unlucky for me I have messed some things around and mis-spelled the "ln -s" command,
but eventually I managed to install all the drivers required, and to load a ROM with root.
Thanks a lot!
BlueBo unlock
gonzalox said:
I posted how to root this phone in the Russian Forum, (in Russian and English), here are the steps to follow:
I have the same phone (BlueBo B3000 -MTK6575)
English:
We have to have our mobile perfectly recognized by the computer as "ADB Device", with the controller properly installed, and Debug Mode Enable (connected to the PC with the USB cable).
Download (htt p://ww w.4shar ed.com/zip/fyH9xy DF/Roo tTianji.ht m l) (remove spaces), you need to work in command mode with ADB.
Unzip in "C :/" folder, it will be now "C :/ RootTianji /".
Open a command window (cmd.exe). Then we put (without the quotes) cd.. "until we get "C:>" then put "cd RootTianji" and then just put "adb".
Best explained
1 -. cmd.exe
2 -. cd ..
3 -. cd .. (again)
4 -. Stop when you get "C:>" prompt
5 -. RootTianji cd
6 -. adb
Now we have to follow these steps to the letter.
Type and hit enter: adb push his / data / local / tmp / su
Type and hit enter: adb push Superuser.apk / data / local / tmp / Superuser.apk
Type and hit enter: adb restore fakebackup.ab (Do not do anything on the phone yet)
Type and hit enter: adb shell "while! Ln-s / data / local.prop / data/data/com.android.settings/a/file99, do:; done" (Now in the command window appear few rows error and that means the exploit is working and now is when you press on the phone and within seconds Restore on mobile as a message that the restoration is completed. If a password is asked do not to write anything, just continue)
Type and hit enter: adb reboot (The phone now reboots itself. Do not do anything until it completely reboot. Might take a little and flashes).
Type and hit enter: adb shell
Now the phone is in root mode and the # prompt appears.
Type and hit enter: mount-o remount, rw-t ext4 / dev/block/mmcblk0p1 / system
Type and hit enter: cat / data / local / tmp / su> / system / bin / su
Type and hit enter: chmod 06755 / system / bin / su
Type and hit enter: ln-s / system / bin / su / system / xbin / su
Type and hit enter: cat / data / local / tmp / Superuser.apk> / system / app / Superuser.apk
Type and hit enter: chmod 0644 / system / app / Superuser.apk
Type and hit enter: rm / data / local.prop
Type and hit enter: exit
Type and hit enter: adb shell "sync, sync, sync;"
Type and hit enter: adb reboot
Your mobile is now root.
If you could try to do all steps from the beginning and from step 9 and 10 run these commands: chown 0.0 / system / bin / su
If the process gets "stuck" in the row of errors (never ends), close and disconnect everything and connect the phone again seeing that everything necessary is in good condition (drivers, cables, files), then proceed to retry processes from the beginnin. (cmd.exe).
If you dont understand something just ask.
This guide was originally made ​​for Tinji Mobile N9000 i9220, but when I realized it was the same processor as mine (B3000 - MT6575), I decided to try it, and for my surprise, it worked!
Please be careful and use this information at your own risk
Sorry if I wrote something bad or strange. Bye
Click to expand...
Click to collapse
I have purchased a B3000 but it's not accepting my SIM for Tmobile and I need it unlocked....do anyone know how to unlock?
sugabear210 said:
I have purchased a B3000 but it's not accepting my SIM for Tmobile and I need it unlocked....do anyone know how to unlock?
Click to expand...
Click to collapse
i think the problem might be your SIM card, this mobile come as unlocked as default.
Getting stuck
If the process gets "stuck" in the row of errors (never ends), close and disconnect everything and connect the phone again seeing that everything necessary is in good condition (drivers, cables, files), then proceed to retry processes from the beginnin. (cmd.exe).
Click to expand...
Click to collapse
I always get stuck at this part, i own a Bluebo B3000 Android 4.0.4 ICS can you help me? thank you
EDIT: I've figured it out, you have to write the code and click the restore option as quick as possible
EDIT 03/01/2013: I've given up hope in trying to root this phone, when i tried two days ago i couldn't root it but now i've tried and it worked like WOAH! thank you for this wonderful tutorial!!!
gonzalox said:
I posted how to root this phone in the Russian Forum, (in Russian and English), here are the steps to follow:
I have the same phone (BlueBo B3000 -MTK6575)
English:
We have to have our mobile perfectly recognized by the computer as "ADB Device", with the controller properly installed, and Debug Mode Enable (connected to the PC with the USB cable).
Download (htt p://ww w.4shar ed.com/zip/fyH9xy DF/Roo tTianji.ht m l) (remove spaces), you need to work in command mode with ADB.
Unzip in "C :/" folder, it will be now "C :/ RootTianji /".
Open a command window (cmd.exe). Then we put (without the quotes) cd.. "until we get "C:>" then put "cd RootTianji" and then just put "adb".
Best explained
1 -. cmd.exe
2 -. cd ..
3 -. cd .. (again)
4 -. Stop when you get "C:>" prompt
5 -. RootTianji cd
6 -. adb
Now we have to follow these steps to the letter.
Type and hit enter: adb push su /data/local/tmp/su
Type and hit enter: adb push Superuser.apk /data/local/tmp/Superuser.apk
Type and hit enter: adb restore fakebackup.ab (Do not do anything on the phone yet)
Type and hit enter: adb shell "while ! ln -s /data/local.prop /data/data/com.android.settings/a/file99; do :; done" (Now in the command window appear few rows error and that means the exploit is working and now is when you press on the phone and within seconds Restore on mobile as a message that the restoration is completed. If a password is asked do not to write anything, just continue)
Type and hit enter: adb reboot (The phone now reboots itself. Do not do anything until it completely reboot. Might take a little and flashes).
Type and hit enter: adb shell
Now the phone is in root mode and the # prompt appears.
Type and hit enter: mount -o remount,rw -t ext4 /dev/block/mmcblk0p1 /system
Type and hit enter: cat /data/local/tmp/su > /system/bin/su
Type and hit enter: chmod 06755 /system/bin/su
Type and hit enter: ln -s /system/bin/su /system/xbin/su
Type and hit enter: cat /data/local/tmp/Superuser.apk > /system/app/Superuser.apk
Type and hit enter: chmod 0644 /system/app/Superuser.apk
Type and hit enter: rm /data/local.prop
Type and hit enter: exit
Type and hit enter: adb shell "sync; sync; sync;"
Type and hit enter: adb reboot
Your mobile is now root.
If you could try to do all steps from the beginning and from step 9 and 10 run these commands: chown 0.0 / system / bin / su
If the process gets "stuck" in the row of errors (never ends), close and disconnect everything and connect the phone again seeing that everything necessary is in good condition (drivers, cables, files), then proceed to retry processes from the beginnin. (cmd.exe).
If you dont understand something just ask.
This guide was originally made ​​for Tinji Mobile N9000 i9220, but when I realized it was the same processor as mine (B3000 - MT6575), I decided to try it, and for my surprise, it worked!
Please be careful and use this information at your own risk
Sorry if I wrote something bad or strange. Bye
Click to expand...
Click to collapse
its not worked for me - b3000s
when get error with the msg for restor the error rows never be end
and when type this comand : mount -o remount,rw -t ext4 /dev/block/mmcblk0p1 /system
i see error please help me
Device Not Recognized
When I connect my Bluebo B3000 to the computer even with USB debugging on it doesn't recognize it. I have everything installed to root this phone, and I just need to figure out how to fix this. I'm using Windows 7 x64.
Is there any drivers for this phone? I can't find any. It might be in Chinese or Russian, I don't know. I also tried to find drivers for Tinji Mobile N9000 i9220 since gozalox says that it has the same processor as this one, but the search results yielded with roms; they don't look legitimate so I don't want to bother.
Thank you for reading.
EDIT:
After installing MTK6575 device I finally was able to get in my phone, but I still get stuck at the "while" part
I followed everything as instructed, and yes I checked if the spelling was correct by pasting the instructions in the notepad.
After entering the adb shell "while ! ln -s /data/local.prop /data/data/com.android.settings/a/file99; do :; done" I get link failed File exists. I did click restore my data quickly and kept waiting. I did see the com.android.settings under the page in the phone. I don't understand the password request part since the phone asks me for the encryption password on the page in which I'm sure I don't have. I was stuck on the data restore until the streams of "link failed File exists" disappeared so I proceeded to reboot, but when I type adb shell it was still $ I've kept trying to do this over and over again from step 1 (not closing the cmd prompt though, I wouldn't want to type them over and over) but it still doesn't work. My last resort would be typing everything from scratch and hope for the best.
Please help. Thank you!
EDIT 2:
I finally rooted my phone. For those people who need help, go here ht tp://fo rum. china-iphon e.ru/viewt opic.p hp?f=31&t =17863 (remove spaces) and click MTK Droid Root & Tools v2.3.7 The program is in English, so no worries about that. I did it twice for mine and it worked~ Install the Android Terminal app to check if you're rooted. Just type su in a window and if it has the hash sign "#" then you're rooted. Good luck!
Ignore, as I'm still looking for the delete button. Noob, noob, noob...
Messed it Up with mtkdroid Tools
I Have used the Mtk droid Tool, clicked on root button, and confirmed on the onscreen button.
after this the program continues to recognize my device but now the "ROOT" button disapears, and above was write "root shell quemu mode".
I think the phone was rooted, but I installed some root required apks and they said that i have not the root permisions, including the Terminal emulator, this said "permission denied" when prompt "su" command.
After I requested a normal reboot via the MtkdroidTools and the device dont boot, it stays freezed at Android logo.
I tried the Recovery mode, but dont worked too...

Categories

Resources