Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hmm, thanks for the info bubbasd. I've tried changing my build.prop.
but i corrected and Im 110% sure its right now
this here is supposed to be original pendo PP4MT-7 build.prop settingsro.product.model=PP4MT-7
ro.product.manufacturer=unknown
ro.product.model=PG86100
ro.product.manufacturer=HTC
And get some very odd results lately from GooglePlay when trying to install Chrome. See pic:
![]()
No biggie really, as I was able to install it via 1Mobile Market. :smokingsomb:
ound
u can make them dissappear thoughWhen you say you ran adb, did you type "adb shell" ?
Follow the instructions step by step. Once you have ADB working.
Let me know where you get stuck.
Stupid Question, :S
Where iam i typing the codes? CMD Prompt?
heheBefore i type in adb shell, i cant type adb devices and get my device shown
(20080411 device) but when i type it in after adb shell, i type it again and it cant find device and then when i type adb device, nothing...
C:\Users\pbp> adb devices
List of devices attached
20080411 device
C:\Users\pbp> adb push "c:\pendo-stuff\nandc-root.zip" /data/local/tmp/.
2388 KB/s (4197434 bytes in 1.716s)
C:\Users\pbp> adb shell
shell@android:/ $ su
shell@android:/ # dd if=/dev/block/nandc | gzip > /data/local/tmp/nandc-backup.dd.gz
shell@android:/ # sync
shell@android:/ # busybox unzip -p /data/local/tmp/nandc-root.zip | dd of=/dev/block/nandc
shell@android:/ # reboot
C:\Users\pbp> adb shell
root@android:/ #
e2fsck -fy /dev/block/nandd >/dev/null
e2fsck -fy /dev/block/nande >/dev/null
umount /cache
e2fsck -fy /dev/block/nandh >/dev/null
mount /system
/system/bin/fsck_msdos -fy /dev/block/nandi
umount /system
reboot
Once connected to the tablet, dont use adb inside the android shell.
Here is what I type after using the "unlockroot" program.
Open CMD window (my username is "pbp" on windows 7):
When it's rebooted, here is what it should look like when you start adb.Code:C:\Users\pbp> adb devices List of devices attached 20080411 device C:\Users\pbp> adb push "c:\pendo-stuff\nandc-root.zip" /data/local/tmp/. 2388 KB/s (4197434 bytes in 1.716s) C:\Users\pbp> adb shell shell@android:/ $ su shell@android:/ # dd if=/dev/block/nandc | gzip > /data/local/tmp/nandc-backup.dd.gz shell@android:/ # sync shell@android:/ # busybox unzip -p /data/local/tmp/nandc-root.zip | dd of=/dev/block/nandc shell@android:/ # reboot
This is root, by default.Code:C:\Users\pbp> adb shell root@android:/ #

arty:
) and for helping me over the last couple of days
.After finally succeeding at rooting my Pendo, I attempted to flash the images put up by styles. Everything appeared to smoothely until the very end of the flashing process when a notification box with a yellow triangle "!"popped up. My pendo then appeared to reboot with a light glow in the display, but nothing else. It appears that it has rebooted, but nothing appears on the screen. I should mention that I have a 9.7 (PP4MT-9), but I didn't think that would make a difference. Can anyone help me? I will try to flash back to stock and hopefully that will work.
You need the pp4mt-9 image, but I don't have one. I guess they would be the same except for screen size. Maybe it is just a matter of chaning the build.prop. I'm not sure though. Can You supply they stock nand dumps?
Btw, You can still flash it again using livesuit, it's not totally bricked.

Thanks for your quick response. Unfortunately, I was so sure that I would have no problems just using the pp4mt-7 image that I did not back up the stock! Stupid I know. So unless anyone out there has it I guess I will just have to use it as a paper weight!![]()
Hey bushy73,
I also have PP4MT-9 now working with Gplay and other stuff. I will send you a link of my img if someone tells me how to get img off Pendo as I not sure how to. Detailed Instructions Please.
Hey bushy73,
I also have PP4MT-9 now working with Gplay and other stuff. I will send you a link of my img if someone tells me how to get img off Pendo as I not sure how to. Detailed Instructions Please.
If you have "root" on your tablet you can dump the nands to an SD Card.
Instert an SD Card into the tablet (if you don't have an SD Card, copy them to /data/local/tmp/ instead of /sdcard/), then login to adb shell and type:
su
dd if=/dev/block/nanda of=/sdcard/nanda.dd
dd if=/dev/block/nandc of=/sdcard/nandc.dd
dd if=/dev/block/nandd of=/sdcard/nandd.dd
dd if=/dev/block/nandg of=/sdcard/nandg.dd
sync
umount /sdcard
Then zip them up on your pc and upload to mediafire and post the links here. I will create a LiveSuit image from them and post back here.
Cheers and good luck.