I'm not having fun yet

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ChipsmBUSNCaY
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 21
Joined: Thu Apr 12, 2012 4:25 am

I'm not having fun yet

Post by ChipsmBUSNCaY » Wed May 30, 2012 5:21 am

I have been a runrev supporter and subscriber for a number of years. I was in need of a good project in order for me get really serious about using RunRev. I have a windows 64 machine and I am testing RunRev 5.5. I am having problems with the Android development pkg. I have given up on the simulator - it's way to slow and very unreliable. I am using by Asus T101 but I can't get the programs to compile and run on my android device. I am almost certain that it is not the tablet, it shows up in the developer list. I am getting the following error message:Installation of app failed: adb server is out of date. killing....ADB server didn't ACK *failed to startdaemon * error:
this is all contained in a message box.
5-29-2012 9-02-23 PM.jpg
5-29-2012 9-02-23 PM.jpg (13.22 KiB) Viewed 6605 times
HELP!!!

Clarence
Clarence Martin

sturgis
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1685
Joined: Sat Feb 28, 2009 11:49 pm

Re: I'm not having fun yet

Post by sturgis » Wed May 30, 2012 2:18 pm

If you have updated all android components so that you're current you might try this..

1st on the command line manually try to kill the adb process. (adb kill-server).. Depending on the version of android the adb binary could either be in platform-tools folder or.. um. Well I forget so you may have to look for the other location.

2nd, if on windows try to kill the process using tasklist. Look in processes for adb.exe If its there kill it. If on a mac, you can do a ... I think its ps -ef to see all processes (bad memory but I THINK that will do it) see if adb is a running process (could do ps -ef |grep adb) if its running do a kill -9 processid

3rd start adb again from the command line. (adb start-server)

Not sure what else it could be but if I run across anything i'll post it here.

ChipsmBUSNCaY
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 21
Joined: Thu Apr 12, 2012 4:25 am

Re: I'm not having fun yet

Post by ChipsmBUSNCaY » Wed May 30, 2012 2:23 pm

Thanks.
I actually had this stuff running once, but I can't figure what happened.
I have actually uninstalled the Android SDK and will re-install it.
If the problem pops up again, I will try your suggestions.
Clarence Martin

townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Re: I'm not having fun yet

Post by townsend » Wed May 30, 2012 4:45 pm

I had a similar problem when I was testing apps on my Android phone. Here's what I did.

I put the compiled app in my Dropbox folder. Then from my phone, I opened up Dropbox,
clicked on the compiled app, it installed fine.

ChipsmBUSNCaY
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 21
Joined: Thu Apr 12, 2012 4:25 am

Re: I'm not having fun yet

Post by ChipsmBUSNCaY » Wed May 30, 2012 7:27 pm

OK.
My solution:
After many tries- Un-installing Java, Android SDK, etc......
I found my problem. The ADB.exe in my Asus folder was the program that was out of date. I removed the ADB.exe in the Asus folder and replaced it with the ADB.exe that was in the Android SDK folder.
All solved - what a PITA (Pain in the Ass) this was.
NOW I'M HAPPY! and get on with my life.

Clarence
Clarence Martin

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: I'm not having fun yet

Post by Simon » Wed Jul 18, 2012 11:50 am

Probably a bit late but I found this:
http://visualgdb.com/adbfix/
Took care of my adb server error with 2 clicks.

HTH
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

chipsm
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 244
Joined: Wed May 11, 2011 7:50 pm

Re: I'm not having fun yet

Post by chipsm » Wed Jul 18, 2012 3:45 pm

I have had to solve this problem a couple times.

Thanks for the information.
Clarence Martin
chipsm@themartinz.com

Post Reply