IBM Maximo Mobile: Difference between revisions

From Wiki
 
(38 intermediate revisions by the same user not shown)
Line 1: Line 1:
Artigos sobre o Maximo Mobile
Artigos sobre o Maximo Mobile


= Maximo Mobile =
= Maximo Mobile - Use and Development =


* [[IBM Maximo Mobile: Deploy App (.apk file) to Android Emulator]]


* [[IBM Maximo Mobile: Installing Maximo Mobile Package]]
* [[IBM Maximo Mobile: Installing Maximo Application Framework Configuration application to Customize IBM Maximo Mobile]]
Important: don't forget to change mxe.oslc.restwebappurl and mxe.oslc.restwebappurl before using MAF!!


== Artigos e Blogs ==
== Artigos e Blogs ==
Line 12: Line 18:
* Technote: [https://www.ibm.com/support/pages/node/6408032 Configuring and customizing IBM Maximo Mobile]
* Technote: [https://www.ibm.com/support/pages/node/6408032 Configuring and customizing IBM Maximo Mobile]


= Maximo Anywhere (Deprecated) =
Em Junho/22, o Maximo Anywhere já está com o fim do suporte decretado, sendo o Maximo Mobile a solução atual pra dispositivos móveis.
* Technote: [https://www.ibm.com/support/pages/node/1101243 System Requirements for IBM Maximo Anywhere 7.6.4]
** Descreve os componentes necessários (NodeJs, Android Studio, Gradle) para utilização do Anywhere, informando as versões compatíveis  com cada fix pack
= Apache Cordova =
== Montando o ambiente ==
1) Instalar o NodeJs/NPM
2) Instalar o Apache Cordova
npm istall -g cordova
verificar
cordova -version
3) Instalar o Android Studio 
Definir a variável de ambiente "ANDROID_SDK_ROOT", é possível pegar pelo android Studio,
    ANDROID_SDK_ROOT=C:\USERS\XXXXX\AppData\Local\Sdk\
Para MacOS
export ANDROID_SDK_ROOT=~/Library/Android/sdk
export ANDROID_AVD_HOME=~/.android/avd
4) Instalar o Gradle (responsável pelo "build" do App)


5) Definir a variável de ambiente PATH para o Gradle


    C:\Gradle\gradle-7.....\bin
== Maximo Mobile Version Matrix ==


Dicas legais em: https://www.youtube.com/watch?v=K_Cw1LIuflg
* Technote: [https://www.ibm.com/support/pages/node/6612327 How to check your Maximo Mobile version?]


6) mkdir Mobile


7) cordova create MyApp
{| class="wikitable"
|-
! Maximo Mobile Version !! Maximo Application Suite !! Maximo Asset Management  EAM !! Part Number
|-
| 8.11 || ? ||
MAM version 7.6.1.3


8) Adicionando recursos para Browser
TPAE version 7.6.1.3 and Interim fix IF012 or later


cd MyApp
TPAE_7613_IFIX.20230914-0042.im.zip
||
cordova platform add browser
M0FHHML
|-
| 8.10 || ? ||
MAM version 7.6.1.3


9) Executando para Browser
TPAE version 7.6.1.3 and Interim fix IF005 or later
||
|-
| 8.8 || ? ||
MAM version 7.6.1.2
TPAE version 7.6.1.2 and Interim fix IF021 or later ||
|}


cordova run browser
== Telas ==


10) Adicionando recursos para Android
* [[IBM Maximo Mobile: Screenshots|Screenshots/Captura de Telas]]


cordova platform add android
* [https://carbondesignsystem.com/guidelines/icons/library Lista de Ícones do Maximo Mobile]


= Ver também =
= Ver também =

Latest revision as of 17:26, 15 December 2023

Artigos sobre o Maximo Mobile

Maximo Mobile - Use and Development

Important: don't forget to change mxe.oslc.restwebappurl and mxe.oslc.restwebappurl before using MAF!!

Artigos e Blogs


Maximo Mobile Version Matrix


Maximo Mobile Version Maximo Application Suite Maximo Asset Management EAM Part Number
8.11 ?

MAM version 7.6.1.3

TPAE version 7.6.1.3 and Interim fix IF012 or later

TPAE_7613_IFIX.20230914-0042.im.zip

M0FHHML

8.10 ?

MAM version 7.6.1.3

TPAE version 7.6.1.3 and Interim fix IF005 or later

8.8 ?

MAM version 7.6.1.2 TPAE version 7.6.1.2 and Interim fix IF021 or later ||

Telas

Ver também