Wednesday, March 19, 2014

DHCP leasing of Singtel Pace modem


My Pace modem seem having problem in providing DHCP to my PC

Today is easiest as PC Window 7  able to "troubleshoot"
and get a IP re-configure
(Check the netstat -rn below
the IP address is initially set to 169.254.152.42
which I know DHCP is not working
then after windows auto ipconfig re-leasing IP 
with right IP 192.168.1.31
then everything work normally)

telnet to Pace modem

Can only find the folllowing configuration


only thing that can be configured is the leasing time
seem default is 240 minutes
so I tried to set to 480 minutes and monitor

I have tried to put a fixed IP address
but having trouble to hardcode the MAC address

Before I have removed the Gigabyte switch 
and now being connect PC direct to PACE modem

Seem that I am having a unique and "not easily detectable" problem
I guess feedback to Singtel will not help
hopefully someone will pick up this "problem"
As for pass months experience, the problem will go off with a 
modem and PC reboot

Hope to share this out and got some feedback

PS:
C:\Users\KOHfamily>netstat -rn
===========================================================================
Interface List
 11...10 78 d2 46 0f e9 ......Realtek PCIe GBE Family Controller
  1...........................Software Loopback Interface 1
 16...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
 12...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
===========================================================================

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
        127.0.0.0        255.0.0.0         On-link         127.0.0.1    306
        127.0.0.1  255.255.255.255         On-link         127.0.0.1    306
  127.255.255.255  255.255.255.255         On-link         127.0.0.1    306
      169.254.0.0      255.255.0.0         On-link    169.254.152.42    266
   169.254.152.42  255.255.255.255         On-link    169.254.152.42    266
  169.254.255.255  255.255.255.255         On-link    169.254.152.42    266
        224.0.0.0        240.0.0.0         On-link         127.0.0.1    306
        224.0.0.0        240.0.0.0         On-link    169.254.152.42    266
  255.255.255.255  255.255.255.255         On-link         127.0.0.1    306
  255.255.255.255  255.255.255.255         On-link    169.254.152.42    266
===========================================================================
Persistent Routes:
  None

IPv6 Route Table
===========================================================================
Active Routes:
 If Metric Network Destination      Gateway
  1    306 ::1/128                  On-link
 11    266 fe80::/64                On-link
 11    266 fe80::3883:c197:a2a3:982a/128
                                    On-link
  1    306 ff00::/8                 On-link
 11    266 ff00::/8                 On-link
===========================================================================
Persistent Routes:
  None

C:\Users\KOHfamily>netstat -rn
===========================================================================
Interface List
 11...10 78 d2 46 0f e9 ......Realtek PCIe GBE Family Controller
  1...........................Software Loopback Interface 1
 16...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
 12...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
===========================================================================

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0    192.168.1.254     192.168.1.31     10
        127.0.0.0        255.0.0.0         On-link         127.0.0.1    306
        127.0.0.1  255.255.255.255         On-link         127.0.0.1    306
  127.255.255.255  255.255.255.255         On-link         127.0.0.1    306
      192.168.1.0    255.255.255.0         On-link      192.168.1.31    266
     192.168.1.31  255.255.255.255         On-link      192.168.1.31    266
    192.168.1.255  255.255.255.255         On-link      192.168.1.31    266
        224.0.0.0        240.0.0.0         On-link         127.0.0.1    306
        224.0.0.0        240.0.0.0         On-link      192.168.1.31    266
  255.255.255.255  255.255.255.255         On-link         127.0.0.1    306
  255.255.255.255  255.255.255.255         On-link      192.168.1.31    266
===========================================================================



Monday, March 17, 2014

New Google Play version Install

another similar blog on cj-thl.blogspot.com

I happen to have a Mlais MX 69X with full google play preinstalled
so transfer to THL W7

Please refer to C:\THL W1\Mlais Gapps
There are few major files changes are


0. Need to  "install" Google play services
(look like it is file call GmsCore.apk)

So App backup and transfer to W7
and Run it (not just copy it)


AND use only file name phoneSky.apk


if you want to sync gmail contact and other market tasks, then place the following as well to \system\app

vending.apk
GoogleCalendarSyncAdapter.apk
GoogleContactsSyncAdapter.apk
GoogleLoginService (may not needed but just added in)
GoogleServicesFramework.apk
MarketUpdater.apk (to prompt for apk update- optional) [this file missing in Mlais]
NetworkLocation.apk
(However, our case we do manual update but end result is the same (explain PLEASE read from link above)

There are two additional files are
OneTimeInitializer
SetupWizard [this file missing in Mlais]
(for initial setup so that google map will locate your location
but you need to do a factory reset to run those those apk)

if you need google map then place the following:-

/system/framework/com.google.android.maps.jar
/system/etc/permissions/com.google.android.maps.xml
Chmod 711 *.apk
`




(Android 4.3 has the name vending to phonesy.ap)
1. vending.apk  [Please use vending (modified) rename to vending.apk ]
This one work even without modified \system\build.proc 
and able to download viber / whatsapp etc from market

2. GoogleServicesFramework.apk

set access rights same as before. 
Chmod 711 *.apk


**** year 2014 addon ******

C:\THL W7\Chinese Root>adb shell
shell@android:/ $ su
su
shell@android:/ # cd /system
cd /system
shell@android:/system # mount -oremount,rw /dev/block/mtdblock3 /system
mount -oremount,rw /dev/block/mtdblock3 /system

shell@android:/system/app # chmod 644 OneTimeInitializer.apk
chmod 444 OneTimeInitializer.apk
shell@android:/system/app # ls -la OneTimeInitializer.apk
ls -la OneTimeInitializer.apk
-r--r--r-- system   sdcard_rw     6727 2013-05-09 16:36 OneTimeInitializer.apk
shell@android:/system/app # chmod 444 SetupWizard.apk
chmod 444 SetupWizard.apk
shell@android:/system/app # ls -la SetupWizard.apk
ls -la SetupWizard.apk
-r--r--r-- system   sdcard_rw  2594772 2013-05-09 16:36 SetupWizard.apk



********


----------


NOTE: A reboot is need for every update of files into \system\app

new THL W7 Quad ROM 27May2013 that I miss

using the "new" flash tool and May 2013 ROM

I have attempt to flash twice

few differences from existing April ROM

1. this flash tool required to have battery inside (or all the long battery is needed inside?)

2. sougou pinyin and other keyboard is included but can be removed by user

3. remove super compasss

4. superuser batch can not be used so used supersu (Framaroot_1.9.1)

5. adb shell using superuser adb
then run su
supersu apk will prompt to grant the access






to be exact third time flash ROM

internal is 120 mb used 808 Mb free
phone storage is 62mb used 5.6 Gb free


Sunday, March 02, 2014

MX69 Pro ROM version 3 done


Within 2 min, it was done






PS: only question

lesson ask to use firmware upgrade




but do that the option change back to download only





Fwd: baidu 2T bites web space offer !



Since got QQ account
why not just take up this offer ?...
may not need now but for future usage





but you need download tool for big file
BaiduYunGuanjia_4.5.0.exe

Either because my PC or network now is overload
but that tools take very long
you need to re-download

In Chrome, goto download page when it stop
re-download the tool again

When install, I was too anxious to choose express install
should next time choose the customized install like i did for winrar ...
( they will install other programs for express install)





Mlais ROM Version 3

You have get to used to some website working style

First official ROm is under
http://www.mlais.com/action_softdown-21.html
dated

美莱仕MX69 Pro八核官方ROM 1月07日更新


The from forum
ROM version 3.0 is out

AND you must LOGIN and REPLY to see

http://www.anzhuo365.com/forum.php?mod=viewthread&tid=632549&extra=page%3D1&page=1

and then

http://pan.baidu.com/s/1jGBNBAu

so can download

MX69 Pro_20140227_v92.rar



BTW other topics you need baidu web disk tools
BaiduYunGuanjia_4.5.0.exe


Mlais technical support QQ

Mlais has a sale and support website
http://www.mlais.com/

The sale has a taobao e-shop

General enquiry can ask online

for technical support

您好,客服销售-阿仕为您服务。
您好,很抱歉技术上的问题我也不是很懂的呢,您可以直接QQ联系下我们技术的 ,QQ号:2843464744,咨询下,技术在线时间早上9:00-下午6:00 (星期天不在线)
 如技术QQ不在线,您可以直接到论坛发贴咨询.论坛后台有专业技术人员为您服务!
(来自腾讯认证QQ http://b.qq.com/verified


Mlais (like zopo) also got an official forum
where people can discuss