Solved : Remote control of SL4A from computer

I setup the remote control SL4A environment. C:\Windows\system32>set AP_PORT=9999 C:\Windows\system32>adb forward tcp:9999 tcp:55407 When trying to import android from the command line python interface I got this error C:\Windows\system32>python Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win 32 Type “help”, “copyright”, “credits” or “license” for more information. >>> import …

[Solved]: Importing huge DB

When importing a file using bigdump.php on my Ubuntu, I got this error : Can’t open table.sql for import Please, check that your dump file name contains only alphanumerical characters, and rename it accordingly, for example: table.sql. Or, specify $filename in bigdump.php with the full filename. Or, you have to upload the table.sql to the …