I am not responsible for anything that happens while installing this recovery
Installation:
Download the attached recovery.img. You must have your bootloader unlocked before following this guide please refer HERE . You do not have to root your device to complete this installation.
To permanently flash to recovery partition
Code:
fastboot flash recovery recovery.img
To test the recovery image use
Code:
fastboot boot recovery.img
To install SuperSu/Root your device use the flashable zip from Chainfire's thread. No direct links let's give him credits
http://forum.xda-developers.com/showthread.php?t=1538053
Current issues:
It appears to be rotated 180 degrees the wrong way. It's rotated that way due to the framebuffer. Don't worry it does not effect the performance in any way.
Source:
device https://github.com/C457/android_device_nvidia_wx_na_wf
kernel https://github.com/C457/android_kernel_nvidia_ardbeg
If you want to build the recovery to fix the 180 degree rotated issue you will need one patch from google
http://gerrit.vanir.co:8080/#/c/324/
Thanks
Huge thanks to @Keithn for testing all my bad images
If you would like to help me purchase this tablet follow the link below
http://www.gofundme.com/dbb08k
Reserved again
The portables drivers work for the tablet? The instructions to unlock the bootloader are for the shield portable.
Failrunner said:
The portables drivers work for the tablet? The instructions to unlock the bootloader are for the shield portable.
Click to expand...
Click to collapse
Most likely yes and it wouldn't hurt to try. Let me know how it goes. All feed back is appreciated.
The bootloader unlocking part is the same on all devices that allow unlocking the bootloader without some special key you have to request.
Failrunner said:
The portables drivers work for the tablet? The instructions to unlock the bootloader are for the shield portable.
Click to expand...
Click to collapse
works for the shield tablet too. I used the "Universal_Naked_Driver_0.73"
Failrunner said:
The portables drivers work for the tablet? The instructions to unlock the bootloader are for the shield portable.
Click to expand...
Click to collapse
That's the command to unlock all the nexus devices as well
Yup just unlocked. I knew the command worked. I was worried about the drivers.
Failrunner said:
Yup just unlocked. I knew the command worked. I was worried about the drivers.
Click to expand...
Click to collapse
Fastboot drivers are pretty much all the same from my expirence. Sometimes if I'm looking for a driver for fastboot in my list I'll just use one for whatever I see first and Ive never had an issue.
Uploaded new recovery.img it's using normal layout as nvidia kernel makes it go that direction I decided to just swap volume up and down keys.
Unjustified Dev said:
Uploaded new recovery.img it's using normal layout as nvidia kernel makes it go that direction I decided to just swap volume up and down keys.
Click to expand...
Click to collapse
Just flashed, its good
Sent from my One M8
@MikeChannon could you move this to the new shield tablet forum please.
Unjustified Dev said:
@MikeChannon could you move this to the new shield tablet forum please.
Click to expand...
Click to collapse
Done sir
Mike
Thanks for creating a forum specifically for the Shield Tablet! ^_^ I haven't got mine yet... still in the process of "attracting" it.
Shouldn't this be in the android development section?
Thanks very much, just got my tablet through the post! TOOK 5 days to be delivered (felt like a month) now on to rooting
joshuabg said:
Shouldn't this be in the android development section?
Click to expand...
Click to collapse
well there should be a section just for the shield tablet... We neeeeed someone to fix it!
kossiewossie said:
well there should be a section just for the shield tablet... We neeeeed someone to fix it!
Click to expand...
Click to collapse
It was moved already it's in android development now
Unjustified Dev said:
It was moved already it's in android development now
Click to expand...
Click to collapse
omg. just noticed the tablet has its own section now! wicked!
Thanks for the custom recovery!
Does anyone have a copy of the stock recovery though? I can't flash an OTA with CWM due to mismatching device name (among other reasons, possibly).
bigxie said:
Thanks for the custom recovery!
Does anyone have a copy of the stock recovery though? I can't flash an OTA with CWM due to mismatching device name (among other reasons, possibly).
Click to expand...
Click to collapse
Remove the following lines from the OTA zip in META-INF/com/google/android/updater-script
This is an example of the lines to remove.
Code:
(!less_than_int(1407012396, getprop("ro.build.date.utc"))) || abort("Can't install this package (Sat Aug 2 13:46:36 PDT 2014) over newer build (" + getprop("ro.build.date") + ").");
getprop("ro.product.device") == "shieldtablet" || abort("This package is for \"shieldtablet\" devices; this is a \"" + getprop("ro.product.device") + "\".");
The file beginning line should now read
Code:
show_progress(0.500000, 0);
format("ext4", "EMMC", "/dev/block/platform/sdhci-tegra.3/by-name/APP", "0", "/system");
Related
Introducing.... Superboot!
Superboot is a boot.img that when booted, will root your device the first time you boot (installing su and the superuser APK). No need to flash any partitions, no need to mess around with ADB, no messing with the contents of your data partition, no overwriting the shipped ROM on your device, just boot the boot image using the instructions below and you're done!
APPLY THIS AT YOUR OWN RISK!
Superboot r4 - DOWNLOAD - MD5: f53825a2df09277f899b6738b3a059d5
How to use Superboot - Windows, Linux and OSX
- Download the Superboot zip file above and extract to a directory
- Put your device in bootloader mode - Turn off the phone then turn on with the 'volume up' and 'volume down' buttons both pressed to enter the bootloader (as pictured below)
- WINDOWS - double click 'superboot-windows.bat'
- MAC - Open a terminal window to the directory containing the files, and type 'chmod +x superboot-mac.sh' followed by './superboot-mac.sh'
- LINUX - Open a terminal window to the directory containing the files, and type 'chmod +x superboot-linux.sh' followed by './superboot-linux.sh'
Note: If you are using a retail device, you may need to unlock the bootloader first, using './fastboot-windows oem unlock' (or the appropriate version for your machine, included in this zip). Note that the OEM unlock sequence wipes your device, so consider doing an 'adb backup' beforehand if required!
Enjoy!
P
Awesome!!!!! Can't wait for my nexus 7 :thumbup::beer:
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
glad to see u here Paul. any plans on a cwm or are you using the one available in the other root thread? I see u porting superboot everywhere, awesome!
I'll probably just use the CWM already made, unless there's a good reason to make a new one?
P
paulobrien said:
I'll probably just use the CWM already made, unless there's a good reason to make a new one?
P
Click to expand...
Click to collapse
I just wasn't sure who even made the other n I prefer using stuff by well known devs that's all. when I get mine I'll try porting our cannibal touch recovery from the kfire with sblood86 n drew.
Sent from my Amazon Kindle Fire using xda premium
This is outstanding news. Im ready for my nexus 7 to hit my door. Believe it or not this will be my first nexus device and I cant wait. Thanks paul o brian :thumbup::beer:
Sent From A Rotary Phone
Download Counter
Does SuperBoot change the download counter from 0 to "Custom Downloads 1"?
Glenn
weltwon said:
Does SuperBoot change the download counter from 0 to "Custom Downloads 1"?
Glenn
Click to expand...
Click to collapse
There is no custom download counter on the N7 is there?
P
So does this unlock the bootloader?
Bilge656 said:
So does this unlock the bootloader?
Click to expand...
Click to collapse
paulobrien said:
Note: You need to unlock the bootloader in order to use this Superboot. Note that the OEM unlock sequence wipes your device.
Click to expand...
Click to collapse
Reading carefully before flashing helps reduce frustration. (old chinese proverb)
paulobrien said:
I'll probably just use the CWM already made, unless there's a good reason to make a new one?
P
Click to expand...
Click to collapse
Twrp is a good enough reason
Makes flashing Roms on my prime effortless.
I need a hand. Can't seem to get the USB drivers to work. I keep getting device not found
Sent from my Nexus 7 using Tapatalk 2
tried this 3 times... no joy.. no root. the ota jb update was applied before i did this..............would that screw it up??
patterone said:
tried this 3 times... no joy.. no root. the ota jb update was applied before i did this..............would that screw it up??
Click to expand...
Click to collapse
No...
P
Sent from my GT-I9300 using Tapatalk 2
patterone said:
tried this 3 times... no joy.. no root. the ota jb update was applied before i did this..............would that screw it up??
Click to expand...
Click to collapse
See if you have any luck with wugfresh that's how I got rooted
Sent from my Nexus 7 using Tapatalk 2
I was having trouble with the other two methods once inside CWM (something to do with the Windows driver), but this worked flawlessly. I can live without CWM for now.
Mogster said:
I was having trouble with the other two methods once inside CWM (something to do with the Windows driver), but this worked flawlessly. I can live without CWM for now.
Click to expand...
Click to collapse
Awesome, enjoy!
P
I've got a question I hope won't bother you to answer, Paul.
My goal with my Nexus 7 when it arrives is to be able to load up Titanium Backup Pro and restore some of my Games (App+Data). I' d like to know if I understand the process right to get to that point and still be able to receive OTA updates.
The first thing I should do when I turn on my device is boot into the bootloader and oem fastboot unlock.
Next, I should follow your instructions to chmod and install the superboot package.
When my device reboots after this, should I be able to update to 4.1.1 and retain root so I can install TBpro?
Brigaid said:
I've got a question I hope won't bother you to answer, Paul.
My goal with my Nexus 7 when it arrives is to be able to load up Titanium Backup Pro and restore some of my Games (App+Data). I' d like to know if I understand the process right to get to that point and still be able to receive OTA updates.
The first thing I should do when I turn on my device is boot into the bootloader and oem fastboot unlock.
Next, I should follow your instructions to chmod and install the superboot package.
When my device reboots after this, should I be able to update to 4.1.1 and retain root so I can install TBpro?
Click to expand...
Click to collapse
Upgrade first then unlock and root 4.1.1
Worked for me
MB860, CM7.2.0, Faux 026b1 1Ghz
Thanks, I'm happy to hear it works.
KINDLE FIRE HD ONLY!!! USE AT YOUR OWN RISK!!
I put together this tool for those that have tried to modify their system unsuccessfully and bricked their device. You must be able to get your device into fastboot for this to work. The easiest way is to purchase a factory cable or make your own(a $15 purchase or a little bit of your time is better than a bricked device).
The .img's in this tool were made from a rooted device w/ the su binary in place. There is no need to re-root your device, however if you choose to erase cache and user data(not necessary but may be a good idea) you will need to re-install Superuser.apk to gain root.
Instructions:
1.) Download the version you want to use from the link below and unzip.
2.) Enable fastboot mode. Turn off your device then plug into your pc using a factory cable. If the device is recognized by adb then you can use this command:
Code:
adb shell su -c "reboot bootloader"
3.) Run the SR Tool.bat and follow the instructions. If you wish to downgrade system versions see instructions at the bottom of the post.
Downloads:
KFHD_SRT_v1.3.5- 7.3.0 (seperate option for restoring factory recovery)
KFHD_SRT_v1.3.0- 7.2.3 (separate option for restoring factory recovery)
KFHD_SRT_v1.2.3- 7.2.3
KFHD_SRT_v1.2- 7.2.1
KFHD_SRT_v1.0- 7.1.5
I apologize for the size of this tool. The .img files used are rather large. If you want to use your own backup .img then download the lastest version of this tool from here. Just place your system.img inside images folder. It must be named system for option 1 or system2 for option 2
UPDATES:
4/20/13
-separate option to restore factory recovery and boot now on v1.3.0
4/17/13
-KFHD_SRT_v1.3.5
-flashing boot and recovery images now a separate option
3/21/13
-KFHD_SRT_v1.3.0
-boot and recovery images inlcuded
-SuperSU and GoogleServicesFramework now included as system apk's
12/22/12
-KFHD_SRT_v1.2.3
-System v7.2.3
-New option for installing Googleservicesframework.apk
12/17/12
-downgrade method instructions(confirmed)
12/1/12
-KFHD_SRT_v1.2
-new system partition backups for software v7.2.1
-vending.apk to phonesky.apk for newest version of play store
Instructions for downgrading to 7.2.1:
1.) Download boot and recovery imgs(these are backus from 7.2.1) from this LINK and place in the folder where you have access to fastboot or inside the KFHD_SRTool_v1.2 folder
2.) Use KFHD_SRTool_v1.2 to flash system.img.
3.) Erase userdata and cache
4.) Open a cmd prompt from the folder where you placed the previously downloaded .img's.
Use these cmds:
Code:
fastboot -i 0x1949 flash boot boot.img
fastboot -i 0x1949 flash recovery recovery.img
5- Reboot.
Those who deserve our thanks:
kinfauns for the how to on backing up and restoring system software.
bazm60 for confirming the method above works.
hellocali626 for bringing to my attention the need to flash boot and recovery images for downgrade.
Amazing tool ... a must of you are into tinkering with your kindle
samio2 said:
Amazing tool ... a must of you are into tinkering with your kindle[/QUOT
I tried this using my system.img and the one embedded in the tool.
I keep getting this:
fastboot -i 0x1949 flash system system.img
sending 'system' (907264 KB)...
FAILED (remote: data too large)
finished. total time: 0.052s
Help?
Click to expand...
Click to collapse
Worked like a charm
I think I love you. ;-* Thank you very much.
omegamind said:
I think I love you. ;-* Thank you very much.
Click to expand...
Click to collapse
Is there a special way to install fadtboot drivers?? I don't think I'm setup right.
Can someone report what the device drivers say when in fast boot mode??
Thanks
Sent from my Galaxy Nexus using xda app-developers app
http://forum.xda-developers.com/showthread.php?t=1890413
I used the exe in the zip. Its a closed thread but it worked for me.
onemeila said:
To anyone who has downloaded or will download this update- The backups were made from software v7.2.1_user_2030320. A couple of days after I made this backup amazon sent out a second update to 7.2.1_user_2040020. That said if you use this tool with the images included, your device will update to the new version. You will lose root, launchers, and phonesky.apk. It will not cause any problems and will still restore the system but you will have to re-root. Sorry for any inconvenience and I will try to load new backups as soon as I can.
Click to expand...
Click to collapse
FWIW, I rerooted my KFHD after v7.2.1_user_2030320 was pushed. Oddly it did not lose root after it was updated to 2040020. Only change I noticed was the reappearance of ads in the start-up/lock screen. Anyone else experience the same?
RustedRoot said:
FWIW, I rerooted my KFHD after v7.2.1_user_2030320 was pushed. Oddly it did not lose root after it was updated to 2040020. Only change I noticed was the reappearance of ads in the start-up/lock screen. Anyone else experience the same?
Click to expand...
Click to collapse
Think you've gotten lucky, i've flashed mine a couple times with the 2030320 backup and when it updates it loses root every time.
Same thing happened to me. Everything worked including root.
Sent from my KFTT using Tapatalk 2
how hard would it be to add the HD 8.9 sofware into this tool?
mdblaze said:
how hard would it be to add the HD 8.9 sofware into this tool?
Click to expand...
Click to collapse
Working on it now.
onemeila said:
Working on it now.
Click to expand...
Click to collapse
How long do you expect it to take?
FroyoShark said:
How long do you expect it to take?
Click to expand...
Click to collapse
Uploading now, sorry got distracted over the holidays.
onemeila said:
Uploading now, sorry got distracted over the holidays.
Click to expand...
Click to collapse
@onemeila, have you confirmed that a factory cable works on the KFHD to put it into Fastboot? Thanks
SkOrPn said:
@onemeila, have you confirmed that a factory cable works on the KFHD to put it into Fastboot? Thanks
Click to expand...
Click to collapse
Yes it works on the KFHD 7" and KF2 7", It does not work on the 8.9" version however it is not needed because you can use a fastboot command with product id while powering on and works everytime, even when no adb and in bootloop(confirmed personally all of the above)
Hope you don't mind I've directed a few people to your link for factory cables.
onemeila said:
Yes it works on the KFHD 7" and KF2 7", It does not work on the 8.9" version however it is not needed because you can use a fastboot command with product id while powering on and works everytime, even when no adb and in bootloop(confirmed personally all of the above)
Hope you don't mind I've directed a few people to your link for factory cables.
Click to expand...
Click to collapse
No I do not mind, lol... However, I do not own any of these devices and yet people keep asking me if it will work on their device. I keep seeing different reports on the subject and do not want to be giving out false hope. I will update my list of confirmed devices.
Thanks for all the work you do to help the Kindle community :good: and thanks for the positive endorsement on my Factory Cable...
Best Regards
SkOrPn
SkOrPn said:
No I do not mind, lol... However, I do not own any of these devices and yet people keep asking me if it will work on their device. I keep seeing different reports on the subject and do not want to be giving out false hope. I will update my list of confirmed devices.
Thanks for all the work you do to help the Kindle community :good: and thanks for the positive endorsement on my Factory Cable...
Best Regards
SkOrPn
Click to expand...
Click to collapse
Thank you for making such high quality cables at such a reasonable price. I would order one myself but had already made mine before I saw your post and now have upgraded to the 8.9 which scared me when my cable wouldn't work on it, haha Amazon was prolly trying to lock it down more but managed to make it easier
If I have the 7.2.2 update on KFHD 7", Can this be used to revert back to 7.2.1 so that we can root again?
DssTrainer said:
If I have the 7.2.2 update on KFHD 7", Can this be used to revert back to 7.2.1 so that we can root again?
Click to expand...
Click to collapse
im testing that out right now. i'll get back to u...
Any news about downgrade from 7.2.2 to 7.2.1 using ths tool?!
Thx
So yeah I'm asking how to do it..
I have read the thread created by joelalmeidaptg but I find it unclear for me...
I am unlocked and have CWM installed...
WIIstpM said:
So yeah I'm asking how to do it..
I have read the thread created by joelalmeidaptg but I find it unclear for me...
I am unlocked and have CWM installed...
Click to expand...
Click to collapse
Just a thought but if you can't follow the step by step directions already posted.wait.don't mess with it.
Sent from magical jelly bean.
kaos420 said:
Just a thought but if you can't follow the step by step directions already posted.wait.don't mess with it.
Sent from magical jelly bean.
Click to expand...
Click to collapse
Alright... If only someone could provide a clearer (more straightforward) step by step..
Sent from my OptimusBlack using Tapatalk 2
Totaly agree.... someone should make a more noob proof topic, with links to the required stuff you need. The topic that exists is comparable to this ( no offense author ) : " How to draw a horse? Step 1) you take a piece of paper and a pen.... Step 2) You draw the ****ing horse.
I used that guide and I used method 2 the fast boot way, just take it step by step, start by downloading the fastboot link then get the update from Asus and extract it twice and move the blob file to the fastboot folder the just follow the steps mate
I think the guide by joel is excellent. It is really easy to follow - which bits don't you understand? Ask here and we'll try to aid you.
sbdags said:
I think the guide by joel is excellent. It is really easy to follow - which bits don't you understand? Ask here and we'll try to aid you.
Click to expand...
Click to collapse
Well first of all im using CWM recovery.. what do i do ? because that guide is for people that have TWRP recovery
PaulSas said:
Well first of all im using CWM recovery.. what do i do ? because that guide is for people that have TWRP recovery
Click to expand...
Click to collapse
ive had problems with cwm in the past so i would suggest using twrp in that thread
Sent from my ASUS Transformer Pad TF300T using Tapatalk HD
I agree with Rob. Come to think of it, I haven't read one time where someone was using CWM on the new bootloader. I'm almost positive that it isn't even compatible.
Sent from my LG-LG855 using Xparent SkyBlue Tapatalk 2
It says in the thread to use TWRP and then it walks you through the process.
First using method 3
"Method 3: Update using TWRP recovery
Notes:
You must have TWRP installed
You need to put the update file on an SD card
This was the method I used since I wanted to prevent any bugs due to old data and to ensure the new partitions from 4.2 would be OK
You will keep your data as long as you don't wipe Data and Factory reset (including internal memory)...... etc"
And then below that :
-- Installing TWRP (Recovery) --
Since this new update brings a new bootloader, older recovery versions from 4.1 won't work at all. Don't try to flash one!
This guide will give you a patched recovery that works (almost) fine on the new bootloader. And yes, it can read/write to an external SD just fine. Follow this steps to install the new recovery on your device:
Connect the tablet to the computer
Reboot the tablet using the proper button on the power menu, holding Volume down until you see three icons (RCK, Android and Wipe Data)
Download this file and unpack it (it contains fastboot and a patched version of TWRP 2.4.4.0)
Open a command line on the extracted folder (you can use the instructions I wrote in Method 2 if you don't know how to do this) and type
Code:
fastboot -i 0x0b05 flash recovery twrp.blob
Wait for the script to complete. Once it is done, reboot the tablet by holding volume down and power button for 10 seconds or using
Code:
fastboot reboot
on the command line. Don't enter recovery directly!
You have now the new recovery for Android 4.2 .
So if you want to flash TWRP follow the instructions and then use method 3 to update and then reflash TWRP again
robgee789 said:
I used that guide and I used method 2 the fast boot way, just take it step by step, start by downloading the fastboot link then get the update from Asus and extract it twice and move the blob file to the fastboot folder the just follow the steps mate
Click to expand...
Click to collapse
The link I found does not allow me to download the file from asus website.. it doesn't give me a drop down for OS before I see any download for the Stockrom..
dilfatx said:
The link I found does not allow me to download the file from asus website.. it doesn't give me a drop down for OS before I see any download for the Stockrom..
Click to expand...
Click to collapse
Yeah just go back and reselect support, downloads and type in your device and do it again that way.
Brand new user here! So much info on this site; truly amazing
I have read so much, but still can't seem to figure out the best, error free method to root the TF700.
- New tablet that I bought 5 days ago.
I understand how to unlock as that's simple.
I understand I need to install TWRP.
After reading a website on androidcentral, I got the impression I need to start the Fastboot tool in Windows, and boot tablet into Fastboot mode, connect to PC...ect.
XDA forums suggests downgrading the firmware and using MOTOCHOPPER
Also, someone said to just install Scott's recovery install tool and rooting will be an option.
Any help would be great as I don't want to mess up my new toy!!!!!
Bryan480 said:
Any help would be great as I don't want to mess up my new toy!!!!!
Click to expand...
Click to collapse
Very understandable!
Downgrading to .8 and using Motochopper is useless by now. That was the easiest method to get TWRP on your tab. You would root and use GooManager to install TWRP. But Goo doesn't support flashing recoveries anymore - so root doesn't get you any closer to getting a custom recovery and a custom rom.
You have to use the fastboot method now (and need to be unlocked for that).
If you are new to this, you may want to read this:
http://forum.xda-developers.com/showthread.php?t=2277112
Scott's tool is a possibility but hasn't been updated or supported in quite a while. I would recommend the Minimal ADB Fastboot Tool:
http://forum.xda-developers.com/showthread.php?t=2317790
Or you go for the whole enchilada and install the SDK Developer tool on your PC.
http://developer.android.com/sdk/installing/index.html
Which is kinda overkill if you don't want to develop stuff for Android. What you really need out of that package is the Platform Tools.
Either way - get the correct drivers installed on your PC and fastboot TWRP 2.6.1 or 2.6.3.1 (I prefer the earlier version) onto your tab.
Then flash away :cyclops:
berndblb said:
Downgrading to .8 and using Motochopper is useless by now. That was the easiest method to get TWRP on your tab. You would root and use GooManager to install TWRP. But Goo doesn't support flashing recoveries anymore - so root doesn't get you any closer to getting a custom recovery and a custom rom.
Click to expand...
Click to collapse
While it is true that GooManager downloads no longer work, it is still possible to install a recovery from a rooted Android using dd to mmcblk0p4. But it is a good idea to do it via fastboot, just to learn how that works in case one really needs it.
Hello
Thank you so much for the reply!!
So I basically need to install the ADB fastbood on my PC and connect my TF700 to my PC via USB?
Do I need to install it on my TF700 also?
Bryan480 said:
Hello
Thank you so much for the reply!!
So I basically need to install the ADB fastbood on my PC and connect my TF700 to my PC via USB?
Do I need to install it on my TF700 also?
Click to expand...
Click to collapse
No you put your TF700 into fast boot mode by booting into the bootloader by holding down power and Volume Down when powering on.
First make sure you have downloaded the correct TWRP recovery blob file for your device from the TeamWin webpage. Use their search to find and choose the blob image for JB4.2 for the TF700T.
Rename it to twrp.blob and put it into the same folder as the fast boot.exe file
Then with it connected to your PC via USB, open a command window in the fastboot.exe folder (shift, right click, open command window here) and type or paste the following one line at a time. Wait for each line to finish:
Code:
TWRP:
fastboot -i 0x0B05 flash recovery twrp.blob
fastboot -i 0x0B05 reboot bootloader
When it reboots back into the bootloader pressing the volume down on ECK will now load TWRP
Hello
Think I understand most of this...
Do I need to do anything with USB debug?
When I open command window, due I include TWRP: in each line, or is that not needed?
And what is volume down on ECK?
Sorry If I sound like an idiot; this is all new to me.
Thank you so much!
Bryan480 said:
Hello
Think I understand most of this...
Do I need to do anything with USB debug?
When I open command window, due I include TWRP: in each line, or is that not needed?
And what is volume down on ECK?
Sorry If I sound like an idiot; this is all new to me.
Thank you so much!
Click to expand...
Click to collapse
Omit the TWRP ahead of the fastboot command. I think sbdags meant to write that outside of the code marks.
He's a busy man....
ECK is a typo. Supposed to be RCK, the icon for your recovery in the bootloader menu. And you have to push Volume UP on the flashing icon to enter it. Volume Down let's you cycle through the icons.
He's a busy man
Sent from my DROID4 using Tapatalk
berndblb said:
Omit the TWRP ahead of the fastboot command. I think sbdags meant to write that outside of the code marks.
He's a busy man....
ECK is a typo. Supposed to be RCK, the icon for your recovery in the bootloader menu. And you have to push Volume UP on the flashing icon to enter it. Volume Down let's you cycle through the icons.
He's a busy man
Sent from my DROID4 using Tapatalk
Click to expand...
Click to collapse
Oops yep ignore the TWRP: bit and also ECK should be RCK
Ok great
I'm going to try this and will report back!
Thanks again
Hello,
I just want to make sure I have the correct bootloader before I do this, as I don't want to break my new toy!!
My tablet is new...just bought about a week ago.
Thank you so much!!
You guys are great!
Well, if you have a 10.6.1.14.x bootloader, you're good to go.
Sent from my DROID4 using Tapatalk
ok so this has been such a pain!
I can't unlock the tab!
All I want to do it install TWRP via fastboot( i have the TWPR file, and installed fastboot onto my WIN 7 PC) and install a custom rom!
Please help I will donate
I'm and work and plan on trying again tonight.
Bryan480 said:
ok so this has been such a pain!
I can't unlock the tab!
All I want to do it install TWRP via fastboot( i have the TWPR file, and installed fastboot onto my WIN 7 PC) and install a custom rom!
Please help I will donate
I'm and work and plan on trying again tonight.
Click to expand...
Click to collapse
What happens when you try to unlock? Need more info.
Bryan480 said:
ok so this has been such a pain!
I can't unlock the tab!
All I want to do it install TWRP via fastboot( i have the TWPR file, and installed fastboot onto my WIN 7 PC) and install a custom rom!
Please help I will donate
I'm and work and plan on trying again tonight.
Click to expand...
Click to collapse
My recent experience with unlocking:
http://www.transformerforums.com/fo...ent/40226-my-recent-unlocking-experience.html
Dave
ok I finally got it to work after at least 15 attempts. Maybe because I bought on ebay?
Flash time.
I flashed TWRP
I put the reboot code...how long does it take?
Bryan480 said:
I flashed TWRP
I put the reboot code...how long does it take?
Click to expand...
Click to collapse
Less than a minute - are you unlocked now?
Success!!
FINALLLY got everything to work; so easy once I figured it out.
I installed _that's v4, didn't disable fsync....to scared!!
Any other ideas for a first time user?
I'm looking to conserve battery, but also would like good performance.
Oh yeah and how can I get rid of the 5 home screens?!?!
Thanks for everything
Bryan480 said:
Success!!
FINALLLY got everything to work; so easy once I figured it out.
I installed _that's v4, didn't disable fsync....to scared!!
Any other ideas for a first time user?
I'm looking to conserve battery, but also would like good performance.
Oh yeah and how can I get rid of the 5 home screens?!?!
Thanks for everything
Click to expand...
Click to collapse
Well done and welcome aboard. If you want to change the launcher settings you should flash Apex or Nova launcher from the installer and then you can mess with all sorts of things The stock launcher can't be changed.
Bryan480 said:
Success!!
FINALLLY got everything to work; so easy once I figured it out.
I installed _that's v4, didn't disable fsync....to scared!!
Any other ideas for a first time user?
I'm looking to conserve battery, but also would like good performance.
Oh yeah and how can I get rid of the 5 home screens?!?!
Thanks for everything
Click to expand...
Click to collapse
When you have your system up and running the way you want, go back to your TWRP and do a nandroid backup. After the backup, you can disable your Fsync. The worse case is to restore your back or reinstall your rom but you will enjoy your tablet more with Fsync off...
Just a quick recovery release.
Here's an official TWRP build:
http://build.twrp.me/twrp/twrp-3.0.2-0-f1f.img
Cyanogen recovery:
https://drive.google.com/file/d/0B0mwwhtzk9paSG5ZQ24zeHhZdnc/view?usp=sharing
Unlock instructions:
Flash file listed here:
http://forum.xda-developers.com/showpost.php?p=67178451&postcount=3
then "fastboot oem unlock"
Hi all,
Sorry for jumping in but let's try and keep to the thread topic please. Also, keep in mind that the people who take the time to develop roms, kernels, recoveries, and ect for the members of XDA do so out of their free time because they want to. They do not owe anybody anything, nor should they have to put up with ungrateful members badgering them about their contributions for absolutely no reason.
Thread cleaned
KennyG123 note: Entitled demanding users do not belong on XDA! This is a place where developers do this for love and at great cost of their family and personal time. If you want something, learn to make it yourself or learn to wait!
unlockable bootloader.
will just drop this here
https://strangebinaries.re/f1f/magictricks.zip
just flash this in stock recovery to let you bootloader be unlockable.
I ask to not mirror this.
you're welcome. do not flash on f1 plus.
uberlaggydarwin said:
will just drop this here
https://strangebinaries.re/f1f/magictricks.zip
just flash this in stock recovery to let you bootloader be unlockable.
I ask to not mirror this.
you're welcome. do not flash on f1 plus.
Click to expand...
Click to collapse
Whatabout This file ? With this flash bootloader is unlocked? After that could we install a custom recovery to flash another ROM?
uberlaggydarwin said:
will just drop this here
https://strangebinaries.re/f1f/magictricks.zip
just flash this in stock recovery to let you bootloader be unlockable.
I ask to not mirror this.
you're welcome. do not flash on f1 plus.
Click to expand...
Click to collapse
It will be nice if you can upload Cm13 for testing through your recovery
Sent from my F1f using XDA-Developers mobile app
How to flash your recovery to F1f ?
Mchasard said:
Whatabout This file ? With this flash bootloader is unlocked? After that could we install a custom recovery to flash another ROM?
Click to expand...
Click to collapse
This will just return fastboot. You can then use "fastboot oem unlock" but I deliberately left it "unlockable" vs unlocked for security reasons.
mermigas said:
It will be nice if you can upload Cm13 for testing through your recovery
Click to expand...
Click to collapse
Just compile from source (source is already on CM github), some things aren't ready yet so I won't provide a .zip package .
mfpss95134 said:
How to flash your recovery to F1f ?
Click to expand...
Click to collapse
by using fastboot ("fastboot flash recovery recoveryname.ing) . This isn't intended for the average user.
@uberlaggydarwin
thank you for your hard work and providing your knowledge to the community. I think this was the initial step for further custom rom development for the oppo f1!
uberlaggydarwin said:
will just drop this here
https://strangebinaries.re/f1f/magictricks.zip
just flash this in stock recovery to let you bootloader be unlockable.
I ask to not mirror this.
you're welcome. do not flash on f1 plus.
if you want to support unlocked bootloader projects then send $ to my paypal (new tool coming soon).
Click to expand...
Click to collapse
Amazing news! Thanks a LOT for sharing this with us.
Can I use it in an howto (with DL link to your server of course)?
Enjoy!
---------- Post added at 03:24 PM ---------- Previous post was at 02:28 PM ----------
uberlaggydarwin said:
Just a quick recovery release.
Here's an official TWRP build:
http://build.twrp.me/twrp/twrp-3.0.2-0-f1f.img
See my last post.
Click to expand...
Click to collapse
Hello,
I don't find it on official TWRP website (https://twrp.me/Devices/) ? Will it be added there soon?
Thanks for sharing anyway.
Enjoy!
Wendigogo said:
Amazing news! Thanks a LOT for sharing this with us.
Can I use it in an howto (with DL link to your server of course)?
Enjoy!
---------- Post added at 03:24 PM ---------- Previous post was at 02:28 PM ----------
Hello,
I don't find it on official TWRP website (https://twrp.me/Devices/) ? Will it be added there soon?
Thanks for sharing anyway.
Enjoy!
Click to expand...
Click to collapse
Sure..
Not sure why on the website, I suppose dees_troy hasn't updated the website yet.
I think, there is a litle "case-sensitive" bug in twrp, that breaks installs--
Code:
getprop("ro.build.product") == "F1f" || abort("This package is for \"F1f\" devices; this is a \"" + getprop("ro.build.product") + "\".");
..getprop() returns "f1f" in twrp instead of "F1f" as it is stored in the build.prop.. but for now you can adjust the one letter in the updater-script.
uberlaggydarwin said:
will just drop this here
just flash this in stock recovery to let you bootloader be unlockable.
I ask to not mirror this.
you're welcome. do not flash on f1 plus.
if you want to support unlocked bootloader projects then send $ to my paypal (new tool coming soon).
Click to expand...
Click to collapse
Thank you very much for the work you have done. I am going to submit a donation to help you along with this one. Cheers again!
Thankyou very much for your work a donation will be submitted. Have now successfully unlocked bootloader in fastboot and flashed twrp. Cheers
Does it work really ... The adb command could work after to flash a custom recovery?
Thank you for your hard work dude...I'll try this but how to flash this...If I click the file directly it is asking to upgrade system now...please kindly tell how to flash thanks once again.
Sent from my F1f using XDA-Developers mobile app
---------- Post added at 03:46 PM ---------- Previous post was at 03:26 PM ----------
Steps:
Stock recovery- install from storage-select magictricks.zip and flash...
Then in system settings- developer options and press OEM unlock...
Is this steps are correct buddy because I'm new to this...
?Thanks
Sent from my F1f using XDA-Developers mobile app
Mchasard said:
Does it work really ... The adb command could work after to flash a custom recovery?
Click to expand...
Click to collapse
Yes. It does work or I wouldn't have released it.
Make sure you tick "allow oem unlocking" in dev settings after you've flashed my .zip.
then just "fastboot oem unlock" with your computer (this will wipe your data).
drganbds said:
Thank you for your hard work dude...I'll try this but how to flash this...If I click the file directly it is asking to upgrade system now...please kindly tell how to flash thanks once again.
Click to expand...
Click to collapse
I don't offer support as I've said. Annoying me just ruins it for everyone. I've reported your post as it serves no good (like all your previous posts with ideas that weren't even valid or true).
Let's be clear. I will just stop providing free things if I get harassed (I'll even get the vulnerabilities patched so harder for future roots)..
mdkeil said:
I think, there is a litle "case-sensitive" bug in twrp, that breaks installs--
Code:
getprop("ro.build.product") == "F1f" || abort("This package is for \"F1f\" devices; this is a \"" + getprop("ro.build.product") + "\".");
..getprop() returns "f1f" in twrp instead of "F1f" as it is stored in the build.prop.. but for now you can adjust the one letter in the updater-script.
Click to expand...
Click to collapse
Thanks!
@uberlaggydarwin
Did you see this?
http://community.oppo.com/en/forum.php?mod=viewthread&tid=45999&extra=page=1
Project Spectrum for F1f is coming soon to closed beta test. Maybe you can stop giving out "Magictricks" and use the aboot of PS for the public to unlock the F1f.
That's what I used in my R7S unlocking guide to flash TWRP. It's more work than a simple update.zip but don't forget. If they really want it, they can do a few more steps to get it working.
IMHO it's better than the chance to someone figuring out "Magictricks" and use your hard work!
I think new bug in twrp-- the system-time is alway overwritten by the hw-time after booting into twrp.. but i see no way to set the hw-clock directly. I set the system-clock without problems via date-command, but hwclock -w (Set hardware clock from system time) always print "hwclock: RTC_SET_TIME: Invalid argument" ..
mdkeil said:
I think new bug in twrp-- the system-time is alway overwritten by the hw-time after booting into twrp.. but i see no way to set the hw-clock directly. I set the system-clock without problems via date-command, but hwclock -w (Set hardware clock from system time) always print "hwclock: RTC_SET_TIME: Invalid argument" ..
Click to expand...
Click to collapse
That's because there is a flag missing in the TWRP device tree.
TARGET_RECOVERY_QCOM_RTC_FIX := true
Needs to be set but it doesn't affect any main feature of TWRP itself.
Thanks for your hardwork uberlaggydarwin sucessfully installed twrp.