Can I find our if an app has open code? - IDEs, Libraries, & Programming Tools

I want to check if a specific app has some open source codes. Is there a tool for that?

You could ask the dev or look at the description posted with it. Another option is to just Google something and see what comes up.
As far as I know, you can't just see it without researching it.

The best you can do is to google or search the GitHub for the app package name.
Searching for package name is more reliable than app name as package name is part of the source code (present in Manifest.xml etc.) but the name visible in Play Store can be changed without touching sources.

Related

App Developer Bidding

Is there a website where you post what you want and developers bid to do the work? I've used similar services before for html / php / java and was wondering if it was available for android apps???
sites like guru.com and rentacoder.com you may be able to find people.
Do you mind explaining the project"s" your looking at having done. Might find some people here who will be able to help and assist
I thought i saw something similar on www.anddev.org
Sluzpuppet said:
sites like guru.com and rentacoder.com you may be able to find people.
Do you mind explaining the project"s" your looking at having done. Might find some people here who will be able to help and assist
Click to expand...
Click to collapse
Here is my thought (remember, I'm not a developer):
A super basic app: a single icon (like wifi tether) that opens a predefined url that has users info appended to the end as arguments, see example below:
Code:
mydomain,com/page.php?name=mike&id=1234&color=blue
Users info are just text fields with no validation and are setup from the menu button.
This would be a customizable app. A person could modify the app by adding (changing) three files
icon image
url.xml - contains the base url and perhaps the app name
user.xml - contains the users data fields
above example users.xml would add 3 setup fields for name, id, color
by changing the url xml file, you could setup app to piont to any domain
by changing the users.xml, you could setup any number of arguments
by changing icon, app image would match users preference
Ideally it would be best if it could have multiple occurances of the app (maybe just app name being different would work) because I may want it for mydomain.com any you may want to use it for yourdomain.com
Hope this makes sense.

[Q] Location Finder Source Code

I'm looking to create my own app using App Inventor. Its best described as a location finder that stores use to help someone find their nearest store.
I'm new to the development side so I'm looking for source code to an existing app so I can compare and sorta base off of. Something to give me a little direction.
Any info would be helpful.
Thanks!

New Stock Application GUIDS

Here is a list of the new stock application/settings GUIDS that I have found so far:
Code:
"5b04b775-356b-4aa0-aaf8-6491ffea562a": CompanyApps
"5b04b775-356b-4aa0-aaf8-6491ffea562c": SIMApplications
"5b04b775-356b-4aa0-aaf8-6491ffea562d": Family
"5b04b775-356b-4aa0-aaf8-6491ffea5647": BackupSettings
"5b04b775-356b-4aa0-aaf8-6491ffea5648": Backup
"5b04b775-356b-4aa0-aaf8-6491ffea5670": Feedback
"5b04b775-356b-4aa0-aaf8-6491ffea5682": BingVision
"5b04b775-356b-4aa0-aaf8-6491ffea5683": Wallet
"5b04b775-356b-4aa0-aaf8-6491ffea5801": EaseOfAccess
"5b04b775-356b-4aa0-aaf8-6491ffea5802": KidsCorner
"5b04b775-356b-4aa0-aaf8-6491ffea5803": KidsCornerSettings
"B0894DFD-4671-4BB9-BC17-A8B39947FFB6": Sharing
I am sure there are more and there are ones with sub pages as well. I can't verify the sub pages until I find a way to launch an application from within a native app. If someone provides me a new way to execute native apps I will update My Supreme Shortcuts app for WP8 http://forum.xda-developers.com/showthread.php?t=1343993 .
MJCS said:
I can't verify the sub pages until I find a way to launch an application from within a native app. If someone provides me a new way to execute native apps I will update My Supreme Shortcuts app for WP8 http://forum.xda-developers.com/showthread.php?t=1343993 .
Click to expand...
Click to collapse
You can launch apps by GUID with NFC tags. You can optionally supply parameters. Maybe there's some parameter that let's you specify a sub page.
Search for Mifare on Amazon. I grabbed a few of the 1k tags. Install an app called NFC Interactor to write them. I just tested with the Wallet app. When I tap the tag (after writing it), it says "Someone wants to use wallet with you. [Open App] [Ignore]". When I hit [Open App], it prompts me for my pin. Let me know if there are any other interesting ones worth trying (i.e., ones not available from the start menu) and I'll give it a shot.
scottt732 said:
You can launch apps by GUID with NFC tags. You can optionally supply parameters. Maybe there's some parameter that let's you specify a sub page.
Search for Mifare on Amazon. I grabbed a few of the 1k tags. Install an app called NFC Interactor to write them. I just tested with the Wallet app. When I tap the tag (after writing it), it says "Someone wants to use wallet with you. [Open App] [Ignore]". When I hit [Open App], it prompts me for my pin. Let me know if there are any other interesting ones worth trying (i.e., ones not available from the start menu) and I'll give it a shot.
Click to expand...
Click to collapse
Same here, wrote a few with these GUIDs and it was awesome.
How are you locating these GUIDs? I'm curious, since having a complete list would make NFC tag writing awesome. For example, having a tag launch internet sharing would be the most useful for me, while others would likely benefit from a music app, etc.
Getintothegame said:
Same here, wrote a few with these GUIDs and it was awesome.
How are you locating these GUIDs? I'm curious, since having a complete list would make NFC tag writing awesome. For example, having a tag launch internet sharing would be the most useful for me, while others would likely benefit from a music app, etc.
Click to expand...
Click to collapse
jaxbot has an app called Folders. If you run the desktop version, you can look up apps in the Marketplace by name. Search results yield not only icons, but GUIDS as well.

Custom Device - Google Play Compatibility

Hello. I'm working on a custom device that is not on the market yet, and I am having issues getting it to work with Google Play. I have root access, so I was able to sideload GooglePlay.apk and GoogleServicesFramework.apk. However, I am forced to use Market Helper in order to download apps. I would like to bake in compatibility to the ROM itself, but am having issues.
I've tried modifying the build.prop to have dummy values for ro.product.{model,device,manufacturer}, as well as ro.hardware and ro.com.google.clientidbase. I feel like I'm close, but the device still fails to be accepted by Play without marker helper.
Any hints or advice are tremendously appreciated!
Sorry, can't help you with the problem.
But I am really interested in your custom device. Could you please tell us more about it?
Cool.
For those who encounter a similar problem, I will post the answer. Credit to (xkcd: Wisdom of the Ancients) for the idea.
edit: the policy of not posting outside links is really annoying. All links have the base: http: slash slash developer dot android dotcom , just add the relevant url and glue it together.
Anyway, here goes. Turns out the build.prop was not the limiting factor.
Explanation of the overall process:
- Developers create an app, and list certain features it depends on in the manifest.xml file located in the root of the apk. ( /guide/topics/manifest/uses-feature-element.html)
- When the Play Store is opened, a call is made to getSystemAvailableFeatures()
- This call is handled by an internal app called PackageManager - (/reference/android/content/pm/PackageManager.html)
-This app looks in /system/etc/permissions and parses the xml files to determine what hardware and software features the phone has. it then sends this list back to the play store. - see( /guide/practices/compatibility.html) and ( /google/play/filters.html )
- The play store then filters the apps, as per the links above.
How to modify this:
- What I’ve done is taken the files from /system/etc/permissions on a galaxy S2 Skyrocket (my personal device), and copied in all of them, without overwriting the already existing files. Now, google play works and allows the download of the same subset of apps as on the Skyrocket.
For those wondering how to include these files at compile time, here is the answer:
http://forum.xda-developers.com/showthread.php?t=2356046

[v1.0.9] WallBox (Opensource)

Looking for people who are interested in making an open source app great!
This app is an open source application aimed to make it easy to modify, view, and save wallpapers. You can check out the information from the play post.
Github
Please let me know what you think!
https://play.google.com/store/apps/details?id=com.lithidsw.wallbox

Categories

Resources