[APP][2.3+] Bumper - the overlay keyboard - Android Apps and Games

Attemption to get 3 of 3:
- big buttons
- full buttons set
- big visible area of the running application
Generally designed for two-handed input in landscape mode.
Mimic side-sliders physical keyboard. Enforces landscape screen-mode
Current status: community expectations
FAQ: v0.5 and higher
1. What's the idea, advantages, strong sides?
- Big, semitransparent, only and just for landscape.
Enforces landscape by itself. Designed for two-handed usage.
Also - automatically switches system back to the previous IME,
so you'll be using whatever keybard you like in portrait.
- (from v0.6) working hotkeys on Ctrl+key
(...on android 3.0 and higher; try Menu+key on android 2.x)
2. How to launch?
- Settings > Languages and Input
Enable "Bumper", and set it as the default keyboard.
3. Where is the preferences?
- Settings > Languages and Input.
Search for button/line marked "Bumper".
4. Wow, i've just enabled it, and the phone/tabled are now fixed in landscape! Make everything back!
- Slow down, that's the point! Keyboard enforces your device to stay in landscape.
So, the main way to get things back - choose/launch another one.
5. That's weird. Are you suppose I'll go to the Settings each time?!
- Of course no! You only have to enable "Bumper" in accessibilities,
this will create quick-access area at the top-right corner of the screen.
6. I've enabled accessibility, and see weird semitransparent pink box.
- You are on the right way. It is the "quick-access area". Now, you can do next things:
a. tap it: force keyboard appear/hide
b. swipe-down: show keyboard picker
c. swipe right-to-left: minimize area into notification
d. swipe left-to-right: switch back to the previous IME, if "Bumper" is ongoing
e. long press: preferences
7. Do I need to use keyboard picker dialog each time i wanna lauch Bumper?
- Yeas, there are no other "non-root" way to switch the system to new IME - only you can do it, manually.
From the other hand, currently set IME is able to freely switch system to the any other enabled IME (and die after that, ha-ha)
8. I wanna change layout/labels/language, or add new. What I have to do?
First of, you have to create somewhere folder, and specify it's path in the preferences.
After that, you are free to put your custom files according to subfolders structure:
- "layouts" - there are button grids expected
- "labels" - what to draw on the keys
- "kcms" - similar to android kcm files, except of "axis" and "map" signatures are not currently supported
- "themes" - appearance
9. I wanna change layout/labels/language, any readings?
You can unpack apk as a simple zip, and check for content inside of "assets" folder.
All used files are the plain text, so you'll need any text editor.
Key names:
keycode names in cm11 sources
they are again, in cm12 sources
Notes about labels:
Instead of .kcm files, there are sequences of the Unicode characters allowed.
But the space character is allowed only stand-alone, so use \u0020 insead.
More info:
Related targets:
- KCM* files community, for more languages support
- Button-grids and layout-localization community, just for project's growing
- Linux-on-phone community can also find it usefull, I think
*KCM-parser currently used allows only "key" description in file, "map" and "axis" signatures will cause errors
Dev notes:
- since I'm a newbie in development, project will grow slowly
- but when I'll not be scared of own code anymore, I'll make it open-source
- you are free to make repacks/reposts. (WTFPL)
- you are free to make own similar projects. Just post link here, maybe i'll use your one =)
- behaviour is sensitive to the whole **** going on deep inside android, can't fight with that
Credits:
- will be added during beta test, but you can ask in PM
Download: alpha 0.8 (2016 mar 13)
Lack some language? Make your own .kcm

Application Not Responding in LG Optimus 4x HD [ICS]

Update: alpha 0.4
What's new:
- added correct portrait-mode support
- added non-overlay mode for landscape (breaks the whole idea, lol)
- support of autopopup
- added basic (primitive) settings
There are still 2 separated versions due to hardcoded reasons.
You are free (and welcomed) to make own repacks based on ru-en version if you need 2 languages.

External data support - update 0.4.2
It's a starting point for the comunity: now you can freely add custom files.
Ho to load files from sdcard:
1. Create the "root" folder somewhere you wish.
2. Make subfolders you need, you'll be placing files here*:
- "layouts" for key layouts
- "labels" for displayed key names
- "kcms" for .kcm files - languages support
3. Specify the path to the "root" folder in preferences.
This files are plain text, so you can modify them by simple notepad
Examples may be unpacked directly from apk, they contain small helping notes
* - "root" subfolders structure are similar to "assets" structure inside the apk.
Files from the "assets" are listed dynamically, so it's easier now to make own repacks, but the "defaults" are still hardcoded.
What's new:
- additional files may be loaded from sdcard
- preferences to switch layouts and labels
- preferences to manage languages
- vibration may be switched off
If you want to write your own layout, check out for the keycode names:
keycode names in cm11 sources
they are again, in cm12 sources
Dev (mine) request: post here .kcm files of not yet supported languages, they'll be included in the future builds. And share the keyboard layouts.

Update 0.4.3 - Small fixes
What's new:
- fixed unicode character sequence reading from .labels.txt files
- added quick-toast notification on language switch
- added Ukranian kcm and labels (due to my location)
Remind you: For more languages be supported, make appropriate .kcm files
How to load files dynamically from sdcard:
If you unpack apk like a zip, you'll find "assets" folder with 3 subfolders:
- layouts //grids of keys
- labels //names of the keys, displayed to user
- kcms //languages
Make somewhere on the sdcard "root" folder with similar subfolders you need,
and specify the path to this "root" folder in the app preferences.
That's all. Now, files will be listed from this subfolders.
I'm thinking on way of keys autorepeat realization, so it'll be the next ferature.

Bumper alpha 05 - back to original concept
What's new:
- removed portrait mode support (instead - previous IME is auto-enabled)
- removed non-transparent mode
- trigger is now on separated service (which have to be enabled in "accessibilities")
There are also updated first post, to match changes.

Bumper alpha 06 - autorepeat & hotkeys support
What's new:
- keys are autorepeating!
- hotkeys (Ctrl+X/C/V/A/arrows) are working! on android 3.0+
- Enter now calls for fields action
Any feedbacks? Any custom .kcm files or grids?
Notes about hotkeys:
- I haven't reimplemented the existing wheels, just made better communication with android, so hotkeys on Ctrl work on 3.0+ since it was presented in android 3.0
- As far as I know it could be possible to use Menu+X/C/V combinations on
Android prior to 3.0. Can't test it without device.
- Opera mini freezes/crashes on Ctrl+key combinations outside of input fields (you could force Bumper appear anywhere, remember?). Not my fault. AFAIK it behaves similar with physical keyboards.

Bumper alpha 07 - themeable, little improvements
What's new:
- customizable themes*
- quick access area now looks nice
- new gesture on QAA: long press -> preferences
- QAA contains CAPS/SCROLL/NUM lock's ligths/lamps
- CapsLock at the first row (where was big dead key)
- better stability during typing
*place theme files into [directory_in_preferences]/themes/

Bumper alpha 0.8 - sticky modifiers, fn key support
What's new
- sticky mode (affects Shift's/Ctrl's/Alt's)*
- fn+key -> another key**
- "key_toggled: " field in the themes
- theme files are checked for the errors, like other files do
- changed included set of keyboards
- minor fixes
*first tap - key is sticked, second - toggled, third - released
You could use modifiers as before (till pressed), since sticked state will not be set in case of non-modifier was pressed when modifies was being holded
** Check for assets inside of apk for more info
It seams like I have 8-10 followers, who are waiting for each update...
Don't be silent!
P.S. Updates... There will be no any new features for some months, I think.

Related

PocketCM v0.21 is here!!!

PocketCM v0.21 is here ladies and gentlemen!
Size: 574 KB
Type: Freeware
Requirements:
• Windows Mobile 5.0 / WM6
Author: Quentin Pouplard
Home: http://www.pocketcm.com/index.php
PLEASE VISIT THE AUTHOR'S SITE ABOVE FOR DOWNLOAD OF THIS GREAT UPDATED FILE! I HAVE INCLUDED SCREENSHOTS OF THIS PROGRAM BELOW FOR YOUR VIEWING PLEASURE!
Description:
PocketCM is a finger friendly contact application for PDA phone, it will allow you to scroll to you list of contacts, call them and edit them.
Actually it's the rewrite in native of ContactManager, a .NET version of a finger friendly contact.
Are you using a VGA device? You'll need to download and install a VGA theme here.
If you are using a device with a 240px square screen, you'll need the a theme that support this screen size.
What's different from other contact application:
It can be used with fingers, no need to get your stylus. Finding contact with your finger is really easy, it's different than other software: if you press you finger on the left or right border of the screen it will allow you to select the letter you're searching for, release the finger, it will show you the contact starting with this letter. Why does it work? Human being cannot point directly to the right letter on a small screen, however human are very precise while moving their finger. So you press the screen, see the feedback, adjust the position to the right letter... and you're done!
It's animated: the list scroll with your finger in a natural movement, the transition between contact detail and contact list are animated.
You can set contact as favorites, they will appear in the favorite list, perfect to get a quicklist of contacts under the finger.
You can edit your contact picture from the software, simply tap on the contact picture.
You can customize about everything by changing the setting.ini: color, font, background image, etc...
From ContactManager here's what's new/modified:
- Native version: this version doesn't use .NET compact framework, it's written in C++.
- Faster version: I've put some time improving performance, on my device, it goes quite well, tell me about you.
- Faster display: drawing is also optimized, however, it may have some issue for advanced theming, tell me about it.
- New fade effect while calling/edit conact/set picture, this offer a better transition between application, tell me what you think.
- Contact update if added/changed/deleted from other application (including activesync).
- Memory footprint: No more .NET crap, picture of contact should also take less memory.
- Ability to remove contact picture.
- Edit contact now goes to edit page directly.
- New contact now goes to edit page directly.
- New theme packaging (a theme in one file instead of many).
- Letter bar between contact.
- New setting for non latin alphabet (coming with localization but now it's technically possible).
- SMS conversation panel: hitting SMS button now goes to an SMS page. It will allow to send an SMS display previous conversation with this contact...
Installation instruction:
- Create a new folder on your device.
- Unzip the content of the zip.
- Launch PocketCM.exe.
Note:
To close PocketCM Contacts, press for 250 ms to phone button at the bottom right of the screen. To minimize PocketCM Contacts, tap in the upper right corner.
To send SMS using PocketCM Contact, you have to hold the send button for at least 250 ms. It's a feature (that will be enhanced in future version) to avoid accidentaly send of messages.
Update Description:
v0.21 (26-04-2008):
- New icon for contact with unread SMS or unseen missed call.
- Last unread SMS is shown instead of contact number in contact list.
- PocketCM Contact now handle phone call history: contact with new call are sorted first in SMS contact list.
- Rewritten code to handle SMS, should use less memory, and be a lot faster.
- Faster reading of SMS/phone history, startup time should be better.
- Text box now capitalize the first letter.
- Adding contact from SMS/phone history now update the contact correctly in the list.
- Some tweak in the default theme to make some part more visible, and avoid menu to popup when minimizing.
- Performance enhancement.
- Bug fixes & Memory leak fixes.
v0.20b (17-02-2008):
- Fixed switch to landscape bug.
- Greatly enhanced performance in some scenarios.
v0.20 (17-02-2008):
- Category edit in contact.
- Backspace button on phonepads.
- New theme option in order to allow clean bubble.
- Preloading of some image to allow smoother use.
- Added menu to all panel, you can now choose the SIP while editing note or contact.
- Performance enhancement.
- Bug fixes.
v0.19b (20-01-2008):
- Added a button near company/city edit field to select value from existing contacts.
- Tweaking and fix in the theme.
- Bug fixes (DWORD alignment on blt, and alpha blt, clipping bugs, update contact detail after edit, ...).
- Fixed a bug that cause cached to not be recreated correctly.
- Fixed a bug that cause some image to be stretched instead of blitted, you should see a huge performance improvment in some theme.
v0.19 (20-01-2008):
- New theme: Dream using the new feature of 0.19.
- Rewritten alpha blending algorithm: faster, allow theme with alpha.
- New add contact feature: type the number on the phonepad, and call/add directly.
- Finger friendly contact edit/new contact screen.
- Bug fixes.
- 0.19 theme are different than previous theme, so you need a 0.19 in order to run it.
- ...more.
v0.18 (01-01-2008):
- New default theme for the new branch: Touch (looks familiar?).
- Rewritten animation: transition should be a lot smoother (from 10 fps to 30 fps or more).
- Rewritten fade out effect, fade to black is smooth now.
- Rewritten new alpha fade effect for option.
- New animation for setting favorite/removing picture.
- Added option for "show contact without phone" in options panel.
- Lot of performance tweak.
- Bug fixes (fullscreen mode, label.contactlist.header.text, set contact picture, delete conversation).
lool ,look like ur new in here.
check
Development and Hacking
http://forum.xda-developers.com/showthread.php?t=343616
section and your will see that pocketcm started in this forum...
check the forums before posting .

Text editor that is not limited by file size

I am proud to present Need To Write!
It's a text editor unlimited by file sizes and offers a lot of customization and power tools.
v1.76 onwards also allows you to choose the language for its user interface. Currently supports English and 简体中文. If you would like to volunteer your translation services for your preferred language, just drop me an email at [email protected] or post on NTW's facebook page!
{
"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"
}
Completely FREE version!
Paid version
Difference between Paid and Free version is mainly in the poweruser options.
Paid version mainly adds lotsa poweruser options ;D
1) Remembers up to 9999 undo/redo operations
2) Control over the End-Of-Line characters (Apple, Unix and Windows tend to handle different End-Of-Line differently when doing plain text editing)
3) Allows user to specify buffer size
4) Allows custom fonts and background images
5) Allows user to customize 6 extra Themes in addition to the built-in 3 Themes.
6) Allows toggling of word wrap
7) Continuous Text to Speech.
8) Automatic backup of multiple files to user specified locations on SD card
Free version:
1) Remembers just 1 undo/redo operation, plus 1 reset buffer
2) Defaults to Android EOL handling
4) Fixed 10000 buffer size
5) Custom fonts and backgrounds disabled. You can still paint over the existing 3 themes with a solid color though, just adjust your Opacity bar in your themes dialog.
6) Customization of 3 built in Themes.
7) Always wordwrap
8) Text to Speech reads single paragraphs only.
9) Automatic backup of 1 file to user specified location on SD card
Version 1.71 features:
1) A File List, which works like a Bookshelf/Task_list/Recent_files hybrid management system. So basically, you can use it as a Task list, text bookreader, and text file editor as well.
2) Edit mode with unlimited file size, and tracking system to resume your reading/editing progress.
3) HTML mode! Supports non html files as well.
4) Text to Speech! I'm gonna use it to listening to ebooks when my eyes are tired
5) GoTo, Search, Replace, Cut, Copy, and Paste
6) Multiple Undo and Redo with undo history up to 9999(for the full version). Also comes with a sliding bar to easily rewind and fast forward the changes you made.
7) Themes! Customizable display; you can specify your own background images, custom fonts, background and font colors, line spacing, indents etc.
8) Landscape mode
9) EditText view with inertia scrolling, and yet no irritating problems of the view rectangle not being called to show your cursor, nor the rectangle jumping all over the place when you try to place your cursor far away.
10) Toggleable word wrap and autocapitalization (if supported by keyboard app)
11) Specify what End-Of-Line chars for saving your files with.
12) Tons of encoding options from ISO, windows 125_, Cyrillic, Japanese, Korean, Chinese, etc.
13) Share your files or just specific lines of selected text via email, bluetooth etc.
14) Automatic backup of files to user specified locations on SD card
15) HTML mode to easily switch between plain text and HTML view
If you like what you see, download now!
OMG, I just realized I published v1.1 on 2011-01-11!!!!! Damn, I should have labelled it version v1.1111
Latest version 1.3 is up!
Major changes are:
- Bookshelf/memo_list/recent_files hybrid system. Basically, you can use it as a memo list, bookreader, and text file editor.
- Fixed most of the pesky question marks by using windows-1252 as the default encoding.
- Added a lot of encoding options from ISO, windows 125_, Japanese, Korean, and Chinese.
- Themes! Customizable themes, and you can specify your own background images (Paid version only).
- Share your files via email/bluetooth etc.
- Built in file browser
- No more popup nag box! :s
Almost every time i try tap for next page, the program crashes
Samsung Galaxy S i9000, Froyo.
L.B.
Hmmm.... this is really strange since you did manage to load the part you are currently viewing, my guess would be write permissions for that file, or possibly an issue with custom fonts or custom background image if you have specified any. Another likely reason could be due to the recent mess up I made with 1.32 to 1.35, where I changed the backup file placement system quite drastically.
Pls let me try to fix this by answering the following questions.
1) Does it happen in View mode only, or Edit mode only, or both?
2) Do the >> or << buttons work?
3) Does "GoTo" work?
4) How big is your file? It could be because there isn't enough space to save the backups.
5) Does this happen for every file, or just one particular file?
6) If (5), have you tried "Forget" on that file, then reloaded it?
If 5) and 6), then as a last resort, you can try deleting mnt/sdcard/.NeedToWrite, then reopen the file. But backup file data will be lost, so just make sure you save all your other files first.
Time zone where I am is midnight now, so I will not be able to reply you until 10 hrs later ,
New version 1.40!
NTW now talks! Comes with ability to adjust pitch, speech rate, and supported languages.
But be warned, I think Android's Text to Speech is a bit buggy, so the voice doesn't really respond consistently to my controls for pitch and speech rate.
Edit: I found out it does respond consistently, but I have to be patient and wait for the next sentence to play naturally, instead of pressing stop and play for instant replay
v1.41 is out. It only patches NTW crashing due to certain Text to Speech settings. Download if you encounter this crashing.
Ok, I think I've solved the crashing problem some of you may be experiencing. Hopefully anyway......
v1.42
- Patches NTW crashing due to your phone's Text to Speech settings or lack of TTS.
- More encodings: ISO-2022 for JP, KR & CN. KOI-8R for russian.
Heheheheh!!! Always wanted to implement multiple undo/redo, but only recently figured out how to do so efficiently
v1.45
- Multiple undo/redo! Undo History bar allows easy rewinding or fast forwarding of your changes, maxed at 9999 steps.
"Reset chunk" replaces the original Undo/Redo menu option.
Clicking of "Reset chunk" is recorded in Undo history.
Note: Free version has Undo history of only 1 in addition to "Reset chunk".
- Improved File Browser
- Streamlined File List interface.
Long press to view the preview, file properties, "Forget" and "Share" options.
NTW v1.47 is out!
Basically, this update makes the search, goTo, and undo/redo operations much easier than before. It also makes much better use of the space at the top which was previously just showing the filename and current %.
- Implemented fast scroll thumbs for browser and NTW shelf .
- Icon toolbar for convenient undo/redo, goTo, search, load next/prev chunk. Long click of undo/redo buttons pop up the undo history bar. Click the % display to shwo the goTo dialog.
- Improved goTo function.
NTW v1.48 is out!
- Fast scroll thumb for the main text box! (Built from scratch, whew! The behavior of ListView's fast scroll thumb was really tough to emulate properly )
- Progress bar above icon bar to show you where is your currently loaded chunk.
- Search backwards in addition to searching forwards. Plus some tweaks to search behavior
v1.49 is out!
This is mostly tweaking the behavior, performance and efficiency of undo/redo, search and replace, and the cursor.
- Fixed search backwards so that it works for single char searches too.
- Tweaks to UI of file browser and File List when adding/forgetting files
- Changed Replace operation so it is more compatible with undo/redo
- Fixed the auto shifting of cursor interfering with delete by holding down delete key
- Minor cursor tweaks and speed enhancement to File List
V1.51 is out!
New features:
- Incredibly cool Viking android as fast scroll icon!
- Even more incredibly cool menu icons!
- Delete command now available in file browser. This should be useful if you sometimes find yourself itching to do some file clean up from within NTW itself.
- Adjustments to left and right indent seekbar range and auto fadeout time of fast scroll icon.
- Self-fading pop up dialog boxes for messages like successful save, successful overwrite, or other error messages. I made the fadeout time for non-error related messages quite fast, but if you still find them irritating, let me know and I'll program in a check box to toggle their existence.
V1.52 is out!
Changes:
- File List now displays the file name only.
- Added shortcut to change "Encoding". Long press the main editing window to bring up the context menu, then select "Encoding Options".
- Ratings button, and my blog address added into Help
- Text cursor will no longer move along with the scrolling page.
- Tablet users should (hopefully) be able to find NTW in the Market now.
- NTW now supports only Android v 2.2 or higher. I think NTW was crashing for for v2.1.
I'm thinking I should probably move on to something else for now. Have an idea for an interesting variation of a file explorer....
I'll get back to NTW as and when I have time, maybe improve the search and replace or the GoTo % accuracy etc.
v1.53
Mainly bug fixes for Tablets:
- NTW now supports only Android v 2.2 or higher. I think NTW was crashing for for v2.1.
- Patched some crash on start up bugs
- Changed iconsbar layout to uniform spacing
- Soft Menu button will now appear for tablets with no physical menu button
(I just hope what I did to solve this did not stop NTW from appearing in the Market Search results.)
Yes, I did it again... released a new version specifically to patch the last updated version , forgive my hasty uploads.
v1.55 is out! You should get this if you have files with very similar names or chnage the upper/lower case of your filenames. File List is also improved for easier viewing of file details across multiple files.
Note: v1.55 should support Android 1.6 onwards
Changes
- 1 touch save button on the toolbar
- Fixed bug of corrupted file if only the upper/lower case of filename is changed when using the complete save dialog.
- Added buttons in File List to expand/collapse file properties. Email me if you want more development in this aspect.
- Help menu in File Browser and File List.
- Fixed bugs of upper/lower case and very similar filenames.
- Various tweaks
v1.59 is out
- Search now allows limited usage of wildcards '*'. See Help for details.
- Replace button is now more versatile. Useable as a paste button too.
- fixed issue of other textboxes taking up whole screen in landscape mode.
Note: Icons bar are now horizontally scrollable, although you'll only realize it if your screen is really small. This is in preparation for at least 4 more icons which you may be able to guess the use of ...
v1.60 is out
- Dedicated cut, copy, and paste icons!
- Dedicated text selection tool. Works like a shift button except it doesn't affect uppercase/lowercase. Single tap on its icon will have the same effect as holding down the shift key. Then tap anywhere on the screen to place the end of the text selection.
- Icon colors will now behave properly
- Misc tweaks and slightly nicer icons
And now, be prepared for v1.61 to fix any bugs I seem to always leave behind somewhere..
Note: For those who have experienced crashes when navigating with NTW's file browser to particular folders, the cause of this is apparently due to some atypical file or folder properties/permissions that screw up NTW's autosorting by date system.
I dun know how to fix this yet. In the meantime, you can simply use a generic file browser to navigate to the file you want, then long click on it and choose NTW to open it. NTW should then be able to open it normally. If NTW still crashes and won't start up again without crashing, then you can try going to your sdcard/.NeedToWrite folder, open your log.txt file and delete the line containing the problematic file path.
Yay! v1.60 was released without any need for major debugging afterwards
Let's hope v1.61 can do the same.
Ladies and Gentlemen, I present to you NTW v1.61!
- Sort NTW's shelf by file name, date, type etc!
- HTML view at long last! And with text justification (i.e. alignment of both left and right)
However, HTML mode is view only, but you can easily switch between raw text and html modes to edit it on the fly.
Note: File with non ".html" extensions are displayed using a default template whose font size, spacing and colors will follow your theme settings. If you know how to use HTML tags, you can insert them in yourself to manipulate the look of specific words and sentences, and even display pictures! However, the text that your custom tags wrap around must not contain any newlines.
Files with ".html" extensions are displayed using the file's specifications. Some errors may be present due to NTW's chunking system.
- No more weird truncation between each chunk. Loading of each chunk will now preferentially start and end with newlines, spaces, ".", or ","
- Disabled long press during view only mode.
- Tweaks to copy/cut/paste, select text functions
- Made some icons more informative.
- Minor tweaks and corrections
Feedback, anyone?
OT, but at least its still my app
Ahem, pls help me share my vid? I'm hoping to make it go viral

[APP] datFM - Dual panel File Manager for Android

datFM
{
"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"
}
datFM - is two-pane file manager for tablets.
! This is a pre-beta, do not use your important data !
Stay tuned!
Features:
- Clear looking
- Insanely fast
- Two active panel
- Action panel on bottom (Share, New Folder, Pack to Archive, Copy, Move, Rename, Select All, Deselect All, Delete)
- Multi-selection (just hold on file for first selection, and tap to allocate more and more)
- Batch file transfer, including directories (send file, folder, multiselection items with bluetooth, gmail, and more)
- Batch Rename, including directories (select one or more item and rename tham all!)
- Kamikaze Mode! For the brave! (disabled by default. If turn it on, application will not ask you anything (yes\no\sure dialog), it will just do what you want, insanely fast)
- Root mode (disabled by default, turn it on for root operation, like change file permission, or delete\send application from \data)
- Customizable UI, hiding various elements, for minimalism fans and useful for devices with small screens.
- Save paths on exit (can be disabled in settings)
- Focus on the folder from which you just came out (can be disabled in settings)
- Ability to instantly open to the newly created directory (can be disabled)
- Fast directory creating, just click OK, and it make "New Folder".
- Support for compression and decompression through ZArchiver 0.6.0 or higher (7zip, zip, tar, etc)
- Copy any information to clipboard from file properties, just click on it.
- "Open with"
- Context menu on file icon click
- Samba
- Change file and folder permission
- Show / Hide hidden local and remote file, folder.
- High customization
- Counting and quick check md5 in file properties
- Thumbnails for video, photos, apk (Photo thumbnail for samba)
- EN, RU, PL, UK(Ukraine), SK, DE, FR localization.
- Much more.
Changelog:
Code:
0.1.7.5b:
- tons of fixes
0.1.7b:
- dark ui theme by default
- added single address bar mode
- samba video, audio streaming and file caching
- homepage
- favorites
- samba page
- hold "UP" to open homepage
- new operation dialog
- NL localization
- when single file renamed, its name pre entered in rename window
- some ui improvement
- o2 icons, sd card icon from artofapogee.blogspot
- ability to change height of bottom and top panel, and text size in panel
- many fixes
- other changes
0.1.6b:
- new pre-beta icon
- "Open" / "Open With" for Samba
- Clear file cache when exit (file opened from network). (You can turn off cache cleaning, in preference / network)
- ability to show/hide hidden file/folder, local and samba. (hidden by defalt. to show it, turn it on in dangerous section of preference)
- photo thumbnail for samba
- normal font style by default
- new about dialog
- some fixes for old API
- fix various crash on some device
- unpack dialog available in context menu for archive (click on file icon)
- if ZArchive 0.6.0 or later installed, click on archive file will open it in ZA, without unpack
- localization upd
0.1.5b:
- added checkbox "Anonymous" to Samba logon dialog
- some change in samba logon algoritm
added in preference:
- small panel, for small screen (turned off by default)
- change font size, typefaces, style
- change icon size and height of row item
- bold folder name (turned off by default)
- preference theme fixed for old API
- little fix in general UI for old API
- fix icon position in bottom panel when text disabled
- fix localization
- some fixes
0.1.4b:
- first Samba implement
- Change file and folder permission
- Fix thumbnail aspect ratio
- Fix thumbnail cache for more smooth scroll
- added FR, DE, PL localization
0.1.3b:
- Added progress bar during the process of copying, moving, deleting, renaming
- Added icons caching
- Fixed an issue when files name contains a space
- Fixed error when performing operations on files with Cyrillic characters on the way.
- Added thumbnail generation for jpg, gif, png, mkv, mp4, 3gp
- Added support for compressed 7z, zip, tar and decompression heap formats, working through the handler of ZArchiver 0.6.0 and later
- Added context menu that appears when you click on the icon
- "Open with"
- Added file and directory properties
- A recursive calculation of the size of the selected files and directories in the properties
- Calculation and check md5
- View permissions on the file
- Small refactoring.
- Another pack fixes.
0.1.2b:
-root access (transparent rw/ro)
-added a progress bar during the processes of copying, moving, deleting, renaming
-added caching of icons for apk and other thumbnail, for smooth scrolling
-fixed a bug when dealing with files whose name contains a space
-fixed a bug when you try to manipulate files with Cyrillic characters on the way.
-added in preferences: icons cache limit (50-100-150-200-250 icons)
-added thumbnail generation for jpg, gif, png, mkv, mp4, 3gp
-some fixes and tech changes
....
....
0.0.1a:
- initial release
Screenshots:
Phone, one panel:
Phone, two panel:
Tablet:
Permission:
INTERNET - for network service, like Samba, ftp, etc.
READ_EXTERNAL_STORAGE - read data from storage
WRITE_EXTERNAL_STORAGE - write data to storage
More information and discussion:
en:
http://forum.xda-developers.com/showthread.php?t=2112405
ru:
http://forum.motofan.ru/index.php?showtopic=1733873
----
Get it on Play.google.com -> datFM
Upload the screen shots somewhere else, it just shows Facebook icon
Sent from my GT-I9100 using xda app-developers app
done.
New screenshots
Now the main window looks like this:
Displayed at the top of the address bar for each panel, the "Up" and "Go" button, you can change the address in the manual and go to the directory.
When clicking on the address bar, whole text will be selected for your convenience to copy the path if necessary.
Current panel is different illumination address bar, the other panel bar is not highlighted.
Current panel changing instantly with any action of the user on the panel, such as touch, scrolling or clicking.
If you begin to select objects in each panel will appear at the bottom is such a panel with buttons
It will operate on the currently selected file.
If at this point you switch to another panel
Selection in previous panel remains, but some buttons are no longer available, because in the current no selection. If you choose just one item or switch back to the other panel, all the buttons will be activated.
When changing the folder in one pane, the selection in the other remains in its place:
Pop-up menu.
This is what is at the moment. Any ideas and suggestions?
is it strictly a local file manager or can it do ftp/sftp too?
ftp/sftp/etc in TODO, not available at this moment.
Zorge.R said:
ftp/sftp/etc in TODO, not available at this moment.
Click to expand...
Click to collapse
okay well, if i could slide left/right on a file to move it between panes that would be legit
source
Can you give us the source-code ? Please don't add FTP/etc... now it's ok how look. just upgradeit & resolve bugs.
root and editing permissions?
ermacwins said:
root and editing permissions?
Click to expand...
Click to collapse
It is planned to implement.
Skeledr0id said:
okay well, if i could slide left/right on a file to move it between panes that would be legit
Click to expand...
Click to collapse
Yes, I want to implement it. Added in the future plans.
xRaul said:
Can you give us the source-code ? Please don't add FTP/etc... now it's ok how look. just upgradeit & resolve bugs.
Click to expand...
Click to collapse
Source code will be available after app release. Now it is too crude version and before the release of the source will need to refactor.
----------------
Version 0.0.1a is complete.
Worked:
- copy, move, delete file from bottom panel, like Total Commander.
- new folder, select all, deselect all, add new folder also from bottom panel.
- Share button (send file)
- Open file with assigned app
- Confirmation of operation (copy/move/delete)
- Kamikaze mode - Perform action immediately when you click, dont ask anything and dont perform confirmation.
Include preferences:
- Control panel (bottom bar) - (always on / show up when any selection)
- Open new dir - (open new dir when it created / just create it)
- Save path - (save path when exit / forget it)
- Focus dir - (Set focus on current dir, when UP button pressed / go to the top element of list)
-------
FTP, sftp, etc is planned as addons.
For archive support will be used integration with zArchiver.
Zorge.R said:
It is planned to implement.
Yes, I want to implement it. Added in the future plans.
Source code will be available after app release. Now it is too crude version and before the release of the source will need to refactor.
----------------
Version 0.0.1a is complete.
Worked:
- copy, move, delete file from bottom panel, like Total Commander.
- new folder, select all, deselect all, add new folder also from bottom panel.
- Share button (send file)
- Open file with assigned app
- Confirmation of operation (copy/move/delete)
- Kamikaze mode - Perform action immediately when you click, dont ask anything and dont perform confirmation.
Include preferences:
- Control panel (bottom bar) - (always on / show up when any selection)
- Open new dir - (open new dir when it created / just create it)
- Save path - (save path when exit / forget it)
- Focus dir - (Set focus on current dir, when UP button pressed / go to the top element of list)
-------
FTP, sftp, etc is planned as addons.
For archive support will be used integration with zArchiver.
Click to expand...
Click to collapse
Now have enaught funchion don't overload... sorry for my eng.
datFM - alpha
version: 0.0.2a
True dual panel file manager for Android Tablet. (Phone version soon)
!! This is Alpha version for the brave guys !!
Stay tuned.
- To select / multiselect, hold your finger on the file, or click on them if you selected at least one.
- Use kamikaze mode especially if you are really brave
Please install it from Google Play (will be online after some time), it good for statistic and error information.
Thx!
Google Play: https://play.google.com/store/apps/details?id=com.zlab.datFM
Download: version: 0.0.2a
datFM_0.0.2a.apk
0.0.3a:
- Fixed crash on API below 16 (Android 4.1.1)
Those who have tested, comments, ideas? What to do first?
Very cool looking file manager i'll keep track of this, and it's one of the few that has dual panel view (the other one that i know if is solid explorer).
I have never tried using dual panne file manager on android but what I like about this app is that both the file views are accessible while using screen reading apps for android such as TalkBack or Spiel.
If I can ask there are some buttons at the top of the main window and some icons at the bottom.
These have no textual labels. Should these be added?
If it is undesired to display text labels on the screen maybe you can use content description properties on the individual buttons / images.
Greetings
Peter
0.0.4a:
- added icons for:
apk,ai,pdf,psd,swf,txt,doc,docx,rtf,odt,xlsx,xls,ods,fb2,djvu,chm,epub,ibooks,zip,7z,rar,ttf,otf,pptx,ppt,xml.
- added APK file icons generation (enabled by default, can be turned off in preferences).
- added text on buttons in panel.
p.s.: wrong version in about.
Can anyone help with translation to other language?
English, Japanese, Spanish, Standard Chinese, French, German, Hindi, Arabic, Portuguese?
I'll share string resource on pastebin.
What about when in portrait mode on phones, be able to slide from one panel to another (2 panels on such a small window is not so useful and dont looks great in my opinion)
Text editor?
+1 for ftp capability and root also
looks promising, great work!
iregados, phone version in plans. have some ideas how to make the operation more convenient, but i have only a tablet to regular testing and no free time, when i'll have some free time and the phone, I will develop both version, for phones and tablets too.
the primary target - release is for tablets, and only then will a special version adapted for phones.
phones will have to wait.

CyanogenPSP - A CyanogenMod Menu/GUI for PSP v6.0

This project has been discontinued.​
Click to expand...
Click to collapse
Final Version: v6.0
Current Stage: Stable
{
"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"
}
Video:
Changelog: CyanogenPSP 6.0
Code:
Features:
- Updated recovery design and tweaked some recovery menu settings.
- New icon pack customization. (Settings->Display->Themes->Icon Packs)
- App drawer icons can now be modified with icon packs.
- Fully customizable themes. (Settings->Display->Themes->Styles)
- Now uses the proper Android cursor icon.
- Minor RAM menu improvements
+ Renamed "Ram Management" to "Memory", under Settings->Performance.
+ Includes a progress bar that shows how much RAM is available from the total.
+ Displays percentage of RAM used.
+ Displays percentage of RAM available.
- Added control.prx (kernel module). Allows you to access vol+, vol- and note buttons.
- Added impose.prx (kernel module). Allows you to access sceImpose functions.
- Added volume control. Can be accessed by pressing vol - or vol +.
- Updated display.prx - Moved impose functions to impose module.
- Added power management settings. (Settings->Performance->Battery Management)
+ Includes powersave, balanced and performance as its choices.
- Volume controls can now be accessed everywhere in the GUI except the recovery menu.
- CPU states are restored after MP3 playing.
- CPU states are now displayed correctly in Settings->Performance->Processor.
- Settings menu - no longer allows you to overclock/underclock your CPU when power save mode is on.
- Added Polish translation - Thank you pawelosro!
- Added German translation - Thank you Dimistoteles!
- Updated French translation - Thanks Mahmoudos!
- Added Dutch translation - Thank you Arikuzo!
- Updated German translation - Thank you Ciapa!
- Added Spanish translation - Thank you Randomdude0!
- Added Portuguese translation - Thank you Gustavo Fraga Pacheco!
- Added Brazilian Portuguese translation - Thank you Hargrun!
- Added language selection option under settings->display.
- Added Norwegian translation - Thank you Ridge!
- App Drawer: Now uses 6 columns instead of 7. This gets rid of a lot of overlapping issues.
- Added a new language selection screen during first boot.
- Cleaned up and revamped power menu.
- Uses bin files for file handling.
- Added Romanian translation - Thank you imhotep4!
- Added Italian translation - Thank you nerdvana89!
- Added progressive animation to volume and brightness slider.
- Added Russian and Ukrainian translation - Thank you Vasniktel and Raithwall!
- Now uses PSP_CTRL_NOTE (Note button) to take screenshots instead of R + Triangle.
- Recovery Menu now has a reboot to XMB option.
- Allow only images to be opened when changing wallpapers. This fixes issues when trying to load other files in the wallpaper section.
- App Drawer backdrop image can now be themed.
- Many of the highlighting assets in the settings menu can now be themed.
- Revamped font menu.
- Font sizes are now available. (Settings->Display->Themes->Fonts->Font Size)
- Color values used in animations and progress bars can now be themed.
- With the new theme manager function, many more assets can be themed.
- Revamped and realigned the battery charging status icon.
- Reorganized the whole navigation bar function. It now uses less resources and is also more theme friendly.
- Updated preincluded wallpapers to the most recent ones provided by CyanogenMod.
- Replaced USB debugging option (PSPLink) with an experimental features toggle. Allows you to access W.I.P apps such as calculator and messages.
- Repositioned toggles to make it more efficent for certain languages.
- CPU states cannot be changed while music is playing in the background.
- Added a dark skin toggle under developer options. (Similar to Android Marshmallow's feature)
- Uses PSP's native media engine rather than libmad:
+ This loads mp3's faster and sounds better. There is also little to no laggs when music is playing in the background.
+ Memory management is better.
+ The play/pause button is now indicated properly.
+ Time elapsed now shows on the bottom right corner just above the play/pause button.
- Play/Pause button is now indicated properly when playing BGM, WAV, AT3 and MOD files.
Fixes:
- Updated language string lengths.
- Fixed critical return button issue when trying to return to a previous menu.
- Messenger is inaccessible due to incompletion.
- Fixed minor font color issues.
- Calculator is inaccessible due to incompletion.
- Fixed up online updates. However this will no longer be updated.
- Fixed UMD loading.
- Cleaned up default configs.
- Fixed up power management settings issues.
- Fixed a strange crash after exiting file manager.
- Fixed up homebrew, POPS and ISO loading issues due to major changes in code.
- Fixed gallery return issue, after vewing an image.
- Fixed return screen glitch, in Music, Gallery and Game app.
- Fixed minor memeory leak in gallery app and settings.
- Fixed another minor memory leak in settings menu.
- Fixed theme, fonts, icon packs and language selection bug when user tries to return to previous menu by using '..'
- Fixed CPU state values when overclocking/underlocking.
- Cleaned up quick settings and volume bar layout.
- Fixed a critical issue with loading wallpapers, themes and icon packs.
- Fixed showImage(); return misplacement.
- Fixed return issues after exiting image preview.
- Fixed a minor issue with the 'security' button overlapping incorrectly.
- Fixed misalignment when battery status reaches 100%.
- Reorganized how the theme manager works - It is now somewhat faster.
- Fixed battery status alignment under quick settings.
- Disallow cursor movement while the cross button is held - This fixes the issue with the quick settings up showing up every time
you pull the analog stick down while the cross button is held.
- Fixed power save crash. It now draws the image rather than loading one when using power save.
- Got rid of a bunch of unnecessary assets.
- Fixed crashes when trying to open other files apart from pictures in the gallery app.
- Fixed file manager's options menu having an unreadable font issue.
- Fixed the "update.zip has been found" issue even when there isn't any.
- Fixed incorrect battery and CPU states during startup.
- Fixed a minor issue with Polish translation on welcome screen.
- Fixed credits menu returning to settings instead of the about screen when circle is pressed.
- Fixed battery status not being hidden when using expanded desktop.
- Fixed crash in lockscreen after enabling swipe to unlock feature.
- Fixed month of the year overlapping the day of the week when quick settings is used.
- Fixed time not being displayed when using the power menu while having power save enabled.
- Fixed font sizes showing the wrong size selected after selection.
- Fixed zip file extraction. Simply press the cross button while the .zip file is highlited and it will extract.
- Fixed crash after exiting text view.
- Fixed clock app showing the wrong time periods. (AM/PM)
- Fixed misalignment with the time when 24 hour mode is enabled.
- Fixed ID3 not parsing the Genre text correctly.
- Fixed font sizes altering the brightness values.
- Fixed incorrect CPU states during startup when using battery management settings.
- Improved overall application stability and performance.
- Massive code clean up and reorganization.
- Reorganized many functions and statements.
- Got rid of many unnecessary coding.
- Removed many un-translated strings.
- Deleted many unused files.
- Fixed quick settings tiles not working.
- Fixed brightness slider only allowing to be altered when the cursor is at the very top.
- Fixed crash when entering WiFi menu.
- Fixed time misalignment under quick settings.
Old Changelogs:
CyanogenPSP 5.2
Code:
Features:
- Added android lollipop key tones:
+ Lock and unlock screen tones
+ Screen-shot captured tone
+ Lollipop's key-press tones - It is now only activated when something can be triggered/opened.
- Implemented Theme system:
+ Allows you to change fonts (real time) - uses PGF fonts only for now. Use ttf2pgf to convert ttf or oft fonts to PGF
+ Allows you to change into one of CyanogenPSP's provided wallpapers.
+ Restarting is no longer required for changing wallpapers.
- Re-organized time and battery display.
- Re-organized digital time system.
- Limit string length in certain areas - Allows for a more cleaner and user friendly look.
- Uses normalized audio files for tones.
- Added security settings:
+ Added password lock option. (20 character password, that can be written in any language)
+ Added 4 digit pin lock option.
- OSK uses your default language on your PSP.
- Added option to view bin files in file manager.
- Added option to create folders in file manager. (Press the R button while in the file manager)
- Revamped Game menu
+ Includes new game boot animation.
- CPU states are now saved. They no longer reset after exiting.
- App drawer/Home icons can now be highlighted when using the cursor.
- Improved remote-joy lite integration.
- MP3 Player now displays the following:
+ Song title (rather than the audio file's title)
+ Artist
+ Album
+ Year
+ Genre
- Integrated Stop watch under clock app.
- 24 Hour time toggle has been added under Settings>Display>Time.
- Quick settings now displays "Power-save" if the CPU <= 133 MHz, "Balanced" if CPU >133 MHz but <300 MHz and "Performance" if CPU >= 300.
- Added storage statistics under system/storage.
+ Displays Total Storage in MB
+ Displays Available storage in MB
- Displays PSP's nickname on the top right corner in quick settings.
- New status bar icons
+ Now displays USB debugging icon when USB is activated from settings/performance/storage.
+ Now displays music icon, when listening to music or whilst a song is being played in the background.
- Revamped welcome screen.
- Overall Performance and Stability is improved.
Fixes:
- Added ISO directory check to prevent crash.
- Fixed browser crash caused by the boot animation system.
- Fixed glitch-y keyboard
- Fixed buggy CPU states readings.
- Massive clean up!11!! - Check my git. - (Eliminated all warnings my compiler threw at me)
- Use bin files for storing passwords. (cause they're cooler :P)
- Fixed key tone playing twice on one press.
- Fixed OSK no longer being able to be accessed once data entry has been cancelled.
- Fixed toggles being displayed even when quick settings is pulled down in the miscellaneous tab.
- Fixed incorrect font colour when dumping UMD Boot.bin and memory.
- Fixed music crash after selecting another song whilst a song is playing in the background.
- Fixed name and password not being displayed in recovery menu in PSP system information tab.
CyanogenPSP 5.1
Code:
Features:
- Unify font loading to increase performance
- Load more resources before start up. This leads to slower boot, but better performance.
- 'Materialize' file manager icon (lol) and reorganized resources
- Reorganized app drawer in alphabetical order
- Filemanager: update deletion dialogue
- Allow quick settings to be accessed in lockscreen
- Enabled lockscreen during start up
- Added Game and Boot animation
- Added boot animation toggle (Settings>display)
- Added game boot toggle (Settings>display)
Fixes:
- More cleaning up for better optimization
- Fixed cursor overlay in display section
- Fix up many possible memory leaks
- Fix power menu crash due to the recent reorganization of resources
- Fix up time.day alignment in quick settings
- Removed app icons that I no longer plan to support. These include Gmail/Email - you can simply use the browser. People and Calendar was also removed.
CyanogenPSP 5.0
Code:
Features:
- Fully implement ISO/CSO loading through game launcher
- Fully implement POPS loading game launcher
- Added expanded desktop feature : can be toggled on/off in settings/display
- Added day/night cycle widget. : can be toggled on/off in settings/display
- Add 5x scrolling for gallery (use left/right buttons to move 5x faster than up/down)
- Update default wallpaper to CM12's new default wallpaper
- Added time and date in lockscreen
- Use right/left to change brightness in quicksettings instead of up/down.
- Added USB toggle under settings>performance>storage management.
Fixes:
- Fixed battery percent and time not being shown when viewing a text file
- Fix up processor menu
: Display correct CPU/BUS frequency
: Fix Overclocking and Underclocking
: Prevent skipping frequencies
- Fix up display in the WIFI menu
- Minor changes and fixes
- Fixed time not being updated in the clock app until its reopened
CyanogenPSP 4.0
Code:
Features:
- Revamped MP3 Player
- Revamped Gallery App
- Revamped file manager
- Revamped App drawer
- Revamped Lockscreen Press and hold X in the middle range of the screen, and move the analog upwards
- Revamped Quick settings
- BGM, WAV, AT3, MOD files can be opened via the file manager now.
- Major code optimizations and cleanup.
- Revamped debug message
- Merged all changes from 3.0 - Includes the option to change wallpaper and run homebrews.
- Pressing circle after quick settings is activated, deactivates it immediately.
- Re-organized font usage. Now doesn't blend in with the background, or makes it hard to read.
- Implement lollipop sorta clock app (Changes color during certain times of the day, just like native android's)
- Display MAC address, kernel version and OSLib version in about screen.
Fixes:
- Fixed brightness slider. It works once you've pulled down the quick settings to a certain extent.
- Fixed up/down button altering brightness even while the quick settings aren't activated.
- Fixed recents menu crashing, when trying to exit.
- Fixed kernel version information in recovery menu.
- Fixed changing font color to white color in file manager after playing music. Made it impossible to read the file name.
- Fixed apollo and gallery forced exit.
- Fixed minor memory leak in settings->developer options->dumping tools.
Screenshots:
Downloads:
Download v6.0 [PRO] [ME] [PS Vita eCFW]
Themes | Icon Packs
Download ttf2pgf converter (simply move the ttf font in the same folder as the makefonts.bat file is, and click on makefonts)
Download Autostart PRX v5.6 preconfigured by kozarovv
Source Code
Thought I'd update this page to share my work inspired by android custom roms
Before you start yelling at me, please read the first paragraph. This isn't a port, and it isn't based on Android source at all. Think of it as an android launcher but uses the PSP SDK's code. It will not and never allow you to run android apps.

			
				
Ok, this is pretty amazing. The default PSP UI is rather limited even with CFW. I played around a little in 2012 with writing PSP applications, but I can't even contemplate building a complete overhaul for the XMB. I have to replace my batteries for my PSPs this month, but once they come in I'll give this a try.
IgnitusBoyone said:
Ok, this is pretty amazing. The default PSP UI is rather limited even with CFW. I played around a little in 2012 with writing PSP applications, but I can't even contemplate building a complete overhaul for the XMB. I have to replace my batteries for my PSPs this month, but once they come in I'll give this a try.
Click to expand...
Click to collapse
Thanks for the support
Sent from my C2104 using XDA Free mobile app
New update available which includes loading PSP Homebrews (Eboots)
http://joel16.github.io/CyanoPSP/
New update: v3.1
Change-log
Code:
Features:
- Add option to change wallpaper.
- Revamped game launcher. You no longer have to use the file manager to load eboots anymore.
Fixes:
- Fix homebrew loading through ef0 (internal storage).
To change the wallpaper:
Open an image through file manager or gallery app. Press square to
display the prompt for changing your wallpaper. Press (X) to accept and
change the wallpaper to one you are currently viewing. Press (O) to
cancel and keep your present wallpaper. You must restart the app to view changes.
Click to expand...
Click to collapse
Download: CyanoPSP 3.1-MEGA| CyanoPSP 3.1 Mirror
Screenshots:
Thanks for sharing. I'll try this out later this evening!
Nuskid Games said:
Thanks for sharing. I'll try this out later this evening!
Click to expand...
Click to collapse
Nice, would like to hear your view on this.
Sent from my C2104 using XDA Free mobile app
Looks pretty good! A few years ago I got a Windows XP gui on my PSP and of course, it was absolute ****. I might break out the old PSP to give this a try soon!
Brandon011795 said:
Looks pretty good! A few years ago I got a Windows XP gui on my PSP and of course, it was absolute ****. I might break out the old PSP to give this a try soon!
Click to expand...
Click to collapse
Thanks, I'd like to know how it went
Sent from my C2104 using XDA Free mobile app
Updated post with new screenshots and a video. This version brings the material look to it.
Latest version: 5.0 (released 3/8/15)
Changelog:
Code:
Features:
- Fully implement ISO/CSO loading through game launcher
- Fully implement POPS loading game launcher
- Added expanded desktop feature : can be toggled on/off in settings/display
- Added day/night cycle widget. : can be toggled on/off in settings/display
- Add 5x scrolling for gallery (use left/right buttons to move 5x faster than up/down)
- Update default wallpaper to CM12's new default wallpaper
- Added time and date in lockscreen
- Use right/left to change brightness in quicksettings instead of up/down.
- Added USB toggle under settings>performance>storage management.
Fixes:
- Fixed battery percent and time not being shown when viewing a text file
- Fix up processor menu
: Display correct CPU/BUS frequency
: Fix Overclocking and Underclocking
: Prevent skipping frequencies
- Fix up display in the WIFI menu
- Minor changes and fixes
- Fixed time not being updated in the clock app until its reopened
Download link on main post, along with source code (github).
Awesome!
I didn't even know that the PSP is able to handle different launchers nor that something like this even exists!
Really great work, i'll give it a try later as im on the hop right now
@Joel16 Good work bro I will ask my friend to try this out after exams get over. keep it up .
Awesome work man !
Even if i don't use PSP anymore porting all these stuff and bring this Material style also for the Playstation is very cool
Ah, man! I just got rid of my PSP a couple months ago because it was collecting dust Would have loved to try this. Ah, well. Keep up the great work!
Does it run on all PSPs, and even running on pre-loaded CFW, namely PRO and ME ?
Awesome work mate. I was also thinking, this would be sweet on the p.s. vita as well, which has a touch screen. I know it's much harder, but if you wish, you could think about it. Cheers.
wow this is just amazing. dont have the psp anymore sadly. would have tested it if i still had it...... didn't even heard about this until i saw a post on facebook on the XDA page. Great work mate! i am out of thanks.... lol
Haha didn't see this coming, thanks for all your support guys. Really helps in keeping the project going
Edit: BTW this also runs on PPSSPP
vusun123 said:
Does it run on all PSPs, and even running on pre-loaded CFW, namely PRO and ME ?
Click to expand...
Click to collapse
Yes it does, in the video it's being tested on PRO. It should run on a PS Vita's eCFW as well. Just remember even though its marked as stable doesn't mean it offers everything. I've named it stable because all the features I've provided work as they should. (Except for OTA's cause my server's down) so yeah, if there is something you can't click on, or just won't open its simply because it hasn't been properly implemented yet What's on the working list is definitely working though.
|>/\nte said:
Awesome work mate. I was also thinking, this would be sweet on the p.s. vita as well, which has a touch screen. I know it's much harder, but if you wish, you could think about it. Cheers.
Click to expand...
Click to collapse
Sorry but as of now its not possible haha. You can use it on a PSvita (using its PSP emulator) but touchscreen won't work. The PS vita doesn't have any 'native' homebrews as of yet, and without an SDK its almost impossible
Sent from my C2104 using XDA Free mobile app

[APP] [4.0+] Multiling O Keyboard, highly customizable keyboard with 200 languages

No, I did not make it, but have been using it on my cellphone.
But it works very well and the layout can be completely done by yourself.
As it is a keyboard for hackers and Android enthusiasts, I post it here.
Lots of languages, commands can be programmed, skins can be made yourself with just a JSON file. It can be a floating or a 'normal' screen bottom keyboard and its prediction works well, not as good as Swiftkey but it is OK.
You can put a Ctrl key and Tab key in it so it even works in a terminal or SSH client nicely. It has a suggestion bar (more than three suggestions as in Swiftkey). The Autotext plugin allows to make shortcuts which is also present in some other keyboards. The 'Hackers Keyboard' can easily be mimicked by this kb.
I am not a sponsor of the developer (this app is free).
+ Highly customizable
+ The only kb with self-defined layout
+ Suitable for terminals
+ Skinning possible
+ Many languages
+ Developer (Han Honso) highly responsive via Google+ community
- Prediction not as good as Swiftkey
- Loading of skins only via copy/paste a JSON file, no buttons or switches for it
- Switching between float and full screen bottom somewhat clunky
- Changing layout only possible via copy/paste of JSON, no files loading
- No import / export tool
Enjoy !
Play Store: https://play.google.com/store/apps/details?id=kl.ime.oh&hl=en (free app)
Google+ community: https://plus.google.com/communities/107644390494533535449?cfem=1
mermaidkiller said:
- Prediction not as good as Swiftkey
- Loading of skins only via copy/paste a JSON file, no buttons or switches for it
- Switching between float and full screen bottom somewhat clunky
- Changing layout only possible via copy/paste of JSON, no files loading
- No import / export tool
Click to expand...
Click to collapse
Now it has import/export option in Settings-->Misc

Categories

Resources