Incredible S file explorer - HTC Incredible S

Hello
I'm waiting for my new Incredible S to arrive shortly and in the meantime I'm reading the user manual, I'm new to Android coming from Windows Mobile world.
Question: if I have backupped my applications to the memory card, in case of an hard reset, is there a way to reinstall them without passing through AppMarket? I have not found any File Explorer or Application Manager included in the ROM... are you obliged to connect to internet and download them?
Thanks

You can use Titanium Backup to back up and restore your apps.
They are not passed through the Android Market.
I do recall the app requires root, but that will be possible soon and is easy to do.

stefanospizzica said:
Hello
I'm waiting for my new Incredible S to arrive shortly and in the meantime I'm reading the user manual, I'm new to Android coming from Windows Mobile world.
Question: if I have backupped my applications to the memory card, in case of an hard reset, is there a way to reinstall them without passing through AppMarket? I have not found any File Explorer or Application Manager included in the ROM... are you obliged to connect to internet and download them?
Thanks
Click to expand...
Click to collapse
Hi there, I hope you will enjoy android!
There is indeed no file explorer installed on the Incredible S.
And yes, you will have to register your google account to access the market to download a file explorer (Astro File Manager for example)

TimMun said:
Hi there, I hope you will enjoy android!
There is indeed no file explorer installed on the Incredible S.
And yes, you will have to register your google account to access the market to download a file explorer (Astro File Manager for example)
Click to expand...
Click to collapse
Hi!
Thanks for your prompt answer! I suspected that after reading many threads on this matter. It seems a sort of limitation, I mean, having an SD card with your backup data and needs to connect to internet to download a file manager to install them..
But ok, this is the way it works

please use the ES File Manager .GO Android Market search "ES"

If you really wan't to avoid android market, you could usb adb (android debug bridge) to install titanium backup and then restore your apps. Or you could use adb to install certain apk's (apps are always .apk) you stored on your pc.
simple commands like
adb install C:\bla\bla\*.apk work like a charm
so if you download a filemanager, say "filemanager.apk".
you can give the command
adb install C:\bla\downloads\filemanager.apk
and it will install it on you phone after which you can acces all your files directly on your device.
You will need the SDK and some more info
If you want to use the adb, cd to \platform-tools\
But all this will be clear after a few hours of reading, trial and error
Welcome to Android.

DaanJordaan said:
If you really wan't to avoid android market, you could usb adb (android debug bridge) to install titanium backup and then restore your apps. Or you could use adb to install certain apk's (apps are always .apk) you stored on your pc.
simple commands like
adb install C:\bla\bla\*.apk work like a charm
so if you download a filemanager, say "filemanager.apk".
you can give the command
adb install C:\bla\downloads\filemanager.apk
and it will install it on you phone after which you can acces all your files directly on your device.
You will need the SDK and some more info
If you want to use the adb, cd to \platform-tools\
But all this will be clear after a few hours of reading, trial and error
Welcome to Android.
Click to expand...
Click to collapse
Hello!
thanks for your info. I was actually playing with adb and see it is very powerful. But you need the pc connected to your phone of course and again it seems not a so comfortable solution. I find a little bit curious not having an application installer or file explorer embedded in the system.
About the backup, I know that Tytanium need root privileges, correct? As far as I know no root procedure are still available on Incredible S. But, will tytanium allow to select what you want to restore? Maybe root is not necessary is you want to restore your application and not system files
Thanks

stefanospizzica said:
Hello!
thanks for your info. I was actually playing with adb and see it is very powerful. But you need the pc connected to your phone of course and again it seems not a so comfortable solution. I find a little bit curious not having an application installer or file explorer embedded in the system.
About the backup, I know that Tytanium need root privileges, correct? As far as I know no root procedure are still available on Incredible S. But, will tytanium allow to select what you want to restore? Maybe root is not necessary is you want to restore your application and not system files
Thanks
Click to expand...
Click to collapse
Yes, with titanium backup it is possible to select only certain apps that you wan't to restore.
It is indeed strange that HTC doesn't ship their android devices with a file manager, I recall my Hero didn't have one too. My Galaxy S does, although it's extremely basic.
I think after a few weeks when the first custom roms come out they will probably have a file manager installed in them. Until then I would recommend Linda Filemanager or OI Filemanager from the market, they are both free and quite powerful.
Cheers,
DaanJordaan

Regarding Titanium Root requirements. It does allow you to select between applications to restore, but the root check at start-up means you can't even access the backup/restore screen if your device isn't rooted.
It would be interested to see if a temproot is sufficient to restore certain apps. Something for me to try when i get home
As for the file manager... i think it was a concious decision to keep the device consumer focused. HTC has changed much in the last 2 years and definitely closed a lot of doors/windows they had open to devs and geeky consumers.

Bantu85 said:
Regarding Titanium Root requirements. It does allow you to select between applications to restore, but the root check at start-up means you can't even access the backup/restore screen if your device isn't rooted.
It would be interested to see if a temproot is sufficient to restore certain apps. Something for me to try when i get home
As for the file manager... i think it was a concious decision to keep the device consumer focused. HTC has changed much in the last 2 years and definitely closed a lot of doors/windows they had open to devs and geeky consumers.
Click to expand...
Click to collapse
Hello
what does temproot means? How do you log on as temproot?
Let me know about your trial...
Thanks

Related

Root access with Astro?

Is there anyway to start Astro as root so you can use it to edit system directories?
I had wished for the same thing.. but i didnt tell nobody.. soo maybe this will be more effective. prevents having to type in the terminal all the time.. not that its bad.. ive learned so much allready since ive had this phone...
I totally agree! That would be perfect! Maybe there a way of editing the code or smth...
If you can't work *MORE EFFICIENTLY* directly from the terminal, then you definitely should NOT have root access via GUI.
lbcoder said:
If you can't work *MORE EFFICIENTLY* directly from the terminal, then you definitely should NOT have root access via GUI.
Click to expand...
Click to collapse
Pretty much this. It seems like most of the people having problems on this website just want root because it's "kewl" but really have no idea what it is or even have a clue on how Linux works.
I actually Emailed the Dev of Astro about this same question and here was his reply.
Here is the email copied and pasted from gmail.
My question
Are you able to make a version that requests root access to delete chmod rename move etc for the 100,000+ users from xda and other boards with root access?
His Reply
On Jan 21, 2009 10:57 AM, "Kevin Payne" <metago.inc[at]gmail> wrote:
This is a bit outside ASTRO's scope at the moment. Technically, ASTRO should work fine on files owned by root if it were run as a root process, but running applications as root is not advised in general. Someone really needs to create a sudo type command to let an individual application run as root.
lbcoder said:
If you can't work *MORE EFFICIENTLY* directly from the terminal, then you definitely should NOT have root access via GUI.
Click to expand...
Click to collapse
d00m said:
Pretty much this. It seems like most of the people having problems on this website just want root because it's "kewl" but really have no idea what it is or even have a clue on how Linux works.
Click to expand...
Click to collapse
Considering the fact that I'm a Systems Administrator as my profession and work with hundreds of Linux/Unix/Windows servers a day, the whole reason why I bought the G1 was for development and tinkering, the fact that my home PC is running Vista x64 (i haven't gotten around to creating a VM or messing with the drivers), and that I do wipes frequently to test different configurations, I'm pretty sure I'll be ok with root access. I'm just tired of manually doing something on that tiny keyboard that can easily be done with a nice pretty GUI. I stare at consoles all day and thousands of lines of black and white text, when I come home I don't exactly want to be anywhere near a terminal.
Also, why bother doing anything on a phone, other than using it as a phone (or for email, texting, etc.), if you don't do it because it's "kewl". I mess with my phone because it's cool to have a mini-*nix based computer with several fun radios on it. If I do something stupid like type "rm -Rf /*" after logging in as root (never going to happen) then that's my own fault.
I don't care if you're a Unix purist and you write up your office reports, spreadsheets, and diagrams in vi. Good for you, you're wasting time that can be better spent on other things because of your stubborn prejudice against GUI's. I asked a question, because I have a reason for that question. If you don't have any answers to that question, then please don't bother replying.
diabolical28 said:
I actually Emailed the Dev of Astro about this same question and here was his reply.
Here is the email copied and pasted from gmail.
My question
Are you able to make a version that requests root access to delete chmod rename move etc for the 100,000+ users from xda and other boards with root access?
His Reply
On Jan 21, 2009 10:57 AM, "Kevin Payne" <metago.inc[at]gmail> wrote:
This is a bit outside ASTRO's scope at the moment. Technically, ASTRO should work fine on files owned by root if it were run as a root process, but running applications as root is not advised in general. Someone really needs to create a sudo type command to let an individual application run as root.
Click to expand...
Click to collapse
I looked into the commands to launch an application from the CLI and found that Astro can be started using the following command:
am start -n com.metago.astro/.FileManagerActivity
However, this doesn't do us any good, since the dalvik VM will take that command and create a process as a sandbox user regardless of what user executes that command. There looks like there's a way to tell the VM to fork the process as a specific uid and gid, but that requires editing the AndroidManifest.xml.
I'm not too good with Java, and I don't know how strict Android's API is, so I don't know if running an apk application as root is even possible.
However, I do know that running commands from inside an application, like su, is possible.
~TM
"Wise men speak because they have something to say; Fools because they have to say something." ~Plato
Solved--Astro with root...(workaround)
kinda late, but in case anyone wants to know this is what I did.
This way technically doesnt allow astro to run with root, but its just as good.
I originally did this a few months back for my G1, and just mod it a little to work on my nexus
- created a script to mount system as rw
- created a script that gives r/w permission to all app directories (/data, /data/app, /data/app-private, /system, /system/app, /system/sd, ...) and all apps inside those directories
-then merged the 2 scripts and named it astro_root_perm
-installed GScript from the market
-created another script that
-first changes all permissions on apps back to what they started as(644, 640...)​-then changes permissions of directories back to what they were​-and finally remounts system back to ro, and named this script to astro_basic_perm​
-used Gscript to create shortcuts of the 2 scripts to my home screen.
-then with bettercut, I changed the scripts' icons to the astro icon. I just colored the astro stock icons "A" green for one script and red for the other
So anytime I want to use astro as root, I just click the shortcut I made with gscript off my home screen, open astro,
Then when Im done with astro, I just run the other script
I know its not the same as running astro AS root, but it works for me.
Im not really a linux guy......I'd really appreciate if someone could help me with this next step
++++++++++++++++++++++++++++++++++++
Does anyone know what I need to include in a script to have it call/open a program automatic?
My ultimate goal is to create one script that will
Mount system rw
Change needed permissions to rw
Automatically open up Astro
Then change all permissions back when astro is terminated
Possibly create a keyboard shortcut for the G1
What do ya think?? is it possible??
Estrongs has limited root file browsing on some ROMs and SU File Manager or Root File Manager will let you browse as root for a small price.
+1 recommendation on Estrongs File Explorer's root option if you want it for free, includes Windows shares browsing over lan.
Otherwise try SUFBS, also has built-in terminal.
Sent from my HTC Hero using Tapatalk
louieG1 said:
My ultimate goal is to create one script that will
Mount system rw
Change needed permissions to rw
Automatically open up Astro
Then change all permissions back when astro is terminated
Possibly create a keyboard shortcut for the G1
What do ya think?? is it possible??
Click to expand...
Click to collapse
I'm not sure exactly how gscript handles things, but with a normal bash (shell) script, the lines are run sequentially. That is, the next line isn't run until the previous line is done. It would seem that you could put all that in one script, and the still-running script wouldn't change the permissions back until astro has ended. But then again, java adds complexity to it and I'm not sure if it works the same.
louieG1 said:
kinda late, but in case anyone wants to know this is what I did.
++++++++++++++++++++++++++++++++++++
Does anyone know what I need to include in a script to have it call/open a program automatic?
My ultimate goal is to create one script that will
Mount system rw
Change needed permissions to rw
Automatically open up Astro
Then change all permissions back when astro is terminated
Possibly create a keyboard shortcut for the G1
What do ya think?? is it possible??
Click to expand...
Click to collapse
Love this idea! Unfortunatly I'm no coder but would love to see something like this created.
I created a "GodMode" script that does exactly this, email me if you want it, I can edit it to work for the G1.
Totally forgot I started this thread, then happened to find it on Google when looking for the same thing, again.
Went back to Windows Mobile for a little bit, missed Android, and now have a Samsung Vibrant.
Still want a way to use ASTRO with root priviledges, especially since I don't have a tactile keyboard anymore.
phaelox said:
+1 recommendation on Estrongs File Explorer's root option if you want it for free, includes Windows shares browsing over lan.
Otherwise try SUFBS, also has built-in terminal.
Sent from my HTC Hero using Tapatalk
Click to expand...
Click to collapse
Thank you.
Estrongs File Explorer enabled me to flash Tamil font in my Rooted T-Mobile G2X mobile phone.
I know i am not answering the question directly. But, i use Linda Manager it gets the job done.
---------- Post added at 08:17 PM ---------- Previous post was at 08:14 PM ----------
raddy said:
Thank you.
Estrongs File Explorer enabled me to flash Tamil font in my Rooted T-Mobile G2X mobile phone.
Click to expand...
Click to collapse
Hi raddy,
I'm also from TN as well, i would love to get the Tamil fonts. Can you please guide me?
Not having tamil fonts on the browser is simply annoying
Hi
If your mobile is rooted, then follow this link.
http://forum.xda-developers.com/showthread.php?t=798380
Sent from my LG-P999 using XDA App
raddy said:
Hi
If your mobile is rooted, then follow this link.
http://forum.xda-developers.com/showthread.php?t=798380
Sent from my LG-P999 using XDA App
Click to expand...
Click to collapse
Cool, i got the tamil fonts on my G1, thanks for the help.

[Q] Moving apks from my phone to the gtablet

I've given up trying to get full access to the Market. But I was able to find some of the apks on my Droid and was able to bring some of them over using a usb thumb drive. However, not all the apps I had downloaded to my Droid was visible. My question is do some apps delete their apks when done installing? I did have some that gave me a parse error when trying to install them on my tablet. Is there a hidden directory where I can find all the apks of the apps I've downloaded? e.g xplane, rush hour to name a few? Thanks. Or... is there a way to download the apk from Market to my PC directly? I'd be so happy if I could just get full access to google market!
Reggie777 said:
I've given up trying to get full access to the Market. But I was able to find some of the apks on my Droid and was able to bring some of them over using a usb thumb drive. However, not all the apps I had downloaded to my Droid was visible. My question is do some apps delete their apks when done installing? I did have some that gave me a parse error when trying to install them on my tablet. Is there a hidden directory where I can find all the apks of the apps I've downloaded? e.g xplane, rush hour to name a few? Thanks. Or... is there a way to download the apk from Market to my PC directly? I'd be so happy if I could just get full access to google market!
Click to expand...
Click to collapse
The apks are usually in your data/apps or data/apps-private. You should be able to get to these directories using RootExplorer on your phone if its rooted. Then get yourself a free Dropbox account which allows you to transfer files to any device you installed Dropbox on.
Look in these two locations. In the second one (/mnt/asec) you'll see the folder name of the app and inside that folder is the pkg.apk so you'll probably want to rename after you move it.
/data/app
and
/mnt/asec/(name of app)
Have you tried these methods yet?
Reggie777 said:
I've given up trying to get full access to the Market. But I was able to find some of the apks on my Droid and was able to bring some of them over using a usb thumb drive. However, not all the apps I had downloaded to my Droid was visible. My question is do some apps delete their apks when done installing? I did have some that gave me a parse error when trying to install them on my tablet. Is there a hidden directory where I can find all the apks of the apps I've downloaded? e.g xplane, rush hour to name a few? Thanks. Or... is there a way to download the apk from Market to my PC directly? I'd be so happy if I could just get full access to google market!
Click to expand...
Click to collapse
Bluetooth File Transfer might help.
I put this link up a few days ago because I had the same problem.
http://forum.xda-developers.com/showthread.php?t=930036
Also, This video really worked for me with getting full market (roughly 98.9% really)
http://www.youtube.com/watch?v=7l-nySibzeA&feature=related
Reggie 777, thanks for asking this question. I've been trying to figure out the same thing and asked about it in another thread but didn't get a clear answer.
So, to the experts: do you have to be rooted to do this? I've looked in both of the locations that tcrews mentioned and don't see much, if anything. I'm using Astro FileManager, if that helps.
Thanks
wordweaver27 said:
Reggie 777, thanks for asking this question. I've been trying to figure out the same thing and asked about it in another thread but didn't get a clear answer.
So, to the experts: do you have to be rooted to do this? I've looked in both of the locations that tcrews mentioned and don't see much, if anything. I'm using Astro FileManager, if that helps.
Thanks
Click to expand...
Click to collapse
Astro doesn't show the files in /data and you'll need to be rooted and use something like Root Explorer. I just tried Astro and once I go in to /data I see nothing (and my phone is rooted). Using Root Explorer I see all the folders under /data and go into the folder app. I see my apps installed internally there and in /mnt/asec I see my apps installed to SDcard there.
wordweaver27 said:
Reggie 777, thanks for asking this question. I've been trying to figure out the same thing and asked about it in another thread but didn't get a clear answer.
So, to the experts: do you have to be rooted to do this? I've looked in both of the locations that tcrews mentioned and don't see much, if anything. I'm using Astro FileManager, if that helps.
Thanks
Click to expand...
Click to collapse
No root neccessary to use Bluetooth File Transfer method.
I can only guess you need root for the method on the video because you do need to have an OS with GAPPS and Android market installed.
Root is needed to use Root explorer methed.
The Z4root1.2.2 app is a good tool to root without unlocking the bootloader and you can still keep your stock OS. However I'm assuming GAPPS may not work correctly with the stock TAPNTAP OS so getting full Google Android market with that OS is prolly not going to happen.
Thanks to everyone for the help. I am processing and digesting the info and playing around with the suggestions.
Thanks to sjmoreno for telling me where the apps are. And also tcrews. I would never have thought of looking in /mnt/sec. I was actually able to find the apks I was looking for... xplane. et al. Now I'm fiddling with the bluetooth transfer. Got the phone and tablet paired... connection is not working yet. But I'm still trying.
Thanks too to tekrhino for the bluetooth suggestion. Got the transfer program for my Droid. I'm learning how to use it. Seems easy to set up, but won't actually send anything... Still exploring it.
The video on the Market fix doesn't work for me because no matter what I do, Market does not show up in the running apps section of settings. It doesn't even show up in system apps. It only shows up in the downloaded section.
As they said in Galaxy Quest... "Never Give Up. Never Surrender." Thanks everyone.
I use TitaniumBackup syncing with dropbox, but really the market fix isnt hard... Running tntlite larest.
+1 for dropbox. You can also use astro to backup the apk's. They are stored in a folder named backup on the root of your SD card.
I use the program AndroZIP from the Market on my phone.
Do an application backup (part of the app) to my SDCard (it creates a app_backup folder on your SDcard)
Then, you can do bluetooth transfer, or plug phone and gTablet into PC with USB cables, wait for the drives to show up, and move the APK files over. Works well. No root required.
Since my phone is not rooted, I am not sure if this is grabing every application, but it seems to be. I was able to transfer whatever I wanted over from my phone to the tablet this way.
+1 titanium backup and dropbox.
Dropbox is handy but not necessary. Titanium is a must have purchase if you enjoy flashing new roms and don't feel like manually restoring all your apps and settings every time.
If you can download titanium to your Gtab your done. Dl titanium on your phone and backup your apps. Grab the file off your phones SD And move it to your Gtab. Open titanium on your Gtab and select the apps you want to install. You can even save app data this way and continue saved games from your phone ;-)
Reggie777 said:
Thanks to everyone for the help. I am processing and digesting the info and playing around with the suggestions.
Thanks to sjmoreno for telling me where the apps are. And also tcrews. I would never have thought of looking in /mnt/sec. I was actually able to find the apks I was looking for... xplane. et al. Now I'm fiddling with the bluetooth transfer. Got the phone and tablet paired... connection is not working yet. But I'm still trying.
Thanks too to tekrhino for the bluetooth suggestion. Got the transfer program for my Droid. I'm learning how to use it. Seems easy to set up, but won't actually send anything... Still exploring it.
The video on the Market fix doesn't work for me because no matter what I do, Market does not show up in the running apps section of settings. It doesn't even show up in system apps. It only shows up in the downloaded section.
As they said in Galaxy Quest... "Never Give Up. Never Surrender." Thanks everyone.
Click to expand...
Click to collapse
Make sure both devices have BTFT installed, that way you won't have any any problems with FTP OBEX protocals.
The app works great and reduces the extra steps you need to take with TB and DB with having to move apk's between the source device to your pc then from your pc to the target device. BTFT is a good source device to target device app.

Easy way to get any app on to your GTab...

Do it on your own Risk. it worked for me.. it may not work for you.
***Both Devices Must be rooted (Gtab and Other) Most of the Custom Roms are rooted.***
If you can see on you Android phone/Android device you can get that app onto Gtab with this few simple steps.
Let assume the device is your phone where you can see almost all the apps.
1. Have Titanium Backup (Free Or Paid) on both the device. (Phone/Gtab)
2. Download the the app you want onto your first device (Phone)
3. Backup with Titanium backup.
4. Connect phone to computer and copy files from Titanium Backup folder to desktop. (**** EACH APP WILL HAVE 3 FILES in TB mostly with something in front of the name and back of the name (app name).
For E.g (Names of the files in TB)
File 1. com.jhankis.animalsounds-5ac99359265f229c03bb8cb19c0afc71.apk
File 2. com.jhankis.animalsounds-20110401-041026.properties
File 3. com.jhankis.animalsounds-20110401-041026.tar
5. Now Connect your GTAB to computer and Copy the Files from Step 4. to GTAB Titanium Backup folder.
6. Reboot GTAB (Power Off and Power On).
7. Open Titanium Backup app
8. Click Menu (on GTAB)
9. Click on Batch
10.[Run] Restore all app's with Data.
11. Select the app u copied and Restore.** APPS ONLY NOT DATA**.
you will have those apps on you GTAB.
Hope this helps ... I did it and it worked for me with no issues. (did for my 2yr old son's fav apps)
Any questions PM me.. If this helped u. please press that thanks button.
I hope Moderator will make it sticky... If no one else posted. Cos i did not find this trick any where.
You can sync Ti Backup with Dropbox as well.
doctorisin said:
You can sync Ti Backup with Dropbox as well.
Click to expand...
Click to collapse
Personally I never used bropbox.. So not sure. These steps worked for me, I'm happy.
You can use Astro App Backup and backup the apks, then plug your phone directly into your G Tab's USB and set your phone to mass storage mode. Then navigate to the phone in the file manager and install the apks you want located under the directory Astro saves backups.
Not all apps can be backed up. I've tried both Astro and Titanium to backup Need for Speed Shift and neither works.
drewden123 said:
You can use Astro App Backup and backup the apks, then plug your phone directly into your G Tab's USB and set your phone to mass storage mode. Then navigate to the phone in the file manager and install the apks you want located under the directory Astro saves backups.
Click to expand...
Click to collapse
I was going to suggest this method, as your phone doesn't need to be rooted then.
All these ways work. I use astro to back up then put in on dropbox. Just be careful about restoring the data to your apps if you use tb. Some roms won't like that very much.
drewden123 said:
You can use Astro App Backup and backup the apks, then plug your phone directly into your G Tab's USB and set your phone to mass storage mode. Then navigate to the phone in the file manager and install the apks you want located under the directory Astro saves backups.
Click to expand...
Click to collapse
Do you mind, if i copy paste this in the Main as second option? let me know.
Thanks in advance.
Thank You, thank you. Worked like a charm to get MLB at Bat from my Nexus One to my GTab.
Deleted duplicate post.
drewden123 said:
You can use Astro App Backup and backup the apks, then plug your phone directly into your G Tab's USB and set your phone to mass storage mode. Then navigate to the phone in the file manager and install the apks you want located under the directory Astro saves backups.
Click to expand...
Click to collapse
Tried plugging Nexus One into usb on GTab and nothing happened on either end; saw no usb connected message on N1 and nothing on Tab. Do I need special drivers on Gtab or something?
Thanks
Estrongs file manager
... is a file manager with LAN capabilities. When I'm on the couch and need to swap files between my android devices. I just upload to m PC then download to my other device. I think its relatively quick and simpler than toggling Bluetooth between devices.
And I could b wrong but I was unaware that there was anybody that has plugged there phone into their tab for a direct wired android to android communication. thought the code for this hasn't been implemented.
wheelrandolph said:
Tried plugging Nexus One into usb on GTab and nothing happened on either end; saw no usb connected message on N1 and nothing on Tab. Do I need special drivers on Gtab or something?
Thanks
Click to expand...
Click to collapse
Its better to do how I mentioned.. Phone > Computer > Gtab it wont take much time.
say thanks
Googler_1976 said:
Its better to do how I mentioned.. Phone > Computer > Gtab it wont take much time.
say thanks
Click to expand...
Click to collapse
Or?
You can simply use Bluetooth File Transfer and bypass all the extra steps listed on here..
This is a device to device app, pc not necessary.

How to install apps from computer?

Is there anyway to download and install games/apps from the computer? Can I go into CWM - Mount USB - and then create a folder in my Gtablet and put all my apk files in that folder and then somehow install them once booted into my tablet?
I have never used android before so please forgive my ignorance... I just just flashed Clock Work Mod via NVFlash so I am still learning. I would like to install PSX4Droid and Final Fantasy 7 among other games.
Thank you for your time.
twistid1 said:
Is there anyway to download and install games/apps from the computer? Can I go into CWM - Mount USB - and then create a folder in my Gtablet and put all my apk files in that folder and then somehow install them once booted into my tablet?
I have never used android before so please forgive my ignorance... I just just flashed Clock Work Mod via NVFlash so I am still learning. I would like to install PSX4Droid and Final Fantasy 7 among other games.
Thank you for your time.
Click to expand...
Click to collapse
if they are android files (which, by apk, I assume they are), then yes. Just put them in a folder, use a file explorer to browse to them and open them, and they should install. Of course, installing is no guarantee that they will work on the gTab.
Also note that if you load an app that does not appear in your market, you will not be able to get updates to the app via the market.
You should have a folder called download in the root, use that for consistency.
However, I have found the easiest way is to email them to yourself at the gmail address you use on the tab.
The regular gmail reader provides for installing the APK from inside the message (just click Install!).
Works every time.
(Plus this gives you a backup copy of the app to install from anywhere you have web.)
The easiest way is to place them on a usb flash drive & use a file explorer (i.e root explorer) to install them.
I also want to mention that the new web-based Market will install the programs onto the tab for you when you click to install them from the PC.
No muss, no fuss. I was pretty surprised when I discovered it accidentally.

Installing custom kernel on temp root? (AT&T Vivid)

I'm considering buying a HTC Vivid from AT&T, from what I've read, the bootloader for the AT&T Vivid is locked, but it is possible to temporarily unlock it. I also plan to overclock my phone, I've found custom kernels that can overclock the vivid, they say that the phone needs to be rooted. But is a temp root going to give me enough access to install the overclocking kernel? I have jailbroken consoles and HP Touchpad, but I haven't really played with Android or Linux. So if please excuse me if my terminology is used incorrectly. Thanks.
You can unlock the bootloader through HTC'S dev site and get perm root. Just follow the superguide in the development section and you will be good to go.
Sent from my Transformer TF101 using Tapatalk
Thanks for the info. I'm new to this, after I rooted the phone, how do I install the app? I have an apk file and I tried using the Android Central SWM, but it doesn't work with my phone. I have also enabled the Applications from Unknown sources. But there's no way for me to install.
Edit: I saw that it installed an app called Superuser, but I can't install any apps through Superuser, do I need to put the apk file in a specific folder in order for Superuser to recognize it? Thanks.
awdrifter said:
Thanks for the info. I'm new to this, after I rooted the phone, how do I install the app? I have an apk file and I tried using the Android Central SWM, but it doesn't work with my phone. I have also enabled the Applications from Unknown sources. But there's no way for me to install.
Edit: I saw that it installed an app called Superuser, but I can't install any apps through Superuser, do I need to put the apk file in a specific folder in order for Superuser to recognize it? Thanks.
Click to expand...
Click to collapse
you have some reading to do......
That was helpful. I was just looking for a way to install apps to my phone. So far it seems like maybe I can modify the .bat script from the temp root method to install .apk files that way, but that seems risky and I don't want to mess up my brand new phone.
Seems like this is the wrong site to ask, this is a developer site, so I guess I'll ask this somewhere else.
awdrifter said:
That was helpful. I was just looking for a way to install apps to my phone. So far it seems like maybe I can modify the .bat script from the temp root method to install .apk files that way, but that seems risky and I don't want to mess up my brand new phone.
Seems like this is the wrong site to ask, this is a developer site, so I guess I'll ask this somewhere else.
Click to expand...
Click to collapse
no, you just need to use some logic, and this little thing called SEARCHING
you want to install apps on your phone?
you just put them on your sdcard or download them from the phone itself, open a file manager, browse to the apk file and click on it. it will ask to install..... you are making this out to be way harder than it is. and you did not need root for that to take place. its a function of the OS, you dont need the computer in order to install apps.....this is all basic android stuff you could learn by using GOOGLE....
and you are right, this is a developers site, it is not a hold-my-hand site for noobs.....
awdrifter said:
That was helpful. I was just looking for a way to install apps to my phone. So far it seems like maybe I can modify the .bat script from the temp root method to install .apk files that way, but that seems risky and I don't want to mess up my brand new phone.
Seems like this is the wrong site to ask, this is a developer site, so I guess I'll ask this somewhere else.
Click to expand...
Click to collapse
No need to ask anywhere, google is your friend. Installing apps is very easy, and rooting isn't even necessary. As PG already said, it's as easy as using a file explorer, and also checking that box in the settings about unknown sources.
http://maketecheasier.com/install-applications-without-the-market/2011/01/28
Thanks for the link, those methods are definitely easier than what I did. I edited the temp root .bat file to copy the .apk file to the phone's internal memory, then I used Astro brower to browse to that directory, then install it from there.
awdrifter said:
Thanks for the link, those methods are definitely easier than what I did. I edited the temp root .bat file to copy the .apk file to the phone's internal memory, then I used Astro brower to browse to that directory, then install it from there.
Click to expand...
Click to collapse
dude, all you have to do is plug in your phone and when it asks you set it to disk mode...it shows up as another drive on your computer...you dont need to use any kind of bat file....this is all seriously generic and basic android usage. as i stated before:
you have some reading to do......
its not to be mean, but seriously, you are asking stuff like this in the same breath as ROOTING your phone. this type of stuff isnt meant to be taken lightly or without some READING and comprehension. know what you are doing to your phone before you royally screw it up....
at this rate, i have a feeling it wont be long before we see a help thread....
I don't understand either. Why not do it the apk way? That is the easiest method. It takes like twenty second to allow unknown sources, go to file manager, click on the apk and install it.
Sent from my HTC PH39100 using XDA App

Categories

Resources