Active Topics

 


Reply
Thread Tools
HtheB's Avatar
Moderator | Posts: 3,718 | Thanked: 7,420 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#21
Originally Posted by topet2k12001 View Post
Hello sir,

Sorry I haven't checked if I received a PM from you or if it bouned. Thanks by the way for helping.

Here the md5 I got (same as yours):



Yes, I also have unrestricted-system-ui, MT-Toggles by MAG, and LED Notifications via Inception.

Hm...so your setup is Open-Mode. I haven't done that yet as I'm on Inception). Could be...we'll never know and anything's possible. Will flash to open mode and see how it goes. Will report back, thank you once again!
You don't need open mode

do you have the latest inception?
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 

The Following User Says Thank You to HtheB For This Useful Post:
Posts: 428 | Thanked: 226 times | Joined on Dec 2010 @ Philippines
#22
Originally Posted by HtheB View Post
You don't need open mode

do you have the latest inception?
Hello,

Yup, I have the latest (0.2.5)...is this still the latest version?

Been doing this with Inception (from newly-flashed device, with unrestricted-system-ui) but still no luck; also did various installation sequences from newly-flashed device (new flash->Inception->unrestricted-system-ui->Patch, and some other ways around).

Open Mode is the only thing I haven't tried this patch on yet...I'm trying out the file version made by mikhail by the way, since I was experiencing the same issue that he has when he tried out Vesuri's (that the device is complaining about the Qt version as well as the version of libmeegotouchcore, a.k.a. the first .deb file).

Thanks for pitching in sir.
 
Posts: 428 | Thanked: 226 times | Joined on Dec 2010 @ Philippines
#23
Friends,

Whew...finally. I got it to (somehow) work, lol...I'm posting here to document my "little adventure" to have this solved...initially for my own reference, but might as well share it. But first, I'd like to thank the following through the course of this adventure:

HtheB - for accommodating my questions via PM...very nice guy...and for giving me a "very good tip" about the N950.
Arie - sent him a PM but unfortunately he was already offline (still would like to thank him)...sent him a follow-up PM to mention that it is solved now.
mikhail_ramalho - for answering my queries via posts in the thread as well as via PM.
coderus - haven't had interaction with him, but would like to thank him for the "back-ported" versions of unrestricted-system-ui.
Vesuri - of course, for coming up with the patch.

1. Flash the N950
2. Enable Developer Mode
3. Enable/Install Inception

---------------------

(steps I experimented on):

4. Installed a "back-ported" version of unrestricted-system-ui by coderus from Post #115 of the "Unrestricted system-ui" thread in lieu of the regular versions from MAG's repository: libnotificationsystem, unrestricted-system-ui, beep-icons

Note: Installed them via Inception, from Root Terminal.

5. Initially I was trying my best to install mikhail's version of libmeegotouchcore0, since I had the exact same experience as him, where the installation was complaining that I was trying to install a higher version when I used Veruri's version of libmeegotouchcore0.

6. Through conversation via PM with HtheB, I was advised that Vesuri's version will work, even on PR 1.2. So at this point where I had used the "back-ported" version of unrestricted-system-ui by coderus I mentioned in Step 4, and since I have been re-flashing, I gave it one more shot. Went on to installing Vesuri's libmeegotouchcore0, in spite of Terminal giving me the same complaint/errors (installed via Inception from Root Terminal).

7. Installed Vesuri's landscape theme, and then reboot the device.

So far, so good.,,the Clock, Phone, Music apps rotate to landscape (Store already opens in landscape when physical keyboard is open prior - already mentioned by Vesuri and also confirmed it).

At this point, I am just wondering if there will be anticipated problems in the future, since I installed:

1. a "back-ported" version of unrestricted system-ui
2. libmeegotouchcore0 that is supposed to be for PR 1.3

Any thoughts will be appreciated.

PS: I am still hoping that I can get mikhail's version to work.

Last edited by topet2k12001; 2012-08-27 at 05:24.
 
Posts: 428 | Thanked: 226 times | Joined on Dec 2010 @ Philippines
#24
False Alarm.

After a few minutes, some apps turned into red squares with exclamation points...looking at the affected apps, these are the ones that would normally prompt you for Software Updates:

Maps
Drive
Music Store
Store
Facebook
Twitter
AP Mobile
Angry Birds
Terminal

Oh well...back to Square 1.

EDIT: @mikhail

From my limited experience and knowledge (I'm still in the learning stages, my apologies), I opened up your version of libmeegotouchcore0 via 7zip and this is what I saw:



...if my understanding is correct, "ceteli04" is like the usergroup or user of your physical computer, correct? If so, then now I think I know why your deb file runs on your end, but not on my end...is that a "correct" observation? Because based from the error output that I posted previously, I think the installation is failing because it's unable to set permissions.

Code:
Package libmeegotouchcore0 has package signature (origin 'com.nokia.maemo/local')
Reading from database...46496 files and directories currently installed.)
Preparing to replace libmeegotouchcore0 0.24.20-1+0m7 (using /var/tmp/inception/pkg_M5Sh2R)...
Unpacking replacement libmeegotouchcore0...
dpkg: error processing /var/tmp/inception/pkg_M5Sh2R (--install):
error setting permissions of './usr/share/doc/libmeegotouchcore0': Operation not permitted
dpkg-deb (subprocess): data: internal gzip write error: Broken pipe
dpkg-deb (subprocess): failed in write on buffer copy for failed to write to pipe in copy: Broken pipe
dpkg-deb: subprocess <decompress> returned error exit status 2
Errors were encountered while processing: /var/tmp/inception/pkg_M5Sh2R
aegis-installing libmeegotouchcore0 (from 'com.nokia.maemo/local')
Just wanted to share so that this can be fixed, if applicable.

Last edited by topet2k12001; 2012-08-27 at 09:47.
 
mikhail_ramalho's Avatar
Posts: 76 | Thanked: 87 times | Joined on Mar 2010
#25
Yeah, ceteli04 is my user

You can repack the package using the following comands:

Code:
$ mkdir -p extract/DEBIAN
$ dpkg-deb -x package.deb extract/
$ dpkg-deb -e package.deb extract/DEBIAN
[...do something, e.g. edit the control file...]
$ mkdir build
$ dpkg-deb -b extract/ build/
(you can do as sudo if you want too)

I'll try to repack it as sudo and upload again to dropbox.
__________________
TweeGo v0.6.5-1 just released!

Download it at Maemo Garage or at extras-devel
 

The Following User Says Thank You to mikhail_ramalho For This Useful Post:
Posts: 428 | Thanked: 226 times | Joined on Dec 2010 @ Philippines
#26
Originally Posted by mikhail_ramalho View Post
Yeah, ceteli04 is my user

You can repack the package using the following comands:

Code:
$ mkdir -p extract/DEBIAN
$ dpkg-deb -x package.deb extract/
$ dpkg-deb -e package.deb extract/DEBIAN
[...do something, e.g. edit the control file...]
$ mkdir build
$ dpkg-deb -b extract/ build/
(you can do as sudo if you want too)

I'll try to repack it as sudo and upload again to dropbox.
Thank you! Yes I will try to repack, but will also appreciate a newly-uploaded version...just so I can check if I did the re-packing correctly.

EDIT: To confirm: on the "do something..." part...this is where I can start modifying the ownerships (chown) to the default "root", prior to continuing the build steps, right?

Last edited by topet2k12001; 2012-08-28 at 17:32.
 
mikhail_ramalho's Avatar
Posts: 76 | Thanked: 87 times | Joined on Mar 2010
#27
Yeah, you can modify anything, from dependencies on the control files to binaries
__________________
TweeGo v0.6.5-1 just released!

Download it at Maemo Garage or at extras-devel
 

The Following User Says Thank You to mikhail_ramalho For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 13:57.