THIS IS FOR ICS-B4 ONLY
TWRP Port
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What works:
Boots
landscape mode
Touch
Backup to Internal and External
USB Mount (have to install Streak 7 ADB drivers and use 'adb shell')
Restore from Internal
What doesn't:
Let me know here.
Download link:
https://github.com/giveen/twrp_streak7/downloads
Mirror
https://docs.google.com/open?id=0B0ozkQsJWIScRFVuN010eTQzd1U
Flash using fastboot
Thanks:
TWRP Team
Dees_Troy
Very exciting. Tester right here if and when needed. I assume this is being developed for our streaks running ics ?
Sent from my PC36100 using XDA
ElfinJNoty said:
Very exciting. Tester right here if and when needed. I assume this is being developed for our streaks running ics ?
Sent from my PC36100 using XDA
Click to expand...
Click to collapse
That is correct.
As soon as I get it to mount one of the storages (internal or external) than it will be out for testing.
Reverting some settings result in a successful backup to internal storage, need to work on getting both internal and external to work.
Done. Link and instructions on how to install in OP
amazing work giveen! just flashed & tested it, works like a charm! big thx!!
I'm glad its working out for everyone
giveen said:
I'm glad its working out for everyone
Click to expand...
Click to collapse
Just fastbooted it! Very nice work.
Backup worked but didn't try to restore. Minor cosmetic issue on mount screen, check mark circle for "internal sd" covers the last two characters of the "external sd" text or "sd".
wptski said:
Just fastbooted it! Very nice work.
Backup worked but didn't try to restore. Minor cosmetic issue on mount screen, check mark circle for "internal sd" covers the last two characters of the "external sd" text or "sd".
Click to expand...
Click to collapse
Yeah, those things are probably from the fact the 800x480 are from a Gtab, I might try to clean that up later.
Doing a restore from internal and external storage now to see if it works.
@giveen...
So when you say adb shell you meant I have access to the file system once mounted but not in an USB mass storage way? I have to use adb push, pull commands?
Sent from my Dell Streak 7 using Tapatalk 2
cdzo72 said:
@giveen...
So when you say adb shell you meant I have access to the file system once mounted but not in an USB mass storage way? I have to use adb push, pull commands?
Sent from my Dell Streak 7 using Tapatalk 2
Click to expand...
Click to collapse
I did "Mount USB" from inside the TWRP
It showed up in my Device Manager as "Ventana", installed ADB driver for Dell Streak 7
From command line I ran "adb shell", so I am assuming "adb push/pull" will work as well right now.
Also, the cosmetic issue of "mount internal / external " will be fixed hopefully tomorrow. I've moved the button over 200px and now just need to move the text.
Giveen,
Thanks for the recovery.img. Did a backup and it appeared to work fine. Haven't done a restore yet.
For those who are as backwards as I am, this might help getting you into TWRP menu.
Power off your Streak
1) press and hold Vol + and power buttons until you get a menu
2) When the menu comes up, select option 2 (Software upgrade via update package on SD card)
That will take you into the cool TWRP menu.
Again, thanks Giveen for all of your hard work.
awesome!
This is the most groundbreaking development for our streaks since the ICSbeta builds.
Giveen, you should feel amazing about the progress you are making. Am I wrong to assume you used the TWRP porting guide to create this recovery? I'm just curious to know your resources so I can look into having my windows pc recognize the streak7 similar to the way it does when powered on (mtd?) ADB is fine and all, it would just be perfect to be able to drag n drop through Windows... I was able to do that on my HTC Evo using twrp.
I have begun to search for generic ics flashable zip mods to test out
ElfinJNoty said:
This is the most groundbreaking development for our streaks since the ICSbeta builds.
Giveen, you should feel amazing about the progress you are making. Am I wrong to assume you used the TWRP porting guide to create this recovery? I'm just curious to know your resources so I can look into having my windows pc recognize the streak7 similar to the way it does when powered on (mtd?) ADB is fine and all, it would just be perfect to be able to drag n drop through Windows... I was able to do that on my HTC Evo using twrp.
I have begun to search for generic ics flashable zip mods to test out
Click to expand...
Click to collapse
Yes, I used this guide
http://rootzwiki.com/topic/23903-how-to-compile-twrp-from-source/
And talked it over with one of the main dev's Dees_Troy
I did talk to him about MTP, but he said he wasn't sure yet about how to implement it.
giveen said:
Doing a restore from internal and external storage now to see if it works.
Click to expand...
Click to collapse
Can I assume that the restore worked?
wptski said:
Can I assume that the restore worked?
Click to expand...
Click to collapse
Yes.
Does this mean that my device is read only?
ssmr2t said:
Does this mean that my device is read only?
Click to expand...
Click to collapse
No that just means youre Streak isn't being recognized as a fastboot device I think
Sent from my cm_tenderloin using Tapatalk 2
I replied to the OP on twitter, but if you look really carefully at the command line picture he posted, you shall see the problem.
I've always used: "fastboot -i 0x413c flash recovery recovery.img" which works.
Related
I wrote this basic little application to help out those who are either afraid of the command prompt or simply just don't want to deal with it. Drop it in the same folder as adb and run it.
Feel free to leave feedback or contact me with any questions/comments.
http://incredible.groove2.net/IncredibleRooter.zip
If people decide they like this, I will continue development and add some new features to it.
Check out the Readme.txt for more information and detailed explanations.
Thank you, I had rooted mine before using the command prompt, your application save me time on taking off the battery and waiting for reboot. Thanks again.
vVv mDaWg said:
I wrote this basic little application to help out those who are either afraid of the command prompt or simply just don't want to deal with it. Drop it in the same folder as adb and run it.
Feel free to leave feedback or contact me with any questions/comments.
http://incredible.groove2.net/IncredibleRooter.zip
If people decide they like this, I will continue development and add some new features to it.
Check out the Readme.txt for more information and detailed explanations.
Click to expand...
Click to collapse
Thanks for your work, it doesn't go unappreciated =).
Glad to see people are finding it useful. Expect a CityID removal button in the near future.
where exactly do we drop this? what's the path?
As the OP stated, place this program in the same folder as adb, so depending on where your sdk is located it might go in C:\sdk\tools\
what's the adb?
Please bare with me...
Robes1 said:
what's the adb?
Please bare with me...
Click to expand...
Click to collapse
Found it...thanks anyway.
Appreciate it, wish I would have seen before I rooted. I will try this as I need to get back there to remove cityid anyways.
-------------------------------------
Sent via the XDA Tapatalk App
lol.. you know whats sad... is i almost guarantee besides trying 2.2 on this beast.. CityID is #1 on peoples list of crap to remove that is absolutely useless
Nice App.
Thanks!
What does the app do? Will it help get people into the adb shell? That seems to be the real problem.
When will option be avail to remove cityid? that is big reason for me to root.
also please explain more on where to find adb folder?
thanks for this app cant wait to try it.
metalmenance said:
When will option be avail to remove cityid? that is big reason for me to root.
also please explain more on where to find adb folder?
thanks for this app cant wait to try it.
Click to expand...
Click to collapse
Extract it or place it inside the tools folder.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
hmmmm
well I'm stuck. tried several cards tried all the methods and still no go. It goes to the screen with the red triangle and dead ends. and after that it just says cant open cache recovery command guess im screwed oh well thanx for posting all the steps you guys went through effen pisses me off though
Has anyone used this and has it worked. I've tried every method on every site and nothing, I'm going to try this when I get home from work.
Hey guys, sorry if there's been any confusion.
This app will not make ADB start up in recovery. That's still something that we still have to achieve to get any of this to work.
Peronally I used the Kingston 4GB Class 4 card and it works pretty much almost every single time I just do a simple adb reboot.
This application was designed to make the rooting process a quick and painless command prompt-less process after you achieve adb running in recovery mode. I used this on my friend's Incredible and the rooting process took me literally 30 seconds to complete.
vVv mDaWg said:
Hey guys, sorry if there's been any confusion.
This app will not make ADB start up in recovery. That's still something that we still have to achieve to get any of this to work.
Peronally I used the Kingston 4GB Class 4 card and it works pretty much almost every single time I just do a simple adb reboot.
This application was designed to make the rooting process a quick and painless command prompt-less process after you achieve adb running in recovery mode. I used this on my friend's Incredible and the rooting process took me literally 30 seconds to complete.
Click to expand...
Click to collapse
Does the red triangle with the exclaimation point mean it has failed, or do you wait further?
Thanks,
Jim
I used a SanDisk 2GB works everytime.
After your in recovery mode and have clicked the Step 3: button "Check for ADB In Recovery".
If you get the "sorry adb not running" message try this:
Unplug your usb cord from the device and remove your battery.
Replace your battery and hold down the volume- key and press the power button.
Highlight Recovery as soon as possible.
Plug the usb cord back in and press the power button at the same time.
Note: If you hear a noise when you plugged in the usb cord before you see the black Recovery screen you did it wrong.
Click the Step 3: button one to five times.
If it doesn't work try it again or try a different SD card.
Touch thanks for all the help Bro. My incredible is just a stubborn ***** LOL Great job on the windows app
CREDITS::
One Click Root: http://forum.xda-developers.com/showthread.php?t=739300
One Click LagFix: http://forum.xda-developers.com/showthread.php?t=749649
Unlocking Tools: http://forum.xda-developers.com/showthread.php?t=761048
I haver modified a lot of stuff to get it all to work in this, and have even created a few of the things in this multi-tool. HOWEVER, it is more of a compilation, to make it easier for lazy people like me.
NOTE: NO ONE BUT YOU IS RESPONSIBLE FOR YOUR DEVICE, NOT ME, NOT ANYONE, YOU!
So I present to you the SGS Vibrant Multi Tool. (GUI coming soon, hopefully)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What can it do you might ask?
Root
Unroot
Install Drivers for Windows 32b and 64b
WARNING: DO NOT USE THESE BELOW WITHOUT BEING ROOTED.
Apply LagFix (RyanZa v1)
Remove LagFix
Modify Start-Up and Shut-Down Video's and Sounds.
Get your unlock code.
How to use:
You will be presented with a series of options when you start the program. If you want option one, type 1, and press enter. So on and so forth.
Where to download. v1.0
http://www.multiupload.com/CF5EMU7NSQ
md5sum: 3bcdcec95334e545b3c4426b0abbc00e
Source
http://gist.github.com/556267
Feel more than free to do whatever you want with this.
if you run into issues or have suggestions please post here, if you are a developer of anything up above and don't want your work included in this compilation let me know and i will re-write your utils myself and take you off credits.
ChangeLog
Version 1.0
- Added install drivers option for those without drivers.
- Fixed issue where startup/shutdown flashes wouldn't flash, requires clockwork recovery now.
Version 0.8
-Released to XDA
The I couldn't download the file from any of those links. Rapid share says it doesn't exist and so do a couple others I tries
Sent from my SGH-T959 using XDA App
thats just fantastic!!
thankyou for sharing
sadly "installation aborted" on "update.zip" for galaxy s boot audio and video
EDIT:maybe clockworkMOD conflict
Should be working. I don't know why it wouldn't.
I'll figure out why installation failed when I get home.
Sent from my SGH-T959 using XDA App
Are you going to release the GNU src?
disturkis4u said:
The I couldn't download the file from any of those links. Rapid share says it doesn't exist and so do a couple others I tries
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
mirror: http://www.mediafire.com/?m4jddi1wve5a3
Released source. OP updated to reflect this. You will need the stuff that comes in the release as well as the program relys on system("**.bat") to function. Someone here wanted the source so here ya go. Make it better community. I don't have the time, just got a call back to work for next week. (Been laid off a while.)
Oh yea C++. http://gist.github.com/555120
Thanks Man for putting this together great job !!
I keep getting "Installation Aborted" when trying to flash the Samung S boot/shutdown. I hate the Tmobile one. I do see the udpate.zip on the internal card. If it matters, I did flash clockwork recovery before this.
I did the remove sounds, then tried the flash with no luck.
svtcontour said:
I keep getting "Installation Aborted" when trying to flash the Samung S boot/shutdown. I hate the Tmobile one. I do see the udpate.zip on the internal card. If it matters, I did flash clockwork recovery before this.
I did the remove sounds, then tried the flash with no luck.
Click to expand...
Click to collapse
testing it now. confirmed it doesn't work, i had assumed it was properly signed based on my memory of it, but it turns out i was mistaken.
What you can do in the mean time because it might be a while until I get it fixed, is push the boot/shutdown file to your phone and change the update.zip files name, restore clockwork and flash through clockwork.... I am updating the files to reflect this.
It will be working in v0.9 so go ahead and redownload if you see that. Also coming in v0.9 option to install drivers for phone. And maybe more, who knows.
Out of curiosity, which version of superuser is included with this package?
Buickguy said:
Out of curiosity, which version of superuser is included with this package?
Click to expand...
Click to collapse
2.3.1 i believe
I try to run this and I get the following -
'adb' is not recognized as an internal or external command,
operable program or batch file.
__________________________________________________________
Pushing required files to /sdcard This is internal SD Card Please wait.
'adb' is not recognized as an internal or external command,
operable program or batch file.
'adb' is not recognized as an internal or external command,
operable program or batch file.
'adb' is not recognized as an internal or external command,
operable program or batch file.
Now running lag fix. On your device, select allow root privledges!"
'adb' is not recognized as an internal or external command,
operable program or batch file.
Script complete!
'adb' is not recognized as an internal or external command,
operable program or batch file.
Press any key to continue . . .
Click to expand...
Click to collapse
Thats very odd, it is in the folder /utils/ right?
It oughta work just the way it is, however, I do have adb (android-sdk/tools) in my PATH so I guess that might be it.
zaduma said:
Thats very odd, it is in the folder /utils/ right?
Click to expand...
Click to collapse
I didn't see that mentioned in the original post. I extract the .rar onto the phone to /utils? Then run it from there using windows?
TY in advance.
no it can be in any directory, i think i know what the problem is, it is just before bed where i am. i will fix it tomorrow after work and release. i am pretty sure i know what is wrong.
I am getting the same adb error. Maybe my adb path? (c:\android-sdk-windows\tools)
zaduma said:
no it can be in any directory, i think i know what the problem is, it is just before bed where i am. i will fix it tomorrow after work and release. i am pretty sure i know what is wrong.
Click to expand...
Click to collapse
I'm still not understanding where to put the "Vibrant MultiTool" folder to get it to work. Do I put it on the SD card, or on the phone? Do I copy over everything in that folder which contains a "utils" folder along with the MultiTool app?
Thanks for the help.
Edit: This tool is outdated. Use at your own risk and with your own discretion.
Is there a replacement?
You should probably mention that it's outdated in your post that sends people here:
[Root Users] One Click Audio Start Up Noise Removal / Replacement (can't post a link)
(that script doesn't work either)
The following script will install necessary files for mtp and copy a Unity launcher that runs either a mount or unmount script so you can access the filesystem on your nexus 7 without having to resort to wifi.
This is not original work, the code was adapted from here
Background...why move away from UMS to MTP?
“MTP is a big improvement over USB mass storage — for devices with lots of internal memory, a manufacturer no longer needs to come up with some hard partition between the USB mass storage and internal storage. Instead, they are all in one partition, with MTP providing access to the directory of media files that would normally be available through USB mass storage. This means there is no longer a need for apps on SD card for such devices, because what used to be the ‘internal SD card’ is in the same partition as where applications are stored. The storage on your device can be used for either applications or media, depending on what you want to put on it. You aren’t stuck with how much space the manufacturer decided to leave for the two areas.
Oh also this means that the media storage doesn’t need to be unmounted from Android when it is being access through the PC.“
Using the Script:
1. Run install_me.sh by double-clicking and running in terminal, or launch sh from terminal
2. After install script completes, it will drop you to $HOME/.local/share/applications, copy over the file called Mount Nexus 7 Filesystem to your Unity Launcher
3. Right click on the Nexus 7 icon and chose mount or unmount. Mounting takes about 5-10 seconds, so be a little patient.
Note: Although Nautilus has an eject next to the folder, it will not do anything. You need to unmount from the launcher.
Download:
http://www.mediafire.com/?fbib01go50iij7g
Script Details:
Install mtpfs package
Copy over a Nexus 7 icon for the launcher
Copy a mount and unmount script to your $HOME/.scripts folder
Copy a desktop file (unity launcher icon) to your $HOME/.local/share/applications folder
The desktop file calls either the mount or unmount script from the .scripts folder to mount as mtp filesystem
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks a lot. The script also works for my Samsung Galaxy Note II
I'm gonna give that script a try once I get the runt off the school bus.
I had it work once or twice, but now I'm not having much luck. Nautilus seems to be force closing a lot. I even rebooted, no difference. In fact even if I force close Nautilus and bring it back, it'll continually spin until I unplug my Nexus 7. The second I unplug it, my home dir files show up perfectly.
How do you do i Gnome 3?
JaSauders said:
I had it work once or twice, but now I'm not having much luck. Nautilus seems to be force closing a lot. I even rebooted, no difference. In fact even if I force close Nautilus and bring it back, it'll continually spin until I unplug my Nexus 7. The second I unplug it, my home dir files show up perfectly.
Click to expand...
Click to collapse
I've got the same problem. I'm fairly familiar with mounting and unmounting in linux so I don't think it was anything I did.
How do I assign the icon to the file? I have a "?" icon where the Nexus 7 pic should be.
liquidsuspension said:
How do I assign the icon to the file? I have a "?" icon where the Nexus 7 pic should be.
Click to expand...
Click to collapse
Ok I figured it out. I had to copy the icon PNG to /usr/share/pixmaps
Installed it but whenever i click 'Internal Storage' it just opens the home directory in another folder and i can never get to internal storage
like so
Sebianoti said:
Installed it but whenever i click 'Internal Storage' it just opens the home directory in another folder and i can never get to internal storage
like so
Click to expand...
Click to collapse
same thing happened to me
jesuscash said:
same thing happened to me
Click to expand...
Click to collapse
and to me... does anyone have a solution?
jekennedy33 said:
and to me... does anyone have a solution?
Click to expand...
Click to collapse
does gMTP help? Its avaiable from USC
jekennedy33 said:
and to me... does anyone have a solution?
Click to expand...
Click to collapse
Try this blog . See if that helps.
I fixed it!
All you have to do is change nautilus ~/Nexus7 in the mount_nexus7.sh in the install folder to nautilus ~/Nexus7/*
Save
Uninstall the script and the install again.
This is SO much easier than using gMTP.
it work for me ,but can we do something so that it automount when we plug in the usb?
How do I remove Nexus 7 folder?
Hello, my name is Chisa and I'm a noobette
I followed your directions on "Easy-Mount Script for Mounting MTP in Ubuntu" to view my Nexus 7 tablet folder from my Linux desktop file explorer. Everything went according to instructions - I copied and pasted the command lines into the terminal and watched as the mysterious machine gibberish scrolled like it was doing something important... and then, finally, I saw the Nexus folders in my Linux Mint file explorer, although, it shows empty
Being the ADD noobette that I am, I moved on to another app promising the same thing - the gMTP - and lucky me, this one worked and can be installed directly from the software manager in Linux Mint. It's still not the ideal fast and simple file transfer like it is with my Nokia phone usb connection - why can't things be kept that simple?
So now I'm in a pickle: cannot delete the Nexus 7 folder created by your script. How do I make it go away? Is there something to uninstall?
I didn't try any other script besides this one. I promise :angel:
Reboot worked
buddhinha careca said:
So now I'm in a pickle: cannot delete the Nexus 7 folder created by your script. How do I make it go away? Is there something to uninstall?
I didn't try any other script besides this one. I promise :angel:
Click to expand...
Click to collapse
Issue solved: I rebooted and the folder is gone and whatever Nexus folder was still left in home, could be deleted this time. :victory:
AW: Easy-Mount Script for Mounting MTP in Ubuntu
I'm using Kubuntu and kio-mtp, that combination works very well for me. It integrates the mtp protocol into dolphin so i just have to plug in the N7 and it shows up in the "removable media"-popup. Just google it, the post on the German Ubuntu forum is pretty self-explanatory. There's also a ppa.
I don't think it's gonna work with Gnome3 or Unity though, as far as i know it's only for KDE.
Root is already available for the Motorola Razr HD & Maxx!
I grabbed this from the Razr M forums, it will work for a variety of new Motorola Devices.
Instructions:
Download
Unzip
Install Motorola Drivers
Enable USB Debugging on Phone
Plug Into PC
Run The Batch File "Run"
Follow Along the CMD Prompt for Progress & Let it Finish
Enjoy and Hope for some Developers to Pick Up This Phone to Rom
**UPDATE**JellyBean OTA In order to update to the latest OTA without losing root you need to:
Be Rooted on ICS
Use VooDoo Rootkeeper to do the following
Protect Root
Temp Unroot
Take the JB OTA
Restore Root
Enjoy being both on the latest and rooted. Remember, do not just take the update without doing both those two things as there is no root exploit currently available for JB.
This is a one-click-method so all you have to do is the prerequisites and it will do the rest for you.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
How to Unroot:
Thanks shabbypenguin for posting this.
You can manually unroot your Droid by using a root file manager program (such as root explorer) and mountsystem as R/W. Then delete the following:
/system/app/Superuser.apk
/system/bin/su
and if it has it
/system/xbin/su
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Downloads:
Here's the link to the drivers: Motorola Drivers
Root File is attached to the Post, but here are some Mirrors:
Mirror 1
Mirror 2
Rooting your phone works whether you have the Developer version or not.
Hit thanks if this made you happy!
Screenie:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
*Disclaimer: This root exploit was created by Dan Rosenburg and not myself, so I take no credit in creating it . You are only hitting "Thanks" for me sharing this root method and simple guide on the appropriate forum.*
.
No effin way!!!! Awesome!!!
Sent from my DROID RAZR HD using xda app-developers app
That was fast. Still debating on if I want to take the chance of keeping this beauty. Decisions...
Edit: This works with the Maxx as well?
dscottjr81 said:
This works with the Maxx as well?
Click to expand...
Click to collapse
Yes they're essentially the same device, like the previous Droid Razr/Maxx were. One with just ~800MaH more battery, and twice the internal storage.
TruEastSydeBoi said:
Yes they're essentially the same device, like the previous Droid Razr/Maxx were. One with just ~800MaH more battery, and twice the internal storage.
Click to expand...
Click to collapse
My mistake anyhow as its in the OP. Thanks
Work good with orange France version (c
Rom customised by provider)
Thank you for tip and the creator.
Sent from my XT925 using xda app-developers app
You just helped me decide to buy it!
So, this is not working for me... I have a RAZR MAXX HD, and I have done a factory reset on it with no luck. Does anyone have any other suggestions? Thanks in advance for your help! :fingers-crossed:
What stage is phone in now? Did downloaded file run as in screen shot?
this method works like a charm...super easy!!!
Verizon razr HD here
thx op!!!
Does this also have an unroot method?
Sent from my GT-N8013 using Tapatalk 2
Worked for me.
Sent from my DROID RAZR HD using xda app-developers app
pantoner said:
So, this is not working for me... I have a RAZR MAXX HD, and I have done a factory reset on it with no luck. Does anyone have any other suggestions? Thanks in advance for your help! :fingers-crossed:
Click to expand...
Click to collapse
Did you have USB debugging enabled in the phone Development settings? Also when you plug it in and get that connection notification on your phone, select USB Charge mode. It's best if you open the file after you do all that so it doesn't try to start in Mass Storage mode, before you switch to usb charge.
lucidvtec said:
this method works like a charm...super easy!!!
Verizon razr HD here
thx op!!!
Click to expand...
Click to collapse
Glad to hear! and you're welcome. Yes, it was very convenient to have this as soon as the phone was released.
Word of advice to all is that you need to follow the instructions closely and run the batch file AFTER you plug in your phone and switch it charge mode and verify that the USB Debugging icon shows up. This way the program does not start running if your phone automatically goes to Mass Storage mode.
This didnt work for me either. I have a Maxx and understand they are the same internally, correct? Is there a way for me to convert this and use it on a Mac (last resort)? I have an old Dell my wife had in college that I use to root when there is no root for a Mac and I never know if its outdated software causes issues. This however is very simple so I have no clue why it didnt work. Downloaded drivers and they installed correctly and ran the bat file. When I plug my Mac into the pc it I have a choice of mass storage, mtp or ptp. I've tried mtp and ptp. The error I get adb is not recognized as an internal or external command, operable program or batch file. This mean it cant find adb?
Worked on my Maxx, thanks! Here's what I did. I couldn't find a charge only mode so I plugged it on usb mass storage. Had to run it about 5 times. What was happening on my phone was I'd minimize the window and assume that when I came back to it I could hit a key and reboot. Well my Maxx would reboot after 5 seconds of that message displaying by itself, somehow destroying the root process. Had to sit there and press the key almost immediately when the message came up. Hope that helps!
I left my razr hd maxx in MTP mode and only had to enable dubbing mode. it worked on the first try.
Yes you don't have to put it in charge mode, that's just how its always been for Motorola's and my Rezound. The Raz HD doesn't require that just plug it in. that was only to be safe if there was the option for just to charge it for computer.
I got it working. Thanks
Guys I have TWRP V2.8.10...I was trying to install ViperOne Rom. I had in installed but I foolishly did a FULL ADVANCED Whipe...Idk why I did that I wasn't thinking about it...well naturally it wiped the ROM clean off the device as well as EVERYTHING else. I don't even have my backup to restore to. UGH I'm so frustrated with myself. Well anyways I try to enable MTP while in TWRP and its shows the HTC One as a portable device as well as havin 24.9 of 25.0 GB of FREE Space however it will NOT let me copy the ViperOne ROM over....it keeps saying the file size is too large. IT most certainly is NOT too large. There has to be someway around this to FORCE this file onto to the device for a reflash. Any help would be appreciated here. Idk if this is a windows thing but I was thinking I could maybe even attach a micro to full size usb plug to the htc and put the rom on a flash drive and flash it onto the device but idk if this would work. I should also note that when I open internal storage on the device it only shows the TWRP folder. I'm half wondering if the device has lost its root as well...will a reflash over the terminal maybe help?
gravatrax1 said:
Guys I have TWRP V2.8.10...I was trying to install ViperOne Rom. I had in installed but I foolishly did a FULL ADVANCED Whipe...Idk why I did that I wasn't thinking about it...well naturally it wiped the ROM clean off the device as well as EVERYTHING else. I don't even have my backup to restore to. UGH I'm so frustrated with myself. Well anyways I try to enable MTP while in TWRP and its shows the HTC One as a portable device as well as havin 24.9 of 25.0 GB of FREE Space however it will NOT let me copy the ViperOne ROM over....it keeps saying the file size is too large. IT most certainly is NOT too large. There has to be someway around this to FORCE this file onto to the device for a reflash. Any help would be appreciated here. Idk if this is a windows thing but I was thinking I could maybe even attach a micro to full size usb plug to the htc and put the rom on a flash drive and flash it onto the device but idk if this would work.
Click to expand...
Click to collapse
If you have a USB-OTG adapter it will certainly work.
your other options are adb push rom.zip /sdcard
and adb sideload rom.zip
just be sure the rom.zip is in the same folder as adb
I have a fastboot folder on my desktop the directory is
C:\Users\GRAVATRAX\Desktop\fastboot
VIPER adb and fastboot are all in the same folder, how would enter this into the command terminal? I'm following instructions that I found but it cames throwing me errors
Attached a pic, what am i doing wrong here lol
gravatrax1 said:
I have a fastboot folder on my desktop the directory is
C:\Users\GRAVATRAX\Desktop\fastboot
VIPER adb and fastboot are all in the same folder, how would enter this into the command terminal? I'm following instructions that I found but it cames throwing me errors
Attached a pic, what am i doing wrong here lol
Click to expand...
Click to collapse
What does your storage show as in recovery? 0mb?
Since you wiped it all anyway you may as well try Wipe>Format Data, from within twrp. You will be prompted to type yes to confirm. When its done reboot recovery and try MTP again.
As for using adb and fastboot. Do this, Hold Shift and Right Click on your fastboot folder. From the drop down menu that appears select "Open a command window here" this should open a cmd prompt with your fastboot folder as it's working directory.
Now use the push command
Code:
adb push viper.zip /sdcard
The command window will appear unresponsive until the push completes. When it's done install the Rom with your recovery.
Danny201281 said:
What does your storage show as in recovery? 0mb?
Since you wiped it all anyway you may as well try Wipe>Format Data, from within twrp. You will be prompted to type yes to confirm. When its done reboot recovery and try MTP again.
As for using adb and fastboot. Do this, Hold Shift and Right Click on your fastboot folder. From the drop down menu that appears select "Open a command window here" this should open a cmd prompt with your fastboot folder as it's working directory.
Now use the push command
Code:
adb push viper.zip /sdcard
The command window will appear unresponsive until the push completes. When it's done install the Rom with your recovery.
Click to expand...
Click to collapse
How long does it usually take to transfer files via this method? It shows the file onthe device but in the amount of like 128kb, will it give some sort of confirmation when its done?
Also in recovery it would show the device as having an internal storage os 26034.
If this doesn't work where I can find an otg cable? Would it be possible to use lets say a male to female usb adapter with a standard micro usb cable to achieve this effect
gravatrax1 said:
How long does it usually take to transfer files via this method? It shows the file onthe device but in the amount of like 128kb, will it give some sort of confirmation when its done?
Click to expand...
Click to collapse
While the Rom is being pushed you will see only a blinking cursor in the command window. When it's complete you should get a confirmation and the prompt will return to normal
It can take several minutes.
A basic OTG cable looks like this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
But they com in all sorts of shapes and sizes I use one like this
Picked up in my local tesco for a few quid
Danny201281 said:
While the Rom is being pushed you will see only a blinking cursor in the command window. When it's complete you should get a confirmation and the prompt will return to normal
It can take several minutes.
Click to expand...
Click to collapse
Alright Ill just be patient and let it do its thing....I tried to push the file via adb sideload however it kept saying device not found And yes i would enable ADB sideload via TWR
I might have to take a trip down to best buy and staples nad see if I can find one...I would call and see if they have what Im looking for...but LOL.
SO while we are waiting for this file to be pushed I am curious as to why this is happening. what exactly did I do for it cause to bring me this issue in Windows?
gravatrax1 said:
Alright Ill just be patient and let it do its thing....I tried to push the file via adb sideload however it kept saying device not found And yes i would enable ADB sideload via TWR
I might have to take a trip down to best buy and staples nad see if I can find one...I would call and see if they have what Im looking for...but LOL.
Click to expand...
Click to collapse
you need to fix your pc drivers while the phone is in recovery
look for the one in device manager with an exclamation mark and update the driver manually
clsA said:
you need to fix your pc drivers while the phone is in recovery
look for the one in device manager with an exclamation mark and update the driver manually
Click to expand...
Click to collapse
The deivce manager shows no issues with the drivers :/
Still trying to push the file...something gotta be wrong here.
gravatrax1 said:
Alright Ill just be patient and let it do its thing....I tried to push the file via adb sideload however it kept saying device not found And yes i would enable ADB sideload via TWR
I might have to take a trip down to best buy and staples nad see if I can find one...I would call and see if they have what Im looking for...but LOL.
SO while we are waiting for this file to be pushed I am curious as to why this is happening. what exactly did I do for it cause to bring me this issue in Windows?
Click to expand...
Click to collapse
Check your SDK is upto date by typing this into the fastboot command window
Code:
adb version
The latest is 1.0.32.
Also you may try TWRP 2.6.3.3 some other versions of TWRP have issues with adb. :good:
EDIT:- Infact reading back to your first post i see your using TWRP 2.8.1.0. It's been a while since i first tested that version but i'm sure I ditched it because of problems with adb