AKprisonER

Results 17 comments of AKprisonER

instead of setsessionid(), how to enable background audio sync....

umm.. I don;t belong to this community. But We can use Exoplayer's On touch listener for Pause and Play to implement those thing.

kind of ``` public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_single_contact); // getting intent data Intent in = getIntent(); String mobile = in.getStringExtra(TAG_URL); Uri uri=Uri.parse(mobile); VideoView video=(VideoView)findViewById(R.id.videoView1); video.setVideoURI(uri); video.start(); } ```

I have a great difficulty in setting this repo in my PC as I use Windows along with metered connection. I am stuck in that thing.

Repo takes about 12.5 gb as stated by one of this project maintainer... does it consumed that much for setting up this repo ? Btw I hadn't downloaded the Repo...

Also using the link given by you, that can be imported. But as it has no makefile to compile all the dependencies, it is diffult to get it compiled

I don't know about those things. Will give a shot. Btw have you downloaded tat in ur Ubuntu ?

Thats nice, But did you imported all other dependencies manually ? If yes can you share your repo, so that i can built it... Anyways i wil have less time

I have to switch from WIN to Ubuntu to get out this mess.

Already My Pc is filled with WIN10, MAC os, and Parrot security OS. Will try this Repo on my Windows. WIll let you knw if i get a successful built