yucemahmut / ms2ginger

Automatically exported from code.google.com/p/ms2ginger
0 stars 0 forks source link

[MSGinger4.0] conflicting ANDROID_PROPERTY_WORKSPACE definitions => getprop broken #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. MSGinger4.0+Greenbread+BlurApps
2. install ConnectBot+DropBear SSH Server from Market
3. log into device using both applications
4. retrieve env vars by "set" command, try "getprop" command

What is the expected output? What do you see instead?
ConnectBot and DropBear should see the same settings, instead 
ANDROID_PROPERTY_WORKSPACE environment var is defined differently:

ConnectBot sees ANDROID_PROPERTY_WORKSPACE=9,45056

DropBear sees ANDROID_PROPERTY_WORKSPACE=10,32768

The first definition (FD 9,siz 45056) is obviously correct, because this is 
required for "getprop" working correctly. Note that the conflicting definition 
breaks several shell commands relying on Android's property system, eg. like 
"ping" which doesn't find any DNS server anymore in this case.

Also see:
http://forum.xda-developers.com/showthread.php?t=685370

Is this only a DropBear-specific bug? 

Original issue reported on code.google.com by stsich...@googlemail.com on 1 Oct 2012 at 6:47

GoogleCodeExporter commented 9 years ago

Original comment by gzwalte...@gmail.com on 16 Jan 2014 at 12:36