View Single Post
Posts: 75 | Thanked: 13 times | Joined on Oct 2010
#2214
Originally Posted by StocChr View Post
can someone compile the ipk from angry birds seasons 1.4.0, or tell me how to do, to a working deb file?
i have the ipk file.
I don't understand why you need a ".deb" file if you have the ".ipk" file. You simply need to uncompress the IPK archive (by using, for example 7zip).

Once it is done, you just have to copy the folder "com.rovio.angrybirdsseasons" inside your phone and move it to a place other than "/home/user/MyDocs" (because it doesn't have the proper formating for execution permissions). So for example, you can move it to "/home/user" :
Code:
mv /home/user/MyDocs/com.rovio.angrybirdsseasons /home/user/
After this, you must write the following commands inside a terminal (assuming you put the folder to "/home/user") :
Code:
sudo gainroot
chmod +rwx /home/user/com.rovio.angrybirdsseasons/angrybirdsseasons
preenv
desktopgen /home/user/com.rovio.angrybirdsseasons/appinfo.json
You should have an icon appear on your applications list with Angry Birds Seasons.

Good luck .