Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
e74a3585
Kaydet (Commit)
e74a3585
authored
Ock 23, 2012
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: update README and fix a number of silly escaping issues
üst
847494bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
9 deletions
+15
-9
README.Android
README.Android
+6
-1
Makefile
android/qa/desktop/Makefile
+9
-8
No files found.
README.Android
Dosyayı görüntüle @
e74a3585
...
...
@@ -24,7 +24,7 @@ test output to enjoy. After a while of this loop you'll probably
find that android has lost a lot of space on your device at
this point:
adb shell stop
; adb shell start
adb shell stop
; adb shell setprop log.redirect-stdio true
; adb shell start
and continue onwards & upwards.
...
...
@@ -44,6 +44,11 @@ attached, so you need to carefully guess where to put:
into the code; and when you see that in logcat, you have time
to run: ndk-gdb and it will attach the process.
thread 12 # or perhaps 13
backtrace
may show you the native code trace.
* Common Errors / Gotchas
lo_dlneeds: Could not read ELF header of /data/data/org.libreoffice...libfoo.so
...
...
android/qa/desktop/Makefile
Dosyayı görüntüle @
e74a3585
...
...
@@ -37,16 +37,16 @@ buildrcs:
echo
"[Bootstrap]"
>
assets/program/fundamentalrc
echo "LO_LIB_DIR=file
:
//$(APP_DATA_PATH)/lib/" >> assets/program/fundamentalrc
echo
"URE_LIB_DIR=file://
$(APP_DATA_PATH)
/lib/"
>>
assets/program/fundamentalrc
# checkme - is this used to find configs ?
echo
"BRAND_BASE_DIR=file:///assets
/
"
>>
assets/program/fundamentalrc
echo
"CONFIGURATION_LAYERS=xcsxcu:
${
BRAND_BASE_DIR
}
/share/registry module:
${
BRAND_BASE_DIR
}
/share/registry/modules res:
${
BRAND_BASE_DIR
}
/share/registry bundledext:
${${
BRAND_BASE_DIR
}
/program/unorc
:BUNDLED_EXTENSIONS_USER
}
/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini sharedext:
${${
BRAND_BASE_DIR
}
/program/unorc
:SHARED_EXTENSIONS_USER
}
/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini xcsxcu:
${${
BRAND_BASE_DIR
}
/program/unorc
:UNO_USER_PACKAGES_CACHE
}
/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry userext:
${${
BRAND_BASE_DIR
}
/program/unorc
:UNO_USER_PACKAGES_CACHE
}
/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini user:
${
$BRAND_BASE_DIR
/program/bootstraprc
:UserInstallation
}
/user/registrymodifications.xcu"
>>
assets/program/fundamentalrc
echo
"URE_BIN_DIR=file:///assets/ure/bin/dir/not-here/can-we/exec-anyway"
>>
assets/program/fundamentalrc
echo
"URE_MORE_TYPES=file:///assets/ure/share/misc/types.rdb file:///assets/program/types/types.rdb
$$
{URE_MORE_TYPES}"
>>
assets/program/fundamentalrc
echo
"URE_MORE_SERVICES=file:///assets/ure/share/misc/services.rdb file:///assets/program/services/services.rdb
$$
{URE_MORE_SERVICES}"
>>
assets/program/fundamentalrc
echo
"BRAND_BASE_DIR=file:///assets"
>>
assets/program/fundamentalrc
echo
'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/share/registry module:$${BRAND_BASE_DIR}/share/registry/modules res:$${BRAND_BASE_DIR}/share/registry bundledext:$${$${BRAND_BASE_DIR}/program/unorc:BUNDLED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini sharedext:$${$${BRAND_BASE_DIR}/program/unorc:SHARED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini xcsxcu:$${$${BRAND_BASE_DIR}/program/unorc:UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry userext:$${$${BRAND_BASE_DIR}/program/unorc:UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini user:$${$$BRAND_BASE_DIR/program/bootstraprc:UserInstallation}/user/registrymodifications.xcu'
>>
assets/program/fundamentalrc
echo
'URE_BIN_DIR=file:///assets/ure/bin/dir/not-here/can-we/exec-anyway'
>>
assets/program/fundamentalrc
echo
'URE_MORE_TYPES=file:///assets/ure/share/misc/types.rdb file:///assets/program/types/types.rdb'
>>
assets/program/fundamentalrc
echo
'URE_MORE_SERVICES=file:///assets/ure/share/misc/services.rdb file:///assets/program/services/services.rdb <$$ORIGIN/services>*'
>>
assets/program/fundamentalrc
# unorc ini ...
echo
"[Bootstrap]"
>
assets/program/unorc
echo "URE_INTERNAL_LIB_DIR=file
:
//$(APP_DATA_PATH)/lib/" >> assets/program/unorc
echo
"UNO_TYPES=file:///assets/ure/share/misc/types.rdb file:///assets/program/types/types.rdb
$$
{URE_MORE_TYPES}"
>>
assets/program/unorc
echo
"UNO_SERVICES=file:///assets/ure/share/misc/services.rdb file:///assets/program/services/services.rdb
$$
{URE_MORE_SERVICES}"
>>
assets/program/unorc
echo
'UNO_TYPES=file:///assets/ure/share/misc/types.rdb file:///assets/program/types/types.rdb $${URE_MORE_TYPES}'
>>
assets/program/unorc
echo
'UNO_SERVICES=file:///assets/ure/share/misc/services.rdb file:///assets/program/services/services.rdb $${URE_MORE_SERVICES}'
>>
assets/program/unorc
copy-stuff
:
buildrcs
#
...
...
@@ -189,7 +189,8 @@ uninstall:
run
:
echo
"FONTCONFIG_FILE=
$(APP_DATA_PATH)
/etc/fonts/fonts.conf -env:INIFILENAME=file:///assets/program/sofficerc"
>
cmdline
adb push cmdline
$(APP_DATA_PATH)
/cmdline
adb shell am start
-n
$(APP_PACKAGE)
/
$(BOOTSTRAP)
-e
lo-main-library libmergedlo
-e
lo-main-delay 5
-e
lo-strace
yes
-e
lo-main-indirect-cmdline
"
$(APP_DATA_PATH)
/cmdline"
adb shell am start
-n
$(APP_PACKAGE)
/
$(BOOTSTRAP)
-e
lo-main-library libmergedlo
-e
lo-main-indirect-cmdline
"
$(APP_DATA_PATH)
/cmdline"
# add -e lo-strace yes # if you want that
# If you reinstall an app several times, even if you uninstall it
# between, disk space seems to leak that won't get recycled until you
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment