<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by kenchan</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sun, 07 Jun 2026 19:11:19 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>3DS- kingdom hearts 3d - dream drop distance</title>
            <link>http://forum.lowyat.net/topic/5085350</link>
            <description>&lt;b&gt;Item(s):3DS- kingdom hearts 3d - dream drop distance &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes: game only&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price: RM 40&lt;/b&gt;  [color=red][/color]&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty: null&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method: cod/ delivery&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location: putrajaya, USJ&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details: 01110105706&lt;/b&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions: rarely used. console already sold&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale:&lt;/b&gt;</description>
            <author>kenchan</author>
            <category>Games Garage Sales</category>
            <pubDate>Sun, 10 Jan 2021 15:24:07 +0800</pubDate>
        </item>
        <item>
            <title>Regarding Laravel</title>
            <link>http://forum.lowyat.net/topic/4825292</link>
            <description>Hello guys.&lt;br /&gt;&lt;br /&gt;is it possible to reload only @yield(&amp;#39;content&amp;#39;) which contain table when register new data?</description>
            <author>kenchan</author>
            <category>Codemasters</category>
            <pubDate>Tue, 20 Aug 2019 12:21:05 +0800</pubDate>
        </item>
        <item>
            <title>Ionic 3 - Angular error</title>
            <link>http://forum.lowyat.net/topic/4724070</link>
            <description>import { Http } from &amp;#39;@angular/http&amp;#39;;&lt;br /&gt;import { Utility } from &amp;#39;./Utility&amp;#39;;&lt;br /&gt;import { Injectable } from &amp;quot;@angular/core&amp;quot;;&lt;br /&gt;import { Storage } from &amp;#39;@ionic/storage&amp;#39;&lt;br /&gt;import { FileTransfer, FileTransferObject, FileUploadOptions } from &amp;#39;@ionic-native/file-transfer&amp;#39;;&lt;br /&gt;import { File,DirectoryEntry } from &amp;#39;@ionic-native/file&amp;#39;;&lt;br /&gt;import { ToastController } from &amp;#39;ionic-angular&amp;#39;;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;@Injectable()&lt;br /&gt;//fullname, username, email, position, department, section, roleId, roleDesc&lt;br /&gt;export class ListFileReport {&lt;br /&gt;    myUtility:Utility&lt;br /&gt;    &lt;br /&gt;    constructor(public storage:Storage,public http:Http, public urlServer : string,public fileTranfer:FileTransfer,public file:File,public toastCtrl:ToastController){&lt;br /&gt;        this.myUtility = new Utility();&lt;br /&gt;        &lt;br /&gt;    }&lt;br /&gt;    async getListReport()&lt;br /&gt;    {&lt;br /&gt;        console.log(&amp;quot;getListReport&amp;quot;);&lt;br /&gt;        let user = await this.myUtility.getDataUser(this.storage,&amp;quot;user&amp;quot;) ;&lt;br /&gt;        &lt;br /&gt;       let myRawData = await this.myUtility.getDataFromServer(&amp;quot;getListFile&amp;quot;,user.section,this.http);&lt;br /&gt;       console.log({myRawData});&lt;br /&gt;       return JSON.parse(myRawData[0]);&lt;br /&gt;    }&lt;br /&gt;    async getListAset(id:string){&lt;br /&gt;        console.log(&amp;quot;getListAset&amp;quot;);&lt;br /&gt;        let myRawData = await this.myUtility.getDataFromServer(&amp;quot;getAsetList&amp;quot;,id,this.http);&lt;br /&gt;        console.log({myRawData});&lt;br /&gt;        return JSON.parse(myRawData[0]);&lt;br /&gt;    }&lt;br /&gt;    async saveDataToServer(jsonData:string, no_file:string){&lt;br /&gt;        &lt;br /&gt;        let data =  jsonData;&lt;br /&gt;        let result = await this.myUtility.postDataToServer(&amp;quot;saveFileReportAset&amp;quot;,data,this.fileTranfer,this.file,this.toastCtrl);&lt;br /&gt;        console.log({result});&lt;br /&gt;        if(result[0] === &amp;quot;error&amp;quot;){&lt;br /&gt;            return result;&lt;br /&gt;        }else{&lt;br /&gt;            return result[1];&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;    &lt;br /&gt;    async saveDataToServer2(jsonData:string, no_file:string){&lt;br /&gt;        &lt;br /&gt;        let data =  no_file+&amp;quot;,&amp;quot;+jsonData;&lt;br /&gt;        let result = await this.myUtility.getDataFromServer(&amp;quot;saveFileReportAset2&amp;quot;,data,this.http);&lt;br /&gt;        console.log({result});&lt;br /&gt;        if(result[0] === &amp;quot;error&amp;quot;){&lt;br /&gt;            return result;&lt;br /&gt;        }else{&lt;br /&gt;            return result[1];&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Error - typescript error Can&amp;#39;t resolve all parameters for ListFileReport in services/ListFileReport.ts: ([object Object], [object Object], ?, [object Object]). &lt;br /&gt;&lt;br /&gt;Happen - During i run ionic cordova build android --prod&lt;/b&gt;</description>
            <author>kenchan</author>
            <category>Codemasters</category>
            <pubDate>Thu, 17 Jan 2019 10:19:09 +0800</pubDate>
        </item>
        <item>
            <title>New in Investment</title>
            <link>http://forum.lowyat.net/topic/4592984</link>
            <description>If i have RM1000, what can i do for invest beside ASB. I read about REIT but not really understand about it</description>
            <author>kenchan</author>
            <category>Finance, Business and Investment House</category>
            <pubDate>Wed, 30 May 2018 12:29:31 +0800</pubDate>
        </item>
        <item>
            <title>Hybrid Apps (Android/IOS)</title>
            <link>http://forum.lowyat.net/topic/4565518</link>
            <description>Anyone know any open source for develop Android/IOS application?</description>
            <author>kenchan</author>
            <category>Codemasters</category>
            <pubDate>Tue, 17 Apr 2018 10:35:15 +0800</pubDate>
        </item>
        <item>
            <title>Android Apps</title>
            <link>http://forum.lowyat.net/topic/4553946</link>
            <description>currently i have one form for adding input. is it possible to create add text box after running the apps?</description>
            <author>kenchan</author>
            <category>Codemasters</category>
            <pubDate>Thu, 29 Mar 2018 15:46:36 +0800</pubDate>
        </item>
        <item>
            <title>Docomo Phone Unlocked</title>
            <link>http://forum.lowyat.net/topic/4094189</link>
            <description>can we used phone function like felica if we using japan simcard?</description>
            <author>kenchan</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Thu, 27 Oct 2016 15:35:21 +0800</pubDate>
        </item>
        <item>
            <title>[WTS] Used GoPro Hero 4 Black - SOLD</title>
            <link>http://forum.lowyat.net/topic/3888133</link>
            <description>&lt;b&gt;Item(s):Gopro hero 4 black &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes: Gopro, touch screen + 2extra battery + smatree charger + memory card 64gb&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price: 2000 Nego&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty: 1 week&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method: COD Putrajaya, Bukit Jalil sometimes KL&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location: Putrajaya&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details: 014-3387506 -- alif&lt;/b&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions:1 year+&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture: [attachmentid=6128254][attachmentid=6128256][attachmentid=6128258] &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale:Funding for Dslr lens&lt;/b&gt;</description>
            <author>kenchan</author>
            <category>Compacts &amp;amp; Prosumers Garage Sales</category>
            <pubDate>Mon, 07 Mar 2016 22:49:56 +0800</pubDate>
        </item>
        <item>
            <title>.Net Question</title>
            <link>http://forum.lowyat.net/topic/3471594</link>
            <description>Hi guys. Do you know how to create more page for Receipt. For example the item that will be in receipt only 10 item. the remaining will pass to next page.</description>
            <author>kenchan</author>
            <category>Codemasters</category>
            <pubDate>Fri, 16 Jan 2015 09:10:24 +0800</pubDate>
        </item>
        <item>
            <title>[WTS] Tokina 12-24mm f4 II (Nikon)</title>
            <link>http://forum.lowyat.net/topic/3464329</link>
            <description>&lt;b&gt;Item(s): Tokina 12-24mm F4 II AT-X PRO, NIKON MOUNT &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes: Box, hood, lens cover &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price: RM 900(Nego) Reserved &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty: None &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method: COD &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location: KL/Selangor &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details: PM/ whatapps 014-3387506 &lt;/b&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions: 9.5 / 10&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture: [attachmentid=4293402] &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale: Not Used Anymore &lt;/b&gt;</description>
            <author>kenchan</author>
            <category>Garage Sales Archive</category>
            <pubDate>Thu, 08 Jan 2015 22:43:06 +0800</pubDate>
        </item>
        <item>
            <title>[WTS] Used Nikon D3100</title>
            <link>http://forum.lowyat.net/topic/3462113</link>
            <description>&lt;b&gt;Item(s): Nikon D3100 Body + Kit Lens 18-55 + Nikon 50mm f1.8G  &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes: Nikon D3100 Body + Kit Lens 18-55 + Nikon 50mm f1.8G + Charger + 4GB Memory Card&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price: Rm 1100 (Nego) SOLD&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty: None&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method: COD &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location: KL, Selangor&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details: Call or Whatapps 0143387506 - Alif&lt;/b&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions: Rarely Used (shutter Count 47XX)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:  [attachmentid=4289673][attachmentid=4289674] &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale: Not used anymore&lt;/b&gt;</description>
            <author>kenchan</author>
            <category>Garage Sales Archive</category>
            <pubDate>Tue, 06 Jan 2015 20:29:03 +0800</pubDate>
        </item>
        <item>
            <title>[WTS]Sharp SH-01f</title>
            <link>http://forum.lowyat.net/topic/3419073</link>
            <description>Item(s):Docomo SH-01F(White)&lt;br /&gt;2014 Docomo Model with enchance IGZO display technology which capable sustain 3 days with a single charge.&lt;br /&gt;&lt;br /&gt;Spec: 5&amp;quot; Full HD IGZO Display with 440ppi (IGZO is new technology of low power Display while giving high quality colour display)&lt;br /&gt;Waterproof and Dustproof&lt;br /&gt;Snapdragon 800 2.2GHz Quad Core&lt;br /&gt;Android 4.2 Jellybean with Sharp FeelUX&lt;br /&gt;16MP camera with lens F value 1.9 large aperture called &amp;quot;NighCatch&amp;quot; (search for the review where it capable taking high quality picture at night)&lt;br /&gt;Sharp Anti-Shake Cmos camera Function&lt;br /&gt;2MP Front Camera&lt;br /&gt;2GB Ram&lt;br /&gt;32GB ROM&lt;br /&gt;3000mAh Battery&lt;br /&gt;Dolby Mobile v3 Sound&lt;br /&gt;&lt;br /&gt;Package includes: Phone and box &lt;br /&gt;&lt;br /&gt;Price: RM1100&lt;br /&gt;&lt;br /&gt;Dealing method:COD&lt;br /&gt;&lt;br /&gt;Location of seller: Putrajaya, KL&lt;br /&gt;&lt;br /&gt;Contact method/details:PM&lt;br /&gt;&lt;br /&gt;Selling is Docomo Sharp SH-01F IGZO Aquos Phone Zeta&lt;br /&gt;&lt;br /&gt;Item(s) conditions: good condition. only few month used.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;/b&gt;&lt;br /&gt;[attachmentid=4228231]&lt;br /&gt;[attachmentid=4228232]&lt;br /&gt;Reason for sale: want to buy iPhone 6.</description>
            <author>kenchan</author>
            <category>Garage Sales Archive</category>
            <pubDate>Sat, 22 Nov 2014 21:07:39 +0800</pubDate>
        </item>
        <item>
            <title>SQL problem</title>
            <link>http://forum.lowyat.net/topic/3397773</link>
            <description>is there any ways for retrieved database using name in non-English character??&lt;br /&gt;&lt;br /&gt;for Example &lt;br /&gt;&lt;br /&gt;select * from tblname where columnname = &amp;#39;アリフ&amp;#39;; or other language character.</description>
            <author>kenchan</author>
            <category>Codemasters</category>
            <pubDate>Mon, 03 Nov 2014 10:42:50 +0800</pubDate>
        </item>
        <item>
            <title>Visual Studio 2010</title>
            <link>http://forum.lowyat.net/topic/3391251</link>
            <description>hello guys&lt;br /&gt;&lt;br /&gt;is there any way for inserting myanmar font to the database?? the font cannot be read by Visual Studio and Database.&lt;br /&gt;&lt;br /&gt;the result will be ??? or [][][][]. &lt;br /&gt;&lt;br /&gt;need help</description>
            <author>kenchan</author>
            <category>Codemasters</category>
            <pubDate>Mon, 27 Oct 2014 16:14:29 +0800</pubDate>
        </item>
        <item>
            <title>[WTS] Senior woodent wheel + nail trimmer</title>
            <link>http://forum.lowyat.net/topic/3168402</link>
            <description>&lt;b&gt;Item(s):[Senior Woodent wheel + nail trimmer]&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price:[RM120 nego]&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method:[COD]&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location of seller:[Putrajaya, KL, Selangor]&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:[014-3387506]&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Age of item:[1 year]&lt;/b&gt;&lt;br /&gt;---&lt;br /&gt;&lt;b&gt;Item(s) conditions:[rarely used]&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale:not used anymore&lt;/b&gt;</description>
            <author>kenchan</author>
            <category>Garage Sales Archive</category>
            <pubDate>Fri, 21 Mar 2014 15:38:48 +0800</pubDate>
        </item>
        <item>
            <title>video recognition</title>
            <link>http://forum.lowyat.net/topic/3103092</link>
            <description>Hye guys. Is there any video recognition that can detect car plate from the cctv.</description>
            <author>kenchan</author>
            <category>Serious Kopitiam</category>
            <pubDate>Fri, 17 Jan 2014 01:30:34 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] send file from android to ubuntu thru ftp</title>
            <link>http://forum.lowyat.net/topic/3095076</link>
            <description>hello. is there any way to transfer file from android to linux server. spend a day to solve this but still cant find it.</description>
            <author>kenchan</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Fri, 10 Jan 2014 01:59:43 +0800</pubDate>
        </item>
        <item>
            <title>galaxy SIII</title>
            <link>http://forum.lowyat.net/topic/2536161</link>
            <description>anyone use samsung galaxy SIII??plz share..any problem so far??</description>
            <author>kenchan</author>
            <category>Mobile Phones and Tablets</category>
            <pubDate>Fri, 05 Oct 2012 12:37:16 +0800</pubDate>
        </item>
        <item>
            <title>SS siberia v2 with usb 7.1 sound card</title>
            <link>http://forum.lowyat.net/topic/2501809</link>
            <description>guys..need help regarding my mic doesnt function when i use the usb sound card..plz help..thanks</description>
            <author>kenchan</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Sun, 09 Sep 2012 14:25:00 +0800</pubDate>
        </item>
        <item>
            <title>need help</title>
            <link>http://forum.lowyat.net/topic/2409345</link>
            <description>where i can get this??&lt;br /&gt;&lt;img src='http://http://ecx.images-amazon.com/images/I/41Ur%2B3svetL._SL500_AA300_.jpg' border='0' alt='user posted image' /&gt;</description>
            <author>kenchan</author>
            <category>Health &amp;amp; Fitness</category>
            <pubDate>Sun, 01 Jul 2012 00:01:18 +0800</pubDate>
        </item>
    </channel>
</rss>
