Installing the Bank Hapoalim app: הבדלים בין גרסאות בדף

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש
(יצירת דף עם התוכן "{{En|התקנת אפליקציית בנק הפועלים}} {{Navigation|Bugs and their solutions}} '''Description of the fault:''' The Bank Hapoalim app reques...")
 
שורה 8: שורה 8:
  
  
'''The solution:''' install the app on its four parts using ADB.
+
'''The solution:''' install the app on its four parts .
  
 
'''<small>It should be noted that the problem was not intentionally created and it is likely that in the following versions of the app it will be fixed and this installation process will be unnecessary.</small>'''
 
'''<small>It should be noted that the problem was not intentionally created and it is likely that in the following versions of the app it will be fixed and this installation process will be unnecessary.</small>'''
 
------
 
------
 +
==== Via App Split APKs Installer: ====
 +
Download the App from [https://netfree.link/upload-file/c7b2c923c275de48513e35e87dac32c8fa0a8d8b here], install it on the device and through it install the app parts.
  
 +
==== Via ADB: ====
  
 
'''Step 1:''' download from[https://dl.google.com/android/repository/platform-tools_r28.0.2-windows.zip here] the ADB tool and extract to any folder.
 
'''Step 1:''' download from[https://dl.google.com/android/repository/platform-tools_r28.0.2-windows.zip here] the ADB tool and extract to any folder.

גרסה מ־05:47, 19 בינואר 2020

לעברית לחצו כאן

To switch from edit view to read view

To search in the Wiki

Home page > Bugs and their solutions > Installing the Bank Hapoalim app ‎‎


Description of the fault: The Bank Hapoalim app requests an update.

Screenshot 2019-05-02-17-03-23 (1).png


The solution: install the app on its four parts .

It should be noted that the problem was not intentionally created and it is likely that in the following versions of the app it will be fixed and this installation process will be unnecessary.


Via App Split APKs Installer:

Download the App from here, install it on the device and through it install the app parts.

Via ADB:

Step 1: download fromhere the ADB tool and extract to any folder. should now be set to active

Step 2: activate USB debugging.

This can be set by entering developer mode {There is a guide here} Go to Settings > About Tablet > click 7 times on build

כניסה למצב פיתוח

Now go to Settings > Developer Options > And mark debugging.

סימון ניפוי שגיאות


Step 3: Download the apk files from here and extract to any folder.


Step 4: after extracting, we will get a folder with 4 files which must be copied to the folder where ADB is located.


Step 5: Browse to the folder where ADB is located by the command cd space folder path.

   cd C:folder path

As in the example: (Of course change to the right path.)

פקודת דפדוף


Step 6: Make sure your device is connected to your computer. And run the following command:

   adb install-multiple -r 1.apk 2.apk 3.apk 4.apk

Wait until you get 'Success'

Now launch the app and it should work properly.