World: r4wp
[#Red] Red language group
older newer | first last |
GrahamC 9-Jun-2013 [8256] | I mean .. I think Bo mentioned that Carl had some questions .. .list somewhere... |
Pekr 9-Jun-2013 [8257] | I remember one specific question, but not the details. Bo will know for sure. Doc - we like surprises :-) |
GrahamC 9-Jun-2013 [8258x2] | * He had a lot of technical questions about Red. He was wondering how Doc overcame (or planned to overcome) some technical hurdles, like how he would handle compiling symbolic Rebol code. He said he had no doubt Doc could overcome those hurdles ... |
Have to cross post links to SO chat since I can then read them directly on the Nexus 7 whereas I don't know how long it takes for links here to make it | |
Arnold 9-Jun-2013 [8260] | Very slow in making presentations? http://www.rebol.org/view-script.r?script=presenter.r Well I know all about that, making a decent presentation takes a lot of time. |
PeterWood 9-Jun-2013 [8261] | I've added a few more wishes to the Red/System V2.0 wish list. If you have any comments please let me know. Please remember these are wishes for Nenad to consider, not firm proposals. |
AdrianS 9-Jun-2013 [8262] | The hello world app tested OK on my Galaxy Nexus with 4.2.2. |
DocKimbel 9-Jun-2013 [8263] | Good! Thanks for testing. |
Arnold 9-Jun-2013 [8264] | Good to see nothing is rejected yet ;) For completeness I add the link to the wish list, it is here https://github.com/dockimbel/Red/wiki/Red-System-v2-Wish-List |
DocKimbel 9-Jun-2013 [8265] | A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away. -Antoine de Saint-Exupery |
Arnold 9-Jun-2013 [8266] | I will settle for less perfect but with a lot of possibilities ;) perfection = not making errors , making no errors = do nothing |
Kaj 9-Jun-2013 [8267x2] | Sqlab, for many purposes, you can already do concurrency in Red and Red/System if you do it with the 0MQ framework. See for example the ventilator demo: |
http://red.esperconsultancy.nl/Red-ZeroMQ-binding/dir?ci=tip&name=examples | |
Gerard 9-Jun-2013 [8269] | Hi Doc, congratulations for this new landmark. As the hello.apk generated in the past from Red/System was not running for my Galaxy tab 10.1 was not running, I expected the new apk release not running too and it is effectively not running here opn this machine, even if I upgraded to Android 4.0.4 recently - so the problem is located under the Android level - as I had expected it too. May be the op cpodes generated are not the ones expected on my machine - that is they are not currently compatioble with the ones you generated - but I have no time to test it. this was just to keep you informed so others know this too... Don't bother with this case as I plan to get another Android device in the next few months to compare the compatibility of the product. Probably the CPU codes are not athe level you deliver them (ARM v5 if I remember correctly ?) Best regards. |
Pekr 10-Jun-2013 [8270] | Gerard - Galaxy Tab is prestigious product, it should run imo ... |
DocKimbel 10-Jun-2013 [8271x2] | Gerard, thanks for reporting it. Galaxy Tab uses Tegra2 chipset, so an ARM Cortex-A9 CPU, I see no reason why it shouldn't work with ARMv5 code... Are you sure you've tested with hello.apk and not hello-x86.apk? |
Gerard, can you install this app on your Galaxy Tab: https://play.google.com/store/apps/details?id=org.jtb.alogcat&hl=en Once hello.apk has crashed, just switch to this app, and send me the logs by email. | |
sqlab 10-Jun-2013 [8273] | Kaj, thanks for the example |
Gerard 10-Jun-2013 [8274] | OK Doc I'll try it later as I must go to work now and I'll send it back results to you later. Thanks |
NickA 10-Jun-2013 [8275] | Congrats on the Android release Doc - very exciting! (sorry, I've been away from AltMe for a while) |
DocKimbel 10-Jun-2013 [8276] | Thanks Nick, more to come soon. :-) |
Endo 10-Jun-2013 [8277] | I just test hello.apk on Samsung S3 Galaxy Android 2.3.6, it works well. Great work Doc! |
Gerard 10-Jun-2013 [8278] | Hi Doc, I just sent you my log results to your red-lang.org email account - thanks - it seems the device is unable to locate the sdram card since there is no such sdcard on this device and no slot to put one too... may be there is another place to send files but I never looked at it and so I don't know where to send my files - the device is just using his own directories by itself and I never bothered about it until now ... I will have to look further to help you in this way. |
Gerard 11-Jun-2013 [8279] | @Doc : I just sent back my unfiltered log results for the Samsung Galaxy tab 10.1 machine - thanks and best regards |
MikeL 11-Jun-2013 [8280] | I am runing %red.r for %0MQ-request-client.red but failing on #include %../common/common.red It looks like it would be from https://github.com/dockimbel/Red.git but I don't find any common/ directory I am probably mis-aligning my zmq directories but don't have anything but common.reds from clones. Any hints to help me find my path? |
PeterWood 11-Jun-2013 [8281] | I don't think that common.red is from the main Red repo. I suspect it's one of Kaj's libraries. |
Kaj 11-Jun-2013 [8282x5] | That's correct |
All bindings follow the same naming. The common repository is here: | |
http://red.esperconsultancy.nl/Red-common | |
It's easier to download all bindings together with the download.r script: | |
http://red.esperconsultancy.nl/Red-test/dir?ci=tip | |
james_nak 11-Jun-2013 [8287] | On my Nexus 7, the hello.apk comes up with a main screen that has "hello" in the top bar. Is that correct? To exit it, you have to swipe the app away. It does not respond to a return/escape. |
MikeL 11-Jun-2013 [8288] | Thanks I will catch up soon. |
Gerard 11-Jun-2013 [8289x2] | @james_nak : this is exactly what I get on my Galaxy tab 10.1 and I suspected it was not correctly executing since I doubt it is doing what is expected - even if I don't really know about the app ! |
@Doc : Can you tell us what was really expected as the normal behaviour for this Hello.apk app ? | |
Pekr 11-Jun-2013 [8291] | before Doc does so, I expect him to release some new improved version :-) |
Arnold 11-Jun-2013 [8292] | @Gerard, you make me very curious to what you expected Hello.apk should do. I think it plays a Lionel Richie song! ;) |
Gerard 11-Jun-2013 [8293x2] | @Arnold and Pekr : What is the current behaviour of the Hello.apk ? I thought it was displaying some welcome msg and then askin for some input before disappearing gracefully. Now on my machine a while screen is displayed with a "Hello" as its window name and nothing else is going on.... For the previous Red/System Hello, something almost similar was going on too. So it's not for the Red part fault but it is due to the lower layer ... I knew this but I can't diagnose what ios coming myself as I'm missing some vital knowlwdge here to be really helpful to debug anything ... on my own - sorry for having acquired some product in the first pioneers just to test how this kind of product was running on Android. I required some Flash and my Apple products just could'nt do it - but my tablet Android tablet was much slower on display than my iDevices. Hope that under Red and Red/System there will be some products running at full speed - if not I plan to let it go at a real bargain price very soon ... to get some more powerful device ASAP. |
When I talk about spped it's related to display and GUI ... | |
Pekr 11-Jun-2013 [8295] | Gerard - don't know, my HTC phone is being in the repair centre (touch layer not working) - just today received sms, that is it ready. I will have it back over the weekend ... |
Andreas 11-Jun-2013 [8296] | Now on my machine a while screen is displayed with a Hello" as its window name and nothing else is going on...." Gerard, that's exactly what the current hello.apk is supposed to do. |
james_nak 11-Jun-2013 [8297] | OK, thanks. That's all I needed to know. |
Gerard 11-Jun-2013 [8298] | Me too - thanks Andreas - So I regretfully missed the point basing my view on the previous Red/System Hello.apk. - Really Sorry Doc for this misconception. Just thinking that I should have looked at the source code instead of being like a blind - asking unuseful questions. I'll take note as to not disturbing anybody in this way in the future.... |
DocKimbel 11-Jun-2013 [8299] | This is what you should get when running hello.apk: http://static.red-lang.org/hello-droid.png |
Andreas 11-Jun-2013 [8300] | Just in case: I don't see the "Hello Android World from Red!" text on a Nexus 4. |
Luis 11-Jun-2013 [8301x2] | Only Hello on windows name on Notus II too |
Notus = Galaxy Note II | |
Gerard 11-Jun-2013 [8303x3] | @Doc : So the text msg is really missing - only the Window's name is appearing on my device - Phew !!! I was not disrturbing you for nothing at least! Hope the last log results could help a bit - but don't stress too much if your time is limited (rare) and I suppose it is .... thanks for the screen capture you sent. |
This fact seems to show that Samsung really is doing things in a non standard way ... at a very low level may be !!! | |
And for most of their devices based on Android - or may be the same chipset - but I don't really know about the specific internals... of their devices ! | |
older newer | first last |