Soo whenever i extract cygwin it always shows some error even tho i have java sdk installed! I m trying since 3 weeks to fix this problem but it always gives an error that i have not downloaded the complete file even though i have downloaded it 3 times again and again! I downloaded the same file on my laptop and ut worked but my lappy is not working so i m using my pc these days....can anyone help me
Sent from my GT-S5360 using xda app-developers app
You need to set the PATH variable to the directory of your java sdk. If you're using windows 7, you can find the PATH variable under environment variables in the control panel. Google for the exact steps to find it.
||I'm just a PM away for help||
Related
Ok so i ran into some problems today after updating eclipse and JDK.
when opening sdk manager i get told java not found in your path then it finds it in program files and tells me to reflect this in user variables path which i already have. what is going someone please helpme before i put my fist through the comp screen!!
I am running win7 home premium 32bit
I also tried the zip sdk revision 8 and still get the same message seem ok going into sdk manager but on exit it gives me this message
cyberpedz said:
Ok so i ran into some problems today after updating eclipse and JDK.
when opening sdk manager i get told java not found in your path then it finds it in program files and tells me to reflect this in user variables path which i already have. what is going someone please helpme before i put my fist through the comp screen!!
I am running win7 home premium 32bit
I also tried the zip sdk revision 8 and still get the same message seem ok going into sdk manager but on exit it gives me this message
Click to expand...
Click to collapse
Control Panel -> System -> Advanced -> Environment Variables
Make sure your Path= has the JDK directory in it.... odds are your old one is still there and its not pointing to the new JDKs folder. (Just saying it again even though you said you already did).
Remove all traces of old java installs and try again -- including adding it to the path..... Sometimes the JDK can be a real PITA, but usually most of the issues occur in 64bit versions.
Did you uninstall Java JREs you had installed before the JDK as well?
pySignare
"-to sign"
v1.0
Version 1.0
Complete re-write into python.
Prerequisites
Windows (for now)
Java
Get Java here --> https://www.java.com/en/download/
Python 3.x
Get 3.3.4 here --> http://www.python.org/download/releases/3.3.4/
Instructions
Download
Extract
Copy Unsigned APKs Into "UnsignedApks"
Run "pySignare.py"
Follow On-Screen Prompts
Thats It
Future Development
Make X-Platform - (Shouldn't be too hard)
Minor code tidy up
Currently its bundled with TestExample.apk (just an empty renamed zip) so it can be tested straight away.
DOWNLOAD HERE (Download ZIP - Right hand side)
Please post your experience, and if you encounter any errors, let me know and I'll attempt to fix.
FAQ
Q. I get the error - 'java' is not recognized as an internal or external command, operable program or batch file.
A. You either, do not have the Java installed or have not added java to your PATH in Environment Variables. Either install Java or add Java to your PATH.
Thanks dude.
Any feedback, problems or suggestions?
wow it works! Easy to use! thanks!
Thank you.
Are there any Linux wizards out there who can help me port this?
New version 0.3 available.
tried it all i get is cannot find specified path
edit: forget that i fixed it had to modify the it as im using jdk 1.7.0
I don't know why I changed it, but in v0.3 it assumes you have installed the Java Development Kit (JDK) on a 64bit system (it mirrors my system rather than a universal approach).
If you have java added to your windows PATH, try using these files, just extract these to the same directory and run these instead.
works great! small suggestion is for the batch file to ask for the location of your jdk.
also have error checking as the batch said it worked but didnt at first (due to the location of the jdk)
andyharney said:
I don't know why I changed it, but in v0.3 it assumes you have installed the Java Development Kit (JDK) on a 64bit system (it mirrors my system rather than a universal approach).
If you have java added to your windows PATH, try using these files, just extract these to the same directory and run these instead.
Click to expand...
Click to collapse
I am using a 64 bit system I have jdk on both program files 64 bit and (x86) and the path in the test keys ran to jdk 1.6.0_25(x86) so I used notepad ++ edit it to 1.7.0(x86) tried again it signed and zipalinged no problem
Sent from my Desire HD using XDA App
Your right, I wrote this quickly to fulfil my needs on my system.
I will update to v0.4 with error checking & JDK checking soon.
Thanks for the suggestion.
EDIT: Seems you beat me to the reply leith. If your JDK is added to your windows path then it shouldnt matter whether its 32 or 64 bit. When I updated from v0.2 to v0.3 I used my personal build rather than the universal "java" approach. I can see that as explicit paths are specified in the .bat. v0.4 will add error checking and will most probably include a stripped out java package.
awesome! keep up the good work dude
andyharney said:
DOWNLOAD HERE
Click to expand...
Click to collapse
unable to dl now: Fatal error: Method ExceptionDisplay::__toString() must not throw an exception in /home/aharney/public_html/index.php on line 644
?
Try using a different browser, that error is quite rare and unique to certain localised versions of windows + firefox.
Version 0.4 now out.
Flawless victory brilliant Andy
im no stranger to signing apks
both of us know this tool is the best
better than any other signtool
never gonna give this up
not gonna desert this tool...
I saw what you did there. Version 0.5 will replace icon.png in every apk with a png of his face.
I can't download the file
Forbidden
You don't have permission to access /index.php on this server.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Click to expand...
Click to collapse
Yeah, I had to take the site down again. Been hit with 2 DDoS attacks in the last 3 days. I don't know why.
I will have it back up at some point tonight. I will PM you when its back up.
{INTRO TIME!!}
Alright, so I've been following threads on native Ubuntu and other Linux on Iconia A500, and they all seem to be aimed at experienced developers and veteran Linux users. Although I'm new to XDA, I've been using Linux for a while.
This thread is aimed at new Linux users and those who need a command-by-command tutorial on building a rootfs and getting Linux up and running on their Iconias.
Everything is working besides GPS, bluetooth, and sound. I'll try to find a solution after I get to 10 posts.
***DO THIS AT YOUR OWN RISK***
OK, so here goes...
1) Make sure you have a multi boot boot loader on your tab. I use skrilax_cz ICS v6. If you don't have a boot loader, read this: http://forum.xda-developers.com/showthread.php?t=1619913
2) Flash the recovery Linux kernel from this thread: http://forum.xda-developers.com/showthread.php?t=1158260 and while you're at it, also download that xorg.conf, we'll use that later.
3) That kernel can only boot from mmc1p2, so you'll need to partition your SD card. Start by loading Ubuntu or a similar Linux distro on a computer and use GParted. Make a small general storage partition in FAT32, make a large EXT4 partition (this is where you will store Linux and boot it) and optionally, you can create a 1-2GB Swap partition.
4) Now here's where the real work starts.................................
4i) install qemu ARM stuff on your Linux machine. For Ubuntu - sudo apt-get install qemu-user-static
4ii) plug in your flash drive and locate the /dev point of the ext4 partition. For Ubuntu, use Disk Utility and it will be something like /dev/sdx2.
4iii) unmount partition 2. open a terminal, enter sudo mount -o /dev/sdx2 /mnt/Linux
4iv) run sudo qemu-debootstrap --arch armel sid /mnt/Linux
5) now your base system is installed. chroot into it using sudo chroot /mnt/Linux /bin/bash
6) install your wifi drivers apt-get install broadcom-sta-common broadcom-sta-source firmware-b43-installer firmware-b43legacy-installer b43-fwcutter then download this http://www.mediafire.com/?ycq1ro22vrwks6z extract it and copy it to your sd card /lib/firmware
7) install your favorite window manager. I use XFCE4 - apt-get install xfce4
8)set root password - passwd root
9) type the password you would like to use for root. nothing shows up onscreen while you do this, but WORRY NOT. type exit to leave the chroot environment.
10) unmount SD card
11) pop into tablet, turn on while holding volume down (in portrait mode)
12) enjoy.
░░░░░▄▄▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▄░░░░░░░
░░░░░█░░░░▒▒▒▒▒▒▒▒▒▒▒▒░░▀▀▄░░░░
░░░░█░░░▒▒▒▒▒▒░░░░░░░░▒▒▒░░█░░░
░░░█░░░░░░▄██▀▄▄░░░░░▄▄▄░░░░█░░
░▄▀▒▄▄▄▒░█▀▀▀▀▄▄█░░░██▄▄█░░░░█░
█░▒█▒▄░▀▄▄▄▀░░░░░░░░█░░░▒▒▒▒▒░█
█░▒█░█▀▄▄░░░░░█▀░░░░▀▄░░▄▀▀▀▄▒█
░█░▀▄░█▄░█▀▄▄░▀░▀▀░▄▄▀░░░░█░░█░
░░█░░░▀▄▀█▄▄░█▀▀▀▄▄▄▄▀▀█▀██░█░░
░░░█░░░░██░░▀█▄▄▄█▄▄█▄████░█░░░
░░░░█░░░░▀▀▄░█░░░█░█▀██████░█░░
░░░░░▀▄░░░░░▀▀▄▄▄█▄█▄█▄█▄▀░░█░░
░░░░░░░▀▄▄░▒▒▒▒░░░░░░░░░░▒░░░█░
░░░░░░░░░░▀▀▄▄░▒▒▒▒▒▒▒▒▒▒░░░░█░
░░░░░░░░░░░░░░▀▄▄▄▄▄░░░░░░░░█░░
Problem, Mobile OS's??
thanks for the step by step i managed to create a based system but i cannot install anything in it it says unable to locate package all the time what to do and thanks again
Sent from my LG-MS695 using Tapatalk 2
el.quechon said:
thanks for the step by step i managed to create a based system but i cannot install anything in it it says unable to locate package all the time what to do and thanks again
Sent from my LG-MS695 using Tapatalk 2
Click to expand...
Click to collapse
Look around for a debian sources.list and just copy and paste that into your /etc/apt on your SD card. then log back in and use apt-get update. after that, it should load.
Kevin Roscom said:
Look around for a debian sources.list and just copy and paste that into your /etc/apt on your SD card. then log back in and use apt-get update. after that, it should load.
Click to expand...
Click to collapse
got the sources.list to update but every timei try to install something i get this E: Unable to correct problems, you have held broken packages. it saysim missing a ot of dependencies for wharever thingi try to install and im getting dpkg error one all the time
el.quechon said:
got the sources.list to update but every timei try to install something i get this E: Unable to correct problems, you have held broken packages. it saysim missing a ot of dependencies for wharever thingi try to install and im getting dpkg error one all the time
Click to expand...
Click to collapse
Try
Code:
apt-get -f install
blackthund3r said:
Try
Code:
apt-get -f install
Click to expand...
Click to collapse
didnt work can upload your roofts for me
i recievethis error all the time for any app
/usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_MESSAGES to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up resolvconf (1.63ubuntu14) ...
/usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_MESSAGES to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
start: Job failed to start
invoke-rc.d: initscript resolvconf, action "start" failed.
dpkg: error processing resolvconf (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
resolvconf
E: Sub-process /usr/bin/dpkg returned an
I try installing the wireless drivers and i got it to download the only problem is dpkg they cannot be install
Sent from my LG-MS695 using Tapatalk 2
Run dpkg --configure -a and try it again. If it doesn't fix it, please post the output. Also try copying the qemu ARM translator into /use/bin on the SD card. I'll have to post my image when I get home since I'm on vacation ATM.
Sent from my SGH-T959 using xda app-developers app
Kevin Roscom said:
Run dpkg --configure -a and try it again. If it doesn't fix it, please post the output. Also try copying the qemu ARM translator into /use/bin on the SD card. I'll have to post my image when I get home since I'm on vacation ATM.
Sent from my SGH-T959 using xda app-developers app
Click to expand...
Click to collapse
where do i get the qemu arm translator i couldnt find it thanks
Run sudo apt-get install qemu-kvm-extras-static and you should find it in /usr/bin/qemu-arm-static
It also sounds like the package "resolvconf" is incomplete. Try reformatting your SD card and reinstall your distro. Then install try to install something small. I'll upload and link my rootfs as soon as I get home.
Sent from my SGH-T959 using xda app-developers app
Hoping for bluetooth!
Thanks for this tutorial! How hard do you think it would be to implement Bluetooth? I have a Bluetooth keyboard I would really like to use with this.
Kevin Roscom said:
Run sudo apt-get install qemu-kvm-extras-static and you should find it in /usr/bin/qemu-arm-static
It also sounds like the package "resolvconf" is incomplete. Try reformatting your SD card and reinstall your distro. Then install try to install something small. I'll upload and link my rootfs as soon as I get home.
Sent from my SGH-T959 using xda app-developers app
Click to expand...
Click to collapse
Thanks again for the tutorial but ill wait for you to upload your roofts having a hard time installing something in chroot environment
Sent from my LG-MS695 using Tapatalk 2
I've heard Bluetooth is included in the broadcom drivers, but it has to be accessed in a weird way. Since I don't use it, I haven't messed around with Bluetooth settings. You should try installing a Bluetooth manager (like bluez) and post what happens. It may work! My real focus as of now however is sound.
Sent from my SGH-T959 using xda app-developers app
Kevin Roscom said:
I've heard Bluetooth is included in the broadcom drivers, but it has to be accessed in a weird way. Since I don't use it, I haven't messed around with Bluetooth settings. You should try installing a Bluetooth manager (like bluez) and post what happens. It may work! My real focus as of now however is sound.
Sent from my SGH-T959 using xda app-developers app
Click to expand...
Click to collapse
did you try the fix in native ubuntu tread in page 36 for sound and whenare you gonna upload your roofts a i wanna try that
Do you mean the command to fix sound permissions? Yeah, I tried it. I think I'll reinstall the tegra package though and then run it again. And I'll probably upload it to Google or Mediafire on Saturday. I'll rebuild it and give you guys a clean install and then update my OP.
Sent from my SGH-T959 using xda app-developers app
Kevin Roscom said:
Do you mean the command to fix sound permissions? Yeah, I tried it. I think I'll reinstall the tegra package though and then run it again. And I'll probably upload it to Google or Mediafire on Saturday. I'll rebuild it and give you guys a clean install and then update my OP.
Sent from my SGH-T959 using xda app-developers app
Click to expand...
Click to collapse
ok man cool ill be looking forward forthose rootfs
I'll upload both a tarball and a compressed img. Sometimes the tars don't unzip correctly and I wanna make it fail safe.
Sent from my SGH-T959 using xda app-developers app
How's some pictures for now? I can't wait until I'm back at my desk so you guys can have a look at this rootfs. If anyone gets sound to work, let me know how.
Sent from my SGH-T959 using xda app-developers app
Man why i cannot create the file system successfully i would like to try different desktops environments
Sent from my LG-MS695 using Tapatalk 2
In your defence, Linux can be tricky sometimes. Hopefully I can build this tar all without complication. What desktop environment would you like me to include?
Sent from my SGH-T959 using xda app-developers app
Although I've managed to follow the instructions from this thread http://forum.xda-developers.com/showthread.php?t=633246 I still get this problem "attached picture http://i47.tinypic.com/ogazk2.jpg" please help ASAP!!!!!!!!!!!!!!!!!!!!!!!!!
Anyone? In short, I can't run android kitchen due to absence of jdk although i do have jdk installed!
Sent from my GT-S5360 using xda app-developers app
i think you should report it to the original thread
Sent from my GT-S5360 using xda premium
You need to change your PATH variable to the directory of your jdk. It is under environment variables, and that's somewhere in Control Panel. Google to find out, as it's in a different place for Vista, 7....
Sent from my GT-S5360 using Tapatalk 2
read original thread xda kitchen u found solution .......... may b in #2 or #3 post ......please read FAQ also.......
Sent from my GT-S6102 using Tapatalk 2
Went to the original post. Had to change my JDK version fixed the problem. Thanks for your suggestions
cygwin
in short... go to java dot com and download the java6 jdk and install it, remember to install both the 32bit and 64 bit versions if you are using a 64bit machine... also once installed make sure you add the java.exe dir to your environment using the path command or by right click on my computer /properties/advanced system settings and then the "environment variables" then choose the edit button for system variables and add the path to your run-times there.
cheers
Alphacode
jmullan said:
in short... go to java dot com and download the java6 jdk and install it, remember to install both the 32bit and 64 bit versions if you are using a 64bit machine... also once installed make sure you add the java.exe dir to your environment using the path command or by right click on my computer /properties/advanced system settings and then the "environment variables" then choose the edit button for system variables and add the path to your run-times there.
cheers
Alphacode
Click to expand...
Click to collapse
Thanks for the info
please help me, thanks
Read post 3 and 5 from here for instruction to use ADB command to copy files: http://forum.xda-developers.com/showthread.php?p=45428716
If you want gui interface, there is an app called QtADB, but it's no longer developed and I never got it working correctly in Windows.
sent from xda premium app