SQLite Manager  - phpLiteAdmin

SQLite Manager - phpLiteAdmin

26.91MB
版本 1.0.6
暂未收录 高速下载 打开应用汇 发现更多精彩
喜欢 0好评
评论 1
SQLite Manager  - phpLiteAdmin截图0 SQLite Manager  - phpLiteAdmin截图1
  提示:该应用暂无版号 应用汇暂不提供下载
详细信息
  • 软件大小: 26.91MB
  • 最新版本: 1.0.6
  • 文件格式: apk
  • 应用分类: 其他
  • 使用语言: 英文或其他
  • 网络支持:
  • 系统要求: 3.0以上
  • 开发者: Marcos Diez
应用介绍
This software allows developers to view/edit their SQLite databases
inside of their phone/tablet without having to copy the DB to their computer
(and later needing to copy them back to their phone).
It installs on your phone a Web Based SQLite Admin tool in which you can open from your computer.
Instructions
=========
If you just want to see if this software works, download it, install on your phone,
open it, start the server and go to "http://ip_address_of_your_phone:8080/" from your computer.
If you have no internet, connect your phone with the USB cable and type "adb forward tcp:8080 tcp:8080".
Afterwards, open http://localhost:8080/ from your computer.
Now just create a database or play around with an existing one.
To view/edit a database from an existing/your app:
==================================================
It is possible for you to view/edit a DB from an existing app, but you will need permissions for that.
If you are rooted, just type:
adb shell su -c chmod 777 /data/data/com.apkcreator.apkname/databases/ /data/data/com.apkcreator.apkname/databases/*
hint: some apps make the DB not readable publicly every time they open, so be ready to type the command above many times.
If you can't ROOT, use your own app to make this folders and files public writtable.
You may want to do this only on the debug version of your app.
Afterwards, open SQLite Admin for Android, open the sqliteDatabases.sqlite3 database and
add either the absolute folder path or absolute database path in the databases database.
If you wrote the path correctly AND there are permissions, the DB will automatically appear.
Warning: errors will only be shown if you close SQLite Admin for Android and open it again.

Bibliography
============
An alternative to this software would be com.peculiarcat.sqlbride, which takes a different approach.
Just like everything else, this software could not be done without the help of many:
PHP
Android Server for PHP (com.esminis.server.php) https://play.google.com/store/apps/details?id=com.esminis.server.php
phpLite Admin (original source code + some monkeypatch of mine) ( http://code.google.com/p/phpliteadmin/ )
Trivia
======
This software was written on a plane :)
This is actually a full blown single user PHP server on your phone. You can do whatever you want with it. Just check the www folder on your sdcard.

About
=====
http://market.android.com/search?q=pname:com.marcosdiez.server.php
This software is open source and it's code is available on GitHub: https://github.com/marcosdiez/sqliteadminandroid/
Marcos Diez ( marcos AT unitron DOT com DOT br)
2013-10-13
加载更多
版本更新
It now works on Lollipop
加载更多

该开发者的其他应用

评论
  • BlackKey 2017-04-30
    该软件允许开发人员查看/编辑他们的手机/平板电脑的SQLite数据库,而无需将数据库复制到其计算机(以后需要将其复制回手机)。它可以在手机上安装基于Web的SQLite管理工具你可以从你的计算机打开它。指令=========如果你只是想看看这个软件是否可以工作,下载它,安装在你的手机上,打开它,启动服务器,然后转到“http: / ip_address_of_your_phone:8080 /“。如果没有互联网,请使用USB电缆连接手机,然后输入”adb forward tcp:8080 tcp:8080“。然后打开http:// localhost:8080 /从您的电脑。现在只需创建一个数据库或使用现有的数据库。从现有/您的应用程序查看/编辑数据库:===================== =========================您可以从现有的应用程序查看/编辑数据库,但是您将需要该权限如果你有根,只需输入:adb shell su -c chmod 777 /data/data/com.apkcreator .apkname / databases / /data/data/com.apkcreator.apkname/databases/*hint:某些应用程序使数据库每次打开时都不会公开读取数据,所以准备好多次键入命令。如果不能root,使用您自己的应用程序使这个文件夹和文件公开writtable.You可能只想在您的应用程序的调试版本上执行此操作。然后打开SQLite Admin for Android,打开sqliteDatabases.sqlite3数据库并添加绝对文件夹路径或数据库数据库中的绝对数据库路径。如果您正确地编写了路径,并且有权限,则DB将自动出现。警告:仅当关闭SQLite Admin for Android并再次打开时,才会显示错误.ibibiography == ========这个软件的替代方法是com.peculiarcat.sqlbride,它采取不同的方法.Just li