PDN Useful Utilities

From Wiki
Jump to: navigation, search
PDN Wiki Index
Introduction to the Pandigital Novel
Beginners Guide
Pandigital Novel Hacking
Pandigital Novel Software
Pandigital Novel Hardware Modification
Pandigital Novel Version

SlateDroid PDN Software and Compatibility Forum

Contents

Disclaimer

Please, help others by adding apps and info to this wiki page!

Some of these apps include dangerous features that may lock up your device, erase your data, kill your cat, etc. Some features require root access. Some cost more than they are worth. None will bring your life meaning and purpose.

SlateDroid.com does not condone warez or posting links to where you can obtain paid apps illegally. However, some paid apps on the market are actually donateware and the developer chooses to distribute the app for free outside of Google Market. If this is the case, please link to the developer's page where there may be an explanation of this. This allows the developer a chance to receive donations, gives the downloader a chance to read about any bugs or new updates, and also allows the administrators of Slatedroid a chance to verify that you are not linking to a warez release. Thank you for your cooperation.

If you are concerned about paying for an app on Google Market that may not be compatible with your PDN, please note that you have 24 hours only 15 minutes‡ to receive a full refund for any app purchase marked with a 'Uninstall & Refund' button, if the app does not meet your expectations. Please read more about this process here.

‡ With little or no fanfare Google has changed their refund/uninstall policy so that you only have time to see if the app functions on your device, not whether you like it or if it is usable for what you want it to do.

Removing/Editing The Lock Screen

Why you want this: Are you constantly plagued with pocket dialing your friends from your PDN? Me neither, so why not disable that pesky "slide to unlock" feature? Alternatively, some of these apps add useful information to the lock screen. A solution was found to remove the lockscreen in the OS, so future custom builds may have the lockscreen removed without the need for additional software.

HOW TO: Fix-Revert-Recover individual components of your installation

WARNING This procedure falls under the category of actual hacking. Only those intermediate/advanced users familiar with command-line tools should attempt this fairly advanced procedure. Original Instructions Posted by clockworx The main "guts" of the pandigital software that most people interact with are in system.img. system.img is formatted in yaffs2 format. If you use Linux, you've probably said "yes, hello, BORING, I've already got it mounted!!" and then you promptly leave for another thread. However, if you use Windows, you'll need this tool to extract it. Life, Audio, and Computers According to Richard: Unyaffs Windows Binary Blazingwolf's mirror of wunyaffs (windows drag and drop)

Reboot Widget

Why you want this: That power button sure is hard to get to with those sausage fingers of yours. Yes, your mom told you that they were normal, but face the facts: your fingers are freakishly fat and therefore not designed to ever turn off the power to your PDN. Why not put a nice, fat-as-your-finger icon on your desktop to do the job for you? Also, this will save wear and tear on this delicate device.

Root File Manipulation

Why you want this: Want to change one line in a file in the system directory? Better boot up the PC and get ADB launched. Or open up a terminal on your PDN and try to remember all those commands you forgot during your last drunken Android hacking session. "Wait, I can just open up a program, and do it all from a convenient GUI?" Why, yes. Yes, you can.

FTP Server/Client

Why you want this: Configuring your PDN as an ftp server and connecting to it via an FTP client on your PC is one of many, but possibly the quickest and easiest, methods to wirelessly retrieve and send files to your PDN. This saves wear and tear on the USB plug by being able to remotely access the filesystem and SD Cards of your device wirelessly from any PC with an FTP client. This also give you access to the files with a convenient GUI, instead of using the command-line based ADB. Often, these programs have an ftp client built-in so that you can access other ftp servers as well.

ADB over WiFi

Why you want this: Quick and easy access to ADB over WiFi. Saves wear on the USB plug, and allows remote execution of ADB commands without being physically tethered to a PC.

You need to install a helper app (see below) to enable this inside the Novel. Alternatively, you can enter the command to enable it via the USB adb linux shell, or enable it with an android terminal directly on the Novel into the linux shell. The commands to change the adb connection in the Novel to wifi using the linux shell are:

  • setprop service.adb.tcp.port 5555
  • stop adbd
  • start adbd

To return it back to USB type in:

  • setprop service.adb.tcp.port -1
  • stop adbd
  • start adbd

Via USB adb connection, to enable adb via wifi type:

  • adb tcpip 5555

To return adb to usb:

  • adb usb

Once the device is set to accept the adb connection via wifi, then on the PC type in:

  • adb connect 192.168.0.101:5555 (using the actual IP address of the Novel on the wifi network)

Helper apps (also available on market, search "adb wifi:"

Change LCD Pixel Density

Why you want this: Discussion. These utilities would allow a user-friendly, more automated way of changing the LCD pixel density, without having to manually change the "ro.sf.lcd_density" property in the build.prop file.

Controlling PDN from PC

Why you want this: Only you could know why you want this. If you have a PC available, what are you using your PDN for? Of course, there are some of us that know exactly what we would want this for, and those are the people who will use it. Also, those are the people that don't need to know why they want this, because they already know!

Controlling PC from PDN

Why you want this: Well, you could turn your PDN into a HTPC remote control, first of all. Do you have a PC automated house? CONTROL YOUR HOUSE WITH YOUR PDN! You know you want to....

Accepting SSL Certificates into Android Browser

Swype on the WPDN

Working version of Swype on the WPDN & "How to": Working Swype on WPDN

Volume Control Widget

  • AudioManager Widget is a home-screen Widget and Volume manager that allows you to get live readings of your current volume levels on your WPDN. Tap on the widget to adjust the volume levels.
  • Mute - Put application shortcut on wallpaper to quick switch MUTE ON/OFF. Touch icon and put the WPDN on silent touch again and back to previous profile. Mute all (ringer, audio/video players, notifications ...) except alarm.

Terminal Emulator

These apps allow you to run Linux commands via a terminal emulator on your WPDN.

Spare Parts

Allows you to enable some settings that are not found in the default settings menu.


Legend

Compatibility:

  • If app is known to work, please list in green font the firmware you are using it on. If it didn't work on your firmware, please list your firmware in red font. If your firmware isn't listed, compatibility is unknown, but it MAY work just fine.
    • Firmware - Confirmed Working
    • Firmware - Not Compatible

Cost:

  • If the app is free, please place a green dollar sign next to the name. If the item is a paid app, please place a red dollar sign.
    • $ - Free
    • $ - Paid

Apps That Need To Be Added

  • Volume Control Widget
  • Terminal Emulator
  • Spare Parts
  • Superuser
Personal tools