Tiny Core Extensions > TCE Corepure64
Creating Delta_Chat.tcz
Sasha:
Good evening! (In advance, I apologize for my English.) I want to install Delta Chat is a messaging app. APPS doesn't have it. So I need to create the extension myself. I understood correctly that I first need to download the sources, for example from here: Snap-Source: links://github.com/nbuechner/deltachat-snap And then put it in the home/deltachat directory and compile. Another question is which chapter of the book "Into the Core A look at Tiny Core Linux" Lauri Kasanen et al should do this?:
* -14. Creating a personal (data) extension or
* -15. Creating an extension
gadget42:
is this the "delta chat" you are referring to?
https://f-droid.org/packages/com.b44t.messenger/
naturally f-droid is for android but i like reading their descriptions
(especially all the different permissions, scary!)
--- Quote ---Permissions
access location in the background
This app can access location at any time, even while the app is not in use.
access approximate location only in the foreground
This app can get your approximate location from location services while the app is in use. Location services for your device must be turned on for the app to get location.
access precise location only in the foreground
This app can get your precise location from location services while the app is in use. Location services for your device must be turned on for the app to get location. This may increase battery usage.
view network connections
Allows the app to view information about network connections such as which networks exist and are connected.
view Wi-Fi connections
Allows the app to view information about Wi-Fi networking, such as whether Wi-Fi is enabled and name of connected Wi-Fi devices.
take pictures and videos
This app can take pictures and record videos using the camera while the app is in use.
run foreground service
Allows the app to make use of foreground services.
android.permission.INSTALL_SHORTCUT
have full network access
Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.
change your audio settings
Allows the app to modify global audio settings such as volume and which speaker is used for output.
show notifications
Allows the app to show notifications
android.permission.RAISED_THREAD_PRIORITY
android.permission.READ_APP_BADGE
read your contacts
Allows the app to read data about your contacts stored on your phone. Apps will also have access to the accounts on your phone that have created contacts. This may include accounts created by apps you have installed. This permission allows apps to save your contact data, and malicious apps may share contact data without your knowledge.
read the contents of your shared storage
Allows the app to read the contents of your shared storage.
(12L)
read image files from shared storage
Allows the app to read image files from your shared storage.
read video files from shared storage
Allows the app to read video files from your shared storage.
run at startup
Allows the app to have itself started as soon as the system has finished booting. This can make it take longer to start the phone and allow the app to slow down the overall phone by always running.
record audio
This app can record audio using the microphone while the app is in use.
ask to ignore battery optimizations
Allows an app to ask for permission to ignore battery optimizations for that app.
request install packages
Allows an application to request installation of packages.
control vibration
Allows the app to control the vibrator.
prevent phone from sleeping
Allows the app to prevent the phone from going to sleep.
modify or delete the contents of your shared storage
Allows the app to write the contents of your shared storage.
(10)
com.anddoes.launcher.permission.UPDATE_COUNT
install shortcuts
Allows an application to add Homescreen shortcuts without user intervention.
com.b44t.messenger.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
com.htc.launcher.permission.READ_SETTINGS
com.htc.launcher.permission.UPDATE_SHORTCUT
com.huawei.android.launcher.permission.CHANGE_BADGE
com.huawei.android.launcher.permission.READ_SETTINGS
com.huawei.android.launcher.permission.WRITE_SETTINGS
com.majeur.launcher.permission.UPDATE_BADGE
com.oppo.launcher.permission.READ_SETTINGS
com.oppo.launcher.permission.WRITE_SETTINGS
com.sec.android.provider.badge.permission.READ
com.sec.android.provider.badge.permission.WRITE
com.sonyericsson.home.permission.BROADCAST_BADGE
com.sonymobile.home.permission.PROVIDER_INSERT_BADGE
me.everything.badger.permission.BADGE_COUNT_READ
me.everything.badger.permission.BADGE_COUNT_WRITE
--- End quote ---
gadget42:
https://github.com/deltachat/deltachat-desktop/tree/main
Sasha:
Yes, this is the messenger that I wrote about above. Here is the desktop version on linux: links://github.com/deltachat/deltachat-desktop I downloaded the archive deltachat-desktop-main.zip. Do I have to compile deltachat.tcz for chapter 14 or 15 of the book?
Leee:
You want chapter 15.
Chapter 14 is about building an extension with (static) data files, which keeps them out of your backup.
Chapter 15 is about building an application extension (like delta_chat).
Navigation
[0] Message Index
[#] Next page
Go to full version