Reply
Thread Tools
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#81
filip.pz

I only get
# ./mxt-app
sh: mxt-app: not found
downloaded, copied to /root, made executable, used your command ...
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 6 Users Say Thank You to peterleinchen For This Useful Post:
Posts: 204 | Thanked: 443 times | Joined on Jul 2012 @ Germany - Potsdam
#82
same here
Code:
./mxt-app -d i2c-dev:2-004b --save RM-680_Himalaya_AUO_V1_1.xcfg
sh: ./mxt-app: not found

ls -al
-rwxr-xr-x    1 root     root        290144 Nov 13 22:31 mxt-app

uname -a
Linux RM680 2.6.32.54-dfl61-20121301 #1 PREEMPT Sat Mar 2 23:11:21 EET 2013 armv7l GNU/Linux
 

The Following 6 Users Say Thank You to meemorph For This Useful Post:
filip.pz's Avatar
Posts: 108 | Thanked: 579 times | Joined on Feb 2013 @ Požega, Croatia
#83
Originally Posted by meemorph View Post
same here
Code:
./mxt-app -d i2c-dev:2-004b --save RM-680_Himalaya_AUO_V1_1.xcfg
sh: ./mxt-app: not found

ls -al
-rwxr-xr-x    1 root     root        290144 Nov 13 22:31 mxt-app

uname -a
Linux RM680 2.6.32.54-dfl61-20121301 #1 PREEMPT Sat Mar 2 23:11:21 EET 2013 armv7l GNU/Linux
Sorry guys. I have built it with Mer SDK and tried it on Nemo. Seems that Harmattan has unmet dependencies. I'll check what's missing during the day and report back.
 

The Following 6 Users Say Thank You to filip.pz For This Useful Post:
Posts: 646 | Thanked: 1,124 times | Joined on Jul 2010 @ Espoo, Finland
#84
I tried to run under strace but it did not seem to help much:

Code:
/tmp # strace -F ./mxt-app
execve("./mxt-app", ["./mxt-app"], [/* 35 vars */]) = -1 ENOENT (No such file or directory)
dup(2)                                  = 3
fcntl64(3, F_GETFL)                     = 0x20002 (flags O_RDWR|O_LARGEFILE)
fstat64(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x3aaab000
_llseek(3, 0, 0xaebef668, SEEK_CUR)     = -1 ESPIPE (Illegal seek)
write(3, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory
) = 40
close(3)                                = 0
munmap(0x3aaab000, 4096)                = 0
exit_group(1)                           = ?
 

The Following 7 Users Say Thank You to minimos For This Useful Post:
filip.pz's Avatar
Posts: 108 | Thanked: 579 times | Joined on Feb 2013 @ Požega, Croatia
#85
Fixed by recompilation of mxt-app without libusb1 support (download from the same link: https://www.dropbox.com/s/tutr6hueizgn7w9/mxt-app?dl=0). Also, this is needed:
Code:
ln -s /lib/ld-linux.so.3 /lib/ld-linux-armhf.so.3
This will get you to interactive mode, if someone wants to play:
Code:
./mxt-app -d i2c-dev:2-004b
 

The Following 10 Users Say Thank You to filip.pz For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#86
Sadly, same thing happening.

--
Oops, sorry. Forgot the link. Stay tuned ...


Okay it is running. But with error message.
~ # ./mxt-app -d i2c-dev:2-004b
Version:1.26-5-g5a0e692-mod
Registered i2c-dev adapter:2 address:0x4b
Error Operation not permitted (1) writing to i2c
Failed to read ID information
~ #
and no output written.

I am on stock kernel (PR1.3,
~ # uname -r
2.6.32.54-dfl61-20121301
). As root , and in develsh.
So I guess open mode is needed?
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature

Last edited by peterleinchen; 2015-11-14 at 10:15.
 

The Following 11 Users Say Thank You to peterleinchen For This Useful Post:
Posts: 204 | Thanked: 443 times | Joined on Jul 2012 @ Germany - Potsdam
#87
with open mode kernel as in comment above:
Code:
./mxt-app -d i2c-dev:2-004b --save RM-680_Himalaya_AUO_V1_1.xcfg
Version:1.26-5-g5a0e692-mod
Registered i2c-dev adapter:2 address:0x4b
REPORTALL command issued
Read config from device
Saved config to RM-680_Himalaya_AUO_V1_1.xcfg in .xcfg format
http://pastebin.com/mx4t5SsC
 

The Following 11 Users Say Thank You to meemorph For This Useful Post:
filip.pz's Avatar
Posts: 108 | Thanked: 579 times | Joined on Feb 2013 @ Požega, Croatia
#88
Originally Posted by meemorph View Post
with open mode kernel as in comment above:
Code:
./mxt-app -d i2c-dev:2-004b --save RM-680_Himalaya_AUO_V1_1.xcfg
Version:1.26-5-g5a0e692-mod
Registered i2c-dev adapter:2 address:0x4b
REPORTALL command issued
Read config from device
Saved config to RM-680_Himalaya_AUO_V1_1.xcfg in .xcfg format
http://pastebin.com/mx4t5SsC
Sorry to bother you again, but can you do:
Code:
./mxt-app -d i2c-dev:2-004b --save RM-680_Himalaya_AUO_V1_1.raw
Apparently driver needs OBP_RAW format and conversion from xcfg to raw doesn't produce valid OBP_RAW file.
 

The Following 4 Users Say Thank You to filip.pz For This Useful Post:
Posts: 204 | Thanked: 443 times | Joined on Jul 2012 @ Germany - Potsdam
#89
Originally Posted by filip.pz View Post
Sorry to bother you again, but can you do:
Code:
./mxt-app -d i2c-dev:2-004b --save RM-680_Himalaya_AUO_V1_1.raw
...
null problemo, nema problema, no problem

Code:
Version:1.26-5-g5a0e692-mod
Registered i2c-dev adapter:2 address:0x4b
REPORTALL command issued
Read config from device
Saved config to RM-680_Himalaya_AUO_V1_1.raw in OBP_RAW format
http://pastebin.com/0nqFVUYy

https://www.dropbox.com/s/jpwayi9gb9..._V1_1.raw?dl=0
 

The Following 8 Users Say Thank You to meemorph For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#90
Hi,

I'm still there, just really busy

Here's the dump for the N950.
http://en.file-upload.net/download-1...M-696.raw.html

Thanks
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 12 Users Say Thank You to marmistrz For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 09:43.