Wrote myself a short guide on my firmware mods(0607). Thought it might be helpful to put it up here.
Also works for 0622.
Also works for Haipad's factory firmware 0728 and 0831. But for points 2 & 3; make the changes to the file, init.smdkv210.rc, that resides in the customer folder. No need to modify the compressed init.smdkv210.rc file inside the tgz file
------------
Applied to Haipad's firmware 0607
Filename: M7_android2.3_06_07.rar
SHA1: 377C1B3708A505974E5590F35D27AB7654C42702
Unrar the file and apply customization directly to UTV210_root.tgz file
1. Remove su file to make it rootable by Gingerbreak 1.2.
path\file = utv210_root.tgz\utv210_root.tar\system\busybox\bin\su
Delete su
2. Change default LCD density from 200 to 177
path\file = utv210_root.tgz\utv210_root.tar\init.smdkv210.rc
Old text = setprop ro.sf.lcd_density 200
Replaced = setprop ro.sf.lcd_density 177
3. Add VPN settings
path\file = utv210_root.tgz\utv210_root.tar\init.smdkv210.rc
Add text = setprop au.ui.enable_vpn true
4. Set root permissions for adb (easier root mods)
path\file = utv210_root.tgz\utv210_root.tar\default.prop
Old text = ro.secure=1
Replaced = ro.secure=0
5. Replace hosts file with new hosts file containing ad-blocked sites
path\file = utv210_root.tgz\utv210_root.tar\system\etc\hosts
Download: http://hosts-file.net/ad_servers.asp (hpHosts_export[ad-servers]-.txt)
Rename hpHosts_export[ad-servers]-.txt to hosts
Convert hosts to unix format using dos2unix freewares
Replace old hosts with new hosts
6. Install cifsmanager (Many thanks to [email protected])
A. Pre-firmware installation:
- Copy 2 files to modules directory:
path/file = utv210_root.tgz\utv210_root.tar\system\lib\modules\slow-work.ko
path/file = utv210_root.tgz\utv210_root.tar\system\lib\modules\cifs.ko
- Files from Lubo's post:
http://www.slatedroid.com/topic/17228-cifs-manager-samba-mount-missing-cifsko/page__view__findpost__p__178642
B. Post-firmware installation:
- Rooted using Gingerbreak 1.2
- Install cifsmanager.apk from market
- Configure cifsmanager:
Load cifs module at startup = yes
Load via insmod = yes
Path to cifs (copy exactly):
/system/lib/modules/slow-work.ko; insmod /system/lib/modules/cifs.ko
Mount point:
/mnt/cifs/<network directory>
- Add new share path:
<server IP address>/<directory path>
eg: 192.168.0.1/fileshare will appear as /mnt/cifs/fileshare on tablet.
- Mount network shares using cifsmanager
Also works for 0622.
Also works for Haipad's factory firmware 0728 and 0831. But for points 2 & 3; make the changes to the file, init.smdkv210.rc, that resides in the customer folder. No need to modify the compressed init.smdkv210.rc file inside the tgz file
------------
Applied to Haipad's firmware 0607
Filename: M7_android2.3_06_07.rar
SHA1: 377C1B3708A505974E5590F35D27AB7654C42702
Unrar the file and apply customization directly to UTV210_root.tgz file
1. Remove su file to make it rootable by Gingerbreak 1.2.
path\file = utv210_root.tgz\utv210_root.tar\system\busybox\bin\su
Delete su
2. Change default LCD density from 200 to 177
path\file = utv210_root.tgz\utv210_root.tar\init.smdkv210.rc
Old text = setprop ro.sf.lcd_density 200
Replaced = setprop ro.sf.lcd_density 177
3. Add VPN settings
path\file = utv210_root.tgz\utv210_root.tar\init.smdkv210.rc
Add text = setprop au.ui.enable_vpn true
4. Set root permissions for adb (easier root mods)
path\file = utv210_root.tgz\utv210_root.tar\default.prop
Old text = ro.secure=1
Replaced = ro.secure=0
5. Replace hosts file with new hosts file containing ad-blocked sites
path\file = utv210_root.tgz\utv210_root.tar\system\etc\hosts
Download: http://hosts-file.net/ad_servers.asp (hpHosts_export[ad-servers]-.txt)
Rename hpHosts_export[ad-servers]-.txt to hosts
Convert hosts to unix format using dos2unix freewares
Replace old hosts with new hosts
6. Install cifsmanager (Many thanks to [email protected])
A. Pre-firmware installation:
- Copy 2 files to modules directory:
path/file = utv210_root.tgz\utv210_root.tar\system\lib\modules\slow-work.ko
path/file = utv210_root.tgz\utv210_root.tar\system\lib\modules\cifs.ko
- Files from Lubo's post:
http://www.slatedroid.com/topic/17228-cifs-manager-samba-mount-missing-cifsko/page__view__findpost__p__178642
B. Post-firmware installation:
- Rooted using Gingerbreak 1.2
- Install cifsmanager.apk from market
- Configure cifsmanager:
Load cifs module at startup = yes
Load via insmod = yes
Path to cifs (copy exactly):
/system/lib/modules/slow-work.ko; insmod /system/lib/modules/cifs.ko
Mount point:
/mnt/cifs/<network directory>
- Add new share path:
<server IP address>/<directory path>
eg: 192.168.0.1/fileshare will appear as /mnt/cifs/fileshare on tablet.
- Mount network shares using cifsmanager