Kitchen problem - Android Software/Hacking General [Developers Only]

Hello developers, I have a problem with kitchen. I have installed java and set cygwin and android kitchen.. but when I launch cygwin and type "cd kitchen" and then "./menu" I get this picture that is in attachment..
Please help..

Please somebody..

droid000 said:
Please somebody..
Click to expand...
Click to collapse
To be honest you would be better running ubuntu in a virtual window and installing the android kitchen from there. (I did this and ended up taking windows off my pc and never using it again, now i run ubuntu as my main os)
Well before we start, I suppose you better see if its the kitchen not recognizing java or that cygwin is not recognizing java so lets start with the following command in the window.
java -version
if java has been installed properly it should tell you the version.
EDIT: If not then try this.

droid000 said:
Hello developers, I have a problem with kitchen. I have installed java and set cygwin and android kitchen.. but when I launch cygwin and type "cd kitchen" and then "./menu" I get this picture that is in attachment..
Please help..
Click to expand...
Click to collapse
If your running a 64 bit version of java try downloading the 32 bit or vice versa.
Or agreed it is less of a headache to just run in the linux version of your choosing
Sent from my ADR6400L using xda premium

Related

[Q]Android SDK

Hi everyone,
i installed the android sdk r08 on my computer running windows 7, and when i tried to download the packages, it said "failed to create directory C:\Program Files\Android SDK\android-sdk-windows\temp"
i have used the sdk before on my vista and ubuntu computers, so can someone please help me out?
jwils96 said:
Hi everyone,
i installed the android sdk r08 on my computer running windows 7, and when i tried to download the packages, it said "failed to create directory C:\Program Files\Android SDK\android-sdk-windows\temp"
i have used the sdk before on my vista and ubuntu computers, so can someone please help me out?
Click to expand...
Click to collapse
Right click SDK Manager > Run as Administrator.
Enhanced said:
Right click SDK Manager > Run as Administrator.
Click to expand...
Click to collapse
for my firewall
after having instaler JDK and JRE I can not Toujouse instaler SDK R08 I had to instaler SDK r12
I can't help you, sorry...
Please use the Q&A Forum for questions Thanks
Moving to Q&A

[Q] Not able to install the SDK packages, coz SDK blinks for a sec and then closes.

So, I am sorry, if this is a stupid question, I am novice here. I am trying to run SDK manager on windows 7, 32-bit os. It's already installed. Whenever I try running SDK manager, It flashes for a sec and disappears. When I tried executing android.bat from tools, what I got was :
C:\Program Files\Android\tools>android
[INFO] Starting Android SDK and AVD Manager
'xcopy' is not recognized as an internal or external comman
operable program or batch file.
No command line parameters provided, launching UI.
See 'android --help' for operations from the command line.
Exception in thread "main" java.lang.NoClassDefFoundError:
ts/Display
at com.android.sdkmanager.Main.showMainWindow(Main.
at com.android.sdkmanager.Main.doAction(Main.java:2
at com.android.sdkmanager.Main.run(Main.java:99)
at com.android.sdkmanager.Main.main(Main.java:88)
I have java 6 up date 25 already installed and the path is already added to environ var. Also I am interested in developing for android, If anybody is interested in showing me how, I wud be very greatfull. Thanks in advance. Plzzzzzzz........ HELP.
Currently Using : HTC Desire Z.
And yes, I am having eclipse 3.2 already installed on my system. PLzz help................................., somebody......................, anybody.
General tip
If you double click some techie program on Windows and see it just appear and disappear like that, it usually means that this program is meant to be run in a command line window.
So go to All Programs -> Accessories -> Command Prompt and open that
Then go to wherever that program is installed and run it from there.
Oh, and note that Android development needs the JDK, not the JRE version of Java, The JDK contains all the extra parts needed for Java software development in general, including key parts needed by the Android SDK.
While the JRE can be downloaded from www java com , the JDK is only available from java.sun.com .
P.S.
Sorry for not making proper links, but I have not made enough posts to allow them yet.

[GUIDE] [15/12/11] How to run Ubuntu within Android on Desire S

I will no longer be updating this guide, to keep up to date with the project please see the App thread HERE. The Free app can be downloaded HERE and the Paid HERE
First and for most this guide has been created from a mixture of a few guides to get it all working on our phone, I do not take any credit for the methods all I have done is taken the time to work out how to get it working on our phone. This guide is for windows or can be done all on the phone. Anyway on with the guide
How To Install Ubuntu on the Desire S
Before we start you will need a ROM and kernel that supports loop devices.
This works best on lighter roms like cyanogenmod 7.1, however if you don't want to run a GUI it also works fine on sense ROMS. Please post any ROMS it doesn't work on.
It is also recommend that you have the Android SDK install so that you can access adb however all commands can be done on the phone via the terminal emulator
Also make sure that you have debugging mode enabled Go to Settings->Applications->Development and make sure USB Debugging is checked ON.
You will also need atleast 4GB of memory card space
Download and extract ubuntu.zip
Once you have a working ROM with loop support you must now download the special modified ubuntu image. I have hosted the file on my own server however if this is not quick enough feel free to mirror it or message me and I shall host else where as well.
There are now three versions to use as you wish, however the new 10.10 image has pretty much everything working, see change log at the bottom of the next post. the 11.10 image's UI does not work right and the 9.04 image is well rather old
[*]10.10 image V3 (Recommend)
[*]10.10 image V2 [*]10.10 image OLD
[*]11.10 image
[*]Old 9.04 image
Once you have downloaded this .zip file you will need to extract it to a folder on your sdcard name this folder "ubuntu".
Install and run Ubuntu!
If you do not have the android SDK install or wish to do all the commands via your phone please skip to step 7
1) Connect your Desire S to your computer via your USB cable and make sure USB mode is set to “Just Charge”.
2) Your Android device should be recognized as “ADB Device” under Device Manager. If not, install appropriate drivers.
For all HTC Android smartphones/tablets (such as G2 Phone, Nexus One), you can download Windows drivers here:
HTC Windows 64-bit driver download – Click Here to Download Driver
HTC Windows 32-bit driver download – Click Here to Download Driver
3) Now open a command window and navigate to the directory that you have installed the android SDK for example
Code:
cd c:\android-sdk
4) From here then navigate to the platform-tools directory
Code:
cd platform-tools
5) Now type “adb devices” to double-check your Android device is recognized. It should display something along the lines of
Code:
Lists of devices attached
HT09SR204261 device
If not then you have not installed the drivers for your phone or it is not in debugging mode.
6) Next type “adb shell” to enter the Android shell
7) Now type su to enter super user mode, then type cd /sdcard and then cd ubuntu to enter the directory on the SD card that you stored the ubuntu files.
Code:
su
cd /sdcard
cd ubuntu
8) Then type sh ubuntu.sh this will run the included script to ready your ubuntu image, do not worry about any error messages that are displayed!
Code:
sh ubuntu.sh
8.5) If running the 10.10 V2 image you should get this message 'please wait while booting the ubuntu img, please wait as this could take a while.' if you do get this then ubuntu is running and you just need to open vnc and connect to get into ubuntu. Please see the bug section on the third post for more information!
9) Now type bootubuntu to enter ubuntu (note in the future to start ubuntu simply type bootubuntu there is no need to run the script again)
Code:
bootubuntu
You should now see something along the lines of
Code:
[email protected]:/#
If you don't then its likely the ROM your using does not support loop devices and you will need to install one of the ROMs from the top of this guide to get it working.
And thats it you now have a working ubuntu command line running within android! however this isnt really much use so lets now get a more useful system running
How to Install TightVNCserver
This is by far the best program to install first off as it will let you access the GUI of Ubuntu as it run on your Desire S. (note this is already included in the 10.10 (V1 and V2) image there is no need to carry out this step)
0) Before you install any program first we need to update by typing
Code:
apt-get update
1) Now type “apt-get install tightvncserver” to install the VNC server.
it shall then as you if you wish to install the program etc etc say yes and it will install, simples.
How to Install LXDE (optional but recommended)
only need to carry out this step if you are using the 9.04 image
1) Type “apt-get install lxde” and ubuntu will do the rest
Set up TightVNCServer and fix keyboard issues
(note on the 10.10 image this step has been included already! so no need to carry it out)
Before we launch the TightVNCServer we much make changes the the xstartup file to change to it uses LXDE if we want this and also to fix a big issue with the android keyboard not being mapped correctly.
1) Start off by typing
Code:
cat > /root/.vnc/xstartup
To open the file we need to make changes in
2) Now type
Code:
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
export XKL_XMODMAP_DISABLE=1
icewm &
lxsession
The last two lines you will only want to type if you have installed LXDE if you want to use XFCE leave these lines off. The line above this (export XKL_XMODMAP_DISABLE=1) is what is needed to fix the keyboard mapping.
3) Now press ctrl+D twice and then press enter to the save the file, we are now ready to start up the VNCServer!
Start TightVNCServer
Now we are ready to start the server and connect our phone or windows computer to the Ubuntu running within our phone! (This step is not needed in the new 10.10 V2 image VNCserver now auto starts)
1) Start off by typing
Code:
export USER=root
vncserver -geometry 1024×800
you can change the resolution settings 1024×800 to the resolution of your liking. I find 800x480 does work well but limts your work space so its up to you.
2)TightVNCServer will then ask you for a password to connect to it, fill this in and your server will be then ready to accept any incoming connection from your phone or computer! (on the 10.10 image it will not ask for this, the password is set to ubuntu)
Connect to VNC on your phone
1) download the free app Android-VNC-viewer
2) open the app and set your IP address to 127.0.0.1 ( set this to localhost in 10.10 V2) and port number 5901 (5900 in 10.10 V2)and enter the password you set before (or ubuntu on 10.10 images) to then connect.
If all works right you will have a working GUI!!!
Connect to VNC on your computer
1)Start by downloading the desktop version of TightVNC Here
and install it
2) Open the TightVNC Viewer from the start menu it will ask for your phones IP address, to find this type ifconfig in your ubuntu terminal it will display your IP.
3)Type this into TightVNC and remember to add the port 5901 (5900 in 10.10 V2), it will then ask you for the password ('ubuntu' on 10.10 image) , enter this and you should then have a fully working GUI on your computer!
FAQ
How does Ubuntu look on our phone?
Ubuntu 9.04
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Ubuntu 10.10
What is Ubuntu? and why would I want it on my phone
Ubuntu is a linux based operating system normally for the computer, however with this port we can run it on our phone, this allows you to pretty much install any software available for linux and run it on your phone.
What are the best settings for Android VNC Viewer?
I find full 24-bit colour works very well and there is no need to down step this, also Input Mode is best set to touchpad as the GUI is not very touch screen friendly when its this small! using touchpad makes the touch screen act just like the touch pad on a laptop and I find this very easy to use.
Updates
[15/12/11]
New 10.10 image
Included all updates as of today
Image resolution set by default to 800x480
[12/12/11]
New 10.10 image update
New built in script in Ubuntu to start vncserver and other services on boot
SD card is accessible from within Ubuntu
Image changed to 3.5GB to fit if you have a 4GB SD Card
The ubuntu boot scripts are now on easy to use script!
More working programs (including software centre etc)
Default desktop changed back to LXDE
More apps for 'developing'
Firefox, Thunderbird, openoffice.org suite, GIMP Image Editor, Emacs Text Editor (geared towards programming), C and C++ build-essential, Java JDK, Python, TeXlive and TeXmaker LaTeX editor, Transmission BitTorrent Client, eVince PDF Viewer, File Manager, Terminal, Image Viewer, Leafpad Text Editor, Synaptic Package Manager and Ubuntu Software Center with all repositories enabled (Ubuntu Software Center is pretty and well organized - but bloated and slow), SSH server, Gnash (GNU flash player/plugin for Firefox - as there is no official generla flash pluging for armel CPUs)
[23/11/11]
New 10.10 image
vncserver and bug fixes included in 10.10 image
New light weight UI in 10.10 image
4GB image size for plenty of app space
More programs should be working in the 10.10 image please test!!
New image all icons in GUI don't load Fixed in 10.10 image
New Firefox crashes on start up now fixed in 10.10 image
+More that I cant remember
[05/11/11]
Old 9.04 image readded for those that want working GUI until new image is fixed
[24/10/11]
Java install guide added
[23/10/11]
New 11.10 ubuntu 4GB image
Changed guide for new image
+MUCH more (will add later)
Bugs
At the moment to use the new 10.10 V2 image you have to carry out steps 7 to 8.5 each time in order to get into the GUI, which means the only way to use terminal for ubuntu is within the GUI, this isnt to bad as the build is now very stable
At the moment once you start ubuntu it seems to prevent the sdcard being mounted and as there is no way to shut down the ubuntu session you must reboot if you wish to mount the sdcard via usb
Java might still not be working right please test!!
Other Programs to Install
Ok so as I start working on testing more programs I will post here how well they work and what does and dosnt work. Most programs that run from terminal and don't require any hardware like wifi etc seem to work well!
JAVA SE FOR EMBEDDED
To install the Java version for arm open up the terminal and type the following lines of code
Code:
wget http://android.zpwebsites.com/java.tar.gz
This will download the java package from my server!
Once downloaded type
Code:
gunzip java.tar.gz
Code:
tar xvf java.tar
This will extract the java package into a folder called ejre1.6.0_27
then type
Code:
export JAVA_HOME=ejre1.6.0_27
Code:
export PATH=$JAVA_HOME/bin:$PATH
Java should then be completely installed, please test by typing
Code:
which java
Tips
Some android terminal emulators (e.g. better terminal) allow you to specify an initial command that is run as soon as you launch the application. Multiple initial commands can be defined by pressing return between each command when you define it, so for example the initial command:
Code:
su <return>
cd /sdcard/ubuntu <return>
sh ubuntu.sh <return>
This way to load the new 10.10 V2 image simply open the terminal emulator
Help Needed
I would love for people to test there fav linux programs, also anyone that knows alot about ubuntu/linux to help getting the image to run faster etc etc
:O OMG this is special xD
superkid said:
:O OMG this is special xD
Click to expand...
Click to collapse
im guessing your being sarcastic in which case, yes its the same as many guides across the internet however I could not find one for our phone, and the main purpose of this guide is for user to beable to find out what ROMs do work with it and hopefully create a better more user friendly ubuntu experience, after all when we can have around 300MB free ram why not use it for something like this?
I was not being sarcastic! its really special! UBUNTU ON A PHONE! i am downloading right now!
superkid said:
I was not being sarcastic! its really special! UBUNTU ON A PHONE! i am downloading right now!
Click to expand...
Click to collapse
AH alright then I hope that maybe more kernels will be produced that have loop support so this will work on more ROMS
main download link now up!!
you can download ubuntu.zip here
will def check this out
What is Ubuntu? Linux?
(Sorry for the noobie question)
shrome99 said:
What is Ubuntu? Linux?
(Sorry for the noobie question)
Click to expand...
Click to collapse
an operative system,it is free
anyway
finally,i m waiting this for a long time
Can i use the xda kitchen with this??
or anyway is it possible to cook rom on this ubuntu?
thanks
shrome99 said:
What is Ubuntu? Linux?
(Sorry for the noobie question)
Click to expand...
Click to collapse
It is a linux distro see http://www.ubuntu.com/
However please note for the time being the ubuntu we can use is 9.10 I will look to upgrade this soon mind you!
So, it's an OS for a Computer, like Windows?
shrome99 said:
So, it's an OS for a Computer, like Windows?
Click to expand...
Click to collapse
indeed its a compete OS that we can run within android on our phones! lots of programs are included and you can install more, but the likes of firefox works very well
Is it worth installing this instead of normal ROM ? I mean, what special can be done that can't be done with normal ROM ?
Is it possible to use this for everyday usage ? Is it possible to call with it ?
adridu59 said:
Is it worth installing this instead of normal ROM ? I mean, what special can be done that can't be done with normal ROM ?
Is it possible to use this for everyday usage ? Is it possible to call with it ?
Click to expand...
Click to collapse
At the moment you have to still install a normal ROM as this runs within android, the only requirements for the ROM is for it to have loop device support which the roms listed in the first post have that i know of.
People in the HTC HD2 forum where able to get ubuntu running without android being installed, it has also been done on the nexus s, my next steps will be to try and port this.
But for now this just runs within android calling etc is still done in android
Is my servers (the main link) download speed ok? or would your rather i uploaded it to multiupload?
I am a long-standing Linux user, so this is good! Do you have a screenshot of Ubuntu running? I am trying to work out how the GUI will scale on our phones.
Doesn't work using Zulugen 1.1.3 with CM7 kernel... :/
i m having issue with keyboard
do i need tightvnc every boot?

[Q] xoom official 3.2.2 lte update "help root"

Hi, trust me i have digged and digged, and couldn't find any threads about if the xoom can be rooted if never rooted and now on xoom 3.2.2 lte
i have seen walk throughs for if you already have device rooted and how to install rom on sd and go through that way, but nothing that shows what to do from square 1 and on the latest 3.2.2 lte update.
if there's simply a link, please reply with it.
Thank you!
It took me 30 seconds to find and copy link:
http://forum.xda-developers.com/showthread.php?t=1242241
i found this too, but its missing step 1
1. Setting up adb & fastboot
Coming Soon! (If you want to write this section for me and pm me it, thats fine !)
adb set up:
http://forum.xda-developers.com/showthread.php?t=1249798
(assuming you have windows PC)
here is a quick tip for you:
http://forum.xda-developers.com/showpost.php?p=17494128&postcount=53
westsidekino said:
i found this too, but its missing step 1
1. Setting up adb & fastboot
Coming Soon! (If you want to write this section for me and pm me it, thats fine !)
Click to expand...
Click to collapse
ADB and fastboot are part of the android SDK... And you'll need Java as a pre-req...
I'm not sure where there is an exact guide or complete step by step... but I was able to figure it out by just grabbing the required apps and installing them, so hopefully this will get you started...
For Java, visit -> http://www.oracle.com/technetwork/java/javase/downloads/index.html and use the link for Java SE to download the appropriate installer for your computer (I downloaded/used jdk-7-windows-x64.exe on my 64bit Win7 Ultimate rig). Stepping through the installer is pretty self explanatory.
For the Android SDK, the Windows installer EXE is located at -> http://developer.android.com/sdk/index.html and I got/used the installer_r12-windows.exe. Again, Stepping through the installer is pretty self explanatory. I usually change the install path to C:\AndroidSDK. And after the install is complete you'll want it to install/update all android packages (which brings down ADB, fastboot, usb drivers, etc..). Its been a while since I did it, so I don't remember all the screens and stuff.
After the Android SDK is installed you'll want to add its "TOOLS" and "Platform-Tools" folders to the Windows path... (so you can execute ADB and Fastboot commands from anywhere.)
In Windows 7, right click on Computer, from the pop-up select Properties. In the window that opens, along the upper left, click on Advanced System Settings. Next click the Environment Variables button. In the lower section (System Variables), scoll and find PATH. Highlight it and click the Edit button. At the end of the line (use the right arrow to get there), add the location of your Tools and Patform-Tools folders, separated by semi-colon..
Example: If you told the Android SDK to install at c:\androidSDK... then add this to the end of your path...
;C:\AndroidSDK\platform-tools;C:\AndroidSDK\tools;
My path variable on my laptop now looks like.... %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Lenovo\Access Connections\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\AndroidSDK\platform-tools;C:\AndroidSDK\tools;
Hope that helps.
KidJoe said:
ADB and fastboot are part of the android SDK... And you'll need Java as a pre-req...
I'm not sure where there is an exact guide or complete step by step... but I was able to figure it out by just grabbing the required apps and installing them, so hopefully this will get you started...
For Java, visit -> http://www.oracle.com/technetwork/java/javase/downloads/index.html and use the link for Java SE to download the appropriate installer for your computer (I downloaded/used jdk-7-windows-x64.exe on my 64bit Win7 Ultimate rig). Stepping through the installer is pretty self explanatory.
For the Android SDK, the Windows installer EXE is located at -> http://developer.android.com/sdk/index.html and I got/used the installer_r12-windows.exe. Again, Stepping through the installer is pretty self explanatory. I usually change the install path to C:\AndroidSDK. And after the install is complete you'll want it to install/update all android packages (which brings down ADB, fastboot, usb drivers, etc..). Its been a while since I did it, so I don't remember all the screens and stuff.
After the Android SDK is installed you'll want to add its "TOOLS" and "Platform-Tools" folders to the Windows path... (so you can execute ADB and Fastboot commands from anywhere.)
In Windows 7, right click on Computer, from the pop-up select Properties. In the window that opens, along the upper left, click on Advanced System Settings. Next click the Environment Variables button. In the lower section (System Variables), scoll and find PATH. Highlight it and click the Edit button. At the end of the line (use the right arrow to get there), add the location of your Tools and Patform-Tools folders, separated by semi-colon..
Example: If you told the Android SDK to install at c:\androidSDK... then add this to the end of your path...
;C:\AndroidSDK\platform-tools;C:\AndroidSDK\tools;
My path variable on my laptop now looks like.... %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Lenovo\Access Connections\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\AndroidSDK\platform-tools;C:\AndroidSDK\tools;
Hope that helps.
Click to expand...
Click to collapse
@OP--you should thank rohit3192 and kidjoe. They did for you what you could have done so easily. Check the Xoom Heaven thread in General for links and explanations for just about anything you need. Searching is not easy from the xda app, but from a browser, it actually works. People here are super helpful, but you have to help yourself too.
rohit3192 said:
adb set up:
http://forum.xda-developers.com/showthread.php?t=1249798
(assuming you have windows PC)
here is a quick tip for you:
http://forum.xda-developers.com/showpost.php?p=17494128&postcount=53
Click to expand...
Click to collapse
thank you so much
---------- Post added at 11:17 PM ---------- Previous post was at 10:33 PM ----------
KidJoe said:
ADB and fastboot are part of the android SDK... And you'll need Java as a pre-req...
I'm not sure where there is an exact guide or complete step by step... but I was able to figure it out by just grabbing the required apps and installing them, so hopefully this will get you started...
For Java, visit -> and use the link for Java SE to download the appropriate installer for your computer (I downloaded/used jdk-7-windows-x64.exe on my 64bit Win7 Ultimate rig). Stepping through the installer is pretty self explanatory.
For the Android SDK, the Windows installer EXE is located at -> and I got/used the installer_r12-windows.exe. Again, Stepping through the installer is pretty self explanatory. I usually change the install path to C:\AndroidSDK. And after the install is complete you'll want it to install/update all android packages (which brings down ADB, fastboot, usb drivers, etc..). Its been a while since I did it, so I don't remember all the screens and stuff.
After the Android SDK is installed you'll want to add its "TOOLS" and "Platform-Tools" folders to the Windows path... (so you can execute ADB and Fastboot commands from anywhere.)
In Windows 7, right click on Computer, from the pop-up select Properties. In the window that opens, along the upper left, click on Advanced System Settings. Next click the Environment Variables button. In the lower section (System Variables), scoll and find PATH. Highlight it and click the Edit button. At the end of the line (use the right arrow to get there), add the location of your Tools and Patform-Tools folders, separated by semi-colon..
Example: If you told the Android SDK to install at c:\androidSDK... then add this to the end of your path...
;C:\AndroidSDK\platform-tools;C:\AndroidSDK\tools;
My path variable on my laptop now looks like.... %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Lenovo\Access Connections\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\AndroidSDK\platform-tools;C:\AndroidSDK\tools;
Hope that helps.
Click to expand...
Click to collapse
i have the same os as you except its professional, i installed the java jdk 7 win 64, but when i try and install the android installer it says cannot detect java sdk
westsidekino said:
thank you so much
---------- Post added at 11:17 PM ---------- Previous post was at 10:33 PM ----------
i have the same os as you except its professional, i installed the java jdk 7 win 64, but when i try and install the android installer it says cannot detect java sdk
Click to expand...
Click to collapse
If its 64 bit pro... make sure your file name was jdk-7-windows-x64.exe
I didn't run into any problems, i don't recall if I rebooted between installing Java and trying to install the android SDK (I don't think i rebooted first) but...
Consider the suggestion in the thread link rohit3192 posted about adb setup... especially where it says...
okantomi said:
...Note: If the Android SDK complains that the Java Dev Kit can't be found, just press Back and then Next again. Wierd, but that seems to do the trick ... go figure....
Click to expand...
Click to collapse
its worth a shot..
KidJoe said:
If its 64 bit pro... make sure your file name was jdk-7-windows-x64.exe
I didn't run into any problems, i don't recall if I rebooted between installing Java and trying to install the android SDK (I don't think i rebooted first) but...
Consider the suggestion in the thread link rohit3192 posted about adb setup... especially where it says...
its worth a shot..
Click to expand...
Click to collapse
well i feel silly, thanks, you rock! the back and next did it.

Guys Need Help Running Ubuntu

Well i wanted to develop some Roms from scratch! so i decided to get hold of VirtualBox abd Ubuntu!
I downloaded virtualBox 4.2.6 and Went to their site downloaded
Ubuntu 10.4 VDI
After Starting the VDI i am getting stuck at this window.
Cant run it..Help me guys?
-Rik[Rittik]
What do You mean by "stuck"? It seems that You downloaded server version of Ubuntu 12.04.2 which doesn't have any GUI installed by default (I assume that this is the problem).
Just like ximian said. Server version does not come with GUI.
You can still install it with command: sudo apt-get install ubuntu-desktop
Or download desktop version.
O thanks a lot
-Rik[Rittik]

Categories

Resources