Stop as in FC or the task just not loaded? Sometimes if the application is not on the foreground, Android will stop the activity. Can you provide the log file (adb logcat)?Azunyan wrote:Well, okay, I downloaded / installed the new version, and now I found a minor bug... If I block the screen, the current downloading Novel / Volume / Chapter / Whatever stops sometimes, but there are also times when it just keeps downloading, which is kinda irritating... I did lock the screen on the novels Infinite Stratos and SAO, but didn't work on Kämpfer (again with this name, seems like not many people like it?). It also seems like it was having a bit of that non-loading LN with Kämpfer here too, but now it's back, which is kinda confusing (did you guys fix it or something?). I'm pretty sure there was some other as well, I'll try checking it again, but if I'm not mistaken, it was Dantalian no Shoka.
New Baka-Tsuki Android App: Development
Moderators: thelastguardian, Fringe Security Bureau, Senior Editors, Senior Translators, Alt. Language Translator/Editor, Executive Council, Project Translators, Project Editors
- Nandaka
- Digitalizer Editor
- Posts: 535
- Joined: Thu Aug 09, 2012 9:46 am
- Favourite Light Novel: Ahouka!
- Location: Singapore
- Contact:
Re: New Baka-Tsuki Android App: Development
Visit my blog for other applications.
- Amaranthias
- Kyonist
- Posts: 15
- Joined: Thu Sep 27, 2012 4:38 am
- Favourite Light Novel: Ahouka!
- Location: Australia, Victoria, Melbourne
- Contact:
Re: New Baka-Tsuki Android App: Development
I used the update button in settings and the scrolling problem has stopped occurring. It does shift a little but its nothing major like going back to the start. Using the star to add/remove works.
Love, Hope, and Hate are all but Desire by other names.
- Nandaka
- Digitalizer Editor
- Posts: 535
- Joined: Thu Aug 09, 2012 9:46 am
- Favourite Light Novel: Ahouka!
- Location: Singapore
- Contact:
Re: New Baka-Tsuki Android App: Development
Change Log for v20121128:
Full change log: https://github.com/calvinaquino/LNReade ... its/master
The new feature is using Javascript in WebView, might be a little bit heavy in older phone.
- Fix issue #15, wrong novel add/removed from watch list.
- Fix issues #16, possible nullPointerException when restarting activity.
- Add bookmark feature, use javascript in WebView. Might be bit heavy. Tested ok in my tablet (HP Touchpad CM9)
- Update last position logic, use javascript. Old position saved with old apk will be invalid.
Full change log: https://github.com/calvinaquino/LNReade ... its/master
The new feature is using Javascript in WebView, might be a little bit heavy in older phone.
Visit my blog for other applications.
- mystichead
- Mikuru's Master
- Posts: 23
- Joined: Sun Sep 30, 2012 8:20 am
- Favourite Light Novel: Ahouka!
Re: New Baka-Tsuki Android App: Development
Is it possible to have like the chapter status right after the chapter like it is on the website and the original application..... Like the percentage or fractions.... I mean. It would be mighty helpful in knowing whts going on.. And i wouldn'thave to worry dduring my 2hrs commute often without wifi and or signal for us to just open it after the previous update under wifi....
If it's too much trouble don't mind me... Ill just have to live with it.... But regardless nicely done guys
If it's too much trouble don't mind me... Ill just have to live with it.... But regardless nicely done guys
-
- VOID UNDEAD SPECTOR
- Posts: 4
- Joined: Wed Nov 28, 2012 10:40 am
- Favourite Light Novel:
Re: New Baka-Tsuki Android App: Development
Thanks for the newest update. I'm having a problem where the app kicks me back to the reading list when I start reading a chapter. I had it on the last version, as well.Nandaka wrote:Change Log for v20121128:APK: http://www.mediafire.com/?81454ryd30k7ky3
- Fix issue #15, wrong novel add/removed from watch list.
- Fix issues #16, possible nullPointerException when restarting activity.
- Add bookmark feature, use javascript in WebView. Might be bit heavy. Tested ok in my tablet (HP Touchpad CM9)
- Update last position logic, use javascript. Old position saved with old apk will be invalid.
Full change log: https://github.com/calvinaquino/LNReade ... its/master
The new feature is using Javascript in WebView, might be a little bit heavy in older phone.
- Nandaka
- Digitalizer Editor
- Posts: 535
- Joined: Thu Aug 09, 2012 9:46 am
- Favourite Light Novel: Ahouka!
- Location: Singapore
- Contact:
Re: New Baka-Tsuki Android App: Development
More details please (device and android version, in which chapter?), can you give the log file (adb logcat) when it's happen?prophetic wrote:Thanks for the newest update. I'm having a problem where the app kicks me back to the reading list when I start reading a chapter. I had it on the last version, as well.
Visit my blog for other applications.
-
- VOID UNDEAD SPECTOR
- Posts: 4
- Joined: Wed Nov 28, 2012 10:40 am
- Favourite Light Novel:
Re: New Baka-Tsuki Android App: Development
Sorry. I'm using a Nexus 10 with 4.2.1, trying to read Sword Art Online side story Aria in the Starless Night. Sometimes I can read for a minute or two, other times just a few seconds. I've never done logcat before, how can I get it done?Nandaka wrote: More details please (device and android version, in which chapter?), can you give the log file (adb logcat) when it's happen?
- Nandaka
- Digitalizer Editor
- Posts: 535
- Joined: Thu Aug 09, 2012 9:46 am
- Favourite Light Novel: Ahouka!
- Location: Singapore
- Contact:
Re: New Baka-Tsuki Android App: Development
After the bug, immediately do:prophetic wrote: Sorry. I'm using a Nexus 10 with 4.2.1, trying to read Sword Art Online side story Aria in the Starless Night. Sometimes I can read for a minute or two, other times just a few seconds. I've never done logcat before, how can I get it done?
- Download Android SDK (http://developer.android.com/sdk/index.html) and install the Tools from SDK Manager.
- Open Console (run -> cmd) and go to the path you install the sdk tool (e.g.: )
Code: Select all
cd C:\Android\android-sdk\platform-tools
- Type , see http://developer.android.com/tools/help/logcat.html for more info.
Code: Select all
adb logcat -d > log.txt
- Paste the log to pastebin
EDIT: Tested with my friend Galaxy Nexus 4.2.1, it also crashed in that chapter. Still doesn't know what is happened, as before the application closed, I see a lot of process died (facebook, google, etc) before my application died too under ActivityManager tag. I think this is similar with Nexus 7 problem.
Visit my blog for other applications.
-
- Astral Realm
Re: New Baka-Tsuki Android App: Development
Could you change the way we bookmark a paragraph? Like open menu, choose bookmark then click on the paragraph.
I have accidentally bookmarked many time and it's really frustrated
I have accidentally bookmarked many time and it's really frustrated

-
- VOID UNDEAD SPECTOR
- Posts: 3
- Joined: Thu Jul 12, 2012 1:06 pm
- Favourite Light Novel:
Re: New Baka-Tsuki Android App: Development
Nandaka wrote:
EDIT: Tested with my friend Galaxy Nexus 4.2.1, it also crashed in that chapter. Still doesn't know what is happened, as before the application closed, I see a lot of process died (facebook, google, etc) before my application died too under ActivityManager tag. I think this is similar with Nexus 7 problem.
Just to confirm since the 13-Nov release I've been having this issue (boot back to reading list after 20seconds - 2 minutes of time in the chapter) constantly on a nexus 7 device. It typically only occurs when there is no available wi-fi. I don't have any logs currently, but can provide later if requested.
- Nandaka
- Digitalizer Editor
- Posts: 535
- Joined: Thu Aug 09, 2012 9:46 am
- Favourite Light Novel: Ahouka!
- Location: Singapore
- Contact:
Re: New Baka-Tsuki Android App: Development
Just to clarify, is the application working fine in previous version before 13 Nov in Android 4.2? I don't know why the activity just crashed when reading a certain chapter (e.g. http://baka-tsuki.org/project/index.php ... less_Night) as no exception being thrown...Chandalen wrote: Just to confirm since the 13-Nov release I've been having this issue (boot back to reading list after 20seconds - 2 minutes of time in the chapter) constantly on a nexus 7 device. It typically only occurs when there is no available wi-fi. I don't have any logs currently, but can provide later if requested.
Visit my blog for other applications.
-
- VOID UNDEAD SPECTOR
- Posts: 3
- Joined: Thu Jul 12, 2012 1:06 pm
- Favourite Light Novel:
Re: New Baka-Tsuki Android App: Development
Nandaka wrote:Just to clarify, is the application working fine in previous version before 13 Nov in Android 4.2? I don't know why the activity just crashed when reading a certain chapter (e.g. http://baka-tsuki.org/project/index.php ... less_Night) as no exception being thrown...Chandalen wrote: Just to confirm since the 13-Nov release I've been having this issue (boot back to reading list after 20seconds - 2 minutes of time in the chapter) constantly on a nexus 7 device. It typically only occurs when there is no available wi-fi. I don't have any logs currently, but can provide later if requested.
I only remember it happening after the 13th(version I still have currently), but don't hold me to it. [s]I'm not sure when the 4.2 update dropped (I had an OS update today, but I thought that 4.2 itself was awhile ago)[/s] - looking at the release history of android updates for the nexus 7 they appear to of happened at the same time. Now that I think about it I searched for an update to the app on the 14th due to 4.2 dropping, so you may want to check the version prior as well (26-Oct version) to be safe.
Also to clarify this happens with any series I read, just not the one you have listed. SAO, Zashiki Warashi, Boku wa Tomodachi ga Sukunai, etc
Would you like me to update to the newest version to see if I can reproduce this issue. (Currently reading Chapter 4 of Zashiki Warashi where this is happening constantly when wi-fi is off)
- Nandaka
- Digitalizer Editor
- Posts: 535
- Joined: Thu Aug 09, 2012 9:46 am
- Favourite Light Novel: Ahouka!
- Location: Singapore
- Contact:
Re: New Baka-Tsuki Android App: Development
Tested 3 Nov version on my friend Galaxy Nexus 4.2.1, also have same result. The activity just died without reason...Chandalen wrote:I only remember it happening after the 13th(version I still have currently), but don't hold me to it. [s]I'm not sure when the 4.2 update dropped (I had an OS update today, but I thought that 4.2 itself was awhile ago)[/s] - looking at the release history of android updates for the nexus 7 they appear to of happened at the same time. Now that I think about it I searched for an update to the app on the 14th due to 4.2 dropping, so you may want to check the version prior as well (26-Oct version) to be safe.
Here is the mediafire folder containing the previous version: http://www.mediafire.com/?ebfw4a9lzw53q
Visit my blog for other applications.
-
- Haruhiist Specialist
- Posts: 78
- Joined: Sun Sep 16, 2012 9:53 pm
- Favourite Light Novel:
Re: New Baka-Tsuki Android App: Development
I get this "error" message alot and I have no idea if it's a generic error message that takes place whenever there's a problem that you haven't listed or it's something to do with the Android version I'm using.
class java.lang.NullPointerException:Null
class java.lang.NullPointerException:Null
- Nandaka
- Digitalizer Editor
- Posts: 535
- Joined: Thu Aug 09, 2012 9:46 am
- Favourite Light Novel: Ahouka!
- Location: Singapore
- Contact:
Re: New Baka-Tsuki Android App: Development
Most likely I forgot to initialize the object, can you give me more details? Such as: Your device and android version, the application version, how to replicate?ShadowfoxEX wrote:I get this "error" message alot and I have no idea if it's a generic error message that takes place whenever there's a problem that you haven't listed or it's something to do with the Android version I'm using.
class java.lang.NullPointerException:Null
It is normal if you encounter null when downloading the contents (usually network timed-out/reply with empty content).
Visit my blog for other applications.