RetroShare / retroshare-mobile

Retroshare mobile phone client
23 stars 8 forks source link

Buildsystem: Windows: howto flutter/android studio #30

Closed obrasero closed 3 years ago

obrasero commented 3 years ago

I did add a description on how to setup the project buildsystem with flutter/androidstudio on windows. The setps should be so detailed that also a first starter is able to get working.

obrasero commented 3 years ago

What about or how should i document the special testcases i applied and there result. Is it possible/ok to these as an issue? I couldnt find a marker to mark an issue as successful or failing test, but i could think about it to just follow a fix convention in the issue-title like: test:OK:Testtitel or test:FAILED:Testtitel.

I'm not familiar with github to know if there or within this project is allready any way to do it.

Kumaravinash9 commented 3 years ago

Thanks @obrasero for the PR.

Kumaravinash9 commented 3 years ago

Hii @obrasero. Sending you apk can you help me to test the apk

obrasero commented 3 years ago

@obrasero. Yes i could How will you send it, over RS?

Kumaravinash9 commented 3 years ago

@obrasero. Yes i could How will you send it, over RS?

29

Kumaravinash9 commented 3 years ago

When you are testing please make a video of it. Share with me. Thanks

Kumaravinash9 commented 3 years ago

Here is the new apk according to the new retroshare-service version :

@csoler @defnax @obrasero Please test this app. Let me know login/signup is working or not

defnax commented 3 years ago

Here is the new apk according to the new retroshare-service version :

@csoler @defnax @obrasero Please test this app. Let me know login/signup is working or not

i get now errors, this wasnt happen before

image

Kumaravinash9 commented 3 years ago

Here is the new apk according to the new retroshare-service version :

@csoler @defnax @obrasero Please test this app. Let me know login/signup is working or not

i get now errors, this wasnt happen before

image

Did you insert the wrong passwrd I think

defnax commented 3 years ago

no wrong password, i only updated to you latest apk https://drive.google.com/file/d/1V6j4B2IDuUA4haBE33mBXHhqgam686sq/view?usp=sharing

obrasero commented 3 years ago

in case of wrong pwd dialog says: wrong password. in case service down on login

it is possible to loose login state also service is not down.

it is possible rs is not reactive, wait,close app? also service is active, after a while the service may have gone, but rs-mobile never comes out of this wait, close app querying state as long as one types wait, regardless of restarting the service.

Kumaravinash9 commented 3 years ago

no wrong password, i only updated to you latest apk https://drive.google.com/file/d/1V6j4B2IDuUA4haBE33mBXHhqgam686sq/view?usp=sharing

Once you look at the codebase, Auth validation comes when retroshare service return res ==3 means your password is wrong.

defnax commented 3 years ago

no wrong password, i only updated to you latest apk https://drive.google.com/file/d/1V6j4B2IDuUA4haBE33mBXHhqgam686sq/view?usp=sharing

Once you look at the codebase, Auth validation comes when retroshare service return res ==3 means your password is wrong.

possible after update the service i lost all passwords? i deleted the service, and reinstalled, but i lost my test profiles, now cant create more a new profile. i dont know maybe i need go back to older version to able to create a profile, not sure normaly profiel creation must work without issues?

Kumaravinash9 commented 3 years ago

no wrong password, i only updated to you latest apk https://drive.google.com/file/d/1V6j4B2IDuUA4haBE33mBXHhqgam686sq/view?usp=sharing

Once you look at the codebase, Auth validation comes when retroshare service return res ==3 means your password is wrong.

possible after update the service i lost all passwords? i deleted the service, and reinstalled, but i lost my test profiles, now cant create more a new profile. i dont know maybe i need go back to older version to able to create a profile, not sure normaly profiel creation must work without issues?

Try to create a new profile with this new version of retroshare-service

defnax commented 3 years ago

no wrong password, i only updated to you latest apk https://drive.google.com/file/d/1V6j4B2IDuUA4haBE33mBXHhqgam686sq/view?usp=sharing

Once you look at the codebase, Auth validation comes when retroshare service return res ==3 means your password is wrong.

possible after update the service i lost all passwords? i deleted the service, and reinstalled, but i lost my test profiles, now cant create more a new profile. i dont know maybe i need go back to older version to able to create a profile, not sure normaly profiel creation must work without issues?

Try to create a new profile with this new version of retroshare-service

no luck more, cant create profile more

defnax commented 3 years ago

can you make a new howto? it will be useful for new helpers

Kumaravinash9 commented 3 years ago

can you make a new howto? it will be useful for new helpers

I found the reason why this is happening. Will solve this problem by this wednesday

obrasero commented 3 years ago

I unindendly closed it seesm by updating the howto. As I dint know how to reopen it in github i just created a new as #35.

defnax commented 3 years ago

i did mostly all stuff from your howto installed last week, but the howto can be easier but thank for that work and helping to find the issues . only i did not the usb debug mode and tracing stuff, curl adb things...