Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
does anyone know how to push an apk file to the phone using fastboot?
mtm what's the status of the clockwork recovery for the breakout?
does anyone know how to push an apk file to the phone using fastboot?
adb push whatever.apk /sdcard/whatever.apk
adb shell
$ su
mount system here. Don't know the partition so can't tell you atm
# cat /sdcard/whatever.apk > /system/app/whatever.apk
I'll test it ok
I did that and joined lgrevolution now what?
Ok so tried adb but when I try to connect to the phone it tells me device not found, has anyone had any luck connecting the breakout using adb? If yes how did you do it? Thank you for all the help guysYou can only push .img's with fastboot, but you can use adb. If it is a system app that you are trying to push, a simple push command will not work though, so use this, and make sure whatever .apk you are trying to push is in the same folder as adb.
Code:adb push whatever.apk /sdcard/whatever.apk adb shell $ su mount system here. Don't know the partition so can't tell you atm # cat /sdcard/whatever.apk > /system/app/whatever.apk
Ok so tried adb but when I try to connect to the phone it tells me device not found, has anyone had any luck connecting the breakout using adb? If yes how did you do it? Thank you for all the help guys
Make sure USB debugging is on, pull down notification bar, select USB mode, choose mass storage should be good.
Unfortunately I can't do that my problem is I removed. Backup assistance. And now the phone will not let me get past the setup screen so I have no access to anything in the phone....that is why I needed to push the apk. To the phone, otherwise I would have just sideloaded the apk. File
Can you boot into recovery? Adb works in recovery also. You could also try to do the 4 corner touch trick to get out of the setup screen.
Anyone around that can do some testing? I started a Freenode IRC channel
webchat.freenode.net
#pantechbreakout
what kind of testing? at this point im willing to give just about anything a shot seeing as there is not a whole i can do with the phone other than use it as a usb drive/ brick
Well, I have a CWM recovery built and working, and have have written a new all in one root and recovery installer. Want to have a couple test before I push it out to the masses.
Well considering I don't have much to lose at this point, if you want send me a pm with a link to the download with instructions I can try and test it for you
MTM, my new Breakout sould be here any minute now. I'm game on the CWM. I'll look for you tonight on irc. Beforehand, what software do i need to download so i can be ready to play?
I would love to test it as well.