|
hello xfans I am here presenting to you the solution to font for infinix users .[br]kindly download a third party font app from play store, and installed it as a system app. here is how to installed a third party app as a system app. using your PC.[br]note! you must install adb on your PC [br]for hint on how to install adb on your PC.[br]kindly read to the end.[br][br]Installing a System App via ADB[br][br]For this method, make sure that you have installed ADB (Android Debug Bridge) on your computer. You can get ADB by setting up the Android Software Development Kit (SDK) on your computer.[br][br]For more info, check out our guides on [a href="https://www.androidauthority.com/how-to-install-android-sdk-software-development-kit-21137/"]how to install Android SDK on your computer[/a] and [a href="https://www.androidauthority.com/about-android-debug-bridge-adb-21510/"]how to use ADB[/a]. Also make sure to install the appropriate USB drivers for your device on your computer.[br][br]For Apps Installed on the Device[br][br][ul][li]Assuming you have installed the app on your device, go to the app’s Google Play Store link and take note of the words after “?id=” and ignore the rest. For the BioRhythms app, the link is https://play.google.com/store/apps/details?id=app.biorhythms. Take note of app.biorhythms.[br][/li][/ul][ul][li]Connect your device to the computer via USB cable.[br][/li][/ul][ul][li]Open the command prompt on your computer and type the following commands:[br][br][/li][/ul]db remount[br][ul][li][br][/li][/ul]db shell[br][ul][li][br][/li][/ul]u[br][ul][li][br][/li][/ul]d /data/app/[br][br][ul][li]Type the command ls appfilename*(where “appfilename” is the app’s ID on Google Play Store; make sure you include the asterisk at the end). Based on our sample above, the command will be ls app.biorhythms*. This command will display the app’s complete APK filename. In the case of our sample app, app.biorhythms-1.apkwill appear on the screen. This is the app’s complete APK filename. Take note of this complete filename.[br][/li][/ul][ul][li]Enter the following command:[br][br][/li][/ul]v apk_full_filename_here /system/app/apk_full_filename_here[br][ul][li][br][/li][/ul]xit[br][ul][li][br][/li][/ul]xit[br][ul][li][br][/li][/ul]db reboot[br][ul][li][br]In the case of our sample app, the command above will look like this:[br][br][/li][/ul]v app.biorhythms-1.apk /system/app/app.biorhythms-1.apk[br][ul][li][br][/li][/ul]xit[br][ul][li][br][/li][/ul]xit[br][ul][li][br][/li][/ul]db reboot[br][br][ul][li]The device will now reboot. Your app is now saved as a system app.[br][/li][/ul]For Apps Whose APKs Are on the PC Hard Drive[br][br]If your copy of the app’s APK file is on your computer, you can do the following steps:[br][br][ul][li]Open a command prompt on your computer and navigate to where the APK file is located.[br][/li][/ul][ul][li]Enable USB debugging on your device and connect your device to the computer via USB cable.[br][/li][/ul][ul][li]Enter the following commands:[br][br][/li][/ul]db remount[br][ul][li][br][/li][/ul]db push apk-filename-here /system/app/[br][ul][li][br][/li][/ul]db shell chmod 644 /system/app/apk-filename-here[br][ul][li][br][/li][/ul]db reboot[br][ul][li][br]In the case of our sample app, the command will look like this:[br][br][/li][/ul]db remount[br][ul][li][br][/li][/ul]db push app.biorhythms-1.apk/system/app/[br][ul][li][br][/li][/ul]db shell chmod 644 /system/app/app.biorhythms-1.apk[br][ul][li][br][/li][/ul]db reboot[br][br][ul][li]Your phone will automatically reboot. Your app will now be saved as a system app.[br][/li][/ul]Congratulations! Your normal, ordinary user app is now installed as a system app on your Android device.[br]thanks for understanding.[br]don't forget to follow me for more.[br][br]INFINIX.... THE FUTURE IS NOW[br][br] |
|