Results 1 to 24 of 24
- 01-18-2011, 05:50 PM
Thread Author #1
- 01-18-2011, 06:10 PM
Thread Author #2
Login fail! lol
I'll be adding the method to take screenshots sometime soon. If you use Linux, you might as well get the SDK installed and use it for everything
Last edited by Jerry Hildenbrand; 01-19-2011 at 02:18 AM.
(•‿•) - 01-21-2011, 02:14 PM #3
I am going to try it now. I just installed ubuntu and the sdk on my cr48. do I need to do anything special to get the ADB working? if you need help doing this tutorials please let me know. I am noob on linux but I am trying to learn as much as possible.
thank you for the guide. - 01-21-2011, 02:38 PM #4
Up and running on Lucid (In a virtual Vmware Workstation machine).
- 01-21-2011, 07:59 PM #5
- 01-21-2011, 08:39 PM #6
- 01-21-2011, 08:49 PM #7
Last edited by enzofall; 01-21-2011 at 08:56 PM.
I tweet too - @enzofall - 01-21-2011, 09:05 PM
Thread Author #8
(•‿•) - 01-21-2011, 09:28 PM #9
- 01-22-2011, 11:21 AM #10
@jerry
I wasn't sure about the adb, there is a lot of information and everything conflicts with each other. would it be possible to start a separete forum for linux relate things. That way people can post questions and tutorials. A trusted place so noobs like me can learn. I am sure a couple of more people would love to have a linux section on AC.
thanks - 01-22-2011, 11:37 AM #11
Good Morning,
I was going to try to learn eclipse by doing an ADW Theme.
this link gives directions on how to do one
I figure the best way of learning it is by using it. If you are going to try it. Let me know, so we can help each other.
On a CR48 relate question, which method did you used to installed Ubuntu on it? dual boot or Luigi? - 01-22-2011, 04:49 PM
Thread Author #12
(•‿•) - 01-22-2011, 05:43 PM #13
- 01-22-2011, 05:46 PM #14I tweet too - @enzofall
- 01-22-2011, 08:18 PM #15
- 01-26-2011, 07:46 PM #16
- 01-26-2011, 08:04 PM #17
- 02-02-2011, 07:04 PM #18
- 02-02-2011, 07:26 PM #19
- 02-07-2011, 03:04 PM #20
how to install apk manager on ubuntu, the creator of the guide is dully 79, I just added step 7.5 to make it work.
1-Download, create a folder in your sdk called "am" and extract into it.
2-Goto the the "sdk/am" folder and rename "Script.sh" to "script.sh".
3-Go into the "other" folder, right click on one file at a time, goto "permissions" in the new window and check the execute box.(do this with all the files)
4-To add the path to your folder open up a terminal and type in -
sudo su
PATH=$PATH:/THE PATH TO YOUR "SCRIPT.SH"
(for me this looks like the following)
PATH=$PATH:/sdk/am/other/
5-export PATH
6-install "sox"
7-Type into the terminal "cd PATH TO YOUR SCRIPT.SH"
7.5 export PATH={PATH}:/PATH TO Your SDK/sdk/platform-tools/adb
8-Type "./script.sh"
9-You should have a running Apk-manager.
how to install sox:
Click system>administration>synaptic package manager
Goto the search bar and type in "sox"
Right click on "sox" and select "mark for install"
Click apply.
I hope this help, i got it semi working but there are a lot more things that I need to learn.
If you get stuck in any step let me know, I will help you as much as I can.
when you get it working let me know, I have a couple of questions. - 02-16-2011, 01:19 AM #21
- 06-25-2011, 10:21 AM #22
Re: Sideloading apps via the terminal using Ubuntu Maverick
Hi,
I have no problems using SWM on Windows, at work. On my home Ubuntu 64, I'm having issues. Can you please shed some light on what's going on. I don't have the SDK, just SWM for linux. Here's the log:
===================================================================
Sideload Wonder Machine for Linux. Version 0.9.0
===================================================================
General Options:
1. Push app to phone. (/data/app)
2. List apps on phone. (/data/app)
*3. Download an app to push. (NOT AVALIBLE NOW - COMING SOON!)
---------------------------------------------------------------------
Root Options: (You MUST be root to use these options)
21. Push app to /system/app (Can't be uninstalled with a factory reset)
*22. Create 'update.zip' (NOT AVALIBLE NOW - COMING SOON)
*23. Remove system apps from phone. (NOT AVALIBLE NOW - COMING SOON)
---------------------------------------------------------------------
99. Check for Updates
0. Exit
Please enter option number: 1
Ensure you have copied your app to the 'Place-App-Here' directory & that there is only 1 app in that folder.
This will only work on Android phones. If you have an iPhone, you are still controlled by Stevey J'. Sorry :P
Press enter to continue...
Found dolphinhdlicense2.0.0.apk
Press enter to continue...
Pushing to phone...
failed to copy '2-Place-App-Here/dolphinhdlicense2.0.0.apk' to 'data/app/dolphinhdlicense2.0.0.apk': Permission denied
Pushed! You may need to reboot your phone to see the change.
Thanks,
Dan - 06-25-2011, 10:55 AM #23
Re: Sideloading apps via the terminal using Ubuntu Maverick
I've figured it out.
1) You must be root or use sudo when you run ./menu.sh
2) sudo ./adb push 2-Place-App-Here/$apptopush data/app does not work for me. Phone is not rooted.
Instead I manually typed sudo ./adb install <path/file.apk) and it worked perfectly. Why do you use push instead of install? I guess I'll just have to edit the scripts. Thanks for your help!
Dan
I guess I'll just have to edit the scripts.
Thanks for - 07-26-2011, 02:18 PM #24




Reply


































