I hired a developer to develop a project for me. After completion of project, they provided me source code and .apk file separately
.apk file is provided to me so that I can publish it on Play Store.
Source code provided to me as promised earlier and they asked for extra price if I want source code.
My issue is I am able to run all projects in my Android Studio except the one they provided me. I am not too much experienced Android developer but I know basics. I did some research online already but nothing works for me.
I think the source code provided to me has some files missing such as build.gradle, settings.gradle etc
Developer said these files are generated by Android studio automatically and they cannot provide them.
Here is what I received from developer-
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If I open this directory in Android studio, I see this message-
Clicking on configure shows-
Then this is what I see in project tab-
and this-
If I reopen the project, I see this error-
Anyone know what is going on? Please help.
Related
Here is a small tool I developed to help perform color swaps without referring back to a table or website every few minutes.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The clipboard function won't work unless it detects clip.exe somewhere in your path env. I'm pretty sure that cuts out anyone running XP-32, but it can always be added.
I tried to include as much screw-up detection as possible to avoid errors, but as always let me know if you find something I missed.
Nice Work! Very convenient.
I had contemplated adding in something for the hex format conversion (123456 to 563412) as well, and allowing a set of colors to be entered in rather than just one. As always, any suggestions are welcome.
THANK YOU SOOOOO MUCH!!!!!!!!
Amazing tool!!!!
Can't wait to try this, thanks!
Sent from my Wicked SGS3 using Wicked Green Tapatalk
Smali Color Converter apk
this is I found an apk version of this function. Hope the apk will help U all
Edit
If the apk in the attachment can not be installed, please download the newer version on the official Color Smali Converter apk blog, HERE.
Hello,
I found a possibility to interop unlock all Windows Phones with MicroSD using Phone Insider as app target.
The app uses Interopservices and on his library contain references to Registry (registry write and so on.)
These library are: WinPRTUtils, Microsoft.Phone.Flights.Common, DeviceUpdateUtils.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Anyway, I can't add Microsoft.Phone.Flights.Commons to my project, probably because the assembly is different (Or may have different structures, I don't know)
I attached the project APPXRegistryInterop and the app Phone Insider.
http://forum.xda-developers.com/showpost.php?p=57932164&postcount=64 <---
Anyway, I can't add Microsoft.Phone.Flights.Commons to my project, probably because the assembly is different (Or may have different structures, I don't know)
Click to expand...
Click to collapse
This isn't a Silverlight App, so you can't do things the same way. This is a WP 8.1 Store App.
We haven't gotten to hijacking WP8.1 Store Apps as all metadata of the app is stored. We would essentially have to match the XAML views, controls and metadata. Anywho, we haven't successfully hijacked a WP 8.1 Store App. The method that you're trying won't work at all.
Hey Guys
I'm trying to hook into my target app here, which I have decompiled to source and smali.
I am 99% sure that the method I want to hook into is called xxx.app.b.e.b.
Here is the (decompiled) source:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here is the smali:
Here is the app trace log indicating that is is being called:
When I try to call the code, I get the error (code in here too):
capfirepants said:
Hey Guys, I'm trying to hook into my target app here, which I have decompiled to source and smali... [/IMG]
Click to expand...
Click to collapse
I've never created a Module but, the following threads should, hopefully, be helpful for you.
https://forum.xda-developers.com/showthread.php?t=2709324
https://forum.xda-developers.com/showthread.php?t=2158652
https://forum.xda-developers.com/showthread.php?t=2855621
Good Luck!
~~~~~~~~~~~~~~~
I DO NOT PROVIDE SUPPORT VIA PM UNLESS ASKED/REQUESTED BY MYSELF.
PLEASE KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
Thanks for the reply. I'm afraid I've seen all those links - my problem isn't that much the project setup, more finding out how the correct method is called...
As I see you forget to specify method args when hooking. So you are try to hook another (not existing) method.
Hello everyone,
I'am learning how to create android app, but i have a problem:
When i try to launch my app by using AVD the app instantly stop working. The same happen when i try it on my smartphone.
It's the second project and for the first, the same problem appear. Maybe i must change a setting on android studio? Or i do a mistake ?
I use Android studio Flamingo 2022.2.1 Patch 1 on windows 11
This is my AndroidManifest :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm a beginner well i don't know what you need for understand my problem. Don't hesitate ask my =)
Thank you for your help!
Hello,
I've made some functional projects in Android Studio (I am making a couple right now) but I am very newbie and my english sucks, but anyway I'd like to help you if you don't mind. So if not, here some questions:
-What is your project for? What it should do?
-Which structure has and how many Avtivities?
-Are you sure the problem is in the Manifest?
-Is there any "red" marks on the prohect?
-At the very bottom of the screen you can see some options, click on "logcat". Try to run your project in the AVD and see what there says. Post here the log to see which errors appear there.
-If you tried on your phone too maybe this won't help but try another different AVD if you didn't already.
my friends, first of all, I am not experienced in development, but it is a subject that I like!
I managed to get orangefox to boot:
fastboot boot OrangeFox_xx.img
not yet installed on the device.
but I have reached a point that is beyond my capacity, I have stagnated!
The problems so far are?
Battery is -1
No vibration on touch
otg does not detect
and does not boot in customs, only in RUI
Installation not tested yet, but backup is, and it's working.
I am compiling on a server at home.
any help is welcome!
GitHub - araujo791/device_realme_porsche-twrp
Contribute to araujo791/device_realme_porsche-twrp development by creating an account on GitHub.
github.com
.....
my english is translating, how much to read and write, so excuse me if you don't understand me.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have discussed about this in official OF Recovery group & they said they don't provide support for unofficial ones!
Exactly, that's why I opened this topic
Log latest test
Anderson_Henrique's Pastebin - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com