EasyPlex - Movies - Live Streaming - TV Series, Anime

EasyPlex - Movies - Live Streaming - TV Series, Anime 2.4 LATEST UNTOUCHED

No permission to download

zysyft

New member
Sep 6, 2020
6
0
1
please reupload the file man , thanks you

The file you are trying to download is no longer available
 

getapps

Member
Banned User
Sep 2, 2020
110
13
18
app crashing.
when i open the app its crashing. i changed package name also change package name from google services file.
encode my panel URL end with / . But app not working . (Screenshot Attach)
 

Attachments

  • Easyplex 14 Crashing Error.jpg
    Easyplex 14 Crashing Error.jpg
    492.5 KB · Views: 76
  • Like
Reactions: Amineeeeeee

getapps

Member
Banned User
Sep 2, 2020
110
13
18
I said it 1,000 times
In file manifest.xml change all name package with your name package
really sorry .. thanks its working.

but i'm was not able to create an account & Sign in in app. Popup Show (Bad Credentials. Please Login Again.)
 

ddpanda

BlockeD!
Babiato Lover
Trusted Uploader
Banned User
Sep 5, 2019
1,778
2,834
120
old.ddpanda.club
really sorry .. thanks its working.

but i'm was not able to create an account & Sign in in app. Popup Show (Bad Credentials. Please Login Again.)
if you downloading it then i think you know thing or two on how to sort out those problems isn't it??
 
  • Like
Reactions: getapps

RoyalC

Active member
Aug 16, 2019
245
38
28
i try this one too and do exactly what it say, manifest, change package name etc and when i launch app it made this error !!
1613041991453.png

any help appreciate.
 

getapps

Member
Banned User
Sep 2, 2020
110
13
18
i try this one too and do exactly what it say, manifest, change package name etc and when i launch app it made this error !!
1613041991453.png

any help appreciate.
scroll down in manifest file has "com.easyplexdemo" package name .. change it
 

RoyalC

Active member
Aug 16, 2019
245
38
28
scroll down in manifest file has "com.easyplexdemo" package name .. change it
Code:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.paranormalia">

    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
        tools:ignore="ScopedStorage" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />
    <uses-permission android:name="android.permission.EXPAND_STATUS_BAR" />
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
    <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />


    <application
        android:name="com.paranormalia.EasyPlexApp"
        android:fullBackupContent="true"
        tools:replace="android:fullBackupContent"
        android:fullBackupOnly="true"
        android:hardwareAccelerated="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:supportsRtl="true"
        android:theme="@style/AppTheme"
        android:usesCleartextTraffic="true"
        android:installLocation="preferExternal"
        tools:targetApi="q">

        <provider
            android:name="androidx.core.content.FileProvider"
            android:authorities="${applicationId}.fileProvider"
            android:exported="false"
            android:grantUriPermissions="true">
            <meta-data
                android:name="android.support.FILE_PROVIDER_PATHS"
                android:resource="@xml/provider_paths"/>
        </provider>


        <meta-data
            android:name="com.google.android.gms.ads.APPLICATION_ID"
            android:value=""/>



        <meta-data
            android:name="com.startapp.sdk.APPLICATION_ID"
            android:value="201975314" />

        <meta-data
            android:name="com.startapp.sdk.RETURN_ADS_ENABLED"
            android:value="false" />


        <activity
            android:name="com.paranormalia.ui.base.BaseActivity"
            android:configChanges="orientation|screenSize|keyboardHidden"
            android:hardwareAccelerated="true"
            android:screenOrientation="portrait"
            android:windowSoftInputMode="stateAlwaysHidden|adjustPan"
            android:supportsPictureInPicture="true"
            android:theme="@style/AppTheme" />

        <activity
            android:name="com.paranormalia.ui.splash.SplashActivity"
            android:theme="@style/SplashTheme">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>


        <activity
            android:name="com.paranormalia.ui.player.cast.ExpandedControlsActivity"
            android:label="@string/app_name"
            android:launchMode="singleTask"
            android:persistent="true"
            android:theme="@style/Theme.CastVideosDark"
            android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
            </intent-filter>
            <meta-data
                android:name="android.support.PARENT_ACTIVITY"
                android:value="com.paranormalia.ui.player.activities.EasyPlexMainPlayer"/>
        </activity>


        <service
            android:name="com.paranormalia.ui.notifications.NotificationManager"
            android:enabled="true"
            android:exported="false">
            <intent-filter>
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>




        <meta-data
            android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
            android:value="com.paranormalia.ui.player.cast.CastOptionsProvider" />



        <!-- Set custom default icon. This is used when no icon is set for incoming notification messages.
     See README(https://goo.gl/l4GJaQ) for more. -->
        <meta-data
            android:name="com.google.firebase.messaging.default_notification_icon"
            android:resource="@drawable/notification_smal_size" />
        <!-- Set color used with incoming notification messages. This is used when no color is set for the incoming
             notification message. See README(https://goo.gl/6BKBk7) for more. -->
        <meta-data
            android:name="com.google.firebase.messaging.default_notification_color"
            android:resource="@color/colorAccent" />


        <meta-data
            android:name="com.google.android.gms.ads.AD_MANAGER_APP"
            android:value="true" />



        <activity
            android:name="com.paranormalia.ui.payment.PaymentDetails"
            android:screenOrientation="portrait" />

        <activity
            android:name="com.paranormalia.ui.login.LoginActivity"
            android:screenOrientation="portrait" />

        <activity
            android:name="com.paranormalia.ui.register.RegisterActivity"
            android:screenOrientation="portrait" />


        <activity
            android:name="com.paranormalia.ui.settings.SettingsActivity"
            android:screenOrientation="portrait" />




        <activity
            android:name="com.paranormalia.ui.moviedetails.MovieDetailsActivity"
            android:parentActivityName="com.paranormalia.ui.base.BaseActivity"
            android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="MOVIE" />

                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>



        <activity
            android:name="com.paranormalia.ui.seriedetails.SerieDetailsActivity"
            android:parentActivityName="com.paranormalia.ui.base.BaseActivity"
            android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize|uiMode"
            android:launchMode="singleTop"
            android:screenOrientation="portrait" />


        <activity
            android:name="com.paranormalia.ui.animes.AnimeDetailsActivity"
            android:parentActivityName="com.paranormalia.ui.base.BaseActivity"
            android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize|uiMode"
            android:launchMode="singleTop"
            android:screenOrientation="portrait" />



        <activity
            android:name="com.paranormalia.ui.player.activities.EasyPlexMainPlayer"
            android:launchMode="singleTop"
            android:screenOrientation="landscape"
            android:theme="@style/TubiPlayerTheme"
            android:supportsPictureInPicture="true"/>



        <activity
            android:name="com.paranormalia.ui.register.RegistrationSucess"
            android:screenOrientation="portrait" />

        <activity
            android:name="com.paranormalia.ui.trailer.TrailerPreviewActivity"
            android:screenOrientation="portrait" />

        <activity
            android:name="com.paranormalia.ui.upcoming.UpcomingTitlesActivity"
            android:screenOrientation="portrait" />
        <activity android:name="com.paranormalia.ui.player.activities.EasyPlexPlayerActivity"
            android:theme="@style/TubiPlayerTheme"

            />


        <activity
            android:name="com.paranormalia.ui.player.cast.settings.CastPreference"
            android:theme="@style/Theme.AppCompat"
            android:label="@string/action_settings">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
            </intent-filter>
        </activity>


        <activity
            android:name="com.paranormalia.ui.player.cast.queue.ui.QueueListViewActivity"
            android:label="@string/queue_list"
            android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
            </intent-filter>
        </activity>


        <activity android:name="com.paranormalia.ui.profile.EditProfileActivity"
            android:screenOrientation="portrait" />
        <activity android:name="com.paranormalia.ui.download.DownloadList" />
        <activity android:name="com.paranormalia.ui.payment.Payment"
            android:screenOrientation="portrait"
            />


        <activity android:name="com.paranormalia.ui.payment.PaymentPaypal"
            android:screenOrientation="portrait"
            />


        <activity android:name="com.paranormalia.ui.payment.PaymentStripe"
            android:screenOrientation="portrait"
            />


        <activity
            android:name="com.paranormalia.ui.player.activities.EmbedActivity"
            android:configChanges="orientation|screenSize"

            />

    </application>

</manifest>

i already done it bro !!
 

Forum statistics

Threads
69,280
Messages
908,685
Members
237,554
Latest member
loneduke

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu