maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   Power Pack for PR1.3 (https://talk.maemo.org/showthread.php?t=87047)

xpilz 2013-06-23 13:16

Re: Power Pack for pr1.3 ?
 
Quote:

Originally Posted by n0x (Post 1353924)
Any chance the Power Pack affects the SDK Connectivity Tool? The USB option doesn't seem to be working. Going to "Processing" then back.

OT: Anyone know how to open SDK Connectivity Tool in terminal to see what's happening?

This issue appeared also on my n9. But you can still connect if you know the IP. (Default is: 192.168.2.15.)

Code:

Successfully resolved MeeGo graphics system: /usr/lib/qt4/plugins/graphicssystems/libqmeegographicssystem.so

Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.4 driver, enabling brokenTexSubImage
MeegoGraphics: found EGL_NOK_image_shared
MeegoGraphics: found EGL_KHR_lock_surface2
MeegoGraphics: found EGL_KHR_fence_sync
maxScren
hijackWindow() context created for MainWindow(0xaeebea9c) 1
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.4 driver, enabling brokenTexSubImage
QGLWindowSurface: Using plain widget as window surface QGLWindowSurface(0x4f2e88)
Found EGL_KHR_image_pixmap & GL_OES_EGL_image extensions (preferred method)!
Found texture_from_pixmap EGL extension!
##########################pos 1
Meego graphics system destroyed
minScren
killall: x11vnc: no process killed

Pos 1 is the position where the USB mode where selected. No Errors occured.
If it helps, here is the exec line from the .desktop file:
Code:

Exec=/usr/lib/sdk-connectivity-tool/bin/mad-withhome.sh /usr/bin/single-instance /usr/lib/sdk-connectivity-tool/bin/sdk-connectivity-tool

Schturman 2013-06-23 13:20

Re: Power Pack for pr1.3 ?
 
Strange... I can't download this 4 files for N950:
Code:

Reinstallation of applauncherd is not possible, it cannot be downloaded.
Reinstallation of applauncherd-invoker is not possible, it cannot be downloaded.
Reinstallation of applauncherd-launcher is not possible, it cannot be downloaded.
Reinstallation of applauncherd-single-instance is not possible, it cannot be downloaded.

I checked and I saw that all files have the same name, size, version like in N9. That mean (I hope/think) we can use this 4 files from N9 to restore to default. I can just upload them to dropbox and integrate to tweak for download and installation.. before apt-get of all other files...

PS. I checked with dpkg -l, it have the same versions like N9. But for some reasons it not in the repo of N950... Not important, I will do like I said before (via dropbox 4 packages)

titilambert did you tried restore to default all of this files ?

Schturman 2013-06-23 13:31

Re: Power Pack for pr1.3 ?
 
Quote:

Originally Posted by n0x (Post 1353924)
Any chance the Power Pack affects the SDK Connectivity Tool? The USB option doesn't seem to be working. Going to "Processing" then back.

OT: Anyone know how to open SDK Connectivity Tool in terminal to see what's happening?

Same here :(

coderus 2013-06-23 13:46

Re: Power Pack for pr1.3 ?
 
Quote:

Originally Posted by zaidk9 (Post 1354114)
Easy installation method
For Inception mode u can do the same for open mode just replace /usr/sbin/incept with dpkg-i
Code:

devel-su
~ # /usr/sbin/incept a.deb b.deb c.deb d.deb e.
deb f.deb g.deb h.deb i.deb j.deb k.deb l.deb mInception
.deb n.deb o.deb p.deb q.deb r.deb s.deb t.deb
u.deb v.deb w.deb x.deb y.deb z.defilesb aa.deb bb.d
eb cc.deb dd.deb ee.deb

Below is the rar file which has all files same as in powerpack 0.2.1, just renamed.
https://www.box.com/s/vwirq6i5emflqh6h7xc5

is /usr/sbin/incept *.deb not working ??

[QUOTE=Garp;1354089]
Quote:

Originally Posted by Schturman (Post 1354005)
Just now tested via N9QT (install/uninstall).
It work perfectly :) But after reinstallation of original packages it looks like the turns of screens still look like in PP. It nice and not so important (I think) :D

What about this problem due to N9QT in PP testet by coderus to which arcean haven't answered yet?:
http://talk.maemo.org/showthread.php...37#post1353837
#135

arcean tested PP with Wazapp and it starting. I'm not using PP or N9QT on my phone.

pallokallo 2013-06-23 14:47

Re: Power Pack for pr1.3 ?
 
Quote:

Originally Posted by zaidk9 (Post 1354114)
Easy installation method
For Inception mode u can do the same for open mode just replace /usr/sbin/incept with dpkg-i
Code:

devel-su
~ # /usr/sbin/incept a.deb b.deb c.deb d.deb e.
deb f.deb g.deb h.deb i.deb j.deb k.deb l.deb mInception
.deb n.deb o.deb p.deb q.deb r.deb s.deb t.deb
u.deb v.deb w.deb x.deb y.deb z.defilesb aa.deb bb.d
eb cc.deb dd.deb ee.deb

Below is the rar file which has all files same as in powerpack 0.2.1, just renamed.
https://www.box.com/s/vwirq6i5emflqh6h7xc5

Ô_o wat is the point of this
these installs all the packages in the folder
/usr/sbin/incept *.deb
dpkg -i *.deb

zaidk9 2013-06-23 18:18

Just for small code and a litte easy way:)
Nothing else

Schturman 2013-06-23 20:38

Re: Power Pack for pr1.3 ?
 
Ok, i tested on n950, also work and also have problem with usb window in sdk connectivity.
Restore also work without any problem with 4 applauncherd files from n9 :)

arcean 2013-06-23 23:01

Re: Power Pack for pr1.3 ?
 
Quote:

Originally Posted by n0x (Post 1353924)
Any chance the Power Pack affects the SDK Connectivity Tool? The USB option doesn't seem to be working. Going to "Processing" then back.

OT: Anyone know how to open SDK Connectivity Tool in terminal to see what's happening?

Thanks, fixed internally.

arcean 2013-06-23 23:04

Re: Power Pack for pr1.3 ?
 
Quote:

Originally Posted by Garp (Post 1354089)
What about this problem due to N9QT in PP testet by coderus to which arcean haven't answered yet?:
http://talk.maemo.org/showthread.php...37#post1353837
#135

The latest Wazapp version works flawlessly :).
Please make sure, you have properly installed the updates.

berrybear 2013-06-23 23:05

Re: Power Pack for pr1.3 ?
 
There is visual bug in landscape mode about screen (disappear QR code and text is out of frame).
And i have some glitch in stock audio player. When track goes from one to another one in start of next track is repeat 1 sec of ends of previous track. But i'm not sure its coz of PP.


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

vBulletin® Version 3.8.8