maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [BETA RELEASE] PhoneME Advanced (Java Mobile) (https://talk.maemo.org/showthread.php?t=81969)

elros34 2015-09-01 11:36

Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)
 
Does anyone have solution for problem that not all images are loaded or ctrl+c/ctrl+v between maemo and opera mini 8?

nokiabot 2015-09-02 05:05

Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)
 
Quote:

Originally Posted by elros34 (Post 1480643)
Does anyone have solution for problem that not all images are loaded or ctrl+c/ctrl+v between maemo and opera mini 8?

i cannot understand your question
rephrase it please :)

elros34 2015-09-02 14:30

Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)
 
Sorry for my poor English.
1. I mean situation when you have opened quite heavy site in opera min 8 and problem is that not all pictures on site are loaded. For example only to 1/3 of page, other images are blank.
2. I can't use ctrl+c/ctrl+v in opera mini so I it's impossible for example to copy website address from microb to opera mini.

nokiabot 2015-09-02 15:40

Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)
 
Quote:

Originally Posted by elros34 (Post 1480818)
Sorry for my poor English.
1. I mean situation when you have opened quite heavy site in opera min 8 and problem is that not all pictures on site are loaded. For example only to 1/3 of page, other images are blank.
2. I can't use ctrl+c/ctrl+v in opera mini so I it's impossible for example to copy website address from microb to opera mini.

can you link the sites?
i got no such problems
also copy paste does not work or was never implemented by the devloper of phoneme i dont remember the details now its one of the feature that is needed most

elros34 2015-09-02 15:55

Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)
 
Here you go http://www.mikroe.com/chapters/view/...crocontroller/

nokiabot 2015-09-02 19:09

Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)
 
Quote:

Originally Posted by elros34 (Post 1480833)

oh god that site is heavy like a ton
anyway works fine renders good in single colomn view on/off though last couple of images do not appear they can be viewed by long press .
reported the site to opera you do the same for now
though i believe some optmizitations are needed to phoneme on heap size or something i donn know
but its the only browser that is sane at the moment i.e opens most sites

elros34 2015-09-03 11:02

Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)
 
I have tried -Xmx32m option to increase heap space but in vain.

Is there anyone with a working phoneme build? Perhaps this simple piece of code would add option for pasting (ctrl+v) in to opera mini.
Code:

void FrameBuffer::keyPressEvent(QKeyEvent *event) {

    if(event->matches(QKeySequence::Paste)) {
        QString clipboard = QApplication::clipboard()->text(QClipboard::Clipboard);
        for(int i = 0; i < clipboard.count(); ++i)
            keyEvent(clipboard.at(i).unicode());
        return;
    }

framebuffer.cpp in cvm-latest.src.tgz
I don't know j2me. In regards to copy option Is it possible to copy text between java applications on "simple" phones?

nokiabot 2015-12-04 19:40

Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)
 
Quote:

Originally Posted by elros34 (Post 1480931)
I have tried -Xmx32m option to increase heap space but in vain.

Is there anyone with a working phoneme build? Perhaps this simple piece of code would add option for pasting (ctrl+v) in to opera mini.
Code:

void FrameBuffer::keyPressEvent(QKeyEvent *event) {

    if(event->matches(QKeySequence::Paste)) {
        QString clipboard = QApplication::clipboard()->text(QClipboard::Clipboard);
        for(int i = 0; i < clipboard.count(); ++i)
            keyEvent(clipboard.at(i).unicode());
        return;
    }

framebuffer.cpp in cvm-latest.src.tgz
I don't know j2me. In regards to copy option Is it possible to copy text between java applications on "simple" phones?

is this good ?

dedista 2016-04-07 12:34

Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)
 
How can I add installed operamini 8 shortcut to the menu?

marmistrz 2016-04-18 16:00

Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)
 
What about pushing it to extras-devel?


All times are GMT. The time now is 10:42.

vBulletin® Version 3.8.8