[Q[SOLVED]]how to port android apps

Search This thread

dragonhustler

Senior Member
Nov 8, 2012
204
100
Trowbridge
So i just wanna ask what i have to edit to port android apps from other devices is it the manifest only or what?

Sent from my SK17i using xda premium
 
Last edited:

dragonhustler

Senior Member
Nov 8, 2012
204
100
Trowbridge
Re: [Q]how to port android apps

yeah i have tried that but not working when i reboot apps are not there these are jelly bean apps that i want to use so anyway of editing this to make it compatible to ics?

Sent from my SK17i using xda premium
 
  • Like
Reactions: CoMBoO2

abcdjdj

Senior Member
May 28, 2012
1,732
3,228
Thane
yeah i have tried that but not working when i reboot apps are not there these are jelly bean apps that i want to use so anyway of editing this to make it compatible to ics?

Sent from my SK17i using xda premium

Theoretically, the Application Programming Interface ( API ) of Jelly Bean is higher than that of ICS. Hence some features of the Jelly Bean apk may not work on ICS, or the apk may not even work. It depends on what you are trying to port. Some Xperia Z apps have already been ported for ICS, but other phone brand apks are very difficult to port.
 

dragonhustler

Senior Member
Nov 8, 2012
204
100
Trowbridge
Re: [Q]how to port android apps

Theoretically, the Application Programming Interface ( API ) of Jelly Bean is higher than that of ICS. Hence some features of the Jelly Bean apk may not work on ICS, or the apk may not even work. It depends on what you are trying to port. Some Xperia Z apps have already been ported for ICS, but other phone brand apks are very difficult to port.

Now you have helped me so you mean that if I manage maybe to mess. With the API then I can manage to port it to ics?

Sent from my SK17i using xda premium
 
  • Like
Reactions: CoMBoO2

abcdjdj

Senior Member
May 28, 2012
1,732
3,228
Thane
Re: [Q]how to port android apps

Now you have helped me so you mean that if I manage maybe to mess. With the API then I can manage to port it to ics?

Sent from my SK17i using xda premium

You cannot mess with the API level. Although it can be changed in androidmanifest.xml, many features of the app won't work. Still, you can try using APK2JAVA or APKTOOL to decompile and check the apk that you need to port. If you don't know java, then it would be difficult.

Sent from my LT26i using xda app-developers app
 
  • Like
Reactions: CoMBoO2

dragonhustler

Senior Member
Nov 8, 2012
204
100
Trowbridge
Re: [Q]how to port android apps

You cannot mess with the API level. Although it can be changed in androidmanifest.xml, many features of the app won't work. Still, you can try using APK2JAVA or APKTOOL to decompile and check the apk that you need to port. If you don't know java, then it would be difficult.

Sent from my LT26i using xda app-developers app

Yeah I know java but what's the difference between Dex2jar and APK2JAVA?

Sent from my SK17i using xda premium
 
  • Like
Reactions: CoMBoO2

abcdjdj

Senior Member
May 28, 2012
1,732
3,228
Thane
Re: [Q]how to port android apps

Apk2java allows you to decompile the apk into an eclipse project. I don't think that dex2jar can do that. Both allow you to edit the source of the apk. I have tried using Apk2Java and decompiled an apk into an eclipse project, but when I imported it there were around 50 errors:(
Never tried using dex2jar.

Sent from my LT26i using xda app-developers app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Yeah but others are not installing

    Sent from my SK17i using xda premium

    If you want to try using a system app, then place your apk in /system/app and set permissions - chmod 0644. The permissions look somewhat like this -
    xx-
    x--
    x--

    This can be done using any file manager. I recommand using Root Browser by Jrummy.
    2
    yeah i have tried that but not working when i reboot apps are not there these are jelly bean apps that i want to use so anyway of editing this to make it compatible to ics?

    Sent from my SK17i using xda premium

    Theoretically, the Application Programming Interface ( API ) of Jelly Bean is higher than that of ICS. Hence some features of the Jelly Bean apk may not work on ICS, or the apk may not even work. It depends on what you are trying to port. Some Xperia Z apps have already been ported for ICS, but other phone brand apks are very difficult to port.
    1
    Re: [Q]how to port android apps

    Yeah but others are not installing

    Sent from my SK17i using xda premium
    1
    Re: [Q]how to port android apps

    yeah i have tried that but not working when i reboot apps are not there these are jelly bean apps that i want to use so anyway of editing this to make it compatible to ics?

    Sent from my SK17i using xda premium
    1
    Re: [Q]how to port android apps

    Theoretically, the Application Programming Interface ( API ) of Jelly Bean is higher than that of ICS. Hence some features of the Jelly Bean apk may not work on ICS, or the apk may not even work. It depends on what you are trying to port. Some Xperia Z apps have already been ported for ICS, but other phone brand apks are very difficult to port.

    Now you have helped me so you mean that if I manage maybe to mess. With the API then I can manage to port it to ics?

    Sent from my SK17i using xda premium