Moto X Software Porting Project

Search This thread

Willieumm

Senior Member
Oct 4, 2010
1,542
125
Is it possible for someone to post the .apk versions of this for those of us that are stuck unrooted or on Verizon? Please and thank you.
 

ReOmbra

Senior Member
Jan 9, 2014
321
215
hey hi good day, I managed to carry the touchless control to moto g but not everything goes in settings and if you access the but for now is closed or forced closing, you'll know that you should?, also install activate notifications your put but does not work you'll know why?

Hi, if you want you can make a logcat, and post here , so maybe someone cuold known the error in the system.
 
  • Like
Reactions: Boss442

ReOmbra

Senior Member
Jan 9, 2014
321
215
no news for now, im still investigating

in my investigation i have found This video that demonstrates how the Active Display works on Droid mini which has a LCD display.(720x1280, 4.3" TFT LCD) The Droid mini still has a LED light. Instead of the the phone display "breathing", the LED blinks after the first Active notification. But when nudged, the Active notification shows gain. Then i believe that the Active Display on droid mini workdifferently , work only when is present a notification, but of this i'm not sure.. :confused:
all this confirm that it isn't a screen problem.. but remain the doubt it's a problem of processor ,since the droid mini work a double porcessor: Snapdragon S4 Pro (CPU dual core Krait a 1,7 GHz) e GPU Adreno 320 (quad core a 400 MHz) System chip:Motorola X8

here the Video: http://www.youtube.com/watch?v=UWZUy_arQf0&feature=share
 

moralesnery

Senior Member
Aug 27, 2014
701
391
Redmi Note 11
Assist Update

Well a few days ago the Motorola Assist app got updated, driving mode and Home Mode were added, so if you were looking for those freatures, i suggest you to download the official APK. :good:
 

Alecegonce101

Member
Nov 17, 2014
22
2
here there are all permission of touchless control (audio monitor .apk)
if could be to help .. :D

Permissions:
android.permission.DISABLE_KEYGUARD
Allows applications to disable the keyguard.

android.permission.RECEIVE_BOOT_COMPLETED
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. If you don't request this permission, you will not receive the broadcast at that time. Though holding this permission does not have any security implications, it can have a negative impact on the user experience by increasing the amount of time it takes the system to start and allowing applications to have themselves running without the user being aware of them. As such, you must explicitly declare your use of this facility to make that visible to the user.

android.permission.WAKE_LOCK
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.

android.permission.RECORD_AUDIO
Allows an application to record audio.

android.permission.WRITE_EXTERNAL_STORAGE
Allows an application to write to external storage.

android.permission.INTERNET
Allows applications to open network sockets.

android.permission.CALL_PHONE
Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.

android.permission.READ_PHONE_STATE
Allows read only access to phone state.

android.permission.READ_PROFILE
android.permission.READ_CONTACTS
Allows an application to read the user's contacts data.

android.permission.GET_ACCOUNTS
Allows access to the list of accounts in the Accounts Service .

android.permission.MODIFY_AUDIO_SETTINGS
Allows an application to modify global audio settings.

android.permission.ACCESS_NETWORK_STATE
Allows applications to access information about networks

android.permission.ACCESS_WIFI_STATE
Allows applications to access information about Wi-Fi networks.

android.permission.SYSTEM_ALERT_WINDOW
Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications. Very few applications should use this permission; these windows are intended for system-level interaction with the user.

android.permission.EXPAND_STATUS_BAR
Allows an application to expand or collapse the status bar.

android.permission.BROADCAST_STICKY
Allows an application to broadcast sticky intents. These are broadcasts whose data is held by the system after being finished, so that clients can quickly retrieve that data without having to wait for the next broadcast.

com.motorola.context.permission.CONTEXT
android.permission.BLUETOOTH
Allows applications to connect to paired bluetooth devices

android.permission.WRITE_SECURE_SETTINGS
Allows an application to read or write the secure system settings.

com.motorola.permission.ACCESS_CHECKIN
com.motorola.audiomonitor.permission.INPUT_PLUGIN
com.motorola.audiomonitor.permission.LOCAL
android.permission.STOP_APP_SWITCHES
android.permission.GET_TASKS
Allows an application to get information about the currently or recently running tasks: a thumbnail representation of the tasks, what activities are running in it, etc.

com.motorola.audiomonitor.permission.SETTINGS
com.google.android.googlequicksearchbox.LAUNCH_WITH_RECORDED_AUDIO
com.motorola.audiomonitor.permission.BROADCAST_RECEIVER


How did you obtain this information? I am doing a similar project.
 

ReOmbra

Senior Member
Jan 9, 2014
321
215
How did you obtain this information? I am doing a similar project.
the new playstore web page (from pc) show the permission in the section "additional information" ---> "permission" ---> "view details".
i have had this information in a site but now i don't remember it..
Good work for the project. :highfive:
 

Top Liked Posts

  • There are no posts matching your filters.
  • 20
    Here is the Moto X Porting Software For Moto G​

    Works on KitKat Roms

    Changelog:
    • Moto Assist Drive (Ok)
    • Moto Connect (Ok)
    • Active Display (Non Working)
    • Voice Commands (FC)
    • Full Miracast (Don't tested)

    Images:

    Screenshot_2014_01_22_08_13_02.png
    assist.png
    setting.png
    wireless.png



    V1.0:
    *Includes Moto Connect
    Public_Beta2:
    *Driving Mode for Moto Assist
    *Miracast maybe work.
    *Wireless Display Added (Give FC, someone can read logcat, maybe a missing library?)
    *Active Display Added (Really don't know why don't work, maybe missing framework?)

    Download:
    MotoGoodies Flash Zip V1.0
    MotoGoodies Flash Zip Public Beta #2

    Want to use the betas? Join my team, only if you know Android and Logcat
    2
    Anithing news @Boss442?
    meanwhile i have found this other .. Audiomonitorhelper . i have too the .odex
    2
    Very Good project men.
    For the active display a valid substitute is dynamicnotification

    it wold be wonderful if touchless controll work like a moto x .
    according to me, the problem is the modify of the framework of moto g , or cancel the file that control this.. :confused:
    2
    here there are all permission of touchless control (audio monitor .apk)
    if could be to help .. :D

    Permissions:
    android.permission.DISABLE_KEYGUARD
    Allows applications to disable the keyguard.

    android.permission.RECEIVE_BOOT_COMPLETED
    Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. If you don't request this permission, you will not receive the broadcast at that time. Though holding this permission does not have any security implications, it can have a negative impact on the user experience by increasing the amount of time it takes the system to start and allowing applications to have themselves running without the user being aware of them. As such, you must explicitly declare your use of this facility to make that visible to the user.

    android.permission.WAKE_LOCK
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.

    android.permission.RECORD_AUDIO
    Allows an application to record audio.

    android.permission.WRITE_EXTERNAL_STORAGE
    Allows an application to write to external storage.

    android.permission.INTERNET
    Allows applications to open network sockets.

    android.permission.CALL_PHONE
    Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.

    android.permission.READ_PHONE_STATE
    Allows read only access to phone state.

    android.permission.READ_PROFILE
    android.permission.READ_CONTACTS
    Allows an application to read the user's contacts data.

    android.permission.GET_ACCOUNTS
    Allows access to the list of accounts in the Accounts Service .

    android.permission.MODIFY_AUDIO_SETTINGS
    Allows an application to modify global audio settings.

    android.permission.ACCESS_NETWORK_STATE
    Allows applications to access information about networks

    android.permission.ACCESS_WIFI_STATE
    Allows applications to access information about Wi-Fi networks.

    android.permission.SYSTEM_ALERT_WINDOW
    Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications. Very few applications should use this permission; these windows are intended for system-level interaction with the user.

    android.permission.EXPAND_STATUS_BAR
    Allows an application to expand or collapse the status bar.

    android.permission.BROADCAST_STICKY
    Allows an application to broadcast sticky intents. These are broadcasts whose data is held by the system after being finished, so that clients can quickly retrieve that data without having to wait for the next broadcast.

    com.motorola.context.permission.CONTEXT
    android.permission.BLUETOOTH
    Allows applications to connect to paired bluetooth devices

    android.permission.WRITE_SECURE_SETTINGS
    Allows an application to read or write the secure system settings.

    com.motorola.permission.ACCESS_CHECKIN
    com.motorola.audiomonitor.permission.INPUT_PLUGIN
    com.motorola.audiomonitor.permission.LOCAL
    android.permission.STOP_APP_SWITCHES
    android.permission.GET_TASKS
    Allows an application to get information about the currently or recently running tasks: a thumbnail representation of the tasks, what activities are running in it, etc.

    com.motorola.audiomonitor.permission.SETTINGS
    com.google.android.googlequicksearchbox.LAUNCH_WITH_RECORDED_AUDIO
    com.motorola.audiomonitor.permission.BROADCAST_RECEIVER
    2
    @Boss442
    Good job ;)
    But i have interest only for Moto Assist Drive, can you please give me only files needed for this?
    Thank you.