Help installing... - Atrix 4G Themes and Apps

I'm trying to install TxMissed from here on the form. I downloaded it fine but when I go to install it I get "can't open unknown source" I'm using easy installer to try and instal it.
Sent from my MB860 using XDA Premium App

Download a program called Sideload Wondermachine and you can use that to install it using your computer..
or if you know how to use adb
adb install <PATH TO THE APK>
ex.
adb install Z:/MyAPKFiles/TxMissed.apk

It's there a way to do it from my phone? Computer is down
Sent from my MB860 using XDA Premium App

I don't believe so. :T unless you root your phone and edit build.prop to allow unknown sources.

Related

[Q] Phone not showing up in list of models when Flashing Clockwork with ROM manager

I've tried searching for other threads about this issue but have found none. I have an Optimus V with ROM manager and anytime I try to Flash Clockwork Recovery Mod a window pops up that instructs me to confirm my phone model. The only problem is that none of the models listed are mine. I picked the first option (the "Huawei Pulse Mini") and it said that it installed correctly, but I still don't know if I'll be able to flash other ROMS correctly.
Summary: How do I get my phone model to show up in the pop up window of Rom Manager when I want to install Clockwork Recovery Mod
Have you tried selecting optimus one from the list?
Sent from my LG-P500 using XDA Premium App
4silvertooth said:
Have you tried selecting optimus one from the list?
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
The only choices that show up are:
Huawei Pulse Mini, Dell Streak, Hyawei Pulse, Commtiva Z71 (Boston, Blaze, and more), Geeksphone ONE, Spice MI70o Commtiva Link N700 and more
Same here....i tried flashing it but nothing happens
Sent from my LS670 using XDA Premium App
Well do you flash the cwm made by mik or is there any other cwm recovery for ur phone.
Sent from my LG-P500 using XDA Premium App
Also, under Current Recovery it says Clockwork Mod 2.5.0.7 (it also says this as the latest version). Not sure if that helps or not, but thought I would let everyone know.
You will have to ask your developer for support, the one who made port of recovery for ur phone. I think opcode did that port.....
Sent from my LG-P500 using XDA Premium App
4silvertooth said:
Well do you flash the cwm made by mik or is there any other cwm recovery for ur phone.
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
I found the recovery image for the Optimus One and put the .img file on the root of my SD card, but I'm not too sure where to go from there. What do I do with the .img file on my SD card?
ironpirat3 said:
I found the recovery image for the Optimus One and put the .img file on the root of my SD card, but I'm not too sure where to go from there. What do I do with the .img file on my SD card?
Click to expand...
Click to collapse
I don't think it will work try this instead.
http://forum.xda-developers.com/showthread.php?t=1060602
Sent from my LG-P500 using XDA Premium App
4silvertooth said:
I don't think it will work try this instead.
http://forum.xda-developers.com/showthread.php?t=1060602
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
Install the .zip from Rom Manager?
EDIT: Downloaded Android SDK and currently installing archives. Once that finishes do I just open an adb shell window and type in the commands that he gives in the opening post?
You can also do all that in terminal emulator app without any sdk. But the command are to be typed should be exact with no mistakes.
Also do search for cwm recovery for your phone there's also another cwm recovery for ur phone that's stable. In terminal emulator app type 'su' at $ prompt than promt changes to # than type all the commands.
$ su
#
Sent from my LG-P500 using XDA Premium App

Few questions

Has there been anything on rooting directly from the phone?
And has anyone made an update.zip with unlockd boot?
Sent from my MB855 using XDA Premium App
Yes, you can root directly from your phone by using terminal emulator but you have to put photon-torpedo.tar to /data/tmp first. I rooted my photon on the phone itself.
GraphicDemon said:
Has there been anything on rooting directly from the phone?
And has anyone made an update.zip with unlockd boot?
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1216143
A little bit of reading goes a long, long way. This thread will tell you the current state of the art.
urcboss07 said:
Yes, you can root directly from your phone by using terminal emulator but you have to put photon-torpedo.tar to /data/tmp first. I rooted my photon on the phone itself.
Click to expand...
Click to collapse
Ok can you please tell me how you got terminal to process your commands. I get permission denied every time I use terminal to try and do anything with /data. I obviously need root to complete the commands using terminal to write to anything besides the sd. I would appreciate any help. Thanks in advance.
Sent from my MB855 using XDA Premium App
Ok I tried using it from phone but how u push it to data without using comp
Sent from my MB855 using XDA Premium App
Did you install superuser from market? You also need to install Superuser and push photon-torpedo.tar to /data/tmp
then type the following in terminal emulator:
cd /data/tmp
/bin/tar xf /data/tmp/photon-torpedo.tar
/data/tmp/photon-torpedo.sh
/data/tmp/install-su.sh
Just say "THANKS" to Edgan for great work and job well done.
urcboss07 said:
Did you install superuser from market? You also need to install Superuser and push photon-torpedo.tar to /data/tmp
then type the following in terminal emulator:
cd /data/tmp
/bin/tar xf /data/tmp/photon-torpedo.tar
/data/tmp/photon-torpedo.sh
/data/tmp/install-su.sh
Just say "THANKS" to Edgan for great work and job well done.
Click to expand...
Click to collapse
Not sure if you were responding to me or the other guy but my MacBook and my Linux laptop both recognize my phone but they both say its offline when I try and use a adb. Some people say they have done this root without the computer and just using the terminal on the phone but I get permission denied messages since it needs root. I have super user installed but that does me no good without root. I want to know how they got past the permission denied using the terminal on the phone?
Sent from my MB855 using XDA Premium App
smoothone said:
Not sure if you were responding to me or the other guy but my MacBook and my Linux laptop both recognize my phone but they both say its offline when I try and use a adb. Some people say they have done this root without the computer and just using the terminal on the phone but I get permission denied messages since it needs root. I have super user installed but that does me no good without root. I want to know how they got past the permission denied using the terminal on the phone?
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
Exactly I'm having same problem. I m not understanding how I can push it to that part of the phone without root.
Sent from my MB855 using XDA Premium App
GraphicDemon said:
Exactly I'm having same problem. I m not understanding how I can push it to that part of the phone without root.
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
Make sure you have USB debugging checked. Menu > settings > applications > development. This was my problem when I first tried to adb the file to the /data/tmp folder on the phone.
Also, I was getting an error at "Run /data/tmp/photon-torpedo.sh," but I just ignored it and kept going. It worked. You can use root checker from the market to verify that you have root.
my2cents said:
Make sure you have USB debugging checked. Menu > settings > applications > development. This was my problem when I first tried to adb the file to the /data/tmp folder on the phone.
Also, I was getting an error at "Run /data/tmp/photon-torpedo.sh," but I just ignored it and kept going. It worked. You can use root checker from the market to verify that you have root.
Click to expand...
Click to collapse
Thanks for the advice but the both of us are not using adb. I always have debugging enabled. We are both trying to do this from or phones with terminal. An update zip would be amazing :~)
Sent from my MB855 using XDA Premium App
smoothone said:
Thanks for the advice but the both of us are not using adb. I always have debugging enabled. We are both trying to do this from or phones with terminal. An update zip would be amazing :~)
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
Ok. I thought one of you was trying to use a Mac or something to push the file then use terminal. And an update.zip would be awesome!
my2cents said:
Ok. I thought one of you was trying to use a Mac or something to push the file then use terminal. And an update.zip would be awesome!
Click to expand...
Click to collapse
I was trying to use adb with my Mac and my Linux laptop but both give me "device offline" when I use adb. I'm going to try a different USB cable as I have seen this happen before and a different cable works but I find it hard to believe that i'm the only one that used stock cable and does not work
Sent from my MB855 using XDA Premium App
What happened to that person said they did everything from phone?
Sent from my MB855 using XDA Premium App
GraphicDemon said:
What happened to that person said they did everything from phone?
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
Lol, I guess they all vanished! Funny thing is that I am not new to Linux and those are busybox commands which
1: busybox does not come installed on the factory ROM and
2: even if you install it from the market it still needs root access.
Sent from my MB855 using XDA Premium App
So what are we developing in this thread again?
Sent from my MB855 using XDA App
Custodian said:
So what are we developing in this thread again?
Sent from my MB855 using XDA App
Click to expand...
Click to collapse
If you cannot help then just save your useless comment! Your bringing back bad memories from the EVO forum. That forum was full of bashers and flamers.
smoothone said:
Lol, I guess they all vanished! Funny thing is that I am not new to Linux and those are busybox commands which
1: busybox does not come installed on the factory ROM and
2: even if you install it from the market it still needs root access.
Sent from my MB855 using XDA Premium App
Click to expand...
Click to collapse
Yeah tell me about it, wish they would just make a damn step sheet it's getting ridiculous.
Sent from my MB855 using XDA Premium App
http://forum.xda-developers.com/showthread.php?p=16904179
Sent from my MB855 using Tapatalk

[Q] How to install a file manager from SD without ADB and Internet Access?

I just flashed and rooted for the first time and discovered I can't use ADB anymore(adb server is out of date. killing...).
Seriously? So many views yet no help from anyone....
Why don't you install one from play store?es file manager will do you fine...
Sent from my GT-S5830 using xda premium

Program to install .apk from computer?

There was a program i used before i reformated the computer, i think it was called android sdk tools... it would install .apk i have on my desktop
but i tried installing it again, but nothing happen the .apk are just regular files...
Try batch apk installer. You can search for it on XDA.
Sent from my SGH-T959 using xda app-developers app
You can install apks from a computer using ADB found in the Android SDK
zacthespack said:
You can install apks from a computer using ADB found in the Android SDK
Click to expand...
Click to collapse
... I don't understand.. and where do i find adb, i tried serchign it in android sdk tools but cant find anything
zacthespack said:
You can install apks from a computer using ADB found in the Android SDK
Click to expand...
Click to collapse
adityamunshi said:
Try batch apk installer. You can search for it on XDA.
Sent from my SGH-T959 using xda app-developers app
Click to expand...
Click to collapse
Im trying to use batch installer and it says superuser permission denied, and i check the app how do i allow shell?
anthonyly said:
... I don't understand.. and where do i find adb, i tried serchign it in android sdk tools but cant find anything
Click to expand...
Click to collapse
Download the android sdk (Google is your friend here) and when you install it, navigate to the folder and inside there should be a Tools folder, adb should be in there.
Sent from my htc_jewel using Tapatalk 2
megabiteg said:
Download the android sdk (Google is your friend here) and when you install it, navigate to the folder and inside there should be a Tools folder, adb should be in there.
Sent from my htc_jewel using Tapatalk 2
Click to expand...
Click to collapse
there avd manager and sdk manager
anthonyly said:
there avd manager and sdk manager
Click to expand...
Click to collapse
There should be a folder called tools or platform tools, can't remember which (not at my computer right now). It should have adb inside. It is a command line function as far as I know, but it can be used to install apks while the phone/tablet is connected to the pc.
Sent from my Verizon Galaxy Nexus running Fruits 'N Vegetables with bacon grease (FNV007) via Xparent Cyan Tapatalk 2
Airdroid also let's you install from your pc. I use it all the time
Sent from my HTC Desire HD using xda app-developers app
MrBC said:
Airdroid also let's you install from your pc. I use it all the time
Sent from my HTC Desire HD using xda app-developers app
Click to expand...
Click to collapse
Yes and it have a great ui, with drag and drop. I really like it. Hope the OP have solved the question. And if you want remote adb try a app named adb wifi or a ssh server.
Sent from my RK29 tab...
I tried airdroid, but i don't really see the point of your phone downlaoding the app and installing it when you have it on your desktop already
for batch apk installer, its not working for me, it says cannot access shell, help?
You start the airdroid server, then in you PC internet browser tap deviceip:8888, insert the password and inside the apps screen tap install app...
Sent from my RK29 tab...
Airdroid is the best app
Saves time alot
~~rUcK
fUlEs~~
Just push it with ADB
Example
"adb push c:\facebook.apk /data/app"
Sent from my Galaxy Nexus using Tapatalk 2
CdTDroiD said:
Just push it with ADB
Example
"adb push c:\facebook.apk /data/app"
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
This a better way too but requires usb cable
Not if you are root !
Just put adb wifi app and run command "adb connect ip"
Sent from my RK29 tab...

Rooting Motorola Photon

I would appreciate if somebody could tell me step by step on how to root my phone.
There are many different variants on the photon-torpedo method that you can find on these forums, the stickies, and through google search, but here is the step by step method I prefer. Credit goes to Edgan.
Photon Root Instructions
1. Create a folder in the C:/ drive on your Windows 7 machine called Photon root. (You can call it anything you want, but that’s what I called mine and will use for the purpose of this post).
2. Download and install the adb package from http://gititbit.ch/AFAS and install them into C:/Photon root.
3. Download photon-torpedo.tar from http://proton.cygnusx-1.org/~edgan/photon/photon-torpedo.tar and copy it to C:/Photon root in your windows machine. Do not unzip it.
4. On your phone, go to Settings > Applications > Development and select USB Debugging.
5. Plug your phone to your computer and on your phone, set it to USB Mass Storage.
6. Copy photon-torpedo.tar from C:/Photon Root to your phone’s internal storage using Windows 7. Don’t put it in any folder, and leave it zipped.
7. Install Superuser from the Market. (This is absolutely necessary to do before you get started or it won’t work)
8. Open the command prompt (Start >> run “cmd” >> enter)
9. Type the following commands – don’t worry about the errors, it will be all right
• cd C:/photon root • adb push photon-torpedo.tar /data/tmp • adb shell • cd /data/tmp • /bin/tar xf /data/tmp/photon-torpedo.tar • /data/tmp/photon-torpedo.sh • /data/tmp/install-su.sh
10. That's it. Reboot and enjoy.
Sent from my MB855 using xda premium
Here our friend qbking77 latest step by step video. https://www.youtube.com/watch?v=7xAYkejI4CE&feature=youtube_gdata_player
Sent from my SPH-D710 using Tapatalk 2
If ypu dont want to use your computer you can do it right from your phone just google root photon without computer and the first thing to pop up should be an xda thread
Sent from my MB855 using xda app-developers app
The adb package link dont work
Sent from my MB855 using xda app-developers app
MarcquisDale said:
The adb package link dont work
Sent from my MB855 using xda app-developers app
Click to expand...
Click to collapse
did you try the way i suggested? http://forum.xda-developers.com/showthread.php?t=1243792 it never fails
Ill try that way
Sent from my MB855 using xda app-developers app
Any Luck
MarcquisDale said:
The adb package link dont work
Sent from my MB855 using xda app-developers app
Click to expand...
Click to collapse
Hello Marcq, Did you get any working link for adb package. I am searching for long time. If you have, please update. Thanks. Bala
nice
jayalaba said:
I am searching for long time. ...
Click to expand...
Click to collapse
Go here: http://forum.xda-developers.com/showthread.php?t=1819660
I just verified the download, it has the adb.exe you seek, and also the photon-torpedo.tar file you'll need. It's all in a zip file, QBKing77 also includes a video on what to do.
Hope this helps.
Btw, drop a thanks on mof for the work. You might also seriously consider flashing mof's Slim ROM, it's great.
Sent from my Slim Photon using xda app-developers app
one guy just posted a link
Sent from my MB855 using xda app-developers app
adb package
adb package link is dead
dark_boy99 said:
adb package link is dead
Click to expand...
Click to collapse
This community has been dead for a while so it may be hard to find a working link
Sent from my XT1058 using XDA Free mobile app
MarcquisDale said:
This community has been dead for a while so it may be hard to find a working link
Sent from my XT1058 using XDA Free mobile app
Click to expand...
Click to collapse
i downloaded this from extra link
i rooted this phone with your tips
tnx a lot
*********************
now my device in logo...
http://forum.xda-developers.com/showthread.php?t=749620&page=5#post60391586

Categories

Resources