Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > Search Forums

Welcome to the MobileRead Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.

By joining our free community today, you will have fewer ads, access to post topics, communicate privately with other members, respond to polls, upload content and access many other special features.

If you have any problems with the registration process or your account login, please feel free to contact us contact us.

The MobileRead Team


Notices

Showing results 1 to 25 of 29 - Search took 0.00 seconds. Search: Posts Made By: deep
Forum: Kindle Developer's Corner 06-09-2012, 04:08 AM
Replies: 204
Views: 87,880
Posted By deep
Nice work silver18 ;) :goodjob:

Nice work silver18 ;)

:goodjob:
Forum: Kindle Developer's Corner 05-29-2012, 02:06 PM
Replies: 58
Views: 13,751
Posted By deep
List (http://pastebin.com/Wdw4L7yT) of image...

List (http://pastebin.com/Wdw4L7yT) of image files now contain a compressed p1 of my backup right after I upgraded dasmoover's KT 5.0.0 mmcblk0p1 image , to 5.1.0 using amazon's update. There are no...
Forum: Kindle Developer's Corner 05-29-2012, 04:55 AM
Replies: 188
Views: 37,184
Posted By deep
Yes, It's a really old one ... I thought it might...

Yes, It's a really old one ... I thought it might be an interesting way to approach the issue of symlinks... but since it hasn't grabbed the attention of kernel programmers for so many years, it's...
Forum: Kindle Developer's Corner 05-29-2012, 04:52 AM
Replies: 188
Views: 37,184
Posted By deep
Yup ... I guess we could go back to the original...

Yup ... I guess we could go back to the original problem of interpreting the vfat as a linux partition by KT and a linux partion as a vfat by the PC ... :)
Forum: Kindle Developer's Corner 05-25-2012, 03:39 PM
Replies: 188
Views: 37,184
Posted By deep
Another interesting link...

Another interesting link https://lkml.org/lkml/2002/6/8/74
Forum: Kindle Developer's Corner 05-25-2012, 03:12 PM
Replies: 188
Views: 37,184
Posted By deep
This project seems to resemble what you people...

This project seems to resemble what you people have been discussing... albeit I may be totally wrong about it ! :)

http://www.ext2fsd.com/
Forum: Kindle Developer's Corner 05-25-2012, 09:36 AM
Replies: 228
Views: 61,150
Posted By deep
Eagerly waiting for that project release !

Eagerly waiting for that project release !
Forum: Kindle Developer's Corner 05-25-2012, 07:35 AM
Replies: 228
Views: 61,150
Posted By deep
Awesome ! ... maybe you could optimize for...

Awesome ! ... maybe you could optimize for landscape mode and also put up scroll buttons for increasing font size... :thumbsup:
Are the patches in your site; the only modifications you made on the...
Forum: Kindle Developer's Corner 05-24-2012, 04:07 AM
Replies: 1,860
Views: 702,281
Posted By deep
I was wondering where I should look for incase we...

I was wondering where I should look for incase we need a no page refresh patch while panning pdf documents :rolleyes:
Forum: Kindle Developer's Corner 05-24-2012, 01:36 AM
Replies: 188
Views: 37,184
Posted By deep
I like the new < 5MB package :) ...

I like the new < 5MB package :) ...
Forum: Kindle Developer's Corner 05-23-2012, 01:08 PM
Replies: 188
Views: 37,184
Posted By deep
Hmm, I have GM-tcc v1.5 with lpthread...

Hmm, I have GM-tcc v1.5 with lpthread modifications
anyways, I had a short output

[root@kindle codes]# tcc -vvv -run hello.c
tcc version 0.9.25
-> hello.c
nf /usr/local/include/stdio.h
nf...
Forum: Kindle Developer's Corner 05-23-2012, 01:03 PM
Replies: 188
Views: 37,184
Posted By deep
I wonder why there is an include.tar.gz file in...

I wonder why there is an include.tar.gz file in there :rolleyes:
Just wondering ....
Forum: Kindle Developer's Corner 05-23-2012, 11:34 AM
Replies: 188
Views: 37,184
Posted By deep
Ok the above method is the best way to do it...

Ok the above method is the best way to do it :thumbsup: thanks geekmaster :thanks:
Forum: Kindle Developer's Corner 05-23-2012, 11:25 AM
Replies: 188
Views: 37,184
Posted By deep
Yes I copied the /lib/libpthread.so to the tcc...

Yes I copied the /lib/libpthread.so to the tcc folder, renamed it as tcc.libpthread.so ; and I modified the tccmake script as you suggested with all the mounts and binds ...
Forum: Kindle Developer's Corner 05-23-2012, 11:19 AM
Replies: 188
Views: 37,184
Posted By deep
Just a note ! :) The version of...

Just a note ! :)

The version of /lib/libpthread.so actually worked for me ... so I copied it over to the tcc folder as required by your modified script...
Forum: Kindle Developer's Corner 05-23-2012, 11:02 AM
Replies: 188
Views: 37,184
Posted By deep
Hmm the above method of completely replacing the...

Hmm the above method of completely replacing the libpthread.so file actually solved the problem

Thanks geekmaster ... Your method works without modifying the actual library files :)
Forum: Kindle Developer's Corner 05-23-2012, 10:56 AM
Replies: 188
Views: 37,184
Posted By deep
I did modify the pthread to libpthread in your...

I did modify the pthread to libpthread in your post forgot to mention that !

;)
Forum: Kindle Developer's Corner 05-23-2012, 10:49 AM
Replies: 188
Views: 37,184
Posted By deep
It works :thanks: kcn1 :thumbsup:

It works :thanks: kcn1 :thumbsup:
Forum: Kindle Developer's Corner 05-23-2012, 10:38 AM
Replies: 188
Views: 37,184
Posted By deep
Ok ... so here's the output after I modified my...

Ok ... so here's the output after I modified my install file as above

I also tried creating the symlink !

[root@kindle tcc]# ./uninstall
*** tcc uninstalled ***
[root@kindle tcc]# ./install...
Forum: Kindle Developer's Corner 05-23-2012, 10:24 AM
Replies: 188
Views: 37,184
Posted By deep
Yes, I guess I'll have to get the file from an...

Yes, I guess I'll have to get the file from an older firmware version....

Thanks geekmaster :thumbsup:
Forum: Kindle Developer's Corner 05-23-2012, 10:23 AM
Replies: 188
Views: 37,184
Posted By deep
Ok here's the output I copied the file...

Ok here's the output

I copied the file over to /mnt/us

and ran the command from my linux machine

/media/Kindle$ file ./libpthread.so
./libpthread.so: ELF 32-bit LSB shared object, ARM,...
Forum: Kindle Developer's Corner 05-23-2012, 09:44 AM
Replies: 188
Views: 37,184
Posted By deep
Hmm ... I didnt notice that ! However, still no...

Hmm ... I didnt notice that !
However, still no luck

Here's what happened ...


[root@kindle /lib]# mntroot rw
system: I mntroot:def:Making root filesystem writeable
[root@kindle root]# cd...
Forum: Kindle Developer's Corner 05-23-2012, 09:09 AM
Replies: 188
Views: 37,184
Posted By deep
Here you go .. [root@kindle root]# ls -l...

Here you go ..

[root@kindle root]# ls -l /lib/libpthread* /usr/lib/libpthread*
-rw-r--r-- 1 root root 105233 Nov 4 2011 /lib/libpthread-2.12.1.so
lrwxrwxrwx 1 root root ...
Forum: Kindle Developer's Corner 05-23-2012, 07:41 AM
Replies: 188
Views: 37,184
Posted By deep
Yes it's the Kindle Touch... Firmware is 5.1.0...

Yes it's the Kindle Touch...
Firmware is 5.1.0 ....

Yes probably a broken symlink .. I dont have the code sourcery libraries with me though ... maybe someone could share it ?
Forum: Kindle Developer's Corner 05-23-2012, 04:50 AM
Replies: 188
Views: 37,184
Posted By deep
Im not sure if I deleted this file, but if run ...

Im not sure if I deleted this file, but if run


tccmake cfile -lpthread

it shows tcc: file '/usr/lib/libpthread_nonshared.a' not found

I use the version 1.5 provided by geekmaster...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT -4. The time now is 09:55 PM.


MobileRead.com is a privately owned, operated and funded community.