I can't find FlexAuth in Marketplace after I updated my phone with Samsung's Froyo (DXJPA).
Can anyone advise how I can get this (Free) app onto my phone?
Alternatively, can anyone advise what I need to do to compile the source code?
Advice anyone?
drean said:
I can't find FlexAuth in Marketplace after I updated my phone with Samsung's Froyo (DXJPA).
Can anyone advise how I can get this (Free) app onto my phone?
Alternatively, can anyone advise what I need to do to compile the source code?
Click to expand...
Click to collapse
I can find it with XXJPO, maybe try using the "Barcode Scanner" and scanning the QR code?
currydude said:
I can find it with XXJPO, maybe try using the "Barcode Scanner" and scanning the QR code?
Click to expand...
Click to collapse
I did try using a barcode scanner, but the result was the same. Perhaps this missing app has something to do with how Google defaults to Japanese after this rom was initially flashed...
Edited to add: Found the apk here
Hi i've found an OPEN SOURCE SSH client for bada
here's the source
https://github.com/ujifgc/badassh
so someone who has the bada sdk please compile it and send it to samsungapps as it might be a great program
Click "ZIP" to download all files
r_22009 said:
Hi i've found an OPEN SOURCE SSH client for bada
here's the source
https://github.com/ujifgc/badassh
so someone who has the bada sdk please compile it and send it to samsungapps as it might be a great program
Click "ZIP" to download all files
Click to expand...
Click to collapse
yeah,I have sdk,but this time i have no more time,Only night i maybe send it
It's better that you register it with the developers name :"ujifgc"
hmmmmmmm
last commit 11 months ago !
Don't you guys think that it is non-working app ??
Why app developer gave up ?!!!!
Anyway....Please test app first before submitting it to Samsung Apps to avoid bugs
Best Regards
sure we should test it
i've emailed the developers some months ago and he said we're waiting for bada 2.0 to be officially released but now i dont know what are they waiting for!
maybe it's working, testing that is not bad, is it ?
Has anybody done something?
r_22009 said:
Has anybody done something?
Click to expand...
Click to collapse
i tried,But i cannot compile it
hero355 said:
i tried,But i cannot compile it
Click to expand...
Click to collapse
why ? you mean the files are incomplete or something?
r_22009 said:
why ? you mean the files are incomplete or something?
Click to expand...
Click to collapse
Because I Don't know SDK GOOD
And i dont have SDK
Please some one helps and compile it if he has time
thanks to everyone
The source code has a bug in it
I didn't write the app from scratch so i have no idea what is that function meant for
Also manifest file is missing so no idea what privileges the app use
Bottom of the line....The developer need his app and didn't really open source it !
Best Regards
Wow it's new kind of open source sharing i think
Bada sdk 1.2 is needed :/
Hey, it's my repo, and it was frozen until bada 2.0 for my device.
Yes, it's based on PuTTY, and it's working ok on 1.2, but it was refused by samsung apps due to visual glitch I could not fix.
So if you put full source here maybe someone can fix it
the mainfest is missing
i think this project can be completed easily cuz it worked on 1.2
so a small fix can make the problem run on 2.0
so please a specialist come and help this project
I fixed few things that prevented the app from building on sdk 2.0, and added some builder hints in README file (it's in the root of ujifgc/badassh repo on github).
Now it builds and runs fine on my device, but I can't get to debugging because the IDE keeps labeling my breakpoints with 'unresolved breakpoint' complain.
Known bugs with 2.0 are: not saving configuration settings (host, port, username) and not saving RSA2 keys. Something to do with app storage, I think.
If you got putty.ppk file, the app can use it from /Phone/Other/putty.ppk
I installed on phone. But had some problems with usability. How to break command or use editors. There is no ctrl, alt, shift buttons.
I want to build the mms source from google but it has alot of errors? why is that?
NightCalyster said:
I want to build the mms source from google but it has alot of errors? why is that?
Click to expand...
Click to collapse
I doubt anyone can answer with the information given.
Things people would need to know
Are you using an IDE?
If you are compiling from command line what files are you compiling?
What libraries and SDKs are you compiling with?
What/Where are the errors reported?
What is your OS?
I can't figure out what this step means in the LG open source readme:
- When you compile the android source code, you have to add google original prebuilt source(toolchain)
into the android folder
Click to expand...
Click to collapse
Every search just brings me to the same instruction set so it's probably something obvious I'm missing....
Rocket_Science said:
I can't figure out what this step means in the LG open source readme:
Every search just brings me to the same instruction set so it's probably something obvious I'm missing....
Click to expand...
Click to collapse
Only thing worth compiling from lg source is kernel. The rest is fairly useless.
Sent from my LG-LS970 using xda app-developers app
Hello Xda,
I Have created a simple apk and i want to add login/register feature to my app.
Thanks
Rock-star said:
Hello Xda,
I Have created a simple apk and i want to add login/register feature to my app.
Thanks
Click to expand...
Click to collapse
We need more info as to what you're using.
IE: Any frameworks? Native?
Typically, how it's done is an HTTP request is made to a URL that returns JSON DATA.
I can't post links yet, else I'd link you to some tutorials, but, I would suggest Googling PHP login script, and a tutorial on JSON for whatever framework you are using.
If you let me know the details, I can create a simple example script that will help.
Ok
Its not using http requests
Rock-star said:
Its not using http requests
Click to expand...
Click to collapse
Then what are you using ?
I dont know
I am using backendless
Rock-star said:
I dont know
I am using backendless
Click to expand...
Click to collapse
:silly:
You will need a backend first...
You can make one of your own ,or use a BaaS like Firebase.