- Turn off the tablet
- Use power(1) + vol up(2) to enter the bootloader menu option
select recovery kernel
It will enter android system recovery.
- Select wipe cache partition
after the operation, reboot system.
Aspiring Dreamz .... No Bounds ... GNU/Linux ... Open Mobile platform ... और् जने क्या क्या
One can find the info here(https://www.hardreset.info/devices/oneplus/oneplus-2/wipe-cache/). Its replicated here(redundancy is good).
Have HFC NBN so every form of understanding(presumably) will be hovering around that. It should fit for FTTN, FTTC template
Open for correction
Best form of comprehending how different players form a habitat - RSP, NBN, PoI, CVC, End user is using image
Source of some of the image is from nbnco.com.au
asasa
How Tangerine NBN 50Mbps is performing until now? See for your selfStatus in(log in your twitter account to view) https://twitter.com/hashtag/tangerinetelecomHad consistently touched +40Mbps during peak hours.(Observed once or twice slow speed(< 20Mbps).. that's no big deal, for me/us).. No dropoutsWhat Keyword in tweets imply?Tangerine FB - Speed measured using FritzboxTangerine TP-link - speed measured using TP-linkWill be testing out speed for 6 months
https://github.com/cakephp/cakephp/archive/2.10.14.tar.gz
NPriya@ODCGZM42SH MINGW64 /c/Bitnami/wampstack-7.2.22-0/apache2/htdocs/webzashfrmscratch $ tar -xzf cakephp-2.10.14.tar.gz NPriya@ODCGZM42SH MINGW64 /c/Bitnami/wampstack-7.2.22-0/apache2/htdocs/webzashfrmscratch $ ls cakephp-2.10.14/ cakephp-2.10.14.tar.gz NPriya@ODCGZM42SH MINGW64 /c/Bitnami/wampstack-7.2.22-0/apache2/htdocs/webzashfrmscratch $
Configure::write('Security.salt', 'IMPORTANT_CHANGE_THIS_VALUE'); Configure::write('Security.cipherSeed', 'IMPORTANT_CHANGE_THIS_VALUE'); date_default_timezone_set('UTC');
public $default = array( 'datasource' => 'Database/Mysql', 'persistent' => false, 'host' => 'localhost', 'login' => 'user', 'password' => 'password', 'database' => 'database_name', 'prefix' => '', //'encoding' => 'utf8', );
public $default = array( 'datasource' => 'Database/Mysql', 'persistent' => false, 'host' => '127.0.0.1', 'login' => 'root', 'password' => 'r978867', 'database' => 'webzashfrmscratch', 'prefix' => '', //'encoding' => 'utf8', );
'port' => '3307',
CakePlugin::load('BoostCake'); CakePlugin::load('Webzash', array('routes' => true, 'bootstrap' => true));
// Router::connect('/', array('controller' => 'pages', 'action' => 'display', 'home')); // Router::connect('/pages/*', array('controller' => 'pages', 'action' => 'display'));
NPriya@ODCGZM42SH MINGW64 /c/Bitnami/wampstack-7.2.22-0/apache2/htdocs/webzashfrmscratch/webzash $ pwd /c/Bitnami/wampstack-7.2.22-0/apache2/htdocs/webzashfrmscratch/webzash
$git clone https://github.com/slywalker/cakephp-plugin-boost_cake.git app/Plugin/BoostCake
$git clone https://github.com/prashants/webzash.git app/Plugin/Webzash
NPriya@ODCGZM42SH MINGW64 /c/Bitnami/wampstack-7.2.22-0/apache2/htdocs/webzashfrmscratch/webzash $ git clone https://github.com/prashants/webzash.git app/Plugin/Webzash Cloning into 'app/Plugin/Webzash'... remote: Enumerating objects: 4628, done. remote: Total 4628 (delta 0), reused 0 (delta 0), pack-reused 4628 Receiving objects: 100% (4628/4628), 4.14 MiB | 256.00 KiB/s, done. Resolving deltas: 100% (3298/3298), done. Updating files: 100% (220/220), done. NPriya@ODCGZM42SH MINGW64 /c/Bitnami/wampstack-7.2.22-0/apache2/htdocs/webzashfrmscratch/webzash $
C:\Bitnami\wampstack-7.2.22-0\apache2\htdocs
http://127.0.0.1:81/webzashtest2
\app\Plugin\Webzash\Config\bootstrap.php (line 337) 'Missing master sqlite database file. Please check your setup.' Webzash Errors Missing Database Connection Error: A Database connection using "Sqlite" was missing or unable to connect. The database server returned this error: Selected driver is not enabled Error: Sqlite driver is NOT enabled Notice: If you want to customize this error message, create app\View\Errors\missing_connection.ctp
C:\Bitnami\wampstack-7.2.22-0\apache2\htdocs\webzashtest2\app\Plugin\Webzash\Config
C:\Bitnami\wampstack-7.2.22-0\apache2\htdocs\webzashtest2\app\Plugin\Webzash\Config
C:\Bitnami\wampstack-7.2.22-0\apache2\htdocs\webzashtest2\app\Config
$ diff -uNr MasterConfig.php ../../../../../webzashtest2/app/Plugin/Webzash/Config/MasterConfig.php > patchfile
--- MasterConfig.php 2019-01-15 18:22:28.000000000 +1100 +++ ../../../../../webzashtest2/app/Plugin/Webzash/Config/MasterConfig.php 2019-10-14 21:08:17.892756900 +1100 @@ -55,8 +55,13 @@ * $wz['settings'] = ''; // Optional parameter */ -$wz['datasource'] = 'Database/Sqlite'; -$wz['database'] = $root_path . 'Database/' . 'webzash.sqlite'; +$wz['datasource'] = 'Database/Mysql'; +/*$wz['database'] = $root_path . 'Database/' . 'webzash.sqlite';*/ +$wz['database'] = 'webzashtest2db'; +$wz['host'] = '127.0.0.1'; +$wz['port'] = '3307'; +$wz['login'] = 'root'; +$wz['password'] = 'r12348'; $wz['prefix'] = ''; $wz['encoding'] = 'utf8'; $wz['persistent'] = false;
$ diff -uNr database.php ../../../webzashtest2/app/Config/database.php > patchfile
--- database.php 2017-07-23 05:06:53.000000000 +1000 +++ ../../../webzashtest2/app/Config/database.php 2019-10-14 21:06:18.293559900 +1100 @@ -69,10 +69,11 @@ public $default = array( 'datasource' => 'Database/Mysql', 'persistent' => false, - 'host' => 'localhost', - 'login' => 'user', - 'password' => 'password', - 'database' => 'database_name', + 'host' => '127.0.0.1', + 'port' => '3307', + 'login' => 'root', + 'password' => 'r12348', + 'database' => 'webzashtest2db', 'prefix' => '', //'encoding' => 'utf8', );
Copyright © 2009 Nothing can stop u....
Design by Design Disease for Smashing Magazine | Blogger Templates by Blog and Web