Can I convert ipk file?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Can I convert ipk file?
# 1  
Old 08-29-2012
Can I convert ipk file?

Hey guys

I have a file with ipk extension which is working well on some device..but I need to make it work on another device ..but the other one only accepts ElF files...

so i need to convert ipk file to elf one .

Note: both devices r working on linux...

Last edited by vbe; 08-29-2012 at 08:44 AM.. Reason: rm font size...
# 2  
Old 08-29-2012
Are you on Debian?

Assume that your .ipk file name is somefile.ipk. Change the command below to use the real file name

Code:
file somefile.ipk

Please show the output.
# 3  
Old 08-30-2012
Thank u 4 ur reply

I will illustrate the whole story .

There r 2 satellite receivers ..first one is called "Dream box" and the other "Drake" (Family of ocatgon)

both r working on linux but "dream box" is running with a software called "Enigma"

There is a plugin which only works on enigma called "Subtitle Player plugin" and it's extension is ipk as most of other plugins on enigma.

I need to make it work also on on the original software of "Drake" that only works other extensions( I will upload some file to get known to the working files)

so the whole problem is...I need plugins working on Enigma to work on drake...

By the way: I can setup enigma on drake using a usb flash ..but I can't remove the USB from the receiver while being on Enigma..and also I like the original software of Drake...

I've uploaded some 2 rar files
The first one is the file I need to convert.
The second one has some files that works on drake (Only for show , don't wok on it)

So I need the first one to be like the second and work on drake

Also, this is a link for a plugin that works on drake too..If you can convert ipk to it ,that will be okay

4shared.com/rar/6Fk8iRXD/WebZeal_v27su.html
and those also works on drake

drakeplus.com/download/7500hd/
drakeplus.com/plugin

I hope u got what I need..

Last edited by hamasha; 08-30-2012 at 06:47 AM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Read csv file, convert the data and make one text file in UNIX shell scripting

I have input data looks like this which is a part of a csv file 7,1265,76548,"0102:04" 8,1266,76545,"0112:04" I need to make the output data should look like this and the output data will be part of text file: 7|1265000 |7654899 |A| 8|12660000 |76545999 |B| The logic behind the... (6 Replies)
Discussion started by: RJG
6 Replies

2. UNIX for Beginners Questions & Answers

Convert Excel File (xls) to tab delimited text file on AIX

Hi i have a problem in my job i try to convert an excel file (xls extention) to text file (tab delimited), but no result with this comand cat xxx.xls > xxx.txt Do you have eny idea? PS: sorry for my english Thanks!! (4 Replies)
Discussion started by: frisso
4 Replies

3. Shell Programming and Scripting

Need help to write a shell script to convert text file to excel file.

Hi Everyone, I want your help to write a script which will take text file as input and on the basis of delimiter ":"script will create excel sheet. Example input: IpAdress:InstanceName:Port:ServerName 10.255.255.1:abc:2232:xyz_abc Output should be an excel sheet like below: Column... (8 Replies)
Discussion started by: akabhinav18
8 Replies

4. UNIX for Advanced & Expert Users

Convert CSV file to nested XML file using UNIX/PERL?

we have a CSV which i need to convert to XML using Perl or Unix shell scripting. I was able to build this XML in oracle database. However, SQL/XML query is running for long time. Hence, I'm considering to write a Perl or shell script to generate this XML file. Basically need to build this XML... (3 Replies)
Discussion started by: laknar
3 Replies

5. Shell Programming and Scripting

How to convert excel file to csv file or text file?

Hi all, I need to find a way to convert excel file into csv or a text file in linux command. The reason is I have hundreds of files to convert. Another complication is the I need to delete the first 5 lines of the excel file before conversion. so for instance input.xls description of... (6 Replies)
Discussion started by: johnkim0806
6 Replies

6. Shell Programming and Scripting

Awk to convert a text file to CSV file with some string manipulation

Hi , I have a simple text file with contents as below: 12345678900 971,76 4234560890 22345678900 5971,72 5234560990 32345678900 71,12 6234560190 the new csv-file should be like: Column1;Column2;Column3;Column4;Column5 123456;78900;971,76;423456;0890... (9 Replies)
Discussion started by: FreddyDaKing
9 Replies

7. Shell Programming and Scripting

Convert CSV file (with double quoted strings) to pipe delimited file

Hi, could some help me convert CSV file (with double quoted strings) to pipe delimited file: here you go with the same data: 1,Friends,"$3.99 per 1,000 listings",8158here " 1,000 listings " should be a single field. Thanks, Ram (8 Replies)
Discussion started by: Ram.Math
8 Replies

8. Shell Programming and Scripting

PERL:How to convert numeric values txt file to PACKED DECIMAL File?

Is there any way to convert numeric values txt file to PACKED DECIMAL File using PERL. Regards, Alok (1 Reply)
Discussion started by: aloktiwary
1 Replies

9. Shell Programming and Scripting

Plz Help To convert xml file to text file using bourn shell scripts

If someone out there could help me out with this problem. I would really appreciate it. I am trying to convert xml into text file(fixed length) using Unix Borne shell scripts. My xml file: <root> <header_rec recordtype="00"> <record_id>00</record_id> <country_code>AK></country_code>... (0 Replies)
Discussion started by: ram2s2001
0 Replies

10. Shell Programming and Scripting

convert XML file into Text file(fixed length)

If someone out there could help me out with this problem. I would really appreciate it. I am trying to convert xml into text file(fixed length) using Unix Borne shell scripts. My xml file: <root> <header_rec recordtype="00"> <record_id>00</record_id> ... (0 Replies)
Discussion started by: ram2s2001
0 Replies
Login or Register to Ask a Question