Page 1 of 3

Guinea Pig wanted (OVER)

PostPosted: Wed May 29, 2013 11:14 pm
by ryanvade
Hey guys. I am working on a script that builds and installs the KISS IDE. The program is used to program the KIPR link. I was asked to make an install script for the KISS IDE by some local students. It works fine on Ubuntu 13.04, so I am asking if someone would test it on Debian. It SHOULD work, but I am not sure. I would test it myself if I had diskspace for a Debian install. If anyone wants to test it on Ubuntu as well that would also be appreciated.

Code: Select all
 git clone git://github.com/ryanvade/kiss-script.git


Then just follow the directions in the README.md . (PLEASE NOTE to use build-2.sh not build.sh)

Thank you so much.

Re: Guinea Pig wanted

PostPosted: Thu May 30, 2013 11:11 pm
by Tool
ryanvade wrote:Hey guys. I am working on a script that builds and installs the KISS IDE. The program is used to program the KIPR link. I was asked to make an install script for the KISS IDE by some local students. It works fine on Ubuntu 13.04, so I am asking if someone would test it on Debian. It SHOULD work, but I am not sure. I would test it myself if I had diskspace for a Debian install. If anyone wants to test it on Ubuntu as well that would also be appreciated.

Code: Select all
 git clone git://github.com/ryanvade/kiss-script.git


Then just follow the directions in the README.md . (PLEASE NOTE to use build-2.sh not build.sh)

Thank you so much.

If I can help I would be happy to. I'm not a programmer, but I can follow instructions. The latest Debian? I was gonna do a re-install on my other PC anyways

Re: Guinea Pig wanted

PostPosted: Thu May 30, 2013 11:36 pm
by ryanvade
Thank you so much! I am just wanting to know if the script works on other systems. No programming experience needed. :)

Re: Guinea Pig wanted

PostPosted: Thu May 30, 2013 11:52 pm
by Tool
ryanvade wrote:Thank you so much! I am just wanting to know if the script works on other systems. No programming experience needed. :)

Ok. I will download and burn Debian tonight or in the morning and let you know. :D

Edit. This will be my first experience with pure Debian. LOL I'm gonna be downloading the latest 7.0 64 bit, so if there are any discrepancies with that particular one, lemme know.

Re: Guinea Pig wanted

PostPosted: Fri May 31, 2013 10:13 pm
by ryanvade
A pure install is exactly what I was hopping for. The script is supposed to install dependencies for you. That was one of the biggest challenges.

Re: Guinea Pig wanted

PostPosted: Sat Jun 01, 2013 12:21 am
by nickmcminn60
Hi I'm new to Linux but by no means have a learning disability. I Have done Android Development for the last 4 yrs. I worked for MIUI-US Developing for the Samsung Vibrant, HTC Sensation, And compiled Rom's for the MOTO Clic, My Touch 3G Slide......and now have the Samsung Galaxy S Blaze 4G. I Have a Facebook Group for Android Development (24hr Support) and also a Group For Linux and Windows 7 101. If you guy's need any kind of help I'm down to Learn. Both Ecosystems seem pretty close to some extent, that's why I't shouldn't take me noob time to figure things out. My Development Team for Android is 360 Productions......Google it....or google nickmcminn60 to see some of my prior work. I have taken some time off from it and now i think it's time to move up to some big boy Os's. I also have a degree in Computer Enginnering, so I do have a pretty good understanding of how things work. This may be the wrong place for this but I've gotten "Android x86" stable except for Bluetooth. Even Tripple booted (Win7, Android 4.2.2, and Linux Mint 14 KDE on my HP Desktop with no issues except for a very few games that seem to only work with ARM CPU's, like my Acer Aspire ) As soon as I can decide which Ultimate Edition is the most sutible and stable for me I'm going to make the jump.....(Hopefully sometime tonight) If anyone is interested in my 3M chopped up version of someone else's hard work let me know it is the latest Jelly Bean (4.2.2) let me know and I'll see about hosting it somewhere.**I TAKE NO CREDIT FOR THE THINGS I FIXED THIS WAS NOT MY BABY FROM JUMP ** I looked into this project for personal reasons. It needs to be added in Ultimate Edition 4.0 set to run as a standalone virtualbox App just for Android x86 and this Distro would be hard to beat. if anyone just needs help/Guinne Pig let me know. Thanks for your time.
-E-Mail: [email protected]
Windows & Linux 24/7 Support Group: http://www.facebook.com/groups/360Productions/
Oxegen Android Support: http://www.facebook.com/groups/194689074013848
-Team Inferno: http://www.facebook.com/Infernoroms
-Tweaked Androids.."The Android Guru's!: TweakedAndroid.com
-XDA Developers: (Samsung Galaxy S Blaze 4G Bible): http://forum.xda-developers.com/showthr ... st24271656
-Twitter: https://twitter.com/nickmcminn60

Re: Guinea Pig wanted

PostPosted: Sat Jun 01, 2013 12:42 am
by Tool
I need some clarification on how to run this? I am n a fresh install of Debian Wheezy now. I copy and pasted the line into terminal and it says no such command found. Thanks

git clone git://github.com/ryanvade/kiss-script.git

Re: Guinea Pig wanted

PostPosted: Sat Jun 01, 2013 12:49 am
by pam
Welcome aboard nickmcminn60 !

Your enthusiasm for android is very impressive. Some solid progress you have made on that front. :ugeek:
I believe TheeMahn( Ultimate Edition founder and developer) has already shown on youtube android running on his 8 core chip.
http://www.youtube.com/watch?v=T304h2Qo3xA
Things are still at a nascent stage. Thanks for the heads up. Keep us updated of your adventures.
Who knows what the future holds.
<BREW>

Re: Guinea Pig wanted

PostPosted: Sat Jun 01, 2013 12:50 am
by pam
Tool wrote:I need some clarification on how to run this? I am n a fresh install of Debian Wheezy now. I copy and pasted the line into terminal and it says no such command found. Thanks

git clone git://github.com/ryanvade/kiss-script.git


Tool, install git:
Code: Select all
su apt-get install git

Re: Guinea Pig wanted

PostPosted: Sat Jun 01, 2013 1:34 am
by Tool
EDIT.