Joined
·
3,286 Posts
i'll update this post as I find out more information as an easy frame of reference. I have a black PDN in my possession and am attempting to get more technical information on it, as well as hack into it.Instructions on how to hack the black PDN, to run additional applications:Pre-requisites: The same ADB setup that you would need on the white PDN (I won't go into that, here - there are other threads on how to do that). Also, a working WiFi connection on your Black PDN (BPDN) as you will need that to access your device from your PC.1. Learn how to update your firmware first. I cannot stress this enough because it's the only way you'll be able to back out of this change if something goes wrong. It's a PITN to do firmware updates, so be warned - see the Pandigital site for instructions on how to do this.2. Once you've mastered the art of BPDN firmware updates, head on over here to grab my ZIP:Link: BPDN_files.zipDrop this file into the same folder as your ADB command, and expand it there.3. Setup your WiFi on your BPDN (if you haven't already done this) and jot down your IP address. This information will be in the advanced network settings. ie: we'll assume 192.168.1.2, for our purposes here.4. Connect to ADB over WiFi: Syntax (and assuming that 192.168.1.2 is the device's IP address. Alter as needed):adb connect 192.168.1.2:5555adb devicesThe latter command should say that you are connected.5. Install the volume hack. Syntax:adb push s3c-button.kl /system/usr/keylayout/s3c-button.kladb shell chmod 777 /system/usr/keylayout/s3c-button.kladb shell chown system.system /system/usr/keylayout/s3c-button.kl6. Install the (barely) functional launcher replacement. Syntax:adb install com.simplehome.apkPower down the device / hard reset. At the next boot up, it will ask you which launcher to use, and choose "Simple Home". If you are looking at the device with the Pandigital logo right side up, the left volume key is BACK and the right volume key is MENU.7. Installing additional applications.We're now at the point when you will probably decide to return this thing -- unlike the white PDN, this device is using Android 1.5. A lot of the apps listed in this forum flat-out do not work, because of this. It's going to be very hit or miss for you, from this point on. I cannot even get into the Settings menu to add/remove apps or add USB Debugging. Many thanks to clockworx, who pointed out to me that you could run ADB over WiFi. Without that information, I would not have been able to do this.----------------------------------------------Applications attemptedACV - installs but does not run properly.Aldiko - installs and runs. Seems to work quite well.last.fm - installs, untestedtapatalkpro - installs, untestedbTunes - does not install (needs 1.6+? Not certain)IMDB - does not installPandora - installs, works OK. Audio was clear, no dropouts in limited testing.Facebook - installs, untestedSetCPU - does not installLinpack - installs and runs OKQuadrant - installs but does not work---------------------------------------Device InformationRAM: 128MB
CPU: Similar to the white PDN?
Kernel: It's Android 1.5. Confirmed.
Linpack: MFLOPS 2.119Quandrant: Doesn't work. :-(-------------------------------------------------------------------Pros on the Black, with stock firmware. - WiFi seems much improved. Quick to connect on my WPA2 router during power up, and even after going to sleep.- Overall UI seems more streamlined, even in simple things like the PC Mode and "SD card being read" message. - Smaller device, but same screen size as the white PDN.- Hard reset is part of the power button. No more needing a paper clip.- Tactile WiFi on/off is a great idea. Points for that.- Music SQ. I think it beats out the white PDN. The white has a bit of a "fuzzy" sound that the black does not.Cons on the Black, with stock firmware. - Reading the SD card takes a ridiculously long time. For my 16GB card, I've seen it sit there for 5 minutes or longer. It's really bad.- "My Library" does not show any of my local epubs and I have not found a way to add them, yet (it seems that the Black device is more heavily integrated with B&N). In comparison, my local epubs are read immediately after I reflash my white PDN firmware. Even when going into the ereader app, I have yet to find a way for it to find my local epubs.- 128MB RAM. What this means is that it's never going to support Android 2.x, as the RAM is too low.- Video playback is pretty bad. Very choppy and, unlike the white PDN, it doesn't even resize to full screen. In comparison, the white PDN (if not resizing) is very smooth on the same videos. - Swiping action is inferior to the white PDN. Much harder to use with your finger, so I can see why they supply a stylus with this device. It's noticably different - ie. swiping through their user manual is quite difficult.- The device seems to get hung every time I power it off. (requiring a hard reset)- The firmware upgrade process is difficult, to say the least. If you thought the white PDN was bad, just wait until you try it on the black PDN. Ugh.- After you connect / disconnect the device from your PC, it auto-reboots. Not liking that.
Code:
# cat /proc/meminfoMemTotal: 114036 kBMemFree: 4380 kBBuffers: 6696 kBCached: 39648 kBSwapCached: 0 kBActive: 83140 kBInactive: 10360 kBSwapTotal: 0 kBSwapFree: 0 kBDirty: 24 kBWriteback: 0 kBAnonPages: 47180 kBMapped: 31152 kBSlab: 6444 kBSReclaimable: 3164 kBSUnreclaim: 3280 kBPageTables: 4656 kBNFS_Unstable: 0 kBBounce: 0 kBWritebackTmp: 0 kBCommitLimit: 57016 kBCommitted_AS: 2715788 kBVmallocTotal: 401408 kBVmallocUsed: 55100 kBVmallocChunk: 304124 kB
Code:
# cat /proc/cpuinfoProcessor : ARMv6-compatible processor rev 6 (v6l)BogoMIPS : 33.17Features : swp half thumb fastmult vfp edsp java CPU implementer : 0x41CPU architecture: 7CPU variant : 0x0CPU part : 0xb76CPU revision : 6Cache type : write-backCache clean : cp15 c7 opsCache lockdown : format CCache format : HarvardI size : 16384I assoc : 4I line length : 32I sets : 128D size : 16384D assoc : 4D line length : 32D sets : 128
Code:
# cat /proc/versionLinux version 2.6.27 ([email protected]) (gcc version 4.3.1 (for S3C64XX Samsung Electronics AP Development Team) ) #535 Wed Aug 4 17:49:35 CST 2010