Related
PlayIt! v0.50
Titanium Music Player Control [Mar-18-2010]
PlayIt! is a Windows Phone 6.5 Titanium plugin to control and display the status of S2P or Nitrogen.
PlayIt! is the continuation of CS2P.
Uses TICS (Titanium Installator Controller Saver) installer for Titanium by MichelDiamond
http://forum.xda-developers.com/showthread.php?t=564884
Thanks
The original author of CS2P, chriscsh
MichelDiamond for s2pcheck.exe and nitrogencheck.exe
German locale file by der_Volki
French locale file by archidune
Requirements
WM 6.5 Professional with the Titanium (CHome) interface
A music player installed and working correctly
Supported Players:
S2P v0.72-beta or higher - http://forum.xda-developers.com/showthread.php?t=556885
Nitrogen v1.2 or higher with "Write current song info on registry" enabled in settings - http://nitrogen.wmskins.com
Mortscript 4.2 (Works with 4.3b as well) - http://www.sto-helit.de/index.php?module=download&entry=ms_program&action=list
JMLPanex v2.30 or higher - http://forum.xda-developers.com/showthread.php?t=552373
Works on all resolutions [S|Q|W|VGA], default skins are supported as well
Installation
Extract the contents of the Zip file to your hard drive.
Copy the CAB file to your device.
On your device, run any File Explorer application; go to the folder where the
CAB file was copied to; run the CAB file.
PlayIt! will be installed, you may set up the plugin at any time.
NOTE! If CS2P was installed previously, the install will kill and delete the 24/7 script that was running when it was installed
You should uninstall CS2P when using PlayIt!
Operation
PlayIt! enables a registry change notification (s2pcheck.exe, nitrogencheck.exe).
They monitor the status of S2P and Nitrogen and update the panel.
This means no script is running 24/7.
The plugin has 1 page/panel
There are 4 buttons on the panel
Previous
Play/Pause
Next
Open Player (CPlayer skin uses album art for this button)
Right softkey will activate the menu
Each button functions differently when the player is running or not running
Not Running
"Previous", "Play/Pause", or "Next" starts the player, then minimizes it (configurable via menu)
"Open Player" starts the player, does not minimize it
Running
"Previous", "Play/Pause", or "Next" are what they are
"Open Player" opens the player window
Settings
The behavior and look of PlayIt! can be altered by accessing the Menu, via the right softkey.
Access the settings via the "PlayIt! Setup" submenu.
The current value for each setting is shown in parenthesis.
Player: Set the music player for PlayIt! to control
Skin: Change the skin
Vibration: Enable/disable vibration feedback
Minimize Player: Enable/disable minimizing Player when it's not active
Language: Change the language
Refresh Titanium: Refreshes/reloads the Titanium interface in case of glitches or errors
About PlayIt!: Displays information about PlayIt!
Instructions for Locale Zip Files
Extra and updated locale files will be available here between releases of PlayIt!
I will include new/updated files on every release.
To use these files, extract the .ini file to the PlayIt/locale/ folder, then click [Menu -> PlayIt! Setup -> Language] to select the new language
Screen Shots - Default Skin (VGA) (v0.50)
Screen Shots - CPlayer Skin (VGA) (v0.50)
Screen Shots - Menu/Settings (VGA) (v0.50)
Default Skins (should) work in all resolutions and may differ slightly to fit each resolution.
Change Log
Code:
--[0.50]----
* Added CPlayer skin, a minimal skin showing only inside the Titanium bar
o Thanks to derby00, creater of CPlayer, for letting me use the skin from his player
* Added current Album name for Nitrogen, uses the AlbumArt path for this info
o This depends on the current track being inside of a sub-folder including the album name
* Reworked the setup screen, it is now a menu, you can also control the player via this menu
o Added Close Player, which will close the active player
* Added about screen, for displaying PlayIt! version info and url to the forum topic
* Sped up the setup menus a bit
* Changed how players are handled
o New players to control can be added via a new directory in the players directory
o player.ini: Metadata and command controls
o install.mscr: Install script, sets up the player control for use in PlayIt!
o uninstall.mscr: Uninstall script, used to remove registry entries or files that the install script added
* Consolidated player control scripts into one file, PlayItControl.mscr
* Added dynamic player switching
o If you open another player that is not set as default in PlayIt!, the default will be switched to that player
* (Nitrogen only) Added TimeTotal, TimeElapsed, TimeRemain, and ProgressBar
o These can be used to display time information for the current track
o Default and CPlayer skins both have a progress bar and timers
* Fixed (maybe) red X for no album art.
* Adjusted the default skin a bit, adjusted minor positioning issues
For a more complete history, look at History.txt in the zip file
To-Do
Allow name of the panel to be the name to the current active player or a user input value
Fix skin changing while the player is open and running
Fix hard-coded image paths in default skin
Is SQVGA (320*320) working ok?
Volume level
Other ideas are welcome
Skin Support
PlayIt! supports skins
You can change the skin from [Menu -> PlayIt! Setup -> Skin]
Add a new skin
Create a new directory (or copy default) in the skins directory
Create a skin.ini file
This is an information file for the skin
Create a skin.plg file
This is the layout file for Titanium
Some image file names must be the same as default for skins to work correctly
blank.png, cPause.png, cPlay.png, Next.png, NoCover.png, Pause.png, Play.png, Player.png, Prev.png, repeat_1.png, repeat_music.png, repeat_off.png, repeat_on.png, shuffle_off.png, shuffle_on.png
Certain ID attributes in the .plg MUST stay the same for the button detection and text updates to work correctly
<Layer ID="PlayItExpanded"><Layer ID="Page">: RewindImg, PlayImg, NextImg, PlayerImg, AlbumArt, Repeat, Shuffle, TEXT1, TEXT2, TEXT3
<Layer ID="PlayItCondensed"><Layer ID="Page">: PluginLabel, Title, PlayImg, TEXT1, TEXT2, TEXT3
For ID="PlayItCondensed", you can either use PluginLabel to show "playit" all the time, or use Title to show it only when the player is running
Copy the new skin directory to the skins directory and run Setup to change
Multi-Language Support
PlayIt! supports multiple languages
Just about everything in PlayIt! is localized
You can change the language from [Menu -> PlayIt! Setup -> Language]
Adding your language
Copy PlayIt_en.ini in the locale directory and rename it for you language code
(Ex. rename PlayIt_en.ini to PlayIt_de.ini)
Edit the text for your language
Copy the new file to the locale directory and run Setup to change the language
Reserve three of more
I love it!. Now to figure out how to incorporate it into titanium themes other than the default.
Currently it will install to the current Titanium theme.
The function that installs the plg into Titanium (PlayItSubs.mscr -> Sub InstallPlg) can accept more parameters for other Titanium themes, but right now I'm just calling it with defaults when a new skin is selected (PlayItSubs.mscr -> Sub ChooseStyle).
Congratulations Zanix, was waiting for this release and will try it out right away.
Thanks
Love it! Thanks Zanix
Hi Zanix,
First of all, thanks for all your work! However, I have a issue with PlayIt! 0.40 that I hope you can help me fix. I have a Samsung Omnia i900 with the following installed:
WM 6.5 Professional with the Titanium (CHome) interface
S2P v0.72-beta (I have always tried 0.73)
Mortscript 4.2
JMLPanex v2.10
It installs correctly, however all buttons (Prev Track, Play, Next Track) don't do anything besides open S2P... what am I doing wrong..?
Thanks!
Once S2P is open, will the buttons control it?
Pressing the prev, play, next buttons when S2P is closed will run it, then immediatly minimize it. The "player" button will open, and stay in S2P.
Or are they just activating S2P and not controlling it?
mashimus said:
Hi Zanix,
First of all, thanks for all your work! However, I have a issue with PlayIt! 0.40 that I hope you can help me fix. I have a Samsung Omnia i900 with the following installed:
WM 6.5 Professional with the Titanium (CHome) interface
S2P v0.72-beta (I have always tried 0.73)
Mortscript 4.2
JMLPanex v2.10
It installs correctly, however all buttons (Prev Track, Play, Next Track) don't do anything besides open S2P... what am I doing wrong..?
Thanks!
Click to expand...
Click to collapse
I also have an i900 with all you mentioned...and works fine for me
Reinstall, soft reset?
more than 1 copy!!!
Hi Zanix,
This may sound crazy, but is it possible to have 2 plugins of playit at the same time? I use both S2P and Nitrogen (for different types of audio, S2P for audio books and Nitrogen for songs), and I would love to be able to have both of them available as titanium plugins. Alternatively, have multiple config files that I could pick online depending on what I want to listen to.
Great work zanix, you just blew my mind.
Not only does your plugin look great, but it also works flawlessly whereas CNitorgen and CS2P rarely if ever worked for me (never updated the music data in Titanium).
Hey my Friend,
I'm glad that my little Exe's for you (and your Plugin-Users) works for your great Plugin and make it as flewless as possible.
And also that TICS works fine with landscape (never forget: "-silent" means that you make error handling on your own )
But now: I will enjoy PlayIt - and say many Thanx for your work!
Cheers
Micha
naynada said:
I also have an i900 with all you mentioned...and works fine for me
Reinstall, soft reset?
Click to expand...
Click to collapse
zanix said:
Once S2P is open, will the buttons control it?
Pressing the prev, play, next buttons when S2P is closed will run it, then immediatly minimize it. The "player" button will open, and stay in S2P.
Or are they just activating S2P and not controlling it?
Click to expand...
Click to collapse
It happens even after S2P is running. I can see the album art and which song it's playing, but I cannot use the controls. (All it does is open S2P).
hmmm.. it's a custom rom, which I just put on as well...
I did install it over the top of CS2P.. but I also did uninstall CS2P afterwards, I wonder if that is the cause of the issue. I'll uninstall and re-install PlayIt and report back.
OK, reinstalled PlayIt! and I still have the same issue. Also, the buttons don't do the vibro even though I just set that option.
I remember 1 thing that happened when I first installed PlayIt... I didn't have JMLPanex installed and it detected this, so I installed JMLPanex afterwards. Am I supposed to "point" PlayIt! to where JMLPanex is?
Thanks
mashimus said:
OK, reinstalled PlayIt! and I still have the same issue. Also, the buttons don't do the vibro even though I just set that option.
I remember 1 thing that happened when I first installed PlayIt... I didn't have JMLPanex installed and it detected this, so I installed JMLPanex afterwards. Am I supposed to "point" PlayIt! to where JMLPanex is?
Thanks
Click to expand...
Click to collapse
Can you look in \Program Files\JMLPanex and see if there is a file named PlayIt.pnx
I may need to take a look at the JMLPanex detection and make sure it copies this file over
zanix said:
Can you look in \Program Files\JMLPanex and see if there is a file named PlayIt.pnx
I may need to take a look at the JMLPanex detection and make sure it copies this file over
Click to expand...
Click to collapse
Hi Zanix,
Yes, the file PlayIt.pnx is in there...
ugh.. I might do a hard reset just to get it working.. doh.
mashimus said:
OK, reinstalled PlayIt! and I still have the same issue. Also, the buttons don't do the vibro even though I just set that option.
I remember 1 thing that happened when I first installed PlayIt... I didn't have JMLPanex installed and it detected this, so I installed JMLPanex afterwards. Am I supposed to "point" PlayIt! to where JMLPanex is?
Thanks
Click to expand...
Click to collapse
Mmm. Custom ROM shouldn't be an issue (same here).
Well, if you haven't hard resetted already:
I also installed JMLPanex AFTER installing PlayIt, and I remember I had some issue with PlayIt, but I can't remember what.
I then uninstalled both JMLPanex and PlayIt, then installed them properly (ie. JMLPanex, THEN PlayIt)
Worked perfectly from thereon.
Maybe try that?
Hope you'll make a WM6.5.1 version !
Hi,
I want to add a custom ringtone to available alarm ringtones.
How can I do that ?
Thanks.
I found it here:
http://droidtalk.net/how-to-add-custom-ringtones-notifications-to-your-android-device/
Code:
•Browse to the SD Card on your PC
•Look for a folder called media, if it’s not there, create it by right clicking and choosing New Folder, then rename the folder to be media
•Inside the media folder, you need a folder called audio, again, if it’s not there create it as above
•Inside the audio folder, you can create a subfolder for the sound category you want to change-
•ringtones – for sound files you want to use as ringtones
•alarms – for sound files you want to use for any alarms
•notifications – for incoming notifications such as SMS alerts, emails, etc
•Copy your sound file in to the relevant folder
You should now see your sound file listed in the menu for selection in the appropriate sound settings menu. If you don’t see your ringtones, don’t panic simply restart your phone and you’ll be all set.
To access the ringtone/notification settings, press the hard Menu key from one of your home screens, then press Settings then Sounds and Display)
Create a folder in the SD card (root) and name it Alarms. Any audio files in this folder will be available for alarm tone.
CodeCruiser said:
Create a folder in the SD card (root) and name it Alarms. Any audio files in this folder will be available for alarm tone.
Click to expand...
Click to collapse
very easy way & perfect result. Thanks so much.
After I did it myself, I've found a thread that basically describes the same process here.
However I've decided to post it again with some more details:
Requirements:
WP7 with Chevron installed on your device. I'm using NoDo ROM so it's working there too.
TouchXplorer installed on your device.
Zune installed on your PC.
For more information how to install these check HERE
Steps to do it:
Sync desired ringtones as Zune music to your phone and disconnect it.
Start TouchXplorer on your device. From now on, we will work with it.
Go to [My Documents\Zune\Content\0100\<xx>] where xx should be the biggest number if more than one folder is there (might be 01, 02 etc, if in doubt select the last one)
The folder is filled with MP3 files with two letter hex number names (ex: 45.mp3, a7.mp3 etc.). Go to the end of the list and locate your ringtone(s) by listening to the files. Zune should put the last synced files at the end of the list.
Select your ringtone files(s) and cut or copy them.
Go to [My Documents\My Ringtones] and paste the files there.
Rename ringtone file(s) to the name(s) you would like to see in Ringtone settings screen (keep the .mp3 extension!). Oddly enough, MP3 description is NOT used, just the file name.
Now go to device's settings and under "ringtones & sounds" in Ringtone selector you should see your ringtone(s) together with built-in ringtones.
heyy!
didint worked for me... =/
when i try to listen the mp3 files it says
"the type initializer for "nativeAcess" threw an excepction."
Mine is 7712 xbmod unlocked...
the mp3 file is a 30 sec music....
Based on latest LOLLIPOP with MICRO GAPS and OPEN GAPS 1024 x 600 and 800 x 480 from @dsa8310.
Sharing with you my custom modified rom with LP image.
UPDATE 29.8.2017:
MicroG version: 1024 x 600 and 800 x 480
- added screen saver with speed, clock and apps shortcut ported from well known developer @Malaysk (null null still present)
(if someone need: screen saver in the attachement - replace with root explorer: system - app - mtcscreenclock
MTCScreenClock (round)
- 1024 x 600 resolutions has different radio and bluetooth apk
- included all xposed modules and fast google maps
- remember to enable all xposed modules and copy folder contents to external gps card!!!
Enjoy
UPDATE: 3.9.2017 LINKS UP 2019
microGaps version:
Lite 1024x600 microG version.
openGaps version:
Lite 1024 x 600 openG version.
Lite 800 x 480 openG version.
___________________________________________________________________________________
- LITE version of system
- added xposed status bar module for remove status bar items (copy mtc-status bar to external GPS Card)
- new screen saver without null null text (if doesn't show install it manually from: system/app/mtcscreensaver)
- removed all the bloatware callendar, calculator etc...
- added a lot of tweaks to speed the units with 1gb ram
- added new car launcher AG (trial) for me the best - full version 1€
- new xposed mtc manager 2.5 module
LITE VERSION OPTIMIZATIONS:
- kernel tweaks (changed parameters of dalvik vm etc,...)
- better ram management
- faster scrolling
- faster boot
- better responsiveness
- increased performance and app ram management
- better video acceleration
- disable sending android logging stuff
- force gpu&cpu rendering
System now uses less than 470 Mb of ram
BEFORE YOU START:
1. With disable service app find google play store and disable the first 5 services from top including DailyHygiene.
2. Login to MicroG
3. In microG settings enable google device registration
4. Clear data on Google playstore or clear from recents
5. Enjoy fast 5.1.11. playstore (if not showing paid apps just restart HU)
MTCB MCU USERS
- DSA's mtcxp xposed module has to be enabled before the status bar will show.
PREINSTALLED APPS and MODULES:
All these apps and xposed modules are preinstalled and you just have to activate xposed modules you need:
- disable_service
- google-maps-9.2 (you can update it just install as normal apk)
- mtcservice-2.60
- mtcsound-2.0.5 (remove from xposed if you don't have sound mod for better performance)
- mtcxp-1.0
- quickreboot
- RootExplorer
- Titanium_Backup
- xposed-disablefullscreenkeyboard
- xposed-mtc-bt-2.3
- xposed-mtc-keys-5.2 (custom keys for harware buttons)
- xposed-mtc-manager-2.5 (mode button mod and no closing apps when starting the car, etc.)
- xposed-mtc-music-2.8
- xposed-mtc-poweramp-1.4 (working media keys and stopping power amp when mtc app is started)
- xposed-mtc-radio-1.11
- xposed-VolumeBar (replaces original volume bar)
- 7th floor sound mod preinstalled and working
OTHER ADDITIONS: (included in download to copy on external SD (GPS card)
There is also file to copy on SD card (GPS card) that has features for MTCManager:
- hardware mode button can be configured (included in download) as well to switch between apps and auto play them (radio, poweramp, music, pcradio etc)
- mtc screen clock
- mtc status bar
DISABLING THE SCREEN SAVER OR CHANGING TIME:
Edit on external SD/ GPS-Card : Mtc.Manager/settings.ini
# the inclusion of an alternative screen saver, when you specify false will work full-time mechanism:
screenClock=false or true to activate
# Time off the screen if you do not set out full-time settings will be used in sec:
screenTimeout=300
# The name of the screensaver program package
screenPackage=com.microntek.screenclock
# Name Activiti screensaver
screenClass=MainActivity
# If the name of the package and Activiti is not specified, it will use a standard screensaver
MTC MANAGER CAPABILITIES:
capabilities
All configuration files must be on the external map in the mtc-manager directory.
1. The module carries the functionality of xposed-mcu , which does not allow the radio to go to sleep during the scrolling of the starter.
- when receiving a signal to turn off the module delays for 5 seconds, if at that moment the power reappears, nothing happens, in the absence of power, the radio recovers into sleep.
Due to the features of the implementation of the inclusion in our MCU, the screen goes out for the time of voltage failure.
This functionality can be disabled in settings.ini:
Settings.ini
Mcu_power = false
2. The module has a white list of applications that does not allow the system to close necessary services and applications when going to sleep and when pressing the "Acceleration" button in the blind. Thus, the module allows to refuse from using mtc-wakeup-service .
Filename with exceptions whitelist.ini
The file name of the white list application packages must be listed.
#
example
3. Accelerated start of user services. The services are started when the system kernel is loaded.
The list of services should be on the external map in the mtc-manager directory, the file name start_services.ini
each line should contain the service name in the format package name / full service name,
#
example
4. An alternative screensaver with a list of exceptions, running in any (even a non-standard application). The standard screen saver mechanism is activated.
It may not work on all firmware.
Settings in the settings.ini file.
Settings.ini
# Inclusion of an alternative screensaver, if false, the standard mechanism will work:
screenClock = true
# screen off time, if not specified, the value from the
default settings will be used: screenTimeout = 60
# screen saver program name
screenPackage = com.microntek.screenclock
# screen saver activation name
ScreenClass = MainActivity
# if the package name and activations are not specified, then the standard screensaver will be used
The exception list is located in the ss_exceptions.ini file - the package names must be listed, for example:
Ss_exceptions.ini
com.microntek.music
ru.yandex.yandexmaps
Also the screensaver will not start when talking on the phone, the rear view camera, navigation and turning off the radio.
If instead of a beautiful clock MTCSreenClock.apk a screensaver with a standard digital clock on a black background is called, you need to make sure that the MTCScreenClock application is installed.
If the application is installed, you can try setting screenPackage and screenClass parameters in settings.ini
5. Also in the module there is a "backup" for correct sound adjustment in MTC-Volume and MTC-Service .
#
The adjustment of sound in firmware on Android 4.4.4
6. Re-designation of OBD-device bluetooth.
Device names must be listed in the settings.ini file in obd_device parameter, separated by commas, in the form in which they are visible in the standard hands-free application. You can specify not names, but parts of names, for example:
Settings.ini
Obd_device = OBD, DUAL-SPP
7. Set the list of programs that are switched by the MODE button,
In settings.ini, set
Settings.ini
ModeSwitch = true
Programs are switched sequentially one after the other.
For correct sound switching, the applications used must be managed (play / pause) programmatically via intents. If the player does not support the start and stop playback of external intents, then you have to manually switch the sound.
When you click on the MODE button, the active application is searched for in the running list. Next, the application is sent a command (configurable in mode.ini) to close or pause the audio stream. After that, the default activation for the next application is launched and the application is sent a command to start playback (also configured in mode.ini)
#
Mode.ini
8. Disable the launch of the last running program.
Settings.ini
Clear_last_app = true
9. GPS time synchronization.
Settings.ini
Sync_gps_time = true
10. Turn on w-fi at startup.
Settings.ini
Wifi.on = true
Paypal:
https://paypal.me/johnydj?locale.x=en_US
Hello,
Please help me a little, it was a more than one year since I updated my fw.
How do I update to this firmware, I forgot the procedure?
Is it clean install, all apps/data are going to be wiped and must be installed again?
Is there a way to backup current firmware/apps, like twrp image or something (in case something goes wrong)?
Thank you
grgart said:
Hello,
Please help me a little, it was a more than one year since I updated my fw.
How do I update to this firmware, I forgot the procedure?
Is it clean install, all apps/data are going to be wiped and must be installed again?
Is there a way to backup current firmware/apps, like twrp image or something (in case something goes wrong)?
Thank you
Click to expand...
Click to collapse
Backup with titanium backup all your apps you want.
wipe data/factory reset from recovery, then flash the image with clear all
With titanium backup restore your apps back, thats it.
hi johnny,
would like to check if u manage to solve these issues of
1. xposed volume bar in the center of screen instead of bottom
2. misaligned apps buttons in mtcbluetooth mtcwheelstudy etc.
thank you in advance
jun81 said:
hi johnny,
would like to check if u manage to solve these issues of
1. xposed volume bar in the center of screen instead of bottom
2. misaligned apps buttons in mtcbluetooth mtcwheelstudy etc.
thank you in advance
Click to expand...
Click to collapse
1. Did you activate xposed mtc manager module in xposed app ?
2. Can you post picture, I didn't experienced this issue on my unit using the same image...
3. Please note this is 1024 x 600 resolution image...flashing on 800 x 480 can couse this issues you have...
Will post pic once I get a chance. Had no problem with gui using the dsa's last dec 5.1.1 rom.
jun81 said:
Will post pic once I get a chance. Had no problem with gui using the dsa's last dec 5.1.1 rom.
Click to expand...
Click to collapse
I added screen saver in latest version. But still don't know why you have problems with resolution. I can upload stock apps and you can try if there is also problem or not...
What are the performance benefits from the dsa8310 rom on a 1gb ram headunit?
I'm currently running dsa8310 latest 5.1.1. on my 1gb headunit. What sort of advantages will I see if I flash to your rom?
iselfdevi said:
What are the performance benefits from the dsa8310 rom on a 1gb ram headunit?
I'm currently running dsa8310 latest 5.1.1. on my 1gb headunit. What sort of advantages will I see if I flash to your rom?
Click to expand...
Click to collapse
Hard to say without knowing the exact version of his ROM youre running currently, but generally its a good idea to update the software as it is on any computer/smartphone/tablet. You shouldnt have to wipe data if youre already using it.
Read the thread to see the improvements that have been made recently - he lists them all.
Waiting for the 800 x 480 version !
champikasam said:
Waiting for the 800 x 480 version !
Click to expand...
Click to collapse
Done, check it out
Johny DJ said:
Done, check it out
Click to expand...
Click to collapse
Awesome ! Will check and let you know
---------- Post added at 04:39 PM ---------- Previous post was at 04:06 PM ----------
Johny DJ said:
Done, check it out
Click to expand...
Click to collapse
Could you check whether 800 x 480 img file is properly formatted ? I'm unable to mount or extract it. Getting an error saying the img file is corrupted. Will try to download again and try.
champikasam said:
Awesome ! Will check and let you know
---------- Post added at 04:39 PM ---------- Previous post was at 04:06 PM ----------
Could you check whether 800 x 480 img file is properly formatted ? I'm unable to mount or extract it. Getting an error saying the img file is corrupted. Will try to download again and try.
Click to expand...
Click to collapse
Full dropbox, check again...
Johny DJ said:
Full dropbox, check again...
Click to expand...
Click to collapse
Downloaded again. Same error
champikasam said:
Downloaded again. Same error
Click to expand...
Click to collapse
I extracted microg_preinstalled_800x480LP5.1.1rk3188.MTCB-C(20.8.2017) without problems ??
Try to rename it to some short name: update or something...
New link .rar
https://www.dropbox.com/s/95j1iqvqv...0x480LP5.1.1rk3188.MTCB-C(20.8.2017).rar?dl=0
Johny DJ said:
I extracted microg_preinstalled_800x480LP5.1.1rk3188.MTCB-C(20.8.2017) without problems ??
Try to rename it to some short name: update or something...
New link .rar
https://www.dropbox.com/s/95j1iqvqv...0x480LP5.1.1rk3188.MTCB-C(20.8.2017).rar?dl=0
Click to expand...
Click to collapse
Thanks ! i was able to download using the rar file. Most of the functions are working great ! It's fast and responsive. Please check on the following:
1) I'm unable to see the task bar/notification drawer at the top. I'm on the default launcher. Do i need to enable it anywhere ? Check the photos below:
https://ibb.co/hiJM1k
https://ibb.co/f24GZ5
2) I couldn't find google maps installed by default. So i installed the latest version from the play store. Its working fine (fast and responsive), but it doesn't show up in the selection list when i press the navi button on the player (to set it as the default navigation app). I only see the following nav apps in the list:
https://ibb.co/gG4YE5
Thanks !
champikasam said:
Thanks ! i was able to download using the rar file. Most of the functions are working great ! It's fast and responsive. Please check on the following:
1) I'm unable to see the task bar/notification drawer at the top. I'm on the default launcher. Do i need to enable it anywhere ? Check the photos below:
https://ibb.co/hiJM1k
https://ibb.co/f24GZ5
2) I couldn't find google maps installed by default. So i installed the latest version from the play store. Its working fine (fast and responsive), but it doesn't show up in the selection list when i press the navi button on the player (to set it as the default navigation app). I only see the following nav apps in the list:
https://ibb.co/gG4YE5
Thanks !
Click to expand...
Click to collapse
1. Hm...really don't know what happend to statusbar... try to disable / untick all xposed modules and reboot to see if some of xposed modules is cousing problems... I hope you did wipe all data / factory reset and then clear all and install from usb/sd and after that you can try wipe all data again and reboot, but everything should work because it's the same image from dsa's just added all the xposed modules...,
2. Yes, I forgot it, I updated image again and here: just copy folder in the rar with root explorer to system/app and change permisions just Maps.apk to r-r-w (664) reboot.
Try just to find your launcher in the android settings - apps and clear data.
Maps: https://www.dropbox.com/s/m44hv1189is36fr/Maps.rar?dl=0
Hello !
First I have to thank you @Johny DJ for this beautiful firmware. It's faster than i ever had on my MTCC-KLD6-V2.97 1024*600.
Also I take this opportunity to thank @dsa8310 and @Malaysk for their brilliant work in this adventure.
I love you guys, all as you are.
This said, i have a question : What's the difference between the first firmware (released 14/08 i think) that works really good on my unit RK 3188 (1024*600) and the release of today ?
Also my only "problem" is the text "null null" (like here : https://ibb.co/dL3dU5) on the screensaver which i think it correspond normally to the weather in Malaysk's rom. So i tried to install the weather app provided by Malaysk called "MTCWeather.apk" but it does not work. I have to precise that the display of the speed works OK.
Does this new release correct this little issue ?
Again thanks for all and have a nice day.
Cheers !
airlink75 said:
Hello !
First I have to thank you @Johny DJ for this beautiful firmware. It's faster than i ever had on my MTCC-KLD6-V2.97 1024*600.
Also I take this opportunity to thank @dsa8310 and @Malaysk for their brilliant work in this adventure.
I love you guys, all as you are.
This said, i have a question : What's the difference between the first firmware (released 14/08 i think) that works really good on my unit RK 3188 (1024*600) and the release of today ?
Also my only "problem" is the text "null null" (like here : https://ibb.co/dL3dU5) on the screensaver which i think it correspond normally to the weather in Malaysk's rom. So i tried to install the weather app provided by Malaysk called "MTCWeather.apk" but it does not work. I have to precise that the display of the speed works OK.
Does this new release correct this little issue ?
Again thanks for all and have a nice day.
Cheers !
Click to expand...
Click to collapse
Thank you!
There is no so much difference, just added new screen clock, but there will be still null null. It won't work because it's settings are part of android settings from Malaysk.
You should try lockclock apk (its related to weather app)
If you find a solution I can update system image to get weather fully working, but I was not bothering with that, because then system will also use more ram etc...I will try to remove the null null item...
here are the apps you can try:
https://www.dropbox.com/s/sukxg16l2z4ygbr/apps.rar?dl=0
Johny DJ said:
Thank you!
There is no so much difference, just added new screen clock, but there will be still null null. It won't work because it's settings are part of android settings from Malaysk.
You should try lockclock apk (its related to weather app)
If you find a solution I can update system image to get weather fully working, but I was not bothering with that, because then system will also use more ram etc...I will try to remove the null null item...
here are the apps you can try:
https://www.dropbox.com/s/sukxg16l2z4ygbr/apps.rar?dl=0
Click to expand...
Click to collapse
@Hal9k_'s MTCD ROM has a screen lock, I asked him how he did it and he said he just added back the original Android code.
EDIT : Lol, stupid me you said "lockclock" not screen lock ! Doh !
Last night I upgraded My Realme 7 pro from Android 10 (Realme UI 1) to Android 12 (Realme UI 3.0).
Now the problems I'm facing :-
Whatsapp Folder moved to %internal%/Android/media/com.whatsapp/WhatsApp; After upgrading Whatsapp shows that there are no media files (Documents, Audio, Video, Photos). A new option pops up (Migrate Media for Android 11+). Select it, select old WhatsApp Folder (%internal%/WhatsApp). It took 6 hours to migrate all media (14.6 GB total), on top of that it changed all media files creation date to "Today", so now I cant sort by date/time.
I used to have ".nomedia" file in whatsapp "Media" folder so nothing was shown in any photo viewer app (any gallery app), after migrating I noticed everything is shown in gallery. Created .nomedia in "%internal%/Android/media/com.whatsapp/WhatsApp/Media" and it got deleted instantly. Cant create .nomedia in Media folder.
List of folders which can be hidden by .nomedia:-
1. Media/.Links
2. Media/.Statuses
3. Media/Private
4. Media/Wallpaper
5. Media/WhatsApp Animated Gifs
6. Media/WhatsApp Profile Photos
7. Media/WhatsApp Stickers
8. Any "Private" and "Sent" folders
List of folders which CANNOT be hidden by .nomedia (.nomedia file is deleted instantly, just like Android "Downloads" folder)
1. Media
2. Media/WhatsApp Audio
3. Media/WhatsApp Documents
4. Media/WhatsApp Images
5. Media/WhatsApp Video
6. Media/WhatsApp Voice Notes
Does someone know any workaround for this. I tried 3 different file managers (Files (Stock android), Files by Google, MiXplorer). Tried copying .nomedia from other folders - does not work. Tried creating .nomedia - does not work. Tried a few gallery apps to hide folders - does not work. I can only exclude these folders in some gallery apps from scanning, but it still visible in all other gallery or file managers (Files by Google shows "WhatsApp Images/Videos" on the first screen).
I know its not WhatsApp problem. It was working yesterday on Android 10.
I'm willing to root my phone if necessary.