Development questions are off-topic. Do not ask them here.

learn more… | top users | synonyms (4)

1
vote
2answers
53 views

Can I install Ruby and Ruby on Rails on an Android?

Aware that this is a bit mental, but can I install Ruby on a Galaxy S4 running Jelly Bean 4.2? A console where I can install gems, rake routes and run the Rails server, and browse to my application by ...
0
votes
1answer
68 views

Eclipse does not see my phone as a running android device

I have an Allview P6 ( running with 4.0.3 ) and I can't seem to be able to make Eclipse recognize it as a running android device. Is it in debugging mode, the application is set debuggable.
1
vote
0answers
217 views

Extract boot.img issues

I have been having a lot of trouble trying to extract a boot.img. Its one of Samsung's with the funky headers so none of the scripts work. I tried HEX editing it so it is a gzip (1f 8b 08) and ...