A multitouch gallery for Cyanogen 5.0.7, need some fix - G1 Android Development

http://www.motorolafans.com/forums/...ultitouch-gallery-2-0-1-v1-0-mediagallery.zip
Yeah, it's real. A stock multitouch gallery from MileStone. It's work perfectly, a little lag, but I think because of it's internal code, not low memory lag
Just download mediagallery.zip (above link)
Modify your platform.xml file in /system/etc/permissions to add the line (search library name and add below line):
Code:
<library name="com.motorola.aui"
file="/system/framework/com.motorola.aui.jar"/>
Then add com.motorola.aui.jar from the zip file to /system/framework.
Finally, push MediaGallery.apk to /system/app
Reboot your phone and DONE
_________
BUT, we have a small problem, this gallery can't play video, you still use any file browser to play video normally.
But, I think some developer can fix it then I create this topic, wait for a developer read it and will find th solution for our case.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Related

[BootAnimation] Android Gears Solo

Origional Art from XDA user whirleyes.. here is the origional thread...http://forum.xda-developers.com/showthread.php?t=1184621
I wanted to use animation without branding or words so i changed the art and repacked.... enjoy
http://droiddeveloper.com/bootanimations/qhd/bootanimation.zip
http://droiddeveloper.com/bootanimations/qhd/bootani.gif
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Installation
1. Download the file(s) to your SD Card
2. Open Root Explorer (or an app like it i use ES file explorer)
3. Copy the file you wish to move
3. Paste to directory where ur bootanimation is
4. Reboot to test
Enjoy!
Also have a 480x800 version
http://droiddeveloper.com/bootanimations/480x800/bootanimation.zip
very original, I like, I'll try, thanks.
Very cool DroidDev!
Thanks for sharing
thx a lot - i prefer this one without "bling bling"

[Q] How can I link my ListPreference to an actual piece of data in another apk

So, I have edited the CM9 Settings.apk AND SystemUI.apk. I added the following code
Code:
<ListPreference
android:entries="@array/dutchgfx_entries"
android:title="@string/dutchgfx_title"
android:key="dutchgfx_****"
android:summary="@string/dutchgfx_summary"
android:entryValues="@array/dutchgfx_entryvalues" />
to the system_settings.xml.
My list works and appears and I can select my options correctly.
But, I need to link this preference to @color/notification_item_background_color in SystemUI.apk, and I do not know even where to start. If any of you can give em any insight as to how to do this, i'de be very grateful. here is a screenshot of my menu (in case it helps at all)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Bump
Got it to work, just need to figure out how to make the data send now, i have new project, buttons preferences and etc, just wanna send color code from one app to another. Help anyone?

Custom Themed Youtube/VideoPlayer in Android

Hi,
got another problem here.
I'm using an ICS themed Custom ROM for my Mt6573 Device, and got some Problems here.
the Dev of this Rom build that "feature" into the Rom, but it isn't working for me properly.
Normally, the HQ Button used to be inside the Preview-Picture ( on the bottomleft side) but in this case its themed under the Previewpicture.
I cannot start videos that way, it isn't loading.
Maybe someone of you can tell me what apk, jar or file is the cause of this problem? where can i change it? maybe some custom libs?
It is not the framework,i copied SystemUI.apk and the complete framework folder to another similar Rom and it is working there nicely(HQ button in the previewpicture, not below the picture)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
the red arrow shows what i mean.
thx, chris

[App] hkeymap change your keymap the easy way

I created a simple app directly compatible with a rooted CM11 T699
Since I use JuiceSSH and to get it working on my T699 I used this remapping guide
But after each flash the file was reset, and since I sometimes need the terminal quickly and couldn't remember how to setup the file I made this app to quickly download it from the store and remap my keys when needed.
You can find the code here:
on Github
Or the app here:
In the Play Store
[sub]app was just posted so it could take a while to show up on the play store[/sub]
The app is quite simple, it reads your sec_keypad.kl listing all the entries.
Click on the one to change and search a KEYCODE from the list
Done? click on 'save' from the menu and restart the phone. You're all set!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[fix] 403 Error for single Apps at the Playstore

Hello,
Yesterday evening I found an working solution to fix this problem.
Many weeks I tried so many Fixes at the www but nothing works.
Every time when I try to download the App I became an, 403 Error. The Apps seems to be installed, but isn't.
Okay here my fix.
1. Download the APK of the file, where you can't download from Playstore. (were ever you find this file)
2. Installing and open Titanium Backup. Scroll down to the file and open this menu
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3. deinstall the previous installed App and go the Playstore.
Know you can see the Button has changed
4. Pay and install the APK.
Hope it helps
http://smartdroidblog.de/2014/06/google-play-store-403-error-beheben/
Lg Lars

Categories

Resources