Giter Site home page Giter Site logo

calculator_allwinnera50's Introduction

Calculator AllWinnerA50

This is a repository stored some reverse engineering for an Android calculator using AllWinner A50.

Install

  • Force-stop the original calculator app.

  • Download the APK file from Releses, then install it via adb.

  • Go to 'System'-'Auto run', allow 'KeyboardService' to run in background.

Usage

Now pull down the settings panel and add the 'Keyboard' tile, then 'KeyboardService' will be working. Click the tile to toggle its status.

Key Map

  • Number Mode

  • DPad Mode

  • Maimemo Mode (same as DPad Mode but those following buttons added)

Misc

  • Hide the navigation bar

    > adb shell wm overscan 0,0,0,-58
  • Some applications you may want to install

    Launcher3: apk/launcher3.apk

    Gboard: https://www.apkmirror.com/apk/google-inc/gboard

    Wallpaper-9: https://www.apkmirror.com/apk/google-inc/google-wallpaper-picker/google-wallpaper-picker-9-5526574-release

    Coolapk-v7: https://t.me/fuck_coolapk/119

    Netease Music: https://t.me/fuck_coolapk_chat/43149

  • Unnecessary applications that can be disabled

    > adb shell pm disable-user [packagename]
    com.allwinnertech.gmsintegration
    com.android.bips
    com.android.bookmarkprovider
    com.android.calendar
    com.android.companiondevicemanager
    com.android.contacts
    com.android.cts.ctsshim
    com.android.cts.priv.ctsshim
    com.android.dreams.basic
    com.android.email
    com.android.gallery3d
    com.android.inputmethod.latin # use gboard
    com.android.location.fused
    com.android.mms.service
    com.android.music
    com.android.musicfx
    com.android.onetimeinitializer
    com.android.printservice.recommendation
    com.android.printspooler
    com.android.providers.blockednumber
    com.android.providers.calendar
    com.android.providers.contacts
    com.android.provision
    com.android.quicksearchbox
    com.android.server.telecom
    com.android.simappdialog
    com.android.soundrecorder
    com.softwinner.dragonfire
    com.softwinner.fireplayer
    com.softwinner.update
    com.sohu.inputmethod.sogou # use gboard
    org.chromium.webview_shell
  • Unlock the OEM locking

    > adb reboot bootloader
    > fastboot oem unlock
  • Mount the root partition as read-write

    > adb shell
    > su
    > mount -o remount -o rw /
  • Dump raw images

    It is highly recommended to do this to backup your device. Since Adbd may return unauthenticated on Linux on my side, use macOS instead.

    > adb reboot recovery
    > adb root
      timeout expired while waiting for device
    > adb ls /dev/block/by-name
      000041ed 00000140 63902b01 .
      000041ed 000003c0 63902a1a ..
      0000a1ff 00000015 63902a1a media_data
      0000a1ff 00000015 63902a1a dtbo
      0000alff 00000015 63902a1a empty
      0000a1ff 00000015 63902a1a frp
      0000a1ff 00000015 63902ala private
      0000a1ff 00000015 63902a1a metadata
      0000a1ff 00000014 63902a1a cache
      0000a1ff 00000014 63902a1a recovery
      0000a1ff 00000014 63902a1a misc
      0000a1ff 00000014 63902a1a vendor
      0000a1ff 00000014 63902a1a boot
      0000a1ff 00000014 63902a1a env
      0000a1ff 00000014 63902a1a bootloader
      0000a1ff 00000014 63902a1a UDISK
    > adb pull /dev/block/by-name/[partition] [filename]
    > img2simg [filename] [filename] # convert raw img to android sparse img that can be flash in fastboot mode
  • TWRP/Fastboot images

    Download from here, or see 'Dump raw images'.

    Touch screen doesn't work in TWRP now, use OTG devices. Fastboot driver may be missing on Windows and macOS, finally I tested Fedora 37 and it works.

    > adb reboot bootloader
    > fastboot flash recovery twrp.img
    > fastboot reboot
    > adb reboot recovery

  • Allwinner FEL mode

    Power off the device, press on the 'UPDATE' button, then connect to PC and click the 'POWER' button 5-10 times, your device will go to FEL mode. Use Sunxi-tools to perform further steps.

calculator_allwinnera50's People

Contributors

lz233 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.