UNlocked but cant enter bootloader - Transformer TF300T Q&A, Help & Troubleshooting

I cant enter bootloader it seems to stop at usb download protocol and thats it I have unlocked it successfully.

Hi, not sure what you mean? So you have unlocked the bootloader, ICS or JB?

[I unlocked jb 4.1.1 and when I try to go in the bootloader it stops at that protcol line.

Hi, have a look here
http://forum.xda-developers.com/showthread.php?t=2041627

Well I finally got my tf300t rooted now what can I do? what programs should I use to manage things like deleting bloatware and what to delete and making backups.Will the factory restore still work if something goes wrong?
thanks for the help.

tgc2012 said:
Well I finally got my tf300t rooted now what can I do? what programs should I use to manage things like deleting bloatware and what to delete and making backups.
thanks for the help.
Click to expand...
Click to collapse
1 pane exploring
ROM ToolBox Pro - first choice in 1 pane
Root Explorer
ES File Explorer
2 pane exploring
Total Commander - first choice in 2 pane
X-plore
The apps listed above are nice for the things you mention and much more.
You asked what you can do now. My suggestion is nothing except carefully look around and do some reading. Any of the apps listed above can brick your tablet before you can blink twice.
Don't be in a hurry to make changes without reading and if necessary asking questions. Even soft-bricks are not fun but can certainly teach important lessons.
Normal use will help you decide your path of what to do next. Take your time, do some reading and enjoy your tablet and everything will fall into place!
Good Luck!
Making backups
twrp recovery
titaniumbackup
ROM ToolBox Pro
ES File Explorer
App2Zip Pro

So you have unlocked your JB bootloader, you flashed a custom recovery CWM or TWRP? and rooted. While still on stock Asus firmware I would make a nandroid backup, reboot to recovery and make backup, reboot, put a copy of backup on pc. If something goes wrong provided you can boot into recovery then you can restore your nandroid backup. You can stay on stock rom or flash a custom rom, I use Energy rom. I use Titanium Backup (free version) to backup & remove apps. I have removed the following apps without issue:
@vibe Fun Centre
App Backup
App Locker
Asus Facebook Poster
Contacts
Contacts Storage
File Manager
Google Bookmarks Sync
Google Calendar Sync
Google Contacts Sync
Google Play Movies
Google Play Music
Movie Studio
My Desktop
My Dictionary
My Library
My Net
Picasa Uploader
Supernote
Talk
Webstorage
Make a backup of each app first so you can restore if you want.
Hope this helps.

Related

Shiny new Nexus S backup question

Is there an app like Titanium Backup for a non-rooted SNS? Do I really need to backup if I don't root the phone? I would like to backup before I start the playing (sorry for the newbie question but I am a recent convert from i****e 4).
Thanks in advance, Jeff
You can boot into Clockwork Recovery (with fastboot) and do a nandroid backup, all without flashing anything.
If you have no intentions of rooting odds are you don't need a backup app. When you first set up your phone you can check the box that will backup with google and in the event you get a new phone all your apps will be there. Anything you purchase on the market will automatically backup to your account even if you don't check off the box. Welcome to Android, I'm sure you will enjoy your experience.
icandy75 said:
If you have no intentions of rooting odds are you don't need a backup app. When you first set up your phone you can check the box that will backup with google and in the event you get a new phone all your apps will be there. Anything you purchase on the market will automatically backup to your account even if you don't check off the box. Welcome to Android, I'm sure you will enjoy your experience.
Click to expand...
Click to collapse
Thank icandy75 for the quick reply. Is that data (pics, contacts, bookmarks, etc.) and apps if I check the box? Is the backup encrypted or passworded? BTW I am currently using a Samsung Intercept for the last 5 weeks with 2.1 and temporary root so I really like Titanium Backup to wipe data and being able to reverse things. Can the backup to Google do anything like that, I am suspecting not.
P.S. So far the experience has been wonderful even after using iPhones for 3.5 years.
shrivelfig said:
You can boot into Clockwork Recovery (with fastboot) and do a nandroid backup, all without flashing anything.
Click to expand...
Click to collapse
Thanks for the quick reply. I assume these are not as robust and flexible as Titanium Backup. Is it inevitable that I will really just want to root to get better apps? Sorry but new to the wonderful world of Android. BTW I am only going to use the SNS via WiFi for now.
Thanks for the info., help and advice,
Jeff
jefftab11 said:
Thank icandy75 for the quick reply. Is that data (pics, contacts, bookmarks, etc.) and apps if I check the box? Is the backup encrypted or passworded? BTW I am currently using a Samsung Intercept for the last 5 weeks with 2.1 and temporary root so I really like Titanium Backup to wipe data and being able to reverse things. Can the backup to Google do anything like that, I am suspecting not.
P.S. So far the experience has been wonderful even after using iPhones for 3.5 years.
Click to expand...
Click to collapse
Pics are not backed up but you can back those up manually to you computer without root. Contacts are backed up to your Gmail account for easy access. It will also back up your wifi passwords but not your sms. There really is no reason not to root on this phone. It's very easy to do and reversible plus root gives you the ability to use a bunch of apps like TB. If you get into flashing roms I would suggest getting the paid version. It makes it a breeze to switch from one rom to next and gives you a few more options like dropbox sync and the ability to freeze apps.
use mybackup pro for backups if you dont have root.
backs up all sms, mms, android home, system settings, call logs, music playlists, bookmarks, dictionary, call logs, applications (doesnt back up the data/settings inside the app). lol am i missing something?
you can save the backups online or to your sd card
Yeah, My Backup pro is the only other app that I know of that people liked for non-rooted devices.
Clockwork Recovery Backup
I know this thread is about a month old, but...
I have to say, if you want to do any rooting or ROM flashing later the Clockwork Recovery backup is probably the better way to go.
It wasn't said earlier, but if you have adb and fastboot already installed/config'd on Ubuntu (but should be the same commands on Mac OSX - not sure about Win):
Code:
adb reboot-bootloader
fastboot boot <path to recovery file>/recovery-clockwork-herring.img
I already unlocked my bootloader prior to this, so all the data I have has been wiped previously and I reloaded manually.
Vol Down to "backup and restore" and hit power button. First option is Backup. Just hit power button and let it do the backup. This may take a bit of time. The recovery is not perm and will be gone when you reboot.
The backup is stored on your "SD" partition under "clockworkmod/backup/[backup date]"
You should be able to use the same thing to restore at a later time if needed, selecting "restore" instead of the "backup" option.
There is a app on the market called* backup everything*. I've never used it but description says works for non rooted phones.
takkun1946 said:
I know this thread is about a month old, but...
I have to say, if you want to do any rooting or ROM flashing later the Clockwork Recovery backup is probably the better way to go.
It wasn't said earlier, but if you have adb and fastboot already installed/config'd on Ubuntu (but should be the same commands on Mac OSX - not sure about Win):
Code:
adb reboot-bootloader
fastboot boot <path to recovery file>/recovery-clockwork-herring.img
I already unlocked my bootloader prior to this, so all the data I have has been wiped previously and I reloaded manually.
Vol Down to "backup and restore" and hit power button. First option is Backup. Just hit power button and let it do the backup. This may take a bit of time. The recovery is not perm and will be gone when you reboot.
The backup is stored on your "SD" partition under "clockworkmod/backup/[backup date]"
You should be able to use the same thing to restore at a later time if needed, selecting "restore" instead of the "backup" option.
Click to expand...
Click to collapse
Just to clarify commands, specifically for Mac OSX:
(These commands are assuming you've downloaded this file (http://www.mediafire.com/?qoz9f6e8fbx8zs0) and unzipped it to your desktop)
Code:
~/Desktop/adb-fastboot/adb reboot bootloader
Code:
~/Desktop/adb-fastboot/fastboot oem unlock
Code:
~/Desktop/androidsdk/tools/fastboot flash recovery recovery-clockwork-3.0.0.5-crespo.img

[Q][Android]How do I batch reinstall apps after flashing custom rom?

I've just started trying out custom roms and I've noticed while some roms such as CyanogenMod lets you restore all previously installed apps upon installation other ones doesn't. If I flash a rom which doesn't support it all my apps still stand as installed if I search for them in market on the computer however it's a pain to manually reinstall all apps so is there anyway to trigger something which reinstall all apps like CM do?
well, i don't know what PHONE you are using, but on my inspire 4g with a gingerbread rom, altho the rom doesn't do much with app reloads, just by signing into my google account my apps reappear on their own.
Use Titanium Backup. Run a batch backup of user apps. Then when you install a new rom, run a batch restore. This will restore data as well - game progress, an app's settings, etc. The free version only allows one backup at a time (if you backup the app again, it overwrites the last backup) and you have to agree to the permissions of each app. In the paid version, you can set the max number of backups yourself and everything will install in the background. There's tons of other cool stuff the app can do, I suggest checking it out.
(from... Evo/MIUI/Tapatalk)
plainjane said:
Use Titanium Backup. Run a batch backup of user apps. Then when you install a new rom, run a batch restore. This will restore data as well - game progress, an app's settings, etc. The free version only allows one backup at a time (if you backup the app again, it overwrites the last backup) and you have to agree to the permissions of each app. In the paid version, you can set the max number of backups yourself and everything will install in the background. There's tons of other cool stuff the app can do, I suggest checking it out.
(from... Evo/MIUI/Tapatalk)
Click to expand...
Click to collapse
This is the way to go. Trust me on that. One more thing if you kind of like a certain rom but you just want to try others make sure you do a nandroid back up. This makes life a hell of a lot easier if you don't like rom boot back to recovery and restore your last back up. I nan once a week so I keep a fresh image cuz I am always adding and removing apps.
tazfanatic said:
This is the way to go. Trust me on that. One more thing if you kind of like a certain rom but you just want to try others make sure you do a nandroid back up. This makes life a hell of a lot easier if you don't like rom boot back to recovery and restore your last back up. I nan once a week so I keep a fresh image cuz I am always adding and removing apps.
Click to expand...
Click to collapse
This saved me a time or two..good advise!!
tazfanatic said:
This is the way to go. Trust me on that. One more thing if you kind of like a certain rom but you just want to try others make sure you do a nandroid back up. This makes life a hell of a lot easier if you don't like rom boot back to recovery and restore your last back up. I nan once a week so I keep a fresh image cuz I am always adding and removing apps.
Click to expand...
Click to collapse
As far as my experience when (this afternoon), TI is the ONLY way to go (although, you'll want to root first).
A follow up question on this topic. I have TI Pro and made a backup of apps and data. After flashing an update ROM on my EVO, I could get most of the apps, but not all of them back. Actually, some apps would not even reinstall -- e.g. Twitter gave me some error about a shared library missing. Any ideas?
I bought the paid version of Titanium backup but during batch restore, I still have to press install/cancel and open/done for each app. Is that correct or did I miss changing a setting?
holgalee said:
I bought the paid version of Titanium backup but during batch restore, I still have to press install/cancel and open/done for each app. Is that correct or did I miss changing a setting?
Click to expand...
Click to collapse
Not sure, I have never had to do this, and I have not changed any settings that I know of.
I am about to flash my first ROM on my Inspire. I did a NAND backup and copied all the contents of my sd card to my computer.
My question is if I transfer it back onto my sd card after flashing will it restore my apps and other data?
Bluecham said:
I am about to flash my first ROM on my Inspire. I did a NAND backup and copied all the contents of my sd card to my computer.
My question is if I transfer it back onto my sd card after flashing will it restore my apps and other data?
Click to expand...
Click to collapse
No. Apps need to be installed, not just copied (that's assuming that you're talking about apps on the SD card, and not on the phone's memory).
Do as most of the posts above suggest and do a backup using Titanium Backup. Then you can batch restore (with the paid version) or app-by-app restore (with the free version) after flashing your new ROM.
Titanium is excellent , however I find backups arent always compatible between roms. I sometimes get errors after a restore. For that reason I just sing into Market after flashing a new rom and let the apps re download.
TI Backup
I purchased the pro version, batch backed up all of my apps. Installed MikG on Evo 4g and now I can't access TI back up. I also did a nand back up. when I restore data nothing happens. Please help. I just want my apps back.
Originally Posted by plainjane
Use Titanium Backup. Run a batch backup of user apps. Then when you install a new rom, run a batch restore. This will restore data as well - game progress, an app's settings, etc. The free version only allows one backup at a time (if you backup the app again, it overwrites the last backup) and you have to agree to the permissions of each app. In the paid version, you can set the max number of backups yourself and everything will install in the background. There's tons of other cool stuff the app can do, I suggest checking it out.
that's the right way..
Two options.
1. Push your apps recorded in your android market library to your phone.
2. Use titanium backup.
Titanium backup is easier, but since you do a reset to make everything fresh, I would prefer the first option.
What you do is to go to android market library from your PC browser. It has all your apps listed. For each app, use the install button to push it to your phone. You need not wait between apps. Just push which ever app you need and they will automatically get downloaded and installed to your phone. For some reason, Google has kept the reinstall feature hidden. See this for details -
http://www.skipser.com/p/2/p/how-to-reinstall-android-apps.html
I don't know, google play used to reinstall my apps when I was on stock sony rom, but since I use Cyanogen now, it doesn't do it. I always keep checked option "keep backed up with bla bla", but it doesn't restore automatically :/
iarydroyoffice
boscharun said:
Two options.
1. Push your apps recorded in your android market library to your phone.
2. Use titanium backup.
Titanium backup is easier, but since you do a reset to make everything fresh, I would prefer the first option.
What you do is to go to android market library from your PC browser. It has all your apps listed. For each app, use the install button to push it to your phone. You need not wait between apps. Just push which ever app you need and they will automatically get downloaded and installed to your phone. For some reason, Google has kept the reinstall feature hidden. See this for details -
Click to expand...
Click to collapse
thanks

[Q] removing apps for later use?

Due to some warranty issues, I need to take my rooted and unlocked Captivate back to AT&T. Before I do that I must set it back to factory default. What I don't want to do is lose the programs that I painstakingly searched for and installed onto the device. Some of these I think I can't find anymore. Is there a way to remove these apk apps from the phone and store them onto my PC for re-installation later. Things like busybox installer, root explorer, Superuser permission, etc?
Downloaded apps are stored in /data/app and native apps in /system/app. This path may be different depending on your carrier and OS version. On a Samsung phone I used which was running 2.1, I think downloaded apps were in /d/apps.
If you still can't find then, try running:
Code:
find -name *.apk
. That will tell you where everything is.
Titanium Backup. Backup all user apps + data, then reinstall later. I suggest getting the Pro Key, but it isn't necessary.
If you want something a little more minimal, there are apps that backup a list of installed apps. You can save the list in HTML form. Open it with a text editor from your phone, click the link, and it takes you to the market download page.
(from... Evo/MIUI/Tapatalk)
Thanks! I have Titanium Backup Pro installed. So, I just run backup and save it to my PC, then reinstall it all later? That sounds SO easy! I hope I understood you correctly. Thanks again!
Yep. Run the backup, then move the Titanium Backup folder to your computer. Since app purchases are tied to your Google account, just reinstall TB and the Pro key from the market, move the folder back, and batch reinstall.
Almost seems too good to be true, but it isn't. I wouldn't restore system apps/settings across different roms or phones. The only system stuff I restore are wifi access points and playlists.
Good luck!
(from... Evo/MIUI/Tapatalk)
bimfi said:
Due to some warranty issues, I need to take my rooted and unlocked Captivate back to AT&T. Before I do that I must set it back to factory default. What I don't want to do is lose the programs that I painstakingly searched for and installed onto the device. Some of these I think I can't find anymore. Is there a way to remove these apk apps from the phone and store them onto my PC for re-installation later. Things like busybox installer, root explorer, Superuser permission, etc?
Click to expand...
Click to collapse
Simple. Just do a nandroid backup and it will be saved in your sd card. If you restore it, it will restore all the apps, system settings, launcher settings, etc; it will be in the same exact state as it was before the nandroid backup. Steps on how to do a nandroid backup and restore from an earlier nandroid backup can be found here:http://www.addictivetips.com/mobile/how-to-perform-and-restore-a-nandroid-backup/

[Q] Titanium Backup Pro

I bought Titanium Backup Pro and have a key.
However, whenever I flash a new ROM, all my apps start coming back. If I try to install the Key from the Play Store, it gets pushed under everythign else and downloads at the end.
I tried the option in Titanium Backup settings where it copies Titanium Backup as an update.zip to the sd card, but that only restores the regular, FREE Titanium Backup app, without the key.
So my question is: How do I restore the Titanium Backup Pro Key on my first boot into a new rom, without installing any of the other apps I previously had? (I prefer to restore everything with Titanium Backup, rather than letting the Play Store do it)
Thanks for reading
When you flash a new rom uncheck keep this phone backed up with my google account. That is not exactly how its worded but its in the initial set up.
REplY
You should have installed MY BACKUP ROOT before flashing the new rom
gullu101 said:
I bought Titanium Backup Pro and have a key.
However, whenever I flash a new ROM, all my apps start coming back. If I try to install the Key from the Play Store, it gets pushed under everythign else and downloads at the end.
I tried the option in Titanium Backup settings where it copies Titanium Backup as an update.zip to the sd card, but that only restores the regular, FREE Titanium Backup app, without the key.
So my question is: How do I restore the Titanium Backup Pro Key on my first boot into a new rom, without installing any of the other apps I previously had? (I prefer to restore everything with Titanium Backup, rather than letting the Play Store do it)
Thanks for reading
Click to expand...
Click to collapse
I do the following steps:
before installing new ROM,
I first back up all apps using Titanium Backup. I ensure that I back up the Titanium PRO app as well.
Then after installing the new ROM... i do the following:
after signing into the phone - I go to play store and stop all downloads and install Titanium Backup free.
when I run the free version it automatically registers the PRO version as it is backed up in it.
then I can restore all other apps using Titanium back up PRO.
Let me know if this was helpful to you.
Yeah I figured it, what I have to do is sign in from my account but uncheck the boxes for backing up accounts and restoring to the phone. Then I just download both the program and its key from the market. Thanks!
Sent from my Nexus S 4G
How is the Dev support for the TB Pro?
gullu101 said:
Yeah I figured it, what I have to do is sign in from my account but uncheck the boxes for backing up accounts and restoring to the phone. Then I just download both the program and its key from the market. Thanks!
Sent from my Nexus S 4G
Click to expand...
Click to collapse
I I wish there were more tutorials about the TB pro....
Reply to your question
I hear dev support is pretty good (never had to contact him/her/them myself though)
because when applications freeze, then thaw and then I said: application not installed
I leave the option to keep my phone baked up to my account when I flash a new rom, but always uncheck the first option that says something to the effect of "restore from my account". Then I grab tb from the play store, unless the rom has a baked in file explorer, since I keep a copy backed up in my storage.
Installing my backup root prior to flashing a new rom will do absolutely no good if you wipe data.
Sent from my Nexus S 4G using Tapatalk 2
You guys are unchecking the 'backup to google accounts ' box, but can you check it again, later on? Because I do want my stuff to be backed upwith google as well.
SahilC said:
You guys are unchecking the 'backup to google accounts ' box, but can you check it again, later on? Because I do want my stuff to be backed upwith google as well.
Click to expand...
Click to collapse
I always leave the backup to Google option checked, but always uncheck the restore from Google option.
Sent from my ns4g using Tapatalk 2
Oh. That makes sense!
Sent from my Galaxy Nexus using xda premium
You dont have to uncheck anything, as soon as the phone gets to the homescreen just go to the play store and stop the downloads just takes a click. Keeping google restore checked you will have your contacts back as soon as you boot up.
Contacts will restore whether the restore from Google account is selected during initial setup or not, as long as contacts are allowed to sync with your account.
Sent from my ns4g using Tapatalk 2
I see I didn't know that.
Sent from my Nexus S using xda app-developers app
Problem
I use titanium backup pro and when i want to restore the to the same serial my phone its blocks. I root the phone from 2 times for this cause.
mirceasinca said:
I use titanium backup pro and when i want to restore the to the same serial my phone its blocks. I root the phone from 2 times for this cause.
Click to expand...
Click to collapse
What error are you getting, and what are you trying to restore?
Sent from my ns4g using Tapatalk 2
Titanium PRO and RUU Europe_3.14.401.27
I installed stock ROM Europe_3.14.401.27 and rotted via HTC, but Titanium pro tells me "NOT ROOTED"
Tried the recommandations like wipe, use rcm set privileges, no prevail,
Anybody has new ideas?
Solved the problem by installing openrecovery-twrp and than in recovery mode CWM-SuperSU-v0.99
Now Titanium Pro works
TB not restoring apps
Hello, before I installed Pac-Man 4.4, I made a backup with TB. Ported them with usb to my desktop from the computer. did a full wipe. flashed pacman 4.4 and gapps. then i installed tb from the play store, also pro version, then ported the files back from computer to tb file, opened tb and want to choose restore but there are zero apps to restore and normaly there are 350. Some help is welcome thank you.
SOLVED: and sorry for posting on the wrong place, this was for the I9305 (Samsung Galaxy S3 LTE)
backup from phone to desktop file the name of the file went from
air.byss.mobi.instaweatherpro-20140105-223234.properties to air.byss.mobi.instaweatherpro-20140105-223234 - Copy.properties
and
air.byss.mobi.instaweatherpro-20140105-223234.tar.gz to air.byss.mobi.instaweatherpro-20140105-223234.tar - Copy.gz
installed "lammer context menu" ---> batch rename .... remove - Copy

Easiest way to keep stock apps with custom rom

I just recently treated myself to an ex-demo unit of this gloriously impractical tablet for reading digital comics on and successfully used odin to flash the proper stock firmware to get rid of demo mode.
I'm quite tempted by the custom roms available, but I'd like to keep some of the stock samsung apps, especially sketchbook for galaxy, and I'm wondering what everyone's opinion on the easiest or best way to do it is.
Do I need to install titanium backup and backup the apps I want to keep? Can I just extract the .apk files I want from the stock firmware image which I still have?
Thanks
IMO the easiest way is:
Step 1 - stay stock, do an nandroid backup in TWRP.
Step 2 - Install Titanium . . do a full backup and debloat by freezing apps and services to get rid of lag and unwanted apps . . if you end up needing it later, defrost.
Step 3 - Install Xposed Framework, and begin experimenting with custom xposed modules to add additional features.
Step 4 - install other root applications to taste.
thanks, i may ultimately end up doing that, but i would like to try different roms as there are a lot of things about the GUI that i don't like on this tablet, and i'm confident enough that i can always get back to stock using odin.
i went ahead and installed cyanogenmod and reinstalled sketchbook from a .apk i created with es file explorer, seems to have worked fine.
Glad it works, sorry that I misunderstood.
I had sketchbook too, but after flashing cm 12 I tried artflow, never went back.
goenieg said:
I had sketchbook too, but after flashing cm 12 I tried artflow, never went back.
Click to expand...
Click to collapse
i'll check artflow out, i wanted to keep sketchbook just because i heard this version was made especially for this tablet and its screen.
I've had some success keeping stock apps
Mr Creosote said:
i'll check artflow out, i wanted to keep sketchbook just because i heard this version was made especially for this tablet and its screen.
Click to expand...
Click to collapse
I use ES File Explorer. It has a Root explorer function which allows you to backup apps and their data. After backing up the stock app and data I have been able to transfer the app to other devices including custom roms like slimkat on my i9100. One app I've had success with is Navigon. I haven't tried sketchbook, because my tablet isn't rooted yet, but it might work. The backup directory can be customised, but its default location is on internal sd. This process of backing up leaves you with the APK and a zip file with your data. You can install ES File Explorer on the new device/rom and put the APK and zip file back into the backup directory. Then go to backup in root explorer tab of File Explorer and restore app with data, or just app. This may work.
Yep I used es file explorer in the end, and it worked. There seems to be no end to what es can do, i don't know why it doesn't appear on every list of essential/most useful droid apps. Just figured out a couple of days ago that you can use it to stream music wirelessly from a shared folder on your network. I've installed if as a system app on my phone with titanium backup and removed the stock file explorer.

Categories

Resources