[Q] Clone apps - IDEs, Libraries, & Programming Tools

Hello everybody I want clone/duplicate instagram and snapchat but i dont know how to proceed can you help me please ?

zakabenha said:
Hello everybody I want clone/duplicate instagram and snapchat but i dont know how to proceed can you help me please ?
Click to expand...
Click to collapse
Hello !!

zakabenha said:
Hello !!
Click to expand...
Click to collapse
Why do you want to clone them? As long as it's for free apps and you are rooted there are plenty of options. Lucky patcher,rom toolbox , titanium backup anything like that will do it
Sent from my SM-N910F using Tapatalk

There's some chance you can reverse engineer those apps but there are plenty of open source examples on Github. It takes a lot of work to sift through source code even with comments and frankly it is probably going to be quicker to just start with open source examples of what you need.

use apk editor
Sent from my Micromax A102 using xda app-developers app

Related

Update.zip signing

Dear Members, first of all hello to all..
I'm trying to create a update.zip file that removes the default applications that samsung puts on Samsung S and installs one or two more.
But I'm having a problem with the signing of update.zip
I have the struture:
system\app\xpto.apk
META-INF\com\google\android\update-script
and now I know I have to sign it but I dont seem to find a working tutorial, I've read some with signapk.jar and others without it...
Can someone plz point me in the right direction so that I can accomplish it?
Thanks
brusilva said:
Dear Members, first of all hello to all..
I'm trying to create a update.zip file that removes the default applications that samsung puts on Samsung S and installs one or two more.
But I'm having a problem with the signing of update.zip
I have the struture:
system\app\xpto.apk
META-INF\com\google\android\update-script
and now I know I have to sign it but I dont seem to find a working tutorial, I've read some with signapk.jar and others without it...
Can someone plz point me in the right direction so that I can accomplish it?
Thanks
Click to expand...
Click to collapse
If ur on a windows machine. refer to my signature.
yep im on windows .. will check the thread tnks m8
http://forum.xda-developers.com/showthread.php?t=717437
Sign your own .
jje
brusilva said:
yep im on windows .. will check the thread tnks m8
Click to expand...
Click to collapse
There is an app in the market by stericson called 'Signapktic' that allow you to sign your zip file via the phone too. Require root though..
Sent from my GT-I9000 using XDA App
You don't need to sign zips for uae with cwm
None of trickys roms are signed and they work/install fine
Sent from my GT-I9000 using XDA Premium App

[q} how to make flashable zip

Hello Everyone
I have some 20-30 apps which I have to install everytime I install a new rom
A few are paid, a few free.
So is there any way I can convert it into flashable zip so that I can install it in my new ROM
It would really help me in saving time as well as testing new roms:silly::silly::silly::silly:
So, my dear friends please help me!!!!!!!!!!!!!
I dont want to install it as my system app just normal app as installed
The helper will be appreciated
Bidyadhar said:
Hello Everyone
I have some 20-30 apps which I have to install everytime I install a new rom
A few are paid, a few free.
So is there any way I can convert it into flashable zip so that I can install it in my new ROM
It would really help me in saving time as well as testing new roms:silly::silly::silly::silly:
So, my dear friends please help me!!!!!!!!!!!!!
I dont want to install it as my system app just normal app as installed
The helper will be appreciated
Click to expand...
Click to collapse
Someone please help me in this respect
Sent from my GT-S5360 using xda premium
Try app2zip
yes i m Flasholic
rmp07 said:
Try app2zip
yes i m Flasholic
Click to expand...
Click to collapse
Can u please give me the link
Press thanx if I am useful to you.
y u no googlesearch
Sent from my Nexus 4 using Tapatalk 2
Bidyadhar said:
Can u please give me the link
Press thanx if I am useful to you.
Click to expand...
Click to collapse
Plz Go here http://www.google.com/url?sa=t&rct=...P14sKqTPZV28cI3KeTtGA&bvm=bv.1355534169,d.bmk
Bidyadhar said:
Hello Everyone
I have some 20-30 apps which I have to install everytime I install a new rom
A few are paid, a few free.
So is there any way I can convert it into flashable zip so that I can install it in my new ROM
It would really help me in saving time as well as testing new roms:silly::silly::silly::silly:
So, my dear friends please help me!!!!!!!!!!!!!
I dont want to install it as my system app just normal app as installed
The helper will be appreciated
Click to expand...
Click to collapse
You can also try titanium backup...
Press thanks if I helped u...
parth_galaxy_y said:
You can also try titanium backup...
Press thanks if I helped u...
Click to expand...
Click to collapse
Yup u r correct but u have to click install everytime during the restoration process
Sent from my GT-S5360 using xda app-developers app
Latest titanium back up bro..
Give us for flashable back up.zip
But you must pay
Sent from my HTC One X

[Q] How to compile github java source?

Hey guys, i downloaded Gallery2.apk Source code from CM github.
How can i compile this myself and make changes to it? I already imported it into my Eclipse environment but it generates a million errors..
Thanks guys.
elesbb said:
Hey guys, i downloaded Gallery2.apk Source code from CM github.
How can i compile this myself and make changes to it? I already imported it into my Eclipse environment but it generates a million errors..
Thanks guys.
Click to expand...
Click to collapse
those system apps use lots of hidden API which is not available in android SDK (security reason i guess)..
maybe this blog can help u out http://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-1-introduction/
Maybe you will need to add some external libraries like the supportv4 library.
dcsms said:
those system apps use lots of hidden API which is not available in android SDK (security reason i guess)..
maybe this blog can help u out http://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-1-introduction/
Click to expand...
Click to collapse
Hmmm thanks for the link. I looked at it real quickly this morning and it may be what I need. once I get home I'll post the errors I'm getting.
But they mostly pertain to that link where some imported things cannot be found.
Sent from my SGH-T999 using Tapatalk 2
elesbb said:
Hmmm thanks for the link. I looked at it real quickly this morning and it may be what I need. once I get home I'll post the errors I'm getting.
But they mostly pertain to that link where some imported things cannot be found.
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
u must follow all those 5 step to make all hidden API available in eclipse ... i've try it....
i can compile SystemUI with eclipse throught those guide...
dcsms said:
u must follow all those 5 step to make all hidden API available in eclipse ... i've try it....
i can compile SystemUI with eclipse throught those guide...
Click to expand...
Click to collapse
Thanks man!
I was able to use smali to do what I wanted and theo0so was able to help me sign it with CM keys to allow it to run
But there were a lot more things I wanted to mess around with, so when I get a day off I will follow all steps Thanks again!
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2

[Q][port APK] quick translator

Hey people i habe a real urgent issue, i really need the apk Form stock called 'quick translator'
I am using cm11 and European d802.
I Really need this apk port.
Sent from my LG-D802 using xda app-developers app
quick translator apk
I accidentally deleted the quick translator and Polaris viewer 4 apps on my mobile device LG G2 D802. I would also like to know where and how can I download them again? Help is very much aporeciated. Thanks.
meantoddy said:
I accidentally deleted the quick translator and Polaris viewer 4 apps on my mobile device LG G2 D802. I would also like to know where and how can I download them again? Help is very much appreciated. Thanks.
Click to expand...
Click to collapse
In the Verizon section in the Malladus thread the dev Okibi broke out the Lg Apps into a separate zip. I didn't install the whole zip, I cherry picked the apps I wanted out of it. May work for you, don't know if they're device specific though. Just figured it was worth mentioning.
Ronbo19 said:
In the Verizon section in the Malladus thread the dev Okibi broke out the Lg Apps into a separate zip. I didn't install the whole zip, I cherry picked the apps I wanted out of it. May work for you, don't know if they're device specific though. Just figured it was worth mentioning.
Click to expand...
Click to collapse
Thanks so much! Currently checking it out and downloading. ?☺
Sent from my LG-D802 using Tapatalk
meantoddy said:
Thanks so much! Currently checking it out and downloading. ?☺
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
Someone with a little more knowledge may be able to tell you if it will work and how to go about it..
Ronbo19 said:
Someone with a little more knowledge may be able to tell you if it will work and how to go about it..
Click to expand...
Click to collapse
I was able to install the quick translator but not the polaris viewer. It's okay though, i was after the translator more since i could already open documents with other apps. Thank you again for your help. ?
Sent from my LG-D802 using Tapatalk
meantoddy said:
I was able to install the quick translator but not the polaris viewer. It's okay though, i was after the translator more since i could already open documents with other apps. Thank you again for your help. ?
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
No problem. Glad it worked.
how can I uninstall app quick translator from android, have no computer. eating data up

Samsung 5 disabled apps

Hello people,
What apps do you disabled as they are not needed or just bloatware?
Thanks
Don't mean to sound ignorant, but there is a great search function here at the xda...
Sent from my SM-G900F using XDA Premium HD app
dashrink said:
Don't mean to sound ignorant, but there is a great search function here at the xda...
Sent from my SM-G900F using XDA Premium HD app
Click to expand...
Click to collapse
No worries about sounding ignorant, I know the search but the results are to old 2011 /2012 so I was looking for some more up to date advice instead of still looking out dated search results.
LUCA LUCA said:
Hello people,
What apps do you disabled as they are not needed or just bloatware?
Thanks
Click to expand...
Click to collapse
Disable My Magazine app. :good:
You can have a look at the Aroma add-on package zip that I offer with my ROM... (See my signature, you can find the bloatware aroma package at post #2 of that thread)
This contains all the bloatware that you can disable.
Just open the zip on your PC, and go to the Add-on folder to see which apk belongs to which function.
LUCA LUCA said:
Hello people,
What apps do you disabled as they are not needed or just bloatware?
Thanks
Click to expand...
Click to collapse
If you look at the second post for this Rom http://forum.xda-developers.com/showthread.php?t=2732110 it gives you the bloatware that you can install back on to the phone once installed. That is probably the best starting point.

Categories

Resources